
#copyResp {
    margin: 1.5rem 0 0;
    float: left;
    width: 100%;
}
/*#resp-sidebar {
    z-index: 2;
}*/
#copyResp .copy-link a, 
#copyResp .copy-link, 
#copyResp .credits,
#copyResp a,
#copyResp p {
    text-align: center;
    font-family: 'Myriad Pro Regular', sans-serif,sans-serf;
    font-weight: 400;
    font-size: 0.875rem;
    color: #2a2a2a;
}
#copyResp .copy-link a:hover,
#copyResp a:hover {
    color: #d5c11c;
}

#innerRespSB .eteam-left-icon-text-wrap .left-icon-img {
    float: left;
    width: 40px;
    position: relative;
    top: 0;
    margin: 0 5px 0 0;
}
#innerRespSB .eteam-left-icon-text-wrap .right-text {
    width: 100%;
    float: left;
    padding: 0;
}
#innerRespSB .eteam-left-icon-text-wrap .right-text br{display: none !important}
#innerRespSB .eteam-left-icon-text-wrap .right-text p strong,
#innerRespSB .eteam-left-icon-text-wrap .right-text p {
    width: auto;
    font-family: 'Myriad Pro Regular', sans-serif !important;
    font-size: 0.9375rem;
    margin: 0;
    float: none;
    display: block;
    line-height: 24px;
    text-align: center;
}
#innerRespSB .eteam-left-icon-text-wrap .right-text p a {
    display: block;
    color: #2a2a2a;
    font-size: 1.125rem;
    padding: 15px 0 0 15px;
}
#innerRespSB .eteam-left-icon-text-wrap {
    width: auto;
    display: block;
    position: relative;
    border: 1px solid #2a2a2a;
    box-shadow:3px 3px 10px -1px rgba(0,0,0, 0.3);
    padding: 14px 0 6px 10px;
    margin: 0;
    float: unset !important;
}
#innerRespSB #eteam-left-icon-text-4 .eteam-left-icon-text-wrap .left-icon-img {
    margin-top: 0;
}
#innerRespSB #eteam-left-icon-text-6 .eteam-left-icon-text-wrap .right-text,
#innerRespSB #eteam-left-icon-text-4 .eteam-left-icon-text-wrap .right-text {
    padding: 0;
}

/*****************/
/* added CSS */
#innerRespSB .widget {
    margin: 0 10px;
}
#innerRespSB .widget a{
    display: inline;
}
#innerRespSB .widget_eteam-icon-link-btn .eteam-icon-btn.maroon-btn .svg-icon{
    font-size: 22px;
    padding: 4px 9px;
    color: #fff;
    background: #6a0f18;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline;
    width: 40px;
    height: 40px;
}

#innerRespSB .widget_eteam-icon-link-btn .eteam-icon-btn.maroon-btn{

    padding-top: unset;
    padding-bottom: unset;
    padding-right: unset;
    padding-left: unset;
    border-radius: unset;
    background:unset;
    display: block;
    padding-left: 63px;
    position: relative;
}

#innerRespSB .widget_eteam-icon-link-btn .eteam-icon-btn.maroon-btn .content-wrap .text-title {
    margin: 0;
    font-size: 14px;
    color: #6a0f18;
    text-transform: uppercase;
    display: block;
}
#innerRespSB .widget_eteam-icon-link-btn .eteam-icon-btn.maroon-btn .content-wrap .link-title {
    color: #2a2a2a;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
}
#innerRespSB .widget_eteam-icon-link-btn .eteam-icon-btn .svg-icon{
    left: 6%!important;
}
#innerRespSB .other-content{
    padding: 0 14px;
    padding-bottom: 35px;
}


rs-module-wrap{
    left:0!important
}
rs-mask-wrap .black-button{
    max-width:317px!important
}
/*********/
/** Main Menu CSS */

.header-menu-wrap {
    width: 100%;
    max-width: 1340px;
}
.h_menu_container {
    width: 100%;
    display: table;
    margin: 0 auto 0;
}
.h_menu_wrap {
    width: auto;
    float: none;
}
#id_header-nav {
    float: right;
    position: relative;
    width: 100%;
}
#navigation {
    display: block;
    height: auto;
    width: 100%;
}
#thenavigator {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
}
#thenavigator > li {
    font-weight: 500 !important;
    /* padding: 0 3.6%; */
}
#thenavigator > li > a{
    font-size: 1rem;
    color:#000;
    font-weight:500;
    border:none!important;
    /* letter-spacing: 0.050rem; */
}
#thenavigator > li > a:hover{
    
}
#thenavigator > li > a::after{
    content: "";
    height: 5px;
    background: #a5ce39;
    width: 0;
    opacity:0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 100%;
    left: 0;
    right:0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
#thenavigator > li > a:hover::after{
    width: 100%;
    opacity:1;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
#thenavigator > li.menu-item-has-children > a{
    padding-right:25px!important;
}
#thenavigator > li.menu-item-has-children:after{
    content: "";
    border: solid #222;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position:absolute;
    right:9px;
    top: 12px;
    margin-right:0;
    
}

.sf-menu li a:hover{
    color:#fff!important
}

.cc_banner-wrapper{z-index:9001;position:relative}.cc_container .cc_btn{cursor:pointer;text-align:center;font-size:0.6em;transition:font-size 200ms;line-height:1em}.cc_container .cc_message{font-size:0.6em;transition:font-size 200ms;margin:0;padding:0;line-height:1.5em}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{font-size:0.8em}}@media screen and (min-width: 768px){.cc_container .cc_btn{font-size:1em}.cc_container .cc_message{font-size:1em;line-height:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}@media print{.cc_banner-wrapper,.cc_container{display:none}}.cc_container{position:fixed;left:0;right:0;bottom:0;overflow:hidden;padding:10px}.cc_container .cc_btn{padding:8px 10px;background-color:#f1d600;cursor:pointer;transition:font-size 200ms;text-align:center;font-size:0.6em;display:block;width:33%;margin-left:10px;float:right;max-width:120px}.cc_container .cc_message{transition:font-size 200ms;font-size:0.6em;display:block}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{margin-top:0.5em;font-size:0.8em}}@media screen and (min-width: 768px){.cc_container{padding:15px 30px 15px}.cc_container .cc_btn{font-size:1em;padding:8px 15px}.cc_container .cc_message{font-size:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}.cc_container{background:#222;color:#fff;font-size:17px;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;box-sizing:border-box}.cc_container ::-moz-selection{background:#ff5e99;color:#fff;text-shadow:none}.cc_container .cc_btn,.cc_container .cc_btn:visited{color:#2a2a2a;background-color:#f1d600;transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;-webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;border-radius:5px;-webkit-border-radius:5px}.cc_container .cc_btn:hover,.cc_container .cc_btn:active{background-color:#fff;color:#2a2a2a}.cc_container a,.cc_container a:visited{text-decoration:none;color:#31a8f0;transition:200ms color}.cc_container a:hover,.cc_container a:active{color:#b2f7ff}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{-webkit-transform:translateY(66px);-ms-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.cc_container,.cc_message,.cc_btn{animation-duration:0.8s;-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;-webkit-animation-name:slideUp;animation-name:slideUp}
.custom-logo-link img{
    width: 100%;
    height: auto;
}


/**********************************/
/* Om Cookies */
.om-cookies-row > .panel-grid-cell {
    padding-top: 55px !important;
}
/* Home page CSS */
.hentry  {
    margin-bottom: 0;
}
.entry-content {
    margin: 0;
}
.inner-page .entry-content {
    margin: 0;
}
.page-content > .panel-layout .panel-grid,
.entry-content > .panel-layout .panel-grid {
    margin-bottom: 0 !important;
}


.link-btn-ps,
.link-btn {
    display: inline-block;
    font-family: 'Myriad Pro Regular', sans-serif;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.link-btn-ps {
    background: url('../img/readmore-arrow.png') no-repeat 62% 4px;
    color: #fff !important;
    font-size: 1.25rem;
    padding: 0;    
    text-align: center;
    width: 90%;
    font-family: 'Myriad Pro Regular', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}
.link-btn-ps:hover, .link-btn-ps:focus {
    background-position: 68% 4px;
    color: #6a0f18 !important;
    font-weight: 300;
}



/********************************************************/
/* Pages Contact Form CSS */
/** Contact form CSS placeholder color*/
.black-form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.black-form form  ::-moz-placeholder,
.black-form form  input::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
.black-form form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.black-form form  input:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}

/********************************************************/
.grecaptcha-badge {
    z-index: 1;
}
div.wpcf7-mail-sent-ok,div.wpcf7-response-output{
    text-align: center;
    max-width:700px;
    margin: 0 auto!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    margin-top:30px!important
}
#pages-kontakt-form {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 25px 0 40px;
}
#pages-kontakt-form .sub-heading {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 15px;
}
#pages-kontakt-form h4 {
    font-size: 1.125rem;
    font-family: 'Myriad Pro Regular', sans-serif !important;
    text-align: center;
    color: #2a2a2a
    padding: 5px 0 20px;
    font-weight: 400;
}
#pages-kontakt-form .contact-title {
    font-size: 2.125rem;
    color: #2a2a2a
    font-weight: 500;
    text-transform: uppercase;
}
#pages-kontakt-form .col.col1 {
    width: 49%;
    float: left;
}
#pages-kontakt-form .col.col2 {
    width: 50%;
    margin-left: 6px;
    float: left;
}
#pages-kontakt-form .submit-box {
    clear: both;
    text-align: right;
    z-index: 10;
    position: relative;
}
#pages-kontakt-form .captcha-wrap {
    display: inline-block;
    vertical-align: top;
    top: 5px;
    margin-right: 20px;
    position: relative;
}
#pages-kontakt-form .captcha-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    padding-top: 1px;
    right: 50px;
    top: -25px;
    width: 160px;
    height: 18px;
}
#pages-kontakt-form .captcha-wrap > span {
    position: inherit !important;
    font-size: 1rem;
    color: #2a2a2a;
}
#pages-kontakt-form .captcha-wrap > span > span {
    top: -5px;
}
#pages-kontakt-form .captcha-wrap > span input[type="text"] {
    width: 50px;
    text-align: center;
    margin: 0;
    padding: 12px 0 8px;
    border: 1px solid #2a2a2a;
}
#pages-kontakt-form .form-submit {
    display: inline-block;
}
#pages-kontakt-form .form-submit input[type="submit"]{
    margin: 5px 0 0 0;
}
#pages-kontakt-form .wpcf7-response-output {
    color: #f6f6f6;
}
div.wpcf7-validation-errors {
    border: 0;
    bottom: 5px;
    margin: 0;
    color: #af0c17;
    position: absolute;
    font-weight: 700;
    left: 40%;
    margin-top: 0;
    font-size: 0.8571rem;
}
#pages-kontakt-form input[type="text"], 
#pages-kontakt-form input[type="email"], 
#pages-kontakt-form textarea {
    background-color: transparent;
    color: #fff;
    border: unset;
    border: 1px solid #434240;
    border-radius: inherit;
    font-size: 1rem;
    font-family: 'Myriad Pro Regular', sans-serif;
    padding: 7px 10px;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}
