/******* TRANSITIONS START *******/
header .header-wrapper,
header #branding svg,
header #branding svg path,
header .search,
#canvas-nav,
#dpslider h2 span:after,
#page-title .title span:before,
#page-title .title span:after,
#canvas-nav .canvas-top img{
    -webkit-transition: 600ms all ease-in-out;
    transition: 600ms all ease-in-out;
}
.wpb_single_image.wpb_animate_when_almost_visible .vc_single_image-wrapper:after,
#dpslider .dpslide .dpslide-image:after,
#page-title .page-title-img-wrapper:after
{
    -webkit-transition: 1500ms all ease;
    transition: 1500ms all ease;
}
header .language-switcher .wpml-ls-legacy-list-horizontal,
#canvas-nav nav ul li,
#canvas-nav nav ul li a,
#canvas-nav .image-nav  .sub-menu li img,
#canvas-nav .close > div,
#canvas-nav .menu-item-has-children i:before,
.vc_desktop .wpb_single_image a:after,
.wpb_single_image a img,
.iconbox,
.imagebanner,
.imagebanner .image-holder img,
.imagebanner h3,
.team .title,
.team .team-image img,
.cta-box.has-link:after,
.cta-box.has-link:hover .cta-box-content *,
.cta-box img,
.cta-box:after,
.post > a, .post h3, .post .post-image img,
.case > a,
.case .post-image img,
.case h3,
.post .post-content:after,
.post.karriere a:before,
.gallery a[data-lightbox]:after,
.wpb_image_grid .wpb_image_grid_ul .isotope-item a img,
#main .vc_tta.vc_general .vc_tta-panel-title > a,
footer ul>li a:after,
.single-testimonial,
.button i:before,
.button i:after,
.text-link *,
.text-link:before,
.text-link:after,
.text-link i:before,
.text-link i:after,
.social-icons li a,
.social-share a,
.social-share a svg,
#go-to-top, #go-to-top *{
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.button{
    -webkit-transition: 300ms background ease-in-out, 300ms color ease-in-out;
    transition: 300ms background ease-in-out, 300ms color ease-in-out;
}

.animated {
    -webkit-animation-duration: 1.2s !important;
    animation-duration: 1.2s !important;
}

/******* TRANSITIONS END ****** HEADLINES START *******/

h1, h2, h3,
.like-h1, .like-h2, .like-h3{
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    color: var(--body-text-color);
}
h1{ font-size: 4em; }
h1, h2, .like-h2{
    margin-top: 0;
    margin-bottom: 30px;
}
h1, h2, .like-h2, h3, h3.heading, p.like-h3.heading{
    font-weight: 700;
    line-height: 1.1em;
}
h2, .like-h2{
    position: relative;
    font-size: 2.8em;
}
h3, .like-h3{
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.primary-text-color h1,
.primary-text-color h2,
.primary-text-color h3,
.primary-text-color h4,
.primary-text-color h5,
.primary-text-color h6{
    color: var(--primary-color);
}
h3.heading, p.like-h3.heading{
    font-size: 1.4em;
}
h4{ font-size: 1.2em; line-height: 1.4em; margin-top: 0; margin-bottom: 10px;}
h5{ font-size: 1em; }
h6{ font-size: 0.9em; }

.like-p{
    font-size: 1em;
}

table h5 {font-size: 0.9em;}
table h5, table h6 { margin: 0;}
table h6 {font-weight: normal;}

.light h1, h1.light, .light .like-h1,
.light h2, h2.light, .light .like-h2,
.light h3, h3.light, .light .like-h3,
.light h4,
.light h5,
.light h6,
.light p,
.light span,
.light a,
.light li,
.light label {
    color: #fff;
}

/******* HEADLINES END ****** CONTENT START *******/

#main > .vc_row{
    position: relative;
    width: 100%;
    left: auto !important;
    right: auto !important;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
}
#main > .vc_row[data-vc-full-width]{
    width: 100% !important;
    max-width: 100%;
}
#main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content]):not(.vc_row-no-padding) > div{
    width: 100%;
    margin: 0 auto;
    float: unset;
}
#main > .vc_row,
#main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content]):not(.vc_row-no-padding) > div{
    max-width: 1540px;
}
#main > .vc_row,
#main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content]):not(.vc_row-no-padding) > div{
    padding-left: 120px;
    padding-right: 120px;
}
#main > .vc_row[data-vc-full-width].vc_row-no-padding {
    padding-left: 0;
    padding-right: 0;
}
#main > .vc_row-fluid.no-padding{
    padding: 0;
}
#main > .vc_row.section {
    padding-top: 150px;
    padding-bottom: 150px;
}
#main > .vc_row.section.error404 {
    padding: 200px;
    text-align: center;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-fluid>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner .wpb_content_element:last-child{
    margin-bottom: 0;
}
.wpb_content_element:last-child,
.single .post-area .wpb_content_element:last-child{
    margin-bottom: 0;
}
a.button + .wpb_content_element{ margin-top: 50px;margin-bottom: 50px;}
.center, .center p, .center h2, .center h3, .center h4{ text-align: center;}

