/*
Theme Name:  Willum
Theme URI: https://www.eteam.dk/
Template: kickass
Author: Eteam
Author URI: https://www.eteam.dk/
Description: Exclusive theme for Willum
Tags: modern
Version: 1.0.0
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Lora:400i|Raleway:400,700&display=swap');

/* Main CSS */
* {
	text-rendering: optimizeLegibility;
	outline: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

html {
	overflow-x: hidden; 
	font-size: 15px;
}

body {
	background-color: #808080;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

a, a:visited {
	color: #ffffff;
}

a:hover,
a:active,
a:focus {
	color: #000000;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

p {
	font-weight: 400;
	margin: 0;
}

p + p {
	margin: 1em 0 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #000000;
}

h1 {
	font-size: 3.571rem;
}

h2 {
	font-size: 2.286rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.429rem;
}

h5 {
	font-size: 1.333rem;
	margin: 0 0 15px;
}

h6 {
	font-size: 1.2rem;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #5c7b06;
}

blockquote {
	color: #ffffff;
	background: #444444;
	border-left: 5px solid #bbbbbb;
	margin: 0 0 3em;
	padding: 1em 1.2em;
}

blockquote p {
	display: inline;
	font-size: 1.2rem;
}


input[type="text"], input[type="email"], input[type="submit"], textarea, select {
	-webkit-appearance: none;
}

#lightboxOverlay {
	height: 100% !important;
}

/* General */
#page.site {
	background-color: #808080;
	float: left;
	width: 100%;
}

.sider-left, .sider-right {
	float: left;
}

.sider-left {
	padding: 0 18px 0 10px;
	width: 22%;
}

.sider-right {
	padding: 0 110px 0 0;
	width: 78%;
}


/*--------------------------------------------------------------
 ## Header
--------------------------------------------------------------*/
.logged-in .site-header {
	top: 32px;
}

.site-header {
	float: left;
	padding: 30px 0 10px;
	width: 100%;
}

/* Branding */
.site-branding {
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
}

.site-branding a {
	background-color: #444444;
	float: left;
	padding: 45px 10px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.site-branding a:hover {
	background-color: #000000;
}

.site-branding img {
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}

/* Header Right */
.highlighted-texts {
	clear: both;
	float: right;
	list-style: none;
	margin: 30px 17px 0 0;
	padding: 0;
	width: auto;
}

.highlighted-texts li {
	color: #ffffff;
	float: left;
	font-family: 'Lora', serif;
	font-size: 3.4rem;
	font-style: italic;
	text-align: center;
}

.highlighted-texts li + li {
	margin: 0 0 0 130px;
}

.highlighted-texts li span {
	border-bottom: 1px solid #ffffff;
	float: left;
	padding: 0 0 5px;
	width: auto;
}

/* Menu */
.main-navigation {
	float: left;
	padding: 45px 0 0 55px;
    width: 100%;
}

#primary-menu{}
#primary-menu li {
    float: none;
    font-size: 1.467rem;
    font-weight: 700;
    padding: 2rem 0 0 0;
    line-height: 100%;
}

#primary-menu li:first-child {
    padding: 5px 0 0;
}

#primary-menu li a {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}

#primary-menu li a:link, #primary-menu li a:visited, #primary-menu li a:active {
    color: #000;
    display: block;
    position: relative;
	padding: 0 0 0 1rem;
}

#primary-menu li a:hover{}
#primary-menu li a::before {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
	
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fff;
	opacity: 0;
}

#primary-menu li a:hover::before {
	opacity: 1;	
}

#primary-menu li.current_page_item > a:link::before,
#primary-menu li.current_page_item > a:visited::before,
#primary-menu li.current_page_item > a:active::before,
#primary-menu li.current_page_item > a:hover::before {opacity:1}

/** Sticky Header **/
nav[canvas] {
	background-color: #808080;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
	float: left;
	font-size: 1.133rem;
	margin: 0;
	padding: 70px 0;
	width: 100%;
}

.entry-content {
	float: left;
	width: 100%;
}

.mejs-overlay-button {
	background: url('images/vid-bg.png') no-repeat center center;
	height: 95px;
	width: 95px;
}

.mejs-overlay:hover > .mejs-overlay-button {
	background-position: center center;
	opacity: 0.8;
}

[canvas="container"] {
	background: transparent !important
}

/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/
.site-footer {
	color: #ffffff;
	float: left;
	font-size: 1.6rem;
	padding: 0;
    width: 100%;
}

.site-footer a {
	color: #ffffff;
}

.site-footer a:hover {
	color: #000000;
}

.site-footer img:hover {
	opacity: 0.8;
}

.site-footer .footer-col {
	float: left;
	width: 100%;
}

.site-footer .widget {
	margin: 0;
}

.site-footer .footer-col .widget_text {
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer-col-1 {
	max-width: 89%;
	padding-left: 7.5%;
}

#footer-col-2 {
	max-width: 42px;
}

#footer-col-3 {
	max-width: 28%;
	padding-left: 3.5%;
}

#footer-col-4 {
	max-width: 38.5%;
}

