/*
Theme Name: Zahnarzt Hamburg Kaekenflur
Author: Informationsstelle Gesundheit GmbH, Düsseldorf
Author URI: www.informationsstelle-gesundheit.de
Description: Zahnarzt Hamburg Kaekenflur
Version: 2.1
License: Copyright 2022 Informationsstelle Gesundheit GmbH - keine Vervielfältigung - dieser Teil darf nicht gelöscht, geändert oder umbenannt werden.

/* Font-Sammlung */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* poiret-one-regular - latin */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poiret-one-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poiret One'), local('PoiretOne-Regular'),
       url('fonts/poiret-one-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poiret-one-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poiret-one-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/poiret-one-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poiret-one-v7-latin-regular.svg#PoiretOne') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Material Icons';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/datepicker-font.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

* {
    font-family: 'Open Sans';
}


/* Mobiles Menu Anfang */
@media (max-width: 991px) {
.header8fix {
    margin-top: 0rem;
}
 
.sliderdown1 {
    display:none;
}

.header8 .menueleiste nav ul {
    list-style: none;
    padding-left:0;
    overflow: scroll;
    height: auto;
}

.mobil-menu-button {
        position: relative;
    width: 70px;
    background: #baa584;
    top: 0;
    height: 50px;
    z-index: 50;
    float: right;
}
.mobil-menu-button-bg {
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #baa584;
}
	
.mobil-menu-button-bg a.whatsapp-link {
	
	}
.mobil-menu-button-bg a.whatsapp-link img {
	    width: 40px;
    margin-left: 15px;
    margin-top: 5px;
	}

.mobil-menu-button span {
    float: right;
    width: 40px;
    top: 1rem;
    height: 4px;
    background: white;
    margin-top: 22px;
    margin-right: 15px;
}

.mobil-menu-button.menu-open span {
    height: 0px;
}


.mobil-menu-button.menu-open span:before {
    width: 4rem;
    height: 0.4rem;
    background: white;
    transition: 0.3s;
    right: 15px;
    position: absolute;
    top: 1rem;
    content: '';
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobil-menu-button span:before {
    width: 4rem;
    height: 0.4rem;
    background: white;
    transition: 0.3s;
    right: 15px;
    position: absolute;
    top: 1rem;
    content: '';
    -webkit-transform-origin: 0.001rem center;
    transform-origin: 0.005rem center;
}

.mobil-menu-button.menu-open span:after {
    width: 4rem;
    height: 0.4rem;
    background: white;
    transition: 0.3s;
    right: 15px;
    position: absolute;
    top: 38px;
    content: '';
    transform: rotate3d(0, 0, 1, -45deg);
}

.mobil-menu-button span:after {
    width: 4rem;
    height: 0.4rem;
    background: white;
    transition: 0.3s;
    right: 15px;
    position: absolute;
    top: 3.5rem;
    content: '';
    -webkit-transform-origin: 0.001rem center;
    transform-origin: 0.005rem center;
}

.header8 .menueleiste nav ul li {
    text-align:left;
    padding-left: 10px;
}

.header8 .menueleiste nav ul li a {
    color: white;
    line-height: 2 !important;
    display:block;
    font-size: 1.5rem;
}

.header8 .menueleiste nav ul li a:before {
    content: "\e080";
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
}



.header8 .menueleiste nav ul li ul {
    display: none;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    width: 100%;
	margin-top: 0;
margin-left: 0;
}



.header8 .menueleiste nav ul li ul li {
    float: none;
    display: block;
    border-right: none;
}
}

/* Headboxlink  Anfang */

.headboxlink:before {
    content: "\e080";
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.headboxlink:hover:before {
    padding-left: 10px;
    margin-right: 0px;
}

/* Headboxlink  Ende */


@media (min-width:992px){
.mobil-menu-button {
    display:none;
}
.mobil-menu-button-bg {
display:none;
}
}
/* Mobiles Menu Ende */

btn-primary:focus {
    background-color: #baa584;
    border-color: #baa584;
}

html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

p {
    font-size: 1.8rem;
}

p:empty {
    display: none;
}

a {
    color: #baa584;
    font-size: 1.6rem;
}

a:hover {
    color: #9ba2a8;
}

label {
    font-size: 1.6rem;
    font-weight: 400;
}

.checkbox label {
    padding-left: 5px;
    color: #8a98a6;
}

.checkbox-inline {
    padding-left: 0;
    font-weight: 300;
}

.form-group label {
    color: #555;
}

#wide {
    position: relative;
    overflow: hidden;
}

.menueleiste {
    position: relative;
    height: 60px;
    top: 7rem;
    background: transparent;
}

aside .accordion-panel {
    box-shadow: 0px 0px 0rem #999 !important;
    border: 0px solid lightgray;

}

@media (max-width: 991px) {
.menueleiste {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    overflow: scroll;
    z-index: 300;
    background: #baa584;
    width: 250px;
}

#logo {
    display:none !important;
}

footer h3 {
    margin:20px 0 1rem 0 !important;
    text-align: center !important;
}

footer ul li {
    text-align: center;
}

aside .textwidget img {
    max-width: 100%
}

.headsubbox1 {
    transform: none !important;
}

.headsubbox2 {
    transform: none !important;
}

.headsubbox3 {
    transform: none !important;
}

.header8 nav {
    display:block;
}
}