#pages-kontakt-form textarea {
    height: 137px;
}
#pages-kontakt-form span.wpcf7-not-valid-tip {
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: -12px;
    width: auto;
}
#pages-kontakt-form input[type="submit"] {
    clear: both;
    font-family: 'Myriad Pro Regular', sans-serif !important;
    color: #d0b77a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 3px;
    margin: 25px 0 0 0;
    padding: 12px 40px 10px;
    text-align: center;
    cursor: pointer;
    background-color: #2a2a2a;
    border: 0;
    transition: background-color 0.2s ease-in 0s;
    -webkit-appearance: none;
    float: right;
    border-radius: 0;
    /*box-shadow: 3px 8px 13px -2px rgba(0,0,0, 0.5);*/
}
#pages-kontakt-form input[type="submit"]:hover {
    background-color: #201f1f;
    color: #fff;
    cursor:pointer;
}
#pages-kontakt-form .ajax-loader {
    display: none !important;
}
#pages-kontakt-form div.wpcf7-validation-errors {
    border: 1px solid red;
    bottom: 0;
    margin: 0;
    color: #ffe601;
    display: inline-block !important;
    position: relative;
    font-weight: 700;
    right: 0;
    left: 0;
    margin-top: 0;
    font-size: 0.8571rem;
    padding: 3px 12px;
    text-align: center;
    width: auto;
}
#pages-kontakt-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    font-size: 0.8571rem;
    font-weight: 700;
    padding: 3px 10px !important;
    margin: 0 !important;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: auto;    
}
#pages-kontakt-form .title {
    padding: 3px 0 18px;
    color: #2a2a2a;
}
/******************* Custom Widget Home boxes CSS **********************************/
#eteam-left-icon-text-3,
#eteam-left-icon-text-2 {
    width: 45%;
    display: inline-block;
    float: left;
}
#eteam-left-icon-text-2 .eteam-left-icon-text-wrap {
    width: auto;
    padding-left: 35px;
    /*float: right;*/
}
#eteam-left-icon-text-3 .eteam-left-icon-text-wrap {
    width: auto;
    float: left;
}

/* Eteam left icon text CSS */
.eteam-left-icon-text-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}
.eteam-left-icon-text-wrap .left-icon-img {
    width: auto;
    float: left;
}
.eteam-left-icon-text-wrap .content-wrap {
    width: auto;
    float: left;
}
.eteam-left-icon-text-wrap .content-wrap .text-title {
    display: block;
    float: left;
    font-size: 0.875rem;
    padding-left: 15px;
    text-transform: uppercase;
}
.eteam-left-icon-text-wrap .right-text {
    width: 100%;
}
.eteam-left-icon-text-wrap .right-text p {
    width: auto;
    margin: 0;
    line-height: 22px;
    float: left;
}
.eteam-left-icon-text-wrap .right-text p a {
    display: block;
    color: #2a2a2a;
    font-size: 1.875rem;
    padding: 10px 0 0 10px;
    font-family: 'Myriad Pro Regular', sans-serif;
}
.eteam-left-icon-text-wrap .right-text p a:hover {
    color: #6a0f18 !important;
}
/*  Home content slider CSS  until here */
.slider-overlap-content #siteorigin-panels-builder-2 {
    margin-bottom: 0 !important;
}
#slider-ul {
    width: 100%;
    display: block;
    background: rgba(142, 128, 93, 0.75);
    position: relative;
    margin-top: -96px;
}
#slider-ul .slider-ul-li {
    width: 1770px;
    margin: 0 auto;
    padding-left: 60px !important;
}
#slider-ul .slider-ul-li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#slider-ul .slider-ul-li ul li {
    width: 25%;
    color: #fff;
    font-size: 2.188rem;
    font-family: 'Myriad Pro Regular', sans-serif;
    line-height: 46px;
    padding: 25px 0 25px 55px;
    background: url(../img/overlap-bullet.png)no-repeat 0 50%;
    float: left;
}
/******************/
/** Kontakt page CSS */
.kontakt-boxes {
    padding: 0 160px !important;
}
.kontakt-boxes .panel-grid-cell {
    align-self: stretch !important;
    margin: 30px 0 40px !important;
}
.icon-box > .so-widget-sow-image {
    border-bottom: 1px solid #dfe0e3;
    padding-bottom: 7px;
}
.icon-box > .so-widget-sow-image > .sow-image-container {
    width: auto;
    display: inline-block;
}
.icon-box > .so-widget-sow-image > .sow-image-container img {
    position: relative;
    top: 1px;
}
.icon-box > .so-widget-sow-image > .widget-title {
    width: auto;
    display: inline-block;
    padding-left: 10px;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
}
.kontakt-boxes .kontakt-content-box p a,
.kontakt-boxes .kontakt-content-box p {
    font-size: 1.125rem;
    font-weight: 600;
}
.kontakt-boxes .kontakt-content-box p a:hover {
    color: #6a0f18;
}
.kontakt-boxes .kontakt-content-box.martin p {
    margin-bottom: 0;
}
.kontakt-boxes .kontakt-content-box p span {
    width: auto;
    display: inline-block;
    float: left;
    width: 80px;
}
.kontakt-boxes .box-item .so-panel {
    margin-bottom: 15px !important;
}
.kontakt-boxes .panel-grid-cell:nth-child(3) > .box-item .so-panel:nth-child(2) {
    margin-bottom: 5px !important;
}
/****/
#kontakt-form {
    position: relative;
}
#kontakt-page-form .panel-grid-cell:nth-child(1) {
    align-self: stretch !important;
}
#kontakt-page-form .panel-grid-cell:nth-child(2) {
    background: #eaeaea;
    align-self: stretch !important;
    position: relative;
    z-index: 1;
}
#kontakt-page-form .panel-grid-cell:nth-child(2)::after {
    content: "";
    background: #eaeaea;
    width: 153px;
    z-index: 0;
    position: absolute;
    right: -153px;
    height: 100%;
    top: 0;
}
#kontakt-page-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
#kontakt-page-form ::-moz-placeholder,
#kontakt-page-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
#kontakt-page-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
#kontakt-page-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.kontakt-row2 > .panel-grid-cell {
    align-self: stretch !important; 
}

#kontakt-page-form  {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 160px 30px !important;
}
#kontakt-page-form  .sub-heading {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
}
#kontakt-page-form h3 {
    font-size: 1.875rem;
    font-family: 'Myriad Pro Regular', sans-serif !important;
    color: #fff;
    padding: 5px 0 10px;
    font-weight: 400;
}

#kontakt-page-form .col.col1 {
    width: 49%;
    float: left;
}
#kontakt-page-form .col.col2 {
    width: 50%;
    margin-left: 6px;
    float: left;
}
#kontakt-page-form  p:empty {
    display: none;
}
#kontakt-page-form .submit-box {
    clear: both;
    text-align: right;
    z-index: 10;
    position: relative;
}
#kontakt-page-form .form-submit {
    display: inline-block;
}
#kontakt-page-form .form-submit input[type="submit"]{
    margin: 5px 0 0 0;
}
#kontakt-page-form .wpcf7-response-output {
    color: #f6f6f6;
}
div.wpcf7-validation-errors {
    border: 0;
    bottom: 5px;
    margin: 0;
    color: #af0c17;
    position: absolute;
    font-weight: 700;
    left: 40%;
    margin-top: 0;
    font-size: 0.8571rem;
}
#kontakt-page-form input[type="text"], 
#kontakt-page-form input[type="email"], 
#kontakt-page-form textarea {
    background-color: transparent;
    color: #fff;
    border: unset;
    border: 1px solid #434240;
    border-radius: inherit;
    font-size: 1rem;
    font-family: 'Myriad Pro Regular', sans-serif;
    font-weight: 300;
    padding: 6px 10px;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}
#kontakt-page-form textarea {
    height: 130px;
}
#kontakt-page-form span.wpcf7-not-valid-tip {
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: -12px;
    width: auto;
}
#kontakt-page-form input[type="submit"] {
    clear: both;
    font-family: 'Myriad Pro Regular', sans-serif !important;
    color: #d0b77a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 3px;
    margin: 25px 0 0 0;
    padding: 12px 40px 10px;
    text-align: center;
    cursor: pointer;
    background-color: #2a2a2a;
    border: 0;
    transition: background-color 0.2s ease-in 0s;
    -webkit-appearance: none;
    float: right;
    border-radius: 0;
    /*box-shadow: 3px 8px 13px -2px rgba(0,0,0, 0.5);*/
}
#kontakt-page-form input[type="submit"]:hover {
    background-color: #201f1f;
    color: #fff;
    cursor:pointer;
}
#kontakt-page-form .ajax-loader {
    display: none !important;
}
#kontakt-page-form div.wpcf7-validation-errors {
    border: 1px solid red;
    bottom: 0;
    margin: 0;
    color: #ffe601;
    display: inline-block !important;
    position: relative;
    font-weight: 700;
    right: 0;
    left: 0;
    margin-top: 0;
    font-size: 0.8571rem;
    padding: 3px 12px;
    text-align: center;
    width: auto;
}
#kontakt-page-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    font-size: 0.8571rem;
    font-weight: 700;
    padding: 3px 10px !important;
    margin: 0 !important;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: auto;    
}
#kontakt-page-form .title {
    padding: 3px 0 18px;
    color: #2a2a2a;
}
.google-map-box {
    width: 100%;
    display: block;
    /*box-shadow: 5px 5px 3px -1px rgba(0,0,0, 0.1);*/
    background: #2d2d2f;
    font-size: 0;
}
.google-map-box .textwidget p,
.google-map-box .textwidget {
    margin-bottom: 0;
    font-size: 0;
}
#kontakt-page-form .title {
    padding-bottom: 7px;
}
.om-cookies {
    margin: 3rem 0;
}
.google-map-box #eteam-bordered-block h4.title {
    color: #fff;
    text-shadow: unset;
}
/** override */

