/*
Theme Name: Zahnarzt Berlin (Schöneberg) 
Author: Informationsstelle Gesundheit GmbH, Düsseldorf
Author URI: www.informationsstelle-gesundheit.de
Description: Zahnarzt Berlin (Schöneberg)
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 */

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v18-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v18-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v18-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* crimson-text-regular - latin */
@font-face {
  font-family: 'Crimson Text';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/crimson-text-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text Regular'), local('CrimsonText-Regular'),
       url('fonts/crimson-text-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/crimson-text-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/crimson-text-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/crimson-text-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/crimson-text-v11-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}
/* crimson-text-700 - latin */
@font-face {
  font-family: 'Crimson Text';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('fonts/crimson-text-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text Bold'), local('CrimsonText-Bold'),
       url('fonts/crimson-text-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/crimson-text-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/crimson-text-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/crimson-text-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/crimson-text-v11-latin-700.svg#CrimsonText') 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: 'Raleway', sans-serif;
}

/* Mobiles Menu Anfang  ------------------------------------------------------------------------------------------------------------------  */

@media (max-width: 991px) {

.header1fix {
    margin-top: 0rem;
}
 
.sliderdown1 {
    display:none;
}

.mobil-menu-button {
    position: relative;
    width: 70px;
    background: #bfb4b0;
    top: 0;
    height: 50px;
    z-index: 50;
    float: right;
}

.mobil-menu-button-bg {
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #bfb4b0;
    border-bottom: 1px solid #544f4d;
}

.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;
}

.derbutton {
    color: #fff;
    position: relative;
    right: 0;
    float: right;
    font-size: 1.5rem;
    top: -3rem;
    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;
}

}

/* 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;
}
}
/* Mobiles Menu Ende */

btn-primary:focus {
    background-color: #544f4d;
    border-color: #544f4d;
}

html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

p {
    font-size: 1.7rem;
    font-weight:400;
    padding-bottom: 2rem;
    color: white;
    margin-bottom: 0rem;
}

p:empty {
    display: none;
}

.pea_cook_wrapper p {
    padding-bottom: 0;
}

a {
    color: #e5097f;
    font-size: 1.7rem;
    font-weight: 700;
}

a:hover {
    color: #544f4d;
    text-decoration: none;
}

label {
    font-size: 1.7rem;
    font-weight: 400;
}


a#fom {
    font-size: 1.1rem;
}

.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; 
}

aside .accordion-panel {
    box-shadow: 0px 0px 0rem #999 !important;
    border: 0px solid lightgray;

}

footer ul li {
    text-align: center;
}

aside .textwidget img {
    max-width: 100%
}

.headsubbox1 {
    transform: none !important;
}

.headsubbox2 {
    transform: none !important;
}

.headsubbox3 {
    transform: none !important;
}
}

@media (max-width:767px) {
.umschlag-box-teaser {
    margin-top: 15px;
}

footer .textwidget {
    text-align: center;
}

.headline {
    display: none;
}

}

@media (max-width:991px) { 

.content h2 {
    text-align: left;
}

}

li {
    color: #fff;
    font-weight: 300;
    font-size: 1.7rem;
}

/*  Buttons ANFANG  ------------------------------------------------------------------------------------------------------------------  */ 

.btn-primary {
    display: inline-block;
    color: white;
    background: #544F4D;
    border: 0;
    white-space:normal;
    border-radius: 4px;
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 1rem;                                                                                            
    margin-top: 0.5rem;
    transition: all 0.2s ease-in-out;
}

.btn:hover, .btn-primary:hover {
    background: #fff;
    border: 1px solid #e6007e;
    color: #e6007e;
    transition: all 0.2s ease-in-out;
}

.btn {
    border-radius: 4px;
    border: 1px solid #e6007e;
    background-color: #e6007e;
    color: white;
    font-size: 1.7rem;
    font-weight: 700;
}

.btn .glyphicon {
    top: 2px;
}

.btn-secondary {
    font-size: 1.7rem;
    color: #fff;
    background: #544f4d;
    padding: 1.5rem 1rem;
    border: 1px solid #544f4d;
    border-radius: 10px;
    white-space: normal;    
}

.btn-secondary:hover {
    background: #fff;
    color: #544f4d;
}

.up {
    z-index: 5000;
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: block;
    padding-top: 0.2rem;
    width: 4.5rem;
    height: 4rem;
    color: #544f4d;
    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: #797a7c;
    opacity: 0.6;
    border: 1px solid #797a7c;
}

.up:active, .up:focus {
    outline: none;
}

/*  BUTTONS ENDE  ---------------------------------------------------------------------------------------------------------------------  */ 

/*  HEADER ANFANG  -------------------------------------------------------------------------------------------------------------------------  */

#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: #e5097f;
}

footer .telefonlink {
    color: #fff;
}

.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 {
    margin-top: 10rem;
    margin-bottom: 9rem;
}

.content h1 {
    margin-top: 0rem;
    color: #e5097f;
    font-size: 2.9rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: left;
	text-transform: uppercase;
    letter-spacing: .2rem;
}

.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;
    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 ANFANG  -----------------------------------------------------------------------------------------------------------------  */
.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;
    background-color: #544f4d;
    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;
    text-transform: uppercase;
}

a.accordion-button.collapsed.v2 {
    color: #ffffff;
    border-bottom:1px solid ;
    background-color: #bfb4b0;
    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: #c6c6c6 ;
}

