@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
::placeholder {
    font-weight: bold;
}
.house-icons .check{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: auto;
    z-index: 1111;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

#wohnungsanzahl-input{
    text-align: center;
    font-weight: bold;
}

.house-icons .house-icon__inner--active .check{
    opacity: 1;
}

.house-icon__inner{
    display: inline-flex;
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    margin: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    position: relative;
}

.house-icon__inner:hover, .house-icon__inner.house-icon__inner--active{
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.house-icons__title{
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
}

.form-title{
    color: white;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px !important;
}

.house-icons .house-icon__icon{
    height: 128px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.bg-form{
    position: absolute;
    width: 100%;
    height: auto;
}
.bg-form:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.85);
}
.flex-col{
    display: flex;
    flex-direction: column;
}

.tab-content input{
    border-color: transparent;
    border-bottom: 5px solid #e6a80e;
    border-radius: 25px;
}
.nav-pills .nav-link{
    background-color: rgba(255,255,255,0.5);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.tab-content > .active{
    display: flex !important;
}
.card-body__inner{
    flex-direction:column;
}

.card{
    background: transparent;
}

.fs18{
    font-size: 18px;
}

.tab-content{
    background-color: rgba(255,255,255,1);
    width: calc(100% + 35px);
        padding: 30px;
    border-radius: 20px;;
}

.tab-pane{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.tab-pane.show{
    display: flex !important;
}

.tab-pane label{
    color: black !important;
    font-size: 18px !important;
    margin-right: 5px;
    margin-left: 5px;
}

.tab-pane input{
    width: 190px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tab-pane{
    margin-top: 0;
}

#datenschutz-input2, #datenschutz-input{
    height: 35px;
    width: 50px;
}

.nav-pills{
    font-size: 21px;
    width: 100%;
    flex-direction: row !important;
    justify-content: center;
    align-items:center;
    margin-right: 0;
}
.nav-link{
    color: #212729;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover{
    background-color: white;
    color: black;
}

#form2-step1.form-step #wohnungsanzahl{
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
    text-align: center;
}
#form2-step1.form-step #wohnungsanzahl label{
    font-size: 21px;
}
.wohnungs-daten{
    width: auto;
    position: relative;
}

.step-form select, .step-form input{
    padding-left: 15px;
    text-align: left;
    margin: 5px;
}

.multiple-file-upload{
    height: 150px !important;
    padding: 15px;
    border: 1px dashed white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    background-image: url("/images/upload.png");
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: auto !important;
    font-size: 12px !important;
}
.multiple-file-upload--wohnung{
    height: auto !important;
}
img{
    box-sizing: unset;
}

a{
    text-decoration: none;
}

.round-left{
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.wohnungs-daten .round-left{
    margin-left: 0;
}

.wohnungs-daten .round-right{
    margin-right: 0;
}


.round-right{
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.full-width-step{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hide{
    display: none;
}

.show{
    display: block !important;
}

.content, .content .container-v{
    height: auto !important;
}

.inner-form-style1{
    text-align: right;
}

.content{
    padding-top: 100px;
    padding-bottom: 100px;
}

.privacy{
    width: 100%;
    text-align: center;
}

.icon-container{
    font-size: 27px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.icon-container .icon{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.icon-container .icon1{
    justify-content: flex-end;
}

.icon-container .icon3{
    justify-content: flex-start;
}

.icon-container img{
    width: 42px;
    padding-right: 15px;
    padding-bottom: 2.5px;
    filter: invert(1);
}

input{
    height: 55px;
    font-size: 21px;
    width: 280px;
    text-align: center;
    padding-left: 5px;
}
input[type="file"]{
    height: 30px;
}
#datenschutz-input{
    height: 35px;
    width: 40px;
    margin-right: 40px;
    margin-left: 15px;
}

.datenschutz-outer{
    width: 100%;
    display: flex; color: white; font-size: 27px; justify-content: center;align-items: center;
}

select{
    height: 55px;
    font-size: 21px;
    width: 225px;
    padding-left: 5px;
    text-align: center;
    font-weight: bold;
}
#preis-input, #vorname-input,  #nachname-input, #email-input, #wohnort-input, #telefon-input{
    width: 225px;
}
/* #zimmer-input, #flaeche-input{
    width: 280px;
} */

#rent-form2 select{
    width: 220px;
}

#rent-form2 #form2-step1 input{
    width: 220px;
}

.label1{
    margin-right: 10px;
}

.content .container-v{
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

.content .row-v{  
    display: flex;
    justify-content: space-around;
}

.content .col2{
    width: calc(50% - 30px);
}

#referenzen .row-v{
    align-items: flex-start;
}

.referenzen-outer{
    background-color: black;
}

#referenzen .seo-text{
    color: white;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
} 