/** Contact form CSS placeholder color*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2a2a2a;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #2a2a2a;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #2a2a2a;
}

/*  Main Content Home */

/** Footer CSS */
.entry-footer {
    display: none;
}

.footer-wrap {
    width: 100%;
    display: block;
    padding: 50px 0 20px;
    margin: 0 auto;
}
.site-info-footer {
    width: 100%;
    display: flex;
}
.site-info-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-info-footer ul li {
    font-size: 1rem !important;
    display: block;
}
.copy-link a:hover,
.site-info-footer ul li a:hover {
    /*color: #d83a33;*/
    color: #d5c11c;
}
.site-info-footer h3 {
    font-size: 1.375rem;
    font-family: 'Myriad Pro Regular', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 0 25px 0;
    width: auto;
    display: inline-block;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.5);
}
.site-info-footer h3:before {
    content: '';
    position: relative;
    left: 0;
    top: 9px;
    height: 18px;
    width: 8px;
    display: block;
    margin: 0 12px 0 0;
    background-color: #6a0f18;
    z-index: 0;
    float: left;
}
.footer-col1 {
    text-align: left;
    padding: 10px 0 0;
    width: 25%;
    float: left;
}
.footer-col2 {
    width: 20%;
    margin: 0;
    padding: 0 0 0 4rem;
    float: left;
}
.footer-col2 ul li {
    padding: 0 0 0px 2px;
    line-height: 24px;
}
.footer-col3 {
    width: 27%;
    display: block;
    padding-left: 6rem;
    float: left;
}
.footer-col3 ul li {
    padding: 0 0 15px 0;
    display: table;
}
.footer-col3 .co-name {
    padding-left: 30px;
}
.footer-col4 {
    width: 28%;
    display: block;
    float: right;
    padding-left: 7rem;
}
.footer-col4 ul li {
    padding: 0 0 15px 0;
}
.footer-col4 p {
    color: #fff;
    line-height: 24px;
    position: relative;
    top: -10px;
    margin: 0;
    width: auto;
    display: inline-block;
}
.footer-col4 p strong {
    color: #7d7d7d;
    padding-right: 2rem;
}
.footer-col4 .footer-email-add .textwidget {
    margin-top: 1.35rem;
}
/** Footer 4 Custom widget CSS */
.footer-col4 #text-8 {
    margin: 2.5rem 0 1rem 0;
    display: block;
}
.footer-col4 #text-8 .textwidget {
    text-align: left;
}
.footer-col4 #text-8 .textwidget a {
    width: auto;
    display: block;
    background: #3b5998;
    padding: 12px 57px 7px;
    border: 1px solid #63686a;
    border-radius: 7px;
}
.footer-col4 #eteam-left-image-box-container {
    width: 80%;
    padding: 0.75rem 1.875rem;
    margin: 0;
    border: 1px solid #888888;
    border-radius: 5px;
}
.footer-col4 #eteam-left-image-box-container .left-media {
    width: 40px;
    float: left;
    font-size: 0;
}
.footer-col4 #eteam-left-image-box-container .body-content {
    max-width: 189px;
    float: left;
    margin-left: 15px;
}
.footer-col4 #eteam-left-image-box-container .body-content .content p {
    margin-bottom: 0;
}
.footer-col4 #eteam-left-image-box-container .body-content .content p,
.footer-col4 #eteam-left-image-box-container .body-content .content p strong,
.footer-col4 #eteam-left-image-box-container .body-content .content p span a {
    font-family: 'Myriad Pro Regular', sans-serif !important;
}
.footer-col4 #eteam-left-image-box-container a p:hover {
    color: #dd0017 !important;
}
/****/
.tel-wrap1 .tel-title1,
.tel-wrap2 .tel-title1 {
    width: 80px;
    display: inline-block;
}
.email-wrap .email-title,
.tel-wrap1 .tel-title1,
.tel-wrap2 .tel-title1,
.cvr-wrap .cvr-title,
.add-title .add-head,
.ul-title .firma-title {
    font-weight: 500;
    color: #6a0f18;
}
.ul-title .co-firma {
   padding-left: 50px;
   max-width: 325px;
   display: block;
   font-weight: 400;
   float: right;
}
.tel-wrap {
    clear: both;
}
.tel-wrap .tel-title {
    width: auto;
    float: left;
}
.tel-wrap .telnos-wrap {
    width: auto;
    display: block;
    padding-left: 20px;
    float: left;
}
.email-wrap {
    clear: both;
    /*padding-top: 8px;*/
}
.email-wrap .email-add {
    padding-left: 35px;
}
.cvr-wrap {
    width: 100%;
    display: block;
}
.cvr-wrap .cvr-title {
    width: auto;
    padding-right: 60px;
    float: left;
    display: block;
}
/** Footer Element Content CSS */
.add-title strong {
    width: auto;
    float: left;
}
.add-title .add-head {
    clear: both;
    float: left;
    display: inline-block;
}
.add-title .add-info {
    display: inline-block;
    padding-left: 32px;
    font-weight: 400;
    float: left;
    max-width: 205px;
}
.cvr-title {
    clear: both;
    float: none;
    display: block;
}
.cvr-title .cvr-num {
    padding-left: 60px;
    font-weight: 400;
}

/** Credits CSS **/
.credits,
.copy-link a,
.copy-link {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}
.company a {
    font-weight: 400 !important;
    display: inline-block;
}
/* Copyright CSS */
.copyright-tbl {
    width: 100%;
    display: block;
    height: auto;
    background-color: #282828;
}
.eteam-link {
    width: 1600px;
    margin: 0 auto;
}
.eteam-link p {
    margin: 0 !important;
    text-align: left;
}
.company {
    width: 11%;
    padding: 7px 0;
    float: left;
}
.company strong {
    /*color: #e14343 !important;*/
    color: #be1c1c !important;
}
.eteam-link .company .widget {
    margin-bottom: 0 !important;
}
.eteam-link .company .widget .textwidget a {
    color: #fff;
    font-size:14px
}
.eteam-link .company .widget .textwidget a:hover {
    color: #d83a33;
}
/* Toggle Menu CSS */
.h_menu_container {
    display: block;
}
.slick-wrap {

    display: none;
}
#slickerbtn {
    /* display: flex; */
    /* display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; */
}
#slickerbtn:hover{
    cursor: pointer;
}

.toggle-wrap-outter {

}
.toggle-wrap-inner {

}
.bar-line-wrap {
    width: 30px;
}
.bar-line-wrap .bar1 {
    height: 4px;
    background: #fff;
    width: 100%;
    clear: both;
    margin: 0 0 4px 0;
}
.bar-line-wrap .bar2 {
    height: 4px;
    background: #fff;
    width: 100%;
    float: right;
    clear: both;
    margin: 0 0 4px 0;
    position: relative;
    left: 6px;
}
.bar-line-wrap .bar3 {
    clear: both;
    height: 4px;
    background: #fff;
    width: 100%;
}

/*
* Back to Top
*/
#back-top {
    /* background: url('../img/drop-down-arrow-up.png') no-repeat center center #9a9a9a; */
    border-radius: 50%;
    color:#fff;
    background:#2ab3e4;
    border: 1px solid #fff;
    height: 40px;
    text-align: center;
    opacity: 0;
    position: fixed;
    transition: 0.3s;
    width: 40px;
    z-index: 500;
    bottom: 6rem;
    right: 1rem;
    z-index: 1;
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-size: 36px;
}
#back-top:hover {
    background-color: #d3d3d3;
}
#back-top.show {
    opacity: 1;
}
/******/
/*#slickerbtn {
    display: none;
}*/    /*  Remove Comment to revert to old setup */
#sb-site {
    background: #fff none repeat scroll 0 0;
    left: 0;
}
#resp-sidebar #responsive-menu .slicknav_menu > .slicknav_btn {
    display: none;
}
#responsive-menu .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}
#responsive-menu .slicknav_menu .slicknav_nav {
    display: inherit !important;
}
#responsive-menu .slicknav_menu .slicknav_nav .menu-item-has-children .sub-menu {
    visibility: inherit !important;
}
#innerRespSB {padding: 1rem;}
#innerRespSB .eteam-left-icon-text-wrap .text-title {
    display: none;
}
#innerRespSB .eteam-left-icon-text-wrap .right-text a  {
    color: #2a2a2a;
}
#innerRespSB .eteam-left-icon-text-wrap .right-text a:hover {
    color: #0085cc;
}
/************************************************/
/* RESPONSIVE MENU STYLE START                  */
/************************************************/
#responsive-menu {
    margin: 0 auto;
    padding: 0 0 1.5rem;
}
#responsive-menu .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn {
    background: #694326 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn:hover {
    background: #e35933 none repeat scroll 0 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn.slicknav_open {
    background: #e35933 none repeat scroll 0 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn .slicknav_menutxt {
    font-weight: 400;
    text-shadow: none;
    text-transform: capitalize;
}
#responsive-menu .slicknav_menu > .slicknav_btn .slicknav_icon .slicknav_icon-bar {
    box-shadow: none;
}
#responsive-menu .slicknav_menu .slicknav_nav a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    padding: 0!important;
    height: 44px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 15px!important;
}
#responsive-menu .slicknav_menu .slicknav_nav a > a{
    width: 100%;
    max-width: 200px;
    height: 100%;
    display: flex!important;
    padding-left: 0px!important;
}
#responsive-menu .slicknav_menu .slicknav_nav > a{

}
#responsive-menu .slicknav_menu .slicknav_nav .sub-menu a{
    height: 29px;
    padding-left: 5px!important;
}
#responsive-menu .slicknav_menu .slicknav_nav {
    font-size: inherit;
    padding: 0.5rem 0 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    
}
#responsive-menu .slicknav_menu .slicknav_nav > li:first-child {
    border-top: 0 none;
}
#responsive-menu .slicknav_menu .slicknav_nav > li {
    border-top: 1px solid #ddd;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Myriad Pro Regular', sans-serif, sans serif;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