p{ margin: 0; }
p + h3,  p + h4{ margin-top: 40px; }
p + p,
p + a,
p + h5,
ul + h5{
    margin-top: 20px;
}
.p-large p, p.p-large{
    font-family: 'Urbanist', sans-serif;
    font-size: 1.85em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.03em;
}
.p-large p + h2 {
    margin-top: 10px;
}
.p-small p {
    font-size: 0.85em;
    line-height: 1.6em;
}
.justify-text p{ text-align: justify; }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 30px;
}
.wpb_text_column ul,
.iconbox ul{
    padding-left: 25px;
    position: relative;
}
.wpb_text_column ul li,
.iconbox ul li{
    list-style-type: none;
}
.wpb_text_column ul li::before,
.iconbox ul li::before{
    content: '—';
    display: inline-block;
    position: absolute;
    left: 0;
}
.iconbox ul li::before{
    margin-top: -1px
}
.wpb_text_column ul li + li,
.wpb_text_column ol li + li{
    margin-top: 5px;
}
sup { font-size: 0.75em; }

p a, a{
    color: var(--body-text-color);
    text-decoration: underline;
    cursor: pointer;
}
p a{
    word-break: break-all;
}
.vc_desktop p a:hover,
.vc_desktop .wpb_text_column ul li a:hover{
    color: var(--primary-color);
}

.vc_desktop #main .wpb_text_column > .wpb_wrapper > p > a:hover{
    color: var(--primary-color);
}

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

.legal {
    font-size: 0.85em;
    line-height: 1.4em;
}
.legal h2{font-size: 1.8em; margin-top: 50px}
.legal h3{font-size: 1.4em; margin-top: 30px; margin-bottom: 10px;}
.legal h4{ font-size: 1.2em; }
.legal h5{ font-size: 1.1em; }
.legal h4, .legal h5{ font-weight: normal; }

.legal ol {
    counter-reset: item;
    padding-left: 20px;
}
.legal ol li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}
.legal ol ol{
    margin-top: 15px;
}
.legal .wpb_wrapper > ol > li:before {
    font-weight: bold;
}
.legal ol > li > ol > li{
    padding-left: 30px;
    margin-bottom: 10px;
}
.legal ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    left: -5px;
}
.legal img{
    display: inline-block;
}

strong{
    font-family: 'Univers-Medium', sans-serif;
    font-weight: normal;
}
h2 strong{
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}

blockquote{
    padding: 0 30px;
    margin: 40px 0 40px 30px;
    display: block;
    position: relative;
    width: 100%;
    max-width: 700px;
    border-left: 2px solid var(--primary-color);
    box-sizing: border-box;
}
blockquote:before {
    content: url('../img/icons/icon-quote.svg');
    width: 30px;
    height: 26px;
    padding: 10px 0 4px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -17px;
    background-color: #fff;
    color: #004899;
}
blockquote p{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.6em;
}
blockquote p em {
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}

.wpb_text_column table {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 30px 0;
}
.wpb_text_column table thead tr{
    background-color: #000;
    color: #fff;
}
.wpb_text_column table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}
.wpb_text_column table tr td{
    padding: 5px 10px;
}

img {
    display: block;
}
.img-responsive{ max-width: 100%;}
.wpb_single_image .vc_figure-caption {
    margin-top: 15px;
    font-size: 0.8em;
    line-height: 1.4em;
    display: block;
    color: #666;
}
.wpb_single_image a{
    position: relative;
    overflow: hidden;
    display: block;
}
.wpb_single_image.bordered figure > a {
    border: 1px solid var(--light-gray);
}
.vc_desktop #main .wpb_single_image a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vc_desktop .wpb_single_image a[data-lightbox]:after,
.gallery a[data-lightbox]:after{
    content: '+';
    font-size: 4em;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0;
}
.vc_desktop .wpb_single_image a[data-lightbox]:hover:after,
.gallery a[data-lightbox]:hover:after{
    opacity: 0.4;
}
#main .wpb_single_image.wpb_animate_when_almost_visible .vc_single_image-wrapper{
    position: relative;
}
#main .wpb_single_image.wpb_animate_when_almost_visible .vc_single_image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 2;
    transition-delay: .5s;
}
#main .wpb_single_image.wpb_animate_when_almost_visible.animated .vc_single_image-wrapper:after{
    width: 0;
}
.wpb_single_image.overflow-img {
    width: calc(100% + 250px);
    position: relative;
}
.wpb_single_image.overflow-img img {
    max-height: 600px;
    object-fit: cover;
}

figure.wp-caption{ max-width: 100%; }
figure.wp-caption.alignnone{margin-left: 0;margin-right: 0;}
figure.wp-caption.alignleft{float: left;}
figure.wp-caption.alignright{float: right;}
.wp-caption img{
    max-width: 100%;
    height: auto;
}
.wp-caption .wp-caption-text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.6em;
    display: block;
    color: #666;
}
.wpb_single_image.shadow .wpb_wrapper img{
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
}
.wpb_single_image .attachment-full {
    max-width: 100%;
    height: auto;
}
.wpb_single_image.vc_align_right img {
    float: right;
}
.wpb_singleimage_heading {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 15px;
}
.vc_separator {
    margin-bottom: 50px;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ccc;
}