.seo-text{
    padding-left: 15px;
    padding-right: 15px;
}

.content .seo-text{
    display: flex;
    justify-content: space-around;
}

.maze-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#scroll-magic1 .first-col p{
    position: absolute;
    bottom: 15px;
    font-size: 42px;
    font-weight: bold;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
}

.content{
    color: white;
}

#scroll-magic1 .row-v {
    align-items: flex-end;
    height: 100vh;
}

#scroll-magic1 .col2{
    position: relative;
}

#scroll-magic1 .col2 img{
    width: 100%;
    height: auto;
}

#scroll-magic1 .second-col{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
    flex-direction: column;
}

a{
    text-decoration: none;
}

#scroll-magic1 .col2.first-col{
    width: 50%;
}
#scroll-magic1 .col2.second-col{
    width: 50%;
}

#scroll-magic1 .btn-style{
    margin-top: 0;
    font-size: 52px;
    font-weight: bold;
}

.overlay-black{
    background-color: white;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}


#scroll-magic1{
    z-index: 111;
}

.col2.it-left .to-left .ref-title{
    transform: translateX(-100%);
}

#referenzen .it-left .to-left .ref-text{
    opacity: 1;
}

.col2.it-right .to-right .ref-title{
    transform: translateX(100%);
}

#referenzen .inner-text.to-right .ref-text{
    opacity: 1;
}

.col2:hover .it-right .ref-title{
    transform: translateX(100%);
}

#referenzen .col2{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 250px;
    background-color: #e6a80e;
}

#referenzen .col2-inner{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 32px;
}

.inner-text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    width: calc(50% + 1px) !important;
    transition: 300ms ease-in-out all;
    z-index: 11;
    overflow: visible !important;
    font-size: 18px;
    text-transform: uppercase;
}
/* .ref-text p:last-of-type{
    position: absolute;
    bottom: 30px;
    font-size: 18px;
} */
#referenzen .inner-text .ref-text{
    font-size: 18px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    transition: 300ms ease-in-out all;
    text-align: center;
    font-weight: bold;
    color: black;
    padding: 15px;
}
#referenzen  .col2:hover .inner-text .ref-text{
    /* opacity: 1; */
}

.ref-title{
    font-weight: bold;
    height: 100%;
    background-color: rgba(0,0,0,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: white;
    margin-bottom: 0;
    transition: 300ms ease-in-out all;
    width: 100%;
    text-align: center;
}

#referenzen .row-v > div > div{
    height: auto;
    position: relative;
    overflow: hidden;
}

#referenzen .row-v img{
    height: auto;
    width: 50%;
    padding: 30px;
    max-width: 150px;
}

.seo-title{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
    color: white;
}

h2{
    font-weight: bold;
}

#scroll-magic1 .seo-title h2{
    color: #e6a80e;
}