#responsive-menu .slicknav_menu .slicknav_nav > li:hover {
    padding-left: 0;
}
.slicknav_nav a{
    color: #000;
}
#responsive-menu .slicknav_menu .slicknav_nav > li > a:link, 
#responsive-menu .slicknav_menu .slicknav_nav > li > a:visited, 
#responsive-menu .slicknav_menu .slicknav_nav > li > a:active {
    /*background: transparent none repeat scroll 0 0;*/
    border-radius: 0;
    color: #2a2a2a;
    margin: 0 auto;
    padding: 0.8rem 0.8rem 0.8rem 1.5rem;
    text-decoration: none;
    /*background: url(../img/menu-base.png)no-repeat 0 50%;*/
}
/* Parent Active Menu */
#responsive-menu .slicknav_menu .slicknav_nav > li.current-menu-item > a,
#responsive-menu .slicknav_menu .slicknav_nav > li.current_page_item > a,
#responsive-menu .slicknav_menu .slicknav_nav > li.menu-item.current-menu-item > a,
#responsive-menu .slicknav_menu .slicknav_nav > li.current_page_ancestor > a,
#responsive-menu .slicknav_menu .slicknav_nav > li.current-menu-ancestor > a {
    color: #fff;
    /*background: url(../img/menu-on-page.png)no-repeat 0 50%;*/
    background: #209fcd;
}
.bottom-info a:hover,
#responsive-menu .slicknav_menu .slicknav_nav > li > a:hover {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    padding: 0.8rem 0.8rem 0.8rem 1.5rem;
    background: #209fcd;
}

#responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:link, 
#responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:visited, 
#responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:active {
    background: transparent none repeat scroll 0 0;
    color: inherit;
    text-decoration: none;
}
.slicknav_nav .slicknav_arrow{
    top: 0;
    right: 10px;
    left: unset;
    position: absolute;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.slicknav_nav a:hover{
    border-radius: 0;
}
/* Hamburger Menu Bottom CSS */

/** hmenu wrapper */
.hmenu-wrapper {
    display: none;
}




/** Accordion **/
.sb-slidebar.sb-active {
    background: #fff;
}
.accordion-logo {
    width: auto;
    display: flex;
    margin: 10px auto;
    justify-content: center;
    align-items: center;
}
#resp-sidebar .copyright {
    background-color: #e9e9e9;
    padding: 0;
    padding: 15px 0 10px;
    margin: 40px 0 0 0;
}
#resp-sidebar .copyright #sow-editor-3 {
    margin: 0;
}
#resp-sidebar .copyright #sow-editor-3 .textwidget p {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}
/* Hamburger Menu Bottom Info CSS */
#hcwResp {
    padding-top: 10px;
    width: 100%;
}
#resp-sidebar #eteam-left-icon-text-3,
#resp-sidebar #eteam-left-icon-text-2 {
    width: 100%;
    float: none;
    display: block;
}
#resp-sidebar #eteam-left-icon-text-3 {
    margin-top: 0rem;
}
#resp-sidebar #eteam-left-icon-text-3 #eteam-left-icon-text-wrap .left-icon-img,
#resp-sidebar #eteam-left-icon-text-2 #eteam-left-icon-text-wrap .left-icon-img {
    width: 100%;
    display: block;
    text-align: center;
}
#resp-sidebar #eteam-left-icon-text-wrap .right-text a {
    text-decoration: none;
    padding: 5px 0 0 5px;
    display: table;
    font-weight: 400;
    font-family: 'Myriad Pro Regular', sans-serif !important;
    margin: 0 auto;
}

/********************************************************************/

 

/************************************************/
/* RESPONSIVE MENU STYLE END                    */
/************************************************/
/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-content:after,
.site-content:before,
.site-main:before,
.site-main:after,
.site-header:before,
.site-header:after,
.branding-section:before,
.branding-section:after,
.h_top_wrap:before,
.h_top_wrap:after,
#primary-menu:before,
.main-navigation:after,
.main-navigation:before,
#primary-menu:after,
.entry-footer:before,
.entry-footer:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
h1:before, 
h1:after, 
h2:before, 
h2:after, 
h3:before, 
h3:after, 
h4:before, 
h4:after, 
h5:before, 
h5:after, 
h6:before, 
h6:after,
.clear:after,
.site-header:after,
.entry-content:after,
.branding-section:after,
.h_top_wrap:after,
#primary-menu:after,
.main-navigation:after,
.site-footer:after {
    clear: both;
}

/**********************************************/
/* TEST ONLY START*/
/**********************************************/
#the-site-holder #hpSliderHelper {
    /*left: 0 !important;*/
    width: 100% !important;
    margin: 0 auto !important;
    height: 50px !important;
}
#the-site-holder #hpSliderHelper > .tp-loop-wrap {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    /*left: 0 !important;*/
}
#the-site-holder #hpSliderHelper > .tp-loop-wrap > .tp-mask-wrap {
    /*width: 1540px !important;*/
    width: 100% !important;
    display: block !important;
    left: 0 !important;
    margin: 0 auto !important;
    position: relative !important;
}
#the-site-holder #hpSliderHelper > .tp-loop-wrap > .tp-mask-wrap > .tp-caption {
    width: auto !important;
    display: table!important;
    position: relative!important;
    margin: 0 !important;
    right: -20px;
}
#the-site-holder #hpSliderHelper > .tp-loop-wrap > .tp-mask-wrap > .tp-caption > .home-slider-wrap{}
#the-site-holder #hpSliderHelper > .tp-loop-wrap > .tp-mask-wrap > .tp-caption > .home-slider-wrap > .slider-content-holder{}
#the-site-holder #hpSliderHelper > .tp-loop-wrap > .tp-mask-wrap > .tp-caption > .home-slider-wrap > .slider-content-holder{}

/**********************************************/
/* TEST ONLY END */
/**********************************************/
@media (max-width: 1853px) {
    #kontakt-page-form {
        padding: 50px 120px 30px !important;
    }
}
@media (max-width: 1847px) {
                        
}
@media (max-width: 1816px) {}

@media (max-width: 1800px) {   


}
@media (max-width: 1750px) {

}
@media (max-width: 1741px) {

}
@media (max-width: 1725px) {

    #kontakt-bottom-content {
        padding: 70px 18rem 50px !important;
    }
    
}
@media (max-width: 1708px) {

}
@media (max-width: 1693px) {
    #kontakt-page-form {
        padding: 50px 60px 30px !important;
    }
}
@media (max-width: 1685px) {
}
@media (max-width: 1680px) {
    /* Header CSS */  
    .site-info-footer {
        width: 96%;
        margin: 0 auto;
    }
    .eteam-link {
        width: 96%;
    }

}
@media (max-width: 1678px) {

}
@media (max-width: 1669px) { 

}
@media (max-width: 1659px) {
}
@media (max-width: 1653px) {}
@media (max-width: 1636px) {}
@media (max-width: 1624px) {

}
@media (max-width: 1621px) {

    
}
@media (max-width: 1611px) {
 
}
@media (max-width: 1600px) {}
@media (max-width: 1597px) {
    /********** Slider CSS *************/
}
@media (max-width: 1595px) {}
@media (max-width: 1584px) {
    #yt-iframe{
        height:22.7vw;
    }
}
@media (max-width: 1580px) {

    .black-form form{
        margin-left: 0;
    }
}
@media (max-width: 1560px) {

    .footer-col3 {
        padding-left: 5rem;
        width: 29%;
    }
    .footer-col4 {
        width: 25%;
    } 

}
@media (max-width: 1537px) {
    #panel-17-3-0-2 .the-thumbnails .panel-grid-cell{
        width: calc(25% - ( 0.75 * 3.6% ) )!important;
    }
}
@media (max-width: 1535px) {

}
@media (max-width: 1499px) {

}
@media (max-width: 1476px) {

}
@media (max-width: 1470px) {
    .grid-images .sow-image-container > a{
        min-height: unset;
    }
}
@media (max-width: 1460px) {

    
}
@media (max-width: 1450px) {

    


}
@media (max-width: 1442px) {
    
    /******************************/
    /***/
    .footer-col3 {
        padding-left: 4rem;
        width: 27%;
    }
    .footer-col4 {
        width: 27%;
    }
}
@media (max-width: 1437px) {}
@media (max-width: 1426px) {

}
@media (max-width: 1416px) {

}
@media (max-width: 1402px) {

}
@media (max-width: 1394px) {}
@media (max-width: 1391px) {    
    /***/
    .footer-col3 {
        padding-left: 3rem;
        width: 27%;
    }
    .footer-col4 p a,
    .footer-col4 p {
        max-width: 100%;
    }
}
@media (max-width: 1388px) {

}
@media (max-width: 1383px) {

}
@media (max-width: 1371px) {

}
@media (max-width: 1360px) {
    .the-thumbnails.ver2 .panel-layout .panel-grid .panel-grid-cell{
        width: calc(33.3333% - ( 0.66666666666667 * 4.3% ) )!important
    }
}
@media (max-width: 1350px) {


}
@media (max-width: 1323px) {

}
@media (max-width: 1315px) {
    #pl-17 #panel-17-1-0-1,#pl-19 #panel-19-1-0-1, #pl-19 #panel-19-1-0-2,#pl-39 #panel-39-1-0-2 {
        margin-right: 0!important;
        margin-left: 0!important;
        margin-top: 7.4vw!important;
        margin-bottom: 7.4vw!important;
    }
    .grid-images .panel-layout .panel-grid .panel-grid-cell{
        width: calc(33.3333% - ( 0.66666666666667 * 3.6% ) )!important;
    }
    .grid-images .sow-image-container .title-container{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1310px) {
    /*************************/
    .footer-col1 {
        width: 27%;
    }
    .footer-col2 {
        width: 18%;
        padding-left: 2.5rem;
    }
    .footer-col3 {
        padding-left: 2.5rem;
        width: 25%;
    }
    .footer-col4 {
        width: 29%;
    }
    .post-gallery-skubbs .item .featured-img{
        height:480px
    }
    .post-grid-skubbs .item .featured-img{
        height:350px
    }
    .post-grid-skubbs .item.active {
        height: 625px;
    }

}
@media (max-width: 1299px) {
    #panel-21-1-0-2 .the-thumbnails{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    #pg-w5e68736618f23-0 .panel-grid-cell{
        width: calc(25% - ( 0.75 * 3.9% ) )!important;
    }
    
    
}
@media (max-width: 1275px) {


}
@media (max-width: 1271px) {

}