#footer-col-1 > .widget_text:first-child {
	background: url('images/icon-address.png') no-repeat left center;
}

#footer-col-1 > .widget_text:first-child, #footer-col-1 > .widget_text:last-child {
	padding-left: 32px;
}

#footer-col-2 > .widget_text:first-child .textwidget > p:first-child {
	background: url('images/icon-fb.png') no-repeat center center;
	height: 38px;
	margin: -3px 0 0;
	text-indent: -9999px;
	width: 42px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#footer-col-2 > .widget_text:first-child .textwidget > p:hover:first-child {
	background-color: #ffffff;
}

#footer-col-2 > .widget_text:first-child .textwidget > p:first-child a {
	display: block;
	height: 38px;
	width: 42px;
}

#footer-col-4 > .widget_text {
	float: left;
	width: 50%;
}

#footer-col-4 > .widget_text:last-child {
	text-align: right;
}

#copyright-wrap {
	float: left;
	font-size: 1rem;
	/*padding: 10px 60px 30px 0;*/
	padding: 10px 3% 30px 0;
	text-align: right;
	width: 100%;
}

#copyright-wrap a {
	color: #ffffff;
}

#copyright-wrap a:hover {
	color: #000000;
}


/*--------------------------------------------------------------
 ## Mobile Navigation
--------------------------------------------------------------*/
[off-canvas*="left"] {
	width: 30% !important;
}

#mobile-wrap {
	float: left;
	padding: 10px;
	text-align: center;
	width: 100%;
}

#mobile-wrap a {
	color: #ffffff;
}

#mobile-wrap .site-branding {
	margin-bottom: 5em;
}

#mobile-wrap .site-branding a {
	padding: 25px 10px !important;
}

#mobile-wrap .site-branding img {
	max-width: 165px !important;
}

.hmenu-wrapper {
	display: none;
	position: absolute;
    left: 10px;
    top: 30px;
    z-index: 9;
}

.mobile-navigation {
	float: left;
	padding: 0 0 0 3em;
	width: 100%;
}

.mobile-navigation ul {
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mobile-navigation ul li {
    float: none;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 100%;
    padding: 1.5rem 0 0 0;
    text-align: left;
}

.mobile-navigation ul li:first-child {
	padding-top: 0;
}

.mobile-navigation ul li a {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}

.mobile-navigation ul li a:link, .mobile-navigation ul li a:visited, .mobile-navigation ul li a:active {
    color: #ffffff;
    display: block;
    position: relative;
	padding: 0 0 0 1rem;
}

.mobile-navigation ul li a::before {	
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fff;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.mobile-navigation ul li a:hover::before {
	opacity: 1;	
}

.mobile-navigation ul li.current_page_item > a:link::before,
.mobile-navigation ul li.current_page_item > a:visited::before,
.mobile-navigation ul li.current_page_item > a:active::before,
.mobile-navigation ul li.current_page_item > a:hover::before {opacity:1}

#mobile-wrap .social-wrap {
	float: left;
	margin: 5em 0 2em;
	text-align: center;
	width: 100%;
}

#mobile-wrap .social-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-wrap .social-wrap ul li {
	display: inline-block;
	padding: 0 1em;
}


/*--------------------------------------------------------------
 ## Overrides
--------------------------------------------------------------*/
/*
* CF7 Overwrites
*/
.wpcf7 {
	float: left;
	position: relative;
	width: 100%;
}

.wpcf7-form-control-wrap {
    display: block
}

div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 0.8rem;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    bottom: -28px;
    width: 100%;
}

div.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

/*
* Contact Form
*/
#kontakt-form {
	font-size: 1rem;
}

#kontakt-form,
#kontakt-form .row-wrap,
#kontakt-form .row-field,
#kontakt-form .row {
	float: left;
    width: 100%;
}

#kontakt-form .row-wrap .row-field:first-child {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#kontakt-form .row-wrap:last-child .row:last-child {
	position: relative;
}

#kontakt-form .row-field .col-field {
	width: calc(50% - 1 * 4px);
}

#kontakt-form .row + .row {
	margin-top: 8px;
}

#kontakt-form [type="text"], #kontakt-form [type="email"], #kontakt-form textarea, #kontakt-form select {
    background-color: #ffffff;
    border: 1px solid #919191;
    border-radius: 0;
    color: #000000;
    font-size: 1rem;
    height: 100%;
    padding: 11px 25px;
    width: 100%;
}

#kontakt-form textarea {
    height: 128px;
}

#kontakt-form select option {
	line-height: 2;
}


#kontakt-form input[type="submit"] {
	background-color: #444444;
	border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 1rem;
    font-weight: 700;
	margin: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#kontakt-form input[type="submit"]:hover {
	background-color: #000000;
}

#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #f00;
    color: #ffffff;
    font-size: 10px;
    margin: 0;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    top: -8px;
    width: auto;
}

/* Kontakt Form */
.kontakt-formular > .row-wrap:first-child p {
	font-size: 1.067rem;
}
.grecaptcha-badge {
	z-index: 1;
}

