/*
 Theme Name:   WP Bootstrap Starter Child
 Theme URI:    https://afterimagedesigns.com/wp-bootstrap-starter/
 Description:  WP Bootstrap Starter Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  LICENSE
 Tags:         blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
 Text Domain:  wp-bootstrap-starter-child
*/
/* FIX TIL FORMS */
.evo_custom_content iframe {
	padding-top: 15px;
	padding-bottom: 15px;
}
#mc_embed_signup {
background: #f3f3f3 !important;
padding-bottom: 25px !important;
}
#mc_embed_signup form {
padding: 15px 0 !important;
}
/* FIX TIL COVER */
.wp-block-cover, .wp-block-cover-image {
	background-size: cover;
}
@media screen and (min-width: 768px) {
	.wp-block-cover, .wp-block-cover-image {
		min-height: 600px;
	}
}
/* FIX TIL PASSWORD SIDE */
.post-password-required {
	display: flex;
	justify-content: center;
	padding-top: 150px;
    padding-bottom: 150px;
}
/* FIX FOR TRANSLATE */
/*.nt, .ntp {
	display: none;
}*/
p:empty, ul:empty, li:empty {
	display: none;
}
/*p:has(> div.nt) {
	display: none;
}*/
.dis-none {
	display: none;
}
@font-face {
    font-family: 'Gotham Book';  
    src: url(/wp-content/themes/wp-bootstrap-starter-child/fonts/GothamBook.otf) format('opentype');  
    font-weight: normal;  
}
@font-face {
    font-family: 'Gotham Medium';  
    src: url(/wp-content/themes/wp-bootstrap-starter-child/fonts/GothamMedium.otf) format('opentype');  
    font-weight: normal;  
}
@font-face {
    font-family: 'Gotham Ultra';  
    src: url(/wp-content/themes/wp-bootstrap-starter-child/fonts/GothamUltra.otf) format('opentype');  
    font-weight: normal;  
}
@font-face {
    font-family: 'Gotham Condensed';  
    src: url(/wp-content/themes/wp-bootstrap-starter-child/fonts/GothamCondensed-Bold.otf) format('opentype');  
    font-weight: normal;  
}
body {
	font-family: 'Gotham Book';
	color: #3b3735;
}
h1, h2, h3, h4, h5 {
	font-family: 'Gotham Ultra';
	text-transform: uppercase;
}
#primary {
	padding-left: 0;
	padding-right: 0;
}
.wp-block-image img {
	height: auto;
}
figure, .wp-block-image {
	margin-bottom: 0;
}
.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* ROW CONTAINER FIX */
.row.container {
	padding-left: 0;
	padding-right: 0;
}
/* BGS */ 
.bg-sand {
	background-color: #f5f1e9;
}
.bg-b {
	background-color: #3b3735;
}
.bg-femte {
	background-image: url('/wp-content/uploads/2020/12/cku-femte-element-cut.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
}
/* Placering af btn */
.pos-r, .pos-l {
	position: absolute;
	bottom: 0;
}
.pos-r {
	right: 0;
}
.pos-l {
	left: 0;
}
/*********** BTNS ******/
.c-btn a {
	font-family: 'Gotham Condensed';
	border-radius: 0;
	text-transform: uppercase;
	text-align: right;
	width: 185px;
	border: none;
	padding: 12px 35px 12px 20px;
	font-size: 14px;
	background-image: url('/wp-content/uploads/2020/12/cku-plus.png');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: center;
}
.c-btn a:hover {
	color: #fff;
}
.c-btn {
	margin-bottom: 0 !important;
}
.btn-100 a {
	width: 100%;
	background-position-x: 98%;
}
.btn-100 a {
	width: 100%;
}
.btn-p a {
	background-color: #5b2d87;
}
.btn-p:hover a, .btn-p:not(:disabled):not(.disabled):active a {
	background-color: #3b3735;
}
.btn-b a {
	background-color: #3b3735;
}
.btn-b:hover a, .btn-b:not(:disabled):not(.disabled):active a {
	background-color: #5b2d87;
}
.slider-btn {
	background-image: url('/wp-content/uploads/2020/12/cku-plus.png') !important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
	background-position-x: 95% !important;
	background-position-y: center !important;
}
/**** Download link *****/
.dl-link {
	position: relative;
	margin-bottom: .25rem;
}
.dl-link, .dl-link a {
	color: #5b2d87;
	font-family: 'Gotham Medium';
}
.dl-link a {
	padding-left: 5px;
}
.dl-link:before {
    content: '+';

}
/*** Listes og links ***/
a {
	color: #5b2d87;
}
/**** Link ul ****/
.link-ul {
	font-family: 'Gotham Medium';
	list-style: none;
    padding-inline-start: 0;
}
.link-ul li:before {
	content: '+';
	color: #5b2d87;
	padding-right: 5px;
}
/**** Video fix ****/ 
.wp-block-embed__wrapper iframe {
	height: 750px !important;
	width: 400px !important;
}
/**** NAV ****/
#masthead {
	padding: 10px 25px;
	background-color: #fff;
}
#masthead.navbar-shrink{
	background-color: transparent !important;
    background-image: linear-gradient(to bottom,#f8f9fac9,rgba(0,0,0,0)) !important;
    background-image: -webkit-linear-gradient(to bottom,#f8f9fac9,rgba(0,0,0,0)) !important;
    background-image: -moz-linear-gradient(to bottom,#f8f9fac9,rgba(0,0,0,0)) !important;
    background-image: -o-linear-gradient(to bottom,#f8f9fac9,rgba(0,0,0,0)) !important;
}
#masthead #menu-main-menu li, #masthead #menu-main-menu-en li {
	padding: 8px 20px 8px 8px;
}
#masthead .nav-link {
	position: relative;
	font-family: 'Gotham Medium';
	color: #3b3735;
	padding: 0;
	text-transform: uppercase;
}
#masthead .nav-link:before {
	position: absolute;
	bottom: 0;
	left: 0;
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #3b3735;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}
#masthead .nav-link:hover:before, #masthead .current_page_item > a:before, #masthead .current-menu-item > a:before {
    width: 100%;
    padding-right: 35px;
}
/***** NAV SEARCH *****/
.nav-search {
	
	padding: 8px 8px 8px 8px;
	cursor: pointer;
}
.nav-searchform-o {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .99;
    z-index: 905;
    display: none;
    -webkit-transition: .4s all;
    -transition: .4s all;
    transition: .4s all;
    background: #3b3735;
}
.nav-searchform {
	display: none;
	text-align: center;
	width: 90%;
    max-width: 500px;
	min-height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-70%,0);
    transform: translate3d(-50%,-70%,0);
    opacity: 1;
    z-index: 906;
    -webkit-transition: .5s opacity ease,.5s transform ease;
    -transition: .5s opacity ease,.5s transform ease;
    -webkit-transition: .5s opacity ease,.5s -webkit-transform ease;
    transition: .5s opacity ease,.5s -webkit-transform ease;
    transition: .5s opacity ease,.5s transform ease;
    transition: .5s opacity ease,.5s transform ease,.5s -webkit-transform ease;
	background-color: #5b2d87;
	padding: 50px;
	border-radius: 5px;
	color: #fff;
}
#searchform #searchsubmit {
	background: transparent;
    border: none;
    color: white;
    padding-left: 25px;
    font-size: 22px;
}
#searchform #s {
	border-radius: 99px;
    border: 0;
    padding: 5px 10px;
}
/*** LANG SWITCHER **/
/* If dropdown */
.wpml-ls-legacy-dropdown {
	width: auto !important;
}
.wpml-ls-legacy-dropdown a {
	background-color: transparent;
    border: 0;
	font-size: 14px;
}
/* If horizontal */ 
.wpml-ls-legacy-list-horizontal a {
	font-size: 14px;
	color: #000;
}
/** OVERSKRIFT **/
.entry-content h1:first-of-type {
	padding-bottom: 15px;
}
/********************* COVER IMAGE *****************************/
.wp-block-cover p {
	font-family: 'Gotham Ultra';
	text-transform: uppercase;
}
.cover-image .col-12 {
	padding-left: 0;
	padding-right: 0;
}
.cover-image .wp-block-cover {
	min-height: 75vh;
}
.video-cover {
    position: relative;
    background-color: black;
    width: 100%;
    overflow: hidden;
}
.video-cover video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/*** ***/
.txt-sec {
	padding: 40px 25px;
}
.img-sec .wp-block-cover {
	height: 510px;
}
/***** SEC2 *****/
.sec2 h4 {
	font-family: 'Gotham Condensed';
	position: absolute;
	bottom: 100px;
	left: 20px;
	font-size: 26px;
	line-height: normal;
	width: 50%;
	color: #fff;
	text-shadow: 1px 1px 8px #000;
}
.sec2 .btn-100 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.sec2 .wp-block-cover {
	height: 100%;
}
.pop-info {
	display: none;
	position: absolute;
	bottom: 45px;
	padding: 25px;
    background-color: #f5f1e9;
	width: 100%;
}
/**** SKEMAER OG FORMATER ***/
.skemaer-formater h6 {
	padding-top: 15px;
}
/**** KONTAKT *****/
.kontakt-item {
	padding-bottom: 30px;
}
.kontakt-item img {
	width: 350px;
}
.kontakt-item p {
	background-color: #3b3735;
	color: #fff;
	margin-bottom: 0;
	padding: 0 15px 15px;
	text-transform: uppercase;
}
.kontakt-item p:first-of-type {
	padding-top: 15px;
}
.kontakt-item a {
	color: #fff;
}
.kontakt-item .c-btn {
	width: 115px;
}