.content-box > .vc_column-inner > .wpb_wrapper,
.wpb_text_column.content-box,
.vc_row.content-box{
    padding: 50px;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.vc_row.content-box{
    padding: 50px 35px;
    margin: 30px 0;
}
.content-box.small > .vc_column-inner > .wpb_wrapper,
.wpb_text_column.content-box.small{
    padding: 40px;
}
.content-box .content-slider.swiper {
    max-width: 100%;
}
.content-box.rounded > .vc_column-inner > .wpb_wrapper{
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.content-box.bordered > .vc_column-inner > .wpb_wrapper,
.wpb_text_column.content-box.bordered,
.vc_row.content-box.bordered{
    border: 1px solid #ddd;
    background-color: #fff;
}
.content-box.gray > .vc_column-inner > .wpb_wrapper,
.wpb_text_column.content-box.gray,
.vc_row.content-box.gray{
    background-color: var(--light-gray);
}
.content-box.primary > .vc_column-inner > .wpb_wrapper,
.wpb_text_column.content-box.primary,
.vc_row.content-box.primary{
    background-color: var(--primary-color);
}
.content-box.shadow > .vc_column-inner > .wpb_wrapper,
.wpb_text_column.content-box.shadow,
.vc_row.content-box.shadow{
    background-color: #fff;
    -webkit-box-shadow: 0 7px 30px rgba(0,0,0,0.2);
    box-shadow: 0 7px 30px rgba(0,0,0,0.2);
}

.content-box .social-icons li a{
    width: 44px;
    height: 44px;
    padding: 6px;
}

.vc_row .vc_column_container[class*="vc_col-md-push-"]{
    z-index: 2;
}
.z-index-1{ z-index: 1;}
.z-index-2{ z-index: 2;}


.visuallyhidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.display-inline > .vc_column-inner > .wpb_wrapper > *{
    display: inline-block;
    margin-right: 20px;
}

.check-list ul,
.arrow-list ul,
.pro-list ul,
.con-list ul{
    padding-left: 26px;
    margin-top: 0;
}
.wpb_text_column p + ul{
    margin-top: 15px !important;
}

.check-list ul > li,
.arrow-list ul > li,
.pro-list ul > li,
.con-list ul > li{
    list-style: none;
    position: relative;
    color: var(--body-text-color);
}
.check-list ul li:before,
.arrow-list ul li:before,
.pro-list ul li:before,
.con-list ul li:before{
    position: absolute;
    width: 16px;
    height: auto;
    left: -26px;
    top: 0;
}
.pro-list ul li:before,
.con-list ul li:before{
    width: 20px;
    height: 20px;
    top: 2px;
}
.check-list ul li:before{ content: url('../img/icons/icon-check-primary.svg'); }
.arrow-list ul li:before{ content: url('../img/icons/icon-arrow-right.svg'); }
.pro-list ul li:before{ content: url('../img/icons/icon-pro.svg'); }
.con-list ul li:before{ content: url('../img/icons/icon-contra.svg'); }

.light .check-list ul > li,
.light .arrow-list ul > li,
.light .pro-list ul > li,
.light .con-list ul > li{
    color: #fff;
}

.light .check-list ul li:before{ content: url('../img/icons/icon-check-white.svg'); }
.light .arrow-list ul li:before{ content: url('../img/icons/icon-arrow-right-white.svg'); }
.light .pro-list ul li:before{ content: url('../img/icons/icon-pro-white.svg'); }
.light .con-list ul li:before{ content: url('../img/icons/icon-contra-white.svg'); }

.arrow-list.p-large ul{
    padding-left: 30px;
}
.arrow-list.p-large li {
    font-size: 1.4em;
    margin-bottom: 15px;
}

iframe{
    display: block;
}

.overlay-top-100{
    overflow: hidden;
    margin-top: -100px;
}

#slider {
    padding-top: 150px;
    margin-bottom: 100px;
    background-color: var(--light-gray);
}

.section-heading:before{
    content: attr(id);
    position: relative;
    display: block;
    font-family: 'Urbanist', sans-serif;
    font-size: 12vw;
    line-height: 0.6;
    font-weight: 700;
    color: var(--light-gray);
    opacity: 0.75;
    text-transform: capitalize;
    padding-left: 5px;
}
.bg-lightgray .section-heading:before,
.bg-lightgray.section-heading:before{
    color: #fff;
}

.cta-section.bg-blue{
    background-color: var(--primary-color);
}
.cta-section .content-box > .vc_column-inner > .wpb_wrapper {
    padding: 120px 60px;
}
.cta-section.vc_row {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    margin: 0;
}
.cta-section.vc_row > .vc_column_container > .vc_column-inner{
    padding: 0;
}

.prspektiven > div:nth-child(2) {
    background-image: url('../img/PRspektiven.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.blog > div:nth-child(2) {
    background-image: url('../img/blog.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.fact-wrapper .wpb_wrapper{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.fact-wrapper .fact{
    width: 25%;
}

#leistungen .iconbox.bordered:hover {
    background-color: var(--light-gray);
}
#leistungen .iconbox .like-h3{
    font-size: 1.6em;
    font-weight: 700;
}
#leistungen .iconbox ul li {
    opacity: 0.6;
}
#leistungen .iconbox.arrow-list ul {
    padding-left: 20px;
}
#leistungen .iconbox.arrow-list ul li:before{
    width: 14px;
    left: -20px;
}

#leistungen .imagebanner .image-holder img {
    height: 400px;
}

.perspektiven-grid .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.perspektiven-grid .vc_column-inner > .wpb_wrapper > *{
    width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.perspektiven-grid .wpb_single_image .vc_figure .vc_single_image-wrapper{
    border: 1px solid var(--light-gray);
}

.img-row.vc_row.wpb_row.vc_row-fluid.vc_column-gap-30.vc_row-no-padding {
    max-width: 1815px!important;
}
.img-row img {
    height: 600px;
    object-fit: cover;
}

/******* CONTENT END ****** BACKGROUND COLORS START *******/

.bg-dark > .vc_column-inner > .wpb_wrapper,
.section.bg-dark{
    background-color: var(--secondary-color);
}
.bg-blue > .vc_column-inner > .wpb_wrapper,
.section.bg-blue{
    background-color: var(--primary-color);
}
.bg-lightgray{
    background-color: var(--light-gray);
}

/******* BACKGROUND COLORS END ****** SOCIAL ICONS START *******/

.social-icons{
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
}
.social-icons li  {
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin: 0 10px 0 0;
}
.social-icons li + li {
    margin-top: 0 !important;
}
.social-icons li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 3px;
    margin: 0;
    background-color: #6d6c69;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.social-icons li a svg{
    fill: #fff;
    z-index: 1;
    padding: 0;
    margin: 0;
    position: relative;
}

