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

.fordele {
	background-image: url("../img/pixels-orange.svg");
	background-repeat: no-repeat;
	background-position: right;
}

.progress-outher {
	width: 200px;
	height: 20px;
	background-color: #fff;
}

.progress-inner {
	width: 0%;
	height:20px;
	background-color: red;
	transition: width 1s ease;
}


.slider-help-text .rangeslider:before {
	content: "Mindst vigtig";
	position: absolute;
	top: 36px;
	left: 0px;
}

.slider-help-text .rangeslider:after {
	content: "Mest vigtig";
	position: absolute;
	top: 36px;
	right: 0px;
}

.slider-help-text2 .rangeslider:before {
	content: "Usandsynligt";
	position: absolute;
	top: 36px;
	left: 0px;
}

.slider-help-text2 .rangeslider:after {
	content: "Meget sandsynligt";
	position: absolute;
	top: 36px;
	right: 0px;
}

.slider-help-text .rangeslider:before, .slider-help-text .rangeslider:after {
	font-size: 0.8rem;
}

.slider-help-text .rangeslider {
	margin-bottom: 60px;
}



section {
	position: relative;
}

.module-name {
	position: absolute;
	display: block;
	background-color: rgba(255, 0, 0, 0.4);
	font-size: 12px;
	padding: 4px 8px;
	z-index: 99;
	color: #fff;
	display: none;
	border: none !important;
}

.module-name-top {
	top: 0;
	left: 0;
}

.module-name-right {
	top: 0;
	right: 0;
}

.module-name-bottom {
	bottom: 0;
	right: 0;
}

.show-module-on, .show-module-off {
	position: fixed;
	top: 0;
	right: 0;
	width: 30px;
	height: 20px;
    cursor: pointer;
    cursor: hand;
    z-index: 9999;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    background-color: #009eaa;
}

.show-module-on {
	display: none;
}

.show-module-off {
	display: none;
	border: none !important;
}

.show-module-border {
	border: 1px dashed #00ffff;
}

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


html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	background-color: #1e2e3f;
	color: #000;
}

.section-head {
}

