body{
    background-color: #FFC91D;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.container {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}

.header-logo img {
    max-width: 241px;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 10px;
}

h1 {
    font-size: 23px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 29px;
}

h2{
    font-size: 24px;
}

.teaser h1{
    margin-bottom: -6px;
}

p{
    font-size: 14px;
    line-height: 18px;
}

.time{
    font-size: 138px;
    font-weight: 700;
}

.mt{
    margin-top: 30px;
}

.mb {
    margin-bottom: 30px;
}

.mt-2{
    margin-top: 50px;
}

.logo-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 70px;
}

.logo-2 div{
    margin-top: 20px;
    float: left;
    margin-left: 40px;
}

.logo-2 div:first-child{
    margin-left: 0;
}

.time span {
    display: inline-block;
    width: 20%;
    max-width: 180px;
}

.container-fluid{
    width: 100%;
    text-align: center;
}

.button {
    background-color: #282828;
    padding: 15px 40px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
}

.button:hover{
    background-color: #1d2124;
    cursor: pointer;
}

.revelation h1{
    font-size: 36px;
    line-height: 42px;
}

.revelation .text-area-1{
    margin: auto auto 45px;
}

.revelation .triangle, .triangle-up{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    position: absolute;
    right: calc(50% - 25px);
    border-color: #ffca1d transparent transparent transparent;
}

.triangle-up{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: -25px;
}

.revelation .text-area-1 p, .revelation .text-area-2 p{
    font-size: 14px;
}

.revelation .text-area-2{
    max-width: 900px;
    margin: auto;
    font-size: 14px;
}

.revelation .header-logo img{
    max-width: 134px;
    width: 100%;
}

.white-wrapper{
    background-color: white;
    padding-top: 15px;
}

.button-wrapper{
    margin-bottom: 30px;
}

hr {
    margin-bottom: 30px;
    border: 0;
    height: 0;
    max-width: 509px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*Mobile*/

@media (max-width: 768px){

    .white-wrapper{
        padding: 10px;
    }

    .time{
        font-size: 50px;
    }

    .revelation h1{
        font-size: 24px;
        line-height: 32px;
    }

    .logo-2 div {
        width: 100%;
        display:block;
        margin-left: 0;
    }

    .logo-2{
        display:inline-block;
    }

    .hide-on-mobile{
        display: none;
    }
}

.cookies {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: black;
}

.cookies div{
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    margin-right: 20px;
}

.cookies a{
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.cookies .cookies-ok{
    position: absolute;
    right: 10px;
    top: 12px;
    font-weight: 700;
}

.cookies .cookies-ok img{
    width: 16px;
}

.cookies .cookies-ok:hover{
    cursor: pointer;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container{
    max-width: 1000px;
}

.left-button {
    background-color: white;
    width: 168px;
    height: 168px;
    position: absolute;
    border-radius: 0 84px 84px 0;
    left: 0;
    top: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    text-align: center;
}

.left-button:hover{
    font-weight: 700;
    cursor: pointer;
}

.left-button .text{
    position: relative;
    right: 10px;
}

.left-button .image {
    position: relative;
    top: 12px;
    right: 4px;
}

@media (max-width: 902px) {
    .left-button{
        display: none;
    }
}

.donate{
    max-width: 460px;
    background-color: #FFC91D;
    padding: 20px 100px;
}

.donate .options input{
    margin: 20px;
}

.donate-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.donate h2{
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 20px;
}

.group div {
    width: 100px;
    text-align: left;
}

.donate input[type=number]{
    background: transparent;
    border: 0;
    border-bottom: 2px solid black;
    color: white;
    font-size: 16px;
    width: 54%;
}
.donate input[type=number]:focus {
    outline: none;
}

.other{
    position: relative;
    text-align: left;
}
.currency {
    position: absolute;
    color: black;
    top: 0;
    right: 30px;
}

/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;

    border-radius: 50%;
    background: black;
}

@media (max-width: 500px){

    .donate {
        padding: 10px;
    }

    .group {
        padding: 0 20px;
    }

    .group div {
        width: 80px;
    }

}