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

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Saira:400,500,600,700');

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

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

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #314a37;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
    color: #000000;
    text-decoration: none;
    outline: none;
}

p {
    font-weight: 400;
}

h3, h5, h6, strong {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

h3 {
    font-size: 1.333rem;
}

strong {
    font-weight: 700;
}

blockquote {
    background: #f4f4f4;
    border-left: 3px solid #b82c26;
    line-height: 1.25;
    margin: 0 0 3.5em;
    padding: 1em 1.15em;
}
blockquote p {
    display: inline;
    font-size: 1.286rem;
}

.wrap,
.site-main {
    max-width: 1600px;
    margin: 0 auto 0;
}

.site-main  {
	margin-top: 18em;
}

.text-center {
    text-align: center;
}
.with-boxshadow {
    -webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
}

/* header */
.site-header {
    height: 190px;
    clear: both;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1500;
}
.gsticky .site-header {
    -webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.5);
}

.site-header-inner {
    position: relative;
    background: #ffffff;
}

.site-header__branding {
	overflow: hidden;
	display: flex;
	justify-content: center;
/*     float: left; */
/*     width: 50%; */
    height: 140px;
}

.site-header__branding img {
    float: left;
}

.site-header__branding span {
    color: #000000;
/*     display: inline-block; */
	display: none;
    padding-left: 0.3em;
    margin-top: 1.1em;
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    font-size: 2.667rem;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.site-header__branding span:hover {
    color: #29843f;
}

.site-header__headermenu-inner {
    max-width: 1725px;
    margin: 0 auto 0;
}

.site-header-top-wrap {
    max-width: 1725px;
    margin: 0 auto 0;
}

.site-header__topheader {
    height: 142px;
	display: none;
    background-color: #ffffff;
}

.site-header__topheader .widget_zen-addons-siteorigin-icon {
    border: 1px solid transparent;
    float: right;
    padding: 7px 25px 22px;
    margin: 2.2em 0 0 1.7em;
    height: 74px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.site-header__topheader .widget_zen-addons-siteorigin-icon:hover {
    border-color: #000000;
}

.site-header__topheader .zaso-icon__image {
    position: relative;
    top: 1px;
}

.site-header__topheader .zaso-icon__text {
    padding-left: 10px;
    color: #000000;
    position: relative;
    top: 2px;
    text-align: left;
    line-height: 1.6;
}

.site-header__topheader .zaso-icon__text a {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header__topheader .zaso-icon__text a:hover {
    color: #29843f;
}

.site-header__topheader .zaso-icon__text strong {
    display: block;
    font-size: 1.333rem;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
}

.site-header__headermenu {
    height: 49px;
    background-color: #314a37;
}

.theme-name-homepage-slider-wrap {
    padding-top: 191px;
}

.theme-name-homepage-slider-wrap .autokat-hero {
    font-family: Saira, sans-serif !important;
    font-weight: 400 !important;
}

.theme-name-homepage-slider-wrap .autokat-hero strong {
    font-family: Saira, sans-serif !important;
    font-weight: 500 !important;
    font-size: 3.333rem !important;
}

#header-menu {
    padding: 0;
    margin: 0.75em 0 0;
    list-style-type: none;
    float: right;
}

#header-menu > li {
    display: inline-block;
    margin-left: 0;
}
#header-menu > li:first-child {
    margin-left: 0;
}

#header-menu a {
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0.7855em 2.55em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
}

#header-menu .menu-item-has-children a {
    padding: 1.7em 1.5em 1.8em 0.5em;
}

#header-menu li:hover a,
#header-menu a:hover,
#header-menu .current-menu-ancestor a,
#header-menu .current-menu-parent a,
#header-menu .current_page_item a {
    background: #ffffff;
    color: #314a37;
}

#header-menu .sub-menu {
    display: none;
    background-color: #ffffff;
    position: absolute;
    min-width: 140px;
    left: 0;
    top: 48px;
    padding: 0;
    margin: 0;
    z-index: 1500;
}

#header-menu .sub-menu > li {
    list-style: none;
}

#header-menu .sub-menu a {
    display: block;
    color: #7a9125;
    line-height: 1.2;
    padding: 0.5em 1em 0.7em;
    box-shadow: none !important;
}

#header-menu .sub-menu a:hover {
    background-color: #7a9125;
    color: #ffffff;
}

#header-menu .menu-item-has-children {
    position: relative;
}

#header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

#header-menu .menu-item-has-children:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 0.5em;
    right: 0.4em;
    background: url('./img/dropdown.png') no-repeat center center;
}

/* content */
.page-template-common-tpl .entry-content p {
    font-size: 1rem;
    margin: 0 0 1.4em;
    line-height: 1.5;
}

.page-template-common-tpl .entry-content a {
  color: #fd4840;
}

.page-template-common-tpl .entry-content .textwidget p:first-child {
    margin-top: 0;
}

.page-template-common-tpl .entry-content .textwidget label {
    width: 160px;
    display: inline-block;
    margin-bottom: 0.5em;
}

.page-template-common-tpl .entry-content .long label {
    width: 245px;
}

.page-template-common-tpl .entry-content .widget-title {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0.7em;
    font-size: 1.2rem;
    font-weight: 500;
}

.page-template-common-tpl .entry-content .widget-title:after {
    display: block;
    content: '';
    margin-top: 0.5em;
    width: 34px;
    height: 4px;
    background-color: #29843f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-template-common-tpl .entry-content .widget-title:hover:after {
    width: 68px;
}

.entry-content h5 {
    font-size: 1.133rem;
    font-weight: 400;
    margin: 0 0 1.2em;
}

.entry-content h6 {
    font-size: 1.067rem;
    font-weight: 700;
    text-transform: normal;
}

.entry-content ul {
    margin: 0 0 0;
    padding: 0 0 0 1.35em;
    font-size: 1.6rem;
}

.entry-content ul li {
    font-size: 1.2rem;
    position: relative;
    list-style: none;
}

.entry-content ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 7px;
    background: url('./img/list-icon.png') no-repeat center center;
}

.entry-content ul li h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.entry-content .half li {
    width: 50%;
    float: left;
}

.showcase-box {
    background: #f6f6f6;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 2em 3em 2.5em;
    margin: -1.5em 0 -30px;
    text-align: center;
}

.showcase-box .ow-button-base.ow-button-align-left {
    text-align: center;
}

.showcase-box p {
    padding: 0 4em;
}

.showcase-box h3 {
    font-size: 1.533rem;
    display: block;
    cursor: pointer;
}

.showcase-box h3:after {
    content: '';
    display: block;
    text-align: center;
    margin: 0.35em auto 0;
    width: 34px;
    height: 3px;
    background-color: #29843f;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.showcase-box h3:hover:after {
    content: '';
    display: block;
    text-align: center;
    margin: 0.35em auto 0;
    width: 80px;
    height: 3px;
    background-color: #29843f;
}

.showcase-box .so-widget-image {
    margin-bottom: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.showcase-box .so-widget-image:hover {
    transform: scale(0.97);
}

.showcase-box .ow-button-base a {
    background: #ffffff !important;
    border: 2px solid #000000 !important;
    border-radius: 30px;
    box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.showcase-box .ow-button-base a:hover {
    background: #ffffff !important;
    border: 2px solid #29843f !important;
    border-radius: 30px;
    box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
}

.showcase-box .so-panel {
    margin-bottom: 0 !important;
}

.showcase-box .ow-button-base span {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.showcase-box .ow-button-base:hover .sow-icon-genericons {
    position: relative;
    -webkit-animation: backandforth 1s linear 0s;
    -webkit-animation-iteration-count: infinite;
    animation: backandforth 1s ease 0s;
    animation-iteration-count:infinite;
}

@-webkit-keyframes backandforth { 0%{left:0;} 50%{left:7.5%;} 100%{left:0;} }
@keyframes backandforth { 0%{left:0;} 50%{left:7.5%;} 100%{left:0;} }

/* kontakt */
.kontak-form {
    width: 406px;
    padding: 0.5em 2em 1.7em 3em;
}

.kontak-form .form-row {
    margin-bottom: 8px;
}

.kontak-form .form-row.align-right {
    text-align: right;
    margin: 0;
}

.kontak-form h3 {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 0.3em;
}

.kontak-form h3:before {
    content: '';
    display: block;
    left: -20px;
    top: 13px;
    width: 11px;
    height: 12px;
    background: url('./img/headline-icon.png') no-repeat center center;
    position: absolute;
}

.kontak-form:hover h3:before {
    -webkit-animation: kontaktbackandforth 2s linear 0s;
    -webkit-animation-iteration-count: infinite;
    animation: kontaktbackandforth 1s ease 0s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes kontaktbackandforth { 0%{left: -20px} 50%{left: -30px} 100%{left: -20px} }
@keyframes kontaktbackandforth { 0%{left: -20px} 50%{left: -30px} 100%{left: -20px} }

.kontak-form p {
    font-size: 0.9333rem;
}

.kontak-form input[type="text"],
.kontak-form input[type="email"],
.kontak-form textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0.5em 1em;
    outline: none;
    -webkit-transition: 0.3s all ease-in-out !important;
    -moz-transition: 0.3s all ease-in-out !important;
    transition: 0.3s all ease-in-out !important;
}

.kontak-form input[type="text"]:hover,
.kontak-form input[type="email"]:hover,
.kontak-form textarea:hover {
    border: 1px solid #000000;
}

.kontak-form input[type="text"]:focus,
.kontak-form input[type="email"]:focus,
.kontak-form textarea:focus {
    border: 1px solid #29843f;
}

.kontak-form input[type="text"]::-webkit-input-placeholder,
.kontak-form input[type="email"]::-webkit-input-placeholder,
.kontak-form textarea::-webkit-input-placeholder {
    color: #000000;
}

.kontak-form input[type="text"]::-moz-placeholder,
.kontak-form input[type="email"]::-moz-placeholder,
.kontak-form textarea::-moz-placeholder {
    color: #000000;
}

.kontak-form input[type="text"]:-ms-input-placeholder,
.kontak-form input[type="email"]:-ms-input-placeholder,
.kontak-form textarea:-ms-input-placeholder {
    color: #000000;
}

.kontak-form input[type="text"]:-moz-placeholder,
.kontak-form input[type="email"]:-moz-placeholder,
.kontak-form textarea:-moz-placeholder  {
    color: #000000;
}

.kontak-form input[type="submit"] {
    background-color: #29843f;
    border: 2px solid #29843f;
    border-radius: 20px;
    color: #ffffff;
    padding: 0.7em 2em;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.kontak-form input[type="submit"]:hover {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

.kontak-form .ajax-loader {
    display: none !important;
}

.konktak-form span.wpcf7-not-valid-tip {
    font-size: 11px !important;
}

.kontak-form textarea {
    height: 122px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.kont-main {
    border: 1px solid #29843f;
    padding: 2em 3em 2em 3.5em;
    height: 450px !important;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    background: #ffffff;
}

.kont-main .widget_zen-addons-siteorigin-icon {
    margin-left: -20px;
    margin-right: -20px;
}

.kont-main .widget_zen-addons-siteorigin-icon a {
    color: inherit;
}

.kont-main .form-row {
    margin-bottom: 0.5em;
}

.kont-main h3 {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.kont-main h3:before {
    content: '';
    display: block;
    left: -20px;
    top: 7px;
    width: 11px;
    height: 12px;
    background: url('./img/headline-icon.png') no-repeat center center;
    position: absolute;
}

.kont-main input[type="text"],
.kont-main input[type="email"],
.kont-main textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0.5em 1em;
    outline: none;
}

.kont-main textarea {
    height: 100px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0.5em 1em;
    outline: none;
}

#kontakt-box-widget input[type="text"]::-webkit-input-placeholder,
#kontakt-box-widget input[type="email"]::-webkit-input-placeholder,
#kontakt-box-widget textarea::-webkit-input-placeholder {
    color: #000000;
}

#kontakt-box-widget input[type="text"]::-moz-placeholder,
#kontakt-box-widget input[type="email"]::-moz-placeholder,
#kontakt-box-widget textarea::-moz-placeholder {
    color: #000000;
}

#kontakt-box-widget input[type="text"]:-ms-input-placeholder,
#kontakt-box-widget input[type="email"]:-ms-input-placeholder,
#kontakt-box-widget textarea:-ms-input-placeholder {
    color: #000000;
}

#kontakt-box-widget input[type="text"]:-moz-placeholder,
#kontakt-box-widget input[type="email"]:-moz-placeholder,
#kontakt-box-widget textarea:-moz-placeholder  {
    color: #000000;
}

#kontakt-box-widget input[type="text"].wpcf7-mathcaptcha {
    border-color: #b8bfc5;
}

#kontakt-box-widget input[type="submit"] {
    background-color: #314a37;
    border: none;
    border-radius: 0;
    color: #ffffff;
    height: 40px;
    padding: 0.25em 1em;
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    float: right;
    width: 160px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
#kontakt-box-widget input[type="submit"]:hover {
    background-color: #807d63;
}