@media (max-width: 1267px) {

}
@media (max-width: 1255px) {
    .grid-images.v2 > .panel-layout > .panel-grid .panel-grid-cell {
        width: calc(33.9619% - ( 0.69038076152305 * 4% ) )!important;
    }
}
@media (max-width: 1243px) {

	
    .kontakt-os-cont{
        padding-top: 3.4vw;
        padding-bottom: 4.9vw;
    }
    .kontakt-os-cont .siteorigin-widget-tinymce h2{
        margin-top: 4.8vw;
    }
    .kontakt-form-container{
        padding-top: 4.8vw;
    }

}
@media (max-width: 1234px) {
    .kontakt-os-cont{
        padding-top: 3.4vw;
    padding-bottom: 5vw;
    }
}
@media (max-width: 1230px) {
    .slide-image-section .siteorigin-widget-tinymce{
        padding-left:20px;
        padding-right:20px;
    }
    #pg-10-3 .headline-text::after,#pg-10-4 .headline-text::after,#pg-10-5 .headline-text::after,#pg-12-1 .headline-text::after,#pg-215-1 .headline-text::after,#pg-221-1 .headline-text::after{
        left:20px
    }
}
@media (max-width: 1229px) {  
    /**********************/
    .footer-col1 #text-4 .textwidget {
        padding-left: 0;
        width: 275px;
    }
    .footer-col3 {
        padding-left: 4rem;
    }
    .footer-col4 {
        padding-left: 4rem;
    }
    .footer-col4 li span,
    .footer-col3 li span {
        width: 100% !important;
        display: block;
        float: none;
        padding-left: 0 !important;
    }
    .footer-col4 li a,
    .footer-col4 li span a {
        padding-left: 0 !important;
    }
    .footer-col4 p strong {
        display: block;
    }

    /************/
}
@media (max-width: 1225px) {


}
@media (max-width: 1203px) {

}
@media (max-width: 1199px) {


}
@media (max-width: 1191px) {}
@media (max-width: 1180px) {
    
}
@media (max-width: 1170px) {
    .site-footer-flex .footer-col.row2{
        flex-basis: 14%;
    }
}
@media (max-width: 1164px) {

}

@media (max-width: 1144px) {


}

@media (max-width: 1135px) {

    .black-form form {
        padding:20px
    }
}
@media (max-width: 1115px) {

    
}
@media (max-width: 1101px) {

}
@media (max-width: 1081px) {    
    /****/
    .footer-col2 {
        padding-left: 2.8rem;
    }
}
@media (max-width: 1079px) {

    .site-footer-flex {
        flex-wrap: wrap;
    }
    .site-footer-flex .footer-col{
/*         flex-basis: 50%!important;
margin-bottom: 15px; */
    }
    .site-footer-flex .footer-col.row1{order: 3;}
    .site-footer-flex .footer-col.row2{order: 1;}
    .site-footer-flex .footer-col.row3{order: 2;}
    .site-footer-flex .footer-col.row4{order: 4;}

}
@media (max-width: 1071px) {

}
@media (max-width: 1064px) {
    .footer-col3 {
        padding-left: 2rem;
        width: 28%
    }
    .footer-col4 {
        width: 27%;
        padding-left: 1rem;
    }
}
@media (max-width: 1058px) {

    
}
@media (max-width: 1031px) {
    .site-info-footer h3 {
        font-size: 1.375rem;
    }
    
}
@media (max-width: 1025px) {

    .div-wrapper.sec1,.div-wrapper.sec2 {
        padding-top: 8vw;
        padding-bottom: 4vw;
    }
    #panel-90-2-0-0 #popup-video-container .video-content .vid-title-description .inner h3{
        font-size: 5.8vw;
    }
    #panel-90-2-0-0 #popup-video-container a.js-video-button{
        margin-top: 5vw;
    }
}
@media (max-width: 1020px) {
    #panel-99-1-0-0 .headline-text p br,#panel-97-1-0-0 .headline-text p br{
        display: none;
    }
}
@media (max-width: 1023px) {


    .bottom-content-p p br {
        display: block;
    }
    #panel-12-3-0-1 > .div-wrapper > .panel-layout > .panel-grid, #panel-215-3-0-1 > .div-wrapper > .panel-layout > .panel-grid, #panel-221-3-0-1 > .div-wrapper > .panel-layout > .panel-grid{
        flex-direction:column!important
    }
    #panel-12-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell,#panel-215-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell,#panel-221-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell{
        width:100%!important;
        margin-bottom:0
    } 
    #panel-12-3-0-1 .siteorigin-widget-tinymce, #panel-215-3-0-1 .siteorigin-widget-tinymce, #panel-221-3-0-1 .siteorigin-widget-tinymce{
        max-width:none;
        text-align:center
    }
    #panel-12-3-0-1 .siteorigin-widget-tinymce h3, #panel-215-3-0-1 .siteorigin-widget-tinymce h3, #panel-221-3-0-1 .siteorigin-widget-tinymce h3{
        padding-bottom:0
    }
    #panel-12-3-0-1 .panel-grid-cell .headline-text::after,#panel-215-3-0-1 .panel-grid-cell .headline-text::after,#panel-221-3-0-1 .panel-grid-cell .headline-text::after{
        display:none
    }
    #pl-12 #panel-12-3-0-0,#pl-215 #panel-215-3-0-0,#pl-221 #panel-221-3-0-0 {
        margin: 0 0 40px 0;
    }
    #panel-12-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-first-child{
        margin-bottom:0
    }
    #panel-12-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-last-child{
        margin-bottom:40px
    }
    #panel-12-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-last-child .siteorigin-widget-tinymce p{
        text-align:center
    }
    
    #panel-215-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-first-child{
        margin-bottom:0
    }
    #panel-215-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-last-child{
        margin-bottom:40px
    }
    #panel-215-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-last-child .siteorigin-widget-tinymce p{
        text-align:center
    }
    #panel-221-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-first-child{
        margin-bottom:0
    }
    #panel-221-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-last-child{
        margin-bottom:40px
    }
    #panel-221-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell:first-child .panel-last-child .siteorigin-widget-tinymce p{
        text-align:center
    }
}
@media (max-width: 1011px) {
    #panel-7-3-0-1 > .div-wrapper > .panel-layout > .panel-grid{
        flex-direction:column!important
    }
    #panel-7-3-0-1 > .div-wrapper > .panel-layout > .panel-grid > .panel-grid-cell{
        width:100%!important
    } 


}
@media (max-width: 1009px) {}
@media (max-width: 1007px) {
    /* Pages Contact Form  CSS */
    
}
@media (max-width: 1003px) {
    .site-info-footer h3 {
        font-size: 1.313rem;
    }
}
@media (max-width: 1000px) {
    .post-grid-skubbs .item{
        width:49%
    }
    .post-grid-skubbs .item .text-description .inner .content{
        padding-left: 0px;
        padding-right: 0px;
    }
    .post-grid-skubbs .item .text-description .inner .content ul li{
        font-size: 2.1vw;
        margin:0
    }
    .post-grid-skubbs .item .text-description .inner .title{
        font-size:2.9vw;
        margin-bottom: 10px;
    }
    .post-grid-skubbs .item .text-description .inner .content ul{
        padding-left:15px
    }
    .post-grid-skubbs .item .featured-img{
        height:41vw;
    }
    .post-grid-skubbs .item.active{
        height: 69vw;
    }
    .post-grid-skubbs .item.active .text-description{
        height: 26vw;
    }

}
@media (max-width: 990px) {

}
@media (max-width: 989px) {

}
@media (max-width: 980px) {
    #panel-17-3-0-2 .the-thumbnails .panel-grid{
        flex-wrap: wrap;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    #panel-17-3-0-2 .the-thumbnails .panel-grid-cell{
        width: calc(50% - ( 0.75 * 15px ) )!important;
        margin-bottom: calc( 0.75 * 30px );
    }
    #panel-17-3-0-2 .the-thumbnails{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}
@media (max-width: 967px) {

}
@media (max-width: 964px) {
 
}

@media (max-width: 945px) {
    /* Footer CSS */
    .site-footer li {
        margin-bottom: 8px;
    }
    .site-footer li:last-child {
        margin-bottom: 0;
    }
   .footer-wrap {
        padding: 30px 0 0;
    }

    .site-info-footer h3 {
        font-size: 1.438rem;
    }
    .footer-col1 {
        text-align: left;
        width: 50%;
        float: left;
        margin-bottom: 50px;
    }
    .footer-col1 img {
        width: auto;
    }
    .footer-col1 #text-2 p {
        text-align: center;
    }
    .footer-col2 {
        width: 50%;
        float: left;
        padding-left: 4rem;
        margin-bottom: 1.5rem;
    }
    .footer-col3 {
        width: 50%;
        padding: 0;
        clear: left;
    }
    .footer-col4 ul li span:nth-child(1),
    .footer-col3 ul li span:nth-child(1) {
        width: 135px !important;
        float: left;
    }
    .footer-col4 {
        width: 50%;
        padding-left: 4rem;
    }
    .footer-col4 li span, .footer-col3 li span {
        width: auto !important;
    }
    .footer-col4 #eteam-left-image-box-container {
        width: 70%;
    }
    .footer-col4 p strong {
        display: inline-block;
    }

}
@media (max-width: 935px) {
    .footer-col4 ul li span:nth-child(1),
    .footer-col3 ul li span:nth-child(1) {
        width: 95px !important;
        float: left;
    }
    #homepage{
        height: 73.8vw;
    }
    .main-banner .panel-grid-cell .so-panel:last-child .sow-image-container img{
        height: 100%;
        width: auto;
    }
    .main-banner .panel-grid-cell .so-panel:first-child{
        /* align-items: flex-end; */
    }
    #homepage h2{
        margin-top: calc(50px - -13%)!important;
    }
    .main-banner .panel-grid-cell .so-panel:first-child h1, .main-banner .panel-grid-cell .so-panel:first-child h2{
        margin-top: 10vw!important;
    }
}

