html {
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

p {
    text-align: center;
}

body {
    overflow: hidden;
    overflow-y: visible;
    background: url("../assets/img/Moritzburg-Ski-369.jpg") no-repeat;
    background-position-y: 120px;
    background-position-x: center;
    margin: 0;
    padding-bottom: 120px;
}

a {
    text-decoration: none;
}

.background-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: .5;
    z-index: -1;
}

.header {
    height: 70px;
    width: 100%;
    background-color: #333333;
    padding: 10px;
}

.header img {
    margin-left: 20px;
}

.header-contact-info {
    height: auto;
    background-color: black;
    padding: 8px 5px 0 30px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.header-contact-info span{
    color: red;
}

.header-contact-info a {
    text-decoration: none;
    color: #fff !important;
}

.top-right {
    margin: 0 auto;
    padding: 0px 15px;
    font-size: 12px;
}

.top-right ul {
    float: left;
    margin: 0;
    padding: 0px;
    color: #a5a38c;
    line-height: 18px;
}

.top-right ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border-right: 1px solid #4d4d4d;
    float: left;
}

.top-right ul li a {
    padding: 0 10px;
    float: left;
    color: #fff !important;
}

.logo {
    display: block;
    background: url("../assets/img/Pallas_Kliniken_Aesthetics_Logo_negativ.png") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 40vw;
    height: 40vw;
    margin-left: 20px;
    margin-top: 10px;
}

.p--zws {
    color: white;
    font-size: 14vw;
    line-height: 13vw;
    margin: 80px auto;
    width: 80%;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    height: 25vw;
}

.p--zws .stoerer {
    width: 60vw;
    height: 45vw;
    position: absolute;
    top: 0vw;
    right: 10vw;
    /*background: url("../assets/img/logo_small.png") no-repeat center;*/
    background: url("../assets/img/schlosstriathlon_logo_without_text.png") no-repeat center;
    background-size: 50vw auto;
}

.countdown {
    margin: 60px auto auto;
    width: 65%;
}

.row--time {
    font-size: 3.1vw;
    opacity: 0.8;
}

.row--numbers {
    font-size: 12vw;
    font-weight: 300;
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
    height: 13vw;
}

.row--start {
    text-align: center;
    font-size: 3vw;
}

.col-xs-6 {
    margin-right: -14px;
}

.col-xs-3 {
    padding: 0 !important;
    text-align: center;
}
.col-xs-2 {
    padding: 0 !important;
    text-align: center;
}
.col-xs-1 {
    padding: 0 !important;
    text-align: center;
}

.contdown-text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.number-grp .number-grp-wrp {
    position: relative;
}
.number-grp .number-grp-wrp .num {
    position: relative;
}

.button-container {
    box-sizing: border-box;
    display: block;
    max-width: 400px;
    margin: 30px auto 0;
}

.registrierung-button,
.button {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: rgb(182, 0, 0) none repeat scroll 0% 0%;
    white-space: nowrap;
    width: 100%;
    max-width: 400px;
    height: auto;
    line-height: 14px;
    padding: 15px 30px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #000;
    cursor: pointer;
    transition: border .5s;
    margin: 30px auto 0;
}

.registrierung-button:hover,
.button:hover{
    border: 2px solid rgb(182, 0, 0);
}

.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: .3em;
}

.logo-text-container {
    margin-top: 0;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px){
    .logo-text-container {
        margin-top: -45px;
    }
    .p--zws {
        font-size: 9vw;
        width: 70%;
        margin: 0 auto 120px;
        line-height: 8vw;
        height: 20vw;
    }

    .p--zws .stoerer {
        width: 50vw;
        height: 30vw;
        position: absolute;
        top: 2vw;
        right: 10vw;
        /*background: url("../assets/img/logo_schlosstriathlon.png") no-repeat center;*/
        background: url("../assets/img/schlosstriathlon_logo_without_text.png") no-repeat center;
    }

    .logo {
        width: 15vw;
        height: 20vw;
        margin-left: 40px;
        margin-top: 20px;
    }
    .row--numbers {
        font-size: 10vw;
    }
    .row--time {
        font-size: 2.6vw;
    }
    .header-contact-info {
        height: 26px;
        background-color: black;
        padding: 8px 5px 0 30px;
        font-size: 12px;
        display: block;
        text-align: left;
    }
    .top-right {
        float: right;
        margin: 0px;
        padding: 0px 15px;
        font-size: 12px;
    }
    .registrierung-button,
    .button {
        font-size: 1.5vw;
    }

}

@media screen and (min-height: 1000px){
    .p--zws {
        margin-top: 100px !important;
    }
}

@media screen and (min-width: 1280px){
    .p--zws {
        font-size: 9vw;
        width: 70%;
        margin: 0 auto 50px;
        line-height: 8vw;
        height: 20vw;
    }

    .p--zws .stoerer {
        width: 30vw;
        height: 20vw;
        position: absolute;
        top: 4vw;
        right: 20vw;
        /*background: url("../assets/img/logo_schlosstriathlon.png") no-repeat center;*/
        background: url("../assets/img/schlosstriathlon_logo_without_text.png") no-repeat center;
    }

    .logo {
        width: 15vw;
        height: 15vw;
        margin-left: 40px;
        margin-top: 20px;
    }

    .row--numbers {
        font-size: 5vw;
        height: 6vw;
    }
    .row--time {
        font-size: 1.25vw;
    }
    .row--start {
        font-size: 1vw;
    }
    .countdown {
        width: 30%;
    }
    .contdown-text {
        font-size: 40px;
    }
    .registrierung-button,
    .button {
        display: block;
        font-size: 22px;
        color: rgb(255, 255, 255);
        background: rgb(182, 0, 0) none repeat scroll 0% 0%;
        white-space: nowrap;
        height: auto;
        line-height: 14px;
        padding: 15px 30px;
        font-weight: bold;
        text-align: center;
        border: 2px solid #000;
        cursor: pointer;
        transition: border .5s;
        margin: 0;
        width: 100%;
    }

    .registrierung-button:hover,
    .button:hover {
        border: 2px solid rgb(182, 0, 0);
    }

}