#kontakt-box-widget .wpcf7-form p {
    margin: 0 0 0.5em;
}

.kont-main iframe {
    display: block;
    max-width: 420px;
    width: 413px;
    margin-top: 1.3em;
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: -0.8em;
    border: 1px solid #cfcfcf !important;
}

.kont-main .zaso-icon {
    padding-left: 30px;
}

.kont-main .zaso-icon__block {
    margin-bottom: 2.4em;
}

.kont-main .zaso-icon__media,
.kont-main .zaso-icon__text {
    float: left;
}

.kont-main .zaso-icon__text {
    max-width: 315px;
    padding-left: 30px;
}

.kont-main .zaso-icon__text p {
    margin-bottom: 1.1em;
}

.kont-main .zaso-icon__text p:first-child {
    margin-top: 0;
}

.kont-main h5 {
    font-size: 1.2rem !important;
    padding-left: 10px;
    padding-top: 20px;
    margin: 0;
}

.kont-main .zaso-icon__media {
    width: 35px;
}

.site-floating-form div.wpcf7-validation-errors,
.site-floating-form div.wpcf7-mail-sent-ok {
    border: none !important;
    font-size: 13px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
    padding: 1em 0 0 !important;
    position: absolute;
	text-align: center;
    bottom: 0;
    left: 45px;
    color: #ff0000;
}

.kont-main div.wpcf7-validation-errors,
.kont-main div.wpcf7-mail-sent-ok {
    border: none !important;
    font-size: 13px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
    padding: 1em 0 0 !important;
    position: absolute;
	text-align: center;
    bottom: -25px;
    left: 0;
    color: #ff0000;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: none !important;
    font-size: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    position: absolute;
    bottom: -22px;
    text-align: center;
    left: 0;
    color: #ff0000;
}

.site-floating-form div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ok,
.kont-main div.wpcf7-mail-sent-ok {
    color: #29843f !important;
}

.wpcf7-form-control-wrap {
    position: relative !important;
    display: block !important;
}

span.wpcf7-not-valid-tip {
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: normal !important;
    display: block !important;
    position: absolute !important;
    right: 6px !important;
    z-index: 15 !important;
    padding: 2px 5px 4px !important;
    width: 141px !important;
    top: 0;
    line-height: 1;
    background: #fd4840 !important;
    text-align: left !important;
}

#bottom-section-wrap div.wpcf7-validation-errors,
#bottom-section-wrap div.wpcf7-mail-sent-ok {
    color: #ffffff !important;
}

/* widgets overrides */
.produkt-carousel {
    padding: 3.3em 0 2em;
    background: url('./img/bgbg.png') no-repeat center center;
    background-size: cover;
    max-height: 291px;
    height: 291px;
    margin-top: 4em;
}

.zaso-video {
    margin-bottom: 3em;
    cursor: pointer;
}

.zaso-video__box {
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.45);
}

.zaso-video__content ul {
    margin-top: 1em;
}

.zaso-video__content ul li {
    font-size: 0.9rem;
}

.zaso-video__content a {
    color: #fd4840;
}

/* footer */
.upper-section {
    max-width: 1600px;
    margin: auto;
    padding: 4em 2.5em 0;
    overflow: hidden;
}

.upper-section a {
    color: inherit;
}

.upper-section .widget-title {
    display: inline-block;
    padding: 0 0 0.3em;
    margin: 0 0 1em;
    border-bottom: 1px solid #7a9125;
    font-weight: 400;
    font-size: 1.067rem;
    text-transform: uppercase;
}

.footer-col1,
.footer-col2,
.footer-col3,
.footer-col4 {
    width: 25%;
    float: left;
}

.footer-col2,
.footer-col3,
.footer-col4 {
    padding-top: 25px;
    padding-bottom: 40px;
}

.footer-col1 .widget {
    font-size: 0.9333rem;
    margin: 0;
}
.footer-col1 .widget_sow-editor {
    padding-left: 10px;
    padding-top: 0;
}
.footer-col1 .widget_sow-editor p {
    margin-top: 5px;
}

.footer-col2 .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col2 h3,
.footer-col3 h3,
.footer-col4 h3{
    font-size: 1.6rem;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.footer-col2 p,
.footer-col3 p,
.footer-col4 p {
    font-size: 0.8667rem;
}

.footer-col3 .zaso-icon-group__media {
    position: relative;
    top: 15px;
    vertical-align: top;
}

.footer-col3 .zaso-icon-group__text {
    padding-left: 20px;
    margin-bottom: 1.2em;
    text-align: left;
}

.lower-section {
	display: none;
    background-color: #314a37;
    height: 45px;
    padding: 12px 0;
    text-align: center;
}

.lower-section a {
    font-size: 0.9333rem;
    color: #ffffff;
}

.lower-section a > strong {
    font-size: 0.9333rem;
    color: #ee1a1a;
}

.home .hentry {
    margin: 0;
}

.home-footer-call-action {
    height: 421px;
    overflow: hidden;
}

.home-footer-call-action .panel-grid-cell {
    height: 100%;
}

.home-footer-call-action .panel-grid-cell .so-widget-sow-editor {
    padding: 4.5em 9em 0 10em;
}

.home-footer-call-action img {
    margin: 1em 3em 0 0;
}

.home-footer-call-action h3 {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 1em;
}

.home-footer-call-action h3:before {
    content: '';
    display: block;
    left: -20px;
    top: 13px;
    width: 11px;
    height: 12px;
    background: url('./img/headline-icon.png') no-repeat center center;
    position: absolute;
}

.home-footer-call-action a,
.home-footer-call-action input[type="submit"] {
    background: #29843f;
    color: #ffffff;
    padding: 0.5em 1.3em;
    border: 2px solid #29843f;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 30px;
    box-sizing: border-box;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.home-footer-call-action a:hover,
.home-footer-call-action input[type="submit"]:hover {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

.home-footer-call-action a {
    text-align: right;
    float: right;
}

div.wpcf7 {
    position: relative;
}

.form-row.half {
    width: 50%;
    float: left;
    height: 165px;
}

.form-row br {
    display: none;
}

.form-row.half input[type="text"],
.form-row.half input[type="email"] {
    padding: 1em;
    margin: 0 0 8px;
    border-radius: 0;
    width: 98%;
    height: 47px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: 1px solid #b8bfc5;
}

.form-row.half input[type="text"]:hover,
.form-row.half input[type="email"]:hover {
    border: 1px solid #000000;
}

.form-row.half input[type="text"]:focus,
.form-row.half input[type="email"]:focus {
    border: 1px solid #314a37;
}

.form-row.half textarea {
    height: 157px;
    padding: 1em;
    margin: 0 0 8px;
    border-radius: 0;
    border: 1px solid #b8bfc5;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 100%;
}

.form-row.half textarea:hover {
    border: 1px solid #000000;
}

.form-row.half textarea:focus {
    border: 1px solid #314a37;
}

.form-row.full {
    width: 100%;
    clear: both;
    text-align: right;
}

.form-row.full input[type="submit"] {
    text-align: right;
    font-family: inherit;
    padding: 0.7em 1.5em 0.8em;
    max-height: 40px;
    font-size: 1rem;
    border: 2px solid #29843f;
}

.form-row.full input[type="submit"]:hover {
    padding: 0.7em 1.5em 0.8em;
    border: 2px solid #000000;
}

#bottom-section-wrap .form-row.full {
    padding-right: 0;
    padding-top: 5px;
    position: relative;
}
#bottom-section-wrap .form-row.mathcap > .wpcf7-form-control-wrap {
    padding-right: 3em;
}
#bottom-section-wrap .form-row.half input[type="text"],
#bottom-section-wrap .form-row.half input[type="email"],
#bottom-section-wrap input[type="text"].wpcf7-mathcaptcha,
#bottom-section-wrap .form-row.half textarea {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
#bottom-section-wrap .form-row.half textarea {
    width: 100%;
}
#bottom-section-wrap .form-row.full input[type="submit"] {
    background-color: #807d63;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 145px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#bottom-section-wrap .form-row.full input[type="submit"]:hover {
    background-color: #ffffff;
    color: #314a37;
}
#bottom-section-wrap ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1 !important;;
}
#bottom-section-wrap ::-moz-placeholder {
    color: #ffffff;
    opacity: 1 !important;;
}
#bottom-section-wrap :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1 !important;;
}
#bottom-section-wrap :-moz-placeholder {
    color: #ffffff;
    opacity: 1 !important;;
}
#bottom-section-wrap div.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
}

/* headings */
.heading-set {
    margin-bottom: 2em;
}
.heading-set h1 {
    padding-top: 1em;
    margin-bottom: 0.6em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 0.5 !important;
}
.heading-set h1 span {
    color: #314a37;
    font-weight: 700;
}
.heading-set .decoration {
    position: relative;
    margin-bottom: 3.5em !important;
}
.heading-set .decoration:before,
.heading-set .decoration:after {
    background-color: #314a37;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
}
.heading-set .decoration:before {
    height: 2px;
    width: 465px;
}
.heading-set .decoration:after {
    bottom: -1px;
    height: 4px;
    width: 145px;
}
.heading-set .sow-sub-headline,
.subheading-set .sow-sub-headline {
    font-weight: 700;
}
.heading-set .sow-sub-headline span,
.subheading-set .sow-sub-headline span {
    display: inline-block;
    font-weight: 400 !important;
    width: 100%;
}

/* responsive menu */
#right-menu {
  display: none;
  width: 50px;
  height: 58px;
  position: absolute;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1500;
  transition: .25s ease-in-out;
  box-sizing: border-box;
  left: 0;
  top: 139px;
}

#right-menu span {
  display: block;
  background: #314a37;
  border-radius: 0;
  transition: .25s ease-in-out;
  box-sizing: border-box;
}

#right-menu #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

#right-menu #hamburger span {
	width: 100%;
	height: 5px;
	position: relative;
	top: 4px;
	left: 0;
	margin: 8px 0 0;
}

#right-menu #hamburger span:nth-child(1) {
  transition-delay: .5s;
}

#right-menu #hamburger span:nth-child(2) {
  transition-delay: .625s;
}

#right-menu #hamburger span:nth-child(3) {
  transition-delay: .75s;
}

#right-menu #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

#right-menu #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 15%;
  left: 27px;
  transition-delay: 0s;
}

#right-menu #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 15%;
  top: 28px;
  transition-delay: .25s;
}

.sidr {
    background-color: #ffffff;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 0;
}
.sidr-open .sidr {
    -webkit-box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.5);
}

.sidr.right {
  left: auto;
  right: -300px;
}

.sidr.left {
  left: -280px;
  right: auto;
}

.sidr .sidr-inner-wrap {
    padding: 1em;
}

.sidr .menu-header-menu-container {
  display: block;
}

.sidr ul {
  padding: 0;
  margin: 2.8em 0 0;
  list-style-type: none;
}

.sidr ul .sub-menu {
  margin: 0 0 0 1em;
}

.sidr li {
  margin-bottom: 0.8em;
}

.sidr .sub-menu li {
  margin-top: 0.4em;
}

.sidr a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.sidr a:hover {
  color: #45634c;
}

#sidr-closer {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 0.3em 0.7em 0.4em;
  line-height: 1;
  color: #ffffff;
  font-family: inherit;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sidr-closer:hover {
  background-color: #314a37;
  border: 1px solid #314a37;
}

