/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

?ie - Internet Explorer (All versions)
?ie8 - Internet Explorer 8.x
?ie7 - Internet Explorer 7.x
?ie6 - Internet Explorer 6.x
?gecko - Mozilla, Firefox (all versions), Camino
?ff3 - Firefox 3
?ff3_5 - Firefox 3.5 new
?opera - Opera (All versions)
?opera8 - Opera 8.x
?opera9 - Opera 9.x
?opera10 - Opera 10.x
?webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
?safari3 - Safari 3.x
?chrome - Google Chrome
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
  font-family: campton bold;
  src: url(../font/Campton-Bold.ttf);
}
@font-face {
  font-family: campton book;
  src: url(../font/CamptonBook.ttf);
}
@font-face {
  font-family: campton light;
  src: url(../font/Campton-Light.ttf);
}
@font-face {
  font-family: campton semibold;
  src: url(../font/CamptonSemiBold.ttf);
}

h1,h2,h3 {
	font-family: campton semibold;
}
body{
	margin:0;
	}
body, th, td, input, textarea{
	color:#000;
	font-family: campton light;
	font-size:16px;
	line-height: 26px;
	}
.elementor-widget-text-editor {
	font-family: campton light !Important;

}
body {
	font-family: campton book;
}
p {
	font-size: 20px;
	line-height: 27px;
	font-family: campton book;
    font-weight: 300;
}
a {
	color: #000;
}
form{
	}
fieldset{
	}

h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:50px;
	
	}
h2{
	
	font-size:35px;
	}
h3{
	font-size:24px;
	}
h4{
	font-size:20px;
	}
h5{
	font-size:18px;
	}
h6{
	font-size:16px;
	}

a{
	text-decoration:none;
	}
a:hover{
	border:none;
	text-decoration: none;
	color: #21ac97;
	}


acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}


code{
	color:#000;
	font-size:1.0em;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



/*------Menu CSS------------------------- */

.access {
    display:block;
    margin-top: 5px;
}

.access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
.access .menu-header li,
div.menu li {
    float:left;
    position: relative;
}
.access a {
    display:block;
    text-decoration:none;
    line-height:38px;
}
.access ul ul {
    display:none;
    position:absolute;
    top:38px;
    left:0;
    float:left;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    width: 215px;
    z-index: 99999;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.access ul ul li {
    min-width: 180px;    
}
.access ul ul ul {
    left:100%;
    top:0;
}
.access ul ul a {
    height: auto;
    line-height: 2em;
    padding: 0 10px;
    width: 295px;
        font-size: 14px !Important;

}

.access ul li:hover > ul {
    display:block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
    color: #fff;
}
input {
    border: 1px solid grey;
    padding: 10px;
}
.section-padding {
	padding: 50px 0;
}
a, input, div, h1, h2, h3, h4, h5, h6, p {
	transition: 0.5s all ease;
}
.twentytwenty-handle {
    transition: 0s all ease !important;
}
form#commentform label {
    display: block;
}
header.cstm-mission {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 30px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
}
.left_head img {
    width: 150px;
}
.left_head {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.left_head h4 {
	color: #fff;
    text-transform: uppercase;font-family: campton semibold;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

body.page-template.page-template-mission {
    width: 100%;
    float: left;
    background: url(../images/bg-min.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.right_head {
	text-align: right;
	width: 35%;
}
.right_head li {
    display: inline-block;
}
ul#menu-main-menu-mission li a {
    color: #FF1054;
    font-size: 16px;
    text-transform: inherit;
}
ul#menu-mission-sub a {
    color: #fff;
}

ul#menu-mission-sub li:last-child a {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 35px;
    font-family: campton semibold;
    color: #FF1054;
}
ul#menu-mission-sub li a {
    margin-left: 20px;

}
div#section1 h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 55px;
}

ul#menu-mission-sub li:last-child a:hover {
	background: #ff1054;
	color: #fff;
	border-color:#ff1054 !Important;
}

