/* Her skrives custom css */

.person {
	width:170px;
	float:left;
	margin: 0 15px 15px 0;
	height:320px;
}

.hiddenelement {
	display:none;
}	



@supports (display: grid) {

	.persongrid {
		margin:0 0 15px 0;
		display: -ms-grid;
		display:grid;
		ms-grid-template-columns: repeat(auto-fill, minmax(165px, 200px));
		grid-template-columns: repeat(auto-fill, minmax(165px, 200px));
		ms-grid-column-gap: 15px;
		grid-column-gap: 15px;
		ms-grid-row-gap: 15px;
		grid-row-gap: 15px;
	}
	
	.persongrid::before {
		content: none;
	}
	
	.person {
		width:auto;
		float:none;
		margin: 0;
		padding-bottom:0px;
		height:auto;
	}
}


@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  overflow: hidden;
  height: 4rem;
 /*background-color: rgba(0, 0, 0, 0.9);*/
  padding-left: 100%;
  box-sizing: content-box;
}

.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0.5rem 2rem 0 2rem;
  font-size: 14px;
  color: white;
}

.ticker__item p {display: inline;}


/*------------ Topslider ------------*/

.owl-carousel {
  position: relative;
  height: 55vh;
	overflow-x:hidden;
}
	

@media screen and (max-width: 767px) {
  .owl-carousel {
    height:80vh;
  }
}	


.owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.owl-carousel .owl-slide {
  background-image: url("https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-carousel div.owl--bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) { 
	.owl-carousel div.owl--bg { 
		height:22em;
	}
}

.owl-carousel div.owl--text {
  position: absolute;
  bottom: 5.5em;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  height: 8em;
  padding: 0;
  color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
	.owl-carousel div.owl--text {
		padding: 20px;
		bottom:8em;
	}
}

@media screen and (max-width: 767px) {
	.owl-carousel div.owl--text {
		bottom: 15em;
	}
}



.owl-theme .owl-nav.disabled + .owl-dots {
  width: 100%;
	height:28px;
  text-align: right;
  margin: auto;
	transform:translateX(360px);
  max-width: 1140px;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
	z-index:0;
}


@media screen and (max-width: 767px) { 
	.owl-theme .owl-nav.disabled + .owl-dots { 
		padding-right:20px;
	}
}

.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}

.owl-theme .owl-dots .owl-dot {
	transform:translateX(-360px);
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px!important;
  height: 18px!important;
  margin: 5px 7px!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  background: #c00848!important;
}
	
	.owl-theme .owl-dots .owl-dot.active span {
		background-color:#fff!important;
	}