.sidr .site-branding,
.sidr .sidr-copyright {
    text-align: center;
}
.sidr .site-branding {
    margin-bottom: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
}
.sidr .sidr-copyright {
    font-size: 0.8125rem;
}
.sidr .menu-header-menu-container,
.sidr .menu-header-menu-container * {
    line-height: 150% !important;
}
.sidr .menu-header-menu-container ul {
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sidr .menu-header-menu-container li {
    margin: 0 !important;
    position: relative;
}
.sidr .menu-header-menu-container li:before,
.sidr .menu-header-menu-container li:after {
    background-color: #d2d2d2;
    content: '';
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.sidr .menu-header-menu-container li:before {
    height: 1px;
    top: 0;
}
.sidr .menu-header-menu-container li:last-child:after {
    bottom: 0;
    height: 1px;
}
.sidr .menu-header-menu-container .sub-menu li:last-child:after {
    height: 0;
}
.sidr .menu-header-menu-container li > a {
    color: #000000;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 10px 10px 10px 2em;
    position: relative;
    width: 100%;
    -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;
    transition: all 0.3s ease-in-out 0s;
}
.sidr .menu-header-menu-container li > a:before {
    background-color: #000000;
    content: '';
    display: inline-block;
    height: 6px;
    left: 15px;
    margin: 0;
    position: absolute;
    top: 18px;
    width: 6px;
    -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;
    transition: all 0.3s ease-in-out 0s;
}
.sidr .menu-header-menu-container .menu > li > a:hover,
.sidr .menu-header-menu-container .menu > .current-menu-item > a,
.sidr .menu-header-menu-container .menu > .current-menu-ancestor > a,
.sidr .menu-header-menu-container .menu .sub-menu li a:hover,
.sidr .menu-header-menu-container .menu .current-menu-ancestor > a,
.sidr .menu-header-menu-container .menu > li.menu-item-has-children:hover > a {
    background-color: #314a37 !important;
    color: #ffffff !important;
}
.sidr .menu-header-menu-container li > a:hover:before,
.sidr .menu-header-menu-container .menu > .current-menu-item > a:before,
.sidr .menu-header-menu-container .menu > .current-menu-ancestor > a:before,
.sidr .menu-header-menu-container .menu .sub-menu li a:hover:before,
.sidr .menu-header-menu-container .menu .current-menu-ancestor > a:before,
.sidr .menu-header-menu-container .menu > li.menu-item-has-children:hover > a:before {
    background-color: #ffffff;
}
.sidr .menu-header-menu-container li.menu-item-has-children {
    position: relative;
}
.sidr .menu-header-menu-container li.menu-item-has-children .caret {
    background: url('assets/images/icon-caret.png') no-repeat 20px center;
    cursor: pointer;
    height: 42px;
    right: 0;
    position: absolute;
    top: 0;
    width: 45px;
    z-index: 2;
    -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;
    transition: all 0.3s ease-in-out 0s;
}
.sidr .menu-header-menu-container li.par-active > .caret,
.sidr .menu-header-menu-container li.sub-open li.par-active > .caret,
.sidr .menu-header-menu-container .menu > li.menu-item-has-children:hover > .caret,
.sidr .menu-header-menu-container .menu > li.current-menu-item > .caret,
.sidr .menu-header-menu-container .menu > li.current-page-parent > .caret {
    background-image: url('assets/images/icon-caret-actv.png');
}
.sidr .menu-header-menu-container li.par-active > .caret,
.sidr .menu-header-menu-container li.sub-open li.par-active > .caret {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.sidr .menu-header-menu-container li.sub-open > a  {
    background-color: #314a37 !important;
    color: #ffffff !important;
}
.sidr .menu-header-menu-container li.sub-open > a:before {
    background-color: #ffffff;
}
.sidr .menu-header-menu-container .sub-menu {
    display: none;
}
.sidr .menu-header-menu-container .sub-menu li:first-child {
    border-top: 0 !important;
}
.sidr .menu-header-menu-container .sub-menu li:last-child {
    border-bottom: 0 !important;
}
.sidr .menu-header-menu-container .sub-menu li > a {
    padding-left: 45px;
    position: relative;
}
.sidr .menu-header-menu-container .sub-menu .sub-menu li > a {
    padding-left: 60px;
}
.sidr .menu-header-menu-container .sub-menu li > a:before {
    left: 30px;
}
.sidr .menu-header-menu-container .sub-menu .sub-menu li > a:before {
    left: 45px;
}
.sidr .menu-header-menu-container .menu ul > li:hover > a,
.sidr .menu-header-menu-container .menu ul > li.current-menu-item > a {
    background-color: #314a37 !important;
    color: #ffffff !important;
}
.sidr .menu-header-menu-container .menu ul > li:hover > a:before,
.sidr .menu-header-menu-container .menu ul > li.current-menu-item > a:before {
    background-color: #ffffff;
}
.sidr .sidr-kontakt-wrap {
    margin-bottom: 2em;
    margin-top: 2.5em;
}
.sidr .sidr-kontakt-wrap .widget_zen-addons-siteorigin-icon {
    border: 1px solid #d2d2d2;
    margin: 0 !important;
    padding: 0.65em 1em;
}
.sidr .sidr-kontakt-wrap .widget_zen-addons-siteorigin-icon:first-child {
    margin-bottom: 5px !important;
}
.sidr .sidr-kontakt-wrap .widget_zen-addons-siteorigin-icon img {
    max-width: 35px;
}
.sidr .sidr-kontakt-wrap .zaso-icon__text {
    font-size: 0.8125rem;
    line-height: 1.25;
    padding-left: 5px;
    text-align: left;
}
.sidr .sidr-kontakt-wrap .zaso-icon__text a {
    font-size: 1.063rem;
}

/* revolution slider */
.autokat-hero br {
    display: none;
}

.autokat-hero .main,
.autokat-hero .sub {
    display: block !important;
    font-size: 2.667rem !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 4px #000000;
}

.autokat-hero .main {
    margin-top: -0.3em !important;
    margin-bottom: 1em !important;
}

.autokat-hero .sub {
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
}

.autokat-hero strong {
    display: block !important;
    margin-bottom: 0.2em !important;
    text-shadow: 0 2px 4px #000000;
    font-weight: 500 !important;
}

.entry-content .sow-image-container > .so-widget-image {
    position: relative;
    top: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.entry-content .sow-image-container > .so-widget-image:hover {
    top: -1em;
}

#fullwidth-solid-wrap {
    padding-bottom: 2.5em;
    padding-top: 3.75em;
    -webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
}
#fullwidth-dark-wrap {
    color: #ffffff;
}
#fullwidth-dark-wrap a {
    color: #ffffff;
}
#fullwidth-dark-wrap a:hover {
    color: #aaaaaa;
}
#fullwidth-dark-col > .panel-grid-cell:last-child {
    text-align: center;
}

#forside-colbox-wrap {
    -webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
}
#forside-colbox-wrap a {
    color: #45634c;
}
#forside-colbox-wrap a:hover {
    color: #000000;
}
#forside-colbox-wrap > .panel-grid-cell {
    padding: 4em 6.25em 2.75em;
}
#forside-colbox-wrap > .panel-grid-cell:first-child {
    background-color: #314a37;
    color: #ffffff;
}
#forside-colbox-wrap > .panel-grid-cell:last-child {
    background-color: #f0f3e3;
}
#forside-colbox-wrap #widget-heading h2 {
    color: #000000;
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 1em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#forside-colbox-wrap #widget-heading h2 strong {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 400;
    width: 100%;
}
#forside-colbox-wrap > .panel-grid-cell:first-child #widget-heading h2 {
    color: #ffffff;
}
#forside-colbox-wrap .so-widget-sow-image .so-widget-image {
    vertical-align: top;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#forside-colbox-wrap .so-widget-sow-image:hover .so-widget-image {
    top: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#forside-colbox-wrap > .panel-grid-cell blockquote {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.85;
    margin: 1em 0 0;
    padding: 0.5em 1em 0.75em;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.45);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.45);
}
#forside-colbox-wrap > .panel-grid-cell blockquote:hover {
    top: -10px;
}
#forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
    background-color: #807d63;
    border: 1px solid #c7c5b1;
}
#forside-colbox-wrap > .panel-grid-cell:last-child blockquote {
    background-color: #e7eeca;
    border: 1px solid #d4dbba;
}
#forside-colbox-wrap > .panel-grid-cell blockquote p {
    font-size: 1rem;
    margin: 0;
}

#forside-box-wrap {
    -webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3);
}
#forside-box-wrap a {
    color: #000000;
    font-weight: 700;
}
#forside-box-wrap a:hover {
    color: #29843f;
}
#forside-box-wrap a strong {
    color: #000000;
}
#forside-box-wrap a:hover strong {
    color: #29843f;
}
#forside-box-wrap > .panel-grid-cell {
    padding-bottom: 2.5em;
    position: relative;
}
#forside-box-wrap > .panel-grid-cell + .panel-grid-cell:before {
    background-color: #d2d2d2;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    width: 1px;
}
#forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
    padding-left: 3.25em;
    padding-right: 3.25em;
}
#forside-box-wrap > .panel-grid-cell .so-panel #widget-heading {
    padding-bottom: 2.5em;
    padding-top: 1.15em;
    position: relative;
}
#forside-box-wrap > .panel-grid-cell .so-panel #widget-heading p {
    margin: 0;
}
#forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
    padding-left: 5em;
}
#forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
    padding-right: 5em;
}
#forside-box-wrap > .panel-grid-cell:first-child .so-panel:first-child #widget-heading {
    background: url('img/sende-dem-til-os-med-pakkepost-image.jpg') no-repeat center center;
}
#forside-box-wrap > .panel-grid-cell:nth-child(2) .so-panel:first-child #widget-heading {
    background: url('img/besoege-os-image.jpg') no-repeat center center;
}
#forside-box-wrap > .panel-grid-cell:last-child .so-panel:first-child #widget-heading {
    background: url('img/vi-afhenter-dem-image.jpg') no-repeat center center;
}
#forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading {
    margin-bottom: 0.75em;
}
#forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
    vertical-align: top;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img:hover {
    top: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#forside-box-wrap #widget-heading h2 {
    color: #ffffff;
    font-size: 1.75rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding-bottom: 0.5em;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#forside-box-wrap #widget-heading h2:before {
    background-color: #ffffff;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 70px;
}
#forside-box-wrap #widget-heading h2 strong {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 400;
    width: 100%;
}
/*#forside-box-wrap .so-widget-sow-image .widget-title {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding-bottom: 0.5em;
    position: relative;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#forside-box-wrap .so-widget-sow-image .widget-title:before {
    background-color: #ffffff;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 70px;
}
#forside-box-wrap .so-widget-sow-image .widget-title span {
    font-weight: 400;
}*/

#emballering-col-2 > .panel-grid-cell .so-widget-sow-image {
    border: 1px solid #e4e4e4;
    padding: 2.5em 1em 1.65em;
    position: relative;
    top: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
#emballering-col-2 > .panel-grid-cell .so-widget-sow-image:hover {
    top: -1em;
}
#emballering-col-2 > .panel-grid-cell .sow-image-container:hover > .so-widget-image {
    top: 0;
}
#emballering-col-2 > .panel-grid-cell .so-widget-sow-image .widget-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); 
    -webkit-text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); 
    -moz-text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

#fullwidth-dark-wrap #dark-col-2 {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
#fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:first-child {
	position: relative;
}
#fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:last-child {
    padding: 4.5em 2em 4.75em;
}
#fullwidth-dark-wrap #dark-col-2 .sow-image-container {
    overflow: hidden;
    position: absolute;
    top: -4.5em;
    z-index: 1;
}
#fullwidth-dark-wrap #dark-col-2 .so-widget-image {
    vertical-align: top;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
#fullwidth-dark-wrap #dark-col-2:hover .so-widget-image {
    top: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#fullwidth-dark-wrap #dark-col-2 #kontakt-border-box {
    border-color: #a6a492 !important;
    min-height: 170px;
}
#fullwidth-dark-wrap #dark-col-2 #kontakt-border-box a {
    background-color: #314a37 !important;
}
#fullwidth-dark-wrap #dark-col-2 #kontakt-border-box a:hover {
    background-color: #f0f3e3 !important;
}
#fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child {
    text-align: right;
}
#fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child #kontakt-border-box {
    padding: 1.5em 1.75em;
}
#fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child #kontakt-border-box p:first-child {
    margin-bottom: 1.15em;
}

#bottom-section-wrap #bottom-col-2 {
    background-color: #314a37;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
#bottom-section-wrap #bottom-col-2 > .panel-grid-cell:first-child {
    position: relative;
}
#bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
    padding: 3.55em 6em;
}
#bottom-section-wrap #bottom-col-2 .sow-image-container {
    overflow: hidden;
    position: absolute;
    top: -4.5em;
    z-index: 1;
}
#bottom-section-wrap #bottom-col-2 .so-widget-image {
    vertical-align: top;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
#bottom-section-wrap #bottom-col-2:hover .so-widget-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#bottom-section-wrap .wpcf7-form h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
    -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#bottom-section-wrap .wpcf7-form h2 strong {
    font-weight: 700;
}

#kontakt-border-box {
    background-color: transparent;
    border: 1px solid #6f8173;
    display: inline-block;
    max-width: 345px;
    padding: 1.25em 1.75em;
    text-align: left;
    width: 100%;
}
#kontakt-border-box p {
    margin: 0;
}
#kontakt-border-box a {
    background-color: #807d63;
    display: inline-block;
    height: 52px;
    margin: 1.75em 0 0;
    padding: 0.8em 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
#kontakt-border-box a:hover {
    background-color: #f0f3e3;
    color: #000000;
}

/** Back to Top **/
#back-top {
    background: url('img/top-bottom.png') no-repeat center center #807d63;
    background-size: 10px;
    bottom: 70px;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 25px;
    width: 40px;
    z-index: 10;
    -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;
    transition: all 0.3s ease-in-out 0s;
}
#back-top:hover {
    background-color: #29843f;
}
#back-top.show {
    opacity: 1;
}

.post-1327 .entry-content h3 {
	margin-bottom: 10px;
}

/* responsive */
.menu-toggle {
    display: none;
}

