/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* =====General===== */

@font-face {
    font-family: "GtSectraMedium";
    src: url("../fonts/GT-Sectra-Medium.otf");
    src: url('../fonts/GT-Sectra-Medium.eot');
    src: url('../fonts/GT-Sectra-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GT-Sectra-Medium.woff2') format('woff2'),
        url('../fonts/GT-Sectra-Medium.woff') format('woff'),
        url('../fonts/GT-Sectra-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GTHaptikLight";
    src: url("../fonts/GT-Haptik-Light.otf");
    src: url('../fonts/GT-Haptik-Light.eot');
    src: url('../fonts/GT-Haptik-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GT-Haptik-Light.woff2') format('woff2'),
        url('../fonts/GT-Haptik-Light.woff') format('woff'),
        url('../fonts/GT-Haptik-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GTHaptikLightOblique";
    src: url("../fonts/GT-Haptik-Light-Oblique.otf");
    src: url('../fonts/GT-Haptik-Light-Oblique.eot');
    src: url('../fonts/GT-Haptik-Light-Oblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GT-Haptik-Light-Oblique.woff2') format('woff2'),
        url('../fonts/GT-Haptik-Light-Oblique.woff') format('woff'),
        url('../fonts/GT-Haptik-Light-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "GTHaptikLight";
    font-size: 17px;
    line-height: 24px;
    hyphens: auto;
    margin: 0;
    box-sizing: border-box;
}

#wrapper {
    width: 100% !important;
    overflow-x: hidden !important;
}

h2 {
    font-family: "GtSectraMedium";
    font-weight: 300;
    font-size: 40px;
    line-height: 49px;
    margin: 5px 0 35px 0;
    position: relative;
}

h3 {
    font-family: "GTHaptikLightOblique";
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    padding: 0;
}

.titelRond {
    position: absolute;
    top: -10px;
    width: 16px;
}

.titelRondOKO {
    position: absolute;
    top: 45px;
    width: 16px;
}

a {
    text-decoration: none;
    color: #441BC5;
    transition: all .3s ease-in;
}

a:hover {
    color: #8B8EFF;
    transition: all .3s ease-out;
}

/* =====Header===== */
header {
    background-image: url(../img/headerBild.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

header nav {
    padding-top: 50px;
}

header .logo {
    padding: 250px 0 375px 0;
}

header #menu {
    position: relative;
    cursor: pointer;
    z-index: 100 !important;
}

header .contmenu {
    position: relative;
    margin: 0;
}

header .menudep {
    position: absolute;
    padding: 10px 7px 0 0;
    z-index: 90 !important;
    opacity: 0;
    transition: all 1s ease-in;
}

.appearmenu {
    animation: appmenu .7s forwards;
    animation-iteration-count: 1;
}

.desappearmenu {
    animation: desappmenu .7s forwards;
}

@keyframes appmenu {
    0% {
        right: 30%;
        opacity: 0;
    }

    50% {
        right: 11%;
        opacity: 0;
    }

    100% {
        right: 11%;
        opacity: 1;
    }
}

@keyframes desappmenu {
    0% {
        right: 11%;
        opacity: 1;
    }

    50% {
        right: 11%;
        opacity: 0;
    }

    100% {
        right: 30%;
        opacity: 0;
    }
}

header .menudep ul li {
    list-style-type: none;
    text-align: right;
}

header .menudep ul li a {
    font-family: "GtSectraMedium";
    font-weight: 300;
    font-size: 40px;
    line-height: 49px;
    text-decoration: none;
    color: #441BC5;
    transition: all .3s ease-in;
}

header .menudep ul li a:hover {
    color: #8B8EFF;
    transition: all .3s ease-out;
}

/* =====Intro===== */

#intro {
    padding: 100px 0;
}

#intro .introBild {
    padding-right: 0;
}

#intro .texte {
    padding-top: 150px;
}

#intro h3 {
    color: #8B8EFF;
}

/* =====Ecology===== */

#ecologie {
    background: rgba(224, 243, 217, .5);
    text-align: center;
    padding: 180px 0 100px 0;
}

#ecologie img {
    width: 176px;
}

#ecologie .ecoclick {
    cursor: pointer;
    position: relative;
    z-index: 4;
}

#ecologie .icon1 h2 {
    color: #8B8EFF;
}

#ecologie .icon2 h2 {
    color: #FFD076;
}