@media (max-width:767px) {
.umschlag-box-teaser {
    margin-top: 15px;
}

footer .textwidget {
    text-align: center;
}

.headline {
    display: none;
}

}

@media (min-width:992px){
.row.leistungsboxen {
    margin-bottom: 100px;
}

.scaling-logo {
    height: 65px;
    position: relative;
    float: left;
    opacity: 0;
}

footer .textwidget .headboxlink {
    display: inline-flex;
    font-weight: 300;
}
}

@media (max-width:991px) { 
.content h2 {
    text-align: left;
}
}

li {
    color:#676b6d;
    font-weight: 300;
    font-size: 1.8rem;
}

ol, ul {
    margin-bottom: 3.5rem;
	margin:2rem;
}

/* Primary Button */
.btn-primary {
    display: inline-block;
    color: white;
    background: #baa584;
    border: 0;
    white-space:normal;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;                                                                                            
    margin-top: 0.5rem;
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    background: #fff;
    border: 1px solid #baa584;
    color: #baa584;
    transition: all 0.2s ease-in-out;
}

.btn {
    border-radius: 4px;
    border: 1px solid transparent;
}

.btn .glyphicon {
    top: 2px;
}

.btn-secondary {
    font-size: 1.6rem;
    color: #fff;
    background: #baa584;
    padding: 1.5rem 1rem;
    border: 1px solid #baa584;
    border-radius: 10px;
    white-space: normal;    
}

.btn-secondary:hover {
    background: #fff;
    color: #baa584;
}

.up {
    z-index: 5000;
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: block;
    padding-top: 0.2rem;
    width: 4.5rem;
    height: 4rem;
    color: #baa584;
    background: #fff;
    border-radius: 30%;
    border: 1px solid white;
    font-size: 1.5rem;
    text-align: center;
    line-height: 4rem;
    opacity: 0.8;
    filter: alpha(opacity=60);
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
}

.platzhalter {
    margin-bottom: 1rem;
    margin-right: -15px;
    margin-left: -15px;
}

.up:hover {
    background: white;
    color: #797a7c;
    opacity: 0.6;
    border: 1px solid #797a7c;
}

.up:active, .up:focus {
    outline: none;
}

/* header */
.header {
    margin-top: 0rem;
    position: absolute;
    height: auto;
    text-align: center;
}

#logo {
    margin: 0 auto;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

#logo img {
    position: absolute;
    top: 3rem;
    margin-left: -0.5rem;
    height: 85px;
}


#ht {
    position: fixed;
    display: block;
    top: 0.9rem;
    left: 1rem;
    z-index: 1000;
    width: 50%;
    color: #191970;
    font-size: 1em;
}

/* Code für Mobile Telefonnummer klickbar */
.telefonlink {
    white-space: nowrap;
    color: #baa584;
}

.telefonlink:before {
    content: "\e182";
    font-weight: normal;
    font-size: inherit;
    margin-right: 5px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
}

/* slider */
.slider {
    height: auto;
    overflow: hidden;
}

