@charset "UTF-8";
/* CSS Document */

/* Farver

Grøn: 5d868a 
Mørkegrøn: 2a4b4e 
Lyseblå: AAD9D9
Rød: E83F44
Tomat: F08487
Mørkerød: C46669
Vinrød: 9A4D4F
Brun: 625551
Gul: E1BC51

*/

/* CSS */


/* Preload images */

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}
	
/* /Preload images */

.show-mobile {
	display: none;
}
.show-desktop {
	display: block;
}

.deviceText::after {
	content: "mus";	
}

.colorWhite {
	color: #fff;
}

/* Modals */

.modal-header {
	justify-content: center;
	text-align: center;

}


.modal-header h2 {
	line-height: 1.2;
}

.modal-backdrop {
   background-color: #AAD9D9;
   opacity: 0.75 !important;
}

.menneskeskala, .menneskeskala_tak {
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.bottom-banner {
	background-image: url('../img/hovedbillede-stoet-os.jpg');
    padding-top: 45vh;
    margin-top: -120px;
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.bottom-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}


/* Gameflow */

#instrux {
	display: block;
}

#question2, #question3 {
	display: none;
}

/* /Preloader */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading_big.gif') center no-repeat #AAD9D9;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	font-family: 'Barlow', sans-serif;	
	font-weight: 400;
	font-size: 16px;
	color: #353535;
}

.container {
	max-width: 798px;
}


.section-head {
	background-color: #4e676a;
	color: #fff;
}

.header {
	min-height: 85px;
}

.toplogo {
	width: 12rem;
}

.section-content {
	background-color: #AAD9D9;
}

.section-footer {
	background-color: #4e676a;
	color: #fff;
}

.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

.whiteBox {
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	margin: 40px 0;
}

.beigeBox {
	padding: 20px;
	background-color: #f4f2ec;
	border-radius: 4px;
	margin-bottom: 20px;
	text-align: center;
}

.precent-100 {
	width: 100%;
	height: auto;
} 

/* Forms */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none;
}

.titleCase {
  text-transform: capitalize;
}

.error-text {
    color: #f00000;
    margin: 5px 12px;
    display: block;
}



.placeholder {
	position: absolute;
	left: 15px;
	top: 10px;
}

.form-check-label {
    margin-bottom: 0;
	margin-left: 4px;
	width: calc(100% - 30px);
    float: left;
    font-size: 13px;
	text-transform: none;
}

.form-radio-label {
	text-transform: none;
	padding-top: 3px;
}


.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #666;
     top: -5px;
     height: 30px;
     width: 30px;
     border: 1px solid #999;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     float: left;
}

.form-radio:checked::before {
     position: absolute;
     font: 700 13px/1 Arial, sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     color: #000;
}

.form-radio:hover {
     background-color: #f7f7f7;
}

.form-radio:checked {
     background-color: #fff;
}

/* Knapper */

.btn {
	font-weight: 600;
	border: none;
	cursor: pointer !important;
    cursor: hand !important;
    height: 50px;
    border-radius: 25px;
	outline: none !important;
	border: none !important;
	white-space:normal !important;
    word-wrap: break-word; 
}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: .3;
}

.btn-lg, .btn-group-lg>.btn {
	width: 100%;
}

.btn-question {
	width: 300px;
	margin: 0 auto;
	display: block;
}

.btn-cta, .show-cta, .show-gratis-medlem {
	width: 100%;
	min-height: 40px;
	font-size: 16px;
}

.show-cta, .show-gratis-medlem {
	padding-top: 6px;
	border-radius: 20px;
	border: 1px solid #5d868a;
	color: #5d868a;
	display: none;
	text-align: center;
}


/*
.btn-primary, .btn-secondary, .btn-default {
	min-width: 100px;
    font-size: 36px;
	min-height: 55px;
}
*/

.btn-primary,.btn-primary.disabled, .btn-primary:disabled, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .open>.dropdown-toggle.btn-primary, .btn-primary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #5d868a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2a4b4e;
}

.btn-secondary,.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .open>.dropdown-toggle.btn-secondary, .btn-secondary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #c46669;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #b24548;
}


.btn-default,.btn-default.disabled, .btn-default:disabled, .btn-default:active, .btn-default.active, .btn-default:focus, .open>.dropdown-toggle.btn-default, .btn-default:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #11a63c;
}

.btn-default:hover {
    color: #fff;
    background-color: #0f9536;
}

.pop {
  animation: pop 0.3s linear 1;
}

@keyframes pop{
  50%  {transform: scale(1.2);}
}
/* Typografi */



.section-content a {
    color: #698b8e;
}

.section-content a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.section-footer a {
    color: #aad9d9;
}

.section-footer a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

h1, h2, h4 {
	font-weight: 700;
}

h3 {
	font-weight: 600;
}

.smallText {
	font-size: 13px;
	font-style: italic;
}

.inline-block {
	display: inline-block;
}

.permissionText a {
	color: inherit;
	text-decoration: underline;	
}

.permissionText a:hover {
	color: #fff;
}

@media (max-width: 768px) {

.container {
	max-width: 768px;
}

.content {
	padding: 0 30px;
}

.full-width {
	margin-left: -45px;
	margin-right: -45px;
}

.deviceText::after {
	content: "finger eller mus";	
}

}

@media (max-width: 574px) {

.show-mobile {
	display: block;
}
.show-desktop {
	display: none;
}

.showTopbanner {
	display: none;
}

.content {
	padding: 0;
}

.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

.gaveMobilSpacer {
	padding: 0 7.5% 0 7.5%;
}

.deviceText::after {
	content: "finger";	
}

.btn-question {
	width: 100%;
}

.question, .modal-header h2 {
	font-size: 5.8vw;	
}

.menneskeskala_tak {
	width: 100%;
}

}