/*
* Back to Top
*/
#back-top {
    background: url('images/top-bottom.png') no-repeat center center #e2e2e2;
    background-size: 10px;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    opacity: 0;
    position: fixed;
    transition: 0.3s;
    bottom: 70px;
    right: 25px;
    width: 40px;
    z-index: 10;
}

#back-top:hover {
	background-color: #bdbdbd;
}

#back-top.show {
    opacity: 1;
}

/*
* Responsive Google Map
*/
.google-iframe > .panel-grid-cell:first-child {
	overflow: hidden;
	position: relative;
}

.google-iframe .google-map {
	position: absolute;
	left: 0;
	top: 0;
}

.google-iframe > .panel-grid-cell:last-child .so-widget-sow-image img {
	vertical-align: top;
}

/** -page 'Kontakt Os' **/
.kontakt-special > .panel-grid-cell:first-child, .kontakt-special > .panel-grid-cell:nth-child(2) {
	overflow: hidden;
    position: relative;
}

.kontakt-special > .panel-grid-cell:last-child .so-widget-sow-image img {
	vertical-align: top;
}


/*--------------------------------------------------------------
 ## Responsive CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 1900px) {
	.sider-left {
		width: 25%;
	}

	.sider-right {
		width: 75%;
	    padding-right: 60px;
	}

	.highlighted-texts li {
	    font-size: 3.333rem;
	}

	.highlighted-texts li + li {
	    margin-left: 115px;
	}

	#kontakt-form .row + .row {
	    margin-top: 5px;
	}

	.kontakt-formular > .row-wrap:first-child p {
	    margin-bottom: 10px !important;
	}

	#footer-col-4 {
	    max-width: 42%;
	}
}

@media only screen and (max-width: 1799px) {
	.site-branding img {
		max-width: 300px;
	}

	.highlighted-texts li {
	    font-size: 3.067rem;
	}

	.main-navigation {
	    padding: 25px 0 0 45px;
	}

	#primary-menu li {
	    padding: 25px 0 0 0;
	}

	#kontakt-form [type="text"], #kontakt-form [type="email"], #kontakt-form textarea, #kontakt-form select {
		padding: 10px 15px;
	}

	#kontakt-form textarea {
	    height: 115px;
	}

	#footer-col-4 {
	    max-width: 45%;
	}
}

@media only screen and (max-width: 1699px) {
	.site-branding a {
	    padding: 40px 10px;
	}

	.highlighted-texts {
	    margin: 35px 15px 0 0;
	}

	.highlighted-texts li {
	    font-size: 2.8rem;
	}

	#primary-menu li {
	    padding: 1.4rem 0 0 0;
	}

	#primary-menu li:first-child {
	    padding: 4px 0 0;
	}

	#primary-menu li a {
		font-size: 1.333rem;
	}

	.site-content {
	    padding: 55px 0 80px;
	}

	#kontakt-form textarea {
	    height: 90px;
	}

	#kontakt-form input[type="submit"] {
	    padding: 14px 30px;
	}

	.site-footer {
	    font-size: 1.467rem;
	}

	#footer-col-1 {
		max-width: 88%;
	}
}

@media only screen and (max-width: 1600px) {
	/** -page 'Maerker'-- **/
	#side-2-col.maerker-wrap > .panel-grid-cell {
		width: calc(100% - 1 * 0px) !important;
	}

	#side-2-col.maerker-wrap > .panel-grid-cell:last-child {
		display: none;
	}

	#pg-16-0, #pg-20-0 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 1599px) {
	.site-branding a {
	    padding: 35px 10px;
	}

	.site-branding img {
	    max-width: 285px;
	}

	.highlighted-texts {
	    margin: 30px 10px 0 0;
	}

	.highlighted-texts li {
	    font-size: 2.667rem;
	}

	.highlighted-texts li + li {
	    margin-left: 95px;
	}

	.main-navigation {
	    padding: 10px 0 0 45px;
	}

	#kontakt-form [type="text"], #kontakt-form [type="email"], #kontakt-form textarea, #kontakt-form select {
	    padding: 9px 15px;
	}

	#kontakt-form textarea {
	    height: 85px;
	}

	.mejs-overlay-button {
		background-size: 80px auto;
	    height: 80px;
	    width: 80px;
	}

	.site-footer {
	    font-size: 1.333rem;
	}

	#footer-col-1 {
	    max-width: 87.5%;
	}

	#footer-col-4 {
	    max-width: 42%;
	}

	#footer-col-1 > .widget_text:first-child, #footer-col-1 > .widget_text:last-child {
	    padding-left: 28px;
	}

	#footer-col-2 > .widget_text:first-child .textwidget > p:first-child {
		margin-top: -6px;
	}

	#copyright-wrap {
	    padding-right: 30px;
	}
}

