/*
Theme Name: Isager
Template: pro
Author: Clockwork
Author URI: https://clockwork.dk
Version: 42
*/
html {
	overflow-y: scroll;
}
body {
	overflow: hidden;
}





table th, table td {
	border-top: 0;
}
.single-projekt table th, .single-projekt table td {
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	display: block;
}

/*
.projekt-nav {
	display: flex;
	gap: 100px;
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
a.projekt-nav {
	position: absolute;
	top: 33px;
	left: calc(50% - 70px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 991;
	display: block;
	width: 42px;
	height: 42px;
	color: #e7bdb1;
	transition: color .25s ease;
}
a.projekt-nav-next {
	left: calc(50% + 70px);
}
a.projekt-nav:hover {
	color: #a71e33;
}
.projekt-nav svg {
	width: 100%;
	height: 100%;
}
.projekt-nav-prev svg {
	transform: rotate(180deg);
}

a.projekt-nav {
	opacity: 0;
	transform: translateX(-50%) translateX(60px);
	animation: navFade 0.5s ease-out forwards;
}
a.projekt-nav-next {
	transform: translateX(-50%) translateX(-60px);
}
@keyframes navFade {
	to {
		opacity: 1;
		transform: translateX(-50%) translateX(0);
	}
}





.hentry, .entry-content {
	margin-top: 0;
}
.x-off-canvas-content-right {
	transform: translate3d(0%, -115%, 0);
}
.x-off-canvas-content-left {
	transform: translate3d(0%, -115%, 0);
}
.x-toggle-burger span, #mainmenuwrap-anchor-toggle {
	width: 60px;
}
.x-anchor-toggle .x-toggle>span {
	left: 20px;
}

/* lift menu close in z-index */
#mainmenuwrap-off-canvas {
	z-index: 5;
}
#mainmenuwrap-anchor-toggle.x-anchor.x-active .x-toggle {
	color: #fff;
}


#mainmenuwrap-off-canvas .x-text a {
	color: #000;
}
#mainmenuwrap-off-canvas .x-menu li {
	position: relative;
}
#mainmenuwrap-off-canvas .x-menu li.current-menu-item:before {
	content: '';
	display: block;
	position: absolute;
	background: #a71e33;
	width: 42px;
	height: 8px;
	left: -60px;
	top: 12px;
}
#mainmenuwrap-off-canvas .x-menu li.current-menu-item .x-anchor-text-primary {
	color: #a71e33;
}

.x-text h1, .x-text h2 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
.projektinfo {
	position: absolute;
	background-color: #fff;
	padding: 24px;
}
.projektinfo a {
	color: #000;
}
.projektinfo h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

