/*! 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: helveticaBold;
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf);
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
}

@font-face {
    font-family: helveticaRegular;
    src: url(../fonts/HelveticaNeueLTStd-Roman.otf);
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
}

* {
    font-family: "helveticaRegular";
    margin: 0;
    color: #2B2B2B;
}

body {
    width: 100vw;
    overflow-x: hidden;
}



h3 {
    position: relative;
    font-size: 65px;
    line-height: 65px;
    font-family: "helveticaBold";
    color: #2B2B2B;
}

h4 {
    position: relative;
    font-size: 36px;
    line-height: 41px;
    font-family: "helveticaBold";
    color: #2B2B2B;
}

p {
    font-size: 21px;
    line-height: 26px;
    hyphens: auto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

a {
    color: #2B2B2B;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    z-index: 30;
    transition: all .3s ease-in;
}

a:hover .ligne {
    width: 100%;
    transition: all .3s ease-out;
}

.ligne {
    width: 0;
    bottom: -2px;
    left: 0;
    position: absolute;
    height: 2px;
    background: #2B2B2B;
    transition: all .3s ease-in;
}

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

header {
    background-image: url("../img/backgroundform.svg");
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: 0 77px;
}

header h1 {
    margin-top: 75px;
}

header h2 {
    font-family: "helveticaBold";
    font-size: 115px;
    line-height: 110px;
    color: #2B2B2B;
    left: 25px;
    padding-left: 0;
    position: absolute;
    top: 117px;
    z-index: 100;
}


header nav ul li {
    margin: 75px 0 0 20px;
    display: inline-block;
    list-style-type: none;
    color: #2B2B2B;
    font-size: 21px;
}

header #headerbildli {
    margin-top: 200px;
    position: relative;
    z-index: 5;
}

header .bezug {
    font-size: 36px;
    color: #2b2b2b;
    position: absolute;
    z-index: 40;
    left: 45.5px;
    top: 317px;
}

header .base {
    position: relative;
}

.headerdesktop {
    display: block;
}

.headermobile {
    display: none;
}

.anmeldung2{
    background:#80c7ff !important;
    height:200px;
    width:200px;
    border-radius: 100px;
    position: absolute;
    z-index:100;
    top:62%;
    left:67%;
    font-size: 21px;
    line-height: 26px;
    transition:all .3s ease-in;
}
.anmeldung2:hover{
    background:#52b2ff !important;
    border-radius: 140px;
    transition:all .3s ease-out;
}
.anmeldung2 a{
    color:#fff;
}

/*---------Burger menu mobile---------*/

.burgermenu {
    display: none;
}



/* =============Situation============ */

#situation {
    background: #FAF6F0;
    padding: 100px 0 0 0;
    position: relative;
}

#situation h3 {
    margin-bottom: 0;
}

#sit {
    margin-top: -130px;
    margin-bottom: -1px;
}

#situation #pin {
    position: absolute;
    width: 52px;
    top: 45%;
    left: 41%;
}

#googlema {
    font-size: 16px;
    padding-top: 20px;
    padding-left: 3px;
}

/* =============infos============ */

#wohnen {
    margin-top: -1px;
    padding-bottom: 100px;
    padding-top: 125px;
}

#wohnen .firstbild {
    margin-top: -33px;
}

#wohnen .firsttext {
    margin-top: 60px !important;
}

#wohnen .text {
    margin-top: 100px;
}

#wohnen h3 {
    position: relative;
}

#wohnen .text p {
    padding: 20px 0 0 35px;
}

.rotline {
    background: #FD6157;
    height: 2px;
    width: 65px;
    position: absolute;
    top: -16px;
}

#wohnen .ipadbildli {
    display: none;
}

/* =============bild============ */

#bildalone img {
    width: 100vw;
}

/* =============Mietobjekte============ */

#mietobjekte {
    height: auto;
    background: #FAF6F1;
    padding-top: 140px;
}

#mietobjekte .tabellen h3 {
    margin-top: 0;
}

.gebaudeContainer {
    position: relative;
    height: 665px;
}

.gebaudeContainer div {
    position: absolute;
}

.gebaudeContainer #s5-go {
    top: 208px;
    z-index: 10;
    transition: all .5s ease-in;
}

.gebaudeContainer #s4-go {
    top: 200px;
    z-index: 9;
    transition: all .5s ease-in;
}

