/*
Theme Name: Zahnschlaf 
Author: Informationsstelle Gesundheit GmbH, Düsseldorf
Author URI: www.informationsstelle-gesundheit.de
Description: Zahnschlaf
Version: 2.1
License: Copyright 2019 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-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v20-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v20-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* audiowide-regular - latin */
@font-face {
  font-family: 'Audiowide';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/audiowide-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/audiowide-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/audiowide-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/audiowide-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/audiowide-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/audiowide-v9-latin-regular.svg#Audiowide') 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', sans-serif;
    color: #333;
    font-size: 1.7rem;
}

.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;
}

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

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

p {
    font-weight: 400;
    padding-bottom: 3rem;
    margin-bottom: 0;
    line-height: 2;
}

p:empty {
    display: none;
}

.pea_cook_wrapper p {
    padding-bottom: 0;
}

a {
    color: #51afd2;
    font-weight: 700;
}

a:hover {
    color: #000;
    text-decoration: none;
}

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


a#fom {
    font-size: 1.1rem;
}

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

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

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

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

.menueleiste {
    position: relative;
    background: transparent;
}

li {
    color: #555;
}

.btn-primary {
    display: inline-block;
    color: #fff;
    background: #51afd2;
    white-space: normal;
    border-radius: 4px;
    font-size: 1.6rem;
    transition: all 0.2s ease-in-out;
}

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

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

.up {
    z-index: 5000;
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: block;
    padding-top: 0.2rem;
    width: 4.5rem;
    height: 4rem;
    color: #000;
    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);
}

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

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

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

.telefonlink {
    white-space: nowrap;
}


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

h1 {
    margin-top: 0rem;
    color: #51afd2;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.content {
    padding: 6rem 15px 2rem;
}

aside {
    margin-bottom: 4rem;
} 

.accordion_container {
    padding: 0;
}

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

.accordion_container p {
    margin: 0;
    padding: 1rem 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;
    border: none;
}

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

.panel-body strong {
    color: #000;
}

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

a.accordion-button.v1:before {
    content: '';
    background-color: white;
    border: 1px solid #555;
    margin-right: 1rem;
    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: #555;
    background-image: url('images/accordion-v1d.svg');
    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 #555;
    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:#555;
    background-image: url('images/accordion-v1c.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

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

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

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

a.accordion-button.v2 {
    color: white;
    font-size: 1.7rem;
    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: #555;
    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: #51afd2;
    font-weight: normal;
}

a.accordion-button.collapsed.v2:hover {
    color: #51afd2;
    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: #555;
}

.header-mobile-buttons img {
    width: 85%;
    margin: 2rem 1rem;
}

.header-mobile-buttons a:hover {
    text-decoration: none;
    color: #000;
}

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

footer {
    margin: 0 0 0 0;
}

footer h3 {             
    display: block;
    margin: 20px 0 4rem 0;
    padding: 3rem 0 3rem 0;
    color: white;
    font-size: 1.9rem; 
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

footer a, footer p {
    text-decoration: none;
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

footer a:hover {
    color: #a8a29f;
}

.footer-copyright2 {
    padding-top: 2rem;
} 

html, body {
    width: 100%;
    height: 100%;
}

.parallax-window {
    background: transparent;
    color: white;
    text-align: center;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
}

.para-callout {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
  	text-align:left;
}

body {
    background: white;
    -webkit-font-smoothing: antialiased;
}

.willkommen {
    float: right;
    background: transparent;
    padding-top: 16.5rem;
}

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

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

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

.checkbox p {
    margin: 0;
}

blockquote {
    border: none;
    background: #51afd2;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 3rem 2rem 1rem 2rem;
}

blockquote h2 {
    color: #fff;
    margin-top: 0;
}

blockquote p {
    color: #fff;
}

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

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

@media (min-width: 992px) {

.mobil-menu-button {
    display: none;
}

.slider.header8fix {
    margin-top: 0;
}

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

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

.current-menu-item a, .current-menu-parent a, .current-page-parent a {
    color: #555;
}

nav ul li a {
    display: block;
    padding: 0rem 1.4rem 0;
    width: auto;
    margin-top: 0px;
    color: #000;
    font-weight: 700;
    font-size: 1.4rem;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

nav ul li:hover a {
    color: #555;
}     
    
nav ul li:hover ul {
    display: block;
}

nav ul li ul {
    display: none;
    top: 100%;
    width: 30rem;
    height: auto;
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: transparent;
}

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

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

nav > ul > li > ul > li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 20;
}

.sub-menu .current-menu-item a {
    color: #000;
} 

.slider {
    position: relative;
    overflow: 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;
}            

}

@media (max-width: 991px) {

.menueleiste {
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    overflow-y:scroll;
    z-index: 300;
    background: #51afd2;
    width: 280px;
} 

.content {
    padding: 4rem 15px 0rem;
}         

footer ul li {
    text-align: center;
}

nav {
    display: block;
}

.header8fix {
    margin-top: 0rem;
}
 
.sliderdown1 {
    display: none;
}

.menueleiste nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 4rem;
}

.mobil-menu-button {
    position: relative;
    width: 70px;
    background: #51afd2;
    top: 0;
    height: 50px;
    z-index: 50;
    float: right;
}

.mobil-menu-button-bg {
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #51afd2;
}

.mobil-menu-button span {
    float: right;
    width: 30px;
    top: 1rem;
    height: 0.2rem;
    background: white;
    margin-top: 25px;
    margin-right: 15px;
}

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


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

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

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

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

nav ul li {
    text-align: left;
    padding-left: 15px;
}

nav ul li a {
    color: white;
    line-height: 2;
    display: block;
}

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;
}

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

.derbutton {
    color: #fff;
    position: relative;
    right: 0;
    float: right;
    font-size: 1.5rem;
    top: -2.2rem;
    padding: 0rem 1rem;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.drehen {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.drehen + .sub-menu {                           
    display: block !important;
    margin-top: 0;
}

#logo img {
    display: none;
}

aside {
    margin-top: 0;
}

}