html, body {
	height: 100%;
}
body {	
	display: flex;
	flex-direction: column;
	font-family: 'Muli', Verdana, arial, sans-serif;
	font-size: clamp(14px, calc(.32vw + 12px), 18px);
	color: #000;		
	width: 100%;
	min-width: fit-content;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-Italic.ttf') format('ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-BoldItalic.ttf') format('ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-Semibold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-SemiboldItalic.ttf') format('ttf');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-LightItalic.ttf') format('ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-MediumItalic.ttf') format('ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/Muli-ExtraBoldItalic.ttf') format('ttf');
    font-weight: 800;
    font-style: italic;
}

#cawi .q_text {
    margin-top: 5px;
	border-bottom: #eaf5e1 !important;
	background: #FBFBFB !important;
}

#cawi .question.error {
    margin-top: 20px;
	border-bottom: #eaf5e1 !important;
	background: #eaf5e1 !important;
}

#header {
    width: 100%;
    border-top: solid 2px rgba(176, 24, 49, .2) !important;
	border-bottom-color: #eaf5e1 !important;
    background: #eaf5e1 no-repeat;
    background-image: none !important;
	background-position: right -2em center;
	height: 90px;
}

#cawi #back_button, #cawi #next_button {
    background: #5e8171 !important;
    color: #FFF;
    margin: 2em 0.5em 1em 0.5em;
    padding: 0.3em;
    width: 8em;
    height: auto;
    text-transform: none;
    text-align: center;
    font-weight: bold;
    border-radius: 0.5em;
    display: inline-block;
    float: none;
}

#cawi #back_button, #cawi #next_button {
    background: #5e8171 !important;
    color: #FFF;
    margin: 2em 0.5em 1em 0.5em;
    padding: 0.3em;
    width: 8em;
    height: auto;
    text-transform: none;
    text-align: center;
    font-weight: bold;
    border-radius: 0.5em;
    display: inline-block;
    float: none;
}

#cawi #nav_bar {
    border-top: solid 1px #eaf5e1a6;
    height: 3em;
    clear: both;
}

#cawi #progress_bar {
    position: relative;
    margin: 0;
    height: .3em;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    background: #FBFBFB !important;
    top: 2.5em;
}

#cawi #progress_bar > div {
    background: #eaf5e1 !important;
}

#cawi #progress_bar > div {
    background: #eaf5e1 !important;
}

#cawi .radio .radio-img {
	background-image: url(img/radio_foragri.svg);
	margin-top: calc(-12px + 0.75em);
}

#cawi .radio.checked, #cawi .checkbox.checked {
    color: #155164;
	font-weight: bold;
}

#cawi .checkbox .check-img {
	background-image: url(img/check_foragri.svg);
	margin-top: calc(-12px + 0.75em);
}


#cawi .radio.checked, #cawi .checkbox.checked {
    color: #155164;
	font-weight: bold;
}

#cawi .slider {
    border: none;
    background: rgb(0 0 0 / 33%);
}

#cawi .slider .ui-slider-handle {
    margin-left: -0.8em;
    background: #FBFBFB;
}

#cawi .slider.touched .ui-slider-handle {
    border: 2px solid #7b7b7b;
	background: #9b9b9b;
}

#cawi .q_error {
    color: #155164;
    background: none;
    margin-left: 0.5em;
}
 
 #cawi .question.error {
    margin: 1em 1em 0em calc(0.5em - 2px);
    border: none;
    border-left: 2px solid #155164;
    border-radius: 0em;
    background: none;
    padding-left: 0.5em;
}

#header #logo_foragri {
	background-image: url('img/logo_foragri.png');
	background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 100px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 200px;
}

#header #logo_swg {
	background-image:  url('img/logo-swg-nero.png');
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 70px;
	right: 0px;
	position: absolute;
	top: 20px;
	width: 150px;
}

.screen-400 #header #logo_foragri {
	background-image:  url('img/logo_foragri.png');
	background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 35px;
    left: 10px;
    position: absolute;
    top: 40px;
    width: 92px;
}

.screen-400 #header #logo_swg {
	background-image:  url('img/logo-swg-nero.png');
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 35px;
	right: 0px;
	position: absolute;
	top: 40px;
	width: 41px;
}

@media screen and (max-width : 700px) {
	#header {
		width: 100%;
		border-top: solid 2px rgba(255, 129, 2, .2);
		border-bottom: solid 2px rgba(255, 129, 2, .2);
		background: #eaf5e1 no-repeat;
		background-image: none !important;
		background-position: right -2em center;
		height: 50px;
	}

	#header #logo_foragri {
		background-image:  url('img/logo_foragri.png');
		background-size: auto 35px;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 35px;
		left: 10px;
		position: absolute;
		top: 15px;
		width: 92px;
	}
	
	#header #logo_swg {
		background-image:  url('img/logo-swg-nero.png');
		background-size: auto 35px;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 35px;
		right: 10px;
		position: absolute;
		top: 15px;
		width: 100px;
	}