.vc_desktop .social-icons li a:hover,
.vc_desktop .social-share a:hover,
.content-box .social-icons li a{
    background-color: var(--primary-color);
}
.vc_desktop .content-box .social-icons li a:hover{
    background-color: #6d6c69;
}

/******* SOCIAL ICONS END ****** PAGE TITLE START *******/

#page-title {
    position: relative;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    background-color: var(--light-gray);
}
#page-title .page-title-inner {
    display: flex;
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding: 200px 135px 0;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
#page > #page-title .page-title-inner {
    padding-bottom: 50px;
}
.single #page-title .page-title-inner .page-title-content {
    margin-bottom: 50px;
}

#page-title .page-title-inner .page-title-content {
    width: 60%;
    margin-bottom: 100px;
    padding-right: 50px;
    box-sizing: border-box;
    z-index: 3;
}
#page-title .page-title-inner .page-title-img-wrapper {
    width: 40%;
    margin-top: -50px;
    margin-bottom: -100px;
    position: relative;
}
#page-title .page-title-img-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 270px);
    height: 100%;
    background-color: var(--light-gray);
    display: block;
    z-index: 2;
    transition-delay: .5s;
}
#page-title.wpb_animate_when_almost_visible.animated .page-title-img-wrapper:after {
    width: 0;
}
#page-title .page-title-img{
    width: calc(100% + 230px);
    height: 100%;
    max-height: 540px;
    object-fit: cover;
    position: relative;
}

#page-title .title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 4em;
    line-height: 1em;
    width: 100%;
    z-index: 1;
    hyphens: none;
    margin: 0;
}
#page-title .title span{
    display: inline-block;
    position: relative;
}
#page-title .title span:before{
    content: '';
    width: 100%;
    height: 12px;
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: -1;
    background-color: var(--light-gray);
}
#page-title .title span:after{
    content: '';
    background-image: url('../img/slider-heading-underline.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -2;
}
.loaded #page-title .title span:before {
    width: 0;
}
.loaded #page-title .title span:after {
    width: 100%;
}
#page-title .p-large{
    margin-bottom: 20px;
}
#page-title .page-title-inner .button-wrapper{
    margin-top: 30px;
}
#page-title .button {
    margin-left: 0;
    margin-right: 10px;
}

/******* PAGE TITLE END ****** SWIPER JS START *******/

.swiper-button-prev:after,
.swiper-button-next:after{
    width: 22px;
}
.swiper-button-prev:after{
    content: url('../img/icons/icon-slide-chevron-left.svg');
}
.swiper-button-next:after{
    content: url('../img/icons/icon-slide-chevron-right.svg');
}

/******* SWIPER JS END ****** PADDINGS AND MARGINS START *******/

.pt0{ padding-top: 0 !important; }
.pt30{ padding-top: 30px !important; }
.pt50{ padding-top: 50px !important; }
.pt70{ padding-top: 70px !important; }
.pt100{ padding-top: 100px !important; }

.more-pt{ padding-top: 150px !important; }
.more-pb{ padding-top: 150px !important; }

.pb0{ padding-bottom: 0 !important; }
.pb30{ padding-bottom: 30px !important; }
.pb50{ padding-bottom: 50px !important; }
.pb70{ padding-bottom: 70px !important; }
.pb100{ padding-bottom: 100px !important; }

.ptb50{ padding-top: 50px !important; padding-bottom: 50px !important; }
.ptb70{ padding-top: 70px !important; padding-bottom: 70px !important; }
.ptb100{ padding-top: 100px !important; padding-bottom: 100px !important; }

.plr15{ padding-left: 15px; padding-right: 15px}
.plr30{ padding-left: 30px; padding-right: 30px}

.mt0{ margin-top: 0 !important; }
.mt15{ margin-top: 15px !important; }
.mt30{ margin-top: 30px !important; }
.mt50{ margin-top: 50px !important; }
.mt70{ margin-top: 70px !important; }
.mt100{ margin-top: 100px !important; }

