/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-maj-04, 23:08:16
    Author     : jimmy
*/

b{
    font-weight: bold;
}

.container-fluid {
    min-height: 100%;
}

.anmalan-top-wrap{
    background: url(../../images/startpage/skivstang1.png);
    background-position: -30px;
    background-size: cover;
    height: 400px;
}

.green-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.85;
    background: linear-gradient(190deg, #438D9A 0%, #92BDC4 98%, #FFF 100%);
}

.anmalan-bottom-wrap{
    width: 100%;
    margin-bottom: 60px;
    margin-top: -55px;
}

.anmalan-top-info{
    background-color: #F9F9F9;
    padding: 0px;
}

.anmalan-top-info p{
    display: inline-block;
    margin: 0px;
    width: 49%;
    height: 27px;
    color: #0B4D60;
    font-family: "Berlingske Serif";
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}

.anmalan-top-text-wrap{
    display: block;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    padding: 38px 30px;
    position: relative;
    color: #fff;
    text-align: center;
}

.anmalan-top-text-wrap h1{
    color: #FFF;
    font-family: "Berlingske Serif";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.52px;
    line-height: 31px;
    text-align: left;
}

.anmalan-top-text-wrap h2{
    color: #FFFFFF; /*#A6EFCD */
    font-family: "Berlingske Sans";
    font-size: 18px;
    line-height: 14px;
    text-align: left;
    margin-bottom: 56px;
}

.anmalan-top-text-wrap h3{
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    margin: 20px 0px;
}

.anmalan-top-text-wrap table{
    margin-bottom: 20px;
}

.anmalan-top-text-wrap td{
    padding-left: 10px;
}

.anmalan-top-text-wrap td:last-child{
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 12px;
    text-align: left;
    padding-left: 20px;
}

.anmalan-top-text-wrap .nothing-else-around{
    margin-top: 80px;
    margin-bottom: 80px;
}

.anmalan-buy-button{
    position: relative;
    height: 62px;
    width: 100%;
    border-radius: 81px;
    background-color: #EC6C6B;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.5);
    z-index: 150;
}

.anmalan-buy-button .buy-button{
    display: block;
    height: 62px;
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
}

.anmalan-buy-button .buy-button:hover{
    cursor: pointer;
}

.anmalan-choose-wrap {
    padding: 15px;
    max-width: 609px;
    margin-left: auto;
    margin-right: auto;
}

.anmalan-alternative-wrap h2{
    font-family: "Berlingske Serif";
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

#alternative-brons h2{
    color: #D17948;
}

#alternative-silver h2{
    color: #A1AEBC;
}

#alternative-guld h2{
    color: #F8B64C;
}

.anmalan-alternative-wrap{
    position: relative;
    padding: 20px 10px 10px 60px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.5);
    margin-bottom: 30px;
    width: 100%;
}

.anmalan-alternative-wrap:hover{
    cursor: pointer;
}

.anmalan-alternative-wrap img{
    position: absolute;
    top: 17px;
    left: 11px;
}

.anmalan-alternative-wrap ul{
    padding-left: 10px;
}  

.anmalan-alternative-wrap li{
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
}

.anmalan-alternative-wrap .response-time{
    color: #606060;
    font-family: "Berlingske Sans";
    font-size: 10px;
    line-height: 12px;
}

.anmalan-alternative-wrap .alternative-price{
    position: absolute;
    top: 18px;
    right: 17px;
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.anmalan-alternative-wrap .alternative-recommendation{
    color: #A6EFCD;
    font-family: "Berlingske Serif";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    border-radius: 50px;
    background-color: #094B5F;
    position: absolute;
    top: -10px;
    right: 15px;
    padding: 5px 15px;    
}

.anmalan-alternative-wrap.checked{
    border-radius: 10px;
    border: 3px solid #094B5F;
}

/* Custom radiobuttons */
/* The container */
.alternative-radio {
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 15px;
    bottom: 30px;
    color: #0B4D60;
    font-family: "Berlingske Sans";
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 10px;
}

:checked + label{
    color: red;
}

.alternative-radio-text{
    position: absolute;
    top: -15px;
    text-align: center;
    width: 18px;
}


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

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #F9F9F9;
    border: 2px solid #0B4D60;
}

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

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

/* Style the indicator (dot/circle) */
.alternative-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EC6C6B;
}
/* Custom buttons end */

.wellnes-text-wrap{
    display: inline-block;
    width: 49%;
    color: #094B5F;
    font-family: "Berlingske Serif";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
    line-height: 17px;
}

.wellnes-text-wrap p{
    display: inline-block;
}

.wellnes-text-wrap img{
    margin-bottom: 20px;
}

.wellnes-subtitle{
    color: #7B7B7B;
    font-family: "Berlingske Sans";
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 10px;
    text-align: center;
    width: 100%;
}

.anmalan-wellness-inner-wrap{
    margin-left: -10px;
    margin-right: -10px;
}

.anmalan-what-is-wrap{
    background-color: #094B5F;
}

