@font-face {
    font-family: 'bosch-regular';
    src: url('../../fonts/BoschSans-Regular.eot') format('embedded-opentype'), url('../../fonts/BoschSans-Regular.woff') format('woff'), url('../../fonts/BoschSans-Regular.ttf') format('truetype'), url('../../fonts/BoschSans-Regular.svg#BoschSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'bosch-bold';
    src: url('../../fonts/BoschSans-Bold.eot') format('embedded-opentype'), url('../../fonts/BoschSans-Bold.woff') format('woff'), url('../../fonts/BoschSans-Bold.ttf') format('truetype'), url('../../fonts/BoschSans-Bold.svg#BoschSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'bosch-black';
    src: url('../../fonts/BoschSans-Black.eot?') format('embedded-opentype'), url('../../fonts/BoschSans-Black.woff') format('woff'), url('../../fonts/BoschSans-Black.ttf') format('truetype'), url('../../fonts/BoschSans-Black.svg#BoschSans-Black') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'bosch-light';
    src: url('../../fonts/BoschSans-Light.eot?') format('embedded-opentype'), url('../../fonts/BoschSans-Light.woff') format('woff'), url('../../fonts/BoschSans-Light.ttf') format('truetype'), url('../../fonts/BoschSans-Light.svg#BoschSans-Light') format('svg');
    font-weight: normal;
    font-style: normal
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: "bosch-regular";
}
.center{
    text-align: center;
}
.resetPadding{
    padding: 0;
}
.hide{
    display: none;
}
.container-fluid{
    background: linear-gradient(to bottom, white, #A8AFB5);
    height: 100%;
}
a:active{
    color: white;
}
a:visited{
    color: white
}
a.classicLink{
    color: #B90276;
}
a.classicLink:active{
    color: #B90276;
}
a.classicLink:visited{
    color: #B90276;
}

.row{
    width: 100% !important;
    margin: 0;
}

.section1{
    /* background-image: url('../../images/soutez/r&d_landing2.png'); */
    text-align: center;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.landing-carousel{
    height: 100vh;
}
.carousel-inner{
    height: 100vh;
}
.carousel-item{
    height: 100%;
}
.carousel-item .cImg{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    width: 100vw!important;
}
#cImg1{
    background-image: url('../../images/soutez/r&d_landing1.png');
}
#cImg2{
    background-image: url('../../images/soutez/r&d_landing2.png');
}
#cImg3{
    background-image: url('../../images/soutez/r&d_landing3.png');
}
#cImg4{
    background-image: url('../../images/soutez/r&d_landing4.png');
}
#cImg5{
    background-image: url('../../images/soutez/r&d_landing5.png');
}
#cImg6{
    background-image: url('../../images/soutez/r&d_landing6.png');
}
.carousel-caption{
    top: 150px;
    width: 100vw;
    left: 0;
    /* transform: translateX(-50%); */

}
.carousel-item h1{
    font-size: 2.5rem;
    display: inline-block;
    width: 100%;
}
.carousel-indicators{
    z-index: 1500;
}
.carousel-control-prev{
    z-index: 1500;
}
.carousel-control-next{
    z-index: 1500;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 25px;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 0.2;

}

.carousel-indicators li:nth-child(1){
    background-color: #B90276;
}

.carousel-indicators li:nth-child(2){
    background-color: #50237F;

}
.carousel-indicators li:nth-child(3){
    background-color: #005691;
}
.carousel-indicators li:nth-child(4){
    background-color: #008ECF;
}
.carousel-indicators li:nth-child(5){
    background-color: #00A8B0;
}
.carousel-indicators li:nth-child(6){
    background-color: #78BE20;
}


.carousel-indicators li.active{
    opacity: 1;
}
.carousel-indicators li:nth-child(1).active{
    background-color: #B90276;
}
.carousel-indicators li:nth-child(2).active{
    background-color: #50237F;
}
.carousel-indicators li:nth-child(3).active{
    background-color: #005691;
}
.carousel-indicators li:nth-child(4).active{
    background-color: #008ECF;
}
.carousel-indicators li:nth-child(5).active{
    background-color: #00A8B0;
}
.carousel-indicators li:nth-child(6).active{
    background-color: #78BE20;
}


.section2, .section3, .section4, .section5{
    min-height: 100vh;
    width: 100%;

}
.whitespace{
    height: 18px;
    background: white;
    width: 100%;
    top: 0px;
    left: 0;
    position: absolute;
    z-index: 100;
}
.lifeClip{
    position: absolute;
    top: 0;
    width: 150px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    /* margin-top: -23px; */
}
[class|=cta]{
    color: white;
    font-weight: 400;
    font-size: 1.3rem;
    display: inline-block;
    padding: 5px 15px;
    width: 180px;
    text-align: center;;
    border-radius: 10px;
    background: #B90276;
    margin-top: 80px;
    border: 3px solid #303031;
}
[class|=cta]:hover{
    color: white;
}
.cta-1{
    background: #B90276;
}
.cta-2{
    background: #50237F;
}
.cta-3{
    background: #005691;
}
.cta-4{
    background: #008ECF;
}
.cta-5{
    background: #00A8B0;
}
.cta-6{
    background: #78BE20;
}