@media only screen and (max-width: 1499px) {
	.sider-right {
	    padding-right: 45px;
	}

	.site-branding a {
	    padding: 30px 10px;
	}

	.site-branding img {
	    max-width: 250px;
	}

	.highlighted-texts li {
	    font-size: 2.4rem;
	}

	.highlighted-texts li + li {
	    margin-left: 110px;
	}

	#primary-menu li {
	    padding: 1.3rem 0 0 0;
	}

	#primary-menu li:first-child {
	    padding: 3px 0 0;
	}

	#primary-menu li a {
	    font-size: 1.2rem;
	}


	#primary-menu li a::before {
		height: 100%;
	    top: 0;
	    width: 4px;
	}

	.kontakt-formular > .row-wrap:first-child p {
	    font-size: 1rem;
	}

	#kontakt-form [type="text"], #kontakt-form [type="email"], #kontakt-form textarea, #kontakt-form select {
	    padding: 8px 15px;
	}

	#kontakt-form textarea {
	    height: 80px;
	}

	#kontakt-form input[type="submit"] {
		font-size: 0.9333rem;
	    padding: 12px 25px;
	}

	.mejs-overlay-button {
	    background-size: 65px auto;
	    height: 65px;
	    width: 65px;
	}

	.site-footer {
	    font-size: 1.2rem;
	}

	#footer-col-1 {
		max-width: 86.5%;
	    padding-left: 15px;
	}

	#copyright-wrap {
	    padding-right: 25px;
	}
}

@media only screen and (max-width: 1399px) {
	.site-branding img {
	    max-width: 235px;
	}

	.highlighted-texts li + li {
	    margin-left: 100px;
	}

	.main-navigation {
	    padding: 15px 0 0 40px;
	}

	#primary-menu li {
	    padding: 1.2rem 0 0 0;
	}

	#kontakt-form textarea {
	    height: 95px;
	}

	.site-content .sider-left {
		width: 20%;
	}

	.site-content .sider-right {
		width: 80%;
	}

	.site-footer {
	    font-size: 1.067rem;
	}

	#footer-col-1 {
	    max-width: 84%;
	}

	#footer-col-2 {
	    max-width: 38px;
	}

	#footer-col-4 {
	    max-width: 38%;
	}

	#footer-col-2 > .widget_text:first-child .textwidget > p:first-child,
	#footer-col-2 > .widget_text:first-child .textwidget > p:first-child a {
	    height: 34px;
	    width: 38px;
	}

	#footer-col-2 > .widget_text:first-child .textwidget > p:first-child {
		background-size: 38px 34px;
	}

	/* siteOrigin overrides */
	#forside-2-col > .panel-grid-cell:first-child, #side-2-col > .panel-grid-cell:first-child {
		width: calc(69% - 1 * 1.5%) !important;
	}

	#forside-2-col > .panel-grid-cell:last-child, #side-2-col > .panel-grid-cell:last-child {
		width: calc(31% - 1 * 1.5%) !important;
	}

	#side-2-col.maerker-wrap > .panel-grid-cell:first-child, #side-2-col.maerker-wrap > .panel-grid-cell:last-child {
		width: calc(100% - 1 * 0px) !important;
	}
}

@media only screen and (max-width: 1360px) {
	.main-navigation {
	    padding: 12px 0 0 35px;
	}

	#primary-menu li {
	    padding: 1.1rem 0 0 0;
	}

	#kontakt-form .row + .row {
	    margin-top: 10px;
	}

	#kontakt-form textarea {
	    height: 120px;
	}

	#kontakt-form input[type="submit"] {
	    font-size: 1rem;
	    padding: 14px 25px;
	}

	.kontakt-formular > .row-wrap:first-child p {
	    margin-bottom: 15px !important;
	}

	#footer-col-4 {
	    max-width: 40%;
	}


	/* siteOrigin overrides */
	#kontakt-col-3 > .panel-grid-cell {
		width: calc(50% - 1 * 1.5%) !important;
	}

	#kontakt-col-3 > .panel-grid-cell:last-child {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	/** page 'Profil' **/
	#side-2-col.sp-content > .panel-grid-cell {
		width: calc(100% - 1 * 0px) !important;
	}

	#side-2-col.sp-content > .panel-grid-cell:last-child {
		display: none;
	}

	#side-2-col.sp-content {
		flex-direction: column !important;
		flex-wrap: wrap !important;
	}
}

