/*----- Fonts -----*/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
*/
@font-face {
  font-family: BitterPro;
  src: url("../fonts/BitterPro-Regular.ttf");
}


body{
	margin: 0;
	font-family: "BitterPro", sans-serif;
	transition: width .5s linear, font-size .5s linear, height .5s linear, line-height .5s linear;
}

html{
	background-color: #383838;
}

h1,h2,h3,h4,h5,h6,h7{
	font-family: 'BitterPro', sans-serif;
	color: #1c1c1c;
    font-weight: 700;
    letter-spacing: 1px;
    
}

/*th{
	position: sticky;
	top: 0;
	background: white;
	box-shadow: inset 0 -2px 0 #dee2e6
}*/

.splashBackground, .splashBackgroundShort{
	background-image: url('../img/splash_background_dark.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 50vh;
	font-size: 40px;
}

.splashBackgroundShort{
	height: 20vh;
	width: 100%;
}

.splashBackground h1{
	margin-top: 15vh;
    text-shadow: 2px 2px #353535;
    padding: 0px 50px 0px 50px;
}

.splashBackgroundShort .row{
	height: 100%;
	display: flex !important;
	padding-bottom: 10px;
}

.splashBackgroundShort .col-12{
	display: table;
}

.splashBackgroundShort h1{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.btn-info, .footer{
	background-color: #42a111;
	border-color: #42a111;
}

.btn-info:hover, .btn-info:not(:disabled):not(.disabled):active, .btn-info.focus.active{
	background-color: #48af13 !important;
	border-color: #00cc00 !important;
}

.btn-info:focus, .btn-info.focus{
	box-shadow: 0 0 0 0.2rem rgba(23,162,184,.5);
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus{
	box-shadow: 0 0 0 0.2rem rgb(36 173 34 / 50%);
}

i.icon-location-pin, i.icon-phone, i.icon-envelope{
	color: white;
}

.navbar{
	position: sticky;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: #42a111;
}

.navbar-toggler{
	background-color: white;
}

.navbar-light .navbar-nav .nav-link{
	color: #ffffffeb;	
}

.navbar-light .navbar-nav .nav-link:hover{
	color: #ffffff;	
}

.lang-selector .selected{
	background-color: #389721;
	color: white;
}

.btn:not(#replyButtons .btn), .btn-sm:not(#replyButtons .btn), button:not(#replyButtons .btn), input[type="submit"], input[type="button"]{
	border-radius: 20px;
	padding-left: 19px;
	padding-right: 19px;
}

.btn-teal{
	background-color: #42a111;
	color: white;
}

.btn-teal:hover, .btn-teal:active{
	background-color: #48af13;
}

.fixed-table-pagination .page-item.active a{
	background-color: #42a111;
	color:white;
}

.fixed-table-pagination .page-item a{
	color: #42a111;
}


.links a{
	color: #42a111;
}

.links a:hover {
	color: #48af13;
}

#questionnaireContainer{
/*	height: 83vh;*/
/*    max-height: 700px;*/
}

img.services{
	max-height: 200px;
}

.green{
	color: #42a111;
}
.green:hover{
	color: #317b0b;
}

.prev_next{
	cursor: pointer;
}

#questionnaireContainer{
/*	background: url("../img/abstract-background-green_neon-lines.jpg");*/
/*	background: linear-gradient(180deg, #42a111, transparent);*/
/*	background-size: 100% 100%;*/
}

#questionContainer{
/*	background: url("../img/abstract-blue-background-triangle-shapes.jpg");*/
	background-color: #a3a3a3;
	background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

#questionBackground{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.85);
	z-index: 0;
}

#txt_questionCounter, #txtQuestionContainer, #txt_question_title, #txt_question, #txt_description, #resultDiv, #btnStart, #replyButtons, #contactForm{
	z-index: 9;
}

#txt_description{
	font-size: 19px;
	text-align: justify;
}

#txt_description a{
	color: #4ca61d;
}

#txt_description a[data-target="#modalPrivacy"]{
	color: white;
	text-decoration: underline;
}

#txt_question_title{
	text-align: center;
}

#txt_question{
	background-color: #42a11173;
}

#replyButtons{
	margin-bottom: -1px;
}

#replyButtons label{
	border-color: white !important;
	border-bottom: none;
}

