body{

}
.pos-re{
    position: relative;
    z-index: 10;
}
.index{
    display: none;
}
.on-desk{
    display:initial;
}
.on-mb{
    display:none;
}
nav{
    background-color: white;
    height: calc(100vw * (86/ 1920));
    padding: calc(100vw * (25/ 1920)) calc(100vw * (375/ 1920))!important;
}
.navbar-brand img{
    height: auto;
    width: auto;
    max-width: 160px;
}
nav .nav-link{
    padding:0px!important;
}
nav .nav-link,
nav .nav-item{
    color:#483729;
    font-size: calc(100vw * (18/ 1920));
}
nav .nav-item:not(:last-child){
    margin-right:  calc(100vw * (16/ 1920));
}
nav .nav-item.soc:not(:last-child){
    margin-right:  calc(100vw * (6/ 1920));
}
nav .nav-item.soc{
    height:  calc(100vw * (32/ 1920));
}
nav .nav-item.soc img{
    height: 100%;
    width: auto;
    margin-top:calc(100vw * (-3/ 1920));
    max-width: 30px;
}
nav .nav-link:hover{
    color: black;
}
.bg{
    background-color: #efddbf;
    background-image: url("../images/bg-main.png");
    background-repeat: repeat-y;
    background-position: top;
    background-size: cover;
}
#home .row-home{
    padding:calc(100vw * (42/ 1920)) 0px!important;
    background-color: #efddbf;
    background-image: url("../images/bg-main.png");
    background-repeat: repeat-y;
    background-position: top;
    background-size: cover;
}
#home .main-splash{
    width: 60%;
    height: auto;
}
#about .row-about{
    height: 100vh;
    background-image: url("../images/bg-about.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding:calc(100vw * (124/ 1920)) calc(100vw * (355/ 1920))!important;
}
#about .row-about .about{
    background-color: #ffffffa6;
    border-radius: calc(100vw * (20/ 1920));
    padding:calc(100vw * (28/ 1920)) calc(100vw * (48/ 1920)) calc(100vw * (28/ 1920)) calc(100vw * (28/ 1920))  !important;
    font-size: calc(100vw * (21/ 1920));
    line-height: 1.4;
}
#why .row-why {
    color:#483729;
    font-size: calc(100vw * (26/ 1920));
    line-height: 1.2;
}
#why .row-why p{
    color:#483729;
    text-align: left;
    z-index: 10;
    padding-top: calc(100vw * (40/ 1920));
    padding-bottom:  calc(100vw * (40/ 1920));
}
#why .row-why b{
    font-size: 30px;
}
#why .row-why .pos-1{
    position: absolute;
    top: calc(100vw * (132/ 1920));
    left: calc(100vw * (860/ 1920));
}
#why .row-why .pos-2{
    position: absolute;
    top: calc(100vw * (397/ 1920));
    left: calc(100vw * (1235/ 1920));
}
#why .row-why .pos-3{
    position: absolute;
    top: calc(100vw * (644/ 1920));
    left: calc(100vw * (1122/ 1920));
}
#why .row-why .pos-4{
    position: absolute;
    top: calc(100vw * (644/ 1920));
    left: calc(100vw * (672/ 1920));
}
#why .row-why .pos-5{
    position: absolute;
    top: calc(100vw * (340/ 1920));
    left: calc(100vw * (368/ 1920));
}
#prod .row-prod{
    padding-top: calc(100vw * (80/ 1920));
    padding-bottom:  calc(100vw * (80/ 1920));
}
#prod .row-prod h2{
    font-size: calc(100vw * (32/ 1920));
    line-height: 1.2;
    padding-bottom:  calc(100vw * (120/ 1920));
}
#prod .row-prod h2 b{
    font-size: calc(100vw * (55/ 1920));
}
#prod .row-prod .card{
    background:transparent;
    border:0px transparent;
    width: calc(100vw * (500/ 1920));
    margin-left: auto;
    margin-right: auto;
}
#prod .row-prod .card-title{
    font-size: calc(100vw * (32/ 1920));
    line-height: 1.2;
    margin-bottom: calc(100vw * (10/ 1920));
}
#prod .row-prod .card-body{
    font-size: calc(100vw * (20/ 1920));
    line-height: 1.2;
    padding-left: 0px;
    padding-right: 0px;
}
#mec .row-mec{
    background-color: #5d5d5d1a;
    padding-top: calc(100vw * (120/ 1920));
    padding-bottom:  calc(100vw * (120/ 1920));
}
#mec .row-mec h2{
    font-size: calc(100vw * (55/ 1920));
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom:  calc(100vw * (120/ 1920));
}
#mec .row-mec .card{
    background: transparent;
    border:0px transparent;
    padding: calc(100vw * (10/ 1920)) calc(100vw * (30/ 1920));
}
#mec .row-mec .card-title{
    font-size: calc(100vw * (23/ 1920));
    line-height: 1.2;
}
#form .row-form{
    padding-top: calc(100vw * (120/ 1920));
    padding-bottom:  calc(100vw * (120/ 1920));
}
#form .row-form h2{
    font-size: calc(100vw * (36/ 1920));
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom:  calc(100vw * (120/ 1920));
}
#form .row-form .inp{
    width: 100%;
    padding: calc(100vw * (32/ 1920)) calc(100vw * (45/ 1920));
    font-size: calc(100vw * (30/ 1920));
    line-height: 1.2;
    border-radius: calc(100vw * (50/ 1920));
    border:0px transparent;
    margin-top: calc(100vw * (30/ 1920));
    margin-bottom:0px;
}
#container_imagineBon{
    margin-top: calc(100vw * (30/ 1920));
    display: block;
}
#form .row-form .pr{
    padding-right:calc(100vw * (15/ 1920));
}
#form .row-form .pl{
    padding-left:calc(100vw * (15/ 1920));
}
#form .row-form{
    font-size: calc(100vw * (20/ 1920));
    line-height: 1.2;
}
#form .row-form a,
#form .row-form a:hover{
    text-decoration: underline;
    color:#493729;
}
#form .row-form .send{
    background-color: #493729;
    color:#efddbf;
    width: 100%;
    padding: calc(100vw * (32/ 1920)) calc(100vw * (45/ 1920));
    font-size: calc(100vw * (30/ 1920));
    border-radius: calc(100vw * (50/ 1920));
    border:0px transparent;
}
#form .row-count{
    background-color: #493729;
    color:white;
}
#form .row-count .list-inline-item:not(:last-child) {
    margin-right: calc(100vw * (10/ 1920));
}
#form .row-count img{
    height: auto;
    width: calc(100vw * (78/ 1920));
}
#form .row-count h2{
    padding-top:calc(100vw * (50/ 1920));
    margin-right: calc(100vw * (50/ 1920));
}
.row-ft{
    padding-top: calc(100vw * (40/ 1920));
    padding-bottom:  calc(100vw * (20/ 1920));
    font-size: calc(100vw * (16/ 1920));
}
.row-ft li,
.row-ft li a{
    color:#493729;
}
.row-ft p{
    padding-left: calc(100vw * (250/ 1920))
}


