/*
Theme Name: Ferienanlage Th&uuml;ringer Wald
Theme URI: http://www.philipbrueckner.com
Description: Theme Ferienanlage Th&uuml;ringer Wald
Author: Br&uuml;ckner und Br&uuml;ckner
Author URI: http://www.brueckner.studio
Version: 1.0
License: Private

*/

@import url('bootstrap/css/bootstrap.min.css');


* {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; 
}

.gm-style-iw * {
         display: block;
         width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
         margin: 0;
         padding: 0;
}
.gm-style-iw a {
         color: #4272db;
}
#Ferienpark {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
}
#Ferienpark iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}

:focus,
a:focus {
	outline: 0;
	text-decoration: none;
	color: #ACC8E7;
}

@font-face {
font-family: 'Archer-Bold';
font-style: normal;
font-weight: normal;
src: local('Archer-Bold'), url('fonts/Archer-Bold-Pro.woff') format('woff');
}

@font-face {
font-family: 'Archer-Medium';
font-style: normal;
font-weight: normal;
src: local('Archer-Medium'), url('fonts/Archer-Medium-Pro.woff') format('woff');
}

@font-face {
font-family: 'Archer-Book';
font-style: normal;
font-weight: normal;
src: local('Archer-Book'), url('fonts/Archer-Book-Pro.woff') format('woff');
}

@font-face {
font-family: 'Archer-Light';
font-style: normal;
font-weight: normal;
src: local('Archer-Light'), url('fonts/Archer-Light-Pro.woff') format('woff');
}

body { 
	font-family: 'Archer-Light', Verdana, Arial, Helvetica;
    padding-bottom: 0; 
    -webkit-font-smoothing: antialiased;  
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: normal;	
	color: #111;
	font-size: 18px;
	line-height: 135%;
	overflow-x: hidden;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.wrapper{
	overflow-x: hidden;
}

a{
	color: #77A11B;
}

a:hover{
	color: rgba(40,123,191,0.7);
	text-decoration: none;
}

b, strong {
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	font-weight: normal;
}

h1, h2, h3{
	line-height: 115%;
}

h1 {
	font-size: 35px;
	font-family: 'Archer-Light', Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #77A11B;
}

h2 {
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 22px;
	color: #77A11B;
}

h3 {
	font-family: 'Archer-Light', Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 24px;
	color: #77A11B;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin-top: 0;
}

p{
	font-weight: 100;
}

p.small{
	font-size: 14px;
	line-height: 1.1;
}

hr {
	margin: 40px 0;	
	border: 0;
	border-top: 1px solid #D4DEEF;
	clear: both;
}

.hero-content ul{
	margin: 20px 0 0 18px;
}

.hero-content ul li{
	margin-bottom: 10px;
}

/* header */

header{
	background: #fff;
	position: relative;
	z-index: 999;
}

header .logo{
	padding: 10px 0 0 0;
	display: block;
	margin: 0;
}

#header-navigation{
	font-size: 15px;
	position: absolute;
	top:0;
	right: 20px;
}

#header-navigation > div {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

#header-navigation ul{
	list-style: none;
	margin: 7px  20px 0 0;
	padding: 0;
}

#header-navigation ul li{
	display: inline-block;
	margin-left: 15px;
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
}

#header-navigation ul li a{
	height: 40px;
}

#lang_sel_list  {
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	text-transform: uppercase;
	display: inline-block;
	z-index: 1;
	height: 40px;
}

#lang_sel_list li{
	z-index: 999;
}

#lang_sel_list li.icl-de{
	margin-right: 5px;
}


#lang_sel_list li.icl-en{
	margin-left: 5px
}

#lang_sel_list ul a,
#lang_sel_list a.lang_sel_sel,
#lang_sel_list a:visited,
#lang_sel_list a.lang_sel_other{
    color: #fff;
    background: none;
    padding: 14px 10px 14px 5px;
	font-size: 10px;
    text-indent: 19px;
}