.maze-container a{
    color: black;
}
.maze-container a:hover{
    color: #e6a80e;
}
#scroll-magic1 .seo-title{
    margin-bottom: 0;
    padding-top: 40px;
}
.seo-title h2{
    font-size: 52px;
    text-transform: uppercase;
    line-height: 55px;
}
#rent-form .seo-title, #rent-form2 .seo-title{
    margin-bottom: 80px;
    margin-top: 80px;
}
#referenzen{
    z-index: 1111;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    color: #c8a25a;
    padding-top: 80px;
    padding-bottom: 50px;
}
.content{
    height: 100vh;
    background-color: black;
}
.content .containter{
    max-width: 1440px;
}
.footer-outer{
    background-color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer-outer ul{
    list-style-type: none;
}
.footer-logo img{
    width: 225px;
    height: auto;
}
.footer-content{
    height: auto;
    color: black;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 1140px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-content .col3{
    background: linear-gradient(black, black);
    background-repeat: no-repeat;
    background-size: 1px 100%;
    padding-left: 0;
    padding-right: 0;
}
.footer-content .col3.first-col{
    background: none;
}
.footer-logo{
    display: flex;
    justify-content: center;
    width: 100%;
}
.move-in-view{
    transform: translateX(0) !important;
    width: 100%;
    height: 100%;
}
.roof-image{
    background-image:url(/images/roof.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(20%);
}
.option-image{
    background-image: url("/images/r2r.png");
    background-size: cover;
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1 !important;
}
.option-image:nth-child(2){
    background-image: url("/images/vermieten.jpg");
    left: 50%;
}
.option-image::after{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0.5);
}
.option-title{
    font-size: 64px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    position: absolute;
    text-transform: uppercase;
}
.option{
    font-size: 76px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    /* background-image: url("/images/r2r.png");
    background-size: calc(100% - 4px);
    background-position: center center;
    background-repeat: no-repeat; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 100%;
}
.option:hover .option-text{
    color: #e6a80e;
    /* border: 5px solid black;
    border-radius: 10px;
    padding: 25px; */
}

/* .option:hover .option-image{
    opacity: 1;
}

.option:hover .option-text{
    color: white;
} */
.option-text{
    transition: 300ms ease-in-out all;
    cursor: pointer;
}
.option-container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: linear-gradient(black, black) center;
    background-size: 0px 100%;
    background-repeat: no-repeat;
    height: 100%;
}
.brand{
    width: 100%;
    position: absolute;
}
.r2r-start{
    width: 100%;
    height: 100%;
}
.r2r-logo{
    width: 275px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.back-btn{
    position: absolute;
    left: 0;
    top: 15px;
    color: white;
    font-size: 24px;
    padding: 5px 7.5px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    z-index: 11 !important;
}
.back-btn img{
    width: 75px;
}
#rent-form, #rent-form2{
    top: 0;
    transform: translateX(100%);
    transition: 300ms all ease-in-out;
    background-color: #212729;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 11111111111111111;
    font-family: "Quicksand";
}
#rent-form .first-col, #rent-form2 .first-col{
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#rent-form .second-col, #rent-form2 .second-col{
    position: relative;
    height: 100%;
}
#rent-form .first-col img, #rent-form2 .first-col img{
    height: 100% !important;
    width: auto !important;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
#rent-form .second-col, #rent-form2 .second-col{
    width: 100%;
    max-width: 1140px;
}
.form-step{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
}

#form2-step1.form-step label{
    font-size: 36px;
}

.form-step label{
    color: white;
    font-weight: bold;
}
#form-step1, #form2-step1{
    position:absolute;
    width: 100%;
    z-index: 5;
}
#form2-step1{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
}

#form2-step1 select, #form2-step1 input{
    border-radius: 25px;
}
#form2-step1 div{
    margin-bottom: 0;
}
#form-step2, #form2-step4{
    position:absolute;
    width: 100%;
    z-index: 4;
}
#form2-step4{
    z-index:2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#form-step3, #form2-step3{
    position:absolute;
    width: 100%;
    z-index: 3;
    display: flex;
    text-align: center;
}
.step-form{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px;
}