.feature-box p {
    margin-bottom: 10px;
}
ul#menu-main-menu-mission li a:after {
	content: url(../images/arrow-menu.png);
	margin-left: 5px;
}
ul#menu-main-menu-mission li li a:after {
	content: '';
}
body.home div#fp-nav {
    display: none;
}
body.home section#section1 {
    padding-top: 80px;
}
ul#menu-main-menu-mission li {
    display: none;
}
ul#menu-main-menu-mission li.current-menu-item {
    display: block;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    background: #ff1054 !Important;
}
.twentytwenty-handle {
    border: none !IMPORTANT;
    bottom: 0 !Important;
    top: auto !Important;
    background: url(../images/compare-ico.png) no-repeat;
    background-size: 44px 44px;
    height: 44px !important;
    width: 44px !IMPORTANT;
}
.twentytwenty-handle span {
    display: none;
}
.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before{
    box-shadow: none !Important;
    -webkit-box-shadow: 8px 0px 20px -5px rgba(17,17,44,1) !important;
    -moz-box-shadow: 8px 0px 20px -5px rgba(17,17,44,1) !important;
    box-shadow: 8px 0px 20px -5px rgba(17,17,44,1) !important;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 25px !important;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: #ff1054 !important;
    background: none !important;
}
.twentytwenty-before-label:before {
    content: "" !important;
}
.twentytwenty-after-label:before {
    color: #ff1054 !important;
    content: "Nach" !important;
}
.twentytwenty-before-label:after {
    color: #ff1054 !important;
    content: "Træk" !important;
}


.wb_ebais_twentytwenty_container.twentytwenty-container {
    margin: 0 auto;
}
form.wpcf7-form label {
    color: #ff1054;
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px !Important;
}

form.wpcf7-form label input,form.wpcf7-form label select {
    width: 100% !Important;
    background: transparent;
    border: 1px solid #ff1054 !Important;
    border-radius: 5px;
    color: #ff1054;
    margin-bottom: 20px;
}
form.wpcf7-form label select {
    padding: 15px;
}
form.wpcf7-form input::placeholder,form.wpcf7-form label select::placeholder {
    color: rgba(255, 16, 84, 0.4) !important;
    font-weight: 300;
}
span.wpcf7-list-item-label {
    color: #fff;
    padding-left:    38px;
}
span.wpcf7-list-item {
    margin-left: 0 !important;
}
body input.wpcf7-form-control.wpcf7-submit {
    background: #ff1054;
    color: #fff;
    border: none;
    border-radius: 35px;
    padding: 10px 55px 10px 25px;
    font-weight: bold;
    margin-top:     30px;
    display: inline-block;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right 15px top 12px;
}
span.wpcf7-not-valid-tip {
       margin-bottom: -5px;
    color: #86863b !important;
}
.wpcf7-response-output {
    color: #fff;
}
div#social-s .elementor-social-icons-wrapper {
    background: rgba(9, 6, 30, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
div#social-s .elementor-social-icons-wrapper:before {
    content: "Del:";
    color: #fff;
    font-size: 16px;
}
div#social-s .elementor-social-icons-wrapper a {
    padding: 15px 10px;
    display: inherit;
}
div#social-s a.elementor-icon.elementor-social-icon.elementor-social-icon-envelope {
    padding-right: 0 !IMPORTANT;
}
.pum-content.popmake-content a {
    color: #ff1054;
    margin: 20px 0 30px;
        margin-right: 20px;
    margin-top: 30px !IMPORTANT;
    display: inline-block;
    font-size: 22px;
}
.pum-content.popmake-content a.cntr {
    display: block;
    margin-bottom: 10px;
}
.pum-content.popmake-content h4 {
    margin-bottom: 10px;
    font-family: campton semibold;
}