@media only screen and (max-width: 1279px) {
	.sider-right {
	    padding-right: 35px;
	}

	.highlighted-texts {
	    margin: 22px 10px 0 0;
	}

	.highlighted-texts li + li {
	    margin-left: 80px;
	}

	.main-navigation {
	    padding: 10px 0 0 25px;
	}

	#primary-menu li {
	    padding: 1rem 0 0 0;
	}

	.site-footer .sider-left {
		width: 30%;
	}

	.site-footer .sider-right {
		width: 70%;
	}

	#footer-col-1 {
	    max-width: 85%;
	}

	#footer-col-3 {
	    max-width: 30%;
	    padding-left: 4%;
	}

	#footer-col-4 {
	    max-width: 45%;
	}

	#footer-col-1 > .widget_text:first-child, #footer-col-1 > .widget_text:last-child {
	    padding-left: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.site-header .sider-left {
	    width: 30%;
	}

	.site-header .sider-right {
	    width: 70%;
	}

	.highlighted-texts {
	    margin-top: 25px;
	}

	.main-navigation {
	    padding: 5px 0 0 22px;
	}

	#primary-menu li {
	    padding: 0.95rem 0 0 0;
	}

	#primary-menu li:first-child {
	    padding: 0;
	}

	.mejs-overlay-button {
	    background-size: 60px auto;
	    height: 60px;
	    width: 60px;
	}

	#footer-col-3 {
	    padding-left: 2%;
	}

	#footer-col-4 {
	    max-width: 70%;
	}

	#footer-col-4 > .widget_text:first-child {
	    width: 40%;
	}

	#footer-col-4 > .widget_text:last-child {
	    text-align: left;
	    width: 60%;
	}


	/* siteOrigin overrides */
	#forside-2-col > .panel-grid-cell:first-child, #side-2-col > .panel-grid-cell:first-child {
	    width: calc(69% - 1 * 12px) !important;
	}

	#forside-2-col > .panel-grid-cell:last-child, #side-2-col > .panel-grid-cell:last-child {
	    width: calc(31% - 1 * 12px) !important;
	}

	#side-2-col.sp-content > .panel-grid-cell {
		width: calc(100% - 1 * 0px) !important;
	}
}

@media only screen and (max-width: 1100px) {
	[canvas], [off-canvas] {
	    -webkit-transition: -webkit-transform 400ms ease !important;
	    -moz-transition: -moz-transform 400ms ease !important;
	    -o-transition: -o-transform 400ms ease !important;
	    transition: transform 400ms ease !important;
	    -webkit-transition-property: -webkit-transform, left, right !important;
	}

	[canvas].en-fixed {
		-webkit-transform: none !important;
		-ms-transform: none !important;
	    transform: none !important;
	}

	[canvas=container].js-close-any-slidebar {
		overflow-y: hidden !important;
		position: fixed !important;
	}

	.site-header {
		background-color: #808080;
	    left: 0;
	    position: fixed;
	    top: 0;
	    z-index: 9999;
	}

	.sider-right {
	    padding-right: 10px;
	}

	.site-header .sider-left, nav[canvas] .sider-left {
	    position: relative;
	    width: 40%;
	}

	.site-header .sider-right, nav[canvas] .sider-right {
		width: 60%;
	}

	.hmenu-wrapper {
		display: block;
	}

	.site-header .site-branding, nav[canvas] .site-branding {
		margin-left: 80px;
	    width: 280px;
	}

	.highlighted-texts {
	    margin-top: 30px;
	    margin-right: 0;
    	padding-right: 20px;
	}

	.site-content {
		margin-top: 8.75em;
	}

	.site-content .sider-left {
	    width: 100%;
	    display: none;
	}

	.site-content .sider-right {
		padding: 0 10px;
	    width: 100%;
	}

	#kontakt-form textarea {
	    height: 108px;
	}

	.kontakt-formular > .row-wrap:first-child p {
	    margin-bottom: 5px !important;
	}

	#footer-col-1 {
		padding-left: 0;
	}

	#footer-col-4 > .widget_text:first-child {
		text-align: right;
	    width: 60%;
	}

	#footer-col-4 > .widget_text:last-child {
	    text-align: right;
	    width: 40%;
	}

	#copyright-wrap {
	    padding-right: 10px;
	}


	/* siteOrigin overrides */
	#forside-2-col > .panel-grid-cell:first-child, #side-2-col > .panel-grid-cell:first-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:first-child {
	    width: calc(69% - 1 * 15px) !important;
	}

	#forside-2-col > .panel-grid-cell:last-child, #side-2-col > .panel-grid-cell:last-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:last-child {
	    width: calc(31% - 1 * 15px) !important;
	}


	#kontakt-col-3 > .panel-grid-cell:first-child, #kontakt-col-3 > .panel-grid-cell:nth-child(2) {
	    width: calc(34% - 1 * 10px) !important;
	}

	#kontakt-col-3 > .panel-grid-cell:last-child {
		display: block;
		width: calc(32% - 1 * 10px) !important;
	}

	#side-2-col.sp-content > .panel-grid-cell {
		width: calc(100% - 1 * 0px) !important;
	}

	#side-2-col.maerker-wrap > .panel-grid-cell:last-child {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	#kontakt-form .row + .row {
	    margin-top: 5px;
	}

	#kontakt-form textarea {
	    height: 96px;
	}


	/* siteOrigin overrides */
}

@media only screen and (max-width: 1023px) {
	h5 {
	    font-size: 1.2rem;
	}

	.highlighted-texts li + li {
	    margin-left: 65px;
	}

	.site-content {
	    font-size: 1.067rem;
	}


	/* siteOrigin overrides */
}