#lang_sel_list li.icl-de a:after{
	background: #77A01A;
	content: '';
	display: block;
	width: 100%;
	height: 40px;
   -webkit-transform: skew(-14deg); 
   -moz-transform: skew(-14deg); 
   -o-transform: skew(-14deg);
   transform: skew(-14deg);
   transform-style: flat;
   position: absolute;
   top: 0;
   z-index: -1;
   border-left: 1px solid #fff;
   color: #fff;
	font-size: 20px;
    text-align: center;
}

#lang_sel_list li.icl-en a:after{
	background: #77A01A;
	content: '';
	display: block;
	width: 100%;
	height: 40px;
   -webkit-transform: skew(-14deg); 
   -moz-transform: skew(-14deg); 
   -o-transform: skew(-14deg);
   transform: skew(-14deg);
   transform-style: flat;
   position: absolute;
   top: 0;
   z-index: -1;
   border-left: 1px solid #fff;
   color: #fff;
	font-size: 20px;
    text-align: center;
}

body .wpml-ls-sidebars-header-navigation, 
body .wpml-ls-sidebars-header-navigation .wpml-ls-sub-menu, 
body .wpml-ls-sidebars-header-navigation a{
    border: none;
}

body .wpml-ls-sidebars-header-navigation{
    background-color: transparent;
}

/* navbar */

.navbar{
	border: none;
	margin: 0;
}

.navbar .main-nav{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #d5deed;
}

.navbar .navbar-inner {
	font-family: 'Archer-Book', Verdana, Arial, Helvetica;
	background-color: #EFF4E7;
	background-image: none;
	height: 71px;
	border: 0;
    text-align: left;
}

.navbar .navbar-inner .nav-collapse .nav{
	margin: 0;
}

header .nav ul{
	margin: 0;
}

header .nav ul.menu{
	 position:relative;
	 padding: 0;
	 display: block;
	 text-align: center;
}

.navbar .navbar-inner ul li {
    vertical-align: middle;
    display: inline-block;
    position:relative;
    line-height: normal;
    /* if you need ie6/7 support */
    *display: inline;
    zoom: 1;
    float: none;
}

.navbar .navbar-inner .nav ul li a{
    font-family: 'Archer-Medium';
  	padding: 0 13px;
	color: #000;
	font-size: 16px;
	 -webkit-transition:color 0.2s linear, background 0.2s linear; 
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
    line-height: 71px;
    display: inline-block;
}