#ecologie .icon3 h2 {
    color: #441BC5;
    padding-left: 15px;
}

#ecologie .ecoinfoplus {
    margin-top: -275px;
    opacity: 0;
    position: relative;
    z-index: 3;
}

@keyframes ecoplus {
    0% {
        margin-top: -275px;
        opacity: 0;
    }

    50% {
        margin-top: 0;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes ecoplusno {
    0% {
        margin-top: 0;
        opacity: 1;
    }

    50% {
        margin-top: 0;
        opacity: 0;
    }

    100% {
        margin-top: -275px;
        opacity: 0;
    }
}

.on {
    animation: ecoplus 1s forwards;
    animation-iteration-count: 1;
}

.off {
    animation: ecoplusno 1s forwards;
}

#ecologie .ecoinfoplus ul li {
    text-align: left;
    padding: 0 0 10px 0;
}

#ecologie .ecoinfoplusoko ul {
    color: #8B8EFF;
    padding: 0 20px 0 60px;
}

#ecologie .ecoinfoplusoko ul li {
    list-style-image: url('../img/gutb.svg');
}

#ecologie .ecoinfoplussolar ul {
    color: #FFB62B;
    padding: 0 68px 10px 111px;
}

#ecologie .ecoinfoplussolar ul li {
    list-style-image: url('../img/gutj.svg');
}

#ecologie .ecoinfoplushaus ul {
    color: #441BC5;
    padding: 0 20px 0 58px;
}

#ecologie .ecoinfoplushaus ul li {
    list-style-image: url('../img/gutbf.svg');
}

#ecologie .ecocont {
    position: relative;
    width: 176px;
    margin: auto;
}

#ecologie .ecocont:hover .hoverwass {
    opacity: 1;
    transition: all .3s ease-in;
}

#ecologie .hoverwass {
    position: absolute;
    top: 0;
    left: 0;
    width: 174px;
    height: 174px;
    border-radius: 100px;
    background: #CCCDFF;
    opacity: 0;
    z-index: -20;
    transition: all .3s ease-out;
}

#ecologie .hoversolar {
    position: absolute;
    top: 0;
    left: 0;
    width: 174px;
    height: 174px;
    border-radius: 100px;
    background: #FFE8BB;
    opacity: 0;
    z-index: -20;
    transition: all .3s ease-out;
}

#ecologie .ecocont:hover .hoversolar {
    opacity: 1;
    transition: all .3s ease-in;
}

/* =====Quartier Plan===== */

#quartierPlan {
    position: relative;
    /*    background:rgba(235,238,242,.4);*/
}

#quartierPlan img {
    width: 100vw;
}

#quartierPlan .texte {
    position: relative;
}

#quartierPlan .absoluti {
    position: absolute;
    top: 100px;
}

#quartierPlan .popups svg {
    cursor: pointer;
}

#quartierPlan .popups .trainPop {
    position: absolute;
    top: 7%;
    left: 40%;
}

#quartierPlan .popups .autoPop {
    position: absolute;
    top: 30%;
    left: 59%;
}

#quartierPlan .popups .veloPop {
    position: absolute;
    top: 46%;
    left: 66%;
}

#quartierPlan .popups .busPop {
    position: absolute;
    top: 71%;
    left: 58%;
}

#quartierPlan .popups .spielPop {
    position: absolute;
    top: 71%;
    left: 31%;
}

#quartierPlan .popups .solarPop {
    position: absolute;
    top: 39%;
    left: 38.2%;
}

#quartierPlan .spielPop .popTexts {
    background: #fff;
    position: absolute;
    color: #FFD076;
    top: 85px;
    left: -20px;
    width: 320px;
    padding: 10px 10px 20px 20px;
}

#quartierPlan .solarPop .popTexts {
    background: #fff;
    position: absolute;
    color: #FFD076;
    top: -20px;
    left: -330px;
    width: 320px;
    padding: 10px 10px 20px 20px;
}

#quartierPlan .popTexts {
    background: #fff;
    opacity: 0;
    position: absolute;
    top: -20px;
    left: 90px;
    width: 320px;
    padding: 10px 10px 20px 20px;
    transition: all .3s ease-out;
}

#quartierPlan .trainPopText,
.autoPopText,
.busPopText {
    color: #441BC5;
}

#quartierPlan .veloPopText {
    color: #694343;
}

#quartierPlan .popTexts h2 {
    margin-bottom: 0;
}