.topsub {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.topsub li {
	display:inline-block;
	padding: 10px 30px 12px 0;	
}

.topsub a {
	color:#fff;
	text-decoration:none;
	border:none;
}

.sectionicons {
	padding:50px 0;
	text-transform: uppercase;
	font-size:16px;
}
.sectionicons a{
	padding:0 20px;
	display: block;
	
}

@media screen and (max-width: 767px) { 
	.sections {
		padding-bottom:25px;
	}
	.sectionicons {
	padding-top:25px;
	padding-bottom:0px;

}
}

.sectionicons img {
	display:inline-block;
	margin-bottom:10px;
	max-width:85px;
}

footer p, footer ul li a, footer .mc_embed_signup div input {
	font-weight:normal!important;
}
footer .mc_embed_signup input {
	margin-bottom:10px;
	width:100%;
	padding:5px;
	color:#000!important;
}

footer .btn {
	background-color:#fff;
	color:#333;
	padding: 5px 30px;
}

.contentimg.just413 {
	display:block;
	margin: auto;
}

.contentimg.just414 {
	display:block;
	float:right;
}


.table-striped.nostripes>tbody>tr {
    background-color: transparent;
}

.table-striped.nostripes>tbody>tr>td{ 
	border-top: none;
}

.topsub .current {
	font-weight:bold;
}


.selvbetjeningButton {
	display:block; 
	position:absolute; 
	top:3px; 
	right:0px; 
	z-index:1030;
}

@media screen and (max-width: 767px) { 
	.selvbetjeningButton {
			display:block; 
			position:absolute; 
			top:60px; 
			right:0px; 
			z-index:1030;
		}
	}
	
	
.contourField h2 {
	padding-top:25px;
}

.contourField.checkbox {
	margin-bottom: 30px!important;
}

	
.contourField.titleanddescription {
	margin-bottom: 5px;
}


.formsteps {
	padding-left:15px;
	font-weight:bold;
	color:#c00848;
}

.panel-title{
	text-transform: initial;
}

.card ol, .flipcard ol {
    margin: 0;
    padding: 0 0 20px 20px;
    line-height: 136%;
    list-style-position: inside;
}

.card ol li, .flipcard ol li {
   padding-left: 0;
    transition: all .4s;
}

.card ol li:hover, .flipcard ol li:hover {
    padding-left: 5px;
}

[data-custom="none"].card .btn, [data-custom="standard"].card .btn, [data-custom="lysegrå"].card .btn, [data-custom="hvid"].card .btn, [data-custom="mørkegrå"].card .btn, [data-custom="logorød"].card .btn  {

    margin-top: 0;
}



[data-custom="mørkegrå"] .nobg li, [data-custom="mørkegrå"] .nobg li:before, [data-custom="mørkegrå"] .nobg p, [data-custom="mørkegrå"] .nobg h3, [data-custom="logorød"] .nobg li, [data-custom="logorød"] .nobg li:before, [data-custom="logorød"] .nobg p, [data-custom="logorød"] .nobg h3{
	color:#fff!important;
}

[data-custom="ingen"] [data-custom="standard"], [data-custom="ingen"] [data-custom="none"] {
    border-radius: 4px!important;
    /*-webkit-box-shadow: 0 3px 0 0 #ddd!important;
    -moz-box-shadow: 0 3px 0 0 #ddd!important;
    box-shadow: 0 3px 0 0 #ddd!important;
	*/
	-webkit-box-shadow: none!important;;
    -moz-box-shadow: none!important;;
    box-shadow: none!important;;
}

[data-custom="lysegrå"] .card {
	-webkit-box-shadow: 0 3px 0 0 #bbb!important;
    -moz-box-shadow: 0 3px 0 0 #bbb!important;
    box-shadow: 0 3px 0 0 #bbb!important;
}


[data-custom="mørkegrå"] .card {
	-webkit-box-shadow: 0 3px 0 0 #444!important;
    -moz-box-shadow: 0 3px 0 0 #444!important;
    box-shadow: 0 3px 0 0 #444!important;
}

[data-custom="logorød"] .card {
	-webkit-box-shadow: 0 3px 0 0 #960638!important;
    -moz-box-shadow: 0 3px 0 0 #960638!important;
    box-shadow: 0 3px 0 0 #960638!important;
}

.card.nobg {
	background:transparent;
	box-shadow: none!important;
}


[data-custom="mørkegrå"] [data-custom="none"].card.standard .btn, [data-custom="logorød"] [data-custom="none"].card.standard .btn{
	background-color:#c00848;
	color:#fff!important; 
}

[data-custom="logorød"] [data-custom="none"].card.standard.nobg .btn{
	color:#000!important;
	background-color:#fff!important; 
}

[data-custom="standard"] .btn.btn-default:hover, [data-custom="none"] .btn.btn-default:hover, [data-custom="mørkegrå"] [data-custom="standard"] .btn.btn-default:hover, [data-custom="logorød"] [data-custom="standard"] .btn.btn-default:hover, [data-custom="mørkegrå"] [data-custom="none"] .btn.btn-default:hover, [data-custom="logorød"] [data-custom="none"] .btn.btn-default:hover{
    color: #333!important;
    background-color: #e6e6e6!important;
    border-color: #adadad!important;
}

[data-custom="logorød"] .card.standard.nobg .btn.btn-default:hover{
    color: #fff!important;
    background-color: #555!important;
    border-color: #555!important;
}


[data-custom="logorød"] [data-custom="mørkegrå"] .btn.btn-default:hover{
    color: #fff!important;
    background-color: #c00848!important;
    border-color: #444!important;
}

[data-custom="mørkegrå"] .btn.btn-default:hover, [data-custom="lysegrå"] [data-custom="mørkegrå"] .btn.btn-default:hover {
    color: #fff!important;
    background-color: #c00848!important;
    border-color: #444!important;
}

[data-custom="logorød"] .btn.btn-default:hover {
        color: #fff!important;
    background-color: #555!important;
    border-color: #555!important;
}

[data-custom="lysegrå"] .btn.btn-default:hover {
        color: #fff!important;
    background-color: #555!important;
    border-color: #555!important;
}

[data-custom="mørkegrå"] .card[data-custom="none"].nobg h1, [data-custom="mørkegrå"] .card[data-custom="none"].nobg h2, [data-custom="mørkegrå"] .card[data-custom="none"].nobg h3 {
	color:#fff!important;
}

.container [data-custom="lysegrå"] h3, .container [data-custom="lysegrå"].card h3, .container [data-custom="lysegrå"].card h2, .container [data-custom="lysegrå"].card h1 {
    color: #000!important;
}

.container [data-custom="standard"].card h1, .container [data-custom="standard"].card h2, .container [data-custom="standard"].card h3{
    color: #c00848!important;
}

[data-custom="logorød"] .card.nobg h1, [data-custom="logorød"] .card.nobg h2, [data-custom="logorød"] .card.nobg h3 {
    color: #fff!important;
}

.ticker__item span[style] {
	color:#fff!important;
}

.modal-body.frontpopup {
	padding:0;
}

.modal-body.frontpopup .content {
	padding:30px;
	font-size:16px;
}

#frontpopup .modal-footer, #frontpopup .modal-header {
	background: #c00848;
}

#frontpopup .modal-header {
	border-bottom:none;
}

#frontpopup .close {
	color:#fff;
	opacity:1;
	text-shadow:none;
}

.radiowrapper {
  display:flex;
  align-items: flex-start;
}


.type425 iframe {
	aspect-ratio: 16 / 9;
	width:100%;
}

.type426 iframe {
	aspect-ratio: 9 / 16;
	width:100%;
}

.type427 iframe {
	aspect-ratio: 1 / 1;
	width:100%;
}




