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

/* /Preloader */


.selector_box {
	width: 100%;
	padding: 8px 16px;
	border-radius: 3px;
    cursor: pointer;
    cursor: hand;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.box_text-left {
	font-size: 14px;
	margin: 0;
	line-height: 1.3;
	padding-right: 20px;
}

.box_text-left span {
	font-weight: 700;
	font-size: 16px;
	/*margin-left: -10px;*/
}

.box_text-right {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	align-self: center;
}

.box_yes {
    color: #fff;
    background-color: #064674;
    border-color: #043151;
}

.box_yes:hover {
  color: #fff;
  background-color: #043151;
  border-color: #043151;
}


.box_no {
    color: #fff;
    background-color: #f46d49;
    border-color: #eb3e0f;
}

.box_no:hover {
  color: #fff;
  background-color: #f25a31;
  border-color: #f25a31;
}

#error-text-dobbeltop {
	color: #f00000;
	margin-top: 10px;
	display: none;
}


.forsikring {
	display: none;
}




.infobox {
	background-color: #e9eaec;
	padding: 20px;
}


.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.gif') center no-repeat #fff;
}


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

body {
	background-color: #fff;
	color: #2c2c2e;
	font-family: 'Open Sans', sans-serif;	
	font-weight: normal;
	font-size: 15px;
}

.container {
	max-width: 798px;
}


.section-head {
	background-color: #ddd;
	    background-color: #0a79ae;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF16A3E2',endColorstr='#FF0A79AE');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#16a3e2),color-stop(100%,#0a79ae));
    background-image: -moz-linear-gradient(#16a3e2,#0a79ae);
    background-image: -webkit-linear-gradient(#16a3e2,#0a79ae);
    background-image: linear-gradient(#16a3e2,#0a79ae);
}

.section-topbanner {
	background-color: #444;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 24%;
	position: relative;
}


.section-topbanner2 {
	background-color: #444;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 16%;
	position: relative;
}

.topbanner-signup {
	background-image: url("../img/topbanner_mei.jpg");
}

.topbanner-tak {
	background-image: url("../img/dummy2.jpg");
}

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

.section-footer {
	background-color: #2c2c2e;
	color: #fff;
}


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

/* Design */

.name-and-slogan {
    padding: 16px 0;
    max-width: 400px;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 57px;
}

.name-and-slogan.logo {
    width: 99px !important;
    height: 54px !important
}

.site-slogan {
    color: #fff;
    font-family: "Nexa-Light","Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 300;
    margin-left: 10px;
    font-size: 15px;
}

.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #16a3e2;
	position: absolute;
	right: 4%;
	top: 10%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.circle h2, .circle h4 {
	margin: 0;
}

/* Typografi */

a:link, a:visited {
    color: #16a3e2;
    text-decoration: none;
}

.section-footer a:link, .section-footer a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover, a:focus, .section-footer a:hover, .section-footer a:focus  {
    text-decoration: underline;
    outline: 0;
}

h1, h2 {
	font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

h3, h4 {
	font-family: NexaRegular, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h5 {
	font-family: Nexa-Light, Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.bannerText {
    position: absolute;
    margin-top: 8%;
	text-shadow: 2px 2px 10px #000;
	color: #fff;
}

.headlineTak {
    font-size: 2.7vw;
}



hr {
    border-top: 1px solid #ccc;
}

/* 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;
}

.form-check {
	/*background-color: yellow;*/
}

.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;
}

label.selector{
	font-size: 22px;
	margin-top: -3px;
	font-family: "Nexa","Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #16a3e2;
}

.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 #004f87;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     float: left;
}

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

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

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

.form-control {
	height: 50px;
	border-color: #004f87;
}

/* Knapper */

.btn, .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
    border-radius: 3px;
	font-weight: 700;
	white-space:normal !important;
	word-wrap: break-word;
}

.btn-lg {
	min-width: 200px;
}

.btn-primary {
    color: #fff;
    background-color: #f46d49;
    border-color: #eb3e0f;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #f25a31;
  border-color: #f25a31;
}

@media (max-width: 768px) {

.topbanner-signup {
	background-image: url("../img/topbanner_format_mobil_mei.jpg");
}

.container {
	max-width: 768px;
}

.content {
	padding: 0 30px;
}

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

.section-topbanner {
	padding-bottom: 40%;
}

.section-topbanner2 {
	padding-bottom: 30%;
}

.name-and-slogan {
    max-width: 470px;
}

.name-and-slogan .logo {
    width: 20vw;
}

.site-slogan {
    font-size: 2.5vw;
}

.bannerText {
	margin-right: 15px;
}

.headlineTak {
	font-size: 5vw;
}

}

@media (max-width: 574px) {



.content {
	padding: 0;
}

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

.site-slogan {
    font-size: 3.5vw;
}

.circle {
	width: 40vw;
	height: 40vw;
	right: 2%;
	top: 2%;
	-webkit-transition: transform 1s; /* Safari prior 6.1 */
	transition: transform 1s;
	transform: scale(0.8, 0.8);
	transform-origin: top right;
}

.btn-lg {
	width: 100%;
}

h1 {
	font-size: 7vw;
}

h2 {
	font-size: 4vw;
}

h3 {
	font-size: 5.8vw;
}

h4, label.selector {
	font-size: 4.8vw;
}
}

.tada{

  animation: animationFrames linear 1s;
  animation-iteration-count: 2;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 2;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 2;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 2;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 2;
  -ms-transform-origin: 50% 50%;

	animation-delay: 2s;
	-webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  90% {
    transform:  rotate(2deg) scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -moz-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  20% {
    -moz-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  30% {
    -moz-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  40% {
    -moz-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  50% {
    -moz-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  60% {
    -moz-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  70% {
    -moz-transform:  rotate(3deg) scaleX(1.10) scaleY(1.10) ;
  }
  80% {
    -moz-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.10) ;
  }
  90% {
    -moz-transform:  rotate(2deg) scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  90% {
    -webkit-transform:  rotate(2deg) scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -o-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  20% {
    -o-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  30% {
    -o-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  40% {
    -o-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  50% {
    -o-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  60% {
    -o-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  70% {
    -o-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  80% {
    -o-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  90% {
    -o-transform:  rotate(2deg) scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -ms-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  20% {
    -ms-transform:  rotate(-3deg) scaleX(0.95) scaleY(0.95) ;
  }
  30% {
    -ms-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  40% {
    -ms-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  50% {
    -ms-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  60% {
    -ms-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  70% {
    -ms-transform:  rotate(3deg) scaleX(1.10) scaleY(1.20) ;
  }
  80% {
    -ms-transform:  rotate(-3deg) scaleX(1.10) scaleY(1.20) ;
  }
  90% {
    -ms-transform:  rotate(2deg) scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
}