input{
    width:100%;
    margin-bottom:20px;
}
#dp-dataBon{
    margin-bottom:20px;
}
checkbox
.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top:0px;
    color:#fff;
}

.containerCheckbox{
    text-align: left;
}

.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    left:0px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(../images/unchecked.png)!important;
}

.containerCheckbox:hover input ~ .checkmark {
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

.containerCheckbox .checkmark:after {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(../images/checked.png?r=1)!important;
}


/* The container */
.containerCustomCheckbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 10px;
}

/* Hide the browser's default checkbox */
.containerCustomCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 28px;
    width: 28px;
    background-image: url(../images/unchecked.png);
}

/* When the checkbox is checked, add a blue background */
.containerCustomCheckbox input:checked ~ .checkmark {
    background-image: url(../images/checked.png);
}

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

/* Show the checkmark when checked */
.containerCustomCheckbox input:checked ~ .checkmark:after {
    display: block;
}


/* custom checkbox */
.containerCheckbox,
.container-checkbox{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top:0px;
    color: inherit;
}

/* Hide the browser's default checkbox */
.containerCheckbox input,
.container-checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left:0px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(html/images/unchecked.png);
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark,
.container-checkbox:hover input ~ .checkmark {
}

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

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after,
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after,
.container-checkbox .checkmark:after{
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(html/images/checked.png);
}
/* custom checkbox */

