@charset "UTF-8";

/*
Theme Name: Alois-Müller-Gruppe
Author: AH-Effect
Author URI: https://www.a-h-effect.de
Description: Custom Alois-Müller-Gruppe
Requires at least: 6.2
Tested up to: 8.4
Requires PHP: 8.0
Version: 1.1
Text Domain: customtheme
*/

:root {
    --primary-color: #FFE621;
    --secondary-color:#E2001A;
    --light-color: #f3f3f3;
    --text-color: #4b4b4d;
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Light.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-LightItalic.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Regular.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-Italic.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Medium.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-MediumItalic.ttf) format("truetype");
  }

  @font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Bold.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-BoldItalic.ttf) format("truetype");
  }
  
  
  html,
  body {
    font-family: "Open Sans";
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--text-color);
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    background-color: #F3F3F3;
  }
  
  body * {
    scroll-margin-top: 50px;
    box-sizing: border-box;
  }
  

body.home #breadcrumbs {
    display: none;
}


#page {
    overflow: hidden;
    padding-top: 95px;
}

#page ul,
#page ol {
    padding-left: 0;
}

.floatleft {
    float: left;
}

.vc_figure > div,
.vc_figure img,
.vc_figure,
img,
video {
    max-width: 100%;
    /* width: 100%; */
    height: auto;
}

figcaption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
}

b, strong {
    font-weight: 700;
}

input:focus,
:focus {
    outline: none !important;
}

.like-a,
.like-a:hover,
a:hover,
a:active,
a:visited,
a:focus,
a {
    color: var(--text-color);
    font-weight: 600;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.like-a {
    display: inline-block;
    cursor: pointer;
}

.no-margin-bottom *,
.no-margin-bottom {
    margin-bottom: 0 !important;
}

.like-h1,
.like-h2,
.like-h3,
.like-h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    /* color: #000000; */
    /* hyphens: none; */
}

.like-h1,
h1 {
    font-size: 45px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 300;
}

.like-h2,
h2 {
    font-size: 35px;
    line-height: 1.5;
    padding-bottom: 8px;
    margin-bottom: 18px;
    position: relative;
    /* font-weight: 300;
    text-transform: uppercase; */
}

.single-headline {
    padding-bottom: 8px;
    margin-bottom: 18px;
    position: relative;
}

.single-headline:after,
.like-h2:after,
h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

h2[style="text-align: center;"]:after {
    left: calc(50% - 50px);
    bottom: -5px;
}

.like-h3,
h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}

h3 + h2 {
    margin-top: -20px;
}

.like-h4,
h4 {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 12px;
    text-transform: uppercase;
}

input[type="search"],
form input[type="text"],
form input[type="submit"] {
    -webkit-appearance: none;
    /* -webkit-border-radius: 0; */
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.center-text {
    text-align: center;
}

.show-mobile {
    display: none;
}

.bg-white {
    background-color: #ffffff;
}

.wpb-content-wrapper > .vc_row.bg-primary:before,
.bg-primary {
    background-color: var(--primary-color) !important;
}

.wpb-content-wrapper > .vc_row.bg-secondary:before,
.bg-secondary {
    background-color: var(--secondary-color);
}

.wpb-content-wrapper > .vc_row.bg-light:before,
.bg-light {
    background-color: var(--light-color);
}

.wpb-content-wrapper > .vc_row.bg-text:before,
.bg-text {
    background-color: var(--text-color);
}

.has-n-secondary-color,
.color-secondary {
    color: var(--secondary-color);
}

.has-n-primary-color,
.color-primary {
    color: var(--primary-color);
}

.has-n-light-color,
.color-light {
    color: var(--light-color);
}

.has-n-text-color,
.color-text {
    color: var(--text-color);
}

.color-white h1,
.color-white h2,
.color-white h3,
.color-white a,
.color-white p,
.color-white {
    color: #ffffff;
}

.color-white h2:after {
    background-color: #ffffff;
}

.wpb-content-wrapper > .vc_row,
#breadcrumbs,
.container {
    /* max-width: 1360px; */
    /* max-width: 1600px; */
    /* max-width: 1250px; */
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpb-content-wrapper > .vc_row[data-vc-full-width] {
    max-width: 100%;
}

div.vc_row.single-fullwidth {
    max-width: unset;
}

div.vc_row.single-fullwidth .headerimage {
    align-items: unset;
}

div.vc_row.single-fullwidth .container {
    position: relative;
    height: inherit;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

body div.vc_row.single-fullwidth > .wpb_column {
    padding-left: 0!important;; 
    padding-right: 0!important;;
}

div.vc_row[data-vc-full-width="true"].fullwidth {
    display: flex;
    justify-content: center;
}

div.vc_row[data-vc-full-width="true"].fullwidth > .wpb_column.vc_col-sm-12 {
    max-width: 1360px !important;
    /* max-width: 1600px !important; */
}

div.vc_row.flex-row .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

div.vc_row.flex-row .wpb_wrapper .wpb_single_image img {
    width: 50px;
}

.max-450 {
    max-width: 450px;
    float: right;
    border-radius: 10px;
    overflow: hidden;
}

.vc_row .container {
    padding-left: 20px;
    padding-right: 20px;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.vc_row.flex-center {
    justify-content: center;
    display: flex;
}

.vc_row.vc_row-o-equal-height>.vc_column_container.flex-end,
.flex-end {
    align-items: flex-end;
}

.wpb-content-wrapper > .vc_row.wide-image {
    max-width: 100%;
}


.breadcrumb-outer-wrapper {
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: -35px;
}

body.page-id-15718 .breadcrumb-outer-wrapper,
body.single-locations .breadcrumb-outer-wrapper {
    bottom: -60px;
}

#breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

#breadcrumbs span,
#breadcrumbs a {
    /* color: #ffffff; */
    /* text-shadow: 0 0 15px rgba(0, 0, 0, 0.75); */
    text-decoration: none;
    font-weight: 400;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 600;
}



body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.wpb-content-wrapper > .vc_row {
    padding-left: 0;
    padding-right: 0;
    left: 0 !important;
    right: 0 !important;
}

:where(.wp-block-columns) {
    margin-bottom: 0;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.vc_row:not(.vc_row-no-padding):not([data-vc-stretch-content="true"]) > .wpb_column,
.row > .col-sm {
    padding-left: 20px;
    padding-right: 20px;
}

.wpb_wrapper ul {
    list-style: none;
}

.wpb_wrapper ul li {
    padding-left: 35px;
    /* font-size: 26px; */
    line-height: 1.5;
    margin-bottom: 12px;
    position: relative;
}

.wpb_wrapper ul li:before {
    content: "";
    width: 25px;
    height: 20px;
    display: block;
    left: 0;
    top: 0px;
    position: absolute;
    /* background-image: url(assets/images/icon-hook.png); */
    background-image: url(assets/images/hook.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.color-white .wpb_wrapper ul li:before {
    background-image: url(assets/images/hook-white.svg);
}

.wpb_wrapper ul li a {
    color: var(--text-color);
    text-decoration: none;
}

.wpb_wrapper .wpb_gallery_slides ul li:before {
    display: none;
}

.wpb_gallery_slides.flexslider {
    border: 0;
}


.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
}

body .vc_btn3.vc_btn3-color-white, 
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat,
.bf_read_more_1,
form input[type="submit"],
.button,
button,
body .vc_btn3.vc_btn3-size-md,
body .vc_btn3-container button {
    font-weight: 600;
    line-height: 1.25;
    background-color: var(--primary-color);
    font-size: 17px;
    padding: 10px 32px 9px 32px;
    background-image: none;
    border: 3px solid var(--primary-color);
    color: var(--text-color);
    text-decoration: none;
    /* border-radius: 0; */
    border-radius: 10px;
}




body .vc_btn3.vc_btn3-color-white, 
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.bf_read_more_1:hover,
form input[type="submit"]:hover,
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover,
.button:hover,
button:hover,
body .vc_btn3.vc_btn3-size-md:hover,
body .vc_btn3-container button:hover {
    background-color: var(--text-color);
    color: #ffffff;
    border: 3px solid var(--text-color);
}

 .button.big:hover,
 .button.big {
    font-size: 20px; 
    font-weight: 700;
    color: var(--text-color);
    background-color: #ffffff; 
    background-image: url(assets/images/arrow-right);
    background-size: auto 70%;
    background-position: right 15px center;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out;
    border: 0; 
    display: inline-block;
    padding: 20px 100px 20px 28px;
    cursor: pointer;
    text-decoration: none;
 }

  .button.big:hover {
    background-size: auto 100%;
    background-position: right center;
  }

form input[type="submit"]:disabled {
    opacity: 0.5;
}

.wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}

.textalgin-right {
    text-align: right;
}

.textalgin-center {
    text-align: center;
}

.textalgin-left {
    text-align: left;
}

/* Header START */
body #content {
    position: relative;
}


header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
    
    /* background: transparent; */
    /* transition: background 0.5s ease-in-out; */
    background-color: var(--primary-color);
}

body.admin-bar header#masthead {
    top: 32px;
}

/* header#masthead.sticky {
  background-color: #ffffff;
} */

header#masthead .col-sm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 60px;
    position: relative;
    /* padding-top: 10px; 
    padding-bottom: 10px; */
}

header#masthead .custom-logo-link {
    display: block;
    /* background-color: var(--primary-color); */
    /* padding: 150px 30px 30px 30px; */
    /* padding: 4px 30px; */
    /* padding: 4px 0;
    position: absolute;
    left: 10px;
    top: 0; */
    /* margin-left: -10px; */
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}


body header#masthead {
    padding-top: 13px; 
    padding-bottom: 13px;
}

body header#masthead .custom-logo-link img {
    width: 280px;
    padding-bottom: 10px;
}


body.page-id-16096 header#masthead:not(.sticky) .custom-logo-link {
    opacity: 0;
    transition: unset;
}

body.home header#masthead {
    transition: all 0.5s ease-in-out;
}

.refslider .slick-slide {
    border-radius: 10px; 
    overflow: hidden;
    aspect-ratio: 5 / 3;
}

.refslider .slick-slide img {
    object-fit: cover;
    width:100%; 
    height: 100%;
}

.refslider .slick-arrow {
    background: transparent; 
    border: 0; 
}

.refslider ul.slick-dots {
    bottom: -10px; 
    width: 100%;
    list-style: none;
}