@media all and (max-width: 1880px) {
	.heading-set h1 {
		font-size: 3rem !important;
	}

	#forside-colbox-wrap > .panel-grid-cell {
		padding-left: 4.5em !important;
		padding-right: 4.5em !important;
	}
	#forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
	    font-size: 1.875rem;
	}

	#forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
	    padding-left: 4.5em;
	}
	#forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
	    padding-right: 4.5em;
	}
	#forside-box-wrap #widget-heading h2,
	#forside-box-wrap #widget-heading h2 strong {
	    font-size: 1.625rem;
	}

	#fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:last-child {
	    padding: 3.25em 2em 4.25em;
	}
	#bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
		background-color: #314a37;
	    padding: 3.5em 4em;
		position: relative;
		z-index: 1;
	}

	#pg-21-3 #col-6-6 > .panel-grid-cell {
		width: calc(50% - 1 * 4em) !important;
	}
	
	.post-1327 #col-6-6 > .panel-grid-cell {
		width: calc(50% - 1 * 50px) !important;
	}
	.post-1327 #col-6-6 > .panel-grid-cell .panel-widget-style {
		padding-left: 0 !important;
	}
}

@media all and (max-width: 1780px) {
    .home-footer-call-action {
        height: 470px;
        overflow: hidden;
    }

    .form-row.half textarea {
        width: 100%;
    }

    .form-row.full {
        padding-right: 0;
        padding-top: 20px;
    }

    .home-footer-call-action .panel-grid-cell .so-widget-sow-editor {
        padding: 4.5em 6em 0 10em;
    }

    .heading-set h1 {
	    font-size: 2.813rem !important;
	}
	.heading-set .decoration:before {
	    width: 410px;
	}

	.site-header-top-wrap,
	.site-header__headermenu {
		padding-left: 1em;
		padding-right: 1em;
	}

	#kontakt-box-widget .form-row.mathcap {
	    padding-top: 0;
	}

	#forside-box-wrap > .panel-grid-cell:nth-child(2):after {
		background-color: #d2d2d2;
	    bottom: 0;
	    content: '';
	    display: inline-block;
	    height: 100%;
	    margin: 0;
	    position: absolute;
	    right: 0;
	    width: 1px;
	    z-index: -1;
	}
	#forside-box-wrap > .panel-grid-cell:last-child:before {
	    width: 0;
	}
	#forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
	    padding-left: 3.25em;
	}
	#forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
	    padding-right: 3.25em;
	}

	#forside-colbox-wrap > .panel-grid-cell blockquote {
		line-height: 1.5;
	}

	#emballering-col-2 > .panel-grid-cell {
		width: calc(50% - 1 * 2em) !important;
	}

	#video-col-2 > .panel-grid-cell {
		width: calc(50% - 1 * 4em) !important;
	}

	#kontakt-col-2 > .panel-grid-cell {
		width: calc(50% - 1 * 1.5em) !important;
	}
	#kontakt-info-widget,
	#kontakt-box-widget {
		padding-top: 2.5em;
	}

	#pg-25-1 .wrap > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel > .panel-widget-style {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}

@media all and (max-width: 1680px) {
    .wrap,
    .site-main {
        max-width: 1500px;
        margin: 0 auto 0;
    }
	
	.site-main {
		margin-top: 18em !important;
	}

    .upper-section {
        max-width: 1500px;
        margin: 0 auto 0;
    }

    #header-menu > li {
        display: inline-block;
    }

    .showcase-box-secondary-wrapper .so-widget-sow-editor-base {
        height: 100%;
        padding: 1em 1em 2em 2em;
    }

    .showcase-box-secondary-wrapper .sow-image-container {
        height: 270px;
        overflow: hidden;
    }

    .showcase-box-secondary-wrapper .panel-grid-cell {
        position: relative;
        height: 269px;
    }

    .produkt-box {
        height: 144px;
        margin: 0 8px;
        text-align: center;
        border: 1px solid #ffffff;
        overflow: hidden;
    }

    .kontak-form h3 {
        font-size: 1.2rem;
        line-height: 1.25;
        position: relative;
    }

    .kont-main iframe {
        display: block;
        max-width: 420px;
        width: 388px;
        margin-top: 1.3em;
        margin-left: -2em;
        margin-right: -2em;
        margin-bottom: -0.8em;
        border: 1px solid #cfcfcf !important;
    }

    .kontak-form {
        background: #ffffff;
        width: 100%;
        border: 1px solid #cfcfcf;
        padding: 0.5em 2em 1.7em 3em;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    }

    .autokat-hero br {
        display: none;
    }

    .autokat-hero .main,
    .autokat-hero .sub {
        display: block !important;
        font-size: 2.6rem !important;
        font-weight: 400 !important;
        text-shadow: 0 2px 4px #000000;
    }

    .autokat-hero .sub {
        line-height: 1 !important;
        margin-top: 0.5em !important;
        margin-bottom: 0.5em !important;
    }

    .autokat-hero .main {
        margin-bottom: 0.3em !important;
    }

    .autokat-hero strong {
        display: block !important;
        margin-bottom: 0em !important;
        text-shadow: 0 2px 4px #000000;
        font-weight: 500 !important;
        line-height: 1 !important;
    }

    .hentry {
    	margin: 0;
    }
    .page-template-full-width-btm-tpl .hentry {
    	margin-bottom: 1.5em;
    }
    .site-header-top-wrap {
    	max-width: 100%;
    }
    .site-footer .upper-section {
    	max-width: 100% !important;
    	padding-left: 1em !important;
    	padding-right: 1em !important;
    	padding-top: 2.5em !important;
    }

    #forside-colbox-wrap > .panel-grid-cell {
	    padding-left: 3.25em !important;
	    padding-right: 3.25em !important;
	    padding-top: 3.5em !important;
	}
	#forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
	    font-size: 1.75rem;
	}

    #forside-box-wrap #widget-heading h2,
    #forside-box-wrap #widget-heading h2 strong {
	    font-size: 1.5rem;
	}
	#forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
		height: 130px;
		width: auto;
	}

	#bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
	    padding: 2.25em 3em;
	}
	#bottom-section-wrap .wpcf7-form p:nth-child(3) {
		margin: 5px 0 10px;
	}

	#panel-21-2-1-0 > .panel-widget-style,
	#panel-21-4-0-0 > .panel-widget-style {
	    padding-right: 5em !important;
	}
}

@media all and (max-width: 1599px) {
	.heading-set {
	    margin-bottom: 1.25em;
	}
	.heading-set h1 {
	    font-size: 2.625rem !important;
	    margin-bottom: 0.5em;
	    padding-top: 0.65em;
	}

	#forside-box-wrap #widget-heading h2,
	#forside-box-wrap #widget-heading h2 strong {
	    font-size: 1.438rem;
	}
	#forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
	    height: 115px;
	}

	#forside-colbox-wrap {
		background-color: #314a37;
	}
	#forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
		margin-top: 40px;
	}

	#pg-11-2 #col-6-6 > .panel-grid-cell .panel-widget-style {
		padding-left: 2em !important;
	}
	
	.post-1327 #col-6-6 > .panel-grid-cell {
		width: calc(50% - 1 * 35px) !important;
	}
}

@media all and (max-width: 1536px) {
	.wrap, .site-main {
	    max-width: 1400px;
	}

/* 	.site-header__branding {
	    width: 55%;
	} */
	.site-header__topheader .widget_zen-addons-siteorigin-icon {
		margin-left: 1em;
	}
	
	#header-menu a {
		padding-left: 2em;
		padding-right: 2em;
	}

    .kont-main h5 {
        font-size: 1.2rem !important;
        padding-left: 0;
        padding-top: 20px;
        margin: 0;
    }

    .kont-main .widget_zen-addons-siteorigin-icon {
        margin-left: -30px;
        margin-right: -30px;
    }

    .kont-main .zaso-icon__media {
        width: 35px;
    }

    .heading-set h1 {
	    font-size: 2.5rem !important;
	}
	.heading-set .decoration:before {
	    width: 350px;
	}
	.heading-set .decoration:after {
	    width: 120px;
	}

    #forside-box-wrap #widget-heading h2 {
    	min-height: 100px;
    }

    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
    	max-width: 500px;
    }
    #forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
	    margin-top: 36px;
	}

    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image .widget-title {
	    font-size: 1.875rem;
	}

	#emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:first-child {
		width: calc(45% - 1 * 10px) !important;
	}
	#emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:last-child {
		width: calc(55% - 1 * 10px) !important;
	}

	#fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:last-child {
	    padding: 2.5em 2em 3em;
	}
	#dark-col-2 > .panel-grid-cell:last-child > .so-panel:first-child {
		margin-bottom: 2.25em !important;

	}
	#dark-col-2 .subheading-set .sow-sub-headline {
		font-size: 1.375rem;
		line-height: 1.25em;
	}
	#fullwidth-dark-wrap #col-4-8 .sow-sub-headline {
		line-height: 1.25em;
	}
	#fullwidth-dark-wrap #col-4-8 > .panel-grid-cell:last-child > .so-panel:first-child > .panel-widget-style {
		padding-top: 1em !important;
	}
	#fullwidth-dark-col > .panel-grid-cell:first-child {
		width: calc(55% - 1 * 20px) !important;
	}
	#fullwidth-dark-col > .panel-grid-cell:last-child {
		width: calc(45% - 1 * 20px) !important;
	}
	#fullwidth-dark-col2 > .panel-grid-cell {
		width: calc(50% - 1 * 5px) !important;
	}

	#emballering-col-2 {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	#emballering-col-2 > .panel-grid-cell {
	    width: calc(50% - 1 * 1em) !important;
	}

	#video-col-2 {
		padding-left: 4% !important;
		padding-right: 4% !important;
	}

	#pg-21-2 #col-6-6 > .panel-grid-cell,
	#pg-21-3 #col-6-6 > .panel-grid-cell,
	#pg-21-4 #col-6-6 > .panel-grid-cell {
	    width: calc(50% - 1 * 2.5em) !important;
	}
	#pg-21-3 #col-6-6 > .panel-grid-cell .padded-child {
	    padding: 0 !important;
	}
    #panel-11-1-1-0 > .panel-widget-style {
    	padding: 0 !important;
    }
    #panel-11-1-0-0 > .panel-widget-style,
    #panel-21-4-0-0 > .panel-widget-style,
    #panel-21-2-1-0 > .panel-widget-style {
    	padding-left: 0 !important;
    }
    #panel-21-2-1-0 > .panel-widget-style, #panel-21-4-0-0 > .panel-widget-style {
	    padding-right: 0 !important;
	}
    #pg-11-2 #col-6-6 > .panel-grid-cell .panel-widget-style {
	    padding-left: 1em !important;
	}
	#pg-25-1 .wrap > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel > .panel-widget-style {
	    padding-left: 8% !important;
	    padding-right: 8% !important;
	}
	#pg-9-2 {
		margin-bottom: 0.5em !important;
	}
	#pg-21-3 {
	    margin-bottom: 3.75em !important;
	}
}

@media all and (max-width: 1499px) {
	.wrap, .site-main {
	    max-width: 1340px;
	}

	.site-main p {
	    margin-bottom: 1.15em;
	}

	.heading-set h1 {
	    font-size: 2.375rem !important;
	}
	.sow-sub-headline,
	.subheading-set .sow-sub-headline,
	.heading-set .sow-sub-headline {
		line-height: 1.25em !important;
    	font-size: 1.375rem !important;
	}

	#emballering-innercol-2 {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	#emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:last-child .panel-widget-style {
		padding-top: 0 !important;
	}

	#bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
	    padding: 2em 2.5em;
	}

	#pg-25-1 .wrap > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel > .panel-widget-style {
	    padding-left: 5% !important;
	    padding-right: 5% !important;
	}
}