/* content */
.content {
    padding-top: 1rem;
}

.content a { 
    font-size:inherit;
    font-weight: 600;
}

.content a:hover {
    text-decoration:none;
}

.content h1 {
    margin-top: 4rem;
    color: #676b6d;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    margin-bottom: 2rem;
}  

.content p {
    padding-bottom: 1rem;
    color: #676b6d;
    font-size: 1.8rem;
    font-weight: 300;
}

.content p strong {
    color: #baa584;
}

.panel-group .panel + .panel {
    margin: 1 0 0 0;
}

img.alignleft {
    max-width: 100%;
    height: auto;
    margin: 1rem 0 1rem 0;
    display: block;
    float: left;
}

img.alignright {
    max-width: 100%;
    height: auto;
    margin: 0 0 1rem 2rem;
    display: block;
    float: right;
}

img.aligncenter {
    max-width: 100%;
    height: auto;
    margin: 1rem auto;
    display: block;
    float: none;
}

/* callout box*/
.callout-box {
    color: #555!important;
    background: #D1C1A0; 
    border: 1px solid #D1C1A0;
}

.callout-box .panel-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.callout-box h1, .callout-box h2 {
    margin: 0 0 0 0;
    padding: 1rem 0 1rem 0;
    font-size: 1.2em;
    color:rgba(5, 130, 15, 0.8);
    font-weight: bold;
}

.callout-box a {
    color: #7b7979;
}

/* aside */
aside {
    padding-top: 33px;
    margin-bottom: 4rem;
}

aside .img {
    margin: 1rem 0 1rem 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}


@media (max-width: 991px) {
#logo img {
    display:none;
}

aside {
    margin-top: 0;
}

}

/* Accordion */
.accordion_container {
    padding: 0;
}

.accordion_container .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion_container .panel-body p {
	padding: 1rem 0;
}

.accordion_container p {
    margin: 0;
    padding-bottom: 0;
}

.accordion {
    border-bottom: 1rem solid transparent;
}