.gebaudeContainer #s3-go {
    top: 274px;
    z-index: 8;
    transition: all .5s ease-in;
}

.gebaudeContainer #s2-go {
    top: 311px;
    z-index: 7;
    transition: all .5s ease-in;
}

.gebaudeContainer #s1-go {
    top: 346px;
    z-index: 6;
    transition: all .5s ease-in;
}

.gebaudeContainer #eg-go {
    top: 380px;
    z-index: 6;
    transition: all .5s ease-in;
}

.gebaudeContainer svg {
    width: 100%;
    height: auto;
    max-width: 700px;
    max-height: 100%;
}



#mietobjekte .stockwerk {
    padding-top: 0;
}


#mietobjekte .stockwerk ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    font-size: 80px;
    line-height: 85px;
    font-family: "helveticaBold";
    color: #2B2B2B;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in;
}

#mietobjekte #stockleg {
    font-size: 16px;
    color: #2B2B2B !important;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: "helveticaRegular";
    cursor: auto;
}

#mietobjekte .stockwerk ul li:hover {
    color: #A7D8FF;
    transition: all .2s ease-out;
}

.stockclick {
    color: #A7D8FF !important;
}

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

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

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

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

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

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


@keyframes devantplease5 {
    0% {
        z-index: 10;
    }

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

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

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

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

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

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

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

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

    99% {
        z-index: 11;
    }

    100% {
        z-index: 11;
    }
}

#cache4hover {
    width: 100%;
    height: 356px;
}

#cache5hover {
    width: 100%;
    height: 127px;
}

.cachehoverno {
    display: none;
}

.gewahltTabel {
    background: #DFF1FF;
    transition: all .2s ease-in;
}

#breitenrainplatz {
    letter-spacing: -.2px;
    font-size: 16px;
    width: 85px;
    line-height: 17px;
    margin-top: 300px;
}

.nord {
    width: 30px;
}

#_1-10,
#_1-13,
#_3-9,
#_3-10 {
    fill: #EEECE6 !important;
    cursor: default;
}

/* =============Mietobjekte Tabelle============ */


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

.alleTabellen {
    position: relative;
}

.tabellen ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

.tabellen {
    position: absolute;
    height: 650px;
    background: #FAF6F1;
}

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

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

.tabellen .wohnungen ul li {
    font-size: 15px;
    color: #2B2B2B;
    line-height: 17px;
}

.tabellen div {
    padding: 6px 0;
}

.legendeTabel {
    border-bottom: 3px solid #E7CDA2;
}

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

.tabellen .wohnung {
    width: 70px;
}

.tabellen .zimmer {
    width: 60px;
}

.tabellen .flache {
    width: 50px;
}

.tabellen .aussen {
    width: 60px;
}

.tabellen .netto {
    width: 70px;
}

.tabellen .neben {
    width: 70px;
}

.tabellen .brutto {
    width: 70px;
    font-weight:700;
}

.tabellen .plane {
    width: 50px;
}

.tabellen .bewerb {
    width: 70px;
}


.keller p {
    font-size: 16px;
    line-height: 19px;
    hyphens: auto;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 15px;
}

/* =============footer============ */

footer {
    padding: 70px 0;
}

footer h1 {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: .5px;
    margin: 0;
}

footer ul {
    margin-top: 45px;
}

footer ul li {
    list-style-type: none;
    margin-bottom: -2px;
    margin-top: 0;
}

footer .copy {
    font-size: 16px;
    text-align: right;
}

.melo {
    width: 230px;
    padding-top: 30px;
    text-align: center;
}

footer .meyer {
    text-align: left;
}

footer .anmeldung {
    cursor: pointer;
    border-radius: none;
    background: #DFF1FF;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    padding: 10px;
    text-align: left;
    transition: all .3s ease-in;
}

button:hover {
    background: #A7D8FF !important;
}

.anmeldung:hover .ligne {
    width: 100%;
    transition: all .3s ease-out;
}

footer .meyer li:nth-child(1) {
    font-weight: 700;
    letter-spacing: .5px
}

.button{
    background-color:#DFF1FF;
    color:#2B2B2B;
}

.button:hover{
    color:#2B2B2B;
}