@media all and (max-width: 1440px) {
    .wrap,
    .site-main {
        max-width: 1300px;
        margin: 0 auto 0;
    }

    .site-header-top-wrap,
    .site-header__headermenu {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.site-header__topheader .widget_zen-addons-siteorigin-icon {
	    margin-left: 10px;
	}
	#header-menu a {
		padding-left: 1.65em;
		padding-right: 1.65em;
	}

    .upper-section {
        max-width: 1280px;
    }

    #header-menu .menu-item-has-children:after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 7px;
        position: absolute;
        top: 0.6em;
        right: 0.4em;
        background: url(./img/dropdown.png) no-repeat center center;
    }

    .site-header__branding span {
/*         display: inline-block; */
        padding-left: 0.3em;
        margin-top: 1.4em;
        font-family: 'Saira', sans-serif;
        font-weight: bold;
        font-size: 2.3rem;
    }

    .showcase-box p {
        font-size: 0.84rem;
    }

    .showcase-box {
        padding: 3em 1.5em 0;
        height: 210px;
    }

    .showcase-box-secondary-wrapper .so-widget-sow-editor-base {
        height: 100%;
        padding: 1em 1em 2em 2em;
    }

    .showcase-box-secondary-wrapper .sow-image-container {
        height: 255px;
        overflow: hidden;
    }

    .showcase-box-secondary-wrapper .panel-grid-cell {
        position: relative;
        height: 254px;
    }

    .showcase-box-secondary-wrapper .textwidget {
        line-height: 1.5;
        font-size: 0.84rem;
    }

    .showcase-box-secondary-wrapper .btn {
        padding: 0.6em 2em 0.7em !important;
    }

    .kontak-form {
        width: 100%;
        border: 1px solid #cfcfcf;
        padding: 0.3em 1.5em 1.7em 2.5em;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    }

    .kont-main {
        border: 1px solid #cfcfcf;
        padding: 2em 2em 2em 3em;
        height: 450px !important;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    }

    .kont-main iframe {
        display: block;
        max-width: 420px;
        width: 374px;
        margin-top: 1.3em;
        margin-left: -2em;
        margin-right: -2em;
        margin-bottom: -0.8em;
        border: 1px solid #cfcfcf !important;
    }

    .kont-main .zaso-icon__text {
        padding-left: 20px;
    }

    .produkt-carousel {
        padding: 3.3em 0 2em;
        background: url(./img/bgbg.png) no-repeat center center;
        background-size: cover;
        max-height: 291px;
        height: 291px;
        margin-top: 4em;
    }

    .produkt-box {
        height: 169px;
        margin: 0 8px;
        text-align: center;
        border: 1px solid #ffffff;
        overflow: hidden;
    }

    .produkt-box .figcaption-inner {
        width: 100%;
    }

    .page-template-common-tpl .entry-content .textwidget label {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }

    .page-id-21  .entry-content .textwidget ul,
    .page-id-22  .entry-content .textwidget ul {
        margin-left: 20px;
    }

    .page-id-21  .entry-content .textwidget li,
    .page-id-22  .entry-content .textwidget li {
        margin-bottom: 0.7em;
    }

    .lower-section a {
        font-size: 0.85rem;
        color: #ffffff;
    }

    .lower-section a > strong {
        font-size: 0.91rem;
    }

    .showcase-box {
        height: 420px;
    }

    .home-footer-call-action .panel-grid-cell .so-widget-sow-editor {
        padding: 3.5em 3em 0 4.5em;
    }

    .heading-set h1 {
	    font-size: 2.25rem !important;
	}

	.site-main p {
	    line-height: 1.25;
	}

    #forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
	    padding-left: 2.5em;
	    padding-right: 2.5em;
	}
    #forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
	    padding-left: 2.5em;
	}
	#forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
	    padding-right: 2.5em;
	}

    #forside-colbox-wrap > .panel-grid-cell {
	    padding-left: 2.5em !important;
	    padding-right: 2.5em !important;
	}
	#forside-colbox-wrap .so-widget-sow-image .so-widget-image {
	    max-width: 450px;
	}
    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
	    font-size: 1.625rem;
	}
	#forside-colbox-wrap > .panel-grid-cell blockquote br {
		display: none;
	}
	#forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
	    margin-top: 32px;
	}

	#fullwidth-dark-wrap #dark-col-2 .so-widget-image {
		max-width: 110%;
	}
	#dark-col-2 .subheading-set .sow-sub-headline {
	    font-size: 1.25rem !important;
	}

	#video-col-2 {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	#video-col-2 > .panel-grid-cell {
	    width: calc(50% - 1 * 2em) !important;
	}

	#kontakt-col-2 > .panel-grid-cell {
	    width: calc(50% - 1 * 15px) !important;
	}

	#bottom-section-wrap #bottom-col-2 .so-widget-image {
		max-width: 110%;
	}

	#panel-11-1-0-0 > .panel-widget-style {
		padding-top: 3em !important;
	}
	#pg-21-3 .wrap > .panel-layout > .panel-grid:first-child {
		margin-bottom: 1.5em !important;
	}
	#pg-33-1 {
	    margin-bottom: 2.15em !important;
	}
	#pg-21-3 {
	    margin-bottom: 2.75em !important;
	}
	#pg-21-4 {
	    margin-bottom: 3em !important;
	}
	
   .site-main {
        margin-top: 16em !important;
    }
}

@media (max-width: 1366px) {
    .wrap,
    .site-main {
        max-width: 1200px;
        margin: 0 auto 0;
    }

    .upper-section {
        max-width: 96%;
    }

    .site-header__branding span {
        display: none;
    }

    .heading-set .sow-sub-headline br {
        display: none;
    }

    .showcase-box p {
        font-size: 0.84rem;
    }

    .showcase-box {
        padding: 3em 1.5em 0;
    }

    .showcase-box-secondary-wrapper .so-widget-sow-editor-base {
        height: 100%;
        padding: 1em 1em 2em 1em;
    }

    .showcase-box-secondary-wrapper .widget-title {
        text-transform: uppercase;
        font-size: 1.4rem;
        position: relative;
        cursor: pointer;
    }

    .showcase-box-secondary-wrapper .sow-image-container {
        height: 100%;
        overflow: hidden;
        padding: 5px;
    }

    .showcase-box-secondary-wrapper .panel-grid-cell {
        position: relative;
        height: 230px;
    }

    .showcase-box-secondary-wrapper .textwidget {
        line-height: 1.4;
        font-size: 0.83rem;
    }

    .showcase-box-secondary-wrapper .btn {
        padding: 0.3em 1.5em 0.4em !important;
        position: absolute;
        bottom: 10px;
    }

    .showcase-box-secondary-wrapper .btn span {
        font-size: 0.833rem;
    }

    .showcase-box-secondary-wrapper .ow-button-base a [class^="sow-icon-"] {
        margin: 0.25em -0.75em -0.2em 0.75em;
        float: right;
    }

    .page-template-common-tpl .zaso-video {
        max-width: 100%;
        margin-bottom: 0;
    }

    .kontak-form {
        width: 300px;
        border: 1px solid #cfcfcf;
        padding: 0.3em 1.5em 1.7em 2.5em;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    }

    .kont-main {
        border: 1px solid #cfcfcf;
        padding: 2em 1.5em 2em 1.5em;
        height: 450px !important;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    }

    .kont-main iframe {
        display: block;
        max-width: 420px;
        width: 100%;
        margin-top: 1.3em;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -0.8em;
        border: 1px solid #cfcfcf !important;
    }

    .kont-main .zaso-icon__text {
        padding-left: 10px;
        font-size: 0.933rem;
        width: 150px;
    }

    .kont-main h3 {
        display: block;
        position: relative;
        padding: 0;
        margin: 0 0 0 1.1em;
        line-height: 1.4;
    }

    .kont-main h5 {
        font-size: 1.2rem !important;
        padding-left: 20px;
        padding-top: 20px;
        margin: 0;
    }

    .kont-main .widget_zen-addons-siteorigin-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .autokat-hero br {
        display: none;
    }

    .autokat-hero .main,
    .autokat-hero .sub {
        display: block !important;
        font-size: 2.3rem !important;
        font-weight: 400 !important;
        text-shadow: 0 2px 4px #000000;
    }

    .autokat-hero .sub {
        line-height: 1.2 !important;
    }

    .autokat-hero .main {
        margin-top: .5rem !important;
        margin-bottom: 0.2em !important;
    }

    .autokat-hero strong {
        display: block !important;
        margin-bottom: 0.3em !important;
        text-shadow: 0 2px 4px #000000 !important;
        font-weight: 500 !important;
        line-height: 1.6 !important;
    }

    .theme-name-homepage-slider-wrap .autokat-hero strong {
        font-family: Saira, sans-serif !important;
        font-weight: 500 !important;
        font-size: 2.8rem !important;
    }

    .site-header {
	    height: 179px;
	}
    .site-header-top-wrap, .site-header__headermenu {
        padding-left: 2em;
        padding-right: 2em;
    }
    .site-header__topheader {
	    height: 130px;
	}
    .site-header__branding {
	    width: auto;
	}
	.site-header__branding img {
	    max-width: 180px;
	}
	.site-header__topheader .widget_zen-addons-siteorigin-icon {
		margin-top: 27px;
	}
    .site-header #header-menu {
        margin-top: 2px;
    }
	.theme-name-homepage-slider-wrap {
	    padding-top: 179px;
	}

    .site-footer .upper-section {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
    .footer-col2 h3, .footer-col3 h3, .footer-col4 h3 {
	    font-size: 1.375rem;
	}

    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
	    max-width: 410px;
	}

    #kontakt-info-widget, #kontakt-box-widget {
        min-height: 365px !important;
        padding: 2em 2.15em 2em;
    }
    #kontakt-info-widget h3.title, #kontakt-box-widget h3.title {
        margin-bottom: 1em;
        padding-bottom: 10px;
    }
    #kontakt-info-widget h3.title, #kontakt-info-widget h3.title *,
    #kontakt-box-widget h3.title, #kontakt-box-widget h3.title * {
        font-size: 1.375rem;
    }
    #kontakt-info-widget .list-content label {
        max-width: 85px;
    }
}

@media (max-width: 1360px) {
	#header-menu a {
		padding-left: 1.35em;
		padding-right: 1.35em;
	}
	
    #forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
        margin-top: 13px;
    }

    #dark-col-2 .subheading-set .sow-sub-headline {
        font-size: 1.125rem !important;
    }

    #kontakt-border-box {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #bottom-section-wrap #bottom-col-2 .so-widget-image {
        max-width: 115%;
    }

    #panel-11-1-0-0 > .panel-widget-style {
        padding-top: 1em !important;
    }
	
	.post-1327 #col-6-6 > .panel-grid-cell {
		width: calc(50% - 1 * 25px) !important;
	}
}