.appearPop {
    opacity: 1 !important;
    transition: all .3s ease-in;
}

#quartierPlan #situationipad {
    display: none;
}

#quartierPlan #situationdesktop {
    display: block;
}

#quartierPlan #situationmobile {
    display: none;
}

/* =====Infos===== */

#bildUndInfos {
    margin: 100px 0;
}

#infosCont {
    position: relative;
}

.infosBild {
    padding: 0;
}

#bildUndInfos h3 {
    color: #441BC5;
}

#bildUndInfos .infos2Cont {
    height: 1013px;
}

#bildUndInfos .texteinfos1 {
    padding-top: 100px;
}

#bildUndInfos .texteinfos2 {
    padding-top: 250px;
}

#bildUndInfos .texteinfos3 {
    padding-top: 150px;
}

#bildUndInfos .texteinfos4 {
    padding-top: 150px;
}

#bildUndInfos .texteinfos2 h3 {
    color: #694343;
}

#bildUndInfos .texteinfos3 h3 {
    color: #8B8EFF;
}

#bildUndInfos .texteinfos4 h3 {
    color: #694343;
}

.ipadbild {
    display: none;
}

.desktopbild {
    display: block;
}

/* =====Gebäude===== */

#gebaudeStruktur {
    background: #EBEEF2;
    padding-bottom: 100px;
}

#gebaudeStruktur img {
    width: 100vw;
}

#gebaudeStruktur h2 {
    color: #441BC5;
    margin-top: 150px;
}

#gebaudeStruktur .stockenA h4 {
    color: #441BC5;
    font-size: 40px;
    font-family: "GtSectraMedium";
    font-weight: 300;
}

#gebaudeStruktur .stocken {
    margin-top: 70px;
}

#gebaudeStruktur .stockenA ul li:nth-child(1) {
    list-style-type: none;
    font-size: 40px;
    font-family: "GtSectraMedium";
    padding: 0 10px 0 10px;
    margin-bottom: 0;
    text-align: center;
    color: #441BC5;
    border: 0px solid #8B8EFF;
    border-radius: 0;
    width: 60px;
    height: 60px;
    cursor: auto;
}

#gebaudeStruktur .stocken ul li:nth-child(2) {
    padding: 5px 10px 20px 10px;
}

#gebaudeStruktur .stocken ul li:nth-child(3) {
    padding: 5px 10px 20px 10px;
}

#gebaudeStruktur .stockenA ul li {
    list-style-type: none;
    font-size: 40px;
    font-family: "GtSectraMedium";
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #441BC5;
    border: 4px solid #441BC5;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s ease-in;
    width: 60px;
    height: 60px;
}

#gebaudeStruktur .stockenA ul li:nth-child(n+2):hover {
    background: #441BC5;
    color: #fff;
    transition: all .5s ease-out;
}

.stockclick {
    background: #441BC5;
    color: #fff !important;
}

#gebaudeStruktur .stocken ul li:last-child {
    padding: 15px 10px 15px 10px;
}

/* =====Gebäude A===== */

#gebaudebcontainerA {
    position: relative;
    height: 600px;
    margin-top: 50px;
}

.gebaudeacontainer div {
    position: absolute;
}

.gebaudeacontainer div#a_attika {
    top: 170px;
    left: 35px;
    z-index: 10;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#a_3 {
    top: 175px;
    z-index: 9;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#a_2 {
    top: 200px;
    z-index: 8;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#a_1 {
    top: 226px;
    z-index: 7;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#a_eg {
    top: 245px;
    z-index: 6;
    transition: all .5s ease-in;
}


.attikago {
    transform: translate(0, -130px) !important;
    transition: all .5s ease-out;
}

.devantplease3 {
    animation: devantplease3 1s forwards;
    animation-delay: .5s;
}

.devantplease2 {
    animation: devantplease2 1s forwards;
    animation-delay: .5s;
}

.devantplease1 {
    animation: devantplease1 1s forwards;
    animation-delay: .5s;
}

.devantpleaseeg {
    animation: devantpleaseeg 1s forwards;
    animation-delay: .5s;
}


