/**
 * Style Sheet for ROATION - KJRNF.de
 */
body, html, ul, li, a {
    margin: 0;
    padding: 0;
}

body {
    color: white;
    background-color: #101010;
    margin-top: 60px;
}

.black {
    color: black;
}

.white{
    color: white;
}

.clearfix {
    clear: both;
}

.container {
    text-align: center;
}

.wrapper {
    width: 100%;
    position: relative;
    text-align: center;
}

.wrapper a {
    color: white;
    font-size: 24px;
}

#logo {
    position: fixed;
    top: 20px;
    left: 20px;

    z-index: 10;

    filter: drop-shadow(0px 0px 10px #000000);
}

#logo img {
    width: 250px;
    height: 250px;
}

#theQRCode {
    position: fixed;
    top: 20px;
    right: 20px;

    border: 15px solid white;
    background-color: #8bba40;

    width: 256px;
    height: 256px;

    z-index: 10;

    filter: drop-shadow(0px 0px 10px #000000);
}

#qrcode {

}

.pictures {
    position: relative;
}

#theText {
    position: fixed;
    left: 40px;
    right: 40px;
    bottom: 60px;
    font-size: 40px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 35px;
    background: rgba(16, 16, 16, 0.5);
}

#theRing {
    font-size: 30px;
    font-weight: bold;
}

.pictures .picture img {
    border: 15px solid white;

    width: auto;
    max-width: calc(100% - 140px) !Important;
    max-height: 968px;

    object-fit: contain;

    opacity: 70%;
}