@media (max-width: 1280px) {
    .wrap,
    .site-main {
        max-width: 1140px;
        margin: 0 auto 0;
    }

    .site-header {
        background-color: #ffffff;
	    height: 130px;
        left: initial;
        right: initial;
        width: 100%;
        -webkit-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.5);
	}
    .site-header, .site-header * {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .site-header-inner {
        height: 100%;
    }
    .site-header__topheader {
        height: 100%;
    }
    .site-header-top-wrap,
    .site-header__headermenu {
        padding-left: 10px;
        padding-right: 10px;
    }
/* 	.site-header #right-menu {
	    display: inline-block;
	    top: 0;
	    bottom: 0;
	    margin: auto 0;
	    left: 2em;
	} */
    .site-header__branding {
        height: 100%;
/* 	    margin-left: 5em; */
	}
/*     .site-header__headermenu {
    	display: none;
    } */
    .theme-name-homepage-slider-wrap {
	    padding-top: 130px;
	}

    .upper-section {
        max-width: 96%;
    }

    .home .tp-resizeme,
    .page-template-common-tpl .tp-resizeme {
        top: -40px !important;
        font-size: 2rem !important;
        line-height: 1.1 !important;
    }

    .page-template-common-tpl .pageerrrr {
        max-width: 1140px;
    }

    .primary-menu {
        display: none;
    }

    #menutext {
        display: inline-block;
        float: right;
        font-size: 1.1rem;
        color: #ffffff;
        margin-right: -55px;
        margin-top: 15px;
        text-transform: uppercase;
    }

    #header-menu .menu-item-has-children:after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 7px;
        position: absolute;
        top: 0.6em;
        right: -0.4em;
        background: url('./img/dropdown.png') no-repeat center center;
    }

    #header-menu a {
        font-size: 0.87rem;
        padding: 2em 0.8em 2.1em;
    }

    .tpl-commons > .panel-grid-cell:first-child {
        width: 70% !important;
    }

    .tpl-commons > .panel-grid-cell:first-child .sow-image-container {
        min-width: 188px;
    }

    .showcase-box p {
        font-size: 0.84rem;
    }

    .showcase-box {
        padding: 3em 1.5em 0;
    }

    .showcase-box-secondary-wrapper .so-widget-sow-editor-base {
        height: 100%;
        padding: 1em 1em 2em 1em;
    }

    .showcase-box-secondary-wrapper .widget-title {
        text-transform: uppercase;
        font-size: 1.4rem;
        position: relative;
        cursor: pointer;
    }

    .showcase-box-secondary-wrapper .sow-image-container {
        height: 100%;
        overflow: hidden;
        padding: 5px;
    }

    .showcase-box-secondary-wrapper .panel-grid-cell {
        position: relative;
        height: 230px;
    }

    .showcase-box-secondary-wrapper .textwidget {
        line-height: 1.4;
        font-size: 0.83rem;
    }

    .showcase-box-secondary-wrapper .btn {
        padding: 0.3em 1.5em 0.4em !important;
        position: absolute;
        bottom: 25px;
    }

    .showcase-box-secondary-wrapper .btn span {
        font-size: 0.833rem;
    }

    .showcase-box-secondary-wrapper .ow-button-base a [class^="sow-icon-"] {
        margin: 0.25em -0.75em -0.2em 0.75em;
        float: right;
    }

    .produkt-carousel {
        padding: 2.5em 0 1em;
        background: url(./img/bgbg.png) no-repeat center center;
        background-size: cover;
        max-height: 250px;
        height: 250px;
        margin-top: 4em;
    }

    .produkt-box {
        height: 152px;
        margin: 0 8px;
        text-align: center;
        border: 1px solid #ffffff;
        overflow: hidden;
    }

    .main-singlepages-content {
        width: 90%;
    }

    .kontak-form {
      position: relative;
      left: -45px;
    }

    .autokat-hero br {
        display: none;
    }

    .autokat-hero .main,
    .autokat-hero .sub {
        display: block !important;
        font-size: 2.3rem !important;
        font-weight: 400 !important;
        text-shadow: 0 2px 4px #000000;
    }

    .autokat-hero .sub {
        line-height: 1.2 !important;
    }

    .autokat-hero .main {
        margin-top: .5rem !important;
        margin-bottom: 0.2em !important;
    }

    .page-template-common-tpl .autokat-hero .main {
        margin-top: 4rem !important;
        margin-bottom: 0.2em !important;
    }

    .home .autokat-hero .main {
        margin-top: 2.5rem !important;
        margin-bottom: 0.2em !important;
    }

    .autokat-hero strong {
        display: block !important;
        margin-bottom: 0.3em !important;
        text-shadow: 0 2px 4px #000000 !important;
        font-weight: 500 !important;
        line-height: 1.6 !important;
    }

    .theme-name-homepage-slider-wrap .autokat-hero strong {
        font-family: Saira, sans-serif !important;
        font-weight: 500 !important;
        font-size: 2.8rem !important;
    }

    .site-header__topheader .widget_zen-addons-siteorigin-icon {
        border-color: #d2d2d2;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon:hover {
        border-color: #314a37;
    }

    .page-template-full-width-btm-tpl .hentry {
        margin-bottom: 20px;
    }
    .site-content .entry-content,
    .page-template-common-tpl .entry-content p {
        font-size: 0.9375rem;
    }
	.page-id-11 .site-content .entry-content,
	.home .site-content .entry-content {
		font-size: 1rem !important;
	}
	.page-id-11 .site-main p {
		line-height: 1.5;
	}
	.home .site-main p{
		line-height: 1.75;
	}
    .heading-set h1 {
        font-size: 2.125rem !important;
    }
    .sow-sub-headline, .subheading-set .sow-sub-headline, .heading-set .sow-sub-headline {
        line-height: 1.2em !important;
        font-size: 1.313rem !important;
    }
    .entry-content ul {
        padding-left: 1em;
    }
    .entry-content ul li:before {
        left: -25px;
        top: 5px;
    }
    .entry-content ul li h5 {
        font-size: 1.375rem;
    }

    .site-footer .upper-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #forside-colbox-wrap > .panel-grid-cell {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
        max-width: 380px;
    }
    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
        font-size: 1.5rem;
    }
    #forside-colbox-wrap #widget-heading h2 {
        line-height: 1.5;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote {
        line-height: 1.5;
    }
    #forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
        margin-top: 31px;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote p {
        font-size: 0.9375rem;
    }

    #forside-box-wrap #widget-heading h2,
    #forside-box-wrap #widget-heading h2 strong {
        font-size: 1.375rem;
    }
    #forside-box-wrap #widget-heading h2 {
        line-height: 1.5;
        min-height: 90px;
        padding-bottom: 10px;
    }
    #forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
        padding-left: 2em;
        padding-right: 2em;
    }
    #forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
        padding-left: 2em;
    }
    #forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
        padding-right: 2em;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
        height: 110px;
    }

    #emballering-col-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #kontakt-border-box {
        padding: 1.25em 1.25em;
    }
    #kontakt-border-box a {
        font-size: 15px;
        height: 45px;
    }
    #kontakt-col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
    }

    #dark-col-2 .subheading-set .sow-sub-headline {
        font-size: 1.125rem !important;
    }
    #fullwidth-dark-wrap {
        padding-bottom: 3.15em !important;
        padding-top: 3em !important;
    }
    #pg-1144-3 #fullwidth-dark-wrap {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    #fullwidth-dark-wrap #col-4-8 > .panel-grid-cell:last-child > .so-panel:first-child {
        margin-bottom: 1em !important;
    }
    #fullwidth-dark-wrap #dark-col-2 #kontakt-border-box {
        min-height: 155px;
    }
    #fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child #kontakt-border-box {
        padding: 1.25em 1.25em;
    }
    #fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child #kontakt-border-box p:first-child {
        margin-bottom: 1em;
    }

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

    #col-6-6 > .panel-grid-cell {
        width: calc(50% - 1 * 20px) !important;
    }

    #bottom-section-wrap #bottom-col-2 .so-widget-image {
        max-width: 120%;
    }
    #bottom-section-wrap .wpcf7-form h2 {
        font-size: 1.625rem;
    }
    #bottom-section-wrap .wpcf7-form,
    #bottom-section-wrap .form-row.half input[type="text"],
    #bottom-section-wrap .form-row.half input[type="email"],
    #bottom-section-wrap input[type="text"].wpcf7-mathcaptcha,
    #bottom-section-wrap .form-row.half textarea,
    #bottom-section-wrap .form-row.full input[type="submit"] {
        font-size: 0.9375rem;
    }
    #bottom-section-wrap .form-row.full input[type="submit"] {
        height: 40px;
        padding: 0.85em 1.5em;
        width: 120px;
    }
    #bottom-section-wrap .form-row.mathcap > .wpcf7-form-control-wrap {
        padding-right: 2em;
    }

    #pg-21-2 #col-6-6 > .panel-grid-cell, #pg-21-3 #col-6-6 > .panel-grid-cell, #pg-21-4 #col-6-6 > .panel-grid-cell {
        width: calc(50% - 1 * 25px) !important;
    }

    #pg-9-2, #pg-11-2 {
        margin-bottom: 0 !important;
    }
    #pg-9-1 {
        margin-bottom: 20px !important;
    }
    #pg-25-1 .wrap > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel > .panel-widget-style {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #panel-21-2-1-0 > .panel-widget-style {
        padding-top: 1em !important;
    }
    #panel-11-1-0-0 > .panel-widget-style,
    #panel-21-4-0-0 > .panel-widget-style {
        padding-top: 2em !important;
    }

    .gsticky .site-header {
        height: 98px;
    }
    .gsticky .site-header__branding img {
        max-width: 135px;
    }
    .gsticky .site-header__topheader .widget_zen-addons-siteorigin-icon {
        margin-top: 12px;
    }
    .gsticky .theme-name-homepage-slider-wrap {
        padding-top: 98px;
    }
	
   .site-main {
        margin-top: 13em !important;
    }
}

@media all and (max-width: 1199px) {
    .wrap, .site-main {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-col2 h3, .footer-col3 h3, .footer-col4 h3 {
        font-size: 1.25rem;
    }
    
    #forside-box-wrap #widget-heading h2,
    #forside-box-wrap #widget-heading h2 strong {
        font-size: 1.313rem;
    }
    #forside-box-wrap #widget-heading h2 {
        min-height: 85px;
    }
    #forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
        height: 100px;
    }
    #forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
        padding-left: 1.5em;
    }
    #forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
        padding-right: 1.5em;
    }

    #forside-colbox-wrap > .panel-grid-cell {
        padding-top: 2.75em !important;
    }
    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
        font-size: 1.625rem;
    }
    #forside-colbox-wrap #widget-heading h2 strong {
        font-weight: 700;
        width: auto;
    }
    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
        max-width: 350px;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote {
        margin-top: 2.55em;
    }
    #forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
        margin-top: 20px;
    }

    #emballering-innercol-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #emballering-innercol-2 > .panel-grid-cell {
        width: calc(50% - 1 * 20px) !important;
    }
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:first-child {
        width: calc(40% - 1 * 10px) !important;
    }
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:last-child {
        width: calc(60% - 1 * 10px) !important;
    }
    #emballering-innercol-2 > .panel-grid-cell:last-child > .so-panel > .panel-widget-style {
        padding-right: 0 !important;
    }
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:last-child p:first-child {
        margin-top: 0;
    }

    #dark-col-2 .subheading-set .sow-sub-headline {
        font-size: 1.25rem !important;
        font-weight: 400;
    }
    #dark-col-2 .subheading-set .sow-sub-headline span {
        display: inline-block;
        width: auto;
    }
    #fullwidth-dark-wrap #dark-col-2 #kontakt-border-box {
        min-height: 165px;
    }
    #fullwidth-dark-wrap #dark-col-2 .so-widget-image {
        max-width: 120%;
    }
    #fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:last-child {
        padding: 1.75em 1.5em 2em;
    }

    #emballering-col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image img {
        max-width: 300px;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image .widget-title {
        font-size: 1.625rem;
    }

    #video-col-2 > .panel-grid-cell .zaso-video {
        height: 100% !important;
        margin-bottom: 1em !important;
        width: 100% !important;
    }

    #kontakt-col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 5px) !important;
    }
    #kontakt-info-widget, #kontakt-box-widget {
        min-height: 350px !important;
        padding: 1.75em 1.75em 2em;
    }
    #kontakt-info-widget .list-content label {
        max-width: 80px;
    }

    #bottom-section-wrap #bottom-col-2 .so-widget-image {
        max-width: 130%;
    }
    #bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
        padding: 1.5em 1.75em 2.15em;
    }

    #pg-1144-2 br {
        display: none;
    }
    #pg-11-2 #col-6-6 > .panel-grid-cell .panel-widget-style {
        padding-left: 0 !important;
    }
    #panel-11-1-0-0 > .panel-widget-style {
        padding-top: 1.75em !important;
    }
    #pg-1144-2 {
        margin-bottom: 20px !important;
    }
}

@media all and (max-width: 1099px) {
    .site-header {
        height: 110px;
    }
    .site-header #right-menu {
        left: 1.5em;
    }
    .site-header__branding img {
        max-width: 150px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon {
        height: 69px;
        padding: 8px 15px 15px;
        margin-left: 5px;
        margin-top: 20px;
    }
    .site-header__topheader .zaso-icon__image {
        top: -2px;
        max-width: 35px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon:last-child .zaso-icon__image {
        top: 0;
    }
    .site-header__topheader .zaso-icon__text {
        font-size: 0.875rem;
        padding-left: 5px;
    }
    .site-header__topheader .zaso-icon__text strong {
        font-size: 1.125rem;
    }
    .theme-name-homepage-slider-wrap {
        padding-top: 110px;
    }

    .heading-set h1 {
        font-size: 2rem !important;
    }

    .site-footer .upper-section {
        padding-top: 2em !important;
    }

    .sow-sub-headline, .subheading-set .sow-sub-headline, .heading-set .sow-sub-headline {
        font-size: 1.25rem !important;
    }

    #forside-box-wrap {
        text-align: center;
    }
    #forside-box-wrap #widget-heading h2 {
        margin-top: 10px;
        text-align: center;
    }
    #forside-box-wrap #widget-heading h2:before {
        margin: 0 auto;
        right: 0;
    }
    #forside-box-wrap #widget-heading h2 strong {
        display: inline;
        font-weight: 700;
        width: auto;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel #widget-heading {
        margin-bottom: 0.5em;
        padding-bottom: 3em;
        padding-top: 2.15em;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
        display: table;
        float: none;
        margin: 0 auto;
    }

    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
        font-size: 1.375rem;
    }
    #forside-colbox-wrap > .panel-grid-cell {
        text-align: center;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote {
        margin-top: 1.5em;
    }
    #forside-colbox-wrap > .panel-grid-cell:first-child blockquote {
        margin-top: 21px;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote p {
        font-size: 0.875rem;
    }

    #col-6-6 > .panel-grid-cell {
        width: calc(50% - 1 * 15px) !important;
    }

    #emballering-col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 5px) !important;
    }

    #fullwidth-dark-col2 > .panel-grid-cell {
        width: calc(50% - 1 * 2px) !important;
    }
    #fullwidth-dark-wrap #dark-col-2 .so-widget-image {
        max-width: 130%;
    }
    #dark-col-2 > .panel-grid-cell:last-child > .so-panel:first-child {
        margin-bottom: 1.25em !important;
    }

    #fullwidth-dark-wrap {
        padding-bottom: 2.25em !important;
        padding-top: 2.25em !important;
    }

    #kontakt-info-widget, #kontakt-box-widget {
        min-height: 340px !important;
        padding: 1.5em 1.5em 2em;
    }
    #kontakt-info-widget h3.title, #kontakt-info-widget h3.title *,
    #kontakt-box-widget h3.title, #kontakt-box-widget h3.title * {
        font-size: 1.25rem;
    }
    #kontakt-info-widget .list-content {
        width: 45%;
    }
    #kontakt-info-widget .list-content:nth-child(2),
    #kontakt-info-widget .list-content:nth-child(4) {
        width: 55%;
    }

    #bottom-section-wrap .wpcf7-form h2 {
        font-size: 1.5rem;
    }
    #bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
        padding: 1.75em 1.75em 2.15em;
    }
    #bottom-section-wrap #bottom-col-2 .so-widget-image {
        max-width: 140%;
    }

    #panel-11-1-0-0 > .panel-widget-style {
        padding-top: 1em !important;
    }

    .gsticky .site-header {
        height: 92px;
    }
    .gsticky .site-header__branding img {
        max-width: 125px;
    }
}