@media (max-width: 929px) {

}
@media (max-width: 926px) {
    #panel-33-2-0-0 .with-background h3 {
       font-size: 6.5vw;
    }
}
@media (max-width: 921px) {
    .header-wrap .div-wrapper.menu-tbl,
    .h_menu_container,
    .header-menu-wrap,
    .header-content-wrap {
        display: none;
    }
    .header-wrap{
        height: 100%;
        display: flex;
    }
    .branding-section {
        width: 100%;
        max-width: unset;
    }
    .slick-wrap {
        display: block;
    }
    #slickerbtn {
        display: block;
    }
    .header-content-resp, .site-branding-resp {
        display: block;
    }
    .header-content-resp {
        border-top: 1px solid #d83a33;
        padding: 5px 0;
    }
    .head-branding-wrap {
        flex-basis: 23%;
        display: inline-block;
        float: none;
        position: relative;
        height: 11.5vw;
    
    }
    .head-content-wrap {
        width: 77%;
        display: flex;
        justify-content: center;
        height: 80px;
    }
    .text-box .so-widget-sow-editor .siteorigin-widget-tinymce h3{
        font-size:3vw
    }
    #menu-item-358.menu-item a svg,.menu-item-358 a svg {
        display:none
    }
}
@media (max-width: 914px) {}
@media (max-width: 912px) {
.the-icon .sow-image-container a img{
    width:28%
}
}
@media (max-width: 905px) {
  
}
@media (max-width: 900px) {

}
@media (max-width: 887px) {
    #panel-29-1-0-0 .headline-text{
        text-align: center;
    }
    #panel-29-1-0-0 .headline-text p{
        display: inline;
    }
    #panel-29-1-0-0 .headline-text p:last-child,#panel-29-1-0-0 .headline-text p:nth-last-child(2){
        display: inline-block;
    }
    #panel-29-1-0-0 .headline-text p:nth-last-child(2){
        margin-top: 20px;
    }
}
@media (max-width: 871px) {
    .grid-images .sow-image-container .title-container .widget-title{
        font-size: 1.8vw;
    }
    #panel-10-1-0-0 .panel-layout .panel-grid{
        flex-direction:column!important;
    }
    #panel-10-1-0-0 .panel-layout .panel-grid .panel-grid-cell{
        width:100%!important
    }
    #panel-10-1-0-0 .panel-grid .panel-grid-cell:first-child .siteorigin-widget-tinymce{
        max-width:none
    }
    .aos-init.text-box{
        margin:0!important;
        margin-top:20px!important
    }
    .text-box .so-widget-sow-editor .widget-title,.text-box .so-widget-sow-editor .siteorigin-widget-tinymce{
        text-align:center
    }
    #panel-10-2-0-0>.panel-widget-style {
        padding: 50px 20px;
    }
}
@media (max-width: 856px) {
    #panel-33-1-0-0 .headline-text{
        text-align: center;
    }
    #panel-33-1-0-0 .headline-text p{
        display: inline;
    }

}
@media (max-width: 846px) {

    .footer-col4 {
       padding-left: 2rem;
    }

}
@media (max-width: 838px) {

}
@media (max-width: 832px) {

}
@media (max-width: 821px) {
 
    /*****************/
}
@media (max-width: 817px) {
    #panel-33-2-0-0 .with-background h3 {
        font-size: 6vw;
    }
}
@media (max-width: 799px) {
    #subpage {
        height: 66.3vw;
    }
    #kontakt-form div.wpcf7-validation-errors {
        bottom: -13px;
        text-align: center;
    }
}
@media (max-width: 795px) {
    .kontakt-os-cont .siteorigin-widget-tinymce h2 {
        font-size: 5vw;
    }
}

@media (max-width: 780px) {



    .grid-images .panel-layout .panel-grid{
        flex-direction:row!important;
        align-items:baseline!important
    }
    .grid-images .panel-layout .panel-grid .panel-grid-cell{
        margin-bottom:0px!important
    }
    .no-divwrapper{
        padding-left:20px;
        padding-right:20px
    }
    #panel-7-5-0-1 .headline-text{
        max-width:unset
    }
    #panel-7-2-0-1 > .panel-widget-style{
        padding-top:0px
    }
    #panel-7-2-0-1 .panel-layout .panel-grid{
        flex-direction:row!important;
        align-items:flex-start
    }
    #panel-7-2-0-1 .panel-layout .panel-grid .panel-grid-cell{
        margin-bottom:0px!important
    }
    .the-icon .so-widget-sow-image .widget-title{
        font-size:2.6vw;
    }
    #pg-7-1>.panel-row-style, #pg-7-2>.panel-row-style, #pg-7-3>.panel-row-style, #pg-7-4>.panel-row-style{
        padding: 20px 0 20px 0!important;
    }
    #panel-7-5-0-1 .panel-layout > .panel-grid .panel-grid-cell{
        width:100%!important
    }
    #pg-7-5>.panel-row-style {
        padding: 50px 0 50px 0;
    }
    #panel-7-5-0-0 {
        margin-bottom: 0px!important;
    }
    .slide-image-section .siteorigin-widget-tinymce{
        max-width:none
    }
    .slide-image-section.right .panel-grid .panel-grid-cell:first-child .so-panel{
        justify-content: flex-start;
    }
    #panel-10-3-0-0 .panel-grid .panel-grid-cell:first-child{ order:2 }
    #panel-10-3-0-0 .panel-grid .panel-grid-cell:last-child{ order:1 }
    
    #pg-10-1>.panel-row-style, #pg-10-3>.panel-row-style, #pg-10-4>.panel-row-style, #pg-10-5>.panel-row-style {
        padding: 50px 0 10px 0;
    }
    #pg-10-4>.panel-row-style{
        padding-top:30px
    }
    .slide-image-section.right .panel-grid .panel-grid-cell:first-child .so-panel>div{
        max-width:none
    }
    #panel-10-5-0-0 .panel-grid .panel-grid-cell:first-child{ order:2 }
    #panel-10-5-0-0 .panel-grid .panel-grid-cell:last-child{ order:1 }    
    
    #pg-12-1>.panel-row-style,#pg-12-2>.panel-row-style, #pg-12-3>.panel-row-style{
        padding: 30px 0 30px 0;
    }
    #pg-12-2>.panel-row-style{
        padding-top:0;
    }
    /* #panel-12-2-0-0 .panel-grid .panel-grid-cell:first-child{ order:2 }
    #panel-12-2-0-0 .panel-grid .panel-grid-cell:last-child{ order:1;
        padding-bottom:30px
    } */
    #panel-12-2-0-0 .slide-image-section{
        padding-right:0px;
        padding-left:0px;
            padding-top: 50px;
    }
    #yt-iframe{
        height: 56.22vw;
    }
    #pg-12-6>.panel-row-style {
        padding: 50px 0 50px 0;
    }
    
    #panel-12-6-0-0 .siteorigin-widget-tinymce, #panel-215-6-0-0 .siteorigin-widget-tinymce, #panel-221-6-0-0 .siteorigin-widget-tinymce{
        max-width:none
    }
    #panel-12-6-0-0 .siteorigin-widget-tinymce h3, #panel-215-6-0-0 .siteorigin-widget-tinymce h3, #panel-221-6-0-0 .siteorigin-widget-tinymce h3{
        text-align:center
    }
    #panel-12-6-0-0 .siteorigin-widget-tinymce p, #panel-215-6-0-0 .siteorigin-widget-tinymce p, #panel-221-6-0-0 .siteorigin-widget-tinymce p{
        text-align: center;
        margin: 0 auto;
    }
    #pl-16 .sow-image-container img{
        width:100%!important;
        max-width:400px!important;
    }
    #panel-12-2-0-0 .slide-image-section.right .panel-grid .panel-grid-cell:first-child .so-panel > div{
        max-width:none
    }
    #panel-10-3-0-0 img{
        margin-left:-29vw
    }
    #pg-215-3> .panel-row-style{
        padding-top:0px
    }
    #pg-215-3> .panel-row-style{
        padding-top:0px
    }
    #pg-215-2> .panel-row-style{
        padding-top:50px
    }
    #pg-351-1>.panel-row-style {
        padding: 50px 0 50px 0;
    }
    #pl-351 #panel-351-1-0-0 {
        margin: 0 0 50px 0;
    }
    #panel-12-1-0-0 .sow-image-container img{
        width:100%;
        max-width:326px
    }
    #pg-221-2> .panel-row-style, #pg-221-3> .panel-row-style {
        padding: 0px 0px 50px 0px;
    }

}
@media (max-width: 770px) {
    /* Footer CSS */
    .footer-wrap {
        margin: 0 auto;
    }


}
@media (max-width: 765px) {

}
@media (max-width: 749px) {

}
@media (max-width: 746px) {

    /* content Accordion menu**/
    #innerRespSB .header-content-wrap {
        position: relative;
        z-index: 20;
        /*top: 40px;*/
        top: 0;
    }
    #innerRespSB #resp-sidebar #copyResp {
        margin-top: 0;
        z-index: 0;
        position: relative;
    }
    #innerRespSB .eteam-left-icon-text-wrap {
        width: 100%;
    }
    #innerRespSB .eteam-left-icon-text-wrap .left-icon-img {}
    #innerRespSB .eteam-left-icon-text-wrap .right-text {}
    #innerRespSB .eteam-left-icon-text-wrap .right-text p {}
    #innerRespSB .eteam-left-icon-text-wrap .right-text a {
        padding: 0;
        margin: 0 auto;
    }
    #innerRespSB .eteam-left-icon-text-wrap .right-text a,
    #innerRespSB .eteam-left-icon-text-wrap .right-text p strong, 
    #innerRespSB .eteam-left-icon-text-wrap .right-text p {
        font-size:  0.8125rem;
    }
    #innerRespSB .eteam-left-icon-text-wrap .right-text a:hover {}
    #resp-sidebar #copyResp {
        margin-top: 1.5rem;
    }
    #resp-sidebar #copyResp p a,
    #resp-sidebar #copyResp p {
        color: #2a2a2a;
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 741px) {


}