@keyframes devantplease3 {
    0% {
        z-index: 9;
    }

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

@keyframes devantplease2 {
    0% {
        z-index: 8;
    }

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

@keyframes devantplease1 {
    0% {
        z-index: 7;
    }

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

@keyframes devantpleaseeg {
    0% {
        z-index: 6;
    }

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

.cls-1 {
    cursor: pointer;
    transition: all .2s ease-in;
}

.cls-1:hover {
    fill: #441BC5 !important;
    transition: all .2s ease-out;
}

.cacheattikahoverA {
    width: 470px;
    height: 307px;
}

.cacheattikahovernoA {
    display: none;
}

.cacheattikahoverB {
    width: 470px;
    height: 307px;
}

.cacheattikahovernoB {
    display: none;
}

/* =====Gebäude B===== */

#gebaudeStruktur .stockenB h4 {
    color: #441BC5;
    font-size: 40px;
    font-family: "GtSectraMedium";
    font-weight: 300;
}

#gebaudebcontainerB {
    position: relative;
    height: 600px;
    margin-top: 50px;
}

.gebaudeacontainer div {
    position: absolute;
}

.gebaudeacontainer div#b_attika {
    top: 157px;
    left: 15.2px;
    z-index: 10;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#b_3 {
    top: 175px;
    z-index: 9;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#b_2 {
    top: 200px;
    z-index: 8;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#b_1 {
    top: 226px;
    z-index: 7;
    transition: all .5s ease-in;
}

.gebaudeacontainer div#b_eg {
    top: 245px;
    z-index: 6;
    transition: all .5s ease-in;
}

#gebaudeStruktur .stockenB ul li:nth-child(1) {
    list-style-type: none;
    font-size: 40px;
    font-family: "GtSectraMedium";
    padding: 0 10px 0 10px;
    margin-bottom: 0;
    text-align: center;
    color: #441BC5;
    border: 0px solid #441BC5;
    border-radius: 0;
    width: 60px;
    height: 60px;
    cursor: auto;
}

#gebaudeStruktur .stockenB ul li {
    list-style-type: none;
    font-size: 40px;
    font-family: "GtSectraMedium";
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #441BC5;
    border: 4px solid #441BC5;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s ease-in;
    width: 60px;
    height: 60px;
}

#gebaudeStruktur .stockenB ul li:nth-child(n+2):hover {
    background: #441BC5;
    color: #fff;
    transition: all .5s ease-out;
}


.st0 {
    cursor: pointer;
    transition: all .2s ease-in;
}

.st0:hover {
    fill: #441BC5 !important;
    transition: all .2s ease-out;
}

.stockclickb {
    background: #441BC5;
    color: #fff !important;
}

/* =====Tabellen===== */

.firstTabel {
    z-index: 200 !important;
}

.alleTabellen {
    position: relative;
    height: 600px;
}

.tabellen ul li {
    font-size: 15px;
    line-height: 17px;
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

.tabellen {
    background: #EBEEF2;
    position: absolute;
}

.tabelA_4 {
    height: 550px;
}

.tabelB_1,
.tabelB_2,
.tabelB_3,
.tabelB_4 {
    height: 620px;
}

.tabellen h2 {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}

.tabellen ul {
    padding: 11px 0;
    margin: 0;
    transition: .2s ease-in;
}

.tabellen .wohnung {
    width: 85px;
}

.tabellen .zimmer {
    width: 70px;
}

.tabellen .flache {
    width: 70px;
}

.tabellen .aussen {
    width: 70px;
}

.tabellen .netto {
    width: 80px;
}

.tabellen .neben {
    width: 80px;
}

.tabellen .brutto {
    width: 80px;
}

.tabellen .plane {
    width: 50px;
}

.tabellen .plane a {
    text-decoration: none;
    color: #441BC5;
    transition: .2s ease-in;
}

.tabellen .plane a:hover {
    text-decoration: none;
    color: #8B8EFF;
    transition: .2s ease-out;
}

.legendeTabel {
    border-bottom: 4px solid #8B8EFF;
}

.tabellen .wohnungen {
    border-bottom: 2px solid #8B8EFF;
    cursor: pointer;
}

.petitesleg {
    font-size: 11px;
    color: #441BC5;
}

.tabellen .legendeTabel ul li {
    font-size: 14px;
    color: #441BC5;
    line-height: 16px;
}

.wohnungen:hover {
    background: #fff;
    transition: .2s ease-out;
}

.gewahltTabel {
    background: #fff !important;
    transition: all .2s ease-in;
}

/* =====Formulari===== */

.formular {
    background: #EBEEF2;
    padding-bottom: 50px;
}

.formular .anmeldung {
    background: none;
    border-radius: 0;
    text-align: left;
}

.formular .anmeldung a {
    font-family: "GtSectraMedium";
    font-weight: 300;
    font-size: 40px;
    line-height: 49px;
    position: relative;
    color: #441BC5;
    transition: .2s ease-in;
}

.formular .anmeldung a:hover {
    color: #8B8EFF;
    transition: all .2s ease-out;
}

#wohnungsbesichtigung--reveal h2 {
    color: #441BC5;
}