/**** NYHEDSBREV *****/
.nyhedsbrev-sec .dl-link {
	margin-bottom: 0;
}
.tilmeld-nyhedsbrev {
	background-color: #5b2d87;
	color: #f5f1e9;
	text-align: center;
	padding: 10px 15px;
	width: 200px;
	border-radius: 99px;
	border: none;
	cursor: pointer;
}
.modal-overlay {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 905;
    /*display: none;*/
    -webkit-transition: .4s all;
    -transition: .4s all;
    transition: .4s all;
    background: #000;
}
.modal-nyhedsbrev {
	display: none;
	width: 90%;
    max-width: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-70%,0);
    transform: translate3d(-50%,-70%,0);
    opacity: 1;
    z-index: 906;
    /*display: none;*/
    -webkit-transition: .5s opacity ease,.5s transform ease;
    -transition: .5s opacity ease,.5s transform ease;
    -webkit-transition: .5s opacity ease,.5s -webkit-transform ease;
    transition: .5s opacity ease,.5s -webkit-transform ease;
    transition: .5s opacity ease,.5s transform ease;
    transition: .5s opacity ease,.5s transform ease,.5s -webkit-transform ease;
}
.modal-nyhedsbrev .close {
	right: -15px;
	top: -15px;
}
.modal-nyhedsbrev .f2 {
	background-color: #f5f1e9;
	padding: 25px;
}
/* The Close Button */
.close {
	position: absolute;
    right: 10px;
	top: 10px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #5b2d87;
    border-radius: 2.5rem;
	opacity: 1;
	z-index: 1;
}
.close:before, .close:after {
    position: absolute;
    top: 17px;
    display: block;
    content: '';
    width: 65%;
    margin-left: 6px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out;
}
.close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.close:hover,
.close:focus {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
.nyhedsbrev-form .submit {
	background-color: #5b2d87;
    color: #fff;
    border: none;
    padding: 7px 15px;
    border-radius: 99px;
}
.nyhedsbrev-form .input {
	width: 80%;
}
/**** PAGE MENU *****/
.page-menu {
	text-transform: uppercase;
	
	background-color: #3b3735 !important;
}

.page-menu a {
	color: #fff;
}
.page-menu ul {
	list-style-type: none;
	padding-inline-start: 10px;
}
.page-menu .child {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-menu .children {
	display: none;
}
.page-menu .page_item_has_children {
	position: relative;
}
.page-menu .parent {
	font-family: 'Gotham Ultra';
	background-color: #5b2d87;
	font-size: 20px;
	padding: 10px;
	border: 0.1px solid #48246C;
    border-bottom: none;
}
.page-menu .child li {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	word-break: break-word;
}
.current-page > a {
	font-weight: bold;
}
#burgermenu .current_page_item > a, .page-menu .current-page > a {
	text-decoration: underline;
}
.page-menu .toggle_nav_button {
	padding: 5px 0px;
	width: 40px;
	height: 32px;
}
/* NYT FRA 26/3-25 */
.page-menu ul li {
	position: relative;
}
.page-menu ul li .toggle-submenu {
	position: absolute;
	top: 0;
	right: 10px;
	background-color: transparent;
	color: #fff;
	border: 0;
}
.page-menu ul li .toggle-submenu:focus {
	outline: 0 !important;
}
/*.page-menu ul li .submenu {
	display: none;
}*/

/* EVENT ON FIXES */
.eventon_main_section #evcal_cur, .evcal_desc2.evcal_event_title, .evo_h3, .evcal_evdata_cell {
font-family: 'Gotham Medium' !important;
}
.evo_page_body p {
font-size: 16px !important;
color: #000 !important;
}
.evo_page_body p, .evo_page_body a, .evo_page_body span {
font-family: 'Gotham Book' !important;
}
.single-ajde_events #main {
margin-left: auto !important;
margin-right: auto !important;
padding-top: 75px !important;
padding-bottom: 40px !important;
width: 100% !important;
background-color: #f5f1e9 !important;
}
.eventon_main_section {
padding: 5px !important;
}
/*.ajde_evcal_calendar .calendar_header .evcal_arrows i:before, .evo_footer_nav .evcal_arrows i:before {
    border-left: 2px solid #5b2d87 !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows i, .evo_footer_nav .evcal_arrows i {
border-top: 2px solid #5b2d87 !important;
}*/
@media screen and (max-width: 991px) {
	.ajde_evcal_calendar.boxy.box_2 .eventon_list_event, .ajde_evcal_calendar.boxy.box_2 .evoShow_more_events {
		width: 100% !important;
	}
}
/**** ALT OM PROJEKTER ****/
/* VERDENSKORT/PROJEKTER */
#map {
	height: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.project-form select {
	width: 100%;
	background-color: #f5f1e9;
	padding: 2.5px 5px;
	border-radius: 5px;
}
.table-info-con {
	  padding-top: 25px;
    padding-bottom: 25px;
    height: 80vh;
}
.table-info {
	/*position: absolute;
    bottom: 120px;
    top: 120px;
    left: 0;
    right: 0;
    padding-right: 30px;*/
    width: 100%;
    height: 100%;
    padding-right: 0;
    overflow-y: auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
	background-color: transparent;
}
.table-info th, .table-info td {
	padding-right: 15px;
}
.table-info table {
	table-layout: fixed;
	width: 100%;
}
/*.table-info table tr:nth-child(even) {
    background-color: #ede6d7;
}*/
.table-info table thead {
	background: #f5f1e9;
    position: sticky;
    top: 0;
}
.table-info table thead th {
	padding-top: 5px;
	padding-bottom: 5px;
}
.td-title {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.th-medlem, .td-medlem {
	display: none;
}
@media screen and (max-width: 677px) {
	.th-land, .td-land {
		display: none;
	}
}

/* width */
.table-info-con ::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.table-info-con ::-webkit-scrollbar-track {
  /*background: #f4e9dd;*/
	background: #e5dbd0;
}
/* Handle */
.table-info-con ::-webkit-scrollbar-thumb {
  /*background: #e5dbd0;*/
	background: #959189;
}
/* Handle on hover */
.table-info-con ::-webkit-scrollbar-thumb:hover {
  background: #3A3A3A;
}
/* PROJEKT UNDERSIDE */
.project-side {
	background-color: #3b3735;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	height: 100%;
}
.project-side p, .project-side ul {
	padding-left: 10px;
	padding-right: 10px;
}
.project-side p:first-of-type {
	font-family: 'Gotham Ultra';
  background-color: #5b2d87;
  font-size: 20px;
	padding: 10px;
	text-transform: uppercase;
}
.no-st {
	padding-inline-start: 0;
	list-style: none;
}
/**** ARKIV *****/
.archive-item {
	padding-top: 25px;
}
.archive-item div:first-of-type {
	position: relative;
}
.arch-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 220px;
}
.archive-item h2 {
	font-size: 20px;
    position: absolute;
    bottom: 0;
	left: 15px;
    color: #fff;
    text-shadow: 1px 1px 8px black;
}
.arch-txt {
	background-color: #3b3735;
	color: #fff;
	padding: 15px;
}