.mb0{ margin-bottom: 0 !important; }
.mb10{ margin-bottom: 10px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb100{ margin-bottom: 100px !important; }

p.mw-640,
.mw-640 .wpb_text_column,
.mw-640.wpb_text_column{
    max-width: 640px;
}
.mw-640.center .wpb_text_column,
.mw-640.center.wpb_text_column,
.mw-720.center .wpb_text_column,
.mw-720.center.wpb_text_column,
.center .mw-720{
    margin: 0 auto 50px;
}
p.mw-720,
.mw-720 .wpb_text_column,
.mw-720.wpb_text_column{
    max-width: 720px;
}

/******* PADDINGS AND MARGINS END ****** BUTTON START *******/

.button{
    position: relative;
    display: inline-block;
    border: 0;
    text-decoration: none !important;
    padding: 18px 32px;
    font-size: 1em;
    text-align: left;
    line-height: 1.3em;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.button.medium{
    padding: 13px 24px;
}
.button, button, .text-link{
    font-size: 0.95em;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    vertical-align: middle;
}
.button:disabled{
    background: var(--light-gray) !important;
    color: #aaa !important;
    cursor: default;
}
.wpb_wrapper .button + .text-link,
.wpb_wrapper .text-link + .button,
.wpb_wrapper .button + .button,
.wpb_wrapper .text-link + .text-link{
    margin-left: 10px;
}

.button.border{
    padding: 14px 30px 12px;
    border: 2px solid var(--secondary-color);
}
.button.border:hover{
    background-color: var(--secondary-color);
    color: #fff;
}

.center .button,
.center .text-link{
    margin-left: 10px;
    margin-right: 10px;
}
.button.primary,
header .button-like a,
#canvas-nav .button-like a,
.button.mixitup-control-active{
    color: #fff;
    background-color: var(--primary-color);
}
.vc_desktop .button.secondary:hover,
.button.lightgray{
    color: var(--secondary-color);
    background-color: var(--light-gray);
}

.button.secondary,
.vc_desktop .button.lightgray:hover,
.button.dark,
.post-filter .button:hover{
    color: #fff;
    background-color: var(--secondary-color);
}
.light .button.secondary {
    background-color: #fff;
    color: var(--secondary-color);
}
.vc_desktop .vc_desktop .light .text-link:hover{
    color: #fff;
}

.button.center {
    margin: 0 auto;
    display: table;
}

.text-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
}


/* ARROW */

.button i,
.text-link i {
    font-size: 1em;
    margin-left: 10px;
    margin-right: 0;
    width: 24px;
}
.button i {
    margin-right: -8px;
}
.button i, .text-link i {
    height: 20px;
    line-height: 20px;
    text-align: left;
}
.button i:before,
.text-link i:before {
    width: 16px;
    height: 0;
    margin-top: -2px;
    margin-right: -10px;
    border: 1px solid var(--body-text-color);
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.button i:after,
.text-link i:after {
    content: "";
    display: inline-block !important;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    transform: rotate(-45deg);
    background-color: transparent;
    border-bottom: 2px solid var(--body-text-color);;
    border-right: 2px solid var(--body-text-color);;
    vertical-align: middle;
}

a[target="_blank"] i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    width: 20px;
    margin-top: 1px;
}
a[target="_blank"].text-link i {
    margin-top: -2px;
}
a[target="_blank"] i:before {
    width: 10px;
}
.vc_desktop a[target="_blank"]:hover i:before {
    width: 13px;
}

.button i:before,
.light .text-link i:before,
.button i:after,
.vc_desktop .button.lightgray:hover i:before,
.vc_desktop .button.lightgray:hover i:after,
.light .text-link i:before,
.light .text-link i:after{
    border-color: #fff;
}


.vc_desktop .button:hover i:before,
.vc_desktop .text-link:hover i:before,
.vc_desktop .iconbox.fullbox-link:hover .text-link i:before{
    width: 22px;
}


/******* BUTTON END ****** VC ACCORDION START *******/

#main .vc_tta-container {
    margin-bottom: 80px;
}

.wpb-js-composer .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    animation: opacity 1s;
}
#main  .vc_tta.vc_general .vc_tta-tab>a {
    padding: 12px 20px 10px;
}
#main .vc_tta.vc_tta-style-modern .vc_tta-panel {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
#main .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    border: 0;
    margin: 0;
}
#main .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 1.25em;
    line-height: 1.3em;
    text-align: left;
}
#main .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 30px 40px 30px 10px;
    color: var(--body-text-color);
    font-weight: bold;
}
#main .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
    right: 10px;
}
#main .vc_tta-accordion .vc_tta-panel-body {
    padding: 0 10px 20px;
    border: 0;
    -webkit-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out;
}
#main .vc_tta-accordion .vc_tta-panel-body * {
    font-size: 1em;
    text-align: left;
}
.vc_desktop #main .vc_tta.vc_general .vc_tta-panel:not(.vc_active):hover a{
    opacity: 0.7;
}

#main .vc_tta.vc_general .vc_tta-panel.vc_active {
    z-index: 1;
    position: relative;
}

#main .vc_tta.vc_general .vc_tta-controls-icon::after,
#main .vc_tta.vc_general .vc_tta-controls-icon::before {
    border-color: #000;
}

/* OUTLINE */

#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel {
    border-bottom: 1px solid #ddd;
}
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-title > a {
    padding: 30px 0;
    color: var(--body-text-color);
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}
#main .vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-body {
    padding: 20px 0 40px;
}
#main .vc_tta-accordion .vc_tta-panel-body .iconbox p:not(.like-h3) {
    font-size: 0.8em;
}
#main .vc_tta-accordion .vc_tta-panel-body .iconbox img {
    margin-bottom: 15px;
}

#main .vc_tta-accordion.vc_tta-style-outline.compact .vc_tta-panel-title {
    font-size: 1em;
}
#main .vc_tta-accordion.vc_tta-style-outline.compact .vc_tta-panel-title > a {
    padding: 15px 0;
}
#main .vc_tta-accordion.vc_tta-style-outline.compact .vc_tta-panel-body {
    padding: 10px 0 30px;
    font-size: 0.85em;
    line-height: 1.4em;
}
#main .vc_tta-accordion.vc_tta-style-outline.compact .vc_tta-panel-body .text-link i{
    transform: scale(0.7);
}



/******* VC ACCORDION END ****** SOCIAL SHARE START *******/

.social-share, .post-date {
    display: inline-block;
}
.single .social-share{
    width: 100%;
    display: flex;
    align-items: center;
}
.single div + .social-share{
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}
.social-share span{
    margin-right: 10px;
    line-height: 1;
}
.social-share a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background-color: var(--light-gray);
    position: relative;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-right: 7px;
    text-align: center;
}
.social-share a svg{
    width: 22px;
    height: 22px;
    fill: var(--secondary-color);
    z-index: 2;
    position: relative;
}
.vc_desktop .social-share a:hover svg {
    fill: #fff;
}

