/*
Theme Name: Zahnarztpraxis in Kleinmachnow 
Author: Informationsstelle Gesundheit GmbH, Düsseldorf
Author URI: www.informationsstelle-gesundheit.de
Description: Zahnarztpraxis in Kleinmachnow
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-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-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v28-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v28-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v28-latin-600.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;
}

.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-size: 1.6rem;
    font-weight: 300;
    padding-bottom: 1rem;
    color: #555;
    line-height: 2;
}

p:empty {
    display: none;
}

.pea_cook_wrapper p {
    padding-bottom: 0;
}

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

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

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

ul {
    padding-left: 2rem;
}

.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;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2;
}

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

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

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

.telefonlink {
    white-space: nowrap;
}

footer .telefonlink, footer .faxlink, footer .mail-link {
    color: #A01831;
}

footer {
    background: #B51B36;
}

.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: #A01831;
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section {
    padding: 10rem 0;
	background:white;
}

footer section {
    padding: 0;
}

.footerback {
    background: #ECE9E9;
}

.copyback {
    background: #A01831;
}

@media(max-width:767px) {
    .copyback {
        padding-bottom: 5rem;
    }

    .up {
        bottom: 5em;
		display:none !important;
    }
}

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

.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;
    font-size: 1.6rem;
    background-color: #A01831;
    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: #555;
    border-bottom:1px solid ;
    background-color: white;
    font-size:1.6rem;
    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.standart:hover {
    color: white;
    background-color: #b9b9b9;
    font-weight: normal;
}

a.accordion-button.collapsed.standart:hover {
    color: #fff;
    background-color: #A01831;
    font-weight: normal;
    background-image: url('images/accordion-v1e.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    border-bottom-color: #555;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header-mobile-buttons img {
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.header-mobile-buttons p {
    text-align: center;
    margin: 0;
    background: #eee;
}

.header-mobile-buttons a {
    margin: 1rem 1rem 1rem 1rem;
    display: block;
    color: #555;
    font-size: 2rem;
}

.header-mobile-buttons .btn {
    background: #A01831;
    color: #fff;
}

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

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

footer h3 {             
    display: block;
    margin: 20px 0 4rem 0;
    padding: 3rem 0 3rem 0;
    color: #555;
    font-size: 2rem;
    text-transform: none;
    border-bottom: 1px solid;
    text-align: left;
}

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

footer a:hover {
    color: #A01831;
}

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

.footer-copyright2 p, .footer-copyright2 a {
    color: #fff;
    text-align: right;
}

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

.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: #A01831;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

h3 {
    font-size: 2rem;
    text-align: center;
    color: #A01831;
    font-weight: 700;
    margin-top: 3rem;
}

body {
    background: #fefefe;
    -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: #A01831;
    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;
}
blockquote p b {
    color: #fff;
}
blockquote p b a {
    color: #fff;
}
blockquote p b a:hover {
    color: #fff;
	text-decoration:underline;
}
blockquote p a {
    color: #fff;
}
blockquote p a:hover {
    color: #fff;
	text-decoration:underline;
}

.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: 17rem;
}

.header8 {
    position: fixed;
    z-index: 1200;
    width: 100%;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid #575756;
}

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

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

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

nav > ul > .current-menu-item a, nav > ul > .current-menu-ancestor > a, nav > ul > .current-menu-parent > a, nav > ul > .current-menu-parent .current_page_item a, nav > ul > .current-page-parent a {
    color: #A01831;
}

#nav ul li a {
    display: block;
    padding: 0rem 1.4rem 0;
    width: auto;
    margin-top: 0px;
    color: #A01831;
    font-weight: 400;
    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;
}

 nav > ul > li:hover a {
    color: #A01831;
}     
    
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;
    box-shadow: 0 0.2rem 12px #999;
}

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

nav ul.sub-menu > li > a {
    display: block;
    padding: 0.8rem;
    width: auto;
    line-height: 2rem;
    color: #fff;
    background: #A01831;
    font-size: 1.4rem;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
	font-weight:400;
}   

nav ul.sub-menu > li:hover > a {
    background: #ece9e9;
    color: #555;
}

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

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

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

.slider {
    position: relative;
    overflow: hidden;
}

.sliderdown1 {
    position: absolute;
    top: 65vh;
    left: 48.5%;
    z-index: 2;
    padding-top: 95px;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #f0f0f0;
    letter-spacing: 0;
    text-decoration: none;
    transition: opacity .3s;
}

.sliderdown1 span {
    position: absolute;
    top: 0;
    left: 38%;
    width: 40px;
    height: 80px;
    margin-left: -15px;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
    box-sizing: border-box;
}

.sliderdown1 span:before {
    position: absolute;
    top: 32px;
    left: 50%;
    content: '';
    width: 9px;
    height: 9px;
    margin-left: -4px;
    background-color: #f0f0f0;
    border-radius: 100%;
    -webkit-animation: animation_down 2s ease-in-out infinite;
    animation: animation_down 2s ease-in-out infinite;
    box-sizing: border-box;
}

a.sliderdown:hover {
    opacity: 0.8;
    color: #f0f0f0;
}
    
/*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: 5rem;
    left: -100%;
    height: 100vh;
    overflow-y:scroll;
    z-index: 300;
    background: #ECE9E9;
    width: 100%;
}  

nav > ul > .current-menu-item a, nav > ul > .current-menu-ancestor > a, nav > ul > .current-menu-parent > a, nav > ul > .current-menu-parent .current_page_item a, nav > ul > .current-page-parent a {
    color: #A01831;
}

nav ul.sub-menu > li > a {
    color: #555;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

section {
    padding: 5rem 0;
    background: #fefefe;
}     

footer ul li {
    text-align: center;
}

nav {
    display: block;
    width: 100vw;
    padding-top: 2rem;
}

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

.menueleiste nav ul {
    list-style: none;
    padding-left: 0;
}

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

.mobil-menu-button-bg {
    position: fixed;
    z-index: 5;
    width: 100vw;
    background: #A01831;
}

.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: 1.5rem;
    list-style: none;
}

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

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

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: #A01831;
    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;
    max-height: 50vh;
    overflow: scroll;
}

#logo img {
    display: none;
}

aside {
    display: none;
}

}