@media all and (max-width: 1023px) {
    #forside-box-wrap {
        padding-left: 10px !important;
        padding-right: 10px !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #forside-box-wrap > .panel-grid-cell {
        border: 1px solid #d2d2d2;
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
        -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.45);
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.45);
    }
    #forside-box-wrap > .panel-grid-cell + .panel-grid-cell {
        margin-top: 1em !important;
    }
    #forside-box-wrap > .panel-grid-cell + .panel-grid-cell:before {
        background-color: transparent;
        width: 0;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading {
        background-size: 100% auto !important;
        margin-bottom: 1.5em;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
        height: 100%;
    }
    #forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
        padding-left: 4em;
        padding-right: 4em;
    }
    #forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
        padding-left: 4em;
    }
    #forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
        padding-right: 4em;
    }
    #forside-box-wrap #widget-heading h2,
    #forside-box-wrap #widget-heading h2 strong {
        font-size: 1.5rem;
    }
    #forside-box-wrap #widget-heading h2 {
        min-height: 0;
        padding-bottom: 15px;
    }
    #forside-box-wrap #widget-heading h2 strong {
        display: inline-block;
        font-weight: 400;
        width: 100%;
    }

    #forside-colbox-wrap {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #forside-colbox-wrap > .panel-grid-cell {
        margin-bottom: 0 !important;
        padding: 3.5em 4em 3em !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
        font-size: 1.625rem;
    }
    #forside-colbox-wrap #widget-heading h2 strong {
        font-weight: 400;
        width: 100%;
    }
    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
        max-width: 500px;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote {
        max-width: 600px;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote p {
        font-size: 0.9375rem;
    }

    #col-6-6 {
        text-align: center;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #pg-11-1 #col-6-6,
    #pg-21-4 #col-6-6 {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #col-6-6 > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #col-6-6 > .panel-grid-cell .sow-image-container {
        text-align: center;
    }

    #emballering-innercol-2 {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #emballering-innercol-2 > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #emballering-innercol-2 > .panel-grid-cell:first-child {
        margin-bottom: 2em !important;
    }
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:last-child .panel-widget-style {
        padding-top: 3em !important;
    }

    #kontakt-border-box {
        padding: 1.5em 1.75em;
    }

    #fullwidth-dark-wrap #dark-col-2 {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:first-child,
    #fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:last-child {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:first-child {
        display: none;
    }
    #fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:last-child {
        padding: 2.75em 1.5em 3.65em;
    }
    #fullwidth-dark-wrap #dark-col-2 #kontakt-border-box {
        min-height: 160px;
    }
    #fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child #kontakt-border-box {
        padding: 1.5em 1.75em;
    }
    #fullwidth-dark-wrap #col-4-8 {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #fullwidth-dark-wrap #col-4-8 > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #fullwidth-dark-wrap #col-4-8 > .panel-grid-cell:first-child {
        margin-bottom: 2em !important;
    }
    #fullwidth-dark-wrap #col-4-8 > .panel-grid-cell:last-child > .so-panel:first-child {
        margin-bottom: 2em !important;
    }
    #fullwidth-dark-wrap #col-4-8 .sow-sub-headline {
        text-align: center !important;
    }

    #fullwidth-dark-wrap #fullwidth-dark-col {
        padding-left: 4em;
        padding-right: 3em;
    }

    #fullwidth-dark-col2 > .panel-grid-cell {
        width: calc(50% - 1 * 5px) !important;
    }
    #dark-col-2 .subheading-set .sow-sub-headline {
        font-size: 1.375rem !important;
        font-weight: 700;
    }
    #dark-col-2 .subheading-set .sow-sub-headline span {
        display: inline-block;
        width: 100%;
    }

    #kontakt-col-2 {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #kontakt-col-2 > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #kontakt-col-2 > .panel-grid-cell:first-child {
        margin-bottom: 10px !important;
    }
    #kontakt-info-widget, #kontakt-box-widget {
        min-height: 0 !important;
        padding: 2.25em 2em 2.65em;
    }
    #kontakt-info-widget h3.title, #kontakt-info-widget h3.title *,
    #kontakt-box-widget h3.title, #kontakt-box-widget h3.title * {
        font-size: 1.375rem;
    }
    #kontakt-info-widget .contact-list-wrap {
        font-size: 1rem;
        padding: 0 0 2em 3em;
        width: 100%;
    }
    #kontakt-info-widget .list-content {
        width: 50%;
    }
    #kontakt-info-widget .list-content:nth-child(2),
    #kontakt-info-widget .list-content:nth-child(4) {
        width: 50%;
    }
    #kontakt-info-widget .list-content:first-child {
        margin-bottom: 2.5em;
    }
    #kontakt-info-widget .list-content label {
        max-width: 100px;
    }
    #kontakt-info-widget .list-content span {
        line-height: 1.5;
    }

    #video-col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
    }

    #bottom-section-wrap #bottom-col-2 > .panel-grid-cell:first-child {
        display: none;
        margin-bottom: 0 !important;
    }
    #bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
        padding: 2.5em 2em 2.75em;
        width: calc(100% - 1 * 0px) !important;
    }
    #bottom-section-wrap .wpcf7-form h2 {
        margin-bottom: 10px;
    }

    #pg-21-3 #col-6-6 {
        text-align: left;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #pg-21-2 #col-6-6 > .panel-grid-cell, #pg-21-4 #col-6-6 > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }

    #panel-21-4-1-0 > .panel-widget-style,
    #panel-21-1-0-1 > .panel-widget-style {
        padding: 0 !important;
    }
	
	.post-1327 #col-6-6 > .panel-grid-cell {
		width: calc(100% - 1 * 0px) !important;
	}
}

@media all and (max-width: 991px) {
    #fullwidth-dark-wrap #fullwidth-dark-col {
        padding-left: 2em;
        padding-right: 2em;
    }

    #video-col-2 {
        padding-left: 2em !important;
        padding-right: 2em !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #video-col-2 > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #video-col-2 > .panel-grid-cell:first-child {
        margin-bottom: 2em !important;
    }

    #pg-21-3 #col-6-6 > .panel-grid-cell {
        width: calc(50% - 1 * 15px) !important;
    }
}

@media all and (max-width: 943px) {
	.heading-set h1 {
		line-height: 1.45 !important;
	}
}

@media all and (max-width: 900px) {
    .sow-sub-headline,
    .subheading-set .sow-sub-headline,
    .heading-set .sow-sub-headline {
        font-size: 1.125rem !important;
    }

    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image .widget-title {
        font-size: 1.5rem;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image img {
        max-width: 250px;
    }

    #pg-21-3 #col-6-6 {
        padding-left: 4%;
        padding-right: 4%;
        text-align: center;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #pg-21-3 #col-6-6 > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }

    #pg-21-1 {
        margin-bottom: 1.5em !important;
    }
    #pg-21-0, #pg-21-3 {
        margin-bottom: 2em !important;
    }
    #panel-21-4-0-0 > .panel-widget-style {
        padding-top: 1em !important;
    }
    #pg-21-3 > .panel-row-style {
        padding-bottom: 3.5em !important;
        padding-top: 3.5em !important;
    }

    .footer-col1, .footer-col2, .footer-col3, .footer-col4 {
        width: 50%;
    }
    .footer-col1 {
        text-align: center;
    }
	.footer-col1 .sow-image-container > a {
        width: 100%;
    }
    .footer-col1 img {
        display: inline-block !important;
    }
}

@media all and (max-width: 800px) {
    #forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
        padding-left: 3em;
        padding-right: 3em;
    }
    #forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
        padding-left: 3em;
    }
    #forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
        padding-right: 3em;
    }

    #pg-11-2 #col-6-6 > .panel-grid-cell .panel-widget-style {
        padding-top: 0 !important;
    }
}

@media all and (max-width: 780px) {
    .site-header {
        height: 93px;
    }
    #right-menu {
        height: 54px;
    }
    #right-menu #hamburger span {
        top: 2px;
    }
    .site-header__branding img {
        max-width: 125px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon {
        height: 64px;
        padding: 6px 12px 10px;
        margin-top: 14px;
    }
    .site-header__topheader .zaso-icon__text {
        font-size: 0.8125rem;
        line-height: 1.8;
    }
    .site-header__topheader .zaso-icon__text strong {
        font-size: 1rem;
    }
    .site-header__topheader .zaso-icon__image {
        top: -1px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon:last-child .zaso-icon__image {
        top: 2px;
    }
    .theme-name-homepage-slider-wrap {
        padding-top: 93px;
    }

    #forside-box-wrap > .panel-grid-cell > .so-panel:last-child .so-widget-sow-editor {
        padding-bottom: 3em !important;
    }
	
   .site-main {
        margin-top: 11em !important;
    }

    #emballering-col-2,
    #emballering-innercol-2 .panel-layout > .panel-grid,
    #fullwidth-dark-wrap #fullwidth-dark-col2,
    #fullwidth-dark-col {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #emballering-col-2 > .panel-grid-cell,
    #fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell,
    #fullwidth-dark-col > .panel-grid-cell,
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell {
        margin-bottom: 0 !important;
    }

    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image .widget-title {
        font-size: 1.375rem;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image img {
        max-width: 215px;
    }
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:last-child .panel-widget-style {
        padding-top: 1em !important;
    }

    #kontakt-border-box {
        padding: 1.25em 1.5em;
    }

    #fullwidth-dark-wrap #fullwidth-dark-col {
        padding-left: 1em;
        padding-right: 1em;
    }
    #fullwidth-dark-col > .panel-grid-cell:first-child p {
        margin: 0;
    }
    #fullwidth-dark-col > .panel-grid-cell:first-child p + p {
        margin-top: 1em;
    }

    #pg-1144-1 {
        margin-bottom: 3em !important;
    }
    #pg-21-3 #col-6-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .gsticky .site-header {
        height: 80px;
    }
    .gsticky .site-header__branding img {
        max-width: 110px;
    }
    .gsticky .site-header__topheader .widget_zen-addons-siteorigin-icon {
        margin-top: 8px;
    }
}

@media all and (max-width: 767px) {
    
}

@media all and (max-width: 734px) {
    .site-header {
        height: 88px;
    }
    .site-header__branding img {
        max-width: 118px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon {
        height: 60px;
        padding: 4px 12px 8px;
    }
    .site-header__topheader .zaso-icon__media {
        display: none;
    }
    .site-header__topheader .zaso-icon__text {
        padding-left: 0;
    }
    .theme-name-homepage-slider-wrap {
        padding-top: 88px;
    }

    .heading-set {
        margin-bottom: 10px;
    }
    .heading-set h1 {
        font-size: 1.875rem !important;
        padding-top: 15px;
    }
    .heading-set .decoration:before {
        width: 320px;
    }
	
	.page-id-11 .subheading-set {
		padding: 0 !important;
	}
	.page-id-11 .subheading-set,
	.page-id-11 .sow-sub-headline {
		line-height: 1.5 !important;
	}

    #forside-colbox-wrap > .panel-grid-cell {
        padding: 3em !important;
    }
    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
        max-width: 420px;
    }

    #emballering-col-2 {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #emballering-col-2 > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #emballering-col-2 > .panel-grid-cell:first-child {
        margin-bottom: 12px !important;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image img {
        max-width: 300px;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image:hover {
        top: -5px;
    }

    #dark-col-2 .subheading-set .sow-sub-headline {
        font-size: 1.25rem !important;
    }

    #kontakt-info-widget, #kontakt-box-widget {
        padding: 2em 1.75em 1.75em;
    }
    #kontakt-info-widget .contact-list-wrap {
        padding-left: 1.5em;
    }
    #kontakt-info-widget .list-content label {
        max-width: 85px;
    }
    #kontakt-box-widget input[type="submit"] {
        width: 135px;
    }

    #panel-9-0-0-0 > .panel-widget-style {
        padding: 0 !important;
    }
	
	.site-header__topheader .zaso-icon__text {
		line-height: 1.5;
	}
	.site-header__topheader .zaso-icon__text a:first-child {
		font-size: 14px;
	}

    .gsticky .site-header {
        height: 76px;
    }
    .gsticky .site-header__branding img {
        max-width: 105px;
    }
}