#wohnungsbesichtigung--reveal p {
    padding-bottom: 30px;
}

#wohnungsbesichtigung--reveal input {
    box-shadow: none;
    border: 1px solid #8B8EFF;
}

#wohnungsbesichtigung--reveal .button {
    background: #441BC5;
}

#wohnungsbesichtigung--reveal .button:hover {
    background: #8B8EFF;
}

/* =====Footer===== */

footer {
    padding: 75px 0;
}

footer ul {
    margin-top: 60px;
}

footer ul li {
    list-style-type: none;
}

footer .petitKeen {
    font-size: 13px;
}










/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ===========
   Mobile max-width 640px
   ======= */

@media screen and (max-width: 40em) {

    header .minilogo {
        padding-left: 33px;
    }

    header .menudep ul li a {
        font-size: 30px;
        line-height: 39px;
    }

    header .logo {
        padding: 180px 0 300px 0;
    }

    #intro .texte {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .introBild {
        padding: 0;
    }

    #intro {
        padding: 100px 0 0 0;
    }

    #quartierPlan #situationmobile {
        display: block;
    }

    #quartierPlan #situationdesktop {
        display: none;
    }

    #quartierPlan #situationipad {
        display: none;
    }

    .popups {
        padding-top: 300px;
    }

    #quartierPlan .absoluti {
        top: 50px;
    }

    #quartierPlan .popups .trainPop {
        top: 35%;
        left: 40%;
    }

    #quartierPlan .popups .autoPop {
        top: 39%;
        left: 76%;
    }

    #quartierPlan .popups .solarPop {
        top: 40%;
        left: 4%;
    }

    #quartierPlan .popups .veloPop {
        top: 51%;
        left: 76%;
    }

    #quartierPlan .popups .busPop {
        top: 86%;
        left: 74%;
    }

    #quartierPlan .popups .spielPop {
        top: 83%;
        left: 15%;
    }

    #quartierPlan .spielPop .popTexts {
        top: -145px;
        left: -29px;
    }

    #quartierPlan .busPop .popTexts {
        top: -161px;
        left: -250px;
    }

    #quartierPlan .veloPop .popTexts {
        top: 90px;
        left: -258px;
    }

    #quartierPlan .autoPop .popTexts {
        top: 195px;
        left: -258px;
    }

    #quartierPlan .trainPop .popTexts {
        top: 230px;
        left: -123px;
    }

    #quartierPlan .solarPop .popTexts {
        top: 200px;
        left: 13px;
    }

    #ecologie {
        padding: 100px 0 80px 0;
    }

    #ecologie .icon {
        padding-bottom: 50px;
    }

    #ecologie .ecoinfoplussolar ul {
        color: #FFB62B;
        padding: 0 0 0 60px;
    }

    #ecologie .ecoinfoplus {
        margin-top: 0;
        opacity: 1;
    }

    #ecologie .ecocont:hover .hoverwass {
        opacity: 0;
        transition: all .3s ease-in;
    }

    #ecologie .ecocont:hover .hoversolar {
        opacity: 0;
        transition: all .3s ease-in;
    }

    @keyframes ecoplus {
        0% {
            margin-top: 0;
            opacity: 1;
        }

        50% {
            margin-top: 0;
            opacity: 1;
        }

        100% {
            margin-top: 0;
            opacity: 1;
        }
    }

    @keyframes ecoplusno {
        0% {
            margin-top: 0;
            opacity: 1;
        }

        50% {
            margin-top: 0;
            opacity: 1;
        }

        100% {
            margin-top: 0;
            opacity: 1;
        }
    }

    .on {
        animation: ecoplus 1s forwards;
        animation-iteration-count: 1;
    }

    .off {
        animation: ecoplusno 1s forwards;
    }

    .ipadbild {
        display: block;
    }

    .desktopbild {
        display: none;
    }


    #bildUndInfos {
        margin: 0 0;
    }

    #bildUndInfos .texteinfos1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #bildUndInfos .texteinfos2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #bildUndInfos .texteinfos3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #bildUndInfos .texteinfos4 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #gebaudeStruktur h2 {
        margin-top: 100px;
    }

    #gebaudeStruktur .tabellen h2 {
        margin-top: 20px !important;
    }

    #gebaudebcontainerA,
    #gebaudebcontainerB {
        display: none;
    }

    #gebaudeStruktur .titelRondmib {
        left: 175px;
    }

    #gebaudeStruktur .stocken {
        margin-top: 15px;
        padding-left: 0;
        z-index: 200;
    }

    #gebaudeStruktur .stocken h2 {
        margin-top: 5px !important;
    }

    #gebaudeStruktur .stocken ul li {
        margin-bottom: 20px;
        width: auto;
        height: auto;
        display: inline-block;
        width: 56px;
        height: 56px;
        padding: 0;
    }


    #gebaudeStruktur .stocken ul li:nth-child(1) {
        padding: 10px 0 10px 0 !important;
        width: auto;
    }

    #gebaudeStruktur .stocken ul li:nth-child(2) {
        padding: 9px 10px 10px 10px;
    }

    #gebaudeStruktur .stocken ul li:nth-child(3) {
        padding: 9px 10px 10px 10px;
    }

    #gebaudeStruktur .stocken ul li:nth-child(4) {
        padding: 9px 10px 20px 10px;
    }

    #gebaudeStruktur .stocken ul li:nth-child(5) {
        padding: 9px 10px 20px 10px;
    }

    #gebaudeStruktur .stocken ul li:nth-child(6) {
        padding: 9px 10px 20px 10px;
    }

    #gebaudeStruktur .stockenB {
        margin-top: 40px;
    }

    .tabellen {
        margin-top: 100px;
    }

    .tabellen .wohnung {
        width: 85px;
    }

    .tabellen .zimmer {
        width: 60px;
    }

    .tabellen .flache {
        width: 60px;
    }

    .tabellen .aussen {
        width: 60px;
    }

    .tabellen .netto {
        width: 70px;
        display: none;
    }

    .tabellen .neben {
        width: 70px;
        display: none;
    }

    .tabellen .brutto {
        width: 70px;
    }

    .tabellen .plane {
        width: 40px;
    }

    .formular .anmeldung a {
        font-family: "GtSectraMedium";
        font-weight: 300;
        font-size: 30px;
        line-height: 39px;
        position: relative;
        color: #441BC5;
        transition: .2s ease-in;
        text-align: left;
    }

    #wohnungsbesichtigung--reveal h2 {
        color: #441BC5;
        font-size: 30px;
        line-height: 39px;
    }


}