@media (max-width: 735px) {

    /***/
    .footer-col4 ul li span:nth-child(1), 
    .footer-col3 ul li span:nth-child(1) {
        float: left;
        display: block
    }
    .footer-col4 p strong {
        display: block;
    }

}
@media (max-width: 725px) {
    .post-grid-skubbs .item .text-description .inner .content ul li{
        font-size:15px;
    }
    .post-grid-skubbs .item .text-description .inner .title{
        font-size:22px
    }
    
    .post-grid-skubbs .item .featured-img{
        height:297px;
    }
    .post-grid-skubbs .item.active{
        height: 510px;
    }
    .post-grid-skubbs .item.active .text-description{
        height: 189px;
    }    
    
}
@media (max-width: 709px) {

}
@media (max-width: 706px) {

}
@media (max-width: 697px) {
    #panel-12-3-0-1 .grid-images p a{
        font-size: 2.1vw;
    }


}
@media (max-width: 691px) {
    
}
@media (max-width: 683px) {

    .footer-col3,
    .footer-col1 {
        width: 49%;
    }
    .footer-col4,  
    .footer-col2 {
        width: 51%;
        padding-left: 3rem;
    }
}
@media (max-width: 677px) {    
}
@media (max-width: 675px) {

}
@media (max-width: 665px) {

    .footer-col4 ul li span:nth-child(1), 
    .footer-col3 ul li span:nth-child(1) {
        float: none;
        display: block
    }
    .head-banner .so-widget-sow-editor .siteorigin-widget-tinymce h1{
        font-size: 9vw;
    }

}
@media (max-width: 660px) {
    .the-table tr td:first-child{
            font-size: 2.7vw!important
    }
    .the-table thead > tr > td{
        font-size:3.7vw!important
    }
    .the-table tr:first-child td img{
            width: 10vw;
    }
    .the-table .fa-check-circle{
            font-size: 4.5vw;
    }
    #pg-12-4 .div-wrapper,#pg-12-5 .div-wrapper{
        padding-left:0px;
        padding-right:0px;
    }
    table.table th, table.table td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
@media (max-width: 657px) {

}
@media (max-width: 654px) {
      
}
@media (max-width: 650px) {

}
@media (max-width: 642px) {}
@media (max-width: 637px) {}
@media (max-width: 636px) {    

    .footer-col4 #eteam-left-image-box-container {
        width: 98%;
    }
    .site-footer-flex .footer-col{
        flex-basis: 100%!important;
    }
    .site-footer-flex .footer-col.row1{
        order: 4;
    }
    .site-footer-flex .footer-col.row2{
        order: 1;
    }
    .site-footer-flex .footer-col.row3{
        order: 2;
    }
    .site-footer-flex .footer-col.row4{
        order: 3;
    } 
    .site-footer li {
        margin-bottom: 5px;
    }
    .footer-ul-text ul li {
        margin-bottom: 10px;
    }
    .footer-ul-text ul li span br{
        display: none;
    }
    .post-gallery-skubbs .item .featured-img{
        height:90vw
    }
    .post-gallery-skubbs .item .text-container {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .post-gallery-skubbs .item .text-container .content{
        text-align:center
    }
    .post-gallery-skubbs .item .text-container h3, .post-gallery-skubbs .item .text-container .content, .post-gallery-skubbs .item .text-container .number{
        text-align:center    
    }
    .post-gallery-skubbs .item .text-container .content .btn-white.blue p{
        margin:0 auto;
    }
    
}
@media (max-width: 629px) {

    /* Footer CSS */
    .site-info-footer h3 {
        font-size: 1.357rem;
    }
    .ul-title .co-firma {
        padding-left: 40px;
    }
    .add-title .add-info {
        padding-left: 24px;
    }
    .cvr-title .cvr-num {
        padding-left: 50px;
    }
    .tel-title .tel-num {
        padding-left: 20px;
    }
    .email-title .email-add {
        padding-left: 35px;
    }    
    /* Kontakt page CSS */  
    .footer-col4 #eteam-left-image-box-container .left-media {
        width: 30px;
    }
    .footer-col4 #eteam-left-image-box-container .body-content .content p, 
    .footer-col4 #eteam-left-image-box-container .body-content .content p strong, 
    .footer-col4 #eteam-left-image-box-container .body-content .content p span a {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 623px) {

} 
@media (max-width: 621px) {
    #pg-31-0 .main-banner .panel-grid-cell .so-panel:first-child h1{
        font-size: 9.5vw!important;
        line-height: normal;
    }
}
@media (max-width: 613px) {

    .header-wrap .div-wrapper{
        height: 110px;
    }
    .sticky .site-branding{
        width: 90px;
    }
    .sticky .header-wrap .div-wrapper{
        height: 90px;
    }
}
@media (max-width: 609px) {

    .main-banner .panel-grid-cell .so-panel:first-child h1 {
        font-size: 10vw;
    }
    .head-banner.homepage .so-widget-sow-editor h1{
        margin-bottom:23px
    }

}
@media (max-width: 598px) {

    /**********/
    .site-info-footer h3 {
        font-size: 1.25rem;
    }
    .site-info-footer .widget-title {
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }
    .site-info-footer h3::before {
        top: 7px;
    }
    .footer-col3, .footer-col1 {
        width: 52%;
    }
    .footer-col4, .footer-col2 {
        width: 48%;
        padding-left: 2.5rem;
    }
    #homepage h2 {
        font-size: 5.3vw;
    }
    .grid-images .panel-layout .panel-grid{
        flex-direction:column!important;
        justify-content: center;
        align-items: center!important;
    }
    .grid-images .panel-layout .panel-grid .panel-grid-cell {
        width: 100%!important;
        max-width: 400px;
        margin-bottom:30px!important
    }
    .grid-images .widget_sow-editor p{
        max-width:none
    }
    .grid-images .widget_sow-editor{
        min-height:unset
    }
    #pg-10-0 .head-banner .so-widget-sow-editor .siteorigin-widget-tinymce h1{
        font-size:9vw
    }
    .grid-images.v2 > .panel-layout > .panel-grid .panel-grid-cell {
        width: 100%!important;
    }
    #panel-12-3-0-1 .grid-images p a{
        font-size:16px
    }

}
@media (max-width: 587px) {


    .head-branding-wrap{
        width: 110px;
        height: 65px;
        flex-basis: unset;
    }
    .slick-wrap {
        width: 45px;
    }

}
@media (max-width: 584px) {
    #pg-25-0 .main-banner .panel-grid-cell .so-panel:first-child p{
        font-size: 4vw;
    }
    .headline-text h1, .headline-text h2 {
        font-size: 6.8vw;
    }
    
    .head-banner.homepage {
        height: 140vw;
    }

    #panel-7-5-0-1 .headline-text h2,#panel-7-4-0-1 .headline-text h2 {
        font-size: 6.8vw;
    }

}
@media (max-width: 563px) {

}
@media (max-width: 575px) {}
@media (max-width: 560px) {
    .post-gallery-skubbs .item .text-container {
        top: 0;
        height: 100%;
    }

}
@media (max-width: 548px) {
.post-gallery-skubbs .item .text-container h3{
    font-size:7.1vw
}
    
}
@media (max-width: 544px) {

     
    /* Footer CSS */
    .footer-col1,
    .footer-col1 #text-2 p {
        text-align: left;
    }
    #text-4 .textwidget p {
        text-align: left;
    }
    /****/
    .site-info-footer .widget {
        text-align: center;
    }
    .footer-col4, .footer-col2 {
        padding-left: 0;
    }
    .site-info-footer{ flex-direction: column}
    .site-info-footer > .footer-col1{display: none}
    .footer-col2, .footer-col3, .footer-col4{
        width: 100%;
    }
    .footer-col2,
    .footer-col3 {
        margin-bottom: 30px;
    }
    .footer-col4 {
        margin-bottom: 35px;
    }
    .footer-col4 .telnos-wrap br {
        display: none;
    }
    .footer-col4 .tel-num2 {
        padding-bottom: 25px !important;
    }
    .site-info-footer h3 {
        /*font-size: 1.57rem;*/
        background: none;
        text-align: center;
        position: relative;
        margin: 0 auto 1.56rem;
        padding: 0;
        display: inherit;
    }
    .site-info-footer h3::after {
        margin: 0 auto;
    }
    .footer-col4 #eteam-left-image-box-container {
        width: auto;
        margin: 0 auto;
        display: table;
    }
    .footer-col4 #eteam-left-image-box-container .body-content {
        width: 100%;
    }    
    .site-info-footer ul li, .credits, .copy-link a, .copy-link {
        /*font-size: 1.234rem !important;*/
        /* text-align: center;    */
    }
    .site-info-footer ul li, .credits, .copy-link a, .copy-link{display: block}
    .site-info-footer ul li > span {
        display: block !important;
        float: none !important;
        padding: 0 !important;
        max-width: unset !important;
    }
    
    .site-info-footer .footer-col4 ul li strong {
        display: block;   
    }
    .site-info-footer .footer-col4 ul li a:link,
    .site-info-footer .footer-col4 ul li a:visited,
    .site-info-footer .footer-col4 ul li a:active{
        display: block;
        padding: 0;
    }
    .site-info-footer .footer-col4 ul li a:hover{}

    #cptryFooterHidden {
        display: block !important;
        width: 100%;
        padding: 0;
    }
    #cptryFooterHidden > .footer-col1 {
        display: block;
        width: 100%;
    }
    #cptryFooterHidden img {
        display: block;
        margin: 0 auto;  
    }
    .site-info-footer ul li:last-child{padding: 0;}
    .footer-col4 p,
    .footer-col4 ul li span:nth-child(1), 
    .footer-col3 ul li span:nth-child(1) {
        margin: 0 auto;
        text-align: center;
    }
    .footer-col4 strong {
        padding-right: 0 !important;
    }
    .footer-col1 #text-4 .textwidget {
        margin: 0 auto;
    }
    .footer-col4 #text-8 .textwidget {
        text-align: center;
    }
    /**/
    .company {
        width: 100%;
        float: none;
    }
    .eteam-link p {
        text-align: center;
    }
    .copy-link {
        width: 100%;
        display: inline-block;
        float: left;
    }
    .copy-link a {
        width: auto;
        display: inline-block;
    }
    .footer-col1 img {
        width: 240px;
    }
    /* Kontakt page CSS */
    #kontakt-page-form {
        padding: 35px 10px 30px !important;
    }
    #kontakt-page-form h3 {
        font-size: 1.75rem;
    }
}
@media (max-width: 540px) {

    #panel-90-2-0-0 #popup-video-container .video-content .vid-title-description .inner h3{
        font-size: 30px;
        line-height: normal;
        margin-bottom: 15px;
    }
}
@media (max-width: 525px) {

    .slick-wrap {
        width: 45px;
    }
    .bar-line-wrap {
        width: 33px;
    }
    .head-content-wrap {
        width: 68%;
    }
    .head-content-wrap .widget_eteam-icon-link-btn .eteam-icon-btn.maroon-btn .content-wrap .link-title {
        font-size: 3.5vw!important;
    }

    .post-gallery-skubbs .item .text-container {
        top: 5vw;
        height: auto;
    }
}

