/* Füge hier Dein eigenes CSS ein */


.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: #dadcda; /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none #ffffff;
	text-decoration-color: #ffffff;
  font-size: 18px;
  border-radius: 8px;
  border: 2px solid #6d6364; /* Green */
  transition-duration: 0.4s;
}
.button:hover {
  background-color: white; /* Green */
  color: black;
}
.col1 {
  background-color: #dcdbd9;
  border: solid 1px #b2adac;
}
.col1 > div:first-child {
  background-color: white;
}
.col1 > div > div > img {
  max-height: 250px;
}
.col2 {
  background-color: #e3e5e4;
  border: solid 1px #b2adac;
}
.col2 > div:first-child {
  background-color: white;
}
.col2 > div > div > img {
  max-height: 250px;
}
.col3 {
  background-color: #e9e9e7;
  border: solid 1px #e9e9e7;
}
.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;
  }
}





.entry-title {
    color: #e6e6e6 !important;
}
.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;
}
a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry-title {
    color: #bba580 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #363636 !important;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #363636;
    float: left;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    color: #333 !important;
}
.entry-title { display:none; }
.post-inner-content {
    padding: 5px 50px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-top: none;
}
.single-featured {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    margin: auto;
    display: none;
}
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;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    display: none;
}
body {
 line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry-title, .entry-title a {
    color: #bba580;
}

/* New Style */
.logo h1 a{
		color: #554832 !important;
}
#main-nav {
	background: #CCA270;
}
#main-nav, #main-nav ul li a {
	color: #f2f2f2 !important;
}