.dotLine{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}
.dotLine .line{
    width: 100%;
    height: 2px;
    background: #707070;
}
.dotLine [class|=dot]{
    width: 20px;
    height: 20px;
    border: 5px solid #707070;
    background: #E2E3E3;
    border-radius: 10px;
    display: inline-block;
    margin-top: -12px;
    position: absolute;
    transform: translateX(-50%);
    position: absolute;
}
.dotLine .dot-1{
    left: 5%;
}
.dotLine .dot-2{
    left: 27%;
}
.dotLine .dot-3{
    left: 50%;
}
.dotLine .dot-4{
    left: 72%;
}
.dotLine .dot-5{
    left: 95%;
}
.dotLine .section2 h2{
    margin-top: 40px;
    margin-bottom: 15px;
}
.sec2Header{
    margin-top: 30px;
}
.factHeader{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
}
.factLine{
    width: 60%;
    margin-top: 0px;
    margin-left: 50%;
    transform: translateX(-50%);

}
.factLine .line{
    width: 100%;
    height: 2px;
    background: #707070;
}
.factLine [class|=dot]{
    width: 10px;
    height: 10px;
    border: 2px solid #707070;
    background: #E2E3E3;
    border-radius: 10px;
    display: inline-block;
    margin-top: -6px;
    transform: translateX(-50%);
    position: absolute;
}
.factLine .dot-1 {
    left: 0%;
}
.factLine .dot-2 {
    left: 25%;
}
.factLine .dot-3 {    
    left: 50%;
}
.factLine .dot-4 {
    left: 75%;
}
.factLine .dot-5 {
    left: 100%;
}
.factImageDiv{
    position: relative;
    overflow: hidden;
}
.factImage{
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.factImagePermanent{
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.tapIcon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: lightgray;
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 10px;
    display: none;
    transition: all 0.2s ease-in-out;
    z-index: 102;
}
.gradientOverlay{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.gradientOverlay span{
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    font-size: 2rem;
    color: white;
}
.gradientOverlayPermanent{
    position: relative;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin: 10px auto!important;
}
.gradientOverlayPermanent .factImagePermanent{
    width: 100%;
}
.gradientOverlayPermanent [class|=gradient]{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.gradient-1{
    background-image: linear-gradient(to bottom, transparent, rgba(0,86,145,1) 90% );
}
.gradient-2{
    background-image: linear-gradient(to bottom, transparent, rgba(0,142,207,1) 90%);
}
.gradient-3{
    background-image: linear-gradient(to bottom, transparent, rgba(0,168,176,1) 90%);
}
.gradient-4{
    background-image: linear-gradient(to bottom, transparent, rgba(120,190,32,1) 90%);
}
.gradientOverlayPermanent span{
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    z-index: 101;

}
.factDescription{
    text-align: justify;
    margin-top: 5px;
    padding: 10px;
}
.contestHeader{
    font-size: 1.7rem;
    margin: 20px 0 15px 0;
}
.contestInfo{
    margin-top: 10px;
    cursor: pointer;
    color: #B90276;
    text-decoration: underline;
}
.contestInfo:visited{
    color: #B90276;
    text-decoration: underline;
}
.odpovedet{
    color: white;
    background: #B90276;
    padding: 5px 25px;
}
.odpovedetRow{
    padding-top: 30px;
}
#answerForm{
    background: url("../../images/soutez/Neutrale_Supergraphic-Gray-Dark.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: center;
}
#answerForm h4{
    color: white;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
#answerForm label{
    color: white;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#answerForm input{
    text-align: center;
    width: 90%;
    margin: 5px auto;
}
#answerForm input:focus{
    border-color: #B90276;
    box-shadow: 0 0 0 .2rem rgba(185,2,118,0.1);
}
#answerForm input[type='checkbox']{
    -webkit-appearance: none;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    background: white;
    width: 20px;
    height: 20px;
    border: 3px solid #303030;
}
#answerForm input[type='checkbox']:checked{
    border: 3px solid #B90276;
    width: 20px;
    height: 20px;
}
#answerForm input[type='checkbox']:checked::after{
    content: "\2713";
    font-size: 1rem;
    width: 20px;
    height: auto;
    font-weight: bold;
    top: -5px;
    left: 0;
    position: absolute;
    
}
#answerForm button{
    display: inline-block;
    width: 150px;
    margin: 25px 0 50px 50%;
    transform: translateX(-50%);
    background: #B90276;
    border: none;
    font-size: 1.1rem;
}
#answerForm .label{
    width: 90%;
    
}
#answerForm .form-group{
    text-align: center;
}
.form-check-label{
    display: inline !important;
    margin-left: 35px;
    font-size: 0.9rem;
    color: white;
}
.form-check-label span{
    cursor: pointer;
    text-decoration: underline;
}
.small{
    display: flex;
}
.smallDevice{
    display: flex;
}
.large{
    display: none;
}
.contestHeader{
    margin-top: 25px;
    margin-bottom: 25px;
}
.contestP1{
    margin-bottom: 25px;
}
.contestQuestionsHeader{
    margin-top: 30px;
}
.contestQuestion{
    padding: 10px 0;
}
.form-check{
    text-indent: 0px;
    text-align: left!important;
}
.factImage{
    height: 100%;
}

#alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1600;
    display: none;
}
#alertInner{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 300px;
    
    min-height: 150px;
    
    background-color: #606061;
    border: 2px solid #303031;
    padding: 25px;
    color: white;
    text-align: center;
}
#alertClose{
    border: none;
    width: 150px;
    border-radius: 3px;

}
.description2{
    width: 80%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 25px;
}
.back{
    color: black!important;
    text-decoration: underline!important;
    font-size: 1.5rem!important;
    cursor: pointer!important;
}
.back:active, .back:hover{
    color: #B90276!important;

}
.containerApply{
    background: #B90276;
    padding: 5px 15px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.apply{
}
.apply span{
    color: white!important;
    height: auto;
}
.end{
    font-size: 1.2rem;
    padding: 25px 5px;
    width: 100%;
    margin: 0;
}
/* extra small device landscape */
@media (max-height: 350px){
    .carousel-caption{
        top: 100px;
    }
    [class|=cta]{
        margin-top: 20px;
    }
    .contestHeader{
        margin: 20px 0 10px 0;
    }
    .whitespace{
        height: 23px;
    }
    .end{
        font-size: 1.5rem;   
    }
}
/* Small devices but larger screen (bigger phones) */
@media (min-width: 360px){
    .lifeClip{
        width: 180px;
    } 
    [class|=cta]{
        margin-top: 100px;
    }
    .contestQuestionsHeader{
        margin-bottom: 15px;
    }
    .contestQuestion{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .whitespace{
        height: 21px;
    }
    .end{
        font-size: 1.5rem;   
        padding: 15px 5px;
    }


}
@media (min-width: 400px){
    .lifeClip{
        width: 200px;
    } 
    [class|=cta]{
        margin-top: 100px;
    }
    .carousel-caption h1{
        font-size: 3rem;
        margin-top: 50px;
    }
    .contestHeader{
        font-size: 2.3rem;
    }
    .contestP1{
        font-size: 1.3rem!important;
    }
    .end{
        font-size: 1.5rem;   
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
   
    .carousel-caption{
        top: 120px;
    }
    [class|=cta]{
        margin-top: 50px;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .lifeClip{
        left: 25px;
        transform: translateX(0);
    }
    .carousel-caption{
        top: 180px!important;
    }
    .carousel-indicators li{
        width: 25px;
        height: 25px;
    }
    [class|=cta]{
        margin-top: 150px;
    }

    .section2{
        padding-top: 20px;
    }
    .sec2Header{
        margin-top: 80px;
        margin-bottom: 50px;
        font-size: 3rem;
    }
    .sec2Sub{
        font-size: 1.6rem;
        margin-bottom: 45px;
    }
    .factHeader{
        font-weight: bold;
        letter-spacing: 0.4rem;
    }
    .factDescription{
        text-align: center;
        font-size: 1.3rem;
    }
    .factImageDiv{
        width: 70%;
        margin: 45px auto !important;
    }    
    .factImageDivSmall{
        width: 100% !important;
    }
    .sec3header{
        font-size: 2.5rem;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section2, .section3, .section4, .section5{
        min-height: 50vh;
    }
    .form-group{
        margin: 0 auto;
    }
    .perInfo{
        padding-top:15px;
        padding-bottom: 15px;
    }
    .perInfo:nth-of-type(1){
        padding-top: 45px;
    }
    .contestQuestion{
        padding: 35px 0;
        font-size: 1.2rem;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .whitespace{
        height: 27px;
    }
    .small, .smallDevice{
        display: none;
    }
    
    .large{
        display: flex;
    }
    .factHeader{
        padding-top: 35px;
    }
    .factDescription{
        width: 80%;
        margin: 0 auto;
        padding-top: 25px;

    }
    .factImageDiv{
        width: 80%;
        height: auto;
    }
    .factImageDiv2{
        position: relative;
        overflow: hidden;
        width: 100%!important;
    }
    .factImageDiv2 .factImageDiv{
        width: 100%!important;
        margin: 0!important;
    }
    .factImageDiv2 .factImage{

    }
    .sec3header{
        margin-top: 0px!important;
        font-size: 2.4rem!important;
        margin-bottom: 20px!important;
    }
    .factHeaderSmall{
        padding-top: 10px!important;
    }
    .contestHeader{
        font-size: 2.3rem!important;
        margin: 20px 0;
    }
    .contestP1{
        font-size: 1.3rem !important;
        margin-top: 0px;
    }
    .odpovedetRow{
        padding-bottom: 45px;
    }
    
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .carousel-caption h1{
        font-size: 5rem;
    }
    .lifeClip{
        width: 250px;
    }
 }