#form-step3, #form2-step2{
    position:absolute;
    height: 100%;
    z-index: 2;
}
#form2-step3{
    align-self: flex-start;
}
#form2-step2{
    z-index: 4;
}
#form-step3 label, #form-step3 input, #form2-step3 label, #form2-step2 input{
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 21px;
}
#form2-step2 input{
    color: black;
    font-weight: bold;
}
#form-step3{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}
#form-step3 input, #form2-step3 input{
    font-size: 16px;
}
#submit-btn{
    color: black !important;
    font-size: 21px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 60px;
    border-radius: 25px;
    cursor: pointer;
}
.submit{
    margin: 0 auto !important;
    cursor: pointer;
}
#form-step5, #form2-step5{
    background-color: #212729;
    position:absolute;
    height: auto;
    z-index: 1;
}
#progress-bar-counter, #progress-bar-counter2 {
    font-size: 21px;
    position: absolute;
    transform: translateY(calc(-100% - 11px));
    right: 0;
    color: #e6a80e;
    background-color: white;
    border: 1px solid #e6a80e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.progress-bar-content img {
    position: absolute;
    right: 0;
    transform: translateY(calc(-100% - 7.5px));
    width: 75px;
}
.progress-bar-content {
    position: relative;
    width: 20%;
    height: 5px;
    background-color: #E2C760;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.progress-bar-border {
    height: 7px;
    border: 1px solid #c0c0c0;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-v {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.progress-bar-outer-container {
    margin-top: 0;
    height: 80px;
    width: 100%!important;
    max-width: 1140 !important;
    display: block;
    margin: 0 auto;
    position: relative;
}
#datenschutz-input{
    margin-top: 10px;
    margin-bottom: 10px;
}
.anfrage-formular .container-v {
    width: 100%;
    max-width: 9999px;
}
.pb-button-next, .pb-button-prev {
    display: none;
    cursor: pointer;
    padding: 5px 15px;
    text-align: center;
    color: white;
    font-size: 18px;
}
.pb-button-next img, .pb-button-prev img{
    width: 40px;
    margin-top: -2.5px;
    z-index: 11;
    position: relative;
}
.pb-button-next:hover span, .pb-button-prev:hover span{
    background-color: white;
}
.pb-button-next span{
    border: 3px solid #e6a80e;
    border-radius: 25px;
    border-right: none;
    padding-top: 2.5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 10px;
    margin-right: -35px;
    padding-right: 35px;
    transition: 150ms ease-in-out all;
}
.pb-button-prev span{
    border: 3px solid #e6a80e;
    border-radius: 25px;
    border-left: none;
    padding-top: 2.5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-left: -30px;
    padding-left: 35px;
    padding-right: 10px;
    transition: 150ms ease-in-out all;
}
.pb-button-next:hover, .pb-button-prev:hover, .voucher-btn:hover {
    color: #e6a80e;
}

.show-button {
    display: block !important;
}
#pb-button-container, #pb-button-container2{
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    z-index: 11111;
    bottom: 5px;
}

.r2r-form-container{
    width: calc(100% - 60px);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#step0{
    flex-wrap: wrap;
    flex-direction: column;
}

.form-step{
    transition: 300ms ease-in-out all;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    opacity: 0;
}

.r2r-form-container{
    margin-top: 0;
}

.form-step-hide{
    transform: translateX(-100%);
}

.form-step-show{
    opacity: 1 !important;
    pointer-events: all;
}

.kontakt{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 21px;
    color: white;
    background-color: #212729;
}

#step-container{
    position: relative;
    height: 100%;
}

#menu-container{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 50%;
    z-index: 11111;
    background-color: #212729;
}

.logo-cnt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1111111;
}

body{
    background-color: white;
    font-family: 'Open Sans';
    color: black;
}

h2, p{
    margin-top: 0;
    margin-bottom: 0;
}

.move-behind{
    pointer-events: none !important;
}

.fade-left{
transform: translateX(-100%);
}

.bcg-parallax{
    padding: 40px 0;
    color: white;
    background-color: #212729;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcg{
    background: url('../images/img_background.jpg') no-repeat; 
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 140%;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}
.content-wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 3;
}