/* ---- grid ---- */
/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer, .grid-item {
	width: calc(33.3% - 20px);
}
.grid-item {
	display: block;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.grid-item-focus {
	width: calc(66.6% - 10px);
}
.grid-item img {
	display: block;
	max-width: 100%;
}
.grid-item div {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	position: absolute;
	background: rgba(0,0,0,0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	opacity: 0;
	font-size: 1.3em;
	padding: 10px;
}
.grid-item:hover div {
	opacity: 1;
}
.grid-item div:after {
	content: 'Se projekt';
	display: block;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 0.8em;
}









.x-text a, footer li > a {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	text-decoration: none !important;
	border-bottom: none;
	padding-top: .05rem !important;
	background: linear-gradient(to bottom, #a71e33 0, #a71e33 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0 0;
	padding: 0 2px;
}
.x-text a:hover, footer li > a:hover {
	color: #fff !important;
	background-size: 1rem 3rem;
	border-bottom: 1px solid #a71e33;
}
footer a {
	border-bottom: none;
}



.x-btn, .button, [type="submit"] {
	text-shadow: none !important;
	padding: 0.5em 1.4em;
	min-width: 160px;
}


footer.x-colophon+.x-colophon {
	border-top: 0;
	box-shadow: none;
}
.x-colophon.top {
	border-top: 16px solid #a71e33;
	box-shadow: none;
	padding: 30px 0;
}
footer ul {
	width: 95%;
	padding: 0;
	text-align: center;
	margin-bottom: 0.8em;
}
footer ul li {
	display: inline;
	white-space: nowrap;
}
footer ul li a {
	color: #000 !important;
}
footer ul li:first-child {
	color: #a71e33;
	font-weight: 700;
}
/*footer ul li a:hover {
	color: #abd037 !important;
}*/
footer ul li:after {
  content: ' ';
  word-spacing: 1.5em;
  background-repeat: no-repeat;
  background-position: 30% 30%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.92 12.102'%3E%3Cdefs%3E%3Cstyle%3E.e%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='e' cx='9.46' cy='6.051' r='1.591'/%3E%3C/svg%3E");
}
footer ul li:last-child:after {
	/*Chrome bugfix*/
	content: '';
	background-image: none;
}

.captcha-image .cf7ic_instructions span {
	color: #000 !important;
}
.captcha-image label > input:checked + svg, .captcha-image label>input:focus+svg {
	border: 2px solid #000 !important;
}
.captcha-image {
	border: 0 !important;
	width: 100%;
}
.widget {
	text-shadow: none;
}
.widget_text ol, .widget_text ul {
	margin: 0 0 0 32px;
}




/*
.galleri {
	clear: both;
}
.galleri a {
	display: block !important;
	float: left;
	width: 32%;
	height: 250px;
	margin-right: 2%;
	margin-bottom: 2%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: zoom-in;
}
.galleri a:after {
	display: block;
	content: '\f002';
	color: transparent;
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	font-size: 50px;
	text-align: center;
	font-family: 'FontAwesome';
	line-height: 250px;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.galleri a:hover:after {
	background: rgba(0,0,0,0.5);
	content: '\f002';
	color: #fff;
}
.galleri a:nth-child(3n) {
	margin-right: 0;
}
a.everlightbox-close {
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
	border-radius: 50% !important;
}
#everlightbox-slider .everlightbox-button i {
	padding: 2px !important;
}
*/
















#cn-notice-text {
	font-size: 16px;
}
#cn-accept-cookie {
	border-color: #abd037;
	background-color: #abd037;
	color: #000;
}
#cn-accept-cookie:hover {
	border-color: #221d5a !important;
	background-color: #221d5a !important;
	color: #fff !important;
}
#cn-refuse-cookie:hover {
	border-color: #abd037;
	background-color: #abd037;
	color: #000;
}

#cn-refuse-cookie {
	border-color: #e20;
	background-color: #e20;
}
.cn-revoke-cookie {
	width: 36px;
	opacity: 0.3;
	position: absolute;
	left: 100px;
	bottom: 50px;
	transition: opacity 0.3s ease;
}
.cn-revoke-cookie:hover {
	opacity: 0.7;
}
.cn-text-container {
	position: relative;
	top: 2px;
}
.cn-button {
	padding: 5px 20px !important;
	font-size: 16px !important;
}
#cn-close-notice {
	display: none;
}

@media only screen and (max-width: 1020px) {
	.widget_text ol, .widget_text ul {
		margin: 0 0 0 24px;
	}
}
@media only screen and (max-width: 979px) {
	.single-projekt table th, .single-projekt table td {
		display: table-cell;
	}
	.single-projekt table td:last-child {
		padding-left: 50px;
	}
	.projektinfo {
		position: relative;
	}
	a.projekt-nav {
		left: calc(55% - 70px);
	}
	a.projekt-nav-next {
		left: calc(55% + 62px);
	}
}

@media only screen and (max-width: 800px) {
	.widget_text ol, .widget_text ul {
		margin: 0 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-sizer, .grid-item, .grid-item-focus {
		width: calc(50% - 20px);
	}
	.single-projekt table th, .single-projekt table td {
		display: block;
	}
	.single-projekt table td:last-child {
		padding-left: 0;
	}
	a.projekt-nav {
		top: 140px;
		left: calc(100% - 120px);
	}
	a.projekt-nav-next {
		left: calc(100% - 56px);
	}
	.vishlp1 {
		text-shadow: 0 0 2px #e7f4fb, 0 0 4px #e7f4fb, 0 0 6px #e7f4fb, 0 0 2px #e7f4fb, 0 0 4px #e7f4fb, 0 0 6px #e7f4fb, 0 0 2px #e7f4fb, 0 0 4px #e7f4fb, 0 0 6px #e7f4fb;
	}
	.widget_text ol, .widget_text ul {
		margin: 0;
	}
}
@media only screen and (max-width: 500px) {
	.grid-sizer, .grid-item, .grid-item-focus {
		width: 100%;
	}
}