/* ===========
    Tabelle Medium min-width 720px max-width 1024px
   ======= */

@media (min-width: 40em) and (max-width: 63.95em) {

    /* =====General===== */

    h2 {
        margin: 5px 0 15px 0;
        font-size: 37px;
        line-height: 48px;
    }

    /* =====Header===== */

    header {
        padding-top: 3%;
        background-position: center;
    }

    header .logo {
        padding: 290px 0 450px 0;
    }

    /* =====Intro===== */

    #intro {
        padding-top: 0;
    }

    #intro .texte {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .introBild {
        padding-left: 0 !important;
    }

    .introBild img {
        width: 100vw;
    }

    /* =====Quartier Plan===== */

    #quartierPlan .absoluti {
        top: 25px;
    }

    #quartierPlan #situationipad {
        display: block;
    }

    #quartierPlan #situationdesktop {
        display: none;
    }

    #quartierPlan #situationmobile {
        display: none;
    }

    #quartierPlan .popups .trainPop {
        top: 3%;
        left: 46%;
    }

    #quartierPlan .popups .autoPop {
        top: 28%;
        left: 68%;
    }

    #quartierPlan .popups .solarPop {
        top: 36%;
        left: 34%;
    }

    #quartierPlan .popups .veloPop {
        top: 42%;
        left: 80%;
    }

    #quartierPlan .popups .busPop {
        top: 73%;
        left: 63%;
    }

    #quartierPlan .popups .spielPop {
        top: 72%;
        left: 20%;
    }

    #quartierPlan .autoPop .popTexts {
        background: #fff;
        position: absolute;
        color: #441BC5;
        top: -120px;
        left: -73px;
        width: 320px;
        padding: 10px 10px 20px 20px;
    }

    #quartierPlan .veloPop .popTexts {
        background: #fff;
        position: absolute;
        color: #694343;
        top: 90px;
        left: -165px;
        width: 320px;
        padding: 10px 10px 20px 20px;
    }

    #quartierPlan .busPop .popTexts {
        background: #fff;
        position: absolute;
        color: #441BC5;
        top: 90px;
        left: -25px;
        width: 320px;
        padding: 10px 10px 20px 20px;
    }

    #quartierPlan .solarPop .popTexts {
        background: #fff;
        position: absolute;
        color: #FFD076;
        top: 90px;
        left: 0;
        width: 320px;
        padding: 10px 10px 20px 20px;
    }

    /* =====Ecologie===== */

    #ecologie {
        padding: 180px 0 100px 0;
    }

    #ecologie .ecoinfoplussolar ul {
        color: #FFB62B;
        padding: 0;
    }

    #ecologie .ecoinfoplusoko ul {
        padding-left: 41px;
    }

    #ecologie .ecoinfoplussolar ul {
        padding-left: 40px;
    }

    #ecologie .ecoinfoplushaus ul {
        padding-left: 35px;
    }

    #ecologie .ecocont:hover .hoverwass {
        opacity: 0;
        transition: all .3s ease-in;
    }

    #ecologie .ecocont:hover .hoversolar {
        opacity: 0;
        transition: all .3s ease-in;
    }


    /* =====Informationen===== */

    #bildUndInfos {
        margin: 0 0;
    }

    #bildUndInfos .texteinfos1 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #bildUndInfos .texteinfos2 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #bildUndInfos .texteinfos3 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #bildUndInfos .texteinfos4 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .titelRondOKO {
        top: -10px;
    }

    .ipadbild {
        display: block;
    }

    .desktopbild {
        display: none;
    }

    /* =====Tabellen===== */

    #gebaudebcontainerA,
    #gebaudebcontainerB {
        display: none;
    }

    .tabellen h2 {
        margin-top: 56px !important;
    }

    .stocken {
        padding: 0;
    }

    /* =====Footer===== */

    footer {
        padding: 100px 0;
    }

    footer ul {
        margin-top: 50px;
    }



}

