﻿
.headline               { display:none; }
.status                 { visibility:hidden; }
.box-1 > .box-head      { background-color:none; padding:0em; display:none; }
.box-1 > .box-head h1   { font-size:1.6em; font-weight:bold; margin:0em; background-color:none; text-transform:uppercase; }
.box-1 > .box-content   { background-color:transparent; font-size:inherit; padding:0em; }
.box-elem .box-head     { min-height:auto; }
.logo-energiestadt      { display:none; }
.quospace               { position:absolute; top:1.2rem; right:0rem; max-height:100% }


.exchange {
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    margin:auto;
    text-align:center;
    height:470px;
    z-index:99;
    padding:0px;
    border-top:solid 1px #E2E2E2;
    background-color:white;
    -webkit-box-shadow: 11px -3px 16px 0px rgba(189,187,189,1);
    -moz-box-shadow: 11px -3px 16px 0px rgba(189,187,189,1);
    box-shadow: 11px -3px 16px 0px rgba(189,187,189,1);
}

.exchange__header {
    border-bottom:solid 1px #E2E2E2;
    padding:10px 30px 10px 30px;
    width:100%;
    margin-bottom:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.exchange__title {
    font-size:22px;
    line-height:26px;
    text-align:left;
    font-weight:bold;
    cursor:pointer;
}




.exchange__close {
    font-size:22px;
    font-weight:bold;
    color:#006FB6;
    cursor:pointer;
}

.exchange__swiper {
    position:relative;
    top:0px;
    left:0px;
    margin-bottom:10px;
}

.swiper {
    width:100%;
    height:100%;
}

.swiper-slide {
    display:flex;
    align-items:flex-end;
    justify-content:center;
    width:360px;
}

.swiper-slide  img {
    max-width:100%;
    max-height:400px;
}

.swiper-button-prev {
    left:0px; 
    background-color:white; 
    height:100%; 
    top:0px;
    margin-top:0px;
}

.swiper-button-next {
    right:0px;
    background-color:white; 
    height:100%; 
    top:0px;
    margin-top:0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size:20px;
    visibility:hidden;
}

.exchange:hover .swiper-button-next:after, .exchange:hover .swiper-button-prev:after {
    visibility:visible;
}







@media screen and (max-width:767px)
{
   .quospace { top:0.5rem; }
   .exchange__title { font-size:18px; }
   .swiper-slide  img { max-height:350px;}
    .exchange {
        height:480px;
    }
}