.reveal{
    padding:40px;
} 
.reveal h2{
    font-family: helveticaBold;
    font-size:36px;
    line-height: 40px;
    letter-spacing: .4px;
}
.reveal p{
    font-size: 21px;
    line-height: 25px;
    margin:15px 0 20px 0;
}
.reveal label{
    font-size:16px;
}
.reveal input{
    box-shadow:none;
    border: 1px solid #E7CDA2;
}
/* =============Datenschutz============ */

#datenpage .bouge {
    margin-top: 60px;
}

#datenpage h3 {
    margin-top: 100px;
}

#datenpage nav ul li {
    margin-top: 40px;
}

#datenpage header {
    background: #FAF6F0;
    padding: 30px 0;
}

#datenpage #wohnen {
    padding-top: 0px;
}

#datenpage #wohnen .text {
    margin-top: 50px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    #s1-go svg,
    #s3-go svg,
    #s2-go svg,
    #eg-go svg {
        width: 100%;
        padding-bottom: 189%;
        height: 1px;
        overflow: visible;
    }

    #s4-go svg {
        width: 100%;
        padding-bottom: 173%;
        height: 1px;
        overflow: visible;
    }
    a:hover{
        font-weight:700;
    }
}

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

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

    /* =General= */
    h3 {
        font-size: 30px;
        font-weight: 300;
        line-height: 33px;
    }

    p {
        font-size: 15px;
        line-height: 20px;
    }
    

    /* =Header= */
    nav {
        display: none;
    }

    header h1 {
        margin-top: 20px;
    }

    header {
        background-size: 100vw;
        background-position: 0 77px;
        position: relative;
    }

    header nav ul li {
        margin: 15px 0 0 0;
        display: block;
        font-size: 18px;
        text-align: left;
    }

    header h2 {
        font-size: 41px;
        line-height: 40px;
        top: 102px;
        padding-left: 0 !important;
    }

    header #headerbildli {
        margin-top: 170px;
        margin-left: 0;
    }

    header .bezug {
        font-size: 18px;
        left: 28px;
        top: 180px;
    }

    .headerdesktop {
        display: none;
    }

    .headermobile {
        display: block;
    }
    
    .ligne {
    width: 100%;
    }

    /*---------Burger menu Mobile---------*/
    .c-hamburger {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 20px;
        right: -345px;
        margin: 0;
        padding: 0;
        width: 51px;
        height: 45px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: 0 !important;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
    }

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 20px;
        left: 8px;
        right: 8px;
        height: 2px;
        background: #2B2B2B;
    }

    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #2B2B2B;
        content: "";
    }

    .c-hamburger span::before {
        top: -10px;
    }

    .c-hamburger span::after {
        bottom: -10px;
    }

    .c-hamburger--htx {
        background-color: none;
    }

    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }

    /* active state, i.e. menu open */
    .c-hamburger--htx.is-active {
        background-color: none;
    }

    .c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
    }

    .burgermenu {
        display: block;
    }

    .mobilenav {
        background: #DFF1FF;
        position: absolute;
        opacity: .95;
        top: -200px;
        right: 30px;
        transition: .4s ease-in;
        overflow-x: hidden;
    }
    
    .mobilenav .ligne{ display: none;}

    .burgermenu .mobilenav ul li {
        font-size: 16px;
        margin: 10px 15px 0 0;
        padding: 10px 0 0 20px;
        display: block;
    }

    .burgermenu .mobilenav ul {
        padding-bottom: 10px;
        padding-left: 0;
    }

    .burgermenu .mobilenav ul li a {
        color: #2B2B2B;
    }

    .burgermenu .ligne {
        width: 35px;
        height: 2px;
        background: #2B2B2B;
        margin-bottom: 5px;
    }

    .appear {
        top: 65px;
        transition: .4s ease-out;
        z-index: 400;
    }
    
    .anmeldung2{
    height:150px;
    width:150px;
    border-radius: 100px;
    position: absolute;
    z-index:100;
    top:72%;
    left:50%;
    font-size: 16px;
    line-height: 23px;
    transition:all .3s ease-in;
    }

    /* =Situation= */

    #situation {
        padding: 70px 0 100px 0;
    }

    #situation h3 {
        margin-bottom: 0;
    }

    #sit {
        margin-top: 60px;
        margin-left: -17%;
        max-width: 120%;
        overflow: hidden;
    }

    #googlema {
        padding-top: 10px;
    }

    #situation #pin {
        width: 40px;
        top: 48%;
        left: 30%;
    }

    /* =Wohnen= */

    #wohnen {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #wohnen .text {
        margin-top: 50px;
    }

    #wohnen .text p {
        padding: 15px 0 0 15px;
    }

    #wohnen .bild2 {
        margin-top: 35px;
    }

    #bildalone img {
        display: none;
    }

    #mietobjekte {
        padding-top: 50px;
    }

    #mietobjekte .stockwerk ul li {
        font-size: 60px;
        margin-top: 20px;
    }

    .gebaudeContainer {
        display: none;
    }

    .tabellen .wohnung {
        width: 55px;
    }

    .tabellen .zimmer {
        width: 50px;
    }

    .tabellen .flache {
        width: 40px;
    }

    .tabellen .aussen {
        width: 50px;
        display:none;
    }

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

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

    .tabellen .brutto {
        width: 70px;
    }

    .tabellen .plane {
        width: 40px;
    }

    .tabellen .bewerb {
        width: 70px;
    }
    
    .tabellen .legendeTabel ul li {
    font-size: 12px;
    line-height: 15px;
    }

    .tabellen {
    height: 635px;
    }
    
    #mietobjekte {
    height: 950px;
    }

    .keller p{
        margin-top: 265px;
    }

    
    /* =Footer= */

    footer {
        padding: 50px 0;
    }
    footer .copy {
        font-size: 14px;
        text-align: left;
    }
}



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

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

    /* =General= */
    h3 {
        font-size: 35px;
        line-height: 39px;
        font-family: "helveticaBold";
        color: #2B2B2B;
    }

    p {
        font-size: 14px;
        line-height: 19px;
    }

    /* =Header= */
    header h2 {
        font-size: 80px;
        line-height: 75px;
        top: 160px;
    }

    header .bezug {
        font-size: 29px;
        top: 320px;
    }

    header nav {
        right: 20px;
    }
    
     .anmeldung2 {
    top: 55%;
    left: 67%;
    } 

    /* =Situation= */
    #situation {
        padding: 60px 0 0 0;
    }

    #situation #pin {
        width: 35px;
        top: 46%;
    }

    #sit {
        margin-top: -70px;
        margin-bottom: -1px;
    }

    #googlema {
        padding-top: 10px;
    }

    /* =infos= */

    #wohnen {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #wohnen .text p {
        padding: 10px 0 0 20px;
    }

    #wohnen .text {
        margin-top: 50px;
    }

    #wohnen .secondtext {
        margin-top: 50px;
    }

    #wohnen .ipadbildli {
        display: block;
    }

    #wohnen .desktopbildli {
        display: none;
    }


    #mietobjekte {
        padding-top: 50px;
    }

    .gebaudeContainer {
        display: none;
    }

    .nord {
        display: none;
    }

    #breitenrainplatz {
        display: none;
    }

    .alleTabellen {
        height: 650px;
    }

    .tabellen .wohnung {
        width: 75px;
    }

    .tabellen .zimmer {
        width: 60px;
    }

    .tabellen .flache {
        width: 55px;
    }

    .tabellen .aussen {
        width: 65px;
    }

    .tabellen .netto {
        width: 75px;
    }

    .tabellen .neben {
        width: 70px;
    }

    .tabellen .brutto {
        width: 75px;
    }

    .tabellen .plane {
        width: 55px;
    }

    .tabellen .bewerb {
        width: 80px;
    }

    .keller p {
        margin-left: 0;
    }

    /* =footer= */
    footer {
        padding: 50px 0;
    }

    footer .copy {
        font-size: 14px;
        text-align: left;
    }
}

/* =======small desktop========================================== */
@media (min-width: 64em) and (max-width: 77.625em) {
    .tabellen .wohnung {
        width: 57px;
    }

    .tabellen .zimmer {
        width: 45px;
    }

    .tabellen .flache {
        width: 40px;
    }

    .tabellen .aussen {
        width: 50px;
    }

    .tabellen .netto {
        width: 57px;
    }

    .tabellen .neben {
        width: 45px;
    }

    .tabellen .brutto {
        width: 57px;
    }

    .tabellen .plane {
        width: 40px;
    }

    .tabellen .bewerb {
        width: 70px;
    }
}


/* ==========================================================================
   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;
    }
}