.navbar .navbar-inner .nav ul li.home-link a{    
	text-indent: -999999px;
    background-image: url(img/startseite-ferienpark-thueringer-wald.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent !important;
}

.navbar .navbar-inner .nav ul li a:hover,
.navbar .navbar-inner .nav ul li a:active,
.navbar .navbar-inner .nav ul li a:focus,
.navbar .navbar-inner .nav ul li.current-menu-item a,
.navbar .navbar-inner .nav ul li.current-menu-parent a,
.navbar .navbar-inner .nav ul li ul li.current-menu-item a,
.navbar .navbar-inner .nav ul li ul li a:hover,
.navbar .navbar-inner .nav ul li.current-menu-parent ul li a:hover,
.navbar .navbar-inner .nav ul li.current-menu-item ul li a:hover, 
.navbar .navbar-inner .nav ul li.current-menu-parent ul li a:hover,
.single-event .navbar .navbar-inner .nav ul li.menu-item-33 a,
.single-event .navbar .navbar-inner .nav ul li.menu-item-854 a{
	color: #fff;
	background-color: #77A01A;
}

.navbar .navbar-inner .nav ul li.current-menu-item ul li a,
.navbar .navbar-inner .nav ul li.current-menu-parent ul li a{
	background-color: rgba(121,161,26,0.85);
	color: #fff;
}

.navbar .navbar-inner .nav ul li ul li{
	width: 100%;
}

.navbar .navbar-inner .nav ul li ul li a{
  	width: 100%;
  	box-sizing: border-box;
    line-height: 1.2;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .navbar-inner ul.menu li:hover > ul{
	visibility:visible;
	opacity:1;
	display: block;
}

.navbar .navbar-inner ul.menu ul, ul.menu ul li ul {
	display: none;
    visibility:hidden;
    opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 
	padding: 0;
}

.navbar .navbar-inner ul.menu ul{
	background: #EFF4E7;
	position: absolute;
	left: 0;
    width: calc(100% + 30px);
}

/* Show/Hide Navigation Points in Mobile/Desktop Version  */

.navbar .navbar-inner ul li.mobile-show{
	display: none;
}

#header-navigation ul li.mobile-hide{
	display: inline-block;
}


/* Button to toggle mobile navigation */

.navigation-button {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 27px;
    width: 85px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
}
.navigation-button:hover {
	  opacity: .7;
}
.mm-opened .navigation-button .top {
	  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	          transform: translateY(7px) translateX(0) rotate(45deg);
	  background: #77A01A;
}
.mm-opened  .navigation-button .middle {
	  opacity: 0;
	  background: #77A01A;
}
.mm-opened .navigation-button .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
          transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #77A01A;
}
.navigation-button span {
  background: #77A01A;
  border: none;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
span.text {
    left: inherit;
    padding-left: 20px;
    background: none;
    font-size: 22px;
    text-transform: uppercase;
    color: #77A01A;
    line-height: 0.9;
    width: auto;
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
}
.navigation-button .top {
	top: 1px;
}
.navigation-button .middle {
	top: 8px;
}
.navigation-button .bottom {
  	top: 15px;
}

/* mmmenu / Mobile Navigation */

.mm-menu{
	color: #000;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel{
	padding: 0;
}

.mm-listview .mm-vertical .mm-panel a, .mm-vertical .mm-listview .mm-panel a{
    padding-left: 70px;
}

.mm-listview>li:not(.mm-divider):after{
	left: 0;
}

.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next{
	height: 54px;
}

.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after{
    top: 23px;
}

.mm-listview{
	font-size: 21px;
}

.mm-listview>li>a, .mm-listview>li>span{
	padding: 17px 10px 17px 30px;
	font-family: 'Archer-Book', Verdana, Arial, Helvetica;
}

.mm-menu .mm-listview li a:hover,
.mm-menu .mm-listview li a:active,
.mm-menu .mm-listview li a:focus,
.mm-menu .mm-listview li.current-menu-item a,
.mm-menu .mm-listview li.current-menu-parent a,
.mm-menu .mm-listview li ul li.current-menu-item a,
.mm-menu .mm-listview li ul li a:hover,
.mm-menu .mm-listview li.current-menu-parent ul li a:hover,
.mm-menu .mm-listview li.current-menu-item ul li a:hover, 
.mm-menu .mm-listview li.current-menu-parent ul li a:hover{
	color: #fff;
	background-color: #77A01A;
}

/* --- Content --- */

/* Seiten Allgemein */

#page-container .wp-post-image,
#page-container img{
	max-width: 100%;
    height: auto;
    width: 100%;
}

.field-uberschrift h2{
	margin-bottom: 20px;
}

.image-container{
	margin-bottom: 40px;
}

.image-container img{
	width: 100%;
}

/* Veranstaltungen */

/* Liste mit Veranstaltungen */

.veranstaltung{
	margin-bottom: 30px;
}

.veranstaltung .veranstaltung-bild{
	width: 100%;
	display: block;
	max-height: 300px;
	overflow: hidden;
}

.veranstaltung .veranstaltung-bild img{
	width: 100%;
}

/* Einzelne Veranstaltung */

.single-event #page-container{
	padding-bottom: 40px;
}

/* Haus der Solidaritaet */

.haus-der-solidaritaet-headline{
    font-size: 20px;
    margin-top: 10px;
    color: #333;
    text-indent: 7px;
}

/* Tabellen */

.preis-tabelle{
	width: 100%;
	margin-bottom: 45px;
	margin-left: -5px;
}

.preis-tabelle th{
	background: #fff;
	padding-left: 5px;
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	color: #555;
	font-weight: normal;
	padding-bottom: 5px;
}

.preis-tabelle tr > td:first-child{
	padding-right: 40px;
	padding-left: 5px;
	width: 50%;
}

.preis-tabelle tr > td:nth-child(2){
	padding-right: 40px;
	padding-left: 5px;
	width: 40%;
}