a.accordion-button {
    padding: 0.7rem;
    display: block;
    text-decoration: none;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.accordion-button .glyphicon {
    position: relative;
    top: 5px;
    padding-right: 0.5rem;
    font-size:2rem;
}

a.accordion-button:hover {
    text-decoration: none;
}

.accordion-panel {
    margin: 0 0 0 0;
    border-radius: 0 !important;
    border: none;
}

.panel-group {
    margin-bottom: 0;
}

.panel-body strong {
    color: #86bc24;
}

a.accordion-button.v1 {
    color: #86bc24;
    font-size:3rem;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    margin: 5px 0 0 0;
    font-family: 'Source Sans Pro', sans-serif;
}

a.accordion-button.v1:before {
    content:'';
    background-color:white;
    border:1px solid #86bc24;
    margin-right:1rem;
    padding-right:38px;
    background-image: url('images/accordion-v1a.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

a.accordion-button.v1:hover:before {
    background-color: #86bc24;
    background-image: url('images/accordion-v1d.svg') !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

a.accordion-button.collapsed.v1:before {
    content:'';
    background-color:#fff;
    margin-right:1rem;
    border:1px solid #86bc24;
    background-image: url('images/accordion-v1b.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;;
}

a.accordion-button.collapsed.v1:hover:before {
    background-color:#86bc24 !important;
    background-image: url('images/accordion-v1c.svg') !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}

a.accordion-button.collapsed.v1 {
    color: #86bc24;
    background-color: transparent;
    background-size: 3.2rem 100% !important;
}

a.accordion-button.v1:hover {
    color: #86bc24;
    background-color: transparent;
    font-weight: normal;
}

a.accordion-button.collapsed.v1:hover {
    background-color: transparent;
    color: #86bc24;
}

a.accordion-button.v2 {
    color: white;
    font-size: 1.7rem;
	font-family: 'Roboto', sans-serif;
    background-color: #b9b9b9;
    background-image: url('images/accordion-v1d.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.accordion-button.collapsed.v2 {
    color: #676b6d;
    border-bottom:1px solid ;
    background-color: white;
    font-size:1.7rem;
    background-image: url('images/accordion-v1b.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    -moz-transition: all .0s ease-in;
    -o-transition: all .0s ease-in;
    -webkit-transition: all .0s ease-in;
    transition: all .0s ease-in;
}

a.accordion-button.v2:hover {
    color: white;
    background-color: #baa584;
    font-weight: normal;
}

a.accordion-button.collapsed.v2:hover {
    color: #baa584;
    background-color: white;
    font-weight: normal;
    background-image: url('images/accordion-v1b.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    border-bottom-color: #676b6d;
}

/* header mobile headline */
.logo-mobile-headline {
    padding: 0 1rem 2rem 1rem;
    color: #191970;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}

/* header mobile boxen */
.header-mobile-buttons img {
    width:95%;
    max-width: 150px; 
    margin: 1rem;
}

.header-mobile-buttons p {
    font-size: 1.7rem;
}

.header-mobile-buttons .textwidget {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 5rem;
}


.header-mobile-buttons a {
    margin: 1rem 1rem 1rem 1rem;
    display: block;
    color: #676b6d;
    font-size: 1.7rem;
	font-weight:700;
}

.header-mobile-buttons a:hover {
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    color: #baa584;
}

.header-mobile-buttons a:focus {
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
}

.header-mobile-buttons .btn-primary .glyphicon {
    top:0px;
    font-size:1.2rem;
}

.header-mobile-buttons .btn-primary {
    font-size: 1.6rem;
    padding:1rem 2rem 1rem 2rem;
    border-radius: 5px;
    color: #fff;
}

.header-mobile-buttons .glyphicon {
    display: inline-block;
}

/* Footer Callout Button */
.footer_callout {
    margin-top: 6rem;
    padding: 3rem 1.5rem 4rem 1.5rem;
    text-align: center;
    background: transparent;

}

.footer_callout h3 {
    font-size: 3.2rem;
    text-transform: none;
}

.footer_callout a {
    margin: 1rem 0 0 0;
    padding: 1.5rem 3rem 1.5rem 3rem;
    color: white;
    background: linear-gradient(#86bc24,rgba(216, 73, 35, 0.8));
    text-align: center;
    white-space: normal;
    border: 1px solid #fff;
    border-radius: 30px;
}

.footer_callout a:hover {
    color: #86bc24!important;
    background: #fff;
    border: 1px solid #86bc24;
    border-radius: 30px;
}

/* footer */
footer {
    margin: 0 0 0 0;
    background: #676b6d;
    padding-bottom: 2rem;
}

footer .textwidget {
    color: red;
    line-height: 2.5rem;
}

.h3, h3 {
    font-size: 2.3rem;
    font-weight: 600;   
	color:#676b6d;
	margin: 3rem 0 4rem 0;
	
}

footer h3 {             
    display: block;
    margin: 3rem 0 4rem 0;
    padding: 3rem 0 3rem 0;
    color: #fff;
    font-size: 2.5rem; 
    font-weight: 600;
    text-transform: none;
    border-bottom: 1px solid;
}

footer ul {
    margin: 1rem 0 1rem 0;
    padding: 0 0 0 14px;
    color: white;
}

footer ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: rgba(35, 46, 69, 0.7);
    font-size: 14px;
    font-weight: normal;
    list-style-type: none;
}

footer p {
    color: #fff;
	font-weight:300;
    font-size: 1.6rem;
}

footer a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
	font-size: 1.6rem;
}

footer a:hover {
    color: #fff;
}

footer ul li a {
    text-decoration: none;
}

.footer-copyright2 {
    padding-top: 6rem;
    color: #baa584;
    float: right;
} 


@media (min-width: 768px) {    
aside .textwidget {
    text-align:left;
}
   
article.content {
    margin-bottom: 2rem;
}

.textwidget {
    text-align: left;
}

img.alignleft {
    margin: 0 2rem 1rem 0;
    display: block;
    float: left;
}

img.alignright {
    margin: 0 0 1rem 2rem;
    display: block;
    float: right;
}

img.aligncenter {
    margin: 2rem auto;
    display: block;
    float: none;
}
}

@media (max-width: 992px) {
.smallheader-lg {
    display: none;
}
}

@media (min-width: 992px) {
.content h3 {
    text-transform: none;

}
/* top-navigation & logo desktop */

.slider.header8fix {
    margin-top: 17rem;
}

.header8 {
    position: fixed;
    z-index: 1200;
    width: 100%;
    height:170px;
    overflow: visible !important;
    background: #f4f4f4;
    box-shadow: 0px 1px 5px #676b6d;
}

.header8 .header {
    margin-top: 0;
    position: relative;
    overflow-y: visible;
    z-index: 1200;
}

.header8 #logo {
    top: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}

.header8 .logo {
    position: inherit;
    opacity: 1;
}

.header8 .headline a {
    position: relative;
    float: right;
    font-size: 2rem;
    line-height: 0px;
    top: 15px;
}
    
.header8 .headline .headlinespan {
    position: initial;
    top: 30px;
    right: 3%;
    font-size:2.3rem;
    color: #232E45;
    text-align: right;
    z-index: 100;
    opacity: 1;
}

.header8 .menueleiste nav {
    position: absolute;
    right: 0;
    width: auto;
    height: 60px;
    line-height: 40px;
    z-index: 1;
}
    
.header8 .menueleiste nav ul {
    width: auto;
    max-width: 965px;
    margin: 0 auto;
    padding: 0 0 0 0;
    list-style: none;
    height: 60px;
    display: inline-block;
    position: relative;
    left: 1.5rem;
}

.header8 .menueleiste nav ul li {
    display: block;
    width: auto;
    position: relative;
    padding: 0 0 0 0;
    float: left;
    line-height: 65px;
    cursor: pointer;
}

.header8 .menueleiste nav ul li:nth-last-child(1) {
    border-right: none;
}
    
.header8 .menueleiste nav ul li ul a:before {
    content:none !important;
}

.header8 .menueleiste nav ul li ul li.menu-item-has-children > a:after {
    content: '\00BB'; 
    font-weight: 300;   
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 2rem;
}  

.header8 .menueleiste nav ul li a {
    display: block;
    padding: 0rem 1.5rem 0;
    width: auto;
    margin-top: 0px;
    color: #676b6d;
    text-align: center;
    font-weight: 300;
    font-size: 1.8rem;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.header8 .menueleiste nav ul li a:hover {
    color: #baa584;
    background: transparent;
}

.header8 .menueleiste nav ul li.current-menu-item a {
    color: #baa584;
    background: transparent;
}
    
.header8 .menueleiste nav ul li.current-menu-parent > a {
    color: #baa584 !important;
    background: transparent;
}

.header8 .menueleiste nav ul li ul li.current-menu-parent > a {
    background: #fff;
}

.header8 .menueleiste nav ul li.current-menu-item ul li a {
    color: #fff;
    background: rgba(103, 107, 109, 0.8);
}
        
.header8 .menueleiste nav ul li.current-menu-item ul li a:hover {
    color: #676b6d;
    background: #fff;
}
        
.header8 .menueleiste nav ul li.current-menu-parent ul li a {
    color: #fff;
    background: rgba(103, 107, 109, 0.8);
}  
   
.header8 .menueleiste nav ul li ul li.current-menu-item > a {
    color: #676b6d;
    background: #fff;
    padding-left: 2rem;
}

.header8 .menueleiste nav ul li.current_page_ancestor > a {
    color: #baa584 !important;
}
        
.header8 .menueleiste nav ul li ul li.current-menu-item a:hover {
    color: #baa584;
    background: #fff;
}     
    
.header8 .menueleiste nav ul li:hover ul {
    display: block;
}

.header8 .menueleiste nav ul li ul {
    display: none;
    top: 63px;
    left: 0;
    width: 31rem;
    height: auto !important;
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: transparent;
}

.header8 .menueleiste nav ul li ul li {
    float: none;
    display: block;
    border-right: none;
}

.header8 .menueleiste nav ul li ul li ul {
    width: 26rem;
}

.header8 .menueleiste nav ul li ul li a {
    display: block;
    padding: 0.8rem;
    width: auto;
    line-height: 2rem;
    color: #fff;
    text-align: left;
    text-transform: none;
    background: rgba(103, 107, 109, 0.8);
    text-shadow: none;
    border-right:none;
    margin: 0;
    font-size: 1.6rem;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.header8 .menueleiste nav ul li ul li a:hover {
    border-radius: 0px;
    background: #fff;
    color: #676b6d;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding-left: 2rem;
}

.header8 nav ul li ul li ul.sub-menu {
    display: none;
}

.header8 nav ul li ul li:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: 310px;
    top: 0;
    z-index: 20;
}

 /* Slider Info-Boxes */
.slider {
    position: relative;
    overflow-x: hidden;
}

.sliderdown1 {
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 62px;
    position: absolute;
    left: 50%;
    bottom: 1%;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: animation_down 2s ease-in-out infinite;
    animation: animation_down 2s ease-in-out infinite;
}
    
/*animated arrow animation*/
@-webkit-keyframes animation_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
}

@keyframes animation_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
}
    
.sliderdown1:hover {
    opacity: 1;
}

.sliderdown1 span {
    font-size:40px;
}

.arrow {
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
}


@keyframes animation_slb {
0% {
    bottom: 20%;
    opacity: 0;
}

100% {
    bottom: 10%;
    opacity: 1;
}
}

@-webkit-keyframes animation_slb {
0% {
    bottom: 20%;
    opacity: 0;
}

100% {
    bottom: 10%;
    opacity: 1;
}
}

/* Arrow Bounce */
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
}

40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
}

60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
}

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}

@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}


/* Arrow Pulse */
@keyframes pulse {
0% {
    opacity: 1;
}

100% {
    opacity: 0.1;
}
}

@-webkit-keyframes play_sliderdown {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}

@-moz-keyframes play_sliderdown {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}

@-ms-keyframes play_sliderdown {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}

@-o-keyframes play_sliderdown {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}

@keyframes play_sliderdown {
from {
    opacity: 0
}

to {
    opacity: 1;
}
}

/* Parallax */
html, body {
    width: 100%;
    height: 100%;
}

.bg-holder {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
}

.bg-holder.parallax {
    margin: 6rem 0 6rem 0;
    color: white;
    font-size: 2rem;
    text-align: center;
    height: 550px;
    background-attachment: scroll;
}

.parallax-window {
    background: transparent;
    color: white;
    text-align: center;
    clear: both;
    display: flex;
}

.h2, h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #baa584; 
	text-align:left;
    margin: 3rem 0 4rem 0;
}

body {
    background: #f4f4f4;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
body {
    background: #fff;
}
}

.willkommen {
    float: right;
    background: transparent;
    padding-left:10px;
    padding-right:10px;
}

.form-group p {
    margin: 0;
    padding: 0;
}

div#datetimepicker li {
    text-indent: 0;
    margin: 0;
}

