.font-salted-mocha {
    font-family: "salted_mocha";
}

.font-1942-report {
    font-family: "1942_report";
}

.font-calibril {
    font-family: "calibril";
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a[target="_blank"]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../images/open_external.png");
    display: inline-block;
    margin-left: 4px;
}

section {
    background-size: cover;
    background-position: center top;
    margin-left: auto;
    text-align: center;
    font-size: calc(1.5vmax + 1.5vmin);
}

article>div.font-salted-mocha {
    padding-bottom: 20px;
}

.landing {
    background-image: url("../fotos/foto1.jpg");
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    animation: slideshow-landing 60s infinite;
    /*cubic-bezier(0, 0, 0, 1)*/
    /* transition: width 0s;
    transition: height 0s; */
}

@keyframes slideshow-landing {
    /* Nächstes Foto */
    0% {
        background-image: url("../fotos/foto1.jpg");
    }
    13% {
        background-image: url("../fotos/foto1.jpg");
    }
    /* Nächstes Foto */
    16% {
        background-image: url("../fotos/foto3.jpg");
    }
    29% {
        background-image: url("../fotos/foto3.jpg");
    }
    /* Nächstes Foto */
    32% {
        background-image: url("../fotos/foto2.jpg");
    }
    45% {
        background-image: url("../fotos/foto2.jpg");
    }
    /* Nächstes Foto */
    48% {
        background-image: url("../fotos/foto4.jpg");
    }
    61% {
        background-image: url("../fotos/foto4.jpg");
    }
    /* Nächstes Foto */
    64% {
        background-image: url("../fotos/foto7.jpg");
    }
    77% {
        background-image: url("../fotos/foto7.jpg");
    }
    /* Nächstes Foto */
    80% {
        background-image: url("../fotos/foto5.jpg");
    }
    97% {
        background-image: url("../fotos/foto5.jpg");
    }
}

.kasten {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 1em;
    text-align: center;
    max-height: calc(100% - 2em);
}

.landing .kasten {
    width: min-content;
    position: relative;
    top: auto;
    bottom: -100%;
    transform: translateY(-110%);
    padding-right: 20%;
    padding-left: 20%;
}

.landing .kasten #names {
    width: 40vw;
    max-width: calc(15vmax + 15vmin);
    display: inline-block;
    padding-bottom: 1em;
}

.landing .kasten #date {
    width: 60vw;
    max-width: calc(15vmax + 15vmin);
    display: inline-block;
}

.einladung,
.trauvers,
.ablauf,
.anmeldung-godi {
    background-image: url("../fotos/foto6.jpg");
}

.infos {
    background-image: url("../images/bg_leaves.jpg");
    background-size: cover;
    color: black;
}

.circle-headline {
    padding: 50px 0 20px 0;
}

.circle-headline-goldstrich {
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 20px;
    /*border-bottom: 5px solid gold;*/
}

.circle-headline-goldstrich::after {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    margin-top: 20px;
    /*margin-left: -45px;*/
    /* background-image: linear-gradient(to right, #e1cd25, #d0ae02, #e1cd25); */
    background-image: linear-gradient(to right, #fcf9de, #fce2c9, #fcf9de);
}

.infos article {
    padding: 0 25px;
    letter-spacing: -2px;
    line-height: 1em;
}

.infos-geladen #einladung-geladen,
.infos-alle #einladung-alle {
    --circle-font-size-ratio: 410px;
}

.infos-geladen #einladung-ablauf table {
    margin-left: auto;
    margin-right: auto;
}

.infos-geladen #einladung-ablauf table td:nth-child(2) {
    text-align: left;
}

.wichtige-adressen,
.wichtige-infos {
    background-image: url("../images/paper_texture.png");
    background-size: cover;
    color: #000;
}

#wichtige-adressen {
    top: 0;
}

#wichtige-adressen-headline {
    background-image: url("../images/wichtige_adressen.png");
    background-size: contain;
    height: 20%;
    width: 90%;
    top: 15%;
    left: 5%;
    background-position: center top;
    background-repeat: no-repeat;
}

.slider-horizontal {
    bottom: 500px;
    width: 100%;
    overflow-x: auto;
    top: 35%;
}

.wichtige-orte {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#ort-kirche,
#ort-feier,
#ort-unterkunft,
#ort-wohnung {
    float: left;
    display: block;
    /* background-color: rgba(106, 110, 42, 0.3); */
    background-color: rgba(167, 150, 134, 0.7);
    position: relative;
}

.weitere-infos {
    background-color: #fff;
    background-image: url("../images/paper_texture.png");
    background-size: cover;
}

#login-infos {
    /* background-color: rgba(106, 110, 42, 0.3); */
    background-color: rgba(167, 150, 134, 0.7);
}