.refslider .slick-arrow.slick-next {
    right: -30px;
}

.refslider .slick-arrow.slick-prev {
    left: -30px;
}

.refslider .slick-arrow:before {
    content: "\203a";
    position: relative;
    display: block;
    font-family: serif;
    filter: alpha(opacity=50);
    font-size: 24px;
    height: 24px;
    left: 0;
    opacity: .5;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 2px #0009;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

footer#colophon .container,
header#masthead .container {
    /* max-width: 1560px; */
    /* max-width: 1280px; */
    max-width: 1380px;
}

body.home header#masthead .container {
    max-width: 1570px;
}

/* header#masthead .col-sm .logo-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 22px 20px 20px 20px;
  margin-right: 75px;
  margin-bottom: -28px;
} */

header#masthead .col-sm .menu-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    /* margin-bottom: -4px; */
}

nav.primary-navigation ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: -24px;
}

nav.primary-navigation > div > ul > li {
    position: relative;
    margin: 0 2px;
}

nav.primary-navigation > div > ul > li:last-child {
    margin-right: 0;
}

nav.primary-navigation ul a {
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    color: var(--text-color);
    padding: 10px 19px;
    font-size: 18px;
    transition: background 0.5s ease-in-out;
    white-space: nowrap;
    /* border-radius: 0px;  */
    border-radius: 10px;
}

/* header.sticky nav.primary-navigation ul > li > a, */
nav.primary-navigation ul li.menu-item-has-children:hover a 
{
    border-bottom-left-radius: 0; 
    border-bottom-right-radius: 0;
}

nav.primary-navigation ul li:hover > a,
nav.primary-navigation ul .current-page-ancestor a,
nav.primary-navigation ul .current_page_item > a,
nav.primary-navigation ul a:hover {
    background: var(--text-color);
    color: #ffffff;
    text-decoration: none;
}

nav.primary-navigation ul > li:last-child a {
    margin-right: 0;
}

header#masthead .social {
    display: flex;
    align-items: center;

}

header#masthead .social a {
    margin-left: 10px;
}

header#masthead .sub-menu {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--text-color);
    margin-top: 0px;
    left: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
    border-bottom-left-radius: 10px;
}

header#masthead ul.menu-wrapper li:last-child .sub-menu {
    left: unset; 
    right: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
}

header#masthead .sub-menu a {
    color: #ffffff;
    white-space: nowrap;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    line-height: 1.5;
    position: relative;
    font-size: 18px;
}

header#masthead .sub-menu a:hover {
    background: transparent; 
}

header#masthead .sub-menu a:after {
    content: "";
    height: 2px;
    width: 35px;
    display: block;
    background-color: var(--primary-color);
    position: absolute;
    left: 20px;
    bottom: 5px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

header#masthead .sub-menu > li:first-child {
    padding-top: 10px; 
}

header#masthead .sub-menu > li:last-child {
    padding-bottom: 20px;
}

header#masthead li:hover .sub-menu,
header#masthead .sub-menu:hover,
header#masthead a:hover + .sub-menu {
    max-height: 500px;
}

header#masthead .sub-menu li.current_page_item a:after,
header#masthead .sub-menu a:hover:after {
    opacity: 1;
}


header#masthead .otherlink {
    text-decoration: none;
    /* font-weight: 500; */
    z-index: 1;
    padding-right: 20px;
    padding: 12px 25px;
    /* background: var(--text-color);
    color: #ffffff; */
    color: var(--text-color);
    line-height: 1;
    font-size: 19px;
    font-weight: 500;
    padding-right: 40px;
    background-image: url(assets/images/circle-right-regular-full.svg); 
    background-size: auto 50%; 
    background-position: right 10px center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    margin-left: 35px;
    font-size: 22px; 
    /* font-weight: 700; */
    /* margin-bottom: -4px; */
}

header#masthead .otherlink:hover {
    background-position: right 0px center;
    /* background: transparent; 
    color: var(--text-color); */
}

header#masthead div.naviwrapper {
    display: flex;
    align-items: center;
}


.overlapping-row > .wpb_column{
    margin-top: -130px; 
    position: relative;
}

.headervideo .customvideo {
    margin-left: -100px; 
    margin-right: -100px;
    margin-top: 0;
}


.headervideo  {
    position: relative;
}

.headervideo:before {
    content: ""; 
    width: 500%;
    height: 50%;
    background-color: var(--primary-color);
    z-index: 0;
    display: block !important;
    position: absolute;
    left: -200%;
    top: -120px;
}
/* Header END */

/* Introbox START */
body.page-id-16096 #page,
body.home #page {
    padding-top: 0;
}

body.home #page {
    padding-top: 100px;
}

.introbox {
    display: flex;
    height: 100dvh;
    /* border-top: 16px solid var(--primary-color); */
}

/* .introbox .company {
    position: absolute;
    width: 50%; 
    display: block;
    position: absolute;
    left: 25%;
    top: 8%;
    z-index: 10;
    pointer-events: none;
    font-size: 14px;
    line-height: 1.5;
} */

.introbox .company {
    position: absolute;
    display: block;
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 21;
    pointer-events: none;
    padding: 150px 25px 25px 25px;
    background-color: var(--primary-color);
}

.introbox .company img {
    /* width: 225px; */
    width: 350px;
}

.introbox .company .text {
    margin-top: 32px;
}
/* 
.introbox:before {
    content: "";
    width: 36%; 
    height: 15%;
    display: block;
    position: absolute;
    left: 32%;
    background-image: url(assets/images/logo-alois-mueller-full.png); 
    top: 10%;
    background-size: 82% auto;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    background-color: var(--primary-color);
    pointer-events: none;
} */

.introbox > .outer-wrapper {
    width: 50%; 
    height: 100%; 
    padding: 5%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-size: cover; 
    background-position: center center;
    transition: all 0.5s ease-in-out;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.introbox > .outer-wrapper:after,
.introbox > .outer-wrapper:before {
    content: ""; 
    width: 100%; 
    height: 70%;
    display: block;
    position: absolute;
    left: 0; 
    bottom: 0; 
    z-index: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%);
}

.introbox > .outer-wrapper:after {
    height: 40%; 
    bottom: unset; 
    top: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0) 95%); */
    background: linear-gradient(180deg, rgba(255, 255, 255, .9) 10%, rgba(0, 0, 0, 0) 95%);
}

.introbox > .outer-wrapper:hover {
    width: 60%;
}

.introbox > .outer-wrapper .inner {
    transition: all 0.5s ease-in-out; 
    z-index: 1;
    position: relative;
}

/* .introbox:hover > .outer-wrapper:not(:hover) .inner {
    transform: scale(0.5);
    transform-origin: left bottom;
} */

.introbox h1, 
.introbox h2, 
.introbox h3 {
    color: #ffffff;
}

.introbox h2:after {
    background-color: #ffffff;
}

.introbox .subtext {
    max-width: 400px;
}



body.admin-bar .introbox {
    height: calc(100dvh - 32px);
}

/* Introbox END */

/* Headerimage START */

.headerimage {
    padding: 50px 0 25px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
}

.headerimage.wihtbgimage {
    min-height: 440px;
}

.headerimage.newsdetail {
    min-height: 250px;
}

body.home .headerimage {
    padding: 90px 0 75px 0;
}

.headerimage h1,
.headerimage h2,
.headerimage h3 {
    hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}


