#pink-title {
    font-family: Gotham, sans-serif;
    color: #015839;
    font-size: 2.2rem;
    width: 40%;
    position: absolute;
    right: 3%;
    top: 20%;
    font-weight: 900;
}

#pink-title.top {
    font-size: 2.2rem;
    margin-top: 20px;
    margin-left: 40px;
}

.ml2 {
    text-align: left;
    visibility: hidden;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

#boxContent {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    background-color: #f6f7f8;
    background-clip: padding-box;
    padding-bottom: 10px;
}


#boxInnerContent {
    width: 100%;
    height: 100%;
    /*max-height: 800px;*/
    position: relative;
    /*display: flex;*/
    visibility: hidden;
}

#boxHeader {
    background-image: url('/assets/img/spadel/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 0;
    height: 350px;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

#boxClub {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
    z-index: 2;
}

#boxClub > img {
    width: 50px;
}

#boxLanguage {
    top: 10px;
    right: 10px;
}

#boxLanguage > a {
    color: #015839;
}

#boxPump {
    position: relative;
    width: 90%;
    margin: 80px auto 10px auto;
    background-color: white;
    font-size:1.1rem;
}

#boxPump canvas {
    position: relative;
    margin: auto;
    display: block;
    bottom: auto;
}

#boxPump .question{
    font-size:0.9rem;
    font-weight:600;
}

#playBtn2 {
    font-size: 1.4rem;
    padding: 10px 15px;
    position: absolute;
    z-index: 4;
    width: 180px;
    left: 50%;
    margin-left: -80px;
    top: 55%;
}

@keyframes windanimation {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(5deg);
        /*top: -12px;*/
    }
    30% {
        transform: rotate(0deg);
        /*top: -10px;*/
    }
    60% {
        transform: rotate(10deg);
        /*top: -8px;*/
    }
    70% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
        /*top: -10px;*/
    }
}

#header-lemon {
    position: absolute;
    width: 22%;
    top: -10px;
    left: 2%;
    z-index: 1;
    animation: windanimation 7s ease-out infinite reverse both;
}

#header-table {
    position: absolute;
    width: 65%;
    bottom: 0;
    left: -5%;
    z-index: 1;
}

#header-bottles {
    position: absolute;
    width: 24%;
    bottom: 6%;
    left: -30%;
    z-index: 2;
    transform: rotate(-5deg);
}

#header-cap {
    position: absolute;
    width: 4%;
    bottom: 63%;
    left: -30%;
    transform: rotate(-5deg);
    z-index: 3
}

#header-cap-path-wrapper {
    position: absolute;
    /*bottom: 20%;*/
    width: 100%;
    left: 0%;
    border: 1px solid red;
}

#header-cap-path {
    width: 16%;
}

#header-logos {
    position: absolute;
    bottom: 9%;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14%;
    opacity:0;
}

#header-logos img {
    height: 100%;
    margin:0 5px;
}

#title-banner-wrapper {
    position: absolute;
    z-index: 10;
    text-align: left;
    margin-top: -15px;
}

.title-banner {
    display: inline-block;
    padding: 5px 15px;
    background: rgb(1, 88, 57);
    background: linear-gradient(111deg, rgba(1, 88, 57, 1) 0%, rgba(4, 139, 91, 1) 56%);
    color: #FFF;
    font-family: Gotham, sans-serif;
    font-size: 1.3rem;
}

.title-banner a {
    color:white !important;
}

.title-banner b, .title-banner strong {
    font-weight:500;
}

.title-banner.subtitle {
    font-size: 1.1rem;
}


.title-banner .subtitle {
    font-size: 1.1rem;
}

.title-banner p {
    font-size: 0.8rem;
}

.boxSucceeded , .boxFailed {
    margin-top:-30px;
}

.boxSucceeded .title-banner, .boxFailed .title-banner {
    font-size:1.6rem;
}

btn.title-banner {
    display: inline-block;
}


.form-check {
    display: flex;
    align-items: center;

}

.form-check label {
    font-size: 0.7rem;
}

.form-check-input {
    border-radius: 0 !important;
    margin-right: 5px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    min-width: 18px;
    height: 18px
}

.form-check-input.large {
    min-width: 26px;
    height: 26px
}

#submitButton {
    background: rgb(1, 88, 57);
    background: linear-gradient(111deg, rgba(1, 88, 57, 1) 0%, rgba(4, 139, 91, 1) 56%);
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: Muli, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 1rem;
}

#submitButton:disabled {
    opacity: 0.6;
}

footer {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /*position: absolute;*/
    margin-top: 5px;
    width: 100%;
}

footer > a {
    text-decoration: none;
    padding: 0 5px;
    color: #0c557f;
}

footer > a:hover {
    color: #015839;
}

#footerLogos {
    position: absolute;
    pointer-events: none;
    background-color: transparent;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 10px 10px 10px;
}

