/*iframe block before cookie consent*/
.nocky{
	position: relative;
}
.nocky iframe {border:2px solid rgba(0, 0, 0, 0) !important;background: #cecece; }
.nocky:before {content:'Accept analytics cookies for displaying this iframe';
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 10px;
    color: rgb(0, 0, 0);
    background-color: #cecece;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

html{
    font-size: 62.5%;
}
/*h1{
    font-size: 4.5rem;
}
h2{
    font-size: 3.8rem;
}
h3{
    font-size: 2.4rem;
}*/

.nf-form-fields-required,.nf-field-element, .nf-add-fieldset, legend, .nf-response-msg, .nf-error-msg, .nf-error-field-errors, .nf-field-element a {
    font-size: 1.6rem;
}
.nf-label-span{
    font-size: 1.8rem;
}
#wpfront-scroll-top-container{
    width: 4.5rem
}

#nf-field-27{
    background: #4494D1;
}
#nf-field-27:hover{
    color: #ffffff;
}
