/* Füge hier Dein eigenes CSS ein */
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: #ADADAD !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ABABAB !important;
    color: #fff;
}
a:hover, a:active, #secondary .widget .post-content a:hover {
    color: #B4B4B2 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry-title {
    color: #b3b3b3 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #626262 !important;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial;
}
table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.contentblock td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.post-inner-content {
    padding: 5px 50px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-top: none;
}
.entry-title { display:none;
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Element {
}*/
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.96);
        transform: scale(0.96);
    transform: scale(0.96);
   opacity: 0.7;
}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}/*
.tablepress td, .tablepress th {
    padding: 0px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}
@media(min-width: 1200px) {
   .dropdown-mega .dropdown-menu { width: 720px; margin-left: -300px; padding: 0; }
   .dropdown-mega li { width: 180px; float: left !important; margin: 0; padding: 20px; box-shadow: -1px 0 #eee inset; }
   .dropdown-mega li:last-of-type { box-shadow: none; }
   .dropdown-mega li a { font-weight: 600; padding: 0; font-size: 1.2rem; text-align: center; background-color: #fff !important; }
   .dropdown-mega li a img { max-width: 120px; margin: 0 auto 10px auto; display: block; height: auto; }
   .dropdown-mega li a:hover img, #menu-item-534 ul li a:focus img { opacity: 0.7; }
}
.btn-default, .label-default {
    background-color: #8BA5BF;
    border-color: #8BA5BF;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
 
}*/
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    display: none;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.button {
  background-color: #8ba5bf; /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  border: 2px solid #4caf50; /* Green */
  transition-duration: 0.4s;
}
.button:hover {
  background-color: white; /* Green */
  color: black;
}
.col1 {
  background-color: rgba(129, 215, 66, 0.1);
  border: solid 1px #81d742;
}
.col1 > div:first-child {
  background-color: white;
}
.col1 > div > div > img {
  max-height: 250px;
}
.col2 {
  background-color: rgba(221, 51, 51, 0.1);
  border: solid 1px #dd3333;
}
.col2 > div:first-child {
  background-color: white;
}
.col2 > div > div > img {
  max-height: 250px;
}
.col3 {
  background-color: rgba(30, 115, 190, 0.1);
  border: solid 1px #1e73be;
}
.col3 > div:first-child {
  background-color: white;
}
.col3 > div > div > img {
  max-height: 250px;
}

.flex-container > div {
  width: auto;
  margin: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 30px;
}
.flex-container > div > div {
  border: 1px solid #d7d7d7;
  padding: 10px 9px;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .flex-container > div {
    width: 100%;
    margin: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .flex-container > div {
    width: 50%;
    margin: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
  }
  .flex-container {
    display: flex;
    flex-wrap: nowrap;
  }
}