.anmalan-what-is-inner-wrap .anmalan-what-is-text{
    padding: 30px 0px 0px 0px;
}

.anmalan-what-is-wrap h2{
    color: #A6EFCD;
    font-family: "Berlingske Serif";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;    
}

.anmalan-what-is-wrap p{
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 10px;
    line-height: 12px;    
}

.anmalan-what-is-wrap img{
    max-width: 100%;
    max-height: 100%;
    bottom: 0px;
    position: absolute;
}

.anmalan-included-wrap{
    background: linear-gradient(39.94deg, #33D4FF 0%, #1783C6 100%);
}

.anmalan-included-inner-wrap{
    padding: 30px 0px;
}

.included-alternative-wrap{
    position: relative;
    display: inline-block;
    border-radius: 100px;
    background-color: #0D5B82;
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 6px 10px;
    margin-bottom: 2px;
}

.included-alternative-wrap:hover{
    cursor: pointer;
}

.included-alternative-wrap i{
    background-color: #FFF;
    color: #2C6779;
    margin-left: 5px;
    position: relative;    
    height: 7px;
    width: 12px;
    border-radius: 50px;
}

.included-alternative-wrap i:before{
    position: absolute;
    top: -3px;
    left: -1px;
}

.included-alternative-wrap i.show{
    background-color: #2C6779;
    color: #FFF;
    font-size: 10px;
}

.included-alternative-wrap i.show:before{
    content: "\f077";
    top: 0px;
    left: 3px;
}
    
.anmalan-included-wrap h2{
    color: #FFF;
    font-family: "Berlingske Serif";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;    
}
.anmalan-included-wrap .included-alternative-text-wrap{
    display: none;
    position: absolute;
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: 0 9px 30px 0 rgba(104,104,104,0.5);
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 12px;
    line-height: 14px;
    z-index: 15;
    top: 28px;
    left: 3px;
    padding: 15px;
    width: 200px;
    transition: 0.5s;
}

.anmalan-included-wrap .included-alternative-text-wrap.right{
    left: initial;
    right: 0px;
}
    
.anmalan-included-wrap .included-alternative-text-wrap.show{
    display: inline-block;
    transition: 0.5s;
}

.anmalan-suits-you-wrap{
    text-align: center;
    padding: 30px 0px;
}

.anmalan-suits-you-wrap h2{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.anmalan-suits-you-wrap h3{
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;      
}

.anmalan-suits-you-wrap .suits-question{
    position: relative;
    display: inline-block;
    border-radius: 100px;
    background-color: #0D5B82;
    color: #A6EFCD;
    font-family: "Berlingske Sans";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    padding: 10px 56px;
}

.anmalan-suits-you-wrap .suits-question:hover{
    cursor: pointer;
}

.anmalan-suits-you-wrap .suits-question i{
    position: absolute;
    right: -45px;
    top: 2px;
    background-color: #A6EFCD;
    color: #2C6779;
    margin-left: 5px;
    position: relative;    
    height: 10px;
    width: 16px;
    border-radius: 50px;
    font-size: 20px;
}

.anmalan-suits-you-wrap .suits-question i:before{
    position: absolute;
    top: -6px;
    left: -1px;
}

.anmalan-diffrens-wrap{
    background-color: #F9F9F9;
    padding: 20px 0px;
}

.anmalan-diffrens-wrap h2{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;   
    margin-top: 15px;
    margin-bottom: 25px;
}

.anmalan-diffrens-wrap h3{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.anmalan-diffrens-prize-pool h3{
    margin-top: 20px;
}

.anmalan-diffrens-prize-pool img{
    margin-top: 25px;
}  

.anmalan-diffrens-wrap p{
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;    
}

.anmalan-diffrens-wrap .anmalan-diffrens-image{
    position: absolute;
    left: -110px;
    height: 150px;
    bottom: 20px;
    transform: scaleX(-1) rotate(351deg);
}

.anmalan-diffrens-wrap .start-pt-online-button{
    display: inline-block;
    border-radius: 15px;
    background-color: #EC6C6B;
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 14px;
    margin-top: 2px;
    padding: 8px 10px;
}

.anmalan-diffrens-wrap .start-pt-online-button:hover{
    cursor: pointer;
}

.anmalan-faq-wrap{
    padding: 30px 30px 120px 30px;
}

.anmalan-faq-wrap h2{
    color: #000;
    font-family: "Berlingske Serif";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.anmalan-faq-wrap .faq-answered-wrap{
    position: relative;
    display: inline-block;
    border-radius: 100px;
    background-color: #0D5B82;
    color: #FFF;
    font-family: "Berlingske Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 6px 10px;
    margin-bottom: 2px;
}

.anmalan-faq-wrap .faq-answered-wrap:hover{
    cursor: pointer;
}

.anmalan-faq-wrap .faq-answered-wrap i{
    background-color: #FFF;
    color: #2C6779;
    margin-left: 5px;
    position: relative;    
    height: 7px;
    width: 12px;
    border-radius: 50px;
}

.anmalan-faq-wrap .faq-answered-wrap i:before{
    position: absolute;
    top: -3px;
    left: -1px;
}

.faq-answered-wrap i.show{
    background-color: #2C6779;
    color: #FFF;
    font-size: 8px;
}

.faq-answered-wrap i.show:before{
    content: "\f077";
    top: 0px;
    left: 3px;
}
    
.faq-answered-wrap .faq-answered-text-wrap{
    display: none;
    position: absolute;
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: 0 9px 30px 0 rgba(104,104,104,0.5);
    color: #000;
    font-family: "Berlingske Sans";
    font-size: 12px;
    line-height: 14px;
    z-index: 15;
    top: 28px;
    left: 3px;
    padding: 15px;
    width: 200px;
    transition: 0.5s;
}

.faq-answered-wrap .faq-answered-text-wrap.right{
    left: initial;
    right: 0px;
}
    
.faq-answered-wrap .faq-answered-text-wrap.show{
    display: inline-block;
    transition: 0.5s;
}

@media screen and (min-width: 576px){
    .anmalan-top-info-pc{
        height: 184px;
        width: 184px;
        border-radius: 92px;
        position: absolute;
        top: 50px;
        right: 0px;
        background-color: rgba(9,75,95,0.91);
        box-shadow: 0 2px 30px 0 #0E4C5F;
        padding: 50px 20px;
    }
    
    .anmalan-top-info-pc p{
        color: #FFF;
        font-family: "Berlingske Serif";
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
    }
    
    .anmalan-top-info-pc p:first-child{
        color: #A6EFCD;
        font-family: "Berlingske Serif";
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
    }

    .anmalan-top-wrap{
        height: 750px;
    }
    
    .anmalan-top-text-wrap{
        padding: 140px 60px 60px 60px;
    }
    
    .anmalan-top-text-wrap td:last-child{
        color: #FFF;
        font-family: "Berlingske Sans";
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.28px;
        line-height: 20px;
    }
    
    .anmalan-buy-button{
        width: 167px;
    }
    
    .anmalan-top-text-wrap table {
        margin-bottom: 30px;
    }
    
    .anmalan-top-text-wrap h1{
        color: #FFF;
        font-family: "Berlingske Serif";
        font-size: 48px;
        font-weight: 700;
        letter-spacing: 0.96px;
        line-height: 58px;
    }
    
    .anmalan-top-text-wrap h2{
        font-family: "Berlingske Serif";
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 0.96px;
        line-height: 38px
    }
    
    .anmalan-top-text-wrap h3{
        color: #FFF;
        font-family: "Berlingske Sans";
        font-size: 18px;
        line-height: 22px;
    }
    
    .anmalan-bottom-wrap{
        margin-top: -60px;
        margin-bottom: 0px;
    }
    
    .anmalan-faq-inner-wrap,
    .anmalan-what-is-inner-wrap,
    .anmalan-diffrens-inner-wrap,
    .anmalan-wellness-inner-wrap,
    .anmalan-included-inner-wrap,
    .anmalan-suits-you-inner-wrap{
        max-width: 609px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .anmalan-diffrens-inner-wrap{
        margin-bottom: 50px;
    }
    
    .wellnes-text-wrap p{
        display: block;
    }
    
    .anmalan-wellness-inner-wrap{
        text-align: center;
    }
    
    .included-alternative-wrap i,
    .anmalan-faq-wrap .faq-answered-wrap i{
        height: 7px;
        width: 10px;
    }
    
    .included-alternative-wrap i.show,
    .anmalan-faq-wrap .faq-answered-wrap i.show{
        font-size: 9px;
    }
    
    .included-alternative-wrap i.show:before,
    .anmalan-faq-wrap .faq-answered-wrap i.show:before{
        content: "\f077";
        top: -1px;
        left: 1px;
    }
    
    .anmalan-diffrens-wrap h2{
        color: #000;
        font-family: "Berlingske Serif";
        font-size: 26px;
        font-weight: 700;
        line-height: 31px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    
    .anmalan-diffrens-wrap h3{
        color: #000;
        font-family: "Berlingske Serif";
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
    
    .anmalan-diffrens-wrap p{
        color: #000;
        font-family: "Berlingske Sans";
        font-size: 12px;
        font-weight: 300;
        line-height: 14px;
    }
    
    .anmalan-diffrens-wrap .anmalan-diffrens-image{
        bottom: -35px;
        left: -45px;
        height: 192px;
        border-radius: 10px;
        box-shadow: 0 2px 20px 0 rgba(83,83,83,0.5);
        transform: scaleX(-1) rotate(0);
    }
    
    .anmalan-diffrens-prize-pool{
        /*margin-top: 50px;*/
    }
    
    .anmalan-what-is-wrap p,
    .included-alternative-wrap,
    .anmalan-alternative-wrap li,
    .anmalan-faq-wrap .faq-answered-wrap,
    .anmalan-diffrens-wrap .start-pt-online-button{
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (min-width: 992px){
    .anmalan-top-info-pc{
        top: -48px;
    }
    
    .anmalan-top-wrap{
        height: 650px;
    }
}