@media all and (max-width: 666px) {
    .heading-set h1 {
        font-size: 1.75rem !important;
    }
	
	.page-id-11 .heading-set {
		padding: 0 !important;
	}

    .footer-col2, .footer-col3, .footer-col4 {
        padding-top: 20px;
    }
    .footer-col1 img {
        max-width: 180px !important;
    }

    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
        font-size: 1.5rem;
    }
    #forside-colbox-wrap > .panel-grid-cell {
        padding: 2.5em 1.5em 2em !important;
    }
    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
        max-width: 380px;
    }

    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
        height: 120px;
    }
    #forside-box-wrap #widget-heading h2, #forside-box-wrap #widget-heading h2 strong {
        font-size: 1.375rem;
    }

    #fullwidth-solid-wrap {
        padding-top: 3em;
    }

    #emballering-innercol-2 .panel-layout > .panel-grid {
        text-align: center;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:first-child,
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:last-child {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:first-child {
        margin-bottom: 2em !important;
    }

    #dark-col-2 .subheading-set .sow-sub-headline {
        font-size: 1.125rem !important;
    }
    #fullwidth-dark-wrap #dark-col-2 > .panel-grid-cell:last-child {
        padding: 2.5em 1em 3em;
    }
    #fullwidth-dark-wrap #dark-col-2 #kontakt-border-box {
        min-height: 155px;
    }
    #fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child #kontakt-border-box {
        padding: 1.25em 1.5em;
    }

    #fullwidth-dark-col {
        text-align: center;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #fullwidth-dark-col > .panel-grid-cell:first-child,
    #fullwidth-dark-col > .panel-grid-cell:last-child {
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #fullwidth-dark-col > .panel-grid-cell:first-child {
        margin-bottom: 2em !important;
    }
    #fullwidth-dark-col > .panel-grid-cell:last-child #kontakt-border-box {
        text-align: center;
    }

    #kontakt-info-widget h3.title, #kontakt-info-widget h3.title *,
    #kontakt-box-widget h3.title, #kontakt-box-widget h3.title * {
        font-size: 1.25rem;
    }
    #kontakt-info-widget .contact-list-wrap {
        font-size: 0.9375rem;
        padding-left: 0;
    }
    #kontakt-info-widget .list-content {
        width: 42%;
    }
    #kontakt-info-widget .list-content:nth-child(2),
    #kontakt-info-widget .list-content:nth-child(4) {
        width: 58%;
    }
    #kontakt-info-widget .list-content label {
        max-width: 85px;
    }
    #kontakt-info-widget .list-content span p {
        line-height: 1.5;
    }

    #video-col-2 {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    #bottom-section-wrap .wpcf7-form h2 {
        margin-bottom: 5px;
    }
    #bottom-section-wrap #bottom-col-2 > .panel-grid-cell:last-child {
        padding: 2em 1.5em 2.5em;
    }

    #pgc-11-1-0 {
        margin-bottom: 0 !important;
    }
    #pg-21-3 > .panel-row-style {
        padding-bottom: 2.5em !important;
        padding-top: 3em !important;
    }
}

@media all and (max-width: 650px) {
	.home #forside-box-wrap>.panel-grid-cell:first-child .so-widget-sow-editor,
	.home #forside-box-wrap>.panel-grid-cell .so-widget-sow-editor {
    	padding-left: 1.2em;
    	padding-right: 1.2em;
	}
}

@media all and (max-width: 599px) {
    .site-header {
        height: 84px;
    }
    #right-menu {
        height: 46px;
        left: 1.25em;
        width: 45px;
    }
    #right-menu #hamburger span {
        height: 4px;
        margin-top: 7px;
    }
/*     .site-header__branding {
        margin-left: 4.25em;
    } */
    .site-header__branding img {
        max-width: 115px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon {
        height: 56px;
    }
    .site-header__topheader .zaso-icon__text {
        font-size: 0.75rem;
    }
    .site-header__topheader .zaso-icon__text strong {
        font-size: 0.9375rem;
    }
    .theme-name-homepage-slider-wrap {
        padding-top: 84px;
    }

    .heading-set .decoration:before {
        width: 280px;
    }
    .heading-set .decoration:after {
        width: 100px;
    }
    .entry-content ul li h5 {
        font-size: 1.25rem;
    }

    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading {
        background-size: 110% auto !important;
    }

    #forside-colbox-wrap > .panel-grid-cell {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote p {
        font-size: 0.875rem;
    }
	.home #forside-colbox-wrap > .panel-grid-cell blockquote p {
        font-size: 1rem !important;
    }
	.home #forside-colbox-wrap>.panel-grid-cell blockquote {
		padding: 8px 10px 12px;
	}

    #emballering-innercol-2 .panel-layout > .panel-grid > .panel-grid-cell:first-child {
        margin-bottom: 0 !important;
    }

    #fullwidth-dark-wrap #fullwidth-dark-col2 {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell {
        text-align: center;
        margin-bottom: 0 !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #fullwidth-dark-wrap #fullwidth-dark-col2 > .panel-grid-cell:first-child {
        margin-bottom: 10px !important;
        text-align: center;
    }
    #fullwidth-dark-wrap #fullwidth-dark-col2 #kontakt-border-box {
        text-align: center;
    }

    #video-col-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #back-top {
        bottom: 50px;
        right: 15px;
    }

    .gsticky .site-header {
        height: 74px;
    }
    .gsticky .site-header__branding img {
        max-width: 100px;
    }
    .gsticky .site-header__topheader .widget_zen-addons-siteorigin-icon {
        margin-top: 9px;
    }
}

@media all and (max-width: 567px) {
    .site-header {
        height: 78px;
    }
    #right-menu {
        height: 48px;
    }
    .site-header__branding img {
        max-width: 105px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon {
        margin-left: 0;
        margin-top: 11px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon:first-child {
        display: none;
    }
    .theme-name-homepage-slider-wrap {
        padding-top: 78px;
    }

    .heading-set h1 {
        font-size: 1.625rem !important;
    }
    .heading-set .decoration {
        margin-bottom: 2.5em !important;
    }
    .heading-set .decoration:before {
        width: 260px;
    }

    .form-row.half {
        width: 100%;
    }
    .form-row.half input[type="text"], .form-row.half input[type="email"] {
        width: 100%;
    }

    #forside-box-wrap #widget-heading h2,
    #forside-box-wrap #widget-heading h2 strong {
        font-size: 1.25rem;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading {
        background-size: 130% auto !important;
        margin-bottom: 1em;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading img {
        height: 110px;
    }
    #forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
        padding-left: 1.75em;
        padding-right: 1.75em;
    }
    #forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
        padding-left: 1.75em;
    }
    #forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
        padding-right: 1.75em;
    }

    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
        font-size: 1.375rem;
    }
    #forside-colbox-wrap #widget-heading h2 strong {
        font-weight: 700;
        width: auto;
    }
	
	.home #forside-box-wrap>.panel-grid-cell:first-child .so-widget-sow-editor,
	.home #forside-box-wrap>.panel-grid-cell .so-widget-sow-editor {
    	padding-left: 10px !important;
    	padding-right: 10px !important;
	}

    #kontakt-info-widget, #kontakt-box-widget {
        padding: 1.5em 1.5em 1.75em;
    }
    #kontakt-info-widget .list-content {
        margin-bottom: 2em;
    }
    #kontakt-info-widget .list-content:first-child {
        margin-bottom: 12px;
        text-align: center;
    }
    #kontakt-info-widget .list-content:nth-child(2),
    #kontakt-info-widget .list-content:nth-child(3) {
        min-height: 70px;
    }
    #kontakt-info-widget .list-content label {
        max-width: 100%;
        width: 100%;
    }
    #kontakt-info-widget .list-content span {
        width: 100%;
    }
    #kontakt-info-widget .list-content:first-child label {
        display: none;
    }
    #kontakt-info-widget .list-content:first-child span {
        font-size: 1.125rem;
        width: 100%;
    }
    #kontakt-info-widget .list-content:first-child span p {
        font-weight: 700;
    }

    #bottom-section-wrap .wpcf7-form h2 {
        font-size: 1.375rem;
        line-height: 1.2;
    }
}

@media all and (max-width: 479px) {
    .site-header,
    .gsticky .site-header {
        height: 74px;
    }
    .site-header #right-menu {
        left: 1em;
    }
/*     .site-header__branding {
        margin-left: 4em;
    } */
    .site-header__branding img,
    .gsticky .site-header__branding img {
        max-width: 100px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon,
    .gsticky .site-header__topheader .widget_zen-addons-siteorigin-icon {
        margin-top: 9px;
    }
    .theme-name-homepage-slider-wrap {
        padding-top: 74px;
    }

    .heading-set {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .heading-set h1 {
        font-size: 1.625rem !important;
        line-height: 1.25 !important;
    }
    .heading-set .decoration {
        margin-top: 10px !important;
    }
    .heading-set .decoration:before {
        width: 230px;
    }
    .heading-set .decoration:after {
        width: 90px;
    }
    .sow-sub-headline, .subheading-set .sow-sub-headline, .heading-set .sow-sub-headline {
        font-size: 1.063rem !important;
    }

    .footer-col1, .footer-col2, .footer-col3, .footer-col4 {
        width: 100%;
    }
    .footer-col2, .footer-col3, .footer-col4 {
        padding-bottom: 20px;
    }

    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading {
        background-size: 160% auto !important;
        margin-bottom: 0.5em;
    }
    #forside-box-wrap > .panel-grid-cell > .so-panel:last-child .so-widget-sow-editor {
        padding-bottom: 2.25em !important;
    }
    #forside-box-wrap > .panel-grid-cell .so-widget-sow-editor {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #forside-box-wrap > .panel-grid-cell:first-child .so-widget-sow-editor {
        padding-left: 1.5em;
    }
    #forside-box-wrap > .panel-grid-cell:last-child .so-widget-sow-editor {
        padding-right: 1.5em;
    }

    #forside-colbox-wrap #widget-heading h2,
    #forside-colbox-wrap #widget-heading h2 strong {
        font-size: 1.25rem;
    }
    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
        max-width: 325px;
    }
    #forside-colbox-wrap > .panel-grid-cell blockquote {
        line-height: 1.2;
    }

    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image img {
        max-width: 250px;
    }

    #panel-11-0-0-0 > .panel-widget-style {
        padding: 0 !important;
    }
}

@media all and (max-width: 413px) {
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading {
        background-size: 165% auto !important;
    }
}

@media all and (max-width: 374px) {
    .site-header, .gsticky .site-header {
        height: 66px;
    }
/*     .site-header__branding {
        margin-left: 60px;
    } */
    .site-header__branding img, .gsticky .site-header__branding img {
        max-width: 90px;
    }
    .site-header__topheader .widget_zen-addons-siteorigin-icon {
        border: 0;
        padding: 0;
    }
    .theme-name-homepage-slider-wrap {
        padding-top: 66px;
    }

    .heading-set h1 {
        font-size: 1.375rem!important;
    }
    .heading-set .decoration:before {
        width: 220px;
    }
    .heading-set .decoration:after {
        width: 75px;
    }

    #kontakt-info-widget, #kontakt-box-widget {
        padding: 1.25em 1.35em 1.75em;
    }
    #kontakt-info-widget h3.title, #kontakt-info-widget h3.title *,
    #kontakt-box-widget h3.title, #kontakt-box-widget h3.title * {
        font-size: 1.125rem;
    }
    #kontakt-info-widget .list-content {
        width: 100%;
    }
    #kontakt-info-widget .list-content:nth-child(2), #kontakt-info-widget .list-content:nth-child(3),
    #kontakt-info-widget .list-content:nth-child(4), #kontakt-info-widget .list-content:last-child {
        padding-left: 1em;
    }
    #kontakt-info-widget .list-content:nth-child(2),
    #kontakt-info-widget .list-content:nth-child(4) {
        width: 100%;
    }
    #kontakt-info-widget .list-content:nth-child(2),
    #kontakt-info-widget .list-content:nth-child(3) {
        min-height: 0;
    }
    #kontakt-info-widget .list-content:last-child {
        margin-top: 2em;
    }

    #forside-colbox-wrap .so-widget-sow-image .so-widget-image {
        max-width: 255px;
    }

    #forside-box-wrap #widget-heading h2,
    #forside-box-wrap #widget-heading h2 strong {
        font-size: 1.125rem;
    }
    #forside-box-wrap #widget-heading h2 {
        padding-bottom: 10px;
    }
    #forside-box-wrap #widget-heading h2 strong {
        display: inline;
        font-weight: 700;
        width: auto;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel #widget-heading {
        padding-bottom: 2em;
        padding-top: 1.5em;
    }
    #forside-box-wrap > .panel-grid-cell .so-panel:first-child #widget-heading {
        background-size: 195% auto !important;
    }

    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image .widget-title {
        font-size: 1.25rem;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image {
        padding-top: 2em;
    }
    #emballering-col-2 > .panel-grid-cell .so-widget-sow-image img {
        max-width: 210px;
    }
}

@media all and (max-width: 320px) {
    
}