.headerimage:before {
    content: "";
    width: 70%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.headerimage h1 {
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.headerimage h1:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.headerimage h2 {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    margin-bottom: 0;
}

.headerimage h2::after {
    display: none;
}

.headerimage .icon img {
    max-height: 150px;
    margin-bottom: 0;
    z-index: 1;
    opacity: 1;
    position: relative;
}

/* .headerimage:not(.noimage) .icon img {
    filter: brightness(0) invert(1);
} */

.headerimage.noimage .icon img {
    margin-bottom: 0;
}


.noshaddow #breadcrumbs a,
.noshaddow #breadcrumbs span,
.headerimage.noimage h1, 
.headerimage.noimage h2, 
.headerimage.noimage h3, 
.headerimage.noimage {
    color: var(--text-color);
    text-shadow: none;
}
/* 
.noshaddow #breadcrumbs {
    padding-bottom: 65px;
} */

.headerimage.noimage:before {
    display: none;
}

/* Headerimage END */

/* Header Text Image Block START */
.text-image-block .row.image-text-row {
    align-items: flex-end;
    justify-content: space-between;
}

.text-image-block .col-sm {
    position: relative;
}

.text-image-block .content-wrapper {
    /* background: rgba(75, 75, 77, 0.9); */
    background: #4B4B4D;
    background: linear-gradient(90deg, rgba(75, 75, 77, 0.9) 24%, rgba(0, 0, 0, 0.9) 100%);
    padding: 25px 32px 15px 32px;
    margin-right: -110%;
    position: relative;
    z-index: 1;
    margin-left: -20px;
    /* mix-blend-mode: multiply; */
    color: #ffffff;
    border-radius: 10px;
}

/* .text-image-block .content-wrapper .inner:not(.hidden) {
    mix-blend-mode: none;
    color: #ffffff;
    position: absolute;
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
    z-index: 2;
    padding: 25px 32px 15px 32px;
}

.text-image-block .content-wrapper .inner.hidden {
    opacity: 0;
    padding: 25px 32px 15px 32px;

} */


.text-image-block .image-wrapper {
    overflow: hidden;
    display: flex;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 5 / 3;
}

.text-image-block .breadcrumb-outer-wrapper {
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.text-image-block .breadcrumb-outer-wrapper #breadcrumbs {
    padding-right: 32px;
}
/* Header Text Image Block END */


/* Teaserboxes START */

.wpb_wrapper {
    height: 100%;
}

.teaserbox {
    background: #ffffff;
    height: 100%;
    padding: 20px 25px 25px 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    position: relative;
    /* border-radius: 0px; */
    border-radius: 10px;
}

.shaddow-boxes > .wpb_column > .vc_column-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    background: #ffffff;
    padding: 25px ;
    border-radius: 10px;
}

.shaddow-boxes .vc_single_image-wrapper {
    margin-left: -25px;
    margin-right: -25px;
    max-width: calc(100% + 50px) !important;
}

.teaserbox h3 {
    margin-bottom: 5px;
}

.teaserbox .teaserimage {
    display: block;
    aspect-ratio: 5 / 2.5;
    overflow: hidden;
    min-height: 90px;
}

.teaserbox .teaserimage .teaserimage-inner {
    aspect-ratio: 5 / 2.5;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
    /* text-align: center; */
    transform-origin: top center;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.partner-row .teaserbox .teaserimage {
    overflow: visible;
}

.teaserbox .teaserimage .teaserimage-inner img {
    max-height: 100%;
    height: 100%;
}

.teaserbox .button {
    display: inline-block;
    margin-top: 20px;
}

.teaserbox a {
    text-decoration: none;
    color: #000000;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
    align-items: flex-start;
    font-weight: normal;
}

.teaserbox a:before {
    content: "";
    display: block;
    left: 0; 
    top: 0; 
    position: absolute;
    background-color: var(--primary-color); 
    height: 6px; 
    width: 100%;
    max-width: 0;
    transition: max-width 1s ease-in-out;
    z-index: 1;
}

.teaserbox a:hover:before {
    max-width: 5000px;
}

.teaserbox .contentwrapper {
    width: 100%;
}

.teaserbox a:hover .button {
    background-color: var(--text-color);
    color: #ffffff;
    border-color: var(--text-color);
}

.teaserbox a:hover .teaserimage .teaserimage-inner {
    /* transform: scale(1.1); */
    transform: scale(1.05);
}

.teaserbox.textimageblock.citeblock .teaserimage.citeimage .teaserimage-inner,
.teaserbox.textimageblock.citeblock .teaserimage.citeimage {
    aspect-ratio: 1 / 1;
}

.color-white.vc_row-has-fill .teaserbox.textimageblock.citeblock * {
    color: var(--text-color);
}

.teaserbox.textimageblock.citeblock h4 {
    margin-top: 15px; 
    margin-bottom: 0;
}

.teaserbox.textimageblock.citeblock .cite {
    padding-top: 10px;
}

/* 

section.leistungen:not(.slider) .wpb_wrapper {
    padding-bottom: 40px;
}

.leistungen.slider .teaserbox {
    margin: 0 16px;
}

.leistungen.slider .slick-slide .vc_column-inner,
.leistungen.slider .slick-slide .wpb_wrapper {
    height: 100%;
}

.leistungen.slider .teaserbox .button {
    margin-bottom: 20px !important;
    margin-top: 0;
}

.leistungen.slider ul.slick-dots {
    width: 100%;
    margin-top: 17px;
}

.leistungen.slider .teaserbox {
    aspect-ratio: 1 / 1;
    position: relative;
}

.leistungen.slider .teaserbox .teaserimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
}

.leistungen.slider .teaserbox .teaserimage .teaserimage-inner {
    aspect-ratio: 1 / 1;
}

.leistungen.slider .teaserbox .title {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: auto;
    left: 0;
    padding: 20px;
    /* background-color: rgba(255,255,255,0.85); */
    /* transition: bottom 0.5s ease-in-out;
    font-size: 18px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-shadow: 0 0 10px black; */
/* } */

/*.leistungen.slider .teaserbox:hover .title,
.leistungen.slider .teaserbox a:hover .title {
    bottom: 0;
} */
.flip-box {
  background-color: transparent;
  width: 100%;
  aspect-ratio: 1 / 1;
  perspective: 1000px; /* Tiefenwirkung für Flip-Effekt */
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.teaserlink.flip {
    color: var(--text-color);
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Vorderseite */
.flip-box-front, 
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border-radius: 10px;
  font-weight: 400;
}

/* Vorderseite-Style */
.flip-box-front {
  background-color: #ffffff;
}

.icon {
  font-size: 48px;
  margin-bottom: 10px;
}

/* Rückseite-Style */
.flip-box-back {
  background-color: #ffffff;
  transform: rotateY(180deg);
}

/* 
body.page-id-11 .flip-box-front {
background: #4B4B4D;
background: linear-gradient(0deg, rgba(75, 75, 77, 1) 0%, rgba(75, 75, 77, 0.75) 100%);
}

body.page-id-11 .flip-box-front h3 {
    color: #ffffff;
} */

/* body.page-id-11 .flip-box-front img {
    filter: brightness(1) invert(1);
} */

/* body.page-id-11 .flip-box-back {
background: #4B4B4D;
background: linear-gradient(0deg, rgba(75, 75, 77, 0) 0%, rgba(75, 75, 77, 0.58) 100%);
} */
/* Teaserboxes END */

/* Text Block START */
.wpb_text_column .col-lg-10,
.wpb_text_column .col-lg-8,
.wpb_text_column .col-lg-6,
.wpb_text_column .col-lg-12 {
    padding-bottom: 12px;
}


.teaserbox.teaserbox.textimageblock.videoblock .video-wrapper,
.teaserbox.textimageblock .teaserimage {
   margin-top: -25px; 
   margin-right: -25px; 
   margin-left: -25px; 
   margin-bottom: 15px;
   width: calc(100% + 50px);
}

.teaserbox.textimageblock h3.like-h2 {
    font-size: 26px; 
    margin-bottom: 15px;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}


.smaller .teaserbox.textimageblock h3.like-h2  {
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

.smaller .teaserbox.textimageblock h3.like-h2:after {
    width: 40px;
    height: 2px;
}
/* .teaserbox.textimageblock .button {
     margin-right: -25px;
    margin-left: -25px;
    margin-bottom: -25px;
    text-align: center;
    width: calc(100% + 50px);
    padding: 25px;
} */
.teaserbox.teaserbox.textimageblock.videoblock .video-wrapper,
.teaserbox.textimageblock .teaserimage {
    aspect-ratio: 5 / 3;
    width: calc(100% + 50px);
}
.teaserbox.teaserbox.textimageblock.videoblock .video-wrapper video,
.teaserbox.textimageblock .teaserimage .teaserimage-inner img {
    /* width: calc(100% + 50px); */
    /* height: auto; */
    object-fit: cover;
    height: 100%;
    width: 100%;
}

article.post-17554 .teaserbox .teaserimage .teaserimage-inner img {
    object-fit: contain;
}

.teaserbox.textimageblock .teaserimage .teaserimage-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 5 / 3;
    /* width: calc(100% + 50px); */
    width: 100%;
}

/* .teaserbox.textimageblock a:hover .teaserimage .teaserimage-inner {
    transform: none;
} */
.teaserbox.certificate {
    padding-bottom: 0;
}

.teaserbox.certificate .teaserimage,
.teaserbox.certificate .teaserimage .teaserimage-inner {
    aspect-ratio: unset;
    width: 100%;
}

.teaserbox.certificate .teaserimage {
    margin: -20px -25px 0 -25px;
    width: calc(100% + 25px + 25px);
}

.teaserbox.certificate h3 {
    font-weight: 700;
    margin-top: 15px;
}
/* Text Block END */

/* Formular START */

.ts-wrapper.multi.has-items .ts-control,
select,
input,
textarea {
    border: 0;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: #eaeaea;
    width: 100%;
    font-size: 16px;
    border: 1px solid #eaeaea;
    color: var(--text-color);
}

select.wpcf7-not-valid,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

select {
    padding: 8px 15px;
    -webkit-appearance: none;

}

form label {
    width: 100%;
    font-size: 14px;
}

form .wpcf7-list-item {
    margin-left: 0;
}

form .wpcf7-acceptance label {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;

}

form input[type="checkbox"] {
    width: auto;
    margin-right: 13px;
}

.vc_column-inner .wpcf7 {
    padding-left: 10px;
    padding-right: 10px;
}

#preiskontaktformular {
    padding: 0 40px;
    margin-top: -38px;
    display: none;
}

#preiskontaktformular > .wpb_column {
    padding-top: 40px;
    padding-bottom: 0px;
    border: 3px solid var(--primary-color);
}

.formblock.formcontent > span {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.captcha-image {
    margin: 20px 0;
    border: 0;
}

.captcha-image label {
    display: inline-block !important;
    width: 60px !important;
    position: relative;
}

.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
    border: 2px solid var(--primary-color);
}

.captcha-image .cf7ic_instructions span {
    color: var(--primary-color);
}

/* Formular END */

/* Karriere START */
.jobfilter {
    display: flex;
    justify-content: space-between;
}

.jobfilter > input,
.jobfilter > select {
    width: 49%;
}

ul.joblist {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.joblist li {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 1.5;
}

.joblist li.job {
    padding-left: 0;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 5px;
    position: relative;
    text-decoration: none;
}

.joblist li.job.list-item.nevershow {
    display: none !important;
}

.joblist li:before {
    display: none !important;
}

.joblist li.list-item.columns,
.joblist li:hover {
    background-color: #f3f3f3;
}

.joblist li.list-item.columns,
.joblist li > a {
    display: flex;
    justify-content: space-between;
    color: #4b4b4d;
    padding: 15px;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
}

.joblist li.list-item.columns > b,
.joblist li > a > div {
    width: 18%;
}

.joblist li.list-item.columns > b:first-child,
.joblist li > a > div:first-child {
    width: 60%;
}

.jobfilterSelects {
    width: 100%;
    gap: 40px;
}

.jobSearch {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.job-search-name {
    display: none;
}

div.page-title {
    display: none;
}

div.page-title + #main {
    padding-top: 0;
}

iframe {
    width: 100%;
    height: 1150px;
    margin-left: -10px;
    margin-right: -10px;
}

.el-input__inner {
    border-radius: 0;
    border: 0;
    background-color: #fafafa;
}

section.jobform {
    margin-top: 50px;
}

section.jobform .inner {
    background: #f5f5f5;
}

section.jobform .wpb-content-wrapper {
    max-width: 1700px;
    width: 100%;
    padding: 50px;
    margin: 0 auto;
}

.jobdetailconverted p, 
.jobdetailconverted span {
    border: 0 !important; 
    background-color: transparent !important;
    color: var(--text-color) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: "Open Sans" !important;
}

.jobdetailconverted  strong, 
.jobdetailconverted strong > span {
    font-weight: 600 !important;
}

.jobdetailconverted ul {
    margin-bottom: 25px;
}

.jobdetailconverted ul li {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 8px;
}

.jobdetailconverted ul li:before {
    width: 15px;
    height: 20px;
}

.jobdetailconverted h4 {
    margin-top: 35px;
}

.jobdetailconverted h3 {
    margin-bottom: 35px;
}

.jobdetailconverted img.fr-fic {
    margin-bottom: 25px;
}

body .vc_btn3.vc_btn3-color-juicy-pink,
body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: var(--primary-color);
}

body .vc_btn3.vc_btn3-color-juicy-pink:hover,
body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.joblist-info .pagination {
    margin-bottom: 32px;
}

.joblist-info .pagination button {
    padding: 10px;
    margin: 2px;
    border: 0; 
    line-height: 1;
    background-color: #eaeaea;
    color: var(--text-color);
}

.joblist-info .pagination button.current-page,
.joblist-info .pagination button:hover {
    background-color: var(--text-color); 
    color: #ffffff;
}

/* Karriere END */

/* Beiträge START*/

body .home-latest-posts .vc_grid .vc_pageable-slide-wrapper {
    display: flex;
}

body .home-latest-posts .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 56px;
}