/* ===========
    Tabelle Medium min-width 720px max-width 1024px
   ======= */

@media (min-width: 64em) and (max-width: 67.5em) {
    #bildUndInfos .texteinfos1 {
        padding-top: 50px;
    }

    #bildUndInfos .texteinfos2 {
        padding-top: 150px;
    }

    #bildUndInfos .texteinfos3 {
        padding-top: 100px;
    }

    #bildUndInfos .texteinfos4 {
        padding-top: 50px;
    }
}

/* ===========
   Internet Explorer
   ======= */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    svg {
        width: 100% !important;
        height: 1px;
        overflow: visible;
    }
    
    #menu{
        padding-bottom:100%;
    }
    
    .logo svg{
        padding-bottom:29%;
    }
    
    .trainPop svg{
        padding-bottom:99%;
    }
    
    .autoPop svg{
        padding-bottom:100%;
    }
    
    .veloPop svg{
        padding-bottom:100%;
    }
    
    .spielPop svg{
        padding-bottom:100%;
    }
    
    .busPop svg{
        padding-bottom:100%;
    }
    
    .solarPop svg{
        padding-bottom:90%;
    }
    
    #gebaudebcontainerA #a_attika svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerA #a_3 svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerA #a_2 svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerA #a_1 svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerA #a_eg svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerB #b_attika svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerB #b_3 svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerB #b_2 svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerB #b_1 svg{
        padding-bottom:65%;
    }
    
    #gebaudebcontainerB #b_eg svg{
        padding-bottom:65%;
    }

    #quartierPlan .popups .trainPop {
        position: absolute;
        top: 7%;
        left: 35%;
    }

    #quartierPlan .popups .autoPop {
        position: absolute;
        top: 30%;
        left: 52%;
    }

    #quartierPlan .popups .veloPop {
        position: absolute;
        top: 46%;
        left: 60%;
    }

    #quartierPlan .popups .busPop {
        position: absolute;
        top: 71%;
        left: 52%;
    }

    #quartierPlan .popups .spielPop {
        position: absolute;
        top: 71%;
        left: 26%;
    }

    #quartierPlan .popups .solarPop {
        position: absolute;
        top: 39%;
        left: 32.2%;
    }
}


@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}