#txt_question_title{
	font-size: 20px;
}

#txt_question{
	font-size: 18px;
}

#consentmentCheckbox{
	transform: scale(1.5)
}

#resultChartDiv{
	height: 200px;
}

#chartLegend{
	margin-top: -27px;
    font-size: 13px;
    z-index: 99999999;
    position: relative;
    color: white;
}

#txt_questionCounter{

}



/* ####  TOGGLES ON / OFF  ####*/
.toggle{
	height: 37px !important;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #b9bec3;
}

.toggle-on, .toggle-off, .toggle, .toggle-handle{
	border-radius: 20px;
}

.toggle-handle{
	background-color: white;
	width: 38px;
    border-radius: 40px;
}
/* END TOGGLES */

.sticky-header-container{
	margin-top: 58px;
}


.feature-info h4{
	font-size: 18px;
}

.down-arrow h4{
	font-size: 40px;
	font-family: monospace;
}
.down-arrow:hover{
	text-decoration: none;
}

.feature-icon{
	float: left;
}

.feature-info {
    padding-left: 55px;
    padding-top: 5px;
}

.highlight{
	color: #42a111;
}
.size-2x {
    font-size: 2.5em;
}
.back-icon {
    z-index: -1;
    color: #f8f8f8;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 134px;
    height: 134px;
    line-height: 134px;
    font-size: 134px;
}

h2.title-lines {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}
h2.title-lines:before, h2.title-lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}

h2.title-lines:before{
	margin-left: -52%!important
}

h2.title-lines:after{
	margin-left: 2%!important
}


h2.title-lines:before {
    margin-left: -50%;
    text-align: right;
}

#dailyChart{
	height: 400px;
}


.border-green{
	border: 3px solid #00cc00;
}

.round{
	border-radius: 200px;
	height: 150px;
	width: 150px;
}

.large-number{
	font-family: 'BitterPro';
	border-radius: 200px;
	font-weight: bolder;
	font-size: 50px;
	width: 200px;
	height: 200px;
	line-height: 185px;
}

.number-subtitle{
	margin-top: 20px;
	font-size: 28px;
    font-weight: 500;
}

h3.about{
	color: #00cc00;
}

p.about{
	font-size: 20px;
	margin-top:20px;
}

.modal-content, .modal-content button {
    border-radius: 0px;
    outline: none;
    border: none;
}

.footer a{
	color: white !important;
	text-decoration: underline;
}

.footer a:hover{
	color: #d3d3d3 !important;
	text-decoration: underline;
}


@media (hover: none) {
    .btn-group .btn-info {
        background-color: #42a111;
    	border-color: #17a2b8;
    }
}


@media(max-width: 991px){
	.large-number{
		font-size: 40px;
	    width: 150px;
	    height: 150px;
	    line-height: 146px;
	}

	.number-subtitle{
		font-size: 22px;
    }

    .splashBackground h1{
    	margin-top: 12vh;
    }

    #questionnaireContainer #txt_description{
		font-size: 16px;
	}
}

@media(max-width: 576px){
	h3{
		font-size: 17px;
	}
	
	#questionnaireContainer h2, #questionnaireContainer h3{
		font-size: 17px;
	}

	#questionnaireContainer #txt_description{
/*		font-size: 15px;*/
		font-size: 14px;
	}
	

	#questionnaireContainer{
		height: 100vh;
	}

	#questionContainer{
		height: 510px;
	}

	#txt_question_title{
		font-size: 17px;
	}
	#txt_description, #txt_question{
		font-size: 13px;
	}


	.splashBackground h1{
    	margin-top: 10vh;
    }
}

/*iphone 13 mini*/
@media(max-width: 462px){
	.splashBackground h1{
    	margin-top: 9vh;
    	font-size: 31px;
    }
}



/*iphone 13 mini*/
@media(max-width: 360px){
	#chartLegend{
		font-size: 12px;
	}

	#contactForm {
		font-size: 14px;
	}

	.form-control{
		height: 30px;
		font-size: 14px;
	}

	.form-group{
		margin-bottom: 0px;
	}

	#submitMail{
		height: 30px;
		font-size: 13px;
	}

	.splashBackground h1{
    	padding: 0px 10px 0px 10px;
    }
}