.parallax-bg-color{
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.row-v{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.col2{
    width: 50%;
}

.col3{
    width: 33.33333%;
    padding: 0 15px;
}

.footer-info{
    display: flex;
    flex-direction: column;
}

.fade-in{
    opacity: 1;
}

.fade-li{
    transform: translateX(0) !important;
    opacity: 1 !important;
}

    body{
        margin: 0;
    }
    .container-v{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }
    .bg-container{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url("../animation/linien.svg");
        background-size: cover;
        background-position: center center;
        opacity: 1;
        animation: bg-container 2600ms;
    }
  
    .logo-container{
        width: 325px;
        height: auto;
        position: relative;
    }
   
.container-v::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg-container 2600ms;
    opacity: 1;
    /* background-color: rgba(0,0,0,1); */
}

.container-v div{
    z-index: 1;
}



fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.powermail_fieldwrap_anschreiben, .powermail_fieldwrap_lebenslauf, .contact-form .powermail_fieldwrap_type_input{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .powermail_input{
    font-size: 14px;
    height: 35px;
  }
  .powermail_file{
    font-size: 12px;
    max-width: 100%;
  }
  .powermail_fieldwrap_anschreiben > .powermail_field,.powermail_fieldwrap_lebenslauf > .powermail_field{
    background-color: #dfdfdf;
    padding: 15px;
  }
  
  .powermail_fieldwrap_anschreiben{
    width: calc(50%-7.5px);
    float: left;
    padding-right: 7.5px;
    margin-bottom: 10px;
  }
  
  .powermail_fieldwrap_lebenslauf{
    width: calc(50%-7.5px);
    float: left;
    padding-left: 7.5px;
    margin-bottom: 10px;
  }
legend{
    display: none;
}
.contact-maps p{
    font-size: 21px;
    margin-bottom: 10px;
}
.contact-maps .second-col img{
    width: 25px;
    margin-right: 5px;
    transform: translateY(-2.5px);
}  
.tx-powermail h3{
    display: none;
}
.contact-form .container-fluid{
    padding-left: 0;
    padding-right: 0;
}  
.parsley-error {
    border: 1px solid red !important;
}
.parsley-required{
    display:none;
} 
.parsley-errors-list{
    display: none;
}
h3{
    font-size: 42px;
    margin-top: 0;
}
@media(max-width: 1600px){
    .seo-title h2{
        font-size: 42px;
    }
}
@media(max-width: 1400px){
    .brand img{
        max-width: 200px;
    }
    .option{
        font-size: 52px;
    }
    .seo-title h2{
        font-size: 38px;
    }
    .back-btn img {
        width: 50px;
    }
    .seo-title h3{
        font-size: 32px;
    }
    .icon-container img{
        width: 32px;
        padding-right: 15px;
    }
    #scroll-magic1 .second-col{
        font-size: 36px;
    }
    #scroll-magic1 .btn-style{
        font-size: 36px;
    }
    .inner-col{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 1200px){
    #referenzen .col2{
        width: 100%;
        height: 300px;
    }
    .seo-title h2{
        font-size: 36px;
    }
    .icon-container{
        font-size: 24px;
    }
    #scroll-magic1 .btn-style{
        font-size: 32px;    
    }
}
@media(max-width: 991px){
    .back-btn{
        font-size: 21px;
    }
    #rent-form2 #form2-step1 input, #rent-form2 #form2-step1 select{
        width: 175px;
    }
    select, input{
        height: 45px;
    }
    #pb-button-container, #pb-button-container2{
        bottom: 0;
    }
    .progress-bar-outer-container{
        height: 100px;
    }
    #form2-step1.form-step label{
        width: 100%;
        font-size: 27px;
    }
    #form2-step1{
        margin-top: 0;
    }
    #rent-form .seo-title, #rent-form2 .seo-title{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #form2-step1 div{
        text-align: center;
    }
    .r2r-form-container{
        width: 100%
    }
    .step-form select, .step-form input{
        padding-left: 10px;
    }
    select, #preis-input, #vorname-input, #nachname-input, #email-input, #wohnort-input, #telefon-input{
        width: 150px;
        font-size: 16px;
    }
    input{
        width: 180px;
        font-size: 16px;
    }
    #submit-btn, #form-step3 label, #form-step3 input, #form2-step3 label, #form2-step2 input{
        font-size: 16px !important;
    }

    #rent-form .second-col, #rent-form2 .second-col{
        width: 100%;
    }
    .content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #scroll-magic1 .seo-title h2{
        font-size: 27px;
    }
    #scroll-magic1 .seo-title span{
        font-size: 21px;
    }
    .content .col2{
        width: 100%;
        margin-bottom: 15px;
    }
    #rent-form .first-col, #rent-form2 .first-col{
        display: none;
    }
    #scroll-magic1 .second-col, #scroll-magic1 .btn-style{
        font-size: 27px;
    }
    .icon-container{
        font-size: 21px;
    }
    .icon-container img{
        width: 24px;
    }
    .icon-container .icon{
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .brand img{
        max-width: 150px;
    }
    .seo-title h2{
        font-size: 27px;
        line-height: normal;
        font-weight: bold;
    }
    .seo-title h3{
        font-size: 24px;
    }
}