.btn-outline {
    border: 2px solid #fcf9de;
    /* #fcf9de, #fce2c9, #fcf9de */
    /*, #d0ae02, #e1cd25 #fff*/
    color: #000;
    padding: 5px 20px;
    margin: 10px auto;
    /*font-weight: bold;*/
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.btn-centered {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}


/*

.section4 {
background-color:  #CC938E;
}

.section5 {
background-color:  #D2C598;
}
*/

section>div,
.div-align {
    font-family: 'Open Sans';
    font-style: normal;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.span-design {
    font-size: 4em;
    font-style: normal;
    color: #fff;
}

.button {
    background-color: #F2CF66;
    border-bottom: 5px solid #D1B358;
    text-shadow: 0px -2px #D1B358;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 25px;
    color: #FFF;
    text-decoration: none;
}

.dots li a:before {
    border: 1px solid black;
}

.text-zoom-13 {
    zoom: 1.3;
}

.text-zoom-15 {
    zoom: 1.5;
}

#body-wrapper-internal {
    background-image: url("../images/paper_texture.png");
    background-color: #b49980;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Verdana;
    color: #111111;
    margin: 0;
    height: calc(100vh - 50px);
    background-attachment: fixed;
}

#main-wrapper-internal,
#main-header-internal {
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 50px auto 0 auto;
    padding: 20px;
    /*text-align: center;*/
}

#main-header-internal {
    background-color: unset;
    padding: unset;
}

#main-header-internal {
    margin-top: 0;
}

#main-header-internal nav {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

#main-header-internal nav ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

#main-header-internal nav li {
    list-style-type: none;
    display: inline-block;
    font-family: "calibril";
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding: 5px 20px;
}

#main-header-internal nav li:hover {
    text-shadow: 1px 1px #fcf9de;
}

#main-header-internal nav li a:hover {
    text-decoration: none;
}

#main-header-internal nav .active {
    border-bottom: 2px solid #fcf9de;
}

#main-wrapper-internal h1 {
    display: block;
    font-family: "salted_mocha";
    font-size: 2.25em;
    text-align: center;
}

#main-wrapper-internal h2 {
    display: block;
    max-width: 500px;
    font-weight: 500;
    margin: 50px auto;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}

#main-wrapper-internal form {
    margin: 50px auto;
}

#main-wrapper-internal span {
    display: block;
    max-width: 400px;
    font-size: 0.85em;
    color: rgb(90, 90, 90);
    margin: 0 auto;
    margin-bottom: 24.5px;
    text-align: center;
}

#main-wrapper-internal form {
    margin: 50px auto;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 20px 25px;
    display: block;
    max-width: 600px;
    border-radius: 10px;
}

#main-wrapper-internal form input,
#main-wrapper-internal form select,
#main-wrapper-internal form textarea {
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(70, 70, 70);
    padding: 5px 10px;
    font-size: 1em;
    margin: 25px auto;
    outline: none;
    /*text-align: center;*/
    transition: 0.5s all;
}

#main-wrapper-internal form textarea {
    font-size: 1.3em;
}

#main-wrapper-internal form input:focus,
#main-wrapper-internal form input[type=submit]:hover,
#main-wrapper-internal form select:focus,
#main-wrapper-internal form textarea:focus {
    transform: scale(1.05);
    transition: 0.5s all;
}

#main-wrapper-internal form input[type=submit] {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 50px auto 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
}

.anmeldung-godi form input {
    display: inline-block;
}

input[type=submit] {
    cursor: pointer;
}

 ::placeholder {
    color: black;
    opacity: 0.5;
}

.small {
    font-size: 0.75em;
    text-align: left !important;
    color: rgb(75, 75, 75)
}

.user-information-wrapper {
    text-align: center;
}

.user-information,
.geschenk {
    color: black;
    box-shadow: 3px 3px 10px rgb(50, 50, 50);
    border-radius: 10px;
    padding: 20px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 25px 5px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 1.25em;
    display: inline-block;
}

.user-information.isCompanion {
    display: inline-block;
}

.user-information span {
    margin: 5px auto !important;
    color: black !important;
}

.attendance {
    width: 100px;
    margin: 15px auto 0px;
    text-align: center;
    display: block;
}

.attendance .inactive {
    filter: grayscale(1);
    opacity: 0.5;
    transform: scale(0.5);
}

.logout {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 10px 10px 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    color: black !important;
    border-bottom-left-radius: 10px;
    font-weight: bolder;
    font-family: calibril;
}

.compantion-title {
    display: block;
    max-width: 200px;
    font-weight: bolder;
    margin-top: 50px !important;
}

@media only screen and (max-device-width: 720px) {
    #main-wrapper-internal {
        width: 90%;
    }
    #programmbeitraege td {
        display: block;
        margin-bottom: 20px;
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    33% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.animation-pulse {
    animation: shadow-pulse 3s infinite;
}

.btn-attendance {
    border-radius: 5px;
}

.outdated {
    color: red;
}

a.outdated {
    text-decoration: underline;
    border-radius: 5px;
    border-color: red;
}

.postponed {
    text-decoration: line-through !important;
}
