
body, html, p {
    font-family: 'Montserrat', sans-serif;
}
.main-image-container {
    background: #fff9e6;
    position: relative;
}
.content-container {
    background: #fefefe;
}
.fireworks {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.title-containter {
    position: relative;
    z-index: 100;
}
.title-main {
    font-family: 'Bodoni Moda', serif;
    font-weight: 700;
    font-size: 46px;
    position: relative;
    z-index: 100;
}
@media screen and (max-width: 420px) {
    .title-main {
        font-size: 42px;
    }
}
@media screen and (max-width: 386px) {
    .title-main {
        font-size: 36px;
    }
}
h3 {
    font-family: 'Bodoni Moda', serif;
    font-weight: 700;
    font-size: 32px;
}
.title-main span {
    background: #fff;
    padding: 2px 5px;
    display: inline-block;
}

.foto {
    border: 10px solid #fff;
    width: 300px;
}
@media screen and (max-width: 600px) {
    .foto {
        width: 150px
    }
}
.foto.anne {
    transform: rotate(-10deg);
}
.foto.christian {
    transform: rotate(10deg);
}
.uk-navbar-container {
    background-color: #ffffff !important;
    /*background: url("/images/header.svg") no-repeat !important;*/
}
.qr-item {
    /*page-break-after: right;*/
    break-inside: avoid;
    page-break-inside: avoid;
}
.qr-link {
    color: #919191;
    font-size: 7px;
}
.qr-link span {
    color: #333;
    font-weight: 700;
    display: inline-block;
    padding-left: 2px;
}

.uk-form-label {
    font-weight: bold;
}

label {
    margin-top: 10px;
    display: inline-block;
}

.footer {
    font-size: 10px;
    color: #919191;
}