@media(max-width: 767px){
    select, #preis-input, #vorname-input, #nachname-input, #email-input, #wohnort-input, #telefon-input{
        width: 125px;
    }
    input{
        width: 150px;
    }

    .footer-outer ul{
        margin-top: 1em;
    }
    #referenzen{
        padding-top: 60px;
    }
    .footer-outer ul {
        padding-left: 0;
    }
    .footer-content .col3, .footer-content .col3.first-col{
        width: 100%;
        background: linear-gradient(black, black) bottom center;
        background-size: 100% 1px;
        background-repeat: no-repeat;
    }
    .footer-content .col3.first-col{
        padding-bottom: 21px;
    }
    .brand img{
        max-width: 100px;
    }
    .option{
        font-size: 52px;
        width: 100%;
        height: 50%;
    }
    .option-image{
        width: 100%;
        height: 50%;
    }
    .option-image:nth-child(2){
        left: 0;
        top: 50%;
    }
    .option-image{
        background-position: center;
    }
}

@media(max-width: 575px){
    .footer-logo img{
        height: 200px !important;
        width: auto !important;
    }
    #scroll-magic1 .row-v{
        align-items: center;
        justify-content: center;
    }
    #scroll-magic1 .col2.first-col{
        width: 100%;
    }
    #scroll-magic1 .col2.second-col{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .seo-title h2{
    }
    .seo-title h3{
    }
}

@media(max-width: 475px){

    .pb-button-next img, .pb-button-prev img{
        width: 60px;
    }
    .pb-button-next span{
        margin-right: -50px;
        padding-right: 50px;
    }
    .pb-button-prev span{
        margin-left: -45px;
        padding-left: 50px;
    }
    .pb-button-next, .pb-button-prev{
        font-size: 21px;
    }
    #referenzen .col2-inner{
        width: 100%;
        height: 300px !important;
    }
    #referenzen .col2{
        flex-wrap: wrap;
        height: 600px;
    }
    
    .inner-text{
        width: 100% !important;
        order: 2;
    }
    select, #preis-input, #vorname-input, #nachname-input, #email-input, #wohnort-input, #telefon-input{
        width: 115px;
    }
    input{
        width: 115px;
    }
    .step-form select, .step-form input{
        margin: 2.5px;
    }
}


@media(max-width: 375px){
    select, #preis-input, #vorname-input, #nachname-input, #email-input, #wohnort-input, #telefon-input{
        width: 100px;
    }
    input{
        width: 100px;
    }
    .seo-title h2{
    }
    .seo-title h3{
    }
}