body .home-latest-posts .vc_grid .vc_pageable-slide-wrapper .vc_btn3-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
}

body .home-latest-posts .vc_gitem-animated-block .vc_gitem-zone {
    aspect-ratio: 412 / 250;
    background-position: center center;
}

body .home-latest-posts .vc_gitem-zone,
body .home-latest-posts .vc_gitem-zone-mini,
body .home-latest-posts .vc_grid-item .vc_gitem-col {
    position: unset;
}

body .vc_grid-item .vc_gitem-col {
    padding: 2px 25px 0 25px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

body .vc_gitem-post-data {
    margin-bottom: 0;
}

.vc_gitem-post-data-source-post_title h4 {
    line-height: 1.5;
    position: relative;
    /* hyphens: none; */
    float: left;
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 21px !important;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-transform: none;
}

.vc_gitem-post-data-source-post_title h4:after {
    content: "";
    width: 100px;
    height: 6px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: -11px;
}

body .vc_grid-item .vc_gitem-col .vc_btn3-container {
    text-align: center;
}

.postblogslider {
    max-width: 100%;
    width: 100%;
    display: block;
}

body .vc_grid-item .vc_gitem-post-data-source-post_categories,
body .vc_grid-item .vc_gitem-post-data-source-post_date {
    margin-top: 14px;
    margin-bottom: 3px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
}

body .vc_grid-item .vc_gitem-col-align-.vc_col-sm-6 {
    width: auto;
}

body .vc_grid-item .vc_gitem-col-align-.vc_col-sm-6 + .vc_gitem-col-align-.vc_col-sm-6 {
    padding-left: 0 !important;
}

body .vc_grid-item .vc_gitem-zone-mini {
    background-color: #ffffff;
}


span.vc_gitem-post-category-name:before {
    content: "";
    width: 20px;
    height: 16px;
    margin-right: 5px;
    background-size: contain;
    background-position: left center;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-image: url(assets/images/cat.png);
    display: block;
    float: left;
    margin-top: -1px;
}


.vc_gitem-post-data-source-post_date > div:before {
    content: "";
    width: 14px;
    height: 16px;
    margin-right: 9px;
    background-size: contain;
    background-position: left center;
    /* opacity: 0.7; */
    background-repeat: no-repeat;
    background-image: url(assets/images/calendar.png);
    display: block;
    float: left;
    margin-top: -1px;
}

.vc_gitem-post-category-name {
    cursor: default !important;
}


.singlemediawrapper {
    width: 50%;
    float: right;
    margin-left: 32px;
    margin-bottom: 50px;
}

.singlemediawrapper .refslider .slick-slide {
    min-height: 393px;
}
/* Beiträge END */

/* Beitragsfilter START */
body .blog_filter_main #blog_read_more,
body .blog_filter_main .simplefilter li {
    color: var(--text-color);
    border-radius: 0;
    background-color: var(--primary-color);
    font-weight: 700;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 27px;
    background-image: none;
    text-transform: none;
    font-family: "Open Sans";
    transition: 0;
    letter-spacing: 0;
    border-radius: 10px;
}

body .blog_filter_main .simplefilter a.button {
    padding: 12px 24px;
}

body .blog_filter_main .simplefilter a.button img {
    height: 24px;
}

body .blog_filter_main .simplefilter a.button:hover img {
    filter: brightness(0) invert(1);
}

body .blog_filter_main .filtr-container {
    margin-left: -10px; 
    margin-right: -10px;
}

body .blog_filter_main .simplefilter li.active span,
body .blog_filter_main #blog_read_more:hover span,
body .blog_filter_main .simplefilter li:hover span {
    transform: none !important;
}

body .blog_filter_main .simplefilter li.active,
body .blog_filter_main #blog_read_more:hover,
body .blog_filter_main .simplefilter li:hover {
    color: #ffffff;;
    background-color: var(--text-color) !important;
    transform: none !important;
    border: 0;
}

body .blog_filter_main .simplefilter li#all {
    transform: none;
}

body .blog_filter_main #blog_read_more:before,
body .blog_filter_main #blog_read_more i,
body .blog_filter_main .simplefilter li:before,
body .blog_filter_main .simplefilter li i {
    display: none;
}

body .blog_filter_main .post-box {
    border: 0;
    padding: 0 0 75px 0;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

body .blog_filter_main .post-box .fit-in-content:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--primary-color);
    height: 6px;
    width: 100%;
    max-width: 0;
    transition: max-width 1s ease-in-out;
}

body .blog_filter_main .post-box .fit-in-content:hover:before {
    max-width: 100%;
}


body .blog_filter_main .bf_title_box_1 {
    padding: 0;
}

body .blog_filter_main .bf_title_box_2 {
    padding: 0 20px 10px 20px;
}

body .blog_filter_main .blog_desc {
    font-weight: 400;
    margin: 0;
}

body .blog_filter_main .blog_title_1 h2 {
    font-size: 21px;
}

body .blog_filter_main .bf_read_more_div_1 {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    margin-top: 0;
}

body .sk-ww-linkedin-page-post {
    border: 0;
}

body .sk-ww-linkedin-page-post .sk-post-item {
    box-shadow: unset;
    border-radius: 10px; 
    overflow: hidden;
}

body .sk-ww-linkedin-page-post .sk-posts-footer .sk-footer-button {
    border-radius: 10px;
    font-size: 16px; 
}

body .sk-ww-linkedin-page-post .sk-posts-footer .sk-footer-button:hover {
    background-color: var(--text-color); 
    color: #ffffff;
}

body .searchTerm:focus,
body .searchTerm {
    border: 3px solid var(--primary-color);
    border-radius: 0;
    color: var(--text-color);
    border-radius: 10px;
}

body .searchTerm {
    margin-bottom: 18px !important;
}
/* 
body .blog_filter_main .simplefilter {
    display: none;
} */


body .bf_read_more_div > a {

}

body .blog_filter_main .simplefilter li:hover,
body .blog_filter_main .simplefilter li.filter-active {
    background-color: var(--text-color) !important;
    color: #ffffff; 

}

body .blog_filter_main .simplefilter li.filter-active span  {
    transform: none; 
}

body .blog_filter_main button.btn {
    width: auto;
    text-transform: none;
    border: 10px solid var(--primary-color);
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.2;
    background-color: var(--primary-color);
    font-size: 17px;
    padding: 10px 40px 8px 40px;
}

body .fullheightimage *,
body .fullheightimage {
    height: 100%;
}

body .fullheightimage img {
    object-fit: cover;
    height: 100%;
}