@media only screen and (max-width: 992px) {
	#mobile-wrap .site-branding {
	    margin-bottom: 4em;
	}

	.mobile-navigation {
		padding-left: 2.5em;
	}

	.hmenu-wrapper {
	    top: 26px;
	}

	.site-branding img {
	    max-width: 220px;
	}

	.highlighted-texts li {
	    font-size: 2.133rem;
	}

	.highlighted-texts li + li {
	    margin-left: 60px;
	}

	.site-content {
	    padding: 3em 0 4em;
	}

	.site-footer .sider-left {
	    width: 40%;
	}

	.site-footer .sider-right {
	    width: 60%;
	}

	#footer-col-3 {
		max-width: 62%;
	    padding-left: 10%;
	}

	#footer-col-4 {
	    max-width: 38%;
	}

	#footer-col-4 > .widget_text:first-child, #footer-col-4 > .widget_text:last-child {
	    text-align: left;
	    width: 100%;
	}

	#copyright-wrap {
	    padding: 3.5em 10px 1.5em;
	    text-align: center;
	}

	/* siteOrigin overrides */
	#forside-2-col > .panel-grid-cell:first-child, #side-2-col > .panel-grid-cell:first-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:first-child {
	    width: calc(69.4% - 1 * 5px) !important;
	}

	#forside-2-col > .panel-grid-cell:last-child, #side-2-col > .panel-grid-cell:last-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:last-child {
	    width: calc(30.6% - 1 * 5px) !important;
	}

	#kontakt-col-3 > .panel-grid-cell:first-child, #kontakt-col-3 > .panel-grid-cell:nth-child(2) {
	    width: calc(34% - 1 * 5px) !important;
	}

	#kontakt-col-3 > .panel-grid-cell:last-child {
	    width: calc(32% - 1 * 5px) !important;
	}

	#side-2-col.sp-content > .panel-grid-cell {
		width: calc(100% - 1 * 0px) !important;
	}
}

@media only screen and (max-width: 900px) {

	/* siteOrigin overrides */
	#kontakt-col-3 > .panel-grid-cell:first-child, #kontakt-col-3 > .panel-grid-cell:nth-child(2) {
	    width: calc(50% - 1 * 5px) !important;
	}

	#kontakt-col-3 > .panel-grid-cell:last-child {
	    display: none;
	}
}

@media only screen and (max-width: 899px) {
	[off-canvas*="left"] {
	    width: 35% !important;
	}

	.hmenu-wrapper {
		left: 5px;
	    top: 20px;
	}

	.site-header .site-branding {
		margin-left: 70px;
	    width: 250px;
	}

	.site-header .site-branding a {
	    padding: 25px 10px;
	}

	.site-branding img {
	    max-width: 200px;
	}

	.highlighted-texts {
	    margin-top: 25px;
	}

	.highlighted-texts li {
	    font-size: 2rem;
	}

	.highlighted-texts li + li {
	    margin-left: 45px;
	}

	.site-content {
		margin-top: 8.25em;
	    padding: 2em 0 3em;
	}
}

@media only screen and (max-width: 799px) {
	.google-iframe .google-map {
		min-height: 400px;
	    position: static;
	    vertical-align: top;
	}


	/* siteOrigin overrides */
	#forside-2-col > .panel-grid-cell:first-child, #side-2-col > .panel-grid-cell:first-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:first-child {
		margin-bottom: 0 !important;
	    width: calc(100% - 1 * 0px) !important;
	}

	#forside-2-col > .panel-grid-cell:last-child, #side-2-col > .panel-grid-cell:last-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:last-child {
		display: none;
	    width: calc(100% - 1 * 0px) !important;
	}

	#forside-2-col, #side-2-col {
		flex-direction: column !important;
		flex-wrap: wrap !important;
	}

	#side-2-col.ctr-content > .panel-grid-cell:first-child .widget_sow-editor {
		padding-left: 2%;
		padding-right: 2%;
		text-align: center;
	}

	#pg-16-0 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 780px) {

	/* siteOrigin overrides */
	#kontakt-col-3 > .panel-grid-cell:first-child, #kontakt-col-3 > .panel-grid-cell:nth-child(2) {
		margin-bottom: 0 !important;
	}

	#kontakt-col-3 {
		flex-direction: row !important;
	}

	#pg-20-0 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 779px) {
	.site-header {
	    padding-top: 1.5em;
	}

	.hmenu-wrapper {
	    top: 18px;
	}

	.site-header .site-branding {
	    width: 230px;
	}

	.site-branding img {
	    max-width: 185px;
	}

	.highlighted-texts li + li {
	    margin-left: 40px;
	}

	.site-content {
	    margin-top: 7.5em;
	}

	#footer-col-3 {
	    max-width: 60%;
	    padding-left: 8%;
	}

	#footer-col-4 {
	    max-width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-navigation {
	    padding-left: 2em;
	}

	.site-header .site-branding {
	    width: 220px;
	}

	.site-branding img {
	    max-width: 180px;
	}

	.highlighted-texts li {
	    font-size: 1.867rem;
	}

	#footer-col-3 {
	    max-width: 55%;
	    padding-left: 5%;
	}

	#footer-col-4 {
	    max-width: 45%;
	}
}

