body{
    background-color: #f6f0ea;
    color: #222;
    font-family: 'Open Sans', sans-serif;
}

h2{
    font-size: 5rem;
    text-align: center;
    margin-bottom: 5rem;
    font-family: 'Croissant One', cursive;
}

h3{
    font-family: 'Amatic SC', cursive;
    font-size: 2rem;
}

h5{
    font-family: 'Fredericka the Great', cursive;
    font-size: 7rem;
    color: #ecb1b0;
}

label{
    font-family: 'Amatic SC', cursive;
    font-size: 1.8rem;
}

section{
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}


#pw{
    text-align: center;
    padding-top: 5rem;
}

#pw input[type=password]{
    border-color: #000;
    border-width: 0 0 1px 0;
    background: none;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 3rem;
    border-radius: 0;
    margin-bottom: 0.5rem;
}

#pw input[type=password]:focus{
    border-color: #ecb1b0;
    outline: none;
}

#pw .error{
    padding-top: 3rem;
}

button:focus{
    outline: none;
}

header, main, footer{
    display: none;
}

#loading{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#loading > div{
    position: absolute;
    left: 50%;
    top: 50%;
}

#loading > div > div{
    position: relative;
    left: -50%;
    top: -50%;
}

.subsection{
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}

input[type=text]{
    border-style: solid;
    border-width: 0 0 1px;
    background: none;
    outline: none;
    width: 100%;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0;
}

.handwritten{
    font-family: 'Annie Use Your Telescope', cursive;
    font-size: 1.5rem;
}

#stage {
    height: 800px;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #ecb1b0;
}

#stage h1{
    font-size: 6rem;
    text-align: center;
    position: absolute;
    top: 150px;
    z-index: 6;
    font-family: 'Amatic SC', cursive;
    width: 100%;
    user-select: none;
}

#stage .hl{
    width: 500px;
    position: absolute;
    top: 100px;
    margin: 0 auto;
    z-index: 6;
    left: 0;
    right: 0;
}

#stage .image{
    width: 350px;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

#stage .image.image-left{
    left: 15px;
}


#stage .image.image-right{
    right: 15px;
}

#stage .image img{
    max-width: 100%;
    height: auto;
}

#sticky{
    font-size: 0.7rem;
    color: #8a7769;
}

#sticky > div{
    position: fixed;
    width: 1rem;
    height: 1rem;
    user-select: none;
    display: inline-flex;
    text-align: center;
}

#sticky .top-left{
    top: 2rem;
    left: 2rem;
}

#sticky .bottom-left{
    bottom: 2rem;
    left: 2rem;
}

#sticky .bottom-left .text{
    transform: rotate(270deg);
    transform-origin: left center;
}

#sticky .bottom-right{
    bottom: 2rem;
    right: 2rem;
    justify-content: flex-end;
}

#sticky .bottom-right .text{
    transform: rotate(90deg);
    transform-origin: right center;
    white-space: nowrap;

}

#thumb-container{
    position:relative;
}

#thumb{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#thumb img{
    width: 100px;
    height: auto;
}

#thumb-container .smiley{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.backgrounded{
    background-color: #ecb1b0;
}

.boxed{
    padding: 4rem 5rem;
}

.input-container{
    position: relative;
    margin-bottom: 0.5rem;
}

.submit-container{
    padding-top: 2rem;
}

.input-container.label-placeholder{
    padding-top: 1rem;
}

.input-container.label-placeholder label{
    position: absolute;
    left: 0;
    top: 1.5rem;
    animation-name: label-placeholder-default;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.input-container.label-placeholder input.focused ~ label{
    animation-name: label-placeholder;
}

@-webkit-keyframes label-placeholder {
    from {top:1.3rem;}
    to {top:0;font-size:1rem;}
}

@-webkit-keyframes label-placeholder-default {
    from {top:0;font-size:1rem;}
    to {top:1.3rem;font-size:1.8rem;}
}


.input-container input ~ .hint{
    font-size: 0.7rem;
    margin-top: -0.5rem;
    color: #555;
}

.custom-control .info, .input-container .info{
    font-size: 0.7rem;
    margin-top: -0.3rem;
}

.input-container .hint ~ .info{
    margin-top: 0;
}

.segment-wrapper > div{
    border-bottom: 1px solid #ecb1b0;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.segment-wrapper > div:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


.btn{
    border-radius: 0;
}

.drawer-overlay {
    z-index: 19;
}

.drawer-nav{
    z-index:20;
    background-color: #444;
}

.drawer-nav a{
    color: #FFF;
    font-family: 'Amatic SC', cursive;
    font-size: 2rem;
}

.drawer-nav a:hover{
    text-decoration: none;
    color: #ecb1b0;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    background-color: #8a7769;
}

.drawer-hamburger{
    padding: 1.8rem;
}



.trauzeuge{
    background-color: #ecb1b0;
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}

.trauzeuge img{
    display: none;
    position: absolute;
    z-index:2;
}

.trauzeuge h3{
    position: absolute;
    margin: auto;
    color: #FFF;
    user-select: none;
    text-align: center;
    width: 100%;
    font-size: 4rem;
    z-index: 3;
}


.fas{
    color: #555;
}

.custom-control-label::before, .custom-control-label::after {
    top: .75rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #58A16F;
    background-color: #58A16F;
}

.form-control {
    border-radius: 0;
}

.empty-message, .format-message{
    display: none;
    color: #FF576D;
    margin-bottom: 7px;
}

input[type=radio].wrong ~label{
    color: #FF576D;
}

#rsvp .boxed{
    position: relative;
}

#rsvp .mail-success{
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
}


#rsvp h5{
    color: #FFF;
    display: inline-block;
    text-align: center;
    position: relative;
    left: -50%;
    margin-top: -50%;
}

#rsvp h2{
    margin-bottom: 0;
}

#rsvp .hl-notice{
    margin-bottom: 3rem;
    text-align: center;
}

@media (max-width: 767px){
    #sticky{
        display:none;
    }

    h2{
        font-size:3rem;
        -moz-hyphens: auto;
        hyphens: auto;
    }


    h5{
        font-size: 4rem;
    }

    #stage .hl{
        width: 100%;
    }
    #pw input[type=password]{
        line-height: 1rem;
        font-size: 1rem;
    }
}