.justifybetween .blog_metaInfo {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.displayflex {
    display: flex;
}

.justifybetween {
    justify-content: space-between;
    align-items: center;
}

.blog_metaInfo > span > i {
    height: 16px;
    width: 20px;
    display: inline-block;
    margin-right: 2px;
    background-image: url(assets/images/icon-calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -2px;
}


.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    height: 153px;
    overflow: hidden;
}

/* Beitragsfilter END */


/* Wärmeformular START */
.waerme-formular label {
    font-size: 30px; 
    font-weight: 700;
    color: var(--secondary-color); 
    margin-bottom: 0px;
    text-align: center;
  }
  
  .waerme-formular .wpcf7-checkbox,
  .waerme-formular .wpcf7-radio {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  
  .waerme-formular .wpcf7-checkbox .wpcf7-list-item,
  .waerme-formular .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    position: relative;
    flex: 1 1 0;
    max-width: 18%;
  }
  
  .waerme-formular .wpcf7-checkbox .wpcf7-list-item input,
  .waerme-formular .wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    z-index: 0;
    left: 15px;
  }
  
  .waerme-formular .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 18px; 
    color: #7c7c7c;
    background-color: #ffffff; 
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 1;
    margin: 0 10px; 
    padding: 10%; 
    align-items: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    border: 3px solid #ffffff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top 30% center;
    background-size: 50% auto;
    border-radius: 10px;
  }
  
  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizung .wpcf7-list-item .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizungbisher .wpcf7-list-item .wpcf7-list-item-label {
    background-size: 40% auto;
  }
  
  .waerme-formular .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover,
  .waerme-formular .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:hover,
  .waerme-formular .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
    border: 3px solid #e2001a;
  }
  
  .waerme-formular .wpcf7-not-valid-tip {
    display: block!important;
    margin-top: 0; 
    width: 100%;
    text-align: center;
  }
  
  .waerme-formular .page + p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  
  .waerme-formular .page + p button {
    border: 0; 
    margin: 10px;
    background-color: #4b4b4d;
    color: #ffffff;
    border-radius: 10px; 
    padding: 15px 35px;
    font-weight: 700; 
    cursor: pointer;
    font-size: 0;
  }
  
  .waerme-formular .page + p button:before {
    content:"Weiter";
    font-size: 14px;
  }
  
  
  .waerme-formular .page + p button.uacf7-next {
    max-width: 0px; 
    overflow: hidden;
    margin: 0; 
    padding: 0;
  }
  
  .waerme-formular .page + p button.uacf7-prev:before {
    content: "Zurück";
  }
  
  /* .waerme-formular .page + p button.uacf7-prev { /* Weil der button nicht funktioniert einmal ausblenden
    display: none;
  } */
  .waerme-formular input[type="file"],
  .waerme-formular textarea,
  .waerme-formular input[type="email"], 
  .waerme-formular input[type="tel"],
  .waerme-formular input[type="text"] {
    background-color: #ffffff;
    margin-top: 15px;
  }
  
  .waerme-formular .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .waerme-formular .form-row > span {
    max-width: 49%;
  }

  .waerme-formular .form-row.fullwidth > span {
    max-width: 100%;
    width: 100%;
  }

  .waerme-formular .form-row.fullwidth.fotoupload {
    flex-direction: column;
    padding-top: 15px;
  }

  .waerme-formular .form-row.text {
    display: block;
    padding-top: 15px;
  }

  
  /* .waerme-formular.ticket #page-5, */
  .waerme-formular.businessticket #page-4,
  .waerme-formular.pv #page-5,
  .waerme-formular #page-6 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .waerme-formular .captcha-image .cf7ic_instructions span {
    color: var(--secondary-color);
  }

  .waerme-formular .captcha-image label > input:checked + svg, 
  .waerme-formular .captcha-image label > input:focus + svg {
    border: 2px solid var(--secondary-color);
  }
    
  .waerme-formular .wpcf7-submit {
    transform: scale(1.5);
    margin-top: 0;
    margin-bottom: 20px;
    width: auto; 
    background-color: var(--text-color); 
    color: #ffffff; 
    border: 0;
  }
  .waerme-formular .wpcf7-submit:hover {
    background-color: #ffffff;
    color: var(--text-color); 
    border: 0;
  }
  
  .waerme-formular .wpcf7-spinner {
    position: absolute;
    bottom: 40px;
  }
  
  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizungbisher .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizung .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-waermepumpe.png);
  }
  
  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizungbisher .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizung .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-pellet.png);
  }
  
  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizungbisher .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizung .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-nahwaerme.png);
  }
  
  .waerme-formular .wpcf7-radio.pvdetails .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label,
  .waerme-formular #page-5 .wpcf7-checkbox .wpcf7-list-item:first-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.pvvorhanden .wpcf7-list-item:first-child .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-photovoltaik.png);
  }
  
  .waerme-formular.businessticket select[name="select-403"],
  .waerme-formular .wpcf7-radio.wartungsvertrag .wpcf7-list-item:last-child,
  .waerme-formular .wpcf7-radio.pvvorhanden .wpcf7-list-item:last-child {
    display: none;
  }
  
  .waerme-formular #page-5 .wpcf7-checkbox .wpcf7-list-item:last-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.pvvorhanden .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-kein-photovoltaik.png);
  }

  .waerme-formular .wpcf7-radio.empfaenger .wpcf7-list-item .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-niederlassungen-3d.png);
  }
  
  .waerme-formular .wpcf7-radio.empfaenger .wpcf7-list-item:last-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.wartungsvertrag .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.bestandskunde .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item:last-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.ticketfrage .wpcf7-list-item:last-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.pvdetails .wpcf7-list-item:last-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizungbisher .wpcf7-list-item:last-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizung .wpcf7-list-item:last-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.haustyp .wpcf7-list-item:last-child .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-weiss-nicht.png);
  }
  
  .waerme-formular .wpcf7-radio.haustyp .wpcf7-list-item:first-child .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-reihenhaus.png);
  }
  
  .waerme-formular .wpcf7-radio.haustyp .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-reihenhaus.png);
  }
  
  .waerme-formular .wpcf7-radio.haustyp .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-doppelhaushaelfte.png);
  }
  
  .waerme-formular .wpcf7-radio.haustyp .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-einfamilienhaus.png);
  }
  
  .waerme-formular .wpcf7-radio.haustyp .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-mehrfamilienhaus.png);
  }
  
  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizung .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizungbisher .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-gas.png);
  }
  
  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item:first-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizung .wpcf7-list-item:first-child .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.heizungbisher .wpcf7-list-item:first-child .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-oel.png);
  }
  
  .waerme-formular .wpcf7-radio.personen .wpcf7-list-item .wpcf7-list-item-label {
    background-size: 80%; 
    background-position: top center;
  }
  
  .waerme-formular .wpcf7-radio.personen .wpcf7-list-item:first-child .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-personen-1-2.png);
  }
  
  .waerme-formular .wpcf7-radio.personen .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-personen-3-5.png);
  }
  
  .waerme-formular .wpcf7-radio.personen .wpcf7-list-item:last-child .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-personen-mehr.png);
  }

  .waerme-formular .wpcf7-radio.wartungsvertrag .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.bestandskunde .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.eigentuemer .wpcf7-list-item:first-child .wpcf7-list-item-label  {
    background-image: url(assets/images/icons/icon-ja.png);
  }
  
  .waerme-formular .wpcf7-radio.wartungsvertrag .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.bestandskunde .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label,
  .waerme-formular .wpcf7-radio.eigentuemer .wpcf7-list-item:last-child .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-nein.png);
  }

  .waerme-formular .wpcf7-radio.pvdetails .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-pv-neu.png);
  }
    
  .waerme-formular .wpcf7-radio.pvdetails .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-pv-repowering.png);
  }

  .waerme-formular .wpcf7-radio.ticketfrage .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-stoerung.png);
  }

  .waerme-formular .wpcf7-radio.ticketfrage .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-service.png);
  }

  /* .waerme-formular.businessticket .wpcf7-radio.ticketfrage .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label, */
  .waerme-formular .wpcf7-radio.ticketfrage .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-wartung.png);
  }

  .waerme-formular .wpcf7-radio.anlagentyp .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label {
    background-image: url(assets/images/icons/icon-badgestaltung.png);
    background-size: 55% auto;
  }



  input[name="lastlocation"],
  input[name="location"] {
    display: none;
  }

/* Wärmeformular END */

/* Aktuelles / Referenzen */

.withoutfilter .simplefilter {
    display: none;
}

.searchTerm {

}

/* Text Image Block START */
.image-text-block .text {
    padding: 50px;
    z-index: 1;
}

.image-text-block .bg-wrapper {
    position: absolute;
    width: 300%; 
    height: 100%; 
    display: block;
    z-index: 0;
    left:  -100%; 
    top: 0;
}

.image-text-block.has-bg .text {
    color: #ffffff;
}

.image-text-block.has-bg .wpb_column {
    position: relative;
    z-index: 1;
}

.image-text-block .image-wrapper-outer .image-wrapper,
.image-text-block .image-wrapper-outer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-text-block .image-wrapper-outer .image-wrapper img {
    object-fit:cover;
}

.image-text-block  {
    align-items: center;
    position: relative;
}

.image-text-block  .button {
    margin-top: 10px; 
    color: var(--text-color);
    text-decoration: none;
    display: inline-block;
}

.image-text-block  .button:hover {
    color: #ffffff;
}
/* Text Image Block END */

/* Counter Box START */
.counterbox {
    background-color: #ffffff; 
    height: 100%;
    padding: 25px 32px;
    display: flex;
    flex-direction: column;
    color: var(--text-color) !important; 
    text-decoration: none;
    position: relative;
    flex-shrink: 1;
    /* border-radius: 0px; */
    border-radius: 10px;
}

.counterbox:before {
    height: 6px; 
    width: 100%; 
    display: block;
    background-color: var(--secondary-color); 
    content: ""; 
    position: absolute;
    left: 0; 
    top: 0;
    max-width: 0; 
    transition: all 1s ease-in-out;
}

.counterbox:hover:before {
    max-width: 100%;
}

.big-text,
h2.smaller,
.bigtext {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
}

.counter-outer {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    display: flex;
}

.counterbox .box-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.counterbox h3 {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
}

.counterbox * {
    color: var(--text-color) !important; 
    text-decoration: none;
}

.color-white .counterbox * {
    color: #ffffff !important; 
}

/* .color-white .counterbox img {
    filter: brightness(15);
} */

.flex-wrapper .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.counterbox .box-inner .image-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
}

.counterbox.withicon {
    padding: 0; 
    background: transparent;
    text-align: center;
}

.counterbox.withicon:before {
    display: none;
}


.counterbox.withicon:hover {
    text-decoration: none;

}

.counterbox.withicon .box-inner .image-wrapper {
    position: relative;
    max-width: 33%;
    margin: 0 auto 20px auto;

}

