/*
Theme Name: Dentallove 2022 
Author: Informationsstelle Gesundheit GmbH, Düsseldorf
Author URI: www.informationsstelle-gesundheit.de
Description: Dentallove 2022
Version: 3.0
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-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-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-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 */
}

@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;
    font-size: 1.6rem;
}

.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, li {
    font-size: 1.6rem;
    font-weight: 300;
	line-height: 1.8;
    color: #555;
}

p {
    margin-bottom: 2rem;
}

p:empty {
    display: none;
}

.pea_cook_wrapper p {
    padding-bottom: 0;
}

a {
    color: #11b3d5;
    font-size: 1.6rem;
    font-weight: bold;
}

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

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

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

.btn-primary {
    display: inline-block;
    color: #555;
    background: #fff;
    white-space: normal;
    border-radius: 10rem;
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    background: #58C8E0;
    color: #fff;
border-color: #58C8E0;
    transition: all 0.2s ease-in-out;
}

a.btn {
    border-radius: 10rem;
    border: 1px solid #11b3d5;
    padding: 1rem 3rem;
    font-size: 1.6rem;
background: #11b3d5;
color: #fff;
}

.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: 0;
    color: #11b3d5;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5rem;
    text-align: center;
}

section {
    padding: 6rem 0;
    background: #fff;
}

.home section {
    padding: 10rem 1.5rem;
}

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:1rem 1rem 1rem 2rem;
    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;
}

.panel-group .panel {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

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

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

a.accordion-button.standart {
    color: white;
    background-color: #28355F;
    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.standart {
    color: #fff;
    background-color: #11B3D5;
    background-image: url('images/accordion-v1b.svg');
}

a.accordion-button.standart:hover {
    color: #fff;
    background-color: #11B3D5;
}

a.accordion-button.collapsed.standart:hover {
    color: #fff;
    background-color: #28355F;
    background-image: url('images/accordion-v1e.svg');
}

footer {
    margin: 0 0 0 0;
    background: #ededed;
}

footer h3 {             
    display: block;
    margin: 20px 0 4rem 0;
    padding: 3rem 0 3rem 0;
    color: #11b3d5;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid;
    letter-spacing: -2px;
}

footer a, footer p {
    text-decoration: none;
}

footer a {
    color: #11b3d5;        
}

footer a:hover {
    color: #50CCE6;
}

.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.5rem;
    font-weight: 700;
    color: #11b3d5;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

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

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

.willkommen {
    float: right;
    background: transparent;
}

.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: #eee;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 3rem 2rem 1rem 2rem;
	margin-bottom: 3rem;
}

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) {

.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) {

h1 {
    font-size: 2.4rem;
	padding-top:4rem;
}

h2 {
    font-size: 2rem;
}

section {
    padding: 3rem 0;
    background: #fff;
}       

footer ul li {
    text-align: center;
}

nav {
    display: block;
}

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

#logo img {
    display: none;
}

aside {
    display: none;
}

}