/**** Søgeresultat *****/
.sog-resu {
	padding-top: 100px;
	padding-bottom: 50px;
	min-height: 45vh;
	display: flex;
    justify-content: center;
    align-items: center;
}
.sog-resu h1 {
	padding-bottom: 15px;
}
.sog-resu article {
	padding-bottom: 25px;
}
.sog-resu h2 {
	text-transform: inherit;
}
/**** 404 ****/
.error-404 {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}
/**** FOOTER *****/
#footer-widget {
	background-color: #3b3735 !important;
	color: #fff;
	padding: 75px 50px;
}
.f4f5 {
	background-color: #5b2d87;
	color: #fff;
	text-transform: uppercase;
	padding: 50px;
}
.f4f5 a {
	color: #fff;
	text-decoration: underline;
}
.f4 p {
	margin-bottom: 0;
}
.f4 .tilmeld-nyhedsbrev {
	background-color: #3b3735;
    font-size: 14px;
    margin-top: 15px;
	text-transform: none;
}
.f5 {
	text-align: right;
}
.f5 .f-social li {
	text-align: center;
}
.f5 .social-buttons a {
	font-size: 15px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #5b2d87;
    border-radius: 100%;
    outline: none;
    background-color: #f5f1e9;
}
.f5 .social-buttons a:hover {
	color: #f5f1e9;
	background-color: #5b2d87;
}
.f5 p {
	margin-bottom: 0;
	font-size: 14px;
}
@media only screen and (max-width: 1023px) and (min-width: 650px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 22px;
	}
	.page-menu .child > li {
		width: calc(100% - 20px);
	}
	.page-menu .children > li {
		padding-right: 12px;
	}
	.page-menu .toggle_nav_button {
		margin-right: -20px;
	}
	.f1 img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 26px;
	}
	#masthead {
		padding: 0;
	}
	#masthead .navbar-brand img {
		width: 110px;
	}
	.cover-image .video-cover {
		min-height: 28vh;
	}
	.video-cover video {
		width: 100%;
		height: auto;
	}
	.txt-sec {
		padding-top: 50px;
		padding-bottom: 50px;
		order: 2;
	}
	.img-sec {
		order: 1;
	}
	.btn-con {
		order: 3;
	}
	.kontakt-item {
		padding-left: 0;
		padding-right: 0;
	}
	/* VERDENSKORT */
	.table-info table {
		width: 100%;
	}
	#footer-widget {
		padding: 50px 15px;
	}
	.f1 {
		padding-bottom: 30px;
		text-align: center;
	}
	.f1 img {
		width: 75%;
	}
	.f4f5 {
		padding: 50px 15px;
	}
	.f4 {
		padding-bottom: 35px;
	}
	.modal-nyhedsbrev {
		padding-top: 260px;
	}
	.f5 {
		text-align: center;
	}
	.f5 p:last-of-type {
		font-size: 12px;
		padding-top: 25px;
	}
}
@media screen and (max-width: 1000px) {
	.sec2 h4 {
		width: 65%;
	}
}
@media screen and (max-width: 1024px) {
	.kontakt-col {
		padding-left: 0;
		padding-right: 0;
	}
	.kontakt-item .wp-bootstrap-blocks-button {
		background-color: #3b3735;
		text-align: right;
	}
	.kontakt-item .c-btn {
		right: 0;
		width: 110px;
	}
}
@media screen and (min-width: 768px) {
	.cover-image .video-cover {
		min-height: 50vh;
	}
	.page-menu {
		margin-top: -102px;
	}
}
@media screen and (min-width: 1025px) {
	.kontakt-item .c-btn {
		position: absolute;
		bottom: 30px;
		right: 15px;
	}
}
@media screen and (min-width: 1200px) {
	.cover-image .video-cover {
		min-height: 80vh;
	}
}
@media (max-width:900px) and (min-width:768px) {
	.archive-item h2 {
		font-size: 17px;
	}
}