@media only screen and (max-width: 734px) {
	[off-canvas*="left"] {
	    width: 38% !important;
	}

	#mobile-wrap .site-branding a {
	    padding: 22px 10px !important;
	}

	#mobile-wrap .site-branding img {
	    max-width: 145px !important;
	}

	.mobile-navigation {
	    padding-left: 1.5em;
	}

	.hmenu-wrapper {
	    top: 15px;
	}

	.site-header .site-branding {
	    width: 200px;
	}

	.site-header .site-branding a {
	    padding: 22px 10px;
	}

	.site-branding img {
	    max-width: 165px;
	}

	.highlighted-texts li {
	    font-size: 1.733rem;
	}

	.highlighted-texts li + li {
	    margin-left: 30px;
	}

	.site-content {
	    margin-top: 7em;
	}

	.site-footer {
	    font-size: 1rem;
	}

	.site-footer .sider-left {
	    padding-right: 0;
	}

	#footer-col-2 {
	    max-width: 35px;
	}

	#footer-col-3 {
	    max-width: 50%;
	    padding-left: 6%;
	}

	#footer-col-4 {
	    max-width: 50%;
	    padding-left: 4%;
	}

	#footer-col-1 > .widget_text:first-child, #footer-col-1 > .widget_text:last-child {
	    padding-left: 25px;
	}

	#footer-col-1 > .widget_text:first-child {
	    background-size: 16px auto;
	}

	#copyright-wrap {
	    font-size: 0.8667rem;
	}
}

@media only screen and (max-width: 666px) {
	[off-canvas*="left"] {
	    width: 40% !important;
	}

	#mobile-wrap {
		padding-bottom: 3em;
	}

	#mobile-wrap .site-branding {
	    margin-bottom: 3.5em;
	}

	#mobile-wrap .site-branding a {
	    padding: 20px 10px !important;
	}

	#mobile-wrap .site-branding img {
	    max-width: 135px !important;
	}

	.mobile-navigation ul li {
	    font-size: 1.133rem;
	    padding-top: 1.25em;
	}

	#mobile-wrap .social-wrap {
		margin-top: 4.5em;
	}

	#mobile-wrap > p:last-child {
		font-size: 0.8667rem;
	}

	.hmenu-wrapper {
	    top: 10px;
	    left: 0;
	}

	.site-header .site-branding {
	    margin-left: 60px;
	    width: 170px;
	}

	.site-header .site-branding a {
	    padding: 20px 10px;
	}

	.site-branding img {
	    max-width: 145px;
	}

	.highlighted-texts {
	    margin-top: 20px;
	    margin-right: 0;
	}

	.highlighted-texts li {
	    font-size: 1.6rem;
	}

	.highlighted-texts li + li {
	    margin-left: 20px;
	}

	.site-content {
		margin-top: 6.5em;
	    padding: 1.5em 0 2em;
	}

	.site-footer .sider-left {
	    width: 33%;
	}

	.site-footer .sider-right {
	    width: 67%;
	}

	#footer-col-1 {
	    max-width: 100%;
	}

	#footer-col-2 {
	    display: none;
	}

	#footer-col-1 > .widget_text:first-child, #footer-col-1 > .widget_text:last-child {
	    padding-left: 0;
	}

	#footer-col-1 > .widget_text:first-child {
	    background: transparent;
	}


	/* siteOrigin overrides */
	#kontakt-col-3 > .panel-grid-cell:first-child, #kontakt-col-3 > .panel-grid-cell:nth-child(2) {
		overflow: initial;
		position: initial;
	    width: calc(100% - 1 * 0px) !important;
	}

	#kontakt-col-3 > .panel-grid-cell:first-child {
		margin-bottom: 10px !important;
	}

	#kontakt-col-3 {
		flex-direction: column !important;
		flex-wrap: wrap !important;
	}
}

@media only screen and (max-width: 568px) {

	/* siteOrigin overrides */
}

@media only screen and (max-width: 567px) {
	[off-canvas*="left"] {
	    width: 45% !important;
	}

	#mobile-wrap .site-branding {
	    margin-bottom: 3em;
	}

	#mobile-wrap .site-branding a {
	    padding: 18px 10px !important;
	}

	#mobile-wrap .site-branding img {
	    max-width: 125px !important;
	}

	.mobile-navigation ul li {
	    font-size: 1.067rem;
	}

	.hmenu-wrapper {
	    top: 5px;
	    left: -4px;
	}

	.site-header .site-branding {
	    margin-left: 55px;
	    width: 160px;
	}

	.site-header .site-branding a {
	    padding: 18px 10px;
	}

	.site-branding img {
	    max-width: 130px;
	}

	.highlighted-texts {
	    margin-top: 18px;
	}

	.highlighted-texts li {
	    font-size: 1.333rem;
	}

	.highlighted-texts li + li {
	    margin-left: 10px;
	}

	.highlighted-texts li span {
	    padding: 0;
	}

	.site-content {
		font-size: 1rem;
	    padding: 1em 0 1.5em;
	}

	.mejs-overlay-button {
	    background-size: 50px auto;
	    height: 50px;
	    width: 50px;
	}

	.site-footer {
	    padding-left: 10px;
	    padding-right: 10px;
	    position: relative;
	}

	.site-footer .sider-left, .site-footer .sider-right {
	    padding: 0;
	    text-align: center;
	    width: 100%;
	}

	#footer-col-1 {
	    max-width: 100%;
	}

	#footer-col-2 {
	    display: inline-block;
	    float: none;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    top: 45px;
	    z-index: 9;
	}

	#footer-col-3 {
		float: right;
		margin-top: -28px;
	    max-width: 45%;
	    padding-left: 0;
	}

	#footer-col-4 {
		margin-top: 1.75em;
	    max-width: 100%;
	    padding-left: 0;
	}

	#footer-col-1 > .widget_text:first-child {
	    margin-bottom: 1.5em;
	}

	#footer-col-1 > .widget_text:last-child {
	    max-width: 45%;
	}

	#footer-col-2 > .widget_text:first-child .textwidget > p:first-child,
	#footer-col-2 > .widget_text:first-child .textwidget > p:first-child a {
	    margin: 0 auto;
	}

	#footer-col-4 > .widget_text:first-child, #footer-col-4 > .widget_text:last-child {
	    text-align: center;
	    width: 50%;
	}


	/* siteOrigin overrides */
	#side-2-col.ctr-content > .panel-grid-cell:first-child > .so-panel:first-child {
		margin-bottom: 1.5em !important;
	}

	#side-2-col.ctr-content > .panel-grid-cell:first-child .widget_sow-editor {
		margin-bottom: 2.5em;
	}

	.site-content .sider-right > .panel-layout > .panel-grid:first-child {
		margin-bottom: 0 !important;
	}

	#side-2-col.sp-content > .panel-grid-cell:first-child {
		margin-top: 30px !important;
	}
}