.topbanner {
    width: 100%;
    height: 40vh;
    max-height: 1600px;
    min-height: 500px;
    background-image: url("../img/topbanner.jpg");
    background-size: cover;       /* Sørger for at billedet dækker hele elementet */
    background-position: center;  /* Centrerer billedet i elementet */
	display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 769px) {
.max-width {
	max-width: none;
}
.blue-edge {
	height: 100%;
	width:100px;
	position: absolute;
	right:0;
	background-image: url("../img/blue-edge.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.blue-edge-text {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	max-width: 730px;
}

.blue-edge-row {
	min-height: 400px;
}
}

.header {
	min-height: 90px;
}

.section-content {
	position: relative;
}

.section-footer {
	position: relative;
}

.top-border {
	border-top: 1px solid #dee4ea;
}


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

.border-radius {
	border-radius: 10px;
}


/* carousel-items */

.carousel-control-next {
    justify-content: flex-end;
    padding-right: 20px;
}

.carousel-control-prev {
    justify-content: flex-start;
    padding-left: 20px;
}

.carousel-row {
	position: absolute;
	height: 100%;
	max-width: 100%;
}

section.section-content .carousel-item {
	min-height: 620px;
}

section.section-content .carousel-item  .carousel-sub-item{
	min-height: auto;
}

.carousel-wrapper {
	max-width: 500px;
	margin: auto;
}

.topbanner-carousel .carousel-item, .banner-item {
	min-height: 45vh;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-shadow: 0 0 6px #000;
}

.background-item-left {
	background-position: top left;
}

.background-item-right {
	background-position: top right;
}

.carousel-item-0 {
	background-image: url("../img/topbanner_0.jpg");
}

.carousel-item-1 {
	background-image: url("../img/topbanner_1.jpg");
}

.carousel-item-2 {
	background-image: url("../img/topbanner_2.jpg");
}

.carousel-item-3 {
	background-image: url("../img/topbanner_3.jpg");
}

.carousel-item-4 {
	background-image: url("../img/topbanner_4.jpg");
}

.banner-item-1 {
	background-image: url("../img/topbanner_3.jpg");
}

/* Colors */

.validateError {
	background-color: red !important;
}

.txt-white {
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.txt-white {
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.txt-red {
	color: #c5281d;
}

.bg-red {
	background-color: #c5281d;
}

.txt-orange {
	color: #e08354;
}

.bg-orange {
	background-color: #e08354;
}



.txt-blue {
	color: #1e2e3f;
}

.bg-blue {
	background-color: #1e2e3f;
}

.txt-light-blue {
	color: #c6ccd2;
}

.bg-light-blue {
	background-color: #c6ccd2;
}

.txt-green {
	color: #F5B067;
}

.bg-green {
	background-color: #F5B067;
}

.txt-grey {
	color: #f3f3f3;
}

.bg-grey {
	background-color: #f3f3f3;
}

.txt-light-grey {
	color: #eaedf1;
}

.bg-light-grey {
	background-color: #eaedf1;
}


.bg-prosa-students {
	background-image: url("../img/prosa-fotos-114.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	min-height: 250px;
}

.background-image {
	background-image: url("../img/background_picture.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
}

hr.spacer {
	margin: 30px 0;
}

/* Navigation */

nav.navbar {
	padding: 1.5rem 1rem;
	z-index: 1;
}


/* Elements */

.logo {
	width: 148px;
}

.logo-footer {
	width: 100px;
}

.scroll-top {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 3px;
	border: 1px solid #dee4ea;
	z-index: 1;
	display: none;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}

div#myTabContent {
    padding: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #fff;
}

.dropshadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

.innershadow {
	-webkit-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
}

.linkedin {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3333 3333' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' fill ='%23ffffff'%3E%3Cpath d='M1465 1354h322v165h5c45-81 155-165 318-165 340 0 403 212 403 488v561h-336v-498c0-119-2-271-175-271-175 0-202 129-202 263v506h-336V1354zM1667 0c460 0 877 187 1179 488 302 302 488 718 488 1179 0 460-187 877-488 1179-302 302-718 488-1179 488-460 0-877-187-1179-488C186 2544 0 2128 0 1667c0-460 187-877 488-1179C790 186 1206 0 1667 0zm1093 573c-280-280-666-453-1093-453S853 293 574 573c-280 280-453 666-453 1093s173 814 453 1093c280 280 666 453 1093 453s814-173 1093-453c280-280 453-666 453-1093s-173-814-453-1093zm-1528 490c0 97-78 175-175 175s-175-78-175-175 78-175 175-175 175 78 175 175zm-350 291h350v1049H882V1354z'/%3E%3C/svg%3E");
}

.padding-left {
	padding-right: 30px;
}

.padding-right {
	padding-left: 30px;
}

.box {
	padding: 20px;
	/* border: 1px solid #dee4ea; */
	position: relative;
}

.no-padding {
	padding: 0;
}

.custom-gutters {
    margin-right: -8px; /* Adjust as needed */
    margin-left: -8px; /* Adjust as needed */
}

.custom-gutters > [class^='col-'] {
    padding-right: 8px; /* Adjust as needed */
    padding-left: 8px; /* Adjust as needed */
}


/* Color selector */

.square-box {
    position: relative;
    width: 100%;
    padding: 60% 0 0;
}

.radio-list.radio-list-clean  {
	padding: 0 0 0 20px;
}

.radio-list.radio-list-clean li {
	border: none;
}

.bg-colors-1, .bg-colors-2, .bg-colors-3, .bg-colors-4 {
    background-size: cover;       /* Sørger for at billedet dækker hele elementet */
    background-position: center;  /* Centrerer billedet i elementet */
}

.bg-colors-1 {
    background-image: url("../img/prosa-farver-1.png");
}

.bg-colors-2 {
    background-image: url("../img/prosa-farver-2.png");
}

.bg-colors-3 {
    background-image: url("../img/prosa-farver-3.png");
}

.bg-colors-4 {
    background-image: url("../img/prosa-farver-4.png");
}




.square-box .radio-list label {
	color: red;
}

.bg-fingers {
	background-image: url("../img/fingers.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left;
}

.bg-world {
	background-image: url("../img/world.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#thanks {
	display: none;
}

.card {
    height: 100%;
    border-radius: 3px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.splash {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: absolute;
	top: -185px;
	right: 50px;
	text-align: center;
	font-size: 18px;
	padding: 40px 20px 20px 20px;
}


/* Video */
.videoWrapper {
    overflow: hidden;
    position: relative;
    height: 32vw;
    max-height: 300px;
    z-index: -1;
    background-color: #000;
    background-image: url("../video/topbanner_video.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.video {
    text-align: center;
    width: 100%;
}

.video-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 3% 5%;
	text-shadow: 0 0 6px #000;
}

/* Social */

.social {
	float: right;
}

.follow-wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
}

.follow-wrapper a.follow-icon {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: inherit;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-right: 8px;
	color: #fff;
}


@media not all and (pointer: coarse) {
.follow-wrapper a.follow-icon:hover {
	background-color: #fff;
	color: #377AB9;
	text-decoration: none;
}
} 

.follow-wrapper .follow-icon:last-child {
  margin-right: 0;
}

.follow-wrapper .follow-icon .icon {
    font-size: 20px;
	align-self: center;
}


/* Typofrafi */

/* Fjerner blå liks på iPhone */
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

strong, b {
	font-weight: 600;
}

	
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.regular {
	font-weight: 400;
}


.section-footer a, .section-footer a:hover, .section-footer p {
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}
}  

dl, ol, ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

a:link, a:visited, a:hover, a:active {
	color: #c5281d;
}



.section-footer a, .section-footer a:hover, .section-footer p {
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}


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


.form-control {
	height: 50px;
	border: 1px solid #dee4ea;
	border-radius: 0;
	margin-bottom: 10px;
}

.form-control-inline {
	height: 48px;
}

.form-control:focus {
    color: #377AB9;
    background-color: #fff;
    border-color: #FED578;
    outline: 0;
    box-shadow: none;
}

select.form-control.dropdown {
    height: auto;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-arrow:after {
    right: 1.5rem;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    border: solid #111535;
    border-width: 0 0.1rem 0.1rem 0;
    pointer-events: none;
    width: 0.6rem;
    height: 0.6rem;
    top: 1.5rem;
    transform: rotate(45deg) translate3d(-50%,-50%,0);
}


.titleCase {
  text-transform: capitalize;
}

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

.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 {
     -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 #ced4da;
     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;
}

@media not all and (pointer: coarse) {
.form-radio:hover {
     background-color: #f7f7f7;
}
}

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

/* Knapper */

.btn {
	border: none;
	cursor: pointer !important;
    cursor: hand !important;
    height: 50px;
	outline: none !important;
	border: none !important;
	white-space:normal !important;
    word-wrap: break-word;
    border-radius: 10px;
    box-shadow: none !important;
    min-width: 260px !important;
    max-width: 100% !important;
}

.btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.btn-card {
	width: 100%;
}

.btn-link {
    font-weight: inherit;
    color: inherit;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

button:focus {
    outline: none;
}

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

.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: #e08354;
}

.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: #377AB9;
}

.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: #dee4ea;
}

.btn-back {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media not all and (pointer: coarse) {

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

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

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


@media (max-width: 991px) {

.topbanner {
    align-items: end;	
}

.blue-edge {
	display: none;
}

}

@media (max-width: 768px) {

.container {
	max-width: 768px;
}

.carousel-item, .banner-item {
	padding-bottom: 40%;
}

.full-width {
	margin-left: -45px;
	margin-right: -45px;
}
.carousel-row h1 {
	font-size: 5vw;
}

.carousel-row h4 {
	font-size: 2.6vw;
}
h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2rem;
}

.padding-left, .padding-right {
	padding-right: 15px;
	padding-left: 15px;
}

.topbanner {
	min-height: 0;
}

.navbar-light .navbar-nav .nav-link {
    background-color: #eee;
    padding-left: 20px;
}

.ml-auto, .mx-auto {
    margin-top: 20px;
}

}

@media (max-width: 574px) {

.background-image {
	background-image: url("../img/background_picture_mobile.jpg");
}


.content {
	padding: 0;
}

/*
.content {
	padding: 0 10px;
}
*/

.carousel-item, .banner-item {
	/* padding-bottom: 60%; */
	padding-bottom: 0;
}

section.section-content .carousel-item {
	min-height: 0;
}

.carousel-row h1 {
	font-size: 5vw;
}

.carousel-row h4 {
	font-size: 4vw;
}

.carousel-indicators {
    bottom: -5px;
}

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

.narrow-mobile-image {
	width: 40% !important;
	margin: 0 auto;
	display: block;
}

.btn-mobile {
	width: 100%;
}

.social {
	float: none;
}

.splash {
	width: 150px;
	height: 150px;
	top: -126px;
	right: 10px;
	font-size: 16px;
	padding: 22px 10px 10px 10px;
}

.videoWrapper {
    height: 42vw;
}

.video {
    text-align: center;
    width: 130%;
}

.video-caption h1, h2, h3, h4 {
	font-size: 1.4rem;
}



.section-footer {
	padding-left: 0;
}

}
