.parallax-container{
    height: 740px;
/*    width: calc(100% - 60px);*/
}

.parallax-container .parallax img#IMGwedParaFirst{
    top: -1208px;
}

.row.contentRow#firstRow{
    margin-top: 110px;
    margin-bottom: 40px;
}

#firstRow .weddingHeadingText{
    position: relative;
    width: 720px;
    left: calc(50% - 360px);
}

#firstRow h1{
    color: rgb(171,123,104);
}

h1.nomobile{
    display: block;
}

h1.mobile{
    display: none;
}

#firstRow .weddingHeadingText h2{
    color: #777;
}

.row.buttonRow button.indexButton{
    width: 250px;
    background-color: #eee;
}
.row.buttonRow button.indexButton:hover{
    background-color: #999;
    color: #fff;
}

/*COLLAPSIBLE*/
.contentRow .faq-textblock{
    width: 1100px;
    margin-left: calc(50% - 550px);
}

.contentRow .faq-textblock ul.collapsible{
    box-shadow: none;
    border: none;
}

.contentRow .faq-textblock ul.collapsible h3{
    font-family: 'CormorantRegular';
    color: rgb(171,123,104);
    font-size: 28;
    margin: 60px 0px 0px 20px;
}

.contentRow .faq-textblock ul.collapsible{
    font-family: 'CormorantRegular';
    font-size: 20;
    color: #777;
}

/*TEXT Section*/
.contentRow#textSection{
    margin: 160 auto 160 auto;
    font-family: 'CormorantRegular';
    font-size: 20;
    color: #777;
    letter-spacing: .6;
}

.contentRow#textSection h2{
    margin-bottom: 40px;
    font-family: 'CormorantRegular', serif;
    color: rgb(171,123,104);
}

.blackb{
    color: #2e2e2e;
}


/*DREI KACHEL  Section*/
.weddingPaket .weddingElement{
    position: relative;
    float: left;
    width: 33.33%;
    height: 770px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.weddingElement.mid{
    width: 33.34%;
}

.weddingElement img{
    height: 100%;
}
.weddingElement img.vert{
/*    width: 100%;*/
    height: auto;
}

.weddingElemTXT{
    position: absolute;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15 0 15; 
    background: rgba(255,255,255,.8);
    text-align: center;
    border-top-left-radius: 27px;
    border-bottom-right-radius: 27px;
}

.contentRow.wedding{
    margin-top: 120px;
    border: solid 2px #777;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.paketTXT h3{
    font-family: 'CormorantRegular', serif;
    color: rgb(171,123,104);
    font-size: 40;
}

.paketTXT p{
    margin-top: 20px;
    font-family: 'CormorantRegular';
    font-size: 18;
}


/*STORY KACHEL*/
.contentRow#storySection{
    margin-bottom: 100px;
}

.tileRow{
    padding: 0;
    display: flex;
    justify-content: center;
}

.tileRow .storyTile{
    position: relative;
    width: 454px;
    height: 454px;
    margin: 10 20;
    overflow: hidden;
    border-radius: 31px;
}

.storyTile img{
    position: relative;
    width: 100%;
    height: auto;
    transition: all .4s;
}

.storyTile h3{
    position: absolute;
    margin: 0;
    bottom: 32px;
    left: 30px;
    z-index: 1000000;
    font-family: 'CormorantRegular';
    font-size: 35;
    color: #fff;                
    text-shadow: 3px 3px 5px #000;
}
.storyTile img:hover{
    transform: scale(1.05);
}


/*3 KACHEL FROM INDEX USED AT WEDDING*/