.counterbox.withicon .counter-outer {
    font-size: 40px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.counterbox.withicon h3 {
    text-align: center;
}
/* Counter Box END */


/* Onerowlink START */
.onerowlinkbox {
    background-color: #ffffff; 
    padding: 18px 23px;
    color: var(--text-color); 
    text-decoration: none;
    position: relative;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    justify-content: space-between;
  
}

.onerowlinkbox:hover {
    background-color: var(--text-color);
    color: #ffffff;
}

.onerowlinkbox h3 {
    font-weight: 700; 
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

.onerowlinkbox h3 > span {
    padding-right: 20px;
    display: inline-block;
}

.onerowlinkbox h3  > small {
    font-size: 16px; 
    font-weight: 400; 
    padding-right: 20px;
 }

 .onerowlinkbox h3  > small.additional {
    margin-left: -14px;
 }

 .height100 {
    height: 100%;
 }

/* Onerowlink END */

/* Custom Video START */
.wpb_column .wpb_wrapper > video {
    border-radius: 10px; 
    overflow: hidden;
}

.customvideo video {
    width: 100%;
}

.customvideo.loop  {
    height: 520px; 
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.customvideo.loop video {
 object-fit: cover;   
 height: 100%; 
 width: 100%;
}

.customvideo {
    position: relative;
}

.customvideo .contentcontainer h1, 
.customvideo .contentcontainer h3,
.customvideo .contentcontainer h2 {
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -100%);
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0,0,0,0.25);
}

.customvideo .big.button {
    position: absolute;
    right: 30px;
    bottom: 100px;
} 

.customvideo .bubble {
    background-color: var(--primary-color);
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; 
    border-radius: 50%;
    position: absolute;
    top: 10%; 
    right: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 22px; 
    aspect-ratio: 1 / 1;
    flex-direction: column;
    line-height: 1.5;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    transition: transform 0.5s ease-in-out;
}

.customvideo .bubble b {
    margin: 0; 
    font-size: 30px;
}

.home-stoerer {
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 10%; 
    right: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 22px; 
    aspect-ratio: 1 / 1;
    flex-direction: column;
    line-height: 1.5;
    z-index: 1;
    transition: transform 0.5s ease-in-out;
    width: 200px; 
    height: 200px;
}

.home-stoerer-text-block  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px; 
    height: 100%; 
    width: 100%;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.home-kreis-container,
.home-kreis-container > div {
    display: block;
    width: 98%; 
    height: 98%; 
    margin: 1%;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease-in;
    position: absolute;
}

.home-kreis-container > div {
    transition: all 0.5s ease-in;
}

.home-kreis-container > div.home-k3 {
    background-color: var(--light-color); 
    opacity: 0.3;
    z-index: 1;
}

.home-kreis-container > div.home-k2 {
    background-color: var(--text-color);
}


.home-kreis-container > div.home-k1 {
    background-color: var(--primary-color);
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.home-stoerer:hover .home-kreis-container,
.home-kreis-container > div {
    width: 100%; 
    height: 100%; 
    margin: 0;
}

.home-stoerer:hover div.home-k1 {
    transform: translate(-2%, 0);
}

.home-stoerer:hover div.home-k2 {
    transform: translate(3%, 2%) rotate(15deg);
}

.home-stoerer:hover div.home-k3 {
    transform: translate(-2%, 2%) rotate(35deg);
}

/* Custom Video END */

/* Linkbuttons START */

.linkbutton:visited,
.linkbutton:active, 
.linkbutton:focus,
.linkbutton {
    display: inline-flex;
    background-color: #ffffff;
    color: var(--text-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-color: #ffffff;;
    align-items: center;
    padding-left: 10px; 
    text-decoration: none;
    margin: 5px;
    padding-top: 0; 
    padding-bottom: 0;
}

.linkbutton .buttonimage {
    width: 50px;
    aspect-ratio: 1 / 1;
    margin-right: 10px;
}

.linkbutton:hover {
    background-color: var(--text-color); 
    color: #ffffff;
    border-color: var(--text-color);
}

.linkbutton:hover .buttonimage img {
    filter: brightness(0) invert(1);
}

/* Linkbuttons END */


/* Locations Detail START */
.single-locations .headtextimageblock {
    position: relative;
}
.single-locations #backbutton {
    position: absolute;
    top: 25px; 
    left: 20px;;
    
}

/* Locations Detail END */

/* History START */

body .ctl-wrapper .ctl-title,
body .ctl-wrapper .ctl-title a {
    color: var(--text-color) !important;
    font-family: "Open Sans" !important;
}
body .ctl-vertical-wrapper .ctl-year-label.ctl-year-text {
    /* box-shadow:  0 0 2px #fff,inset 0 0 0 2px rgba(0,0,0,.05),0 0 0 5px var(--secondary-color); */
    background-color: var(--secondary-color);
    color: #ffffff;
}


body .ctl-wrapper * {
    font-family: "Open Sans" !important;
}

body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story .ctl-title {
    color: var(--text-color);
    padding-left: 15px; 
    padding-right: 15px;
    padding-top: 20px;
}

body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story.ctl-story-right .ctl-icondot, 
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story.ctl-story-right.ctl-right-odd .ctl-icondot,
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story.ctl-story-right.ctl-right-even .ctl-icondot,
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story.ctl-story-left .ctl-icondot, 
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story.ctl-story-left.ctl-left-odd .ctl-icondot,
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story.ctl-story-left.ctl-left-even .ctl-icondot {
    background-color: var(--text-color);   
}


body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper:not(.ctl-clean-skin) .ctl-story.ctl-story-right.ctl-right-even .ctl-labels, 
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper:not(.ctl-clean-skin) .ctl-story.ctl-story-right.ctl-right-odd .ctl-labels, 
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper:not(.ctl-clean-skin) .ctl-story.ctl-story-left.ctl-left-even .ctl-labels, 
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper:not(.ctl-clean-skin) .ctl-story.ctl-story-left.ctl-left-odd .ctl-labels,
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper:not(.ctl-clean-skin) .ctl-story.ctl-story-left .ctl-labels,
body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper:not(.ctl-clean-skin) .ctl-story.ctl-story-right .ctl-labels,
body .ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper,.ctl-clean-skin) .ctl-story.even .ctl-title,
body .ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper,.ctl-clean-skin) .ctl-story.odd .ctl-title {
    background-color: var(--text-color);
    color: #ffffff;
}

body .ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper:not(.ctl-clean-skin) .ctl-story .ctl-content,
body .ctl-wrapper .ctl-content {
    border-radius: 0px;
}

body .ctl-wrapper .ctl-label-big, 
body .ctl-wrapper .ctl-label-big a, 
body .ctl-wrapper .ctl-vertical-wrapper .ctl-labels {
    color: #ffffff;
}

body .ctl-wrapper .ctl-icondot {
    background-color: var(--text-color);
    color: var(--text-color);
    border: 3px solid #F3F3F3;
}

body .ctl-wrapper .ctl-vertical-wrapper .ctl-arrow {
    background: linear-gradient(to top right,var(--text-color) 52%,transparent 48%) !important;
}

body .ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-arrow {
    background: linear-gradient(to bottom left,var(--text-color) 52%,transparent 48%) !important;
}

body .ctl-wrapper .ctl-description {
    padding: 15px 15px 5px 15px;
}
/* History END */


/* Cite START */
body .vc_single_image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.cite .citearrow {
    font-weight: 700;
    font-size: 60px;
    color: var(--primary-color);
    line-height: 0;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(20px);
}

.cite .citearrow.end {
    position: absolute;
    margin-left: 5px;
}
/* Cite END */

/* Image Flex end Wrapper START */

.image-flex-end  .wpb_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px 30px;
}

.image-flex-end.left .wpb_wrapper {
    justify-content: flex-start;
}

.vc_custom_1758640183539,
.image-flex-end  .vc_column-inner {
    border-radius: 10px;
    overflow: hidden;
}

.image-flex-end .vc_column-inner .vc_row {
    width: 100%; 
    border-radius: 10px;
    overflow: hidden;
}

/* Image Flex end Wrapper START */

/* Icon Headline START */
.iconheadline {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    position: relative;
}

.iconheadline:after {
    content: "";
    width: 232px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.iconheadline.noicon:after {
    width: 100px;
}

.iconheadline .icon {
    max-width: 90px; 
    margin-right: 25px;
    margin-bottom: 0;
}

.iconheadline h1, 
.iconheadline h2, 
.iconheadline h3 {
    margin-bottom: 0; 
    line-height: 1;
    padding-bottom: 10px;
}

.iconheadline h1:after, 
.iconheadline h2:after, 
.iconheadline h3:after {
    display: none;
}
/* Icon Headline END */

/* FAQs START */

body .vc_toggle_title {
    background-color: #ffffff;
    padding: 23px 72px 23px 32px !important;
    color: var(--text-color);
    text-decoration: none;
    position: relative;
    flex-shrink: 1;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

body .vc_toggle:last-of-type, 
body .vc_do_toggle {
    margin-bottom: 22px;
}

body .vc_toggle_title:after {
    content: ""; 
    position: absolute;
    right: 20px; 
    top: calc(50% - (36px / 2));
    height: 36px; 
    aspect-ratio: 1 / 1;
    display: block;
    background-image: url(assets/images/arrow-bottom.svg); 
    background-size: contain; 
    background-position: center center;
    transition: transform 0.25s ease-in-out;
}

body .vc_toggle_content {
    padding-left: 32px !important; 
    padding-right: 32px;
}

body .vc_toggle_title h4 {
    line-height: 1;
    text-transform: none;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    display: none;
}

body .vc_toggle_title:hover,
body .vc_toggle_active .vc_toggle_title {
    background-color: var(--text-color); 
    color: #ffffff;
}

body .vc_toggle_title:hover:after,
body .vc_toggle_active .vc_toggle_title:after {
    background-image: url(assets/images/arrow-bottom-white.svg); 
}

body .vc_toggle_active .vc_toggle_title:after {
    transform: rotate(180deg);
}

body .wpb_single_image.bottom-noborderradius {
    margin-bottom: -20px;
}

body .no-border-radius, 
body .no-border-radius .vc_single_image-wrapper,
body .no-border-radius img {
    border-radius: 0 !important;
    width: 90%;
    margin-left: 5%;
}
/* FAQs END */

/* Image Carousel START */
.vc_carousel-inner {

}

body .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item a>img, 
body .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item a,
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item  .vc_inner {
    height: 100%;
    display: flex;
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item  .vc_inner  {
    overflow: hidden;
    border-radius: 10px;
}

.wpb_gallery_slides ul.flex-direction-nav {
    display: none;
}
.wpb_gallery_slides .slides,
.wpb_gallery_slides .slides li {
    border-radius: 10px;
    overflow: hidden;
}


body .vc_images_carousel .vc_carousel-control.vc_left {
    left: -40px;
}

body .vc_images_carousel .vc_carousel-control.vc_right {
    right: -40px;
}

body .vc_images_carousel .vc_carousel-control .icon-next,
body .vc_images_carousel .vc_carousel-control .icon-prev {
    margin-top: 0;
}
/* Image Carousel END */


/* Flipbook START */
/* h1.flipbookheader {
  font-size: 20px;
  position: absolute;
  top: 138px;
  width: 100%;
  text-align: center;
} */



body.r3d-template-default .flipbook-main-wrapper {
  /* margin-top: 125px; */
  max-height: calc(100vh - 200px);
}

body.home .flipbook-main-wrapper {
  padding-top: 125px;
  background: #000000!important;
}

body.home .flipbook-menu {
  display: none !important;
}

body .flipbook-menu-fixed {
  background: transparent !important;
}

body .skin-color,
body .flipbook-color-light {
  fill: #ffffff;
}

body .flipbook-nav svg:first-child {
  margin-right: 55px !important;
}
/* Flipbook END */

/* Footer START */

#sitewrapper {
  position: fixed;
  right: 0; 
  top: 40%; 
  display: flex;
  flex-direction: column;
  width: 50px;
  z-index: 11;
}

#sitewrapper .image-wrapper {
  width: 50px; 
  height: 50px; 
  margin-bottom: 2px; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: var(--primary-color);
    border-top-left-radius: 10px; 
  border-bottom-left-radius: 10px;
  transition: border 0.5s ease-in-out;
}

#sitewrapper .image-wrapper img {
    max-width:20px;
}

#sitewrapper .image-wrapper svg, 
#sitewrapper .image-wrapper path {
    fill: var(--text-color);
}

#sitewrapper .sidelink {
  position: relative;
}

#sitewrapper .moreinfo {
  position: absolute;
  background-color: var(--primary-color);
  width: auto;
  white-space: nowrap;
  right: 0;
  height: 50px;
  color: var(--text-color);
  padding: 0 15px 0 25px;
  display: flex;
  align-items: center;
  top: 0;
  right: 70%;
  opacity: 0;
  visibility: hidden;
  transition: right .3s, opacity .3s;
  border-top-left-radius: 10px; 
  border-bottom-left-radius: 10px;
}