button.pum-close.popmake-close {
    background: #ff1054 !IMPORTANT;
    border: none !IMPORTANT;
    font-size: 14px !IMPORTANT;
    font-family: roboto !important;
}
.theme-11820 button.pum-close.popmake-close {
	left: 15px !Important;
	top: 15px !Important;
}
button.pum-close.popmake-close:hover {
    background:#fff !important;
    color: #ff1054 !IMPORTANT;

}
.pum-content.popmake-content img {
    width: 45%;
    margin-right: 15px;
    margin-top: 15px;
}
div#fullpage video.elementor-background-video-hosted.elementor-html5-video {
    opacity: 50%;
}
div#fullpage .kilma video.elementor-background-video-hosted.elementor-html5-video,
section#pre-vid video {
opacity: 1 !important;
}
.elementor-widget-button .elementor-button,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
.elementor-widget-image .widget-image-caption {
	font-family: campton book !important;
}
.pum-content.popmake-content h2 {
    color: #fff;
    margin-bottom: 20px;
}
.elementor-text-editor.elementor-clearfix h2 {
    color: #fff;
    font-size: 55px;
}
div#popmake-11810 {
    padding: 15px;
}
div#popmake-11810 ul li {
    display: inline-block;
}
div#popmake-11810 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#popmake-11810 button.pum-close.popmake-close {
	display: none;
}
div#popmake-11810 ul li a {
    margin: 0 !IMPORTANT;
    margin-right: 10px !important;
    margin-left: 10px !IMPORTANT;
    color: #fff !important;
}
div#popmake-11810 ul li a:hover {
	color: #ff1054 !Important;
}
body {
    overflow-x: hidden;
}
a.prvt {
    color: #ff1054;
    margin-left: 5px;
}

.twentytwenty-after-label:before {
    display: none;
}

.pum-content.popmake-content p img {
    width: 150px;
    height: auto;
}
.logos img {
    width: 150px !IMPORTANT;
}
.logos {
    display: flex;
}
body .pum-content.popmake-content .logos a {
    margin: 0 !important;
    margin-top: 0 !important;
}
.prc-lnk a {
    display: inline !important;
}
ul.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
ul.social li {
    list-style: none;
    margin: 0 7px;
}
body .pum-content.popmake-content ul.social li a {
    margin: 0 !important;
    margin-top: 0 !important;
}
form.wpcf7-form [type="checkbox"]:checked+span.wpcf7-list-item-label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #FF1054;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
form.wpcf7-form [type="checkbox"]:checked+span.wpcf7-list-item-label:before, 
form.wpcf7-form [type="checkbox"]:not(:checked)+span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #FF1054;
    border-radius: 5px;
    background: #141531;
    display: inline-block;
}
input[type=checkbox], input[type=radio] {
    margin-top: 1px\9;
    line-height: normal;
    position: absolute;
    z-index: 1;
    opacity: 0;
    /* line-height: 34; */
    width: 26px;
    height: 20px;
    cursor: pointer;
}
.col-md-12.chckbx {
    margin-bottom: 15px;
}


body .pum-content.popmake-content ul.social li a:hover {
    color: #fff !important;
}
.pum.pum-overlay.pum-theme-lightbox {
    transition: 0.5s all ease;
}

ul#menu-main-menu-mission {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.access.sub {
position: relative;}

.access.sub .menu-header:first-child {
    position: absolute;
    left: 20px;
    top: -17px;
    width: 245px;
    background: rgba(9, 6, 30, 0.88);
    padding: 10px 15px;
    z-index: 9;
    border-radius: 5px;
}
.access.sub {
    display: none;
}
.access.sub a {
    color: #fff;
    line-height: 28px;
}
.access.sub a:hover,.access.sub li.current-menu-item a {
    color: #FF1054;
}
 

body.home {overflow-y: hidden;}
.col-md-12.chckbx {display: flex;}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
section.extra-log {
    top: -15px;
}
.grid-sub-feat figure.elementor-image-box-img img {
    width: 30px;
}
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    font-family: campton bold !important;
    font-size: 20px !Important;
    line-height: 1.2rem !IMPORTANT;
    margin-bottom: 10px !Important;
}




html .elementor-widget-button .elementor-button .elementor-button-text:before {
    content: "" !Important;
}


body.page-template.page-template-template-miss section.elementor-element {
    height: auto !Important;
}
body.page-template.page-template-template-miss section.elementor-element.elementor-section-height-full {
    height: 100vh !important;
}

b, strong {
	font-weight: 900 !Important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
    padding: 13px;
    font-size: 15px;
}