/******* SOCIAL SHARE END ****** CATEGORY FILTER START *******/

.cat-filter{
    margin-bottom: 30px;
    text-align: center;
}
.cat-filter .text-link {
    margin: 0 10px 7px !important;
    font-size: 1em;
    font-weight: 700;
}
.cat-filter.karriere .text-link,
.cat-filter.team .text-link{
    text-transform: capitalize;
}
.cat-filter .text-link:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
}
.cat-filter .text-link:hover:after,
.cat-filter .mixitup-control-active:after{
    width: 100%;
}

.filter-left .cat-filter{
    text-align: left;
}
.filter-left .cat-filter .text-link {
    margin: 0 20px 0 0;
}

/******* CATEGORY FILTER END ****** POST START *******/

.post-grid{
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}
.post-grid .post .post-image{
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.dp_loadmore{
    width: 100%;
    max-width: 420px;
    margin: 30px auto;
    display: block;
}

/* BLOG POST */

.post {
    box-sizing: border-box;
    position: relative;
}
.post *{
    text-align: left !important;
}
.post > a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}
.post .post-content{
    padding: 10px 0;
    margin-bottom: auto;
    box-sizing: border-box;
}
.post .post-content h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 10px 0;
}
.post .post-content p {
    font-size: 0.9em;
    line-height: 1.5em;
}
.post a{
    text-decoration: none;
}
.post .post-image {
    position: relative;
    overflow: hidden;
}
.post .post-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 5.2;
    object-fit: cover;
}
.vc_desktop .post > a:hover .post-image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.vc_desktop .post-grid .post > a:hover h3{
    color: var(--primary-color)
}

.post > a > .post-meta {
    margin-top: 10px;
}
.post > a > .post-meta .author img{
    width: 34px;
    height: 34px;
    object-fit: cover;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.post > a > .post-meta .author p {
    font-size: 0.8em;
    opacity: 0.7;
}

/* POST SLIDER */

#blog .post-slider .swiper-button-next:before,
#zertifizierung .post-slider .swiper-button-next:before,
#cases .cases-carousel .swiper-button-next:before{
    content: url('../img/scrollright.svg');
    position: absolute;
    right: -60px;
    top: -60px;
    z-index: -1;
    display: block;
    width: 160px;
    height: 160px;
    animation: rotate 10s linear infinite;
}
.post-slider .swiper-button-next,
.post-slider .swiper-button-prev,
.cases-carousel .swiper-button-next{
    top: -42px;
    right: 59px;
    width: 40px;
    z-index: 1;
}
.post-slider .swiper-button-prev{
    left: auto;
    right: 110px;
    display: none;
}
.swiper-wrapper {
    z-index: 2;
}
.post-slider .swiper-button-next:after,
.cases-carousel .swiper-button-next:after{
    content: url('../img/icons/icon-arrow-right-lg.svg');
    width: 40px;
}
.post-slider .swiper-button-prev:after,
.cases-carousel .swiper-button-prev:after{
    content: url('../img/icons/icon-arrow-left-lg.svg');
    width: 40px;
}

.post-slider .post{
    position: relative;
}
.post-slider .post > a{
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.post-slider .post-meta{
    display: none;
}
.post-slider .post-image:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
    z-index: 1;
}
.post-slider .post .post-image img{
    aspect-ratio: 6.2 / 4;
}
.post-slider .post .post-content{
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.post-slider .post .post-content,
.post-slider .post .post-content *{
    color: #fff;
}
.post-slider .post .post-content p{
    font-size: 0.9em;
}

.post-slider.zertifizierung .post{
    height: auto;
}
.post-slider.zertifizierung .post > a {
    border: 1px solid var(--secondary-color);
    background-color: #fff;
}
.post-slider.zertifizierung .post > a:hover h3{
    color: var(--primary-color);
}
.post-slider.zertifizierung .post .post-content {
    position: relative;
    padding: 40px;
}
.post-slider.zertifizierung .post .post-content *{
    color: var(--body-text-color);
}
.post-slider.zertifizierung .post .post-content img {
    height: 120px;
    width: 300px;
    margin-bottom: 30px;
    object-fit: contain;
    object-position: left bottom;
}

/* SINGLE POST */

.single h1{
    font-size: 3.6em;
    line-height: 1.1em;
}
.single .post-area {
    display: inline-block;
    width: 100%;
    margin: 0 0 100px;
    box-sizing: border-box;
}
.single .post-area .post-image{
    margin-bottom: 30px;
}
.single .post-area .wpb_single_img img{
    max-width: 100%;
    height: auto;
}
.single .post-area > p > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: block;
}
.single .post-area .post-image .caption{
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #777;
    margin: 10px 0;
}
.single .post-meta {
    display: flex;
    margin: 30px 0;
    font-size: 0.9em;
}
.single .post-area h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}
.single .post-area h3{
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.single .post-area .vc_row + .vc_row{
    margin-top: 60px;
}
.single .excerpt {
    font-size: 1.1em;
    margin: 0 0 30px;
}

.single-cases .post-area .vc_row + .vc_row {
    margin-top: 80px;
}


.single .sidebar{
    max-width: 340px;
}
.single .sidebar h3 {
    font-size: 1.4em;
}
.single .sidebar .author {
    display: flex;
    align-items: center;
}
.single .sidebar .author img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 15px;
    object-fit: cover;
}
.single .sidebar .author p{
    font-family: 'Urbanist', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 700;
}