#sitewrapper a:hover .image-wrapper {
    border-top-left-radius: 0px; 
  border-bottom-left-radius: 0px;
}

#sitewrapper a:hover .moreinfo,
#sitewrapper .sidelink:hover .moreinfo {
  right: 50px;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

footer.entry-footer {
    display: none;
}

footer {
    border-top: 6px solid var(--primary-color);
    padding-top: 35px;
    font-size: 12px;
    line-height: 1.75;
    /* background: var(--secondary-color); */
    background: var(--text-color);
    /* color: #ffffff; */
    color: #ffffff;
}

footer p {
    margin-bottom: 0;
}

footer h3 {
    margin-bottom: 15px;
    /* color: #ffffff; */
    line-height: 1;
    margin-top: 5px;
    color: #ffffff;
    font-weight: 600;
}

footer .wp-block-image .alignright {
    margin: 0;
}

footer .footer-inner-wrapper h3 > a,
footer .footer-inner-wrapper a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

footer .footer-inner-wrapper h3 > a {
    font-weight: 600;
}


footer .footer-inner-wrapper h3 > a:hover,
footer .footer-inner-wrapper a:hover {
    text-decoration: underline;
}

footer .container.top {
    padding-bottom: 5px;
}

footer .bottom-footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color:var(--text-color);
}

footer .bottom-footer-wrapper ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

footer#colophon .container.top {
    padding-bottom: 35px;
}

footer a {
    font-weight: 400;
}

footer .bottom-footer-wrapper ul a {
    color: var(--text-color);
    text-decoration: none;
    margin-left: 25px;
    font-size: 12px;
}


footer .footer-inner-wrapper {
    display: flex;
}

footer .footer-inner-wrapper > div {
    flex-grow: 1;
}

footer .footer-inner-wrapper > div > .wp-block-columns > div:last-child {
    flex-grow: 1.5;
}

body #page footer .wp-block-gallery {
    gap: 40px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

body #page footer .wp-block-gallery .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33% - 27px);
    max-width: calc(33% - 27px);
    margin-bottom: 0 !important;
}

.flexwrap > .wp-block-column,
.flexwrap {
    gap: 15px; 
    display: flex;
}



/* Footer END */

/* Slick Slider START */
ul.slick-dots {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -35px;
}

body #content #main .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
    margin-top: 0;
}

ul.slick-dots li {
    padding-left: 0;
    margin-bottom: 0;
}

ul.slick-dots li:before {
    display: none;
}

body #content #main .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span,
ul.slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 5px;
    font-size: 0px;
}

body #content #main .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
    border: 3px solid var(--primary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
}

body #content #main .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:hover span,
body #content #main .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot.active span,
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

/* Slick Slider END */

@media screen and (max-width: 1800px) {
    /* .headervideo .customvideo {
        margin-left: -55px;
        margin-right: -55px;
    } */

    .customvideo .bubble {
        right: 55px;
    }


    body .vc_images_carousel .vc_carousel-control.vc_left {
        left: 0px;
    }

    body .vc_images_carousel .vc_carousel-control.vc_right {
        right: 0px;
    }

    section.jobform .wpb-content-wrapper {
        padding: 0;
    }
}

   header .navigation #site-navigation {
    margin-right: -10px;
   }





@media screen and (max-width: 1450px) {
    footer#colophon .container, 
    header#masthead .container,
    .wpb-content-wrapper > .vc_row, 
    .container {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1320px) {
    header .normal-logo {
        z-index: 10;
    }

    body header#masthead .custom-logo-link img {
        width: 250px;
        padding-bottom: 0;
    }


    /* #site-navigation {
        display: none;
    } */

    #page,
    body.home #page {
        padding-top: 70px;
    }

    header#masthead .col-sm {
        align-items: center;
    }

    header .navigation #site-navigation {
        display: none;
    }

    header .navigation .mobile-menu {
        display: block !important;
    }

    label.hamburg {
        display: block;
        background: transparent;
        width: 45px;
        height: 14px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        z-index: 10;
        cursor: pointer;
    }

    input#hamburg {
        display: none
    }

    .line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 45px;
        background: var(--text-color);
        display: block;
        transition: 0.5s;
        transform-origin: center;
    }

    .line:nth-child(1) {
        top: 0px;
    }

    .line:nth-child(2) {
        top: 6px;
    }

    .line:nth-child(3) {
        top: 12px;
    }

    #hamburg:checked + .hamburg .line:nth-child(1) {
        transform: translateY(6px) rotate(-45deg);
    }

    #hamburg:checked + .hamburg .line:nth-child(2) {
        opacity: 0;
    }

    #hamburg:checked + .hamburg .line:nth-child(3) {
        transform: translateY(-6px) rotate(45deg);
    }

    .mobile-menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 1;
        left: 0;
        top: 0;
        box-sizing: border-box;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out;
    }

    #hamburg:checked + .hamburg + .mobile-menu-wrapper {
        max-height: 100%;
        overflow: scroll;
    }

    .mobile-menu-wrapper .inner {
        padding: 150px 25px 25px 25px;
        box-sizing: border-box;
    }

    .mobile-menu-wrapper > .inner:before {
        content: ""; 
        width: 100%; 
        height: 0px; 
        background-color: var(--primary-color); 
        position: fixed;
        left: 0; 
        top: 0; 
        display: block;
    }

    #hamburg:checked + .hamburg + .mobile-menu-wrapper > .inner:before {
        height: 125px; 
    }

    .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list {
        flex-direction: column;
        align-items: flex-start;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list a {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 20px;
        color: var(--text-color);
        white-space: normal;
        hyphens: auto;
    }

    /* .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list li.current-menu-item a,
    .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list a:hover {
        color: var(--primary-color);
    } */

    .mobile-menu-container .menu-item-has-children:not(.active-sub):not(.current_page_item):not(.current_page_ancestor):not(.current_page_parent) > a {
        pointer-events: none;
    }

    .mobile-menu-container > ul > li {
        margin-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid var(--text-color);
        position: relative;
    }

    .mobile-menu-container > ul > li.menu-item-has-children:after {
        content: "\203a";
        width: 18px;
        height: 18px;
        position: absolute;
        right: 20px;
        top: 5px;
        font-size: 40px;
        line-height: 18px;
        padding: 0;
        transform: rotate(90deg) translateY(-50%);
        text-align: center;
        transition: all 0.5s ease-in-out;
    }

    .mobile-menu-container > ul > li.active-sub:after {
        transform: rotate(-90deg) translateY(-50%);
    }

    .mobile-menu-container .menu-item-has-children.current_page_item:after, 
    .mobile-menu-container .menu-item-has-children.active-sub:after {
        transform:  translateY(-50%) rotate(-90deg);
    }

    .mobile-menu-container li.menu-item-has-children:not(.active-sub) > a {
        pointer-events: none;
    }

    /* .mobile-menu-container .menu-item-has-children.active-sub .sub-menu,
    .mobile-menu-container .menu-item-has-children.current_page_item  {

    } */

    header#masthead li:not(.active-sub):hover .sub-menu, 
    header#masthead li:not(.active-sub) .sub-menu:hover, 
    header#masthead li:not(.active-sub) a:hover + .sub-menu {
        max-height: 0px;
    }

    /* header#masthead .mobile-menu-container .menu-item-has-children.current_page_parent .sub-menu, 
    header#masthead .mobile-menu-container .menu-item-has-children.current_page_ancestor .sub-menu,
    header#masthead .mobile-menu-container .menu-item-has-children.current_page_item .sub-menu, */
    header#masthead .mobile-menu-container .menu-item-has-children.active-sub .sub-menu {
        max-height: 5000px;
    }

    /* .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list .current_page_item > a {
        color: var(--secondary-color);
    } */

    .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list .current_page_item > a:after,
    header#masthead .sub-menu a:after {
        background-color: var(--text-color);
    }
    
    header#masthead .mobile-menu-wrapper .sub-menu {
        background: transparent; 
        position: relative;
        left: 0;
        margin-bottom: 0;
        box-shadow: none;
        padding: 0;
        padding-left: 32px;
        list-style: none;
    }

    header#masthead .sub-menu a:after {
        left: 0;
        bottom: -2px;
    }

    header#masthead .sub-menu > li:first-child, 
    header#masthead .sub-menu > li:last-child {
        padding-top: 0; 
        padding-bottom: 0;
    }

    footer .footer-inner-wrapper {
        padding-bottom: 25px; 
        flex-wrap: wrap;
        gap: 20px;
    }

    footer .footer-inner-wrapper > div {
        width: 33.333%;
    }


    #linkedin,
    body .blog_filter_main {
        margin-right: -20px;
    }
}

@media screen and (max-width: 1200px) {
    .onerowlinkbox h3,
    .teaserbox h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .teaserbox.textimageblock h3.like-h2 {
        font-size: 20px;
    }

    body .vc_btn3.vc_btn3-color-white, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat, .bf_read_more_1, form input[type="submit"], .button, button, body .vc_btn3.vc_btn3-size-md, body .vc_btn3-container button {
        padding-left: 25px; 
        padding-right: 25px;
    }

    .headerimage.wihtbgimage {
        min-height: 350px;
    }

}

@media screen and (max-width: 1024px) {
    .waerme-formular .wpcf7-radio .wpcf7-list-item {
    max-width: 20%;
    }

    .waerme-formular .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px;
    }
}