div#datetimepicker li:before {
    content: ' ';
}

.checkbox p {
    margin: 0;
}

.panel-body p {
    padding-top: 10px;
}

aside p {
    font-weight: 300;	
}

.sub-header {
    background: #ececec;
    position: relative;
  	padding: 2rem 0 2rem 0;
}

.sub-header .sub-header-title p {
    font-size: 2rem;
  	color:#baa584;
  	text-transform:uppercase;
}

.sub-header p {
    color: #000;
}

blockquote {
    border: none;
}

.kk-star-ratings .kksr-legend {
    color: #fff;
}

.bildimtext {
    width: 35%;
    float: right;
    padding: 0rem 0 1rem 2rem;
    max-width: 600px;
}

.ul-ok-check {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0rem;
    list-style: none;
    padding-right: 3rem;
    list-style-type: none;
}

.sub-header-text p {
    font-size: 1.4rem;
  	color:#676b6d;
}

.sprechzeitenp {
    padding:0;
    color: #676b6d;
    font-size: 1.4rem;   
}

footer .sprechzeitenp {
    padding:0;
    color: white;
    font-size: 1.7rem;   
}

/* Row Row-width */

@media (min-width: 1400px) {
.row-width {
    width: 1400px !important;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
.row-width {
    width: 1200px !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.row-width {
    width: 970px !important;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.row-width {
    width: 768px !important;
}
}

/* Ende Row Row-width */