@media (max-width: 518px) {
    .headline-text p:last-child:empty {
        display: none
    }
    .post-gallery-skubbs .item .text-container h3{
        padding-left:20px;
        padding-right:20px;
            font-size: 7vw;
            text-align: center;
    }
    .quote-form .wpcf7-form-control-wrap.floor-type .wpcf7-form-control .wpcf7-list-item{
        flex-basis:120px
    }
    .quote-form .wpcf7-form-control-wrap.floor-type .wpcf7-form-control{
        padding-top:0;
        padding-bottom:0;
    }
    #pg-7-4>.panel-row-style{
        padding-top:0px!important
    }
    .footer-container p a {
        width: 100%;
    }


}
@media (max-width: 515px) {
    .headline-text p:last-child:empty {
        display: none
    }
    #homepage h2{
        font-size: 5.1vw;
    }
    #panel-17-3-0-2 .the-thumbnails .panel-grid{
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    #panel-17-3-0-2 .the-thumbnails .panel-grid-cell{
        width: 100%!important;
    }
    #panel-33-2-0-0 .with-background h3 {
        font-size: 30px;
    }
    #kontakt-form div.wpcf7-validation-errors {
        bottom: -13px;
        text-align: center;
    }

}
@media (max-width: 500px) {
    .post-grid-skubbs .item {
        width: 100%;
    }
    .post-grid-skubbs .item .featured-img{
        height:66vw;
    }
    .post-grid-skubbs .item.active{
        height: 122vw;
    }
    .post-grid-skubbs .item.active .text-description{
        height: 51vw;
    }  
    .post-grid-skubbs .item .text-description .inner .content ul{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 0;
    }
    
    
}
@media (max-width: 480px) {
    .site-branding {
        width: 252px!important;
    }
    .sticky .site-branding {
        width: 232px!important;
    }
    .header-wrap .div-wrapper, .sticky .header-wrap .div-wrapper {
        height: 85px;
    }
    .head-banner.homepage .so-widget-sow-editor h1{
        font-size:12vw;
    }
    #pg-351-0>.panel-row-style {
        background-position: 11%!important;
    }
}
@media (max-width: 478px) {
    .pages-fb-link {
        background-position: 33px 50%;
    }

    .pages-fb-link h4 a {
        padding: 20px 35px 18px 80px;
        font-size: 0.9375rem;
        position: relative;
        top: -2px;
    }
    #pg-33-2 > div{
        background-position: center!important;
        background-size:cover!important
    }
    #panel-33-2-0-0 .centralized.version2{
        height: 658px;
    }
    #pg-35-0 .main-banner .panel-grid-cell .so-panel:first-child{
        text-align: center;
    }
    #pg-35-0 .main-banner .panel-grid-cell .so-panel:first-child p{
        display: inline;
        font-size: 5.3vw;
    }
    #pg-37-0 .main-banner .panel-grid-cell .so-panel:first-child{
        text-align: center;
    }
    #pg-37-0 .main-banner .panel-grid-cell .so-panel:first-child p{
        display: inline;
        font-size: 5.3vw;
    }

}

@media (max-width: 462px) {
    #homepage {
        height: 340px;
    }
    #homepage h2 {
        margin-top: calc(20px - -13%)!important;
    }
    #subpage {
        height: 306px;
    }
    .kontakt-form-container .col-12 label {
        width: 100%!important;
    }
    .head-banner.homepage {
        height: 646px;
    }
}
@media (max-width: 444px) {
    .pages-fb-link {
        margin-top: 35px;
    }
    .main-banner .panel-grid-cell .so-panel:first-child p,.with-background h4,.headline-text h4{
        font-size: 6vw;
    }

    .post-gallery-skubbs .item .featured-img {
        height: 107vw;
    }
    
}
@media (max-width: 441px) {

    #homepage h2 {
        font-size: 5vw;
    }
    #panel-45-2-0-0 .centralized.version2{
        height: 640px;
    }

}
@media (max-width: 425px) {

    #homepage h2 {
        font-size: 4.9vw;
    }
    
    .post-grid-skubbs .item .featured-img{
        height:280px;
    }
    .post-grid-skubbs .item.active{
        height: 516px;
    }
    .post-grid-skubbs .item.active .text-description{
        height: 216px;
    } 
    .post-grid-skubbs .item .text-description .inner{
        padding:0 15px
    }
    
}
@media (max-width: 400px) {
    #pg-25-0 .main-banner .panel-grid-cell .so-panel:first-child p {
        font-size: 4.9vw;
    }
    #pg-25-0 .main-banner .panel-grid-cell .so-panel:first-child h1{
        margin-top: 15vw!important;
    }
    #pg-45-2 > div{
        background-size: cover!important;
        background-position: center!important;
    }
    #panel-33-2-0-0 .centralized.version2 {
        height: 713px;
    }
    #panel-33-2-0-0 .with-background h3 {
        margin-top: 2vw;
    }
    #panel-33-2-0-0 .with-background p{
        font-size: 18px;
    }

}
@media (max-width: 375px) {
    .vi-tyl-link1 h4 a {
        padding: 19px 33px;
    }
    .main-banner .panel-grid-cell .so-panel:first-child p, .with-background h4, .headline-text h4{
        font-size: 20px;
    }
    .headline-text p{
        font-size: 18px;
    }
    .masonry-billeder-gallery{
        width: 100%!important;    
    }
    #pg-90-0 .main-banner .panel-grid-cell .so-panel:first-child p {
        font-size: 5.3vw;
    }
}
@media (max-width: 367px) {

    .footer-col4 #eteam-left-image-box-container {

    }
    .footer-col4 #eteam-left-image-box-container .left-media {
        width: 33px;
    }
    .footer-col4 #eteam-left-image-box-container .body-content {
        max-width: 135px;
    }
    .footer-col4 #eteam-left-image-box-container .body-content p {
        line-height: 18px !important;
    }
    .head-content-wrap{
        width: 53%;
    }
    #pg-35-0 .main-banner .panel-grid-cell .so-panel:first-child p{
        font-size: 20px;
    }
    #pg-35-0 .main-banner .panel-grid-cell .so-panel:first-child h1{
        margin-top: 17vw!important;
    }
    #pg-37-0 .main-banner .panel-grid-cell .so-panel:first-child p{
        font-size: 20px;
    }
    #pg-37-0 .main-banner .panel-grid-cell .so-panel:first-child h1{
        margin-top: 17vw!important;
    }
}
@media (max-width: 361px) {
    .headline-text h1, .headline-text h2, .headline-text h3 {
        font-size: 26px;
    }  
    #panel-7-5-0-1 .headline-text h2,#panel-7-4-0-1 .headline-text h2 {
        font-size: 26px;
    }
}
@media (max-width: 353px) {
    #homepage h2 {
        font-size: 5vw;
    }
    #kontakt-form div.wpcf7-validation-errors {
        position: relative;
    }
}
@media (max-width: 347px) {
    .footer-ul-text ul li span br{
        display:block
    }
    #pg-25-0 .main-banner .panel-grid-cell .so-panel:first-child p {
        font-size: 18px;
    }
}
@media (max-width: 340px) {
 

}
@media (max-width: 333px) {
     .quote-form .wpcf7-form-control-wrap.floor-type .wpcf7-form-control .wpcf7-list-item{
        flex-basis:100%
    }
}
@media (max-width: 321px) {}
/** Slidebar Overrides **/
@media only screen and (max-width: 1599px) and (min-width: 1025px) {
    .sb-slidebar {
        max-width: 335px;
        width: 100%;
    }

}
@media only screen and (max-width: 1024px) and (min-width: 901px) {
    .sb-slidebar {
        max-width: 330px;
        width: 100%;
    }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
    .sb-slidebar {
        max-width: 320px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 568px) {
    .sb-slidebar {
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (max-width: 567px) and (min-width: 414px) {
    .sb-slidebar {
        max-width: 320px;
        width: 100%;
    }
}
@media only screen and (max-width: 413px) and (min-width: 321px) {
    .sb-slidebar {
        max-width: 295px;
        width: 100%;
    }
}
@media only screen and (max-width: 320px) and (min-width: 300px) {
    .sb-slidebar {
        max-width: 280px;
        width: 100%;
    }
}
article.featured-project-sidebar .post-thumbnail img {
    width: 100%;
}
article.featured-project-sidebar .entry-header h2 {
    padding-bottom: 0px;
}
article.featured-project-sidebar .entry-content {
    margin-bottom: 2.5em;
}