@media screen and (max-width: 990px) {
        footer#colophon .container, 
    header#masthead .container,
    .wpb-content-wrapper > .vc_row, 
    .container {
        max-width: calc(100% - 40px);
    }

    #sitewrapper {
        width:32px;
    }

    #sitewrapper .image-wrapper {
        height: 32px; 
        width: 32px;
        padding: 2px;
    }

    #sitewrapper .moreinfo {
        height: 32px;
    }

    #sitewrapper a:hover .moreinfo,
    #sitewrapper .sidelink:hover .moreinfo {
        right: 32px;
    }

    .waerme-formular .wpcf7-radio {
        flex-wrap: wrap;
    }

    .waerme-formular .wpcf7-radio .wpcf7-list-item {
        max-width: 33%;
        width: 33%;
        min-width: 33%;
        margin-bottom: 1rem;
    }

    .waerme-formular label {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 1.25;
    }   

    #page, body.home #page {
        padding-top: 0;
    }

    body .image-flex-end {
        min-height: 300px;
    }

    .overlapping-row > .wpb_column {
        width: 50%;
    }

    .overlapping-row {
        justify-content: center;
    }

    .overlapping-row > .wpb_column:last-child {
        margin-top: 40px;
    }

    .mobile-third-col {
        flex-wrap: wrap;
    }

    .mobile-third-col > .wpb_column {
        width: 33.333%;
    }

    .mobile-half-col  > .wpb_column {
        width: 50%;
    }

    .gap-20 > .wpb_column {
        padding-bottom: 20px;
    }

    .gap-40 > .wpb_column {
        padding-bottom: 40px;
    }
    .mobile-full-width-col:not(.nogap) {
        gap: 20px;
    }

    .mobile-full-width-col.reverse {
        flex-direction: column-reverse;
    }

    .mobile-full-width-col > .wpb_column {
        width: 100%;
    }

    .home-stoerer {
        top: 100px;
        right: 50px;
        width: 150px;
        height: 150px;
    }

    .headerimage h1, .headerimage h2, .headerimage h3,
    h1, 
    h2, 
    h3 {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .like-h2, h2 {
        font-size: 35px;
    }

    .like-h3, h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .counterbox.withicon .box-inner .image-wrapper {
        max-width: 80%;
        margin: 0 auto 0px auto;
    }

    .counterbox.withicon .counter-outer {
        font-size: 40px;
    }

    body .vc_row-has-fill {
        margin-left: 0; 
        margin-right: 0;
        /* min-height: 360px; */
    }
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
       margin-bottom: 15px;
    }

    .iconheadline {
        margin-bottom: 20px;
    }

    .iconheadline h1, .iconheadline h2, .iconheadline h3 {
     line-height: 1.25;   
    }

     .wpb_column.vc_col-sm-1\/5 {
        width: 33.333%;
        padding-bottom: 40px;
     }

     .hide-on-mobile {
        display: none;
     }


    .iconheadline:after {
        bottom: 0;
    }

     .linkbutton:visited, .linkbutton:active, .linkbutton:focus, .linkbutton {
        padding-left: 0; 
        padding-right: 15px;
        font-size: 14px;
     }

     .linkbutton .buttonimage {
        width: 35px;
     }

    .headerimage.wihtbgimage {
        min-height: 380px;
        padding-bottom: 20px;
    }

    .jobfilterSelects {
        flex-wrap: wrap;
        display: flex;
        gap: 10px;
    }


    article.locations .breadcrumb-outer-wrapper {
        width: calc(100% - 20px);
    }

    .single-locations #backbutton {
        top: 70px; 
    }



    /* body .sk-ww-linkedin-page-post .sk-post-item {
        width: calc(100% / 2 - 20px);
    } */

}

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


}

@media screen and (max-width: 600px) {
    header#masthead .col-sm {
        align-items: flex-end;
        padding-left: 15px;
    }

    header#masthead .col-sm .naviwrapper {
        padding-bottom: 4px;
    }

    footer#colophon .container, header#masthead .container, .wpb-content-wrapper > .vc_row, .container {
        max-width: calc(100% - 0px);
    }


    body header#masthead .custom-logo-link img {
        width: 220px;
    }

    .customvideo.loop {
        height: 85dvh;
        margin-left: -20px;
        margin-right: -20px;
    }

    .home-stoerer {
        right: 20px;
    }

    .waerme-formular .wpcf7-radio .wpcf7-list-item {
        max-width: 50%;
        width: 50%;
        min-width: 50%;
    }
    
    .waerme-formular .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
        background-position: top 20% center;
        background-size: 45% auto;
    }

    .customvideo .contentcontainer h1, .customvideo .contentcontainer h3, .customvideo .contentcontainer h2 {
        text-align: center;
        width: 100%;
        /* transform: translate(-50%, -50%); */
        transform: translate(-50%, 50%);
    }

    .container {
        padding-left: 20px; 
        padding-right: 20px;
    }

    #sitewrapper {		
        top: unset;
        bottom: 32px;
    }

    #sitewrapper .moreinfo {
        padding-left: 15px;
    }

    /* .wpb-content-wrapper > .vc_row:not(.vc_row-no-padding):not([data-vc-stretch-content="true"]), 
    .wpb-content-wrapper > .row {
        padding-left: 10px !important; 
        padding-right: 10px !important;
    }

    body.single-locations .wpb-content-wrapper > .vc_row.single-fullwidth,
    body .vc_row .vc_row-has-fill,
    .vc_row:not(.vc_row-no-padding):not([data-vc-stretch-content="true"]) .vc_row.vc_row-has-fill,
    .vc_row:not(.vc_row-no-padding):not([data-vc-stretch-content="true"]) .vc_row, 
    .vc_row .vc_row {
        padding-left: 0px !important; 
        padding-right: 0px !important;
        margin-left: -10px; 
        margin-right: -10px;
    }

    .vc_row:not(.vc_row-no-padding):not([data-vc-stretch-content="true"]) > .wpb_column, 
    .row > .col-sm {
        padding-left: 10px; 
        padding-right: 10px;
    }

    .vc_row .container {
        padding-left: 30px;
        padding-right: 30px;
    } */
/* 
    .vc_row:not(.vc_row-no-padding):not([data-vc-stretch-content="true"]) > .wpb_column {
    padding-left: 0; 
    padding-right: 0;
    } */

    body .entry-content > .wpb-content-wrapper > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.vc_custom_1761133472424 > .wpb_column {
        padding-left: 0; 
        padding-right: 0;
    }


    .vc_column-inner > .wpb_wrapper > .vc_row {
        margin-left: -20px; 
        margin-right: -20px;
    }

    body .vc_toggle_title {
        padding:18px 62px 19px 22px !important;
    }

    body .vc_toggle_content {
        padding-left: 22px !important;
        padding-right: 22px;
    }

    .vc_custom_1761133472424 {
        padding-left: 20px; 
        padding-right: 20px;
    }

    .vc_row.mobile-reverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    #breadcrumbs {
        white-space: nowrap;
        overflow: scroll;
        scrollbar-width: none;
        text-align: left;
    }

    .image-flex-end {
        aspect-ratio: 1 / 1;
    }



    #breadcrumbs::-webkit-scrollbar { display: none; }

    .headerimage.wihtbgimage {
        min-height: 380px;
        padding-bottom: 20px;
        background-position: right center;
        margin-bottom: 35px;
    }

    .headerimage h1,
    .like-h1, h1 {
        font-size: 30px;
    }

    .like-h2, h2 {
        font-size: 26px;
    }

    .big-text, h2.smaller, .bigtext {
        font-size: 29px;
    }

    .like-h3, h3 {
        font-size: 18px;
    }

    .headerimage h1 {
        padding-bottom: 7px;
        margin-bottom: 10px;
    }

    .headerimage h2,
    .headerimage h3 {
        font-size: 16px;
    }

    .onerowlinkbox h3, .teaserbox h3 {
        font-size: 14px;
     }

     .handy-half-col {
        display: flex;
        flex-wrap: wrap;  
     }


    .handy-gap-20 > .wpb_column,
    .gap-40 > .wpb_column {
        padding-bottom: 20px;
    }

    .wpb_column.vc_col-sm-1\/5:not(.handy-half-col) {
        width: 100%;
    }

    .overlapping-row > .wpb_column,
    .mobile-third-col > .wpb_column,
    .mobile-half-col  > .wpb_column {
        width: 100%;
    }

    .overlapping-row > .wpb_column {
        margin-top: -90px;
    }

    .handy-half-col > .wpb_column,
    .wpb_column.vc_col-sm-1\/5 {
        width: 50%;
        padding-bottom: 20px;
    }

    .overlapping-row > .wpb_column:last-child,
    .overlapping-row > .wpb_column:nth-child(2) {
        margin-top: 20px;
    }

    .counterbox.withicon .box-inner .image-wrapper {
        max-width: 45%;
        margin-top: 20px;
    }

    .home-stoerer {
        width: 130px;
        height: 130px;
    }

    .flip-box-back {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        padding: 5px;
    }

    .hide-on-handy {
        display: none;
    }

    .iconheadline {
        flex-direction: column;
        align-items: flex-start;
    }

    .iconheadline .icon {
        max-width: 90px;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .iconheadline:after {
        width: 90px;
    }

    .image-flex-end.left {
        margin-bottom: 20px;
    }

    .linkbutton:visited, .linkbutton:active, .linkbutton:focus, .linkbutton {
        font-size: 12px; 
        padding-right: 10px;
        margin: 3px;
    }

    .linkbutton .buttonimage {
       width: 25px;
       margin-right: 0;
    }

    .vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
        margin: 0 5px;
    }

    body .sk-ww-linkedin-page-post .sk-post-item {
        width: 100%;
    }

    body.single-locations .headerimage.wihtbgimage {
        padding-bottom: 50px;
    }

    article.locations .breadcrumb-outer-wrapper {
        width: calc(100% - 20px);
        left: 0;
        bottom: -40px;
    }

    body .blog_filter_main .simplefilter,
    body .blog_filter_main .search {
        margin-left: -20px;
    }

    body .blog_filter_main  .searchTerm {
        width: calc(100% - 30px) !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    body .blog_filter_main .simplefilter a.button,
    body .blog_filter_main .simplefilter li {
        padding: 7px 17px;
        margin-bottom: 5px;
    }

    body .sk-ww-linkedin-page-post {
        padding: 0;
    }

    article#post-89 {
        padding-top: 100px;
    }

    .vc_custom_1759755639121 p {
        text-align: left !important;
    }

    footer h3 {
        font-size: 17px;
    }

    footer .footer-inner-wrapper > div:last-child, 
    footer .footer-inner-wrapper > div:nth-last-child(2) {
        width: 100%;
    }

    footer .wp-block-image img {
        width: 100% !important;
    }

    footer .bottom-footer-wrapper {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    footer ul#footer-menu-list > li:first-child > a {
        margin-left: 0;
    }

    .joblist li.list-item.columns, .joblist li > a {
        flex-direction: column;
        font-weight: 400;
    }

    .joblist li.list-item.columns .job-title , .joblist li > a .job-title {
        font-weight: 600;
    }

    .joblist li.list-item.columns > b, .joblist li > a > div {
        width: 100%;
    }

}

@media screen and (min-width: 991px) {
    .body .sk-ww-linkedin-page-post .sk-posts-masonry .sk-post-item {
        width: calc(100% / 3 - 28px);

    }
}