@media only screen and (max-width: 480px) {

	/* siteOrigin overrides */
	#kontakt-col-3 > .panel-grid-cell:last-child {
	    width: calc(100% - 1 * 0px) !important;
	}

	/*#forside-2-col > .panel-grid-cell:first-child, #side-2-col > .panel-grid-cell:first-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:first-child, #kontakt-col-3 > .panel-grid-cell:nth-child(2) {
	    margin-bottom: 10px !important;
	}*/

	#forside-2-col > .panel-grid-cell:first-child {
	    margin-bottom: 10px !important;
	}

	#forside-2-col > .panel-grid-cell:last-child {
	    display: block;
	}

	/*#forside-2-col > .panel-grid-cell:last-child, #side-2-col > .panel-grid-cell:last-child,
	#side-2-col.maerker-wrap > .panel-grid-cell:last-child, #kontakt-col-3 > .panel-grid-cell:last-child {
	    display: block;
	}*/
}

@media only screen and (max-width: 479px) {
	[off-canvas*="left"] {
	    width: 60% !important;
	}

	.mobile-navigation {
	    padding-left: 2em;
	}

	.site-header .sider-left {
	    padding-right: 10px;
	    width: 100%;
	}

	.site-header .sider-right {
	    display: none;
	}

	.site-header .site-branding {
		float: none;
	    margin: 0 auto;
	    width: 210px;
	}

	.site-header .site-branding a {
	    padding: 20px 10px;
	}

	.site-branding img {
	    max-width: 140px;
	}

	.site-content {
	    margin-top: 6.75em;
	}

	.mejs-overlay-button {
	    background-size: 40px auto;
	    height: 40px;
	    width: 40px;
	}


	/* siteOrigin overrides */
	#side-2-col.ctr-content > .panel-grid-cell:first-child .widget_sow-editor {
	    padding-left: 8%;
	    padding-right: 8%;
	}
}

@media only screen and (max-width: 414px) {
	.hmenu-wrapper {
	    top: 8px;
	    left: 0;
	}
}

@media only screen and (max-width: 413px) {
	[off-canvas*="left"] {
	    width: 70% !important;
	}

	#footer-col-2 {
		margin-bottom: 0.65em;
	    position: initial;
	}

	#footer-col-3 {
	    margin-top: 0;
	    max-width: 100%;
	}

	#footer-col-4 {
	    margin-top: 0.5em;
	    max-width: 100%;
	}

	#footer-col-1 > .widget_text:first-child {
	    margin-bottom: 0.5em;
	}

	#footer-col-1 > .widget_text:last-child {
		margin-bottom: 0.75em;
		max-width: 100%;
	}
}

@media only screen and (max-width: 374px) {
	.hmenu-wrapper {
		left: 8px;
	    top: 5px;
	}

	.site-header .site-branding {
	    float: right;
	    margin-left: 55px;
	    width: 225px;
	}

	.site-header .site-branding a {
	    padding: 18px 10px;
	}

	.site-branding img {
	    max-width: 125px;
	}

	.site-content {
	    margin-top: 6.45em;
	}

	.kontakt-formular > .row-wrap:first-child p {
		font-size: 0.9333rem;
	    margin-bottom: 10px !important;
	}

	.google-iframe .google-map {
	    min-height: 320px;
	}

	.site-footer {
	    font-size: 1.067rem;
	}

	#footer-col-4 > .widget_text:first-child, #footer-col-4 > .widget_text:last-child {
	    width: 100%;
	}

	#side-2-col.ctr-content > .panel-grid-cell:first-child .widget_sow-editor {
	    padding-left: 5%;
	    padding-right: 5%;
	}
}