.preis-tabelle tr > td:nth-child(3){
	padding-right: 40px;
	padding-left: 5px;
	width: 10%;
}

.preis-tabelle tr:nth-child(odd){
	background: #EFF4E7;
}

.buchen-button .btn-primary{
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	text-transform: uppercase;
	color: #fff;
	background: #77A11B;
	background: -moz-linear-gradient(top,  #77A11B 0%, #488724 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
	background: -webkit-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -o-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -ms-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: linear-gradient(to bottom,  #77A11B 0%,#488724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
	white-space: normal;	
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.buchen-button .btn-primary:hover{
	color: #fff;
	opacity: 0.8;
	background: #77A11B;
	background: -moz-linear-gradient(top,  #77A11B 0%, #488724 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
	background: -webkit-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -o-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -ms-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: linear-gradient(to bottom,  #77A11B 0%,#488724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
}

/* Buchungsformular */

.wpcf7 h2{
	margin-bottom: 20px;
}

#page-container div.wpcf7 img.ajax-loader{
	width: auto;
}

input[type="date"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"]{
	border: 1px solid #333;
	padding: 2px 0 2px 5px;
	color: #444;
}

input[type="submit"]{
    background: #77A11B;
    background: #77A11B;
    background: -moz-linear-gradient(top, #77A11B 0%, #488724 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
    background: -webkit-linear-gradient(top, #77A11B 0%,#488724 100%);
    background: -o-linear-gradient(top, #77A11B 0%,#488724 100%);
    background: -ms-linear-gradient(top, #77A11B 0%,#488724 100%);
    background: linear-gradient(to bottom, #77A11B 0%,#488724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
    font-size: 22px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    padding: 11px 28px;
    font-weight: normal;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    text-transform: uppercase;
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
}

input[type="submit"]:hover{
    color: #fff;
    opacity: 0.8;
    background: #77A11B;
    background: -moz-linear-gradient(top, #77A11B 0%, #488724 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
    background: -webkit-linear-gradient(top, #77A11B 0%,#488724 100%);
    background: -o-linear-gradient(top, #77A11B 0%,#488724 100%);
    background: -ms-linear-gradient(top, #77A11B 0%,#488724 100%);
    background: linear-gradient(to bottom, #77A11B 0%,#488724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
}

span.wpcf7-not-valid-tip{
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
}

input.wpcf7-validates-as-required{
	border: 1px solid #E20000;
}

/*
.wpcf7-validates-as-required:after {
    content: '\00B7';
    margin-right: 5px;
    color: red;
    font-size: 80px;
    line-height: 0;
    position: absolute;
    top: 31%;
}
*/

.wpcf7 span.wpcf7-list-item{
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
}

/* Startseite */

/* Slider */

.swiper-container img{
	width: 100%;
}

.home .swiper-slide{
	background: #000;
	position: relative;
}

.home .swiper-slide img{
	width: 100%;
    height: auto;
}

.home .swiper-slide:hover{ 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: .85;
}

.slide-center{
    position: absolute;
    right: 10%;
    bottom: 10%;
	width: 50%;
    display: block;
    text-decoration: none;
	background: rgba(72,135,36,1);
	background: -moz-linear-gradient(top, rgba(72,135,36,1) 0%, rgba(119,161,27,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72,135,36,1)), color-stop(100%, rgba(119,161,27,0.9)));
	background: -webkit-linear-gradient(top, rgba(72,135,36,1) 0%, rgba(119,161,27,0.9) 100%);
	background: -o-linear-gradient(top, rgba(72,135,36,1) 0%, rgba(119,161,27,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(72,135,36,1) 0%, rgba(119,161,27,0.9) 100%);
	background: linear-gradient(to bottom, rgba(72,135,36,1) 0%, rgba(119,161,27,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#488724', endColorstr='#77a11b', GradientType=0 );
}

.home .slide-text {
    z-index: 100;
    text-align: left;
    font-size: 22px;
    color: #fff;
    padding: 25px 20px 25px 20px;
}

.home .slide-text h2 {
    font-size: 22px;
    padding:0;
    color: #fff;
}

/*
.slide-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    text-decoration: none;
}

.slide-center > * {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}
*/

#home-swiper .swiper-button-prev{
	background: url(img/arrow-prev.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}

#home-swiper .swiper-button-next{
	background: url(img/arrow-next.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}

/* Teaser virtueller Rundgang */

.teaser.rundgang-teaser{
    background: #fff;
    color: #333;
    width: 100%;
	background: #fff no-repeat url(img/startseite-baeume.png) right 20px;
	background-size: contain;
	padding: 20px 0 30px;
}

.teaser .rundgang-teaser-text{
    padding: 36px 3%;
    width: 60%;
    margin-bottom: 0;
}

.teaser.rundgang-teaser-text p{
    font-size: 22px;
    margin-bottom: 35px;
}

.teaser.rundgang-teaser h2{
	color: #779F19;
    margin-bottom: 30px;
    font-size: 35px;
    font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
}

.teaser.rundgang-teaser .btn-primary{
	color: #fff;
	background: #77A11B;
	background: -moz-linear-gradient(top,  #77A11B 0%, #488724 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
	background: -webkit-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -o-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -ms-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: linear-gradient(to bottom,  #77A11B 0%,#488724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
	white-space: normal;	
	text-align: left;
}

.teaser.rundgang-teaser .btn-primary:hover{
	color: #fff;
	opacity: 0.8;
	background: #77A11B;
	background: -moz-linear-gradient(top,  #77A11B 0%, #488724 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
	background: -webkit-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -o-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -ms-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: linear-gradient(to bottom,  #77A11B 0%,#488724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
}

/* Teaser */

.teaser-container{
	margin-bottom: 30px;
}

.teaser{
	position: relative;
	background: #77A11B;
	color: #fff;
	background: -moz-linear-gradient(top,  #77A11B 0%, #488724 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
	background: -webkit-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -o-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -ms-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: linear-gradient(to bottom,  #77A11B 0%,#488724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
    display: -webkit-box;
    display: flex;
}

.teaser .teaser-pic-holder{
	width: 50%;
	overflow: hidden;
    background: #77A11B;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
}

.teaser .teaser-pic-holder img{
	max-width: none;
	display: block;
	margin: 0 auto;
	width: 100%;
    vertical-align: middle;
}

.teaser.right{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.teaser .teaser-text{
  	padding: 36px 3%;
  	width: 50%;
}

.teaser h2{
	color: #fff;
	margin-bottom: 30px;
	font-size: 35px;
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
}

.teaser p{
	font-size: 22px;
	line-height: 135%;
	margin-bottom: 35px;
}

.teaser .btn-primary{
	background: #fff;
	color: #77A11B;
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	text-transform: uppercase;
	max-width: 100%;
}

.teaser .btn-primary:focus,
.teaser .btn-primary:hover{
	opacity: 0.9;
	background: #fff;
	color: #77A11B;
}

.small-teaser-row{
/*
display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
*/
	  
	display: flex;
}

.small-teaser-row > div{
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	display: -webkit-box;
	  display: flex;
}

.small-teaser-row .col-sm-6{
	margin-bottom: 30px;
}	

.small-teaser{
	overflow: hidden;
	color: #fff;
	font-family: 'Archer-Light', Verdana, Arial, Helvetica;
	background: #77A11B;
	background: -moz-linear-gradient(top,  #99B814 0%, #609220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99B814), color-stop(100%,#609220));
	background: -webkit-linear-gradient(top,  #99B814 0%,#609220 100%);
	background: -o-linear-gradient(top,  #99B814 0%,#609220 100%);
	background: -ms-linear-gradient(top,  #99B814 0%,#609220 100%);
	background: linear-gradient(to bottom,  #99B814 0%,#609220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99B814', endColorstr='#609220',GradientType=0 );
	margin-bottom: 30px;
	width: 100%;
}

.small-teaser-text{
	padding: 20px 25px;
}

.small-teaser h2{
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	color: #fff;	
	font-size: 22px;
}

.small-teaser span{
	text-transform: uppercase;
	font-family: 'Archer-Book', Verdana, Arial, Helvetica;
}

.small-teaser a{
	color: #fff;
	display: block;
}

.small-teaser a:hover img{
	opacity: 0.7;
}

.small-teaser a:hover span{
	margin-left: 10px;
}

.small-teaser-pic{
	background: #000;
}

.small-teaser img{
	width: 100%;
	background: #000;
}

.sidebar .menu {
 	list-style-type: none;
	padding: 20px 25px;
	margin: 0;	
}

.sidebar .menu a{
	padding-bottom: 10px;
}

.sidebar .menu a:hover,
.sidebar .menu li.current-menu-item > a{
	padding-bottom: 5px;
}

.sidebar .menu a,
.sidebar .menu a:hover{
	color: #77A11B;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}

.sidebar .menu li {
	padding: 0 0 10px 0;
}

.sidebar .menu a:hover{
	color: #2368A0;
}

.sidebar .menu li > a:hover:after,
.sidebar .menu li.current-menu-item > a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #77A11B;
	margin-top: 3px;
}

.widget{
	margin-bottom: 32px;
	margin-left: 20px;
}

.widget p,
.widget h3{
	/* padding: 0 20px; */
}

.widget h3{
	font-size: 16px;
	font-family: 'SeravekMedium', Verdana, Arial, Helvetica;
	font-weight: normal;
	margin-top: 0;
}

.widget .btn-primary{
	width: 100%;
	padding: 20px 0;
}

.btn-primary{
	background: #77A11B;
	font-size: 22px;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	padding: 11px 28px;
	font-weight: normal;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.btn-primary:focus,
.btn-primary:hover{
	background: rgba(0,65,135,0.86);
}

.btn-secondary,
.btn-secondary:hover{
	background: none;
	border: 0;
	border-radius: 0;
	color: #77A11B;
	padding: 0;
	font-weight: normal;
	font-family: 'Archer-Bold', Verdana, Arial, Helvetica;
	box-shadow: none;
	text-shadow: none;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-secondary:hover{
	color: #2368A0;
}

.frontinfo p:after{
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: #77A11B;
	margin: 30px 0;
}

h1.page-title{
	text-align: left;
	font-size: 45px;
	margin: 35px 0 20px;
	line-height: 120%;
	color: #77A11B;
	font-family: 'Archer-Light', Verdana, Arial, Helvetica;
}

.field-text{
	margin-bottom: 30px;
}

.field-text .big-text{
	font-size: 22px;
	line-height: 1.45;
	color: #000;
}

/* Gallery */

.gallery{
	padding: 0 0 50px 0;
}

.gallery ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery ul li{
	float: left;
	line-height: normal;
	display: flex;
	margin: 0 0.5% 0.5% 0;
	width: 24.5%;
	position: relative;
}

.gallery ul li img{
	width: 100%;
}

.gallery ul li a{
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.gallery ul li a:hover{
	opacity: 0.7;
}

.gallery ul li a:hover:after{
    content: '+';
    display: block;
    color: #fff;
    position: absolute;
    font-size: 100px;
    top: 49%;
    width: 100%;
    height: 100%;
    line-height: 0;
    text-align: center;
}

.gallery h3{
	color: #fff;
	margin-bottom: 30px;
}

/* Logos Mitgliedschaften */

.mitgliedschaften{
	background: #fff;
	padding-bottom: 0;
	margin-bottom: 20px;
	color: #77A11B;
}

.mitgliedschaften .container{
	border-bottom: 1px dotted #77A11B;
	padding-bottom: 20px;
}

.mitgliedschaften h3{
	color: #77A11B; 
	margin-bottom: 20px;
}

.mitgliedschaften ul li{
	float: left;
	line-height: normal;
	display: block;
	margin: 0 0.5% 0.5% 0;
	width: 24%;
	line-height: 150px;
}

.mitgliedschaften ul li a{
	margin: 0 auto;
}

.mitgliedschaften ul li{
	vertical-align: middle;
} 

/* Vimeo Video */

.vimeo-container{ 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 95%; 
} 

.vimeo-container iframe, 
.vimeo-container object, 
.vimeo-container embed{ 
	border: 0;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 99%; 
	height: 93%; 
}

/* Page Template */

.featured-image-container{
	width: 100%;
}

.featured-image-container img{
	width: 100%;
}

/* Aerzte Seite Teaser */

.teaser-aerzte{
	background: -moz-linear-gradient(top,  #77A11B 0%, #488724 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77A11B), color-stop(100%,#488724));
	background: -webkit-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -o-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: -ms-linear-gradient(top,  #77A11B 0%,#488724 100%);
	background: linear-gradient(to bottom,  #77A11B 0%,#488724 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77A11B', endColorstr='#488724',GradientType=0 );
}

.teaser-aerzte .teaser-text h2{
	margin-bottom: 10px;
}

.teaser-aerzte .teaser-text p{
	font-size: 14px;
}

.teaser-aerzte .teaser-pic-holder{
	position: relative;
	width: 100%;
	background: no-repeat; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.teaser-aerzte .teaser-name h3{
	color: #fff;
}

.teaser-aerzte .teaser-name{
	padding: 20px 10px 15px 30px;
	margin: 50px 0 200px 0;
	background: rgba(0, 66, 135, 0.67);
	color: #fff;
}

.teaser-aerzte .teaser-collapse{
	background:transparent;
	color: #fff;
}

.teaser-aerzte .collapseomatic{
	background-color: transparent;
	color: #fff;
	margin-bottom: 0;
	font-size: 24px;
	padding: 30px 0;
}

.teaser-aerzte .collapseomatic:hover{
	background-color: transparent;
	color: #fff;
	padding-left: 20px;
}

.teaser-aerzte .collapseomatic_content{
	padding-bottom: 40px;
}

.teaser-aerzte .collapseomatic_content p{
	height: 1px;
	margin: 0;
}

.teaser-aerzte .collapseomatic_content table p{
	height: auto;
}

/* Google Map */

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.team {
    border: 0px solid;
}

td {
    padding: 7px 7px 7px 0;
}

footer{
	position: relative;
}

.footer-top{
	padding: 38px 0;
	background: #EFF4E7;
}

.footer-top .menu{
	list-style: none;
	margin: 0;
}

#footer-left{
	font-size: 22px;
}

#footer-middle img{
	margin-top: -5px;
}

#footer-right{
	padding-left: 0;
}

.footer-top .menu > li > a{
	font-size: 15px;
	line-height: 155%;
    font-family: 'Archer-Book';
} 

.footer-top .menu li a:before{
	content: '\00BB ';
	margin-right: 5px;
} 

.footer-bottom{
  font-size: 15px;
  color: #fff;
  background: #77A11B;
  height: 71px;
}

.footer-bottom > * {
  padding-top: 26px;
}

.footer-bottom .nav{
	right: 0;
}

.footer-bottom p{
	float: left;
}

.footer-bottom .nav > li > a {
  display: inline-block;
  float: right;
  margin-left: 10px;
  color: #fff;
}

.footer-bottom .nav > li > a:hover, 
.footer-bottom .nav > li > a:focus{
	background: none;
	color: #C0DEFF;
}

.footer-bottom .nav ul{
  float: left;
  width: 200px;
}

#footer-left .tel,
#footer-left .fax,
#footer-left .email{
	padding-left: 37px;
	display: block;
	line-height: 32px;
	margin-bottom: 10px;
	background: no-repeat url(img/icons-sprite.png);
}

#footer-left .tel{
	background-position: 0 0;
}

#footer-left .fax{
	background-position: 0 -32px;
}

#footer-left .email{
	background-position: 0 -63px;
}

/* Collapsomatic Akkordeon */

body .collapseomatic {
  background-color: #fff;
  color: #77A11B;
  width: 100%;
  display: block;
  padding: 11px 0 10px 13px;
  background-position: right center;
  margin-bottom: 3px;
  background-image: url('img/arrow-down.png');
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body .colomat-close {
  background-image: url('img/arrow-up.png');
}

body .colomat-close,
body .collapseomatic:hover {
	text-decoration: none;
	color: #77A11B;
	background-color: #C0DEFF;
}

body .collapseomatic_content{
  margin-left: 8px;
  padding: 10px 0;
}
.eu img {
    height: 60px;
    width: auto !important;
    margin-left: 300px;
    margin-top: 50px;
}

/* Media Queries for Responsive Layout */

@media (min-width: 992px) { 
body .metaslider .caption-wrap {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: inherit;
	padding: 20px;
	background: rgba(31, 123, 191, 0.8);
	color: #fff;
	font-size: 20px;
	opacity: 1;
	margin: 0;
	display: block;
	width: auto;
	line-height: 1.4em;
}
}

@media (min-width: 1200px) { 
.navbar .navbar-inner .nav ul li a{
    font-size: 19px;
    font-family: 'Archer-Book';
}
}
@media (max-width: 1200px) {
.eu img {
    margin-left: 100px;
}
}

@media (max-width: 1050px) {
.navbar .navbar-inner .nav ul li a{
    font-size: 15px;
    letter-spacing: 0.025em;
    padding: 0 10px;
}
.eu img {
    margin-left: 10px;
    height: 40px;
}

}

@media (max-width: 979px) {
.eu { 
    display: none;
}
body{
	padding-top: 0;
}

header .logo{
    text-align: center;
    max-width: 100%;
    margin: 40px auto 0;
}

.navbar{
	display: none;
}

.navigation-button{
	display: block;
}

.mobile-display{
	display: block;
}

#header-navigation ul li.mobile-hide{
	display: none;
}

.slide-center{
	position: relative;
	width: 100%;
	right: auto;
	left: auto;
}

.small-teaser-row{
	display: block;
}

.teaser.rundgang-teaser{
	background-position: right bottom;
    background-size: 50%;
}

.haus-der-solidaritaet-headline{
    text-indent: -3%;
}

}

@media (max-width: 767px) {
	body{
		padding:0px;
	}
	body .container{
		padding:0px 20px;
	}
	
	div.content {
		padding-top:30px;	
	}
	
	#header-adresse{
		display: none;
	}
	
	.navbar-fixed-top {
		margin-left: 0px;
	}
	
	.sidebar{
		padding-top:20px;
	}
	
	.sprechzeiten h3{
		border-top: 1px dotted #77A11B;
	}
		
	.hero-unit{
		border-right: none;
	}
	
	.teaser{
		display: block; 
	}

/*
	.small-teaser-row{
		display: block;
	}
	
	.small-teaser-row > div{
		  display: block;
	}
*/
	
	.teaser .teaser-text {
	  padding: 40px 1% 40px 2%;
	  position: relative;
	  width: 100%;
	  box-sizing: border-box;
	}
		
	.teaser .teaser-pic-holder {
	  height: 300px;
	  position: relative;
	  width: 100%;
	}
	
	.flex-caption {
		bottom: 0;
		background: rgba(0,65,135,0.5);
		padding: 20px 30px;
	}
	
	.flex-caption p{
		display: none;
	}
	.teaser-aerzte .teaser-name{
		margin-bottom:0;
	}
	
	.teaser.rundgang-teaser {
    	background-position: right bottom;
    	background-size: 23%;
    	padding-top: 0;
    }
    
    .teaser .rundgang-teaser-text{
	    width: 100%;
    }
    
    .teaser.rundgang-teaser .btn-primary,
    .teaser .btn-primary,
    .btn-primary{
		text-align: center;  
		text-align: center;
		display: block;  
    }

}

@media (max-width: 490px) {
.menu-headernavigation-container,
.menu-headernavigation-englisch-container{
	display: none;
}
.logo{
	text-align: left;
	margin-left: 0;
	width: 100%;
}

.logo img{
	padding-left: 5px;
    width: 112%;
    margin-left: -9%;
}
#lang_sel_list ul a,
#lang_sel_list a.lang_sel_sel,
#lang_sel_list a:visited,
#lang_sel_list a.lang_sel_other{
    color: #77A01A;
    text-indent: 0;
}

#lang_sel_list li.icl-de a:after{
	content: 'DE';
    line-height: 39px;
    z-index: 0;
}

#lang_sel_list li.icl-en a:after{
    line-height: 39px;
	content: 'EN';
    z-index: 0;
}
}