/* POST META */

.post-meta > *{
    display: flex;
    align-items: center;
}
.post-meta .icon {
    margin: -2px 8px 0 0;
}
.post .post-meta .post-date {
    font-size: 0.85em;
    position: absolute;
    left: 25px;
    bottom: 20px;
    color: #888;
}
.single .post-meta .icon{
    width: 22px;
    height: 22px;
}
.single .post-meta > div + div {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

/******* POST END ****** GALLERY START *******/

.gallery {
    margin: 30px 0;
}
.gallery .gallery-item {
    margin: 0 1% 1% 0;
    display: inline-flex;
}
.gallery.gallery-columns-2 .gallery-item{ width: 49%; }
.gallery.gallery-columns-3 .gallery-item{ width: 32%; }
.gallery.gallery-columns-4 .gallery-item{ width: 24%; }
.gallery.gallery-columns-5 .gallery-item{ width: 19%; }
.gallery.gallery-columns-6 .gallery-item{ width: 15%; }
.gallery.gallery-columns-7 .gallery-item{ width: 13%; }
.gallery.gallery-columns-8 .gallery-item{ width: 11%; }
.gallery.gallery-columns-9 .gallery-item{ width: 10%; }

.gallery .gallery-item a[data-lightbox]{
    position: relative;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.lightbox {
    display: flex;
    flex-direction: column-reverse;
}
.lightbox .lb-dataContainer {
    padding: 0;
    margin-bottom:20px;
}

/******* GALLERY END ****** CASES START *******/

.cases-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 70px;
    margin: 0;
}
.case {
    box-sizing: border-box;
    position: relative;
    width: 47%
}
.case.animated {
    -webkit-animation-duration: 1.2s !important;
    animation-duration: 1.2s !important;
}
.case > a{
    display: block;
    text-decoration: none;
}
.case .post-content{
    margin-top: 15px;
}
.case .post-content > *{
    text-align: left !important;
}

.case .post-image {
    position: relative;
    overflow: hidden;
}
.case .post-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}
.vc_desktop .case > a:hover .post-image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.case h3 {
    font-size: 1.6em;
    line-height: 1.1em;
    margin-bottom: 5px;
}
.case .post-cats .cat,
.single-cases .post-cats .cat{
    margin-right: 5px;
}
.case .post-cats span,
.single-cases .post-cats span{
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.1em;
    color: #c6c4b2;
}
.case .post-cats .cat:not(:last-child):after,
.single-cases .post-cats .cat:not(:last-child):after{
    content: ',';
    display: inline-block;
}

.vc_desktop .case > a:hover h3{
    color: var(--primary-color);
}

/* CASES FILTER */

.case-filter{
    margin-bottom: 30px;
    text-align: center;
}
.case-filter a{
    margin: 0 20px;
    line-height: 1.7em;
}

/* SINGLE CASES */


.single-cases .post-area .post-image {
    margin-bottom: 60px;
}
.single-cases .post-cats span{
    color: var(--secondary-color);
}


/******* CASES END ****** TEAM START *******/