#footerLogos .logo-forbidden {
    width: 5%;
    min-width: 30px;
}

#footerLogos .logo-w4l-total {

    height: 35px;
}

#click-here {
    max-width: 55%;
    margin-top: -16%;
    margin-left: 5%;
}

#boxPump h2 {
    font-size:1.4rem;
}

#boxPump p {
    font-size:0.9rem;
}


#boxPump.withFruits{
    overflow:hidden;
    padding-bottom:120px !important;
    background-image:url('/assets/img/spadel/bottom-fruits.png');
    background-size:contain;
    background-position: center bottom;
    background-repeat:no-repeat;
}

#bottomFruit2 {
    position:absolute;
    width:8%;
    bottom:0;
    transform: translateY(110%);
    left:11%;
}

#bottomFruit3 {
    position:absolute;
    width:8%;
    bottom:0;
    transform: translateY(110%);
    left:22%;
}

#bottomFruit5 {
    position:absolute;
    width:10%;
    bottom:0;
    transform: translateY(110%);
    left:51%;
}

#bottomFruit7 {
    position:absolute;
    width:9%;
    bottom:0;
    transform: translateY(110%);
    left:73%;
}

#bottomFruit9 {
    position:absolute;
    width:6%;
    bottom:0;
    transform: translateY(110%);
    left:92%;
}

.font-weight-bold {
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {
    #ticket-big {
        max-width: 75%;
    }

    #boxContent {
        padding-bottom: 10px;
    }

    .card-blue {
        padding: 10px;
    }

    video {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 1260px) {


    #click-here {
        max-width: 50%;
        margin-top: -8%;
    }
}

@media only screen and (max-width: 1024px) {

    .container {
        max-width:100% !important;
    }

    #pink-title, #pink-title.top {
        font-size: 1.9rem;
        margin-top: 25px;
        width: 50%;
    }

    #header-lemon {
        width: 26%;
    }

    #header-table {
        width: 70%;
    }

    #header-bottles {
        width: 25%;
        bottom: 7%;
    }

    #header-cap {
        width: 5%;
        margin-left: 5%;
    }

    #header-cap-path {
        /*width:22%;*/
        width: 165px;
    }

    .title-banner.subtitle {
        font-size: 0.9rem;
    }
}


@media only screen and (max-width: 768px) {

    #gameContainer {
        width: 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #boxPump {
        width: 100%;
    }

    #boxContent {
        padding-bottom: 10px;
    }

    #pink-title, #pink-title.top {
        font-size: 1.6rem;
        margin-top: 25px;
        width: 50%;
    }

    #header-lemon {
        width: 28%;
    }

    #header-table {
        width: 70%;
    }

    #header-bottles {
        width: 27%;
        bottom: 5%;
    }

    #header-cap {
        width: 5%;
        margin-left: 5%;
    }

    #header-cap-path {
        /*width:22%;*/
        width: 165px;
    }


    #click-here {
        max-width: 55%;
        margin-top: -5%;
        /*margin-left:5%;*/
    }

    #header-logos {
        position: absolute;
        bottom: 18%;
        right: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 14%;
        opacity:0;
    }

    .title-banner.subtitle {
        font-size: 0.8rem;
    }

    #playBtn2 {
        font-size:1.2rem;
        width: 160px;
        margin-left: -80px;
    }

}

@media only screen and (max-width: 576px) {
    #boxHeader {
        height: 280px;
    }

    #boxContent {
        background-size: 1px 40%;
    }

    #pink-title, #pink-title.top {
        font-size: 1.2rem;
        margin-top: 25px;
        width: 55%;
    }

    #header-lemon {
        width: 33%;
    }

    #header-table {
        width: 70%;
    }

    #header-bottles {
        width: 27%;
        bottom: 5%;
    }

    #header-cap {
        width: 5%;
        margin-left: 5%;
    }

    #header-cap-path {
        width: 130px;
        /*width:29%;*/
    }

    .title-banner {
        font-size: 1rem;
    }

    .form-check-input {
        min-width: 20px;
        height: 20px;
    }

    #playBtn2 {
        font-size:1.1rem;
        width: 160px;
        margin-left: -80px;
    }
}

@media only screen and (max-width: 400px) {
    #pink-title, #pink-title.top {
        font-size: 1.1rem;
        width: 58%;
    }


    #header-table {
        width: 90%;
    }

    #header-bottles {
        width:30%;
        bottom: 5%;
    }

    #header-lemon {
        width: 38%;
    }

    #header-cap {
        margin-left: 5%;
    }

    #header-cap-path {
        /*width:33%;*/
        width: 130px;
    }

    #playBtn2 {
        /*padding:5px 5px;*/
        font-size:1.0rem;
        width: 140px;
        margin-left: -70px;
    }

    .title-banner.subtitle {
        font-size: 0.7rem;
    }
}