.row.atWedding .weddingTxtBox{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.atWedding .weddingTxtBox .weddingTXT{
    margin-top: -27px;
    width: 426px;
}

.row.atWedding .weddingTxtBox h3{
    margin-top: 0px;
} 

.row.atWedding .weddingTxtBox p.more{
    margin-bottom: 0px;
}

.row.atWedding .weddingImgBox.weddingInfoCorrection img{
    top: 0px;
}






/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------------RESPONSIVE---------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media screen and (max-width: 1850px){
    .parallax-container{
        height: 600px;
    }
}

@media screen and (max-width: 1600px){
    .contentRow .faq-textblock{
        width: 950px;
        margin-left: calc(50% - 475px);
    }
}

@media screen and (max-width: 1560px){
    .weddingPaket .weddingElement{
        height: 650px;
    }
}

@media screen and (max-width: 1390px){
    .row.atWedding .weddingTxtBox .weddingTXT{
        width: 366px;
    }
}

@media screen and (max-width: 1320px){
    .weddingPaket .weddingElement{
        height: 500px;
    }
    
    .weddingElemTXT{
        width: 100%;
        height: 450px;
    }
    
    .parallax-container{
        height: 450px;
    }
    
    .contentRow .faq-textblock{
        width: 84%;
        margin-left: 8%;
    }
}

@media screen and (max-width: 1260px){
    .row.buttonRow button.indexButton{
        width: 234px;
        font-size: 26;
    }
}

@media screen and (max-width: 1150px){
    .row.atWedding .weddingTxtBox .weddingTXT{
        width: 426px;
    }
}

@media screen and (max-width: 1122px){
    .tileRow .storyTile {
        margin: 2px 10px;
    }
    
    .row.contentRow.weddingReport#firstRow{
        margin-top: 80px;
        margin-bottom: 30px;
    }
    
    .parallax-container{
        height: 350px;
    }
}

@media screen and (max-width: 1100px){
    .row.weddingPaket#kachelSection{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #kachelSection .weddingElement{
        height: 700px;
        width: 86%;
    }
    #kachelSection .weddingElement.mid{
        margin: 30px 0;
    }
    #kachelSection .weddingElement.mid img{
        transform: scale(1.06);
    }
    
    .weddingElemTXT{
        width: 400px;
        height: 450px;
    }
}

@media screen and (max-width: 1084px){
    .tileRow .storyTile{
        width: 380px;
        height: 380px;
    }
}

@media screen and (max-width: 1022px){
    .row.contentRow.weddingReport#firstRow{
        width: 486px;
    }
}

@media screen and (max-width: 1000px){
    .row.atWedding .weddingTxtBox .weddingTXT{
        width: 366px;
    }
}

@media screen and (max-width: 920px){
    .parallax-container{
        height: 300px;
    }
    
    .contentRow .faq-textblock{
        width: 96%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 884px){
    .tileRow{
        flex-wrap: wrap;
    }
    
    .tileRow .storyTile{
        width: 420px;
        height: 420px;
        margin: 15 20;
    }
    
    .row.contentRow#firstRow{
        margin-top: 80px;
        margin-bottom: 30px;
    }
    
    #firstRow .weddingHeadingText{
        width: 80%;
        left: 10%;
    }
    
    .row.contentRow.weddingReport#storySection{
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 860px){
    #kachelSection .weddingElement{
        height: 700px;
        width: 96%;
    }
    
    .parallax-container{
        width: 100%;
        border-radius: 0px;
    }
}

@media screen and (max-width: 780px){
    .contentRow .faq-textblock{
        width: 100%;
        margin-left: 0%;
    }
}

@media screen and (max-width: 710px){
    .row.contentRow#firstRow{
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 660px){
    #kachelSection .weddingElement{
        width: 98%;
    }
    
    .parallax-container{
        height: 220px;
    }
}

@media screen and (max-width: 520px){
    .tileRow .storyTile{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 500px){
    .row.contentRow.weddingReport#firstRow{
        width: 98%;
    }
    
    /*Spacings*/
    .row.buttonRow{
        margin-bottom: 80px;
    }
    
    .contentRow#textSection {
        margin: 80 auto 100 auto;
    }
    
    .row#kachelSection{
        margin-bottom: -100px;
    }
    
    .parallax-container{
        height: 200px;
    }
}

@media screen and (max-width: 490px){
    h1.nomobile{
        display: none;
    }
    h1.mobile{
        display: block;
        line-height: 1.4;
        font-size: 40;
    }
}