#team {
    z-index: 99;
}
.team-grid{
    display: grid;
    grid-column-gap: 70px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 50px 0;
}
.team-grid .team:nth-child(3n) {
    margin-top: 20px;
}
.team-grid .team:nth-child(3n-1) {
    margin-top: 60px;
}
.team-grid .team:nth-child(4n) {
    margin-top: 40px;
}
.team a{
    text-decoration: none;
}
.team .team-image{
    overflow: hidden;
}
.team .team-image img{
    width: 100%;
    height: auto;
}
.team .team-content {
    margin-top: 10px;
}
.team .title{
    font-size: 1.2em;
    margin: 5px 0 1px;
}
.team .pos{
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.3em;
    color: var(--secondary-color);
}
.team .team-content p + p,
.team .modal .center p + p{
    margin: 0;
}
.team .social-icons {
    margin-top: 10px !important;
}
.team .social-icons li a {
    width: 36px;
    height: 36px;
    padding: 5px;
    background-color: var(--light-gray);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.team .social-icons li a svg {
    fill: var(--secondary-color);
}
.vc_desktop .team:hover .team-content .title{
    color: var(--primary-color);
}
.vc_desktop .team:hover .team-image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.vc_desktop .team .social-icons li a:hover svg {
    fill: #fff;
}


/* MODAL */

.team .modal{
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    opacity: 0;
    width: 90vw;
    max-width: 750px;
    visibility: hidden;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    z-index: 999;
}
.team .modal .overlay{
    content: '';
    height: 100vh;
    width: 0;
    background-color: var(--secondary-color);
    opacity: 0.6;
    z-index: 998;
    position: absolute;
    top:0;
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.team .modal.show {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.team .modal.show .overlay{
    width: 100vw;
}
.team .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 50px;
}
.team .modal-content{
    background: var(--light-gray);
    height: 100vh;
    z-index: 999;
    position: relative;
    overflow: auto;
}
.team .modal-body{
    padding: 100px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.team .modal-body .team-member-data img {
    width: calc(100% + 50px);
    height: auto;
}
.team .modal .team-member-data {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.team .modal .team-member-data > div:first-child {
    width: 60%;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
}
.team .modal .team-member-data > div:last-child {
    width: 40%;
}
.team .modal .title {
    font-size: 1.6em;
    padding-right: 50px;
}
.team .modal .pos {
    font-size: 1.1em;
    padding-right: 50px;
    margin-top: 5px;
}
.team .modal .p-large{
    font-size: 1.1em;
}
.team .modal .contact-infos {
    margin: 20px 0;
}
.team .modal .iconbox{
    font-size: 0.9em;
    margin-bottom: 7px;
}
.team .modal .social-icons{
    position: absolute;
    top: 0;
    right: 20px;
}
.team .modal .iconbox svg {
    width: 26px;
    margin-right: 8px;
    fill: var(--secondary-color);
}
.team .modal .social-icons li a {
    background-color: var(--secondary-color);
}
.team .modal .social-icons li a svg {
    fill: #fff;
}
.team .modal .social-icons li a:hover {
    background-color: var(--primary-color);
}
.team .modal .vc_row h3 {
    font-size: 1.4em;
    margin-bottom: 5px;
}
.team .modal .vc_row p {
    font-size: 0.9em;
    line-height: 1.5em;
}
.team .modal .gallery .gallery-caption {
    display: none;
}

/******* TEAM END ****** KARRIERE START *******/

.karriere-list{
    margin: 50px 0;
}
.karriere-list .post{
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    display: block;
}
.post.karriere a:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom center;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.post.karriere a {
    background-color: transparent;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
}
.post.karriere a h3{
    font-size: 1.1em;
    width: 40%;
}
.post.karriere > a > *{
    margin: 0;
    padding: 0;
    line-height: 1;
}
.post.karriere .art, .post.karriere .location {
    font-size: 0.9em;
    width: 160px;
}
.post.karriere .art:before,
.post.karriere .location:before {
    display: inline-block;
    width: 24px;
    line-height: 1em;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 4px;
}
.post.karriere .art:before {
    content: url('../img/icons/icon-time.svg');
}
.post.karriere .location:before {
    content: url('../img/icons/icon-location.svg');
}
.vc_desktop .post.karriere a:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vc_desktop .post.karriere:hover:after{
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
}
.vc_desktop .post.karriere a:hover i:before{
    width: 22px;
}

/* SINGLE KARRIERE */

.single-karriere #main > .section {
    padding-top: 70px;
    padding-bottom: 0;
}

.single .sidebar .karriere-list{
    margin-top: 0;
}
.single .sidebar .karriere-list .karriere {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.single .sidebar .karriere-list .karriere a{
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px 40px 20px 15px;
}
.single .sidebar .karriere-list .karriere a h3{
    width: 100%;
    margin-bottom: 10px;
}
.single .sidebar .karriere-list .karriere .art{
    margin-right: 20px;
}
.single .sidebar .karriere-list .karriere .art,
.single .sidebar .karriere-list .karriere .location {
    font-size: 0.75em;
    width: auto;
}
.single .sidebar .karriere-list .art:before,
.single .sidebar .karriere-list .location:before {
    width: 20px;
}
.single .sidebar .karriere-list .text-link {
    position: absolute;
    right: 15px;
}

/******* KARRIERE END ****** CAROUSEL START *******/


.carousel .swiper-button-prev,
.carousel .swiper-button-next {
    position: relative;
    top: auto;
    margin: 20px 0 0;
    left: 0;
    display: inline-block;
}
.carousel .swiper-button-next{
    margin-left: 10px;
}
.carousel .swiper-button-prev:after,
.carousel .swiper-button-next:after {
    font-size: 36px;
}

/******* CAROUSEL END ****** BOXZILLA START *******/

.boxzilla {
    position: relative !important;
}
.boxzilla-container.boxzilla-top-left-container,
.boxzilla-container.boxzilla-top-right-container{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: var(--light-gray);
}
.boxzilla-container.boxzilla-top-left-container > div,
.boxzilla-container.boxzilla-top-right-container > div{
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.8em;
}
.boxzilla .boxzilla-content{
    background-color: var(--primary-color);
    padding: 10px;
    box-sizing: border-box;
}
.boxzilla p{
    display: inline-block;
}
.boxzilla p + p {
    margin-top: 0;
}
.boxzilla .boxzilla-content a {
    display: inline-block;
    color: #fff;
    border: 0;
    text-decoration: none !important;
    padding: 14px 24px;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.boxzilla .boxzilla-content a:hover{
    background-color: var(--body-text-color);
    color: #fff;
}

/* CENTER */

.boxzilla-center-container .boxzilla-content {
    background-color: #fff;
    text-align: center;
}
.boxzilla-center-container .boxzilla-content a {
    background-color: var(--primary-color);
    margin-top: 20px;
}

/* TOP */

.boxzilla.boxzilla-top-left p,
.boxzilla.boxzilla-top-right p{
    color: #fff;
}
.boxzilla.boxzilla-top-left a,
.boxzilla.boxzilla-top-right a{
    background-color: #fff;
    margin: 0 10px;
    padding: 6px 10px;
    color: var(--body-text-color);
}
.boxzilla.boxzilla-top-left a:hover,
.boxzilla.boxzilla-top-right a:hover{
    background-color: var(--body-text-color);
    color: #fff;
}
.boxzilla.boxzilla-top-left .boxzilla-close-icon,
.boxzilla.boxzilla-top-right .boxzilla-close-icon{
    color: #fff;
}

/* BOTTOM RIGHT */

.boxzilla.boxzilla-bottom-right {
    bottom: 50px !important;
    right: 50px !important;
    position: fixed !important;
}
.boxzilla-bottom-right-container .boxzilla-bottom-right {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.boxzilla-bottom-right-container .boxzilla-content {
    background-color: #fff;
    text-align: left;
}
.boxzilla-bottom-right-container .boxzilla-content h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.boxzilla-bottom-right-container .boxzilla-content a {
    background-color: var(--primary-color);
    margin-top: 20px;
}

/******* BOXZILLA END ****** /