.containerCaptcha{
    position: relative;
}
#imagineCaptcha{
    position: absolute;
    right: calc(100vw*(40 / 1920));;
    height: calc(100vw*(35 / 1920));;
    top: calc(100vw*(65 / 1920));;
}
#div_imagineBon{
    border-radius: calc(100vw*(50 / 1920));
    border:0px;
    margin-bottom: calc(100vw*(30 / 1920));
}

.nou{
    border-radius: 2px 2px 18px 2px;
    background-color: #ec0281;
    color:white;
    position: absolute;
    top: 25%;
    left: 25%;
    padding: 10px 20px;
    font-size: calc(100vw*(30 / 1920));
    font-weight: bold;
}

.link-det{
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #493729;
    color: #efddbf!important;
    border-radius: calc(100vw*(50 / 1920));
    padding: calc(100vw*(32 / 1920)) calc(100vw*(45 / 1920));
}
.link-det,
.link-det:hover{
    font-size: calc(100vw*(22 / 1920));
    color: #efddbf;
    text-decoration:none;
}
.headline{
    font-family: 'DIN2014-Bold';
}
.validator{
    padding-left:40px;
    color:red;
    display:block;
}
.validatorCustom{

}
@media screen and (max-width: 1230px){
    .nou{
        font-size: calc(100vw*(10 / 390));
        top: 1%;
        left: 0%;
    }
    .link-det{
        bottom: -15%;
    }
    .link-det,
    .link-det:hover{
        font-size: calc(100vw*(16 / 390));
    }
    .headline{
        font-size: calc(100vw*(35 / 390));
    }
    .on-desk{
        display:none!important;
    }
    .on-mb{
        display:initial;
    }
    nav{
        background-color: white;
        height: calc(100vw * (50/390));
        padding: calc(100vw * (10/390)) calc(100vw * (20/390))!important;
    }
    nav .nav-link,
    nav .nav-item{
        font-size: calc(100vw * (18/390));
    }
    nav .nav-item{
        margin-bottom: calc(100vw * (8/390));
    }
    nav .nav-item.soc:not(:last-child){
        margin-right:  calc(100vw * (6/390));
    }
    nav .nav-item.soc{
        height:  calc(100vw * (32/390));
    }
    nav .nav-item.soc img{
        height: 100%;
        width: auto;
        margin-top:calc(100vw * (-3/390));
    }
    nav .nav-link:hover{
        color: black;
    }
    .bg{
        background-color: #efddbf;
        background-image: url("../images/bg-main.png");
    }
    #home .row-home{
        padding:calc(100vw * (20/390)) 0px!important;
        background-image: url("../images/bg-main-m.png");
    }
    #home .main-splash{
        width: 100%;
        height: auto;
        padding-top:7%;
    }

    #about .row-about{
        width: 100%;
        height: auto;
        background-image: url("../images/bg-about-m.png");
        padding:calc(100vw * (40/390)) calc(100vw * (10/390))!important;
    }
    #about .row-about .about{
        border-radius: calc(100vw * (20/390));
        padding:calc(100vw * (12/390))!important;
        font-size: calc(100vw * (16/390));
        margin-bottom: calc(100vw * (50/390))
    }

    #why .row-why {
        font-size: calc(100vw * (26/390));
    }
    #why .row-why p{
        font-size: 0px;
        padding-top:0px;
        padding-bottom:0px;
    }
    #why .row-why b{
        font-size: calc(100vw * (18/390));
    }
    #why .row-why .pos-1{
        position: absolute;
        top: calc(100vw * (60/390));
        left: calc(100vw * (20/390));
    }
    #why .row-why .pos-2{
        position: absolute;
        top: calc(100vw * (40/390));
        left: calc(100vw * (250/390));
    }
    #why .row-why .pos-3{
        position: absolute;
        top: calc(100vw * (210/390));
        left: calc(100vw * (250/390));
    }
    #why .row-why .pos-4{
        position: absolute;
        top: calc(100vw * (270/390));
        left: calc(100vw * (100/390));
    }
    #why .row-why .pos-5{
        position: absolute;
        top: calc(100vw * (220/390));
        left: calc(100vw * (10/390));
    }
    #prod .row-prod h2{
        font-size: calc(100vw * (26/390));
        padding-bottom:  calc(100vw * (40/390));
        padding-left: calc(100vw * (20/390));
        padding-right: calc(100vw * (20/390));
    }
    #prod .row-prod h2 b{
        font-size: calc(100vw * (35/390));
    }
    #prod .row-prod .card{
        width: calc(100vw * (300/390));
    }
    #prod .row-prod .card-title{
        font-size: calc(100vw * (22/390));
        margin-bottom: calc(100vw * (2/390));
    }
    #prod .row-prod .card-body{
        font-size: calc(100vw * (16/390));
        padding:calc(100vw * (10/390));
    }
    #mec .row-mec{
        padding-top: calc(100vw * (40/390));
        padding-bottom:  calc(100vw * (40/390));
    }
    #mec .row-mec h2{
        font-size: calc(100vw * (35/390));
        padding-bottom:  calc(100vw * (20/390));
    }
    #mec .row-mec .card{
        padding: calc(100vw * (10/390)) calc(100vw * (30/390));
    }
    #mec .row-mec .card-img-top{
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    #mec .row-mec .card-title{
        font-size: calc(100vw * (23/390));
        line-height: 1.2;
    }
    #form .row-form{
        padding-top: calc(100vw * (40/390));
        padding-bottom:  calc(100vw * (40/390));
    }
    #form .row-form h2{
        font-size: calc(100vw * (24/390));
        padding-bottom:  calc(100vw * (40/390));
        padding-left:  calc(100vw * (20/390));
        padding-right: calc(100vw * (20/390));
    }
    #form .row-form .inp{
        padding: calc(100vw * (16/390)) calc(100vw * (20/390));
        font-size: calc(100vw * (20/390));
        border-radius: calc(100vw * (25/390));
        margin-bottom: calc(100vw * (20/390));
    }
    #form .row-form .pr{
        padding-right:0px;
    }
    #form .row-form .pl{
        padding-left:0px;
    }
    #form .row-form{
        font-size: calc(100vw * (16/390));
    }
    #form .row-form .send{
        padding: calc(100vw * (16/390)) calc(100vw * (20/390));
        font-size: calc(100vw * (16/390));
        border-radius: calc(100vw * (25/390));
    }
    #form .row-count .list-inline-item:not(:last-child) {
        margin-right: calc(100vw * (10/390));
    }
    #form .row-count img{
        width: calc(100vw * (30/390));
    }
    #form .row-count h2{
        padding-top:calc(100vw * (15/390));
        margin-right: calc(100vw * (10/390));
        font-size:calc(100vw * (20/390));
    }
    .row-ft{
        padding-top: calc(100vw * (20/390));
        padding-bottom:  calc(100vw * (20/390));
        font-size: calc(100vw * (16/390));
    }
    .row-ft ul{
        text-align:left;
        padding-left: calc(100vw * (50/390))
    }
    .row-ft .list-inline-item {
        display:block;
    }
    .row-ft p{
        padding-left: calc(100vw * (50/390))
    }
    #imagineCaptcha {
        top: 10px;
    }
    #div_imagineBon{
        border-radius: calc(100vw * (25/390));
        margin-bottom: calc(100vw * (20/390));
    }
    .navbar-brand img {
        max-width: 80px;
    }

    #home .row-home {
        margin-top: -100px;
        padding-top: 100px !important;
        padding-bottom: calc(100vw * (100/390))!important;
    }
    .navbar{
        background-color: transparent;
    }
    #navbarSupportedContent{
        background-color: #fff;
        text-align: center;
        z-index: 123;

    }
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link{
        color:#483729;
    }

    #imagineCaptcha{
        right: calc(100vw*(20 / 390));
        height: calc(100vw*(35 / 390));
        top: calc(100vw*(20 / 390));
    }
    .headline{
        padding-top:10%;
    }
    .gdpr #cookieTxt{
        height:auto;
        right: 0%;
    }
    #castigatori .fs-30{
        font-size: calc(100vw * (25/390));
    }
    #castigatori .pt-c10{
        padding-top: 20%;
    }
    .fs-20-mobile{
        font-size: calc(100vw * (20/390));
    }
}