a.accordion-button.collapsed.v2:hover {
    color: #544f4d;
    background-color: #bfb4b0;
    background-image: url('images/accordion-v1e.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    border-bottom-color: #544f4d;
}

/*  Accordion ENDE  -----------------------------------------------------------------------------------------------------------------  */

/* header mobile boxen */

.header-mobile-buttons img {
    width: 100%;
    max-width: 400px;
    margin: 5rem 0rem 3rem;
}

.header-mobile-buttons a {
    margin: 1rem 1rem 1rem 1rem;
    display: block;
    color: #e5097f;
    font-size: 2rem;
}

.header-mobile-buttons a:hover {
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    color: #544f4d;
}

.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 a.btn-primary {
    font-size: 1.7rem;
    padding:1rem 2rem 1rem 2rem;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #BFB4B0;
    background-color: #BFB4B0;
}

.header-mobile-buttons .glyphicon {
    display: inline-block;
}

/*  FOOTER ANFANG  ------------------------------------------------------------------------------------------------------------------------  */
footer {
    margin: 0 0 0 0;
    background: #544F4D ;
}

footer .textwidget {
    line-height: 2.5rem;
}

footer h3 {             
    display: block;
    margin: 10rem 0 5rem 0;
    padding: 0rem 0 5rem 0;
    color: #ffffff;
    font-size: 1.9rem; 
    text-transform: uppercase;
    border-bottom: 1px solid white;
}

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: white;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #e5097f;
}

footer ul li a {
    text-decoration: none;
}

.footer-copyright2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
    color: white;
    font-size: 1.7rem;
}

.footer-copyright2 a {
    font-weight: 400; 
}

/*  FOOTER ENDE  ------------------------------------------------------------------------------------------------------------------------  */

@media (min-width: 768px) {   
 
aside .textwidget {
    text-align:left;
}

    
footer h3, footer ul {
    text-align: center;
}

.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 (min-width: 992px) {

    .content h3 {
        text-transform: none;
        margin-top: 0;
}

    footer h3 {
        text-align: left;
}
}

@media (max-width: 991px) {
    footer h3 {
        text-align: center;    
}
}
/*  top-navigation & logo desktop ANFANG  --------------------------------------------------------------------------------------------------  */

.slider.header1fix {
    margin-top: 0;
}
    
nav ul {
    margin: 0 auto;
    padding-left: 0;
}


.current-menu-item a, .current-menu-parent a, .current-page-parent a {
    color: #c6c6c6;
}


nav ul li a {
    display: block;
    padding: 0rem 1.4rem 0;
    width: auto;
    margin-top: 0px;
    color: white;
    font-weight: 700;
    font-size: 1.7rem;
    -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: #c6c6c6;
    cursor: pointer;
}

    
nav ul li:hover ul {
    display: block;
}


nav ul li .sub-menu li a {
    display: block;
    padding: 0.8rem;
    width: auto;
    line-height: 2rem;
    color: #fff;
    background: rgba(84, 79, 77, .9);
    font-size: 1.4rem;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}   

.sub-menu li:hover a {
    background: #fff;
    color: #575756;
}

nav ul li ul li ul.sub-menu {
    display: none;
}

nav ul li ul li:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: 310px;
    top: 0;
    z-index: 20;
}

.sub-menu .current-menu-item a {
    color: #575756;
    background: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    nav ul li a {
        padding: 0rem 1.2rem 0;
}

}

@media (min-width: 992px) {
    nav ul li ul {
        display: none;
        top: 70px;
        left: 0;
        width: 31rem;
        height: auto !important;
        position: absolute;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background: transparent;
}
}
/*  top-navigation & logo desktop ENDE  ----------------------------------------------------------------------------------------------------  */

 /* Slider Info-Boxes */
 
 @media (min-width: 992px) {


.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 ANFANG  -----------------------------------------------------------------------------------------------------------------------  */

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: 600px;
}

.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;
}

/* Parallax ENDE  -----------------------------------------------------------------------------------------------------------------------  */

.h2, h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #544f4d;
	text-align: left;
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
}

.h3, h3 {
    font-size: 20px;
  	text-align:left;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2rem;
}

body {
    background: #BFB4B0;
    -webkit-font-smoothing: antialiased;
}

.willkommen {
    float: right;
    background: transparent;
    padding-top: 10.3rem;
}

.form-group p {
    margin: 0;
    padding: 0;
}

div#datetimepicker li {
    text-indent: 0;
    margin: 0;
}

div#datetimepicker li:before {
    content: ' ';
}

.checkbox p {
    margin: 0;
}

.sub-header {
    background: #ececec;
    position: relative;
  	padding: 2rem 0 2rem 0;
}

.sub-header p {
    color: #000;
}

blockquote {
    border: none;
    background: #544f4d;
    border-radius: 5px;
    display: block;
    margin: 0 auto 3rem auto;
    width: 90%;
    padding: 3rem 2rem 1rem 2rem;
}

blockquote h2 {
    color: #fff;
    margin-top: 0;
}

blockquote p {
    color: #fff;
}

blockquote a:hover {
    color: white;
}

.kk-star-ratings .kksr-legend {
    color: #fff;
}

.bildimtext {
    width: 35%;
    float: right;
    padding: 0rem 0 1rem 2rem;
    max-width: 600px;
}

/* Row Row-width ANFANG  -----------------------------------------------------------------------------------------------------------------  */

@media (min-width: 1400px) {

.row-width {
    width: 1400px;
}

}

@media (min-width: 1200px) and (max-width: 1399px) {
.row-width {
    width: 1200px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.row-width {
    width: 970px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.row-width {
    width: 768px;
}
}

/* Row Row-width ENDE  ---------------------------------------------------------------------------------------------------------------------  */