/**********************************************************/
/*                                                        */
/*                                                        */
/*                  Artd 2023 Custom CSS                  */
/*                                                        */
/*                                                        */
/**********************************************************/

/** GDPR ***************************************** START **/

body .cc-revoke {
    font-size: 14px!important;
    padding: 10px!important;
    border-radius: 0!important;
}

body .cc-window {
    background-color: rgba(22,22,22,1)!important;
}

body .cc-window * {
    font-family: 'TT Interfaces'!important;
}

div.cc-window.cc-floating {
    max-width: 26em;
}

.cc-highlight .cc-compliance-list li {
    width: calc(50% - 10px);
    margin: 5px 5px !important;
    float: left;
}

.cc-highlight .cc-btn {
      font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none!important;
    border: 0!important;
  
    background-color: #fff!important;
    color: #242428!important;
    font-weight: 500;
}

.cc-highlight .cc-btn:hover {
    opacity: .8;
}

.cc-floating .cc-message {
    margin-bottom: 0!important;
}

.cc-message-text {
    overflow-x: hidden;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cc-message-text p.headline,
.cc-message-text p.headline strong {
    color:#ffffff;
    -webkit-order:1;
    order:1;
}

.cc-message-text p.text {
    color:#ffffff;
    line-height: 24px;
    -webkit-order:2;
    order:2;
}

.cc-message-text p.text a[role="button"]{
    margin-top: 20px;
    margin-right: 10px;
    display: table-cell;
    padding: 10px 10px 10px 0;
}

.cc-message-text .cc-compliance.cc-highlight {
    display: block;
    margin: 20px -5px 0 -5px;
    -webkit-order:4;
    order:4;
}

.cc-message-text .cc-checkboxes-container {
    -webkit-order:3;
    order:3;
}

.cc-checkboxes-container {
    display: block!important;
}

.cc-checkboxes-container > div:first-child {
    display: none;
}

.cc-checkboxes-container .cc-checkbox-container {
    margin: 10px 0;
    width: 50%;
    float: left;
    border:0!important;
}

.cc-checkboxes-container .cc-checkbox-container .cc-link {
    border:0!important;
}

.cc-checkboxes-container .cc-checkbox-container input.cc-cookie-checkbox {
    width: 36px!important;
}

.cc-checkboxes-container .cc-checkbox-container input.cc-cookie-checkbox+span {
    width: 36px;
}

div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox+span:before,
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:before {
    content: '';
    background: rgb(255, 255, 255, 0.3);
    width: 36px;
    height: 14px;
    position: absolute;
    top:2px;
    left:0;
    border: 0!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:before {
    background: rgb(168, 212, 90, 0.5);
}

div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox+span:after,
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
    content: '';
    background: rgb(255, 255, 255, 1);
    width: 18px;
    height: 18px;
    position: absolute;
    top:0;
    left:0;
    border: 0!important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
    background: rgb(168, 212, 90, 1);
    left: calc(100% - 18px);
}

.cc-checkboxes-container .cc-checkbox-container .cc-link {
    font-weight: 300;
    padding: 0 0 0 10px;
    margin: -2px 0 0 0;
}

.fancybox-content div.cc-cookie-category-title {
    font-size: 20px;
    font-weight: 500;
    color: #000!important;
    border-bottom: 0;
    display: inline-block;
}

.fancybox-content div.cc-cookie-category-description p {
    font-weight: 300;
    color: #000!important;
}

.fancybox-content .fancybox-close-small svg path {
    color:#000000;
}

.cc-cookie-category-list {
    margin-left: 0!important;
}

.cc-cookie-category-list li span.cc-cookie-category-name {
    font-weight: 300;
    color: #000!important;
}

.cc-cookie-category-list li .gdpr_onoffswitchcookie .gdpr_onoffswitch-label {
    border-radius: 10px!important;
}

.cc-cookie-category-list li .gdpr_onoffswitchcookie.inactive .gdpr_onoffswitch-inner:before {
    content: "AN";
    background-color: #19a319!important;
}

.cc-cookie-category-list li .gdpr_onoffswitchcookie.inactive .gdpr_onoffswitch-inner:after {
    content: "AUS";
    background-color: #f01f1f!important;
}

fieldset.cc-cookie-list-title .gdpr_onoffswitch-switch {
    border-radius: 50%!important;
}

/** GDPR ******************************************* END **/

/** FE EDIT ************************************** START **/

/*.moduletable {*/
/*    visibility: visible!important;*/
/*}*/

a.btn.jmodedit,
div#main .com-content-article div.icons a,
.login-mod form button {
    min-width: 1px;
    background: #A8D45A url(../images/edit.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    margin: 0;
    width: 26px;
    height: 26px;
    display: block;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    color:transparent;
    z-index: 999999999;
  font-size: 0;
}

a.btn.jmodedit + div[role="tooltip"],
div#main .com-content-article div.icons a div[role="tooltip"]{
    display: none;
}

body.editing div#main {
    display: block;
    padding-top: 150px;
    padding-bottom: 50px;
    margin: 0;
}

body.editing div.header-bottom,
body.editing div[class*="content-top"],
body.editing div[class*="content-bottom"],
body.editing div.breadcrumb,
body.editing div[class*="footer"] {
    display:none;
}

body.editing div .tox-dialog__footer,
body.editing div .tox-dialog__footer * {
    display: inherit;
}

div#main > form,
div#main .edit.item-page > form {
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    box-shadow: 0 0 3px rgb(0 0 0 / 4%);
    padding: 15px;
    position: relative;
}

.login-mod {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
}

.login-mod .btn.jmodedit {
    display:none;
}

.login-mod form button {
    background: red url(../images/logout.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: transparent!important;
    border: 0;
}

#main .com-users-login.login {
    background: #fff;
    padding: 20px;
    margin: 150px 0 50px;
    border-radius: 10px;
}

#main .com-users-login.login * {
    color:#000000;
}

/** FE EDIT **************************************** END **/

/** COLOR SET ************************************ START **/

:root {
    --darkbg: #242428;
    --whitetext: #FAFAFA;
    --green: #A8D45A;
  	--answer-bg: #38383c;
  	--formbox: #2E2E33;
  	--fieldbg: #38383c;
  	--formborder: 1px solid #4b4b4e;
}

:root  body.dark {
    --darkbg: #FAFAFA;
    --whitetext: #242428;
    --answer-bg: #eee;
  	--formbox: #f2f2f2;
  	--fieldbg: #ffffff;
  	--formborder: 1px solid rgba(0, 0, 0, 0.2);
}

::-moz-selection { /* Code for Firefox */
    background: #A8D45A;
}

::selection {
    background: #A8D45A;
}


/** COLOR SET ************************************* END **/

/** GLOBAL *************************************** START **/

html {
    overflow-x: hidden;
}

/*html,
body,
body * {
        cursor: none!important;
        outline: none!important;
}*/

.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out,
                transform 0.3s ease-in-out;
}

.cursor-dot {
    $size: 8px;
    width: 8px;
    height: 8px;
    background-color: #FF005E;
}

.cursor-dot-outline {
    $size: 30px;
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,255,0.1);
    /*background-color: rgba(255,0,94,0.1);*/
}

.dark .cursor-dot-outline {
    $size: 30px;
    width: 30px;
    height: 30px;
    background-color: rgba(255,0,94,0.1);
}

body {
    background: var(--darkbg)!important;
    font-family: 'TT Interfaces'!important;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    padding: 0 30px!important;
}

body * {
    color: var(--whitetext);
}

body.editing * {
    color:#000000;
}

.container {
    max-width: 1140px!important;
}

#main div[itemprop="articleBody"] h2,
#main div[itemprop="articleBody"] h3,
#main div[itemprop="articleBody"] h4 {
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 30px;
}

#main div[itemprop="articleBody"] h4 {
    font-size: 1.2rem;
}

p, ul li {
    font-weight: 300; /* changes to 300 raphael */
 	font-size: 18px; /* added from raphael */
  	line-height: 1.5;
}
p, ol li {
    font-weight: 300; /* changes to 300 raphael */
 	font-size: 18px; /* added from raphael */
  	line-height: 1.5;
}

ul:not([class]) {
    padding-top: 6px!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
}

ol:not([class]) {
    padding-top: 6px!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
}

ul:not([class]) li {
    background: url(../images/check.svg) no-repeat;
    background-position: left 5px;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 34px;
}
ol:not([class]) li {
    background-position: left 5px;
    margin-bottom: 15px;
    padding-left: 34px;
}

body.dark ul:not([class]) li {
    /*filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);*/
    background-image: url(../images/check-dark.svg);
}

ul:not([class]) li:last-child {
    margin-bottom: 0;
}

a.btn {
    background: #A8D45A;
    min-width: 260px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #242428!important;
    padding: 10px 24px 10px 24px;
    border-radius: 0;
    margin-top: 48px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a.btn:hover {
    color: #242428!important;
    opacity: .8!important;
}

a:link,
a:visited {
    color: var(--whitetext);
}

a:hover {
    color: var(--green)!important;
}

/** GLOBAL ***************************************** END **/

/** CUSTOM FIELD ********************************* START **/

.fields-container {
    width: 100%;
    max-width: 945px;
    padding: 0;
    margin: 0 auto;
}

.fields-container li {
    list-style: none;
    margin-bottom: 160px;
}

.fields-container li.field-entry.name {
    margin-bottom: 0.5rem;
}


.fields-container li.field-entry.name .field-value {
    font-weight: 100;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}

.fields-container li.field-entry .column-2 h1,
.fields-container li.field-entry .column-2 h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    margin-top: -4px;
    margin-bottom: 48px;
}

.fields-container li.field-entry.image .field-value img {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
}

.fields-container li.field-entry .field-value.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 22px;
}

.fields-container li.field-entry .field-value.grid .grid-item {
    text-align: center;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.fields-container li.field-entry .field-value.grid .grid-item img {
    margin-bottom: 16px;
}

body.dark .fields-container li.field-entry .field-value.grid .grid-item img {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

.fields-container li.field-entry .field-value.grid .grid-item h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
    margin-bottom: 16px;
}

.fields-container li.field-entry .field-value.grid .grid-item p {
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--whitetext);
}

.fields-container li.field-entry .field-value video {
    width: 100%;
}

.fields-container li.field-entry.quote .field-value {
    background-image: url(/artd22/images/icons/quote.svg);
    background-repeat: no-repeat;
    display: grid;
    grid-gap: 22px;
    grid-template-columns: 60% 10% 30%;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 15px;
}

body.dark .fields-container li.field-entry.quote .field-value {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

.fields-container li.field-entry.quote .field-value p:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: var(--whitetext);
    margin-bottom: 100px;
    display: block;
}

.fields-container li.field-entry.quote .field-value p {
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
}

body.dark .fields-container li.field-entry .nextend-arrow img {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(100%) contrast(89%)!important;
}


/** CUSTOM FIELD *********************************** END **/

/** HEADLINES ************************************ START **/

.moduletable h2 {
    font-weight: 300;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.5px;
    color: var(--whitetext);
    margin-bottom: 48px;
}

/** HEADLINES ************************************ END **/

/** HEADER *************************************** START **/

header {
    margin: 0 -30px;
}

body header .header-top {
    background: rgba(255,255,255,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 26px 30px;
    border-bottom: 1px solid rgba(255,255,255,0);
    z-index: 9999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body.dark header .header-top {
    background: rgba(255,255,255,1);
}

body.noimage.dark header .header-top {
    background: rgba(36,36,40,0);
}

header .header-top.darkHeader {
    background: rgba(36,36,40,1);
    padding: 6px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

body.dark header .header-top.darkHeader {
    background: rgba(255,255,255,1);
    padding: 6px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

body.noimage.dark header .header-top.darkHeader {
    background: rgba(255,255,255,1);
}

header .header-top #logo {
    z-index: 9999999;
}

header .header-top #logo .moduletable {
    padding: 16px 0px;
}

header .header-top #logo .moduletable p {
    margin: 0;
}

header .header-top  #logo .moduletable img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body.dark header .header-top #logo .moduletable img {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

body.noimage.dark header .header-top  #logo .moduletable img {
    filter: invert(0%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(100%) contrast(89%);
}

body.dark header .header-top.darkHeader #logo .moduletable img {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

header .header-top nav#navbar .dj-megamenu-wrapper {
    text-align: right;
    float: right;
}

header .header-top nav#navbar .mod-custom.custom {
    float: right;
}

header .header-top nav#navbar .mod-custom.custom p {
    margin: 0;
    overflow: auto;
}

header .header-top nav#navbar .mod-custom.custom button.darkmode {
    background: url(../images/sun.svg) no-repeat;
    background-size: 22px;
    background-position: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding:0;
    border: none;
    width: 24px;
    height:24px;
    float: left;
    margin: 1.2rem 0 18px 30px;
    /*-webkit-margin-before:21px;*/
    /*-webkit-margin-after: 21px;*/
    filter: invert(0%) sepia(0%) saturate(431%) hue-rotate(162deg) brightness(100%) contrast(100%);
}

body.home header .header-top nav#navbar .mod-custom.custom button.darkmode  {
    display: none;
}

body.dark header .header-top nav#navbar .mod-custom.custom button.darkmode {
    background: url(../images/moon.svg) no-repeat;
    background-size: 18px;
    background-position: center;
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

body.noimage.dark header .header-top nav#navbar .mod-custom.custom button.darkmode {
    filter: invert(0%) sepia(0%) saturate(431%) hue-rotate(162deg) brightness(100%) contrast(100%);
}

body.noimage.dark header .header-top.darkHeader nav#navbar .mod-custom.custom button.darkmode {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

header .header-top nav#navbar .mod-custom.custom button.darkmode:hover {
    filter: invert(10%) sepia(9%) saturate(2159%) hue-rotate(29deg) brightness(87%) contrast(101%)!important;
}


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

    body header .header-top nav#navbar .mod-custom.custom button.darkmode {
        position: absolute;
        right: 100px;
        margin: 17px 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    body header .header-top.darkHeader nav#navbar .mod-custom.custom button.darkmode {
        margin: 19px 0;
    }

    body.home header .header-top nav#navbar .mod-custom.custom button.darkmode  {
        display: block;
    }

    body.home .header-bottom button.darkmode {
        display: none;
    }

    body.home .header-bottom .container .moduletable .row {
        display: block;
    }

    body.home .header-bottom .container .moduletable .col-6 {
        width: 100%;
    }

}

@media (min-width: 1024px) {
  header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu {
    display: inline-flex;
}
}


header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li {
    background: transparent;
    z-index: auto!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #FFFFFF!important;
    position: relative;
    z-index: 999999;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a span {
    color: #FFFFFF!important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body.dark:not(.dj-megamenu-overlay) header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a span {
    color: #242428!important;
}

body.noimage.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a span {
    color: #ffffff!important;
}

body.noimage.dark:not(.dj-megamenu-overlay) header .header-top.darkHeader nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a span {
    color: #242428!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a.active span.name {
    color: var(--green);
}

body #wrapper header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.hover a.dj-up_a span,
body #wrapper header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a:hover span,
body #wrapper header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a.active span {
    color: var(--green)!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up:last-child a.dj-up_a {
    padding-right: 0;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a:hover {

}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a span.dj-drop {
    padding:0;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a span.dj-drop span.arrow {
    display: none;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a span.dj-drop span.arrow {
    display: inline-block;
    font-family: inherit;
    background: url("../images/chevron.svg") no-repeat;
    width: 18px;
    height: 18px;
    right: -3px;
    top: 21px;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 > a span.toggler,
aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 li > a span.toggler {
    display: inline-block;
    font-family: inherit;
    /** changing image is causing an issue with transform on macos, solved by using single image and filter **/
    /*background: url("../images/chevron.svg") no-repeat;*/
    background: url("../images/chevron-color.svg") no-repeat;
    filter: brightness(0) invert(1);
    background-position: center center !important;
    background-size: 36px !important;
    width: 36px;
    height: 36px;
    right: 0;
    position: absolute;
    top: 0;
    padding: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-sizing: content-box;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 > a span.toggler:before,
aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 li > a span.toggler:before {
    display: none;
}

body.noimage.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a span.dj-drop span.arrow {
    /** changing image is causing an issue with transform on macos, solved by using single image and filter **/
    /*background: url("../images/chevron.svg") no-repeat;*/
    background: url("../images/chevron-color.svg") no-repeat;
    filter: brightness(0) invert(1);
}

body.dark aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 > a span.toggler,
body.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a span.dj-drop span.arrow,
body.noimage.dark:not(.dj-megamenu-overlay) header .header-top.darkHeader nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a span.dj-drop span.arrow,
body.dark aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 li > a span.toggler {
    /** changing image is causing an issue with transform on macos, solved by using single image and filter **/
    /*background: url("../images/chevron-dark.svg") no-repeat;    */
    background: url("../images/chevron-color.svg") no-repeat;
    filter: brightness(0) invert(0);
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103.active > a span.toggler,
body.dark aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103.active > a span.toggler,
aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 li.active > a span.toggler,
body.dark  aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 li.active > a span.toggler,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103.active a.dj-up_a span.dj-drop span.arrow,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103.hover a.dj-up_a span.dj-drop span.arrow,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a:hover span.dj-drop span.arrow,
body.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103.active a.dj-up_a span.dj-drop span.arrow,
body.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103.hover a.dj-up_a span.dj-drop span.arrow,
body.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a:hover span.dj-drop span.arrow {
    /** changing image is causing an issue with transform on macos, solved by using single image and filter **/
    background: url("../images/chevron-color.svg") no-repeat;
    filter: none;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103.active > a span.toggler,
body.dark aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103.active > a span.toggler,
aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 li.active > a span.toggler,
body.dark  aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-103 li.active > a span.toggler,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103.hover a.dj-up_a span.dj-drop span.arrow,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a:hover span.dj-drop span.arrow,
body.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103.hover a.dj-up_a span.dj-drop span.arrow,
body.dark header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid103 a.dj-up_a:hover span.dj-drop span.arrow {
    transform: rotate(180deg);
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up a.dj-up_a span.dj-drop span.arrow:before {
    display: none;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap {
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100vw!important;
    height: 100vh!important;
    margin: 0!important;
    pointer-events: none;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid102 .dj-subwrap,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid106 .dj-subwrap {
    display: none;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in {
    background: transparent;
    width: 100%!important;
    max-width: 1140px;
    position: absolute!important;
    top: 86px!important;
    left: 50%!important;
    margin: 0!important;
    padding-top: 90px;
    -webkit-gap: 24px;
    gap: 24px;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    pointer-events:all!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol {
    width: 100%!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu {
    width: 100%!important;
    text-align: left!important;
    margin: 0!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more-active {
    background: transparent;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more span.title,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more-active span.title {
    display: block;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.25px;
    color:#fafafa;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #fafafa;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more span.title span,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more-active span.title span {
    color:#fafafa!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more span.arrow,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a.dj-more-active span.arrow {
    display: none;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li ul.dj-subtree {
    margin: 5px 0 5px 12px !important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li ul.dj-subtree li {
    list-style: none;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li ul.dj-subtree li a {
    font-size: 20px;
    font-weight: 200;
    line-height: 100%;
    color: var(--whitetext);
    padding: 7px 0;
    text-decoration: none;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li ul.dj-subtree li a span {
    color: #fafafa!important;
}

header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li ul.dj-subtree li a.active span.title span.name,
header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li ul.dj-subtree li a:hover span.title span.name {
    color: #A8D45A!important;
}

header .header-bottom {
    position: relative;
    overflow: hidden;
}

header .header-bottom .moduletable {
    width: 100vw;
    position: relative;
    left: 50%;
    float: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

header .header-bottom p {
    margin: 0;
}

header .header-bottom video {
    width: 100vw;
    height: 80vh;
    float: left;
    object-fit: cover;
}

header .header-bottom img {
    width: 100vw;
    float: left;
}

header .header-bottom img:before {
    content: '';
    background: rgba(0,0,0,0.3);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

header .header-bottom .moduletable.darkmode {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1140px;
    padding-bottom: 84px;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 99;
}

header .header-bottom .moduletable.darkmode .mod-custom:after {
    display: none;
}

header .header-bottom .moduletable.darkmode .mod-custom .col-6:first-child:before {
    content: '';
    background: url(../images/showcase-divider.svg) no-repeat;
    position: absolute;
    bottom:0;
    left:40px;
    width: 6px;
    height: 81px;
}

header .header-bottom .moduletable.darkmode .mod-custom .col-6:last-child {
    text-align: right;
}

header .header-bottom .moduletable.darkmode .mod-custom .col-6 p {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 0;
    padding: 4px 0;
}

header .header-bottom .moduletable.darkmode .mod-custom .col-6 button {
    background: url(../images/sun.svg) no-repeat;
    background-size: 22px;
    background-position: left center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 0 4px 30px;
    border: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body.dark header .header-bottom .moduletable.darkmode .mod-custom .col-6 button {
    background: url(../images/moon.svg) no-repeat;
    background-size: 18px;
    background-position: left center;
}

body header .header-bottom .moduletable.darkmode .mod-custom .col-6 button.toggle:after {
    content: 'ES WERDE TAG';
}

body.dark header .header-bottom .moduletable.darkmode .mod-custom .col-6 button.toggle:after {
    content: 'ES WERDE NACHT';
}

body header .header-bottom .moduletable.darkmode .mod-custom .col-6 button.toggle:hover {
    filter: invert(10%) sepia(9%) saturate(2159%) hue-rotate(29deg) brightness(87%) contrast(101%)!important;
}

header .header-bottom .moduletable .subheader100,
header .header-bottom .moduletable .subheader50 {
    background-size: cover;
    background-position: center;
    height: 70vh;
}

header .header-bottom .moduletable.jobs .subheader100 {
    height: 40vh;
}

header .header-bottom .moduletable .subheader100:before {
    content: '';
    background: linear-gradient(0deg, rgba(36,36,40,1) 0%, rgba(36,36,40,0.8) 13%, rgba(36,36,40,0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

header .header-bottom .moduletable .mod-custom:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 9;
}

header .header-bottom .moduletable .mod-custom.subheader50:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
}

header .header-bottom .moduletable .subheader50 .mod-custom-image {
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

header .header-bottom .moduletable .subheader100 .mod-custom-inner,
header .header-bottom .moduletable .subheader50 .mod-custom-inner {
    width: 100%;
    max-width: 1200px;
    position: relative;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
    margin: 0 auto;
    z-index: 999;
}

@media (max-width: 979px) {
    header .header-bottom .moduletable .subheader100 .mod-custom-inner,
    header .header-bottom .moduletable .subheader50 .mod-custom-inner {
        padding: 0 25px;
    }
}

header .header-bottom .moduletable .subheader100 .mod-custom-inner .inner,
header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner {
    width: 50%;
}

@media (max-width: 979px) {
    header .header-bottom .moduletable .subheader100 .mod-custom-inner .inner,
    header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner {
        width: 100%;
    }
}

header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner {
    padding-right: 100px;
}

header .header-bottom .moduletable .subheader100 .mod-custom-inner .inner h1,
header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner h1 {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FAFAFA;
    margin: 0;
}

header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner h1 {
    color: var(--whitetext);
}

header .header-bottom .moduletable .subheader100 .mod-custom-inner .inner p {
    font-weight: 100;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1px;
    color: #FAFAFA;
    margin: 0;
}

header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner p {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: var(--whitetext);
    margin: 0;
}

header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner a.btn {
    background: #A8D45A;
    min-width: 260px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #242428!important;
    padding: 10px 24px 10px 24px;
    border-radius: 0;
    margin-top: 48px;
}

/* ----> MENU ICON ---- */

.dj-mobile-open-btn {
    position: absolute;
    top: 10px;
    right: 30px;
}

.dj-mobile-open-btn label {
 display:flex;
  flex-direction:column;
  width:70px;
  cursor:pointer;
  transform: scale(0.5);
  margin-right: -8px;
}

.dj-mobile-open-btn label span {
  background: #fff;
  border-radius:10px;
  height:7px;
  margin: 7px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}

body.dark .dj-mobile-open-btn label span {
    background-color: #242428;
}

body.dark .header-top.darkHeader .dj-mobile-open-btn label span {
    background-color: #242428 !important;
}

.dj-mobile-open-btn span:nth-of-type(1) {
  width:50%;
  margin-left: 0!important;

}

.dj-mobile-open-btn span:nth-of-type(2) {
  width:100%;
  margin-left: 0!important;
}


.dj-mobile-open-btn span:nth-of-type(3) {
  width:75%;
  margin-left: 0!important;
}


.dj-mobile-open-btn input[type="checkbox"] {
  display:none;
}


.dj-offcanvas-open .dj-mobile-open-btn span:nth-of-type(1) {
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,0px)
}


.dj-offcanvas-open .dj-mobile-open-btn span:nth-of-type(2) {

  transform-origin:top;
  transform:rotatez(-45deg)
}


.dj-offcanvas-open .dj-mobile-open-btn span:nth-of-type(3) {

  transform-origin:bottom;
  width:50%;
  transform: translate(30px,-11px) rotatez(45deg);

}

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

body header .header-top nav#navbar .dj-mobile-open-btn {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body header .header-top.darkHeader nav#navbar .dj-mobile-open-btn {
    padding: 0;
    margin-top: -4px;
}

}


/** HEADER ***************************************** END **/

/** MAIN ***************************************** START **/

/* #main {
    display: none;
}*/

body.main #main {
    display: block;
    margin-bottom: 60px;
}

body.no-header #main {
    margin-top: 160px;
}

#main .page-header h1,
#main .page-header h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: var(--whitetext);
    margin-bottom: 48px;
}

.container .moduletable h1,
.container .moduletable h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    margin-top: -4px;
    margin-bottom: 48px;
}

.component-bottom-1 {
    margin-bottom: 60px;
}

.component-bottom-1 .container {
    padding:0;
}


/** MAIN ******************************************* END **/

/** STANDARD INNER ******************************* START **/

.moduletable.standard-inner h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    margin-top: -4px;
}

.container .moduletable .grey-box {
    background: #3A3A40;
    padding: 50px 75px;
    margin-top: 48px;
}

body.dark .container .moduletable .grey-box {
    background: rgba(0,0,0,0.03);
}

.container .moduletable .grey-box h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    color: var(--whitetext);
    margin-bottom: 15px;
}


/** STANDARD END ********************************* START **/

/** BLOG & JOBS & ARBEITEN *********************** START **/

body.blog .blog-header,
body.jobs .blog-header,
body.arbeiten .blog-header {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

body.blog .blog-header,
body.arbeiten .blog-header {
    height: 70vh;
}

body.jobs .blog-header {
    height: 40vh;
}

body.blog .blog-header .item-image,
body.jobs .blog-header .item-image,
body.arbeiten .blog-header .item-image {
    width: 50%;
    height: 100%;
    float: right;
    margin: 0;
}

body.jobs .blog-header .item-image,
body.arbeiten .blog-header .item-image {
    width: 100%;
}

body.jobs .blog-header .item-image:before,
body.arbeiten .blog-header .item-image:before {
    content: '';
    background: linear-gradient(0deg, rgba(36,36,40,1) 0%, rgba(36,36,40,0.84) 13%, rgba(36,36,40,0) 50%);
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

body.jobs .blog-header .item-image:after,
body.arbeiten .blog-header .item-image:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

body.blog .blog-header .item-image img,
body.jobs .blog-header .item-image img,
body.arbeiten .blog-header .item-image img {
    width:100%;
    height: 100%;
    object-fit:cover;
    object-position: center top;
}

body.blog .blog-header .blog-headline,
body.jobs .blog-header .blog-headline,
body.arbeiten .blog-header .blog-headline {
    width: 100vw;
    max-width: 1200px!important;
    position: absolute;
    bottom: 80px;
    left:50%;
    transform:translateX(-50%);
    padding: 0 40px!important;
    z-index: 99;
}

body.jobs .blog-header .blog-headline {
    bottom: 15%;
}

body.blog .blog-header .blog-headline .blog-headline-inner,
body.jobs .blog-header .blog-headline .blog-headline-inner,
body.arbeiten .blog-header .blog-headline .blog-headline-inner {
    width: 100%;
    max-width: 850px;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info {
    overflow: auto;
    margin-bottom: 0;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info dd,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info dd,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info dd {
    float: left;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info .article-info-term,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .article-info-term,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .article-info-term {
    display: none;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .category-name,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .category-name {
    position: relative;
    padding-right: 16px;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name:before,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .category-name:before,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .category-name:before {
    content: '';
    background: var(--whitetext);
    position: absolute;
    right: 0px;
    top:6px;
    width: 1px;
    height: 16px;
}

body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .category-name:before {
    display: none;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info .published,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .published,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .published {
    padding-left: 16px;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name span.icon-folder-open,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .category-name span.icon-folder-open,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .category-name span.icon-folder-open {
    display: none;
}

body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name span,
body.blog .blog-header .blog-headline .blog-headline-inner .article-info .published time,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .category-name a,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .published time,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .category-name a,
body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .published time,
body.arbeiten .blog-header .blog-headline .blog-headline-inner ul.tags li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--whitetext);
    margin-top: 0;
    pointer-events:none;
}

body.arbeiten .blog-header .blog-headline .blog-headline-inner .article-info .published time,
body.arbeiten .blog-header .blog-headline .blog-headline-inner ul.tags li a {
    color:#ffffff;
}

body.arbeiten .blog-header .blog-headline .blog-headline-inner ul.tags {
   margin-bottom: 0.5rem;
}

body.arbeiten .blog-header .blog-headline .blog-headline-inner ul.tags li a {
    background: transparent;
    border: 0;
    min-width: 1px;
    padding: 0;
}


body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .category-name a,
body.jobs .blog-header .blog-headline .blog-headline-inner .article-info .published time {
    color:#ffffff;
}



body.blog #main .blog-header .blog-headline .blog-headline-inner .page-header h1,
body.arbeiten #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
    font-weight: 100;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1px;
    color: var(--whitetext);

}

body.arbeiten #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
    color:#ffffff;
}

body.jobs #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
    color:#ffffff;
    margin-bottom: 0;
}

body.blog #main .com-content-article__body {
    width: 100%;
    max-width: 555px;
    margin: 136px auto 136px;
}

body.arbeiten #main .com-content-article__body {
    width: 100%;
    max-width: 945px;
    margin: 136px auto 136px;
}

body.arbeiten #main .com-content-article__body img {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
}

body.arbeiten #main .com-content-article__body img,
body.arbeiten #main .com-content-article__body .moduletable {
    margin-bottom: 160px;
}

body.arbeiten #main .com-content-article__body .content-top-grid .moduletable {
    margin-bottom: 0;
}

body.blog #main .com-content-article__body h2 {
    font-weight: 300;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.5px;
    color: var(--whitetext);
    margin-bottom: 24px;
    margin-top: 32px;
}

body.blog #main .com-content-article__body p,
body.blog #main .com-content-article__body ul li,
body.blog #main .com-content-article__body ol li {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
}

body.blog .moduletable.newsflash.headline h2 {
    display: block;
}

body.blog #main .com-content-article__body img {
    width: 100%;
    height: auto;
}

body.jobs #main .content-bottom-inner .container {
    width: 100%;
    max-width: 945px!important;
    padding: 0;
}

body.jobs #main .content-bottom-inner .moduletable {
    padding: 136px 0 160px 0;
}

body.arbeiten ss3-force-full-width {
    width: 100vw;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%)!important;
}

body.arbeiten ss3-force-full-width .n2-ss-slider-wrapper-inside .n2_ss__touch_element {
    width: 100%;
}

body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
    background: #3A3A40;
    height: 160px;
    max-width: 1440px;
    bottom: 0;
}

body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:first-child {
    display: none;
}

body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%!important;
    transform: translateY(-50%) translateX(-50%);
}

body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom {
    bottom: 30px;
}

body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom .n2-ss-widget.nextend-arrow:first-child,
body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom .n2-ss-widget.nextend-arrow:last-child {
    display: block!important;
}


/** BLOG & JOBS & ARBEITEN ************************* END **/

/** CARTS **************************************** START **/

.paket {
    display:flex;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

.paket .grid {
    background: #3A3A40;
    position: relative;
    padding: 50px 35px 86px;
    margin: 0 15px;
    flex: 1;
}

body.dark .paket .grid {
    background: rgba(0,0,0,0.03);
}

.paket .grid .headline {
    margin-bottom: 50px;
}

.paket .grid .headline h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: var(--whitetext);
    margin-bottom: 15px;
}

.paket .grid .headline p {
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: var(--whitetext);
}

.paket .grid .price {
    display: table;
    margin: 0 auto 50px;
    text-align: center;
}

.paket .grid .price h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: right;
    color: var(--whitetext);
    margin-bottom: 6px;
}

.paket .grid .price p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    color: var(--whitetext);
}

.paket .grid .desc {
    margin-bottom: 100px;
}

.paket .grid .button {
    width: 100%;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    bottom:50px;
    text-align: center;
}

.paket .grid .button .btn {
    width: 80%;
    min-width: 1px;
    margin:0;
}

.paket .choosen
{
  border: 3px solid;
  border-color: var(--green)!important;
}

/** CARTS ****************************************** END **/

/** Content Logo Carousel ******************************** START **/

.content-logo-carousel .container .moduletable {
    padding: 88px 0 0;
}
/** Content Logo Carousel ********************************** END **/

/** CONTENT TOP 1 ******************************** START **/

.content-top-1 .container .moduletable {
    max-width: 944px;
    margin: 0 auto;
    padding: 0 0 160px 0;
}

.arbeiten main,
.blog main {
    padding-top: 117px;
}

.content-top-1 .container .moduletable {
    padding: 136px 0 24px 0;
}

.content-top-1 .container .moduletable.bigger {
    padding-top: 248px;
}

.content-top-1 .container .moduletable .mod-custom {
    font-weight: 300;
    /*font-size: 16px;*/
   /* line-height: 24px;*/
  	font-size: 18px;
  	line-height: 24px;
    letter-spacing: 0.5px;
}

@media (min-width: 944px) {
    .content-top-1 .container .moduletable.pr-113 .row > .col-6 {
        padding-right: 113px;
    }
    .content-top-1 .container .moduletable.pr-110 .row > .col-6 {
        padding-right: 110px;
    }
}


/** CONTENT TOP 1 ********************************** END **/

/** CONTENT TOP 2 ******************************** START **/

.arbeiten .content-top-2 .container .moduletable,
.blog .content-top-2 .container .moduletable {
    padding: 136px 0 0 0;
}

.content-top-2 .container .moduletable.values {
    padding: 136px 0 160px 0;
}

.content-top-2 .container .moduletable.bigger {
    padding: 136px 0 160px 0;
}

.home .content-top-2 .container .moduletable:first-of-type {
    padding: 88px 0 0;
}

/** CONTENT TOP 2 ********************************** END **/

/** CONTENT TOP 3 ******************************** START **/

.content-top-3 .container .moduletable {
    padding: 136px 0 160px 0;
}

/** CONTENT TOP 3 ********************************** END **/

/** CONTENT TOP 4 ******************************** START **/

.content-top-4 .container .moduletable {
    padding: 136px 0 160px 0;
}

/** CONTENT TOP 4 ********************************** END **/

/** CONTENT TOP 2-COLUMN ************************* START **/

.container .moduletable .row.column-2  h1 {
    margin-bottom: 48px;
}

.container .moduletable .row.column-2  p {
    column-count: 2;
    column-gap: calc(var(--bs-gutter-x) * 1.5);
}

.container .moduletable h3, .container .moduletable .h3 {
    font-weight: 700;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
    margin-bottom: 16px;
}

.container .moduletable .col-md-6 p {
    font-weight: 300;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
}

.row.margin32 .mod-custom .row,
.margin32 .mod-custom.row .row {
    margin-bottom: 32px;
}


/** CONTENT TOP 2-COLUMN *************************** END **/

/** CONTENT TOP GRID ***************************** START **/

.content-top-grid .container,
.content-bottom-grid .container  {
    padding: 0 0 160px 0;
}

.content-top-grid .container .row,
.content-bottom-grid .container .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 22px;
}

.content-top-grid .container .row .moduletable .grid-item,
.content-bottom-grid .container .row .moduletable .grid-item {
    text-align: center;
}

.content-top-grid .container .row .moduletable .grid-item .mod-icon,
.content-bottom-grid .container .row .moduletable .grid-item .mod-icon {
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
}

body.dark .content-top-grid .container .row .moduletable .grid-item .mod-icon,
body.dark .content-bottom-grid .container .row .moduletable .grid-item .mod-icon {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

.content-top-grid .container .row .moduletable .grid-item h1,
.content-bottom-grid .container .row .moduletable .grid-item h1 {
    font-weight: 700;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--whitetext);
    margin-bottom: 8px;
}

.content-top-grid .container .row .moduletable .grid-item p,
.content-bottom-grid .container .row .moduletable .grid-item p {
    font-weight: 300;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--whitetext);
}

/** CONTENT TOP GRID ******************************* END **/

/** CONTENT BOTTOM SLIDER ************************ START **/

.content-bottom-slider .container .moduletable.slide {
    padding: 136px 0 160px 0;
}

/** CONTENT BOTTOM SLIDER ************************** END **/

/** CONTENT BOTTOM 1 ***************************** START **/


/** CONTENT BOTTOM 1 ******************************* END **/

/** CONTENT BOTTOM 2 ***************************** START **/

.content-bottom-2 .container .moduletable {
    padding: 136px 0 160px 0;
}

/** CONTENT BOTTOM 2 ******************************* END **/

/** CONTENT BOTTOM 3 ***************************** START **/

.content-bottom-3 .container .moduletable {
    padding: 136px 0 160px 0;
}

/** CONTENT BOTTOM 3 ******************************* END **/

/** CONTENT BOTTOM 4 ***************************** START **/

.content-bottom-4 .container .moduletable {
    padding: 0 0 160px 0;
}

/** CONTENT BOTTOM 4 ******************************* END **/

/** MODULETABLES ********************************* START **/

#wrapper .moduletable.smaller {
    max-width: 944px;
    margin: 0 auto;
    padding: 136px 0 160px 0;
}

/*---> FULL IMAGE */

.moduletable.full-image .mod-custom {
    background-size: cover;
    width: 100vw;
    height: 450px;
    position: relative;
    left: 50%;
    float: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.moduletable.full-image .mod-custom .mod-custom-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.moduletable.full-image .mod-custom .mod-custom-inner h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-bottom: 64px;
}

.moduletable.full-image .mod-custom .mod-custom-inner a {
    background: #A8D45A;
    display:block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #242428!important;
    padding: 12px 62px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.moduletable.full-image .mod-custom .mod-custom-inner a:hover {
    opacity: .8!important;
}

/** MODULETABLES *********************************** END **/

/** SLIDER BOTTOM ******************************** START **/

ss3-force-full-width {
    padding-bottom: 100px;
}

ss3-force-full-width  .n2-ss-slider-wrapper-inside .n2_ss__touch_element {
    width: calc(100% - 150px);
}



ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
    display: block;
    position: absolute;
    top: auto;
    bottom: -100px;
    height: 100px;
    width: 100%;
    max-width: 1116px;
    left: 50%;
    transform:translateX(-50%);
}

body.dark .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom * {
    color: var(--whitetext)!important;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div {
    margin: 0!important;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:first-child {
    position: absolute;
    top:50%;
    left:0;
    width: auto!important;
    transform:translateY(-50%);
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:first-child > div {
    background: transparent!important;
    font-size: 16px;
    padding: 0!important;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:first-child > div span {
    font-family: 'TT Interfaces'!important;
    font-size: 16px!important;
    font-style: normal!important;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:first-child > div span:before {
    content: "0";
    display: inline-block;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:first-child > div span:first-child:after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%!important;
    transform: translateY(-50%) translateX(-30%);
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child .nextend-bullet-bar {
    display: grid!important;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child .nextend-bullet-bar .n2-bullet {
    padding: 0!important;
    border-radius: 0!important;
    margin: 0!important;
    border: 1px solid RGBA(255,255,255,0.4)!important;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child .nextend-bullet-bar .n2-bullet.n2-active {
    border: 1px solid RGBA(255,255,255,0.7)!important;
}

body.dark ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child .nextend-bullet-bar .n2-bullet {
    padding: 0!important;
    border-radius: 0!important;
    margin: 0!important;
    border: 1px solid RGBA(0,0,0,0.4)!important;
}

body.dark ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child .nextend-bullet-bar .n2-bullet.n2-active {
    border: 1px solid RGBA(0,0,0,0.7)!important;
}


ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom {
    display: block;
    position: absolute;
    top: auto;
    bottom: -100px;
    height: 100px;
    width: 150px;
    right: 0;
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom .n2-ss-widget.nextend-arrow:first-child {
    position: absolute;
    top:50px;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: 0;
    transform:translateY(-50%) translateX(-140%);
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom .n2-ss-widget.nextend-arrow:last-child {
    position: absolute;
    top:50px;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: 0;
    transform:translateY(-50%) translateX(40%);
}

ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom .n2-ss-widget.nextend-arrow img {
    width:26px!important;
}

body.dark ss3-force-full-width  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom .n2-ss-widget.nextend-arrow img {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

/** SLIDER BOTTOM ********************************** END **/

/** SLIDER AGENCY ******************************** START **/

header .header-bottom .moduletable.slider {
    position: absolute;
    top: 200px;
    right: -230px;
    left: auto;
    width: 768px;
    transform: none;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-2 {
    background: transparent!important;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-3 {
    padding: 0!important;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slide {
    border-radius: 0!important;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls {
    display: block;
    width: calc(100% - 230px);
    position: absolute;
    bottom: 4px;
    top: auto;
    height: auto;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls .nextend-arrow-previous,
header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls .nextend-arrow-next {
    position: absolute;
    bottom: -110px;
    right: auto;
    left:0;
    margin: 0;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls .nextend-arrow-previous:hover,
header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls .nextend-arrow-next:hover {
    background: var(--green)!important;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls .nextend-arrow-next {
    left: 80px;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls #count {
    font-family: 'TT Interfaces'!important;
    font-size: 16px!important;
    font-style: normal!important;
    position: absolute;
    bottom: -90px;
}

header .header-bottom .moduletable.slider .n2-section-smartslider .n2-ss-slider-controls #count span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #fff;
    position: relative;
    top: -5px;
    margin: 0 10px;
}

/** SLIDER AGENCY ********************************** END **/

/** CONTENT QUOTE ******************************** START **/

.moduletable .quote-item {
    background-repeat: no-repeat;
    display: grid;
    grid-gap: 22px;
    grid-template-columns: 60% 10% 30%;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 15px;
}

.ja_slideintro .quote-item {
    grid-gap: 0;
}

body.dark .moduletable .quote-item {
    /*filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);*/
    background-image: url("../images/quote.svg") !important;
}

.moduletable .quote-item p:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 36px; /* before 21px*/
    line-height: 54px;
    letter-spacing: 0.25px;
    color: var(--whitetext);
    /*margin-bottom: 100px;*/
    display: block;
}

.moduletable .quote-item p {
    font-style: normal;
    font-weight: 100;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
}

/** CONTENT QUOTE ********************************** END **/

/** WIR BILDEN AUS QUOTE ******************************** START **/

.moduletable.wir-bilden-aus {
    max-width: 980px;
    margin: 0 auto;
}

.moduletable.wir-bilden-aus h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
}

.moduletable.wir-bilden-aus p {
    font-weight: 300;
}

@media (max-width: 767px) {
    .moduletable.wir-bilden-aus {
        text-align: center;
    }
    .moduletable.wir-bilden-aus img {
        margin-bottom: 30px;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 479px) {
    .moduletable.wir-bilden-aus h3 {
        font-size: 30px;
        line-height: 1.2;
    }
}

/** WIR BILDEN AUS QUOTE ******************************** END **/

/** FORM MODULE ********************************** START **/

.moduletable.form {
    max-width: 944px;
    margin: 0 auto;
}

.convertforms {
    background: transparent!important;
    width: 100%;
    max-width: 9999px;
}

.convertforms form .cf-form-wrap {
    padding: 0;
}

.convertforms form .cf-form-wrap .cf-fields {
    margin: 0!important;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group[data-type="turnstile"] {
  	margin: 0;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group {
    padding: 0!important;
    margin-bottom: 16px;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group.hidden {
    display: none;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input {
    display: flex;
    flex-direction: column;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-list {
    order:2;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-control-input-desc {
    order:1;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-control-input-desc p {
    font-family: 'TT Interfaces'!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 1.3!important;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-control-input-desc h3 {
    font-family: 'TT Interfaces'!important;
    font-weight: 400!important;
    font-size: 21px!important;
    line-height: 1.3!important;
    margin-top: 20px;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input h1 {
    font-family: 'TT Interfaces'!important;
    font-weight: 300!important;
    font-size: 56px!important;
    line-height: 1.1!important;
    margin-bottom: -60px!important;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input h2 {
    font-family: 'TT Interfaces'!important;
    font-weight: 400!important;
    font-size: 36px!important;
    line-height: 40px!important;
    margin-top: 160px!important;
    margin-bottom: 6px!important;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-label label {
    font-family: 'TT Interfaces';
    font-weight: 100;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
    margin-bottom: 4px;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input input {
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    border-radius: 4px!important;
    border: none;
    padding: 17px;
}

body.dark .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input input {
    border: 1px solid rgba(0,0,0,0.2);
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-radio-group,
.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group {
    margin-bottom: 14px;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-radio-group input,
.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input {
    opacity: 0;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-radio-group input + label,
.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input + label {
    position: relative;
    font-family: 'TT Interfaces';
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 16px!important;
    color: var(--whitetext);
    padding: 0!important;
    padding-left: 30px!important;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-radio-group input + label:before,
.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input + label:before {
    content: '';
    position: absolute;
    top:1px;
    left:0;
    display: block;
    width: 16px;
    height: 16px;
    border:2px solid var(--whitetext);
    border-radius: 50%;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input + label:before {
    border-radius: 1px;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-radio-group input + label:after,
.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input + label:after {
    content: '';
    background: var(--whitetext);
    position: absolute;
    top: 2px;
    left: 1px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input + label:after {
    border-radius: 1px;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-radio-group input:checked + label:after,
.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input:checked + label:after {
    opacity: 1;
}

.convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] {
    background: #A8D45A!important;
    border-radius: 0!important;
    width: 100%;
    max-width: 260px;
    margin-top: 20px;
}

.convertforms . form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] span.cf-btn-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #242428;
}

.convertforms .cf-response {
    border-radius: 0!important;
    background-color: transparent!important;
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 100px !important;
    color: var(--whitetext);
}

.content-top-1 .container {
    position: relative;
}

body .content-top-1 .moduletable.contact {
    background: #2E2E33;
    position: absolute;
    top: 183px;
    right: 0;
    width: 100%;
    max-width: 650px !important;
    padding: 48px 32px 32px !important;
    /*margin-top: -60px;*/
    /*margin-bottom: 140px!important;*/
    z-index: 9998;
}

@media (max-width: 980px) {
    body .content-top-1 .moduletable.contact {
        top: 374px;
        position: static;
        transform: none;
        margin-left: -16px;
        width: calc(100% + 32px) !important;
        background: var(--darkbg)!important;
        padding: 147px 16px 0 !important;
    }
    .moduletable.contact-toggle-ms .contact-close {
        display: none;
    }
    .container .moduletable.contact h2 {
        font-size: 20px;
        margin-bottom: 16px !important;
    }
    body,
    body header .header-top {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


body.dark .moduletable.contact {
    background:#f2f2f2;
}

body .moduletable.contact .convertforms .cf-control-group {
    margin-bottom: 20px;
}

body .moduletable.contact .convertforms .cf-control-group:last-of-type {
    margin-bottom: 0;
}

body .moduletable.contact .convertforms .cf-control-input {
    gap: 0;
}

body .moduletable.contact .convertforms button[type="submit"] {
    margin-top: 24px !important;
}

body .moduletable.contact h2 {
    margin-top: 0 !important;
    margin-bottom: 32px !important;
}

/** FORM MODULE ************************************ END **/

/** CONTACT TITLE MODULE ********************************** START **/

.content-top-1 .container .moduletable.contact-title {
    max-width: 1114px;
    margin: 0 auto;
    padding-top: 250px !important;
    padding-bottom: 0 !important;
}

@media (max-width: 980px) {
    .content-top-1 .container .moduletable.contact-title {
        padding-top: 150px !important;
    }
}

/** CONTACT TITLE MODULE ********************************** START **/

/** MAPS MODULE ********************************** START **/

.content-top-1 .container .moduletable.maps {
    padding-top: 0;
    padding-bottom: 0!important;
}

.moduletable.maps p {
    margin: 0;
}

.moduletable.maps .mod-custom {
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.moduletable.maps img {
    position: relative;
    width: 100vw;
    height: auto;
    object-fit: cover;
    height: 913px;
}

.moduletable.maps .marker-box {
    position: absolute;
    top: 18%;
    left: 25%;
    padding-bottom: 55px;
}

@media (min-width: 980px) and (max-width: 1024px) {
    .moduletable.maps .marker-box {
        top: 20%;
        left: 11%;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .moduletable.maps .marker-box {
        top: 20%;
        left: 16%;
    }
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .moduletable.maps .marker-box {
        top: 20%;
        left: 19%;
    }
}

@media (min-width: 1281px) and (max-width: 1360px) {
    .moduletable.maps .marker-box {
        top: 20%;
        left: 21%;
    }
}

@media (min-width: 1361px) and (max-width: 1441px) {
    .moduletable.maps .marker-box {
        top: 20%;
        left: 22%;
    }
}

@media (min-width: 1441px) and (max-width: 1900px) {
    .moduletable.maps .marker-box {
        top: 19%;
        left: 23%;
    }
}
@media (min-width: 2200px) {
    .moduletable.maps .marker-box {
        top: 17%;
        left: 26%;
    }
}

@media (min-width: 2500px) {
    .moduletable.maps .marker-box {
        top: 16%;
        left: 26%;
    }
}

@media (min-width: 2800px) {
    .moduletable.maps .marker-box {
        top: 15%;
        left: 27%;
    }
}

@media (min-width: 3800px) {
    .moduletable.maps .marker-box {
        top: 10%;
        left: 28%;
    }
}

.moduletable.maps .marker-box .marker {
    background: #242428;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 10px;
    height: 10px;
    border: 10px solid #A8D45A;
    border-radius: 50%;
    padding: 5px;
}

.moduletable.maps .marker-box .marker-content {
    background: #F5F9FC;
    color:#3B5266;
    position: relative;
    /*position: absolute;*/
    /*top: 585px;*/
    /*left: 230px;*/
    width: 280px;
    padding: 20px;
    border-radius: 5px;
    /*-webkit-transform:translateX(-50%) translateY(-50%);*/
    /*transform:translateX(-50%) translateY(-50%);*/
    filter: drop-shadow(0px 2px 30px rgba(48, 70, 89, 0.15));
}

.moduletable.maps .marker-box .marker-content:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #F5F9FC transparent transparent transparent;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}

.moduletable.maps .marker-box .marker-content p {
    margin-bottom: 10px;
}

.moduletable.maps .marker-box .marker-content p:last-child {
    margin: 0;
}

.moduletable.maps .marker-box .marker-content p,
.moduletable.maps .marker-box .marker-content p a {
    color:#3B5266;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.moduletable.maps .marker-box .marker-content .contact-toggle {
    color: #242428;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 23px;
    position: relative;
}

@media (max-width: 1180px) {
    .moduletable.maps .marker-box .marker-content .contact-toggle,
    .moduletable.maps .marker-box .marker-content .contact-toggle > span {
        cursor: pointer !important;
    }
}

.moduletable.maps .marker-box .marker-content .contact-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../images/email.svg") no-repeat;
    width: 14px;
    height: 10px;
}

.moduletable.maps .marker-box .marker-content .contact-toggle > span {
    color: #242428;
    cursor: pointer !important;
}

.moduletable.maps .marker-box .marker-content .contact-toggle > span:nth-child(1) {
    display: inline;
}

.moduletable.maps .marker-box .marker-content .contact-toggle > span:nth-child(2) {
    display: none;
}

.moduletable.maps .marker-box .marker-content .contact-toggle.active >span:nth-child(1) {
    display: none;
}

.moduletable.maps .marker-box .marker-content .contact-toggle.active >span:nth-child(2) {
    display: inline;
}

.moduletable.contact-toggle-ms {
    display: none;
}

.moduletable.contact-toggle-ms .contact-close {
    background: url("../images/close.svg") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 40px;
    right: 40px;
}

body.dark .moduletable.contact-toggle-ms .contact-close {
    background: url("../images/close-dark.svg") no-repeat;
}

.moduletable.contact-toggle-ms.active {
    display: block;
}

body .moduletable.maps p.lightmap {
    display: block;

}

body .moduletable.maps p.lightmap img.map-mobile {
    display: none;
}

.moduletable.maps .mod-custom > h2 {
    display: none;
    font-size: 20px;
    padding: 0 16px;
    margin-bottom: 32px !important;
    margin-top: 0 !important;
    line-height: 1.2;
}


@media (max-width: 980px) {
    .content-top-1 .container .moduletable.maps {
        padding-top: 50px!important;
    }
    body .moduletable.maps p.lightmap img.map-tablet {
        display: none;
    }
    body .moduletable.maps p.lightmap img.map-desktop {
        display: none;
    }
    body .moduletable.maps p.lightmap img.map-mobile {
        display: block;
        height: 420px;
    }
    .moduletable.maps .marker-box .marker-content .contact-toggle {
        display: none;
    }
    .moduletable.maps .marker-box .marker-content {
        font-size: 15px;
        line-height: 20px;
    }
    .moduletable.maps .marker-box .marker-content p:nth-child(2) {
        margin-bottom: 0;
    }
    .moduletable.contact-toggle-ms {
        display: block !important;
    }
    .moduletable.maps .mod-custom > h2 {
        display: block;
    }
    .moduletable.maps .marker-box {
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
    }
    .moduletable.maps .mod-custom {
        width: calc(100% + 32px);
        left: 0 ;
        transform: none;
        margin-left: -16px;
    }
}

/** MAPS MODULE ************************************ END **/

/** ACCORDION ************************************ START **/

#myAccordion .accordion-item {
    background:transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(250,250,250,0.35);
}

body.dark  #myAccordion .accordion-item {
    border-bottom: 1px solid rgba(0,0,0,0.35);
}

#myAccordion .accordion-item:last-child,
body.dark  #myAccordion .accordion-item:last-child {
    border-bottom: 0;
}

#myAccordion .accordion-item .accordion-header {
    margin-top: 0;
}

#myAccordion .accordion-item .accordion-header button.accordion-button {
    background: transparent;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
    border-radius: 0!important;
    padding: 16px 8px;
    outline: none!important;
    border: 0;
    box-shadow: none;
}

body.dark #myAccordion .accordion-item .accordion-header button.accordion-button {
 font-weight: 300;
}

#myAccordion .accordion-item .accordion-header button.accordion-button::after,
#myAccordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

body.dark #myAccordion .accordion-item .accordion-header button.accordion-button::after,
body.dark #myAccordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

#myAccordion .accordion-item .accordion-collapse .accordion-body {
    padding: 16px 8px;
}

#myAccordion .accordion-item .accordion-collapse .accordion-body p {
    font-weight: 100;
}





.mod-custom .accordion-item {
    background:transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(250,250,250,0.35);
}

body.dark  .mod-custom .accordion-item {
    border-bottom: 1px solid rgba(0,0,0,0.35);
}

.mod-custom .accordion-item:last-child,
body.dark  .mod-custom .accordion-item:last-child {
    border-bottom: 0;
}

.mod-custom .accordion-item .accordion-header {
    margin-top: 0;
  	font-size: calc(1.3rem + .6vw);
    font-weight: 500;
    line-height: 1.2;
  	margin-bottom:0;
  	letter-spacing: revert;
  color: inherit;
}

@media (min-width: 1200px) {
  .mod-custom .accordion-item .accordion-header {
    font-size: 1.75rem;
  }
}

.mod-custom .accordion-item .accordion-header button.accordion-button {
    background: transparent;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
    border-radius: 0!important;
    padding: 16px 8px;
    outline: none!important;
    border: 0;
    box-shadow: none;
}

body.dark .mod-custom .accordion-item .accordion-header button.accordion-button {
 font-weight: 300;
}

.mod-custom .accordion-item .accordion-header button.accordion-button::after,
.mod-custom .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

body.dark .mod-custom .accordion-item .accordion-header button.accordion-button::after,
body.dark .mod-custom .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
    filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}

.mod-custom .accordion-item .accordion-collapse .accordion-body {
    padding: 16px 8px;
}

.mod-custom .accordion-item .accordion-collapse .accordion-body p {
    font-weight: 100;
}


/** ACCORDION ************************************** END **/

/** BREADCRUMB *********************************** START **/

.breadcrumb {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.breadcrumb ol {
    padding: 32px 0!important;
}

.breadcrumb ol li a,
.breadcrumb ol li span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--whitetext);
}

.breadcrumb ol li a:hover span {
    color: var(--green);
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    margin-right: 14px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 13px;
    color: var(--whitetext);
    content: var(--bs-breadcrumb-divider, "›");
    font-size: 13px;
    line-height: 27px;
}

body.blog .breadcrumb .breadcrumb-item:nth-child(4),
body.blog .breadcrumb .breadcrumb-item:nth-child(5),
body.arbeiten .breadcrumb .breadcrumb-item:nth-child(4),
body.arbeiten .breadcrumb .breadcrumb-item:nth-child(5),
body.jobs .breadcrumb .breadcrumb-item:nth-child(4),
body.jobs .breadcrumb .breadcrumb-item:nth-child(5) {
    display: none;
}

/** BREADCRUMB ************************************* END **/

/** NEWSFLASH ************************************ START **/

.moduletable.newsflash ul li {
    position: relative;
    flex: 1 1 291px;
}

.moduletable.newsflash .newsflash-horiz li:first-child:last-child {
    max-width: 50%;
}

@media (max-width: 580px) {
    .moduletable.newsflash .newsflash-horiz li:first-child:last-child {
        max-width: 100%;
    }
}

.moduletable.newsflash ul li a.item-link {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.moduletable.newsflash ul li > a:hover {
    cursor: pointer;
}

.moduletable.newsflash ul li .newsflash-image {
    margin-bottom: 8px;
}

.moduletable.newsflash ul li .newsflash-image img {
    height: auto;
}

.moduletable.newsflash ul li span.category {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--whitetext);
    /*margin-bottom: 8px;*/
}

.moduletable.newsflash ul li h3.newsflash-title {
    margin-bottom: 0px;
}

.moduletable.newsflash ul li h3.newsflash-title a {
    font-weight: normal;
    /*font-size: 21px;*/
    /*line-height: 24px;*/
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.25px;
    color: var(--whitetext);
    display: block;
    text-decoration: none;
}

.moduletable.newsflash ul li .fields-container {
    max-width: 9999px;
}

.moduletable.newsflash ul li .itemtags a,
.moduletable.newsflash ul li .fields-container .field-value {
    background: transparent;
    font-weight: 300;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
  	font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.15px;
    color: var(--whitetext);
    text-align: left;
    text-transform: none;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border:none;
    pointer-events:none;
}

.moduletable.newsflash.jobs > ul {
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
}

.moduletable.newsflash.jobs > ul > li {
    background: #2E2E33;
    padding: 32px;
}

body.dark .moduletable.newsflash.jobs > ul > li {
    background: rgba(0,0,0,0.03);
}

.moduletable.newsflash.jobs > ul > li span.category {
    display: none;
}

.moduletable.newsflash.jobs > ul > li h3.newsflash-title a {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: var(--whitetext);
}

.moduletable.newsflash.jobs > ul > li > div > a.btn {
    margin-top: 24px;
    float: right;
    max-width: 180px;
}

body.arbeiten .moduletable.newsflash h2,
body.blog .moduletable.newsflash h2 {
    display: none;
}

body.main.arbeiten .moduletable.newsflash h2 {
    display: block;
}

body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal,
body.blog .moduletable.newsflash .mod-articlesnews-horizontal {
    display: flex!important;
    margin:0 -15px 1rem -15px;
    grid-gap: 0;
}

body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal > li,
body.blog .moduletable.newsflash .mod-articlesnews-horizontal > li {
    flex: 0 0 calc(33.3333% - 30px);
    max-width: 50%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 26px;
}

body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal > li:first-child,
body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal > li:nth-child(2) {
    flex: 0 0 calc(50% - 30px);
    max-width: 50%;
}

/** NEWSFLASH ************************************** END **/

/** CATEGORY BLOG ******************************** START **/

.com-content-category-blog .com-content-category-blog__items {
    display: flex!important;
    margin: 0 -15px 1rem -15px;
    grid-gap: 0;
    flex-wrap: wrap;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.3333% - 30px);
    max-width: 50%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 26px;
}

body.arbeiten .com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item:first-child,
body.arbeiten .com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item:nth-child(2) {
    flex: 0 0 calc(50% - 30px);
    max-width: 50%;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-image {
    margin-bottom: 8px;
}


.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-image img {
    width: 100%;
    height: 260px;
	object-fit: cover;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .page-header h2,
.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .page-header h3 {
    margin-bottom: 8px!important;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .page-header h2 a,
.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .page-header h3 a {
    font-weight: normal;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: var(--whitetext);
    display: block;
    text-decoration: none;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info {
    margin-bottom: 8px;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info dd.published {
    display: none;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info .category-name a,
.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info .category-name span {
    display: block;
    font-weight: 100;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--whitetext);
    margin-bottom: 0;
}

.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .fields-container .field-entry .field-value {
    background: transparent;
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--whitetext);
    text-align: left;
    text-transform: none;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    pointer-events: none;
}

/** CATEGORY BLOG ********************************** END **/

/** MENU FILTER ********************************** START **/

.moduletable.filter {
    margin-bottom: 60px;
}

.moduletable.filter.mobile {
    display: none;
}

.moduletable.filter .mod-menu li {
    margin-right: 29px;
    margin-bottom: 20px;
}

.moduletable.filter .mod-menu li:last-child {
    margin: 0;
}

.moduletable.filter .mod-menu li a {
    background: #fafafa;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #242428;
    padding: 7px 32px 9px;
    border-radius: 50px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body.dark .moduletable.filter .mod-menu li a {
    background: rgba(0,0,0,0.03);
}

.moduletable.filter .mod-menu li.current a,
.moduletable.filter .mod-menu li:hover a,
body.dark .moduletable.filter .mod-menu li.current a,
body.dark .moduletable.filter .mod-menu li:hover a {
    background: var(--green);
}

.moduletable.filter .mod-menu li:hover a,
body.dark .moduletable.filter .mod-menu li:hover a {
    color:#ffffff!important;
}

/** MENU FILTER ************************************ END **/

/** UNSERE KUNDEN ******************************** START **/

.moduletable.kunden .mod-custom {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.moduletable.kunden .mod-custom p {
    flex: 17% !important;
    text-align: center;
    /*margin-bottom: 6%;*/
    /* margin: 5%;*/
    margin: 5%;
}

.moduletable.kunden .mod-custom p img {
    /*width: 100%;*/
  	width: auto;
    height: auto;
  	filter: grayscale(1) invert(1) brightness(1);
  	max-height: 100px;
  	max-width: 189.733px;
}

.dark .moduletable.kunden .mod-custom p img {

    filter: grayscale(1) invert(0) brightness(1);
}

.moduletable.kunden .mod-custom p img:hover {
  filter: unset;
  transition: 0.7s;
}

/** UNSERE KUNDEN ********************************** END **/

/** FOOTER BOTTOM ******************************** START **/

.footer-bottom {
    position: relative;
    padding: 50px 0 110px 0;
}

@media (max-width: 767px) {
    .footer-bottom {
        padding: 50px 0;
    }
}

.footer-bottom:before {
    content: '';
    background: rgba(255,255,255,0.1);
    width: calc(100% - -60px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-bottom .moduletable .mod-custom p {
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 140%;
    color: var(--whitetext);
    margin: 0;
}

.footer-bottom .moduletable .mod-custom p a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    color: var(--whitetext);
    text-decoration: none;
}

/** FOOTER BOTTOM ********************************** END **/

/** FOOTER *************************************** START **/

.footer {
    margin-bottom: 150px;
}

@media (max-width: 767px) {
    .footer {
        margin-bottom: 50px;
    }
}

.footer .moduletable .mod-menu li {
    margin-right: 34px;
    padding: 7px 0px;
}

.footer .moduletable .mod-menu li:last-child {
    margin-right: 0;
}

.footer .moduletable .mod-menu li a {
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 140%;
    text-decoration: none;
    color: var(--whitetext);
    opacity: 0.5;
}

.footer .moduletable .mod-custom {
    text-align: right;
}

/** FOOTER ***************************************** END **/

/** OFF CANVAS *********************************** START **/

.dj-megamenu-wrapper .dj-mobile-open-btn {
    background: transparent!important;
    padding:13px 0;
    border-radius: 0;
}

.dj-megamenu-wrapper .dj-mobile-open-btn span {
    font-size: 30px;
    float: left;
}

aside.dj-offcanvas {
    background: rgb(36, 36, 40);
    width: 100%;
    padding: 12rem 4rem;
}

/*body.dark aside.dj-offcanvas {*/
/*    filter: invert(1) brightness(1) contrast(1.5);*/
/*}*/

aside.dj-offcanvas .dj-offcanvas-top {
    display: none;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem > a {
    background: transparent;
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #f8f8f8;
    text-decoration: none;
    padding: 20px 15px;
    cursor: pointer;
    border-top: 1px solid rgba(255,255,255,0.05);
}


aside.dj-offcanvas ul.dj-mobile-dark * {
    color:#ffffff!important;
}


aside.dj-offcanvas ul.dj-mobile-dark .dj-mobile-nav-child {
    /*background: rgba(0, 0, 0, 0.1);*/
    padding: 0px;
}

aside.dj-offcanvas ul.dj-mobile-dark .dj-mobile-nav-child a {
    padding: 20px 30px!important;
}

aside.dj-offcanvas ul.dj-mobile-dark .dj-mobile-nav-child .dj-mobile-nav-child  {
}

aside.dj-offcanvas ul.dj-mobile-dark .dj-mobile-nav-child .dj-mobile-nav-child {
    margin: 0;
    padding: 0px;
}

aside.dj-offcanvas ul.dj-mobile-dark .dj-mobile-nav-child .dj-mobile-nav-child a {
    padding: 20px 45px!important;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-102 span.toggler,
aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-102 .dj-mobile-nav-child,
aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-106 span.toggler,
aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.itemid-106 .dj-mobile-nav-child {
    display: none!important;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.active > a span {
    color: var(--green)!important;
}

/** OFF CANVAS ************************************* END **/

/** DOWNLOADS *************************************** START **/


.moduletable.downloads {
    max-width: 944px;
    margin: 0 auto
}

.moduletable.downloads ul.downloads {
    display: block!important;
    margin-bottom: 120px;
}

.moduletable.downloads ul.downloads > li {
    background: #2E2E33;
    position: relative;
    display: flex;
    padding-left: 292px;
    margin-bottom: 40px;
}

.moduletable.downloads ul.downloads > li {
    background: #2E2E33;
}

body.dark .moduletable.downloads ul.downloads > li {
    background: rgba(0,0,0,0.03);
}

.moduletable.downloads ul.downloads > li > a {
    display: none;
}

.moduletable.downloads ul.downloads > li .newsflash-image {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    max-width: 292px;
    height: 100%;
    margin: 0;
}

.moduletable.downloads ul.downloads > li .newsflash-image img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-right: 30px solid var(--darkbg);
}

.moduletable.downloads ul.downloads > li span.category {
    font-family: 'TT Interfaces';
    font-style: normal;
    font-weight: 100;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 24px 24px 3px 24px;
    order:1;
}

.moduletable.downloads ul.downloads > li h2.newsflash-title {
    font-family: 'TT Interfaces';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: var(--whitetext);
    padding: 0 24px 8px 24px;
    margin: 0;
    order:2;
}

.moduletable.downloads ul.downloads > li div.itemtags {
    padding: 0 24px;
    margin-bottom: 24px;
    order:3;
}

.moduletable.downloads ul.downloads > li div.itemtags a.btn {
    background: transparent;
    font-family: 'TT Interfaces';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--whitetext);
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: inherit;
    display: block;
    width: auto;
    pointer-events:none;
}

.moduletable.downloads ul.downloads > li > p {
    font-family: 'TT Interfaces';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: var(--whitetext);
    padding: 0 24px;
    margin-bottom: 20px;
    order:4;
}

.moduletable.downloads ul.downloads > li > p a {
    background: #A8D45A;
    display: inline-block;
    font-family: 'TT Interfaces';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #242428!important;
    padding: 12px 32px;
    margin-top: 80px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.moduletable.downloads ul.downloads > li > p a:hover {
    opacity: 0.8!important;
}

/** DOWNLOADS ***************************************** END **/

/** NEWSLETTER ************************************** START **/

.moduletable.newsletter .convertforms form .cf-form-wrap .cf-fields {

}

.moduletable.newsletter .convertforms form .cf-form-wrap .cf-control-group {
    margin: 0;
  flex: 0 0 50%;
}

.moduletable.newsletter .convertforms form .cf-form-wrap .cf-control-group .cf-control-input input {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #242428;
    height: 45px;
    /*padding: 12px;*/
    /*border-radius: 0!important;*/
}

.moduletable.newsletter .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] {
    /*height: 40px;*/
    color:#242428!important;
    margin: 0;
    margin-left: 8px;
    line-height: 23px;
}

.moduletable .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] span {
    font-family: 'TT Interfaces'!important;
    color:#242428!important;
    text-transform: uppercase!important;
}

/** NEWSLETTER **************************************** END **/

/** REFERENZEN VIDEO ******************************** START **/

li.field-entry.video-old,
li.field-entry.video-older {
    font-size: 1vw;
}

li.field-entry.video-old span.field-value,
li.field-entry.video-older span.field-value {
    width: 945px;
    position: relative;
    left: 50%;
    overflow: hidden;
    display: block;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

li.field-entry.video-old span.field-value video {
    max-width: inherit!important;
    float: left;
    margin: -134px -70px -146px;
    width: calc(100% - -140px);
}

li.field-entry.video-older span.field-value video {
    max-width: inherit!important;
    float: left;
    margin: -56px -131px -58px;
    width: calc(100% - -262px);
}

/** REFERENZEN VIDEO ********************************** END **/

/** PAGINATION ************************************** START **/

.com-finder__counter,
.com-content-category-blog__navigation .com-content-category-blog__counter {
    float: left!important;
    padding: 6px 0!important;
}

body .com-finder__pagination,
.com-content-category-blog__navigation .com-content-category-blog__pagination {
    float: right;
    width: auto !important;
}

nav.pagination__wrapper ul li.page-item .page-link {
    background: transparent!important;
    color: var(--whitetext)!important;
    border: none!important;
}

nav.pagination__wrapper ul li.page-item .page-link .icon-angle-left {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjRkZGRkZGIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+) no-repeat;
    background-size: 22px;
    background-position: center;
    display: block;
    height: 26px;
    width: 26px;
}

nav.pagination__wrapper ul li.page-item .page-link .icon-angle-right {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNGRkZGRkYiIG9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=) no-repeat;
    background-size: 22px;
    background-position: center;
    display: block;
    height: 26px;
    width: 26px;
}

body.dark nav.pagination__wrapper ul li.page-item .page-link .icon-angle-left,
body.dark nav.pagination__wrapper ul li.page-item .page-link .icon-angle-right {
    filter: invert(0%) sepia(0%) saturate(341%) hue-rotate(162deg) brightness(0%) contrast(100%)!important;
}

nav.pagination__wrapper ul li.disabled.page-item .page-link .icon-angle-left,
nav.pagination__wrapper ul li.disabled.page-item .page-link .icon-angle-right {
    opacity: 0.3;
}

nav.pagination__wrapper ul li.active.page-item a.page-link,
nav.pagination__wrapper ul li.page-item a.page-link:hover {
    color: var(--green)!important;
}

nav.pagination__wrapper ul li.page-item:first-child,
nav.pagination__wrapper ul li.page-item:last-child {
    display: none!important;
}

nav.pagination__wrapper ul li.page-item * {
    outline: none!important;
}

.com-content-article .pagenavigation ul {
    display: block;
}

.com-content-article .pagenavigation ul li.page-item a {
    border-radius: 0!important;
    border:0!important;
}

.com-content-article .pagenavigation ul li.previous.page-item {
    float: left;
}

.com-content-article .pagenavigation ul li.previous.page-item a {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjRkZGRkZGIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+) no-repeat;
    background-size: 22px;
    background-position: top 8px left;
    padding-left: 26px;
}

.com-content-article .pagenavigation ul li.next.page-item {
    float: right;
}

.com-content-article .pagenavigation ul li.next.page-item a {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNGRkZGRkYiIG9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=) no-repeat;
    background-size: 22px;
    background-position: top 8px right;
    padding-right: 26px;
}

body.dark .com-content-article .pagenavigation ul li.previous.page-item a,
body.dark .com-content-article .pagenavigation ul li.next.page-item a {
    filter: invert(0%) sepia(0%) saturate(341%) hue-rotate(162deg) brightness(0%) contrast(100%)!important;
}

/** PAGINATION **************************************** END **/

/** MODAL ******************************************* START **/

.video-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80vh;
}

button.play,
button.play:focus,
button.play:active {
    background: #A8D45A;
    position: absolute;
    top: 50%;
    left:50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 30px;
    border: 0;
    outline: none!important;
    box-shadow: none!important;
    transform: translateY(-50%) translateX(-50%) scale(1);
    text-shadow: 0 0 20px rgb(0 0 0 / 30%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  	opacity: 75%;
}

button.play:hover {
    background: #A8D45A;
    transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.modal {
    z-index: 999999!important;
    padding: 0!important;
}

.modal-backdrop {
    z-index: 99999!important;
}

.modal-dialog.full {
    max-width: 9999999px;
}

.modal-dialog.full .modal-content {
    background: transparent;
    border-radius: 0!important;
    border: 0!important;
}

.modal-dialog.full .modal-header {
    border:none;
}

.modal-dialog.full .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.modal-dialog.full .modal-content video {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
}

/** MODAL ********************************************* END **/

/** SUCHE ******************************************* START **/

body.padding #main {
    padding-top: 60px;
}

.mod-finder.form-search {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mod-finder.form-search label {
    display: none;
}

.mod-finder.form-search .mod-finder__search.input-group {
    max-width: 500px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.mod-finder.form-search .mod-finder__search.input-group .awesomplete {
    width: calc(100% - 120px);
}

.mod-finder.form-search .mod-finder__search.input-group .awesomplete input {
    /*border-radius: 0;*/
    /*box-shadow: none!important;*/
    /*outline: none!important;*/
    /*border: 0;*/
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #242428;
    height: 45px;
    letter-spacing: 0.5px;
    border-radius: 4px!important;
    padding: 17px;
    margin-right: 8px;
    width: calc(100% - 8px);
    box-shadow: none !important;
}

.mod-finder.form-search .mod-finder__search.input-group .awesomplete input::-webkit-input-placeholder {
    color: #888;
    opacity: .5
}

.mod-finder.form-search .mod-finder__search.input-group .awesomplete input::-moz-placeholder {
    color: #888;
    opacity: .5
}

.mod-finder.form-search .mod-finder__search.input-group .awesomplete input:-ms-input-placeholder {
    color: #888;
    opacity: .5
}

.mod-finder.form-search .mod-finder__search.input-group .awesomplete input::-ms-input-placeholder {
    color: #888;
    opacity: .5
}

.mod-finder.form-search .mod-finder__search.input-group .awesomplete input::placeholder {
    color: #888;
    opacity: .5
}

body:not(.dark) .mod-finder.form-search .mod-finder__search.input-group .awesomplete input {
    /*background: rgba(0,0,0,0.05);*/
    border: 1px solid #4b4b4e;
    background: #38383c;
    color: #f5f5f5;
}

.mod-finder.form-search .mod-finder__search.input-group button {
    background: #A8D45A;
    width: 120px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #242428!important;
    padding: 10px 24px 10px 24px;
    border-radius: 0;
    border: 1px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 0;
}

.mod-finder.form-search .mod-finder__search.input-group button:hover {
    opacity: .8;
}

.awesomplete ul {
    background: #fff;
    border-radius: 4px!important;
    min-width: calc(100% - 8px);
    max-width: calc(100% - 8px);
}

body:not(.dark) .awesomplete ul {
    border: 1px solid #4b4b4e;
    background: #38383c;
    color: #f5f5f5;
}

body:not(.dark) .awesomplete ul:before {
    background: #38383c;
}

.awesomplete ul li,
.awesomplete ul li mark {
    /*color: #000;*/
}

.awesomplete ul li {
    padding: 17px;
    background: none;
    font-size: 14px;
    line-height: 16px;
    filter: none !important;
    margin: 0;
}

.awesomplete ul li:hover {
    background: var(--green);
    color: #000;
}

.awesomplete ul li:hover mark {
    color: #000;
}

.awesomplete .mark, .awesomplete mark {
    background-color: transparent!important;
    padding: 0;
}

.com-finder.finder {
    padding-top: 60px;
}

.com-finder.finder .com-finder__search.word .form-inline label {
    margin-bottom: 10px;
}

.com-finder.finder .com-finder__search.word .form-inline .input-group .awesomplete input {
    /*border: 0;*/
    /*border-radius: 0;*/
    /*outline: none;*/
    /*box-shadow: none;*/
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #242428;
    height: 45px;
    letter-spacing: 0.5px;
    border-radius: 4px!important;
    padding: 17px;
    margin-right: 8px;
    width: calc(100% - 8px);
    box-shadow: none !important;
}

.com-finder.finder .com-finder__search.word .form-inline .input-group .awesomplete input::-webkit-input-placeholder {
    color: #888;
    opacity: .5
}

.com-finder.finder .com-finder__search.word .form-inline .input-group .awesomplete input::-moz-placeholder {
    color: #888;
    opacity: .5
}

.com-finder.finder .com-finder__search.word .form-inline .input-group .awesomplete input:-ms-input-placeholder {
    color: #888;
    opacity: .5
}

.com-finder.finder .com-finder__search.word .form-inline .input-group .awesomplete input::-ms-input-placeholder {
    color: #888;
    opacity: .5
}

.com-finder.finder .com-finder__search.word .form-inline .input-group .awesomplete input::placeholder {
    color: #888;
    opacity: .5
}

body:not(.dark) .com-finder.finder .com-finder__search.word .form-inline .input-group .awesomplete input {
    /*background: rgba(0,0,0,0.05);*/
    border: 1px solid #4b4b4e;
    background: #38383c;
    color: #f5f5f5;
}

.com-finder.finder .com-finder__search.word .form-inline .input-group button[type="submit"],
.com-finder.finder .com-finder__search.word .form-inline .input-group button[type="button"] {
    background: #A8D45A;
    height: 45px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #242428!important;
    padding: 10px 24px 10px 24px;
    border-radius: 0;
    border: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 0;
}

.com-finder.finder .com-finder__search.word .form-inline .input-group button[type="button"] {
    background: #6c757d;
    color: #fff!important;
}

#search-results ol#search-result-list li.result__item .result__title a {
    text-decoration: none;
    font-weight: 300;
}

#search-results ol#search-result-list li.result__item .result__title a .result__title-url {
    color: #ffffff;
}

#search-results ol#search-result-list li.result__item .result__title a .result__title-text mark {
    padding: 0;
    color: #000 !important;
}

#search-results ol#search-result-list li.result__item .result__description .result__date {
    color: #ffffff;
}

#search-results ol#search-result-list li.result__item .result__description mark {
    padding: 0;
    color: #000 !important;
}

.result__item+.result__item {
    border-top: 1px solid rgba(255,255,255,0.1);
}

body.dark .result__item+.result__item {
    border-top: 1px solid rgba(0,0,0,0.1);
}

/** SUCHE ********************************************* END **/

/** DROP IT DOWN ************************************ START **/

.moduletable.filter .dropitdown {
    border: 1px solid #fafafa;
    display: none;
}

.moduletable.filter .dropitdown button {
    background: transparent;
    width: 100%;
    font-family: 'TT Interfaces';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-align: left;
    color: #FAFAFA;
    padding:12px 32px 12px 32px;
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.moduletable.filter .dropitdown button:before {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNGRkZGRkYiIG9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: 32px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.moduletable.filter .dropitdown button.toggle:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.moduletable.filter .dropitdown ul.nav {
    display: block;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.moduletable.filter .dropitdown button.toggle + ul.nav {
    max-height: 300px;
}

.moduletable.filter .dropitdown ul.nav li {
    float: none;
    margin: 0;
}

.moduletable.filter .dropitdown ul.nav li a {
    font-family: 'TT Interfaces';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-align: left;
    color: #FAFAFA;
    padding:12px 32px;
    border-radius: 0;
    background: transparent;
}

.moduletable.filter .dropitdown ul.nav li.current a {
    color:var(--green);
}

body.dark .moduletable.filter .dropitdown {
    border: 1px solid currentColor;
}

body.dark .moduletable.filter .dropitdown button {
  color: currentColor;
}

body.dark .moduletable.filter .dropitdown ul.nav li:not(.active) a {
  color: currentColor;
}

body.dark .moduletable.filter .dropitdown ul.nav li.active a {
  color: #fff;
}

body.dark .moduletable.filter .dropitdown button:before {
  filter: brightness(0%);
}

}

/** DROP IT DOWN ************************************** END **/


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

    ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child {
        left: 40%;
        width: 60%!important;
    }

    body.arbeiten #main .com-content-article__body img {
        width: 100vw;
    }

}

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

    ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
        width: calc(100% - 80px);
    }

}

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

    html,
    body,
    body * {
        cursor: auto!important;
    }

    .cursor-dot,
    .cursor-dot-outline {
        display: none!important;
    }

}

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

    .footer .container .row .col-6 {
        width: 100%;
    }

    .footer .container .row .col-6:first-child {
        order:2;
    }

    .footer .container .row .col-6:last-child {
        margin-bottom: 30px;
    }

    .footer .moduletable .mod-custom {
        text-align: left;
    }

}

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

    li.field-entry.video-old {
        font-size: 1vw;
    }

    li.field-entry.video-old span.field-value {
        width: 100vw;
        position: relative;
        left: 50%;
        overflow: hidden;
        display: block;
        -webkit-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
    }

    li.field-entry.video-old span.field-value video {
        max-width: inherit!important;
        float: left;
        margin: -14em -7.2em -15.4em;
        width: 114.4em;
    }

    li.field-entry.video-older span.field-value video {
        max-width: inherit!important;
        float: left;
        margin: -6em -14em -6.2em;
        width: 128em;
    }

}

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

    body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal > li,
    body.blog .moduletable.newsflash .mod-articlesnews-horizontal > li {
        flex: 0 0 calc(50% - 30px);
        max-width: 50%;
        margin-bottom: 26px;
    }

    .com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item {
        flex: 0 0 calc(50% - 30px);
        max-width: 50%;
        margin-bottom: 26px;
    }

    .moduletable .row.margin32 .col-6 {
        width:100%;
    }

    .moduletable .row.margin32 .mod-custom.col-6 .container {
        padding: 0!important;
    }

}

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

    body.noimage.dark header .header-top {
        /*background: rgba(255,255,255,1);*/ /*entfernt/kommentiert für transparente navbars*/
    }

    body.noimage.dark header .header-top nav#navbar .mod-custom.custom button.darkmode {
        /*filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);*/ /*entfernt/kommentiert für transparente navbars*/
    }

    body.noimage.dark.dj-offcanvas-open header .header-top nav#navbar .mod-custom.custom button.darkmode {
        filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
    }

    body.noimage.dark header .header-top #logo .moduletable img {
        /*filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);*/ /*entfernt/kommentiert für transparente navbars*/
    }

    body.noimage.dark.dj-offcanvas-open header .header-top #logo .moduletable img {
        filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
    }

    /*hinzugefügt für transparente navbar im Handyformat auf hellmodus*/
    body.noimage.dark:not(.dj-offcanvas-open) header .header-top nav#navbar .dj-mobile-open-btn label span {
        background: #fff;
    }

    .moduletable.filter .mod-menu.nav {
        display: none;
    }

    .moduletable.filter .dropitdown {
        display: block;
    }

}

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

    header .header-bottom .moduletable.slider {
        position: relative;
        top: 0px;
        right: -240px;
        left: auto;
        height: 630px;
        margin-top: 120px;
    }

    header .header-bottom .moduletable .subheader100,
    header .header-bottom .moduletable .subheader50 {
        height: 55vw;
    }

    .paket {
        flex-wrap: wrap;
    }

    .paket .grid {
        flex: 0 0 calc(50% - 30px);
        margin-bottom: 30px;
    }

    header .header-bottom video {
        height: 90vw;
        object-fit: cover;
    }

    .video-modal {
        height: 90vw;
    }

    body .moduletable.contact {
        margin-top: 0px;
    }

}

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

    header .header-bottom .moduletable .mod-custom:after {
        background: rgba(0, 0, 0, 0.4);
    }

    .container .moduletable .col-6,
    .fields-container li.field-entry .column-2 .col-6 {
        width: 100%;
    }

    .header-bottom .container .moduletable .col-6 {
        width: 50%;
    }

    .mod-articlesnews-horizontal {
        grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    }

    .moduletable.full-image .mod-custom {
        height: 300px;
    }

    .moduletable.full-image .mod-custom .mod-custom-inner {
        width: 100%;
    }

    .moduletable.full-image .mod-custom .mod-custom-inner h2 {
        font-size: 42px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    aside.dj-offcanvas {
        padding: 10rem 40px;
    }

    .content-top-grid .container .row,
    .content-bottom-grid .container .row,
    .fields-container li.field-entry .field-value.grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-bottom .container .row .col-3 {
        width: 50%;
        margin-bottom: 30px;
    }

    body.main #main {
        padding-top: 60px;
    }

    body.main.blog #main,
    body.main.arbeiten #main {
        padding-top: 0;
    }

    body.arbeiten .content-top-1,
    body.blog .content-top-1 {
        padding-top: 0;
    }

    body.arbeiten #main .com-content-article__body img,
    body.arbeiten #main .com-content-article__body .moduletable,
    .fields-container li  {
        margin-bottom: 60px;
    }

    .content-top-1 .container .moduletable,
    .content-top-2 .container .moduletable,
    .content-top-3 .container .moduletable,
    .content-top-4 .container .moduletable,
    .content-top-grid .container .row,
    .content-bottom-slider .container .moduletable,
    .content-bottom-grid .container .row,
    .content-bottom-1 .container .moduletable,
    .content-bottom-2 .container .moduletable,
    .content-bottom-3 .container .moduletable,
    .content-bottom-4 .container .moduletable {
        padding: 60px 0 0 0!important;
    }

    .content-bottom-slider .container .moduletable {
        padding: 60px 0 60px 0!important;
    }

    .content-bottom-grid .container .row {
        padding: 0!important;
    }

    .content-top-grid .container,
    .content-bottom-grid .container {
        padding: 0;
    }

    .content-top-1 .container .moduletable.bigger {
        padding-top: 220px!important;
    }

    .breadcrumb {
        margin-top: 2rem;
    }

    /*div[class*="content"] .container .moduletable.newsflash {
        padding: 0!important;
    }*/

    header .header-bottom .moduletable .subheader100 .mod-custom-inner,
    header .header-bottom .moduletable .subheader50 .mod-custom-inner {
        top: 66%;
    }

    header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner p {
        font-size: 30px;
        line-height: 1.2;
    }

    header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner a.btn {
        margin-top: 20px;
    }

    header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner {
        padding-right: 0;
        width: 100%;
    }

    ss3-force-full-width .n2-ss-slider-wrapper-inside .n2_ss__touch_element {
        width: 100%;
    }

    ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child {
        left: 37%;
    }

    body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child {
        left: 0;
        transform: translateY(-50%) translateX(0);
    }

    body div#n2-ss-2 [data-hide-mobileportrait="1"] {
        display: block !important;
    }

    .content-top-2 .container .moduletable.contact {
        padding: 48px 32px!important;
    }

    body.blog .blog-header,
    body.arbeiten .blog-header {
        height: 90vw;
    }

    body.blog .blog-header .blog-headline {
        z-index: 99;
    }

    body.blog .blog-header .item-image {
        width: 100%;
    }

    body.blog .blog-header .item-image:before {
        content: '';
        background: linear-gradient(0deg, rgba(36,36,40,1) 0%, rgba(36,36,40,0.84) 13%, rgba(36,36,40,0) 50%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }

    body.blog .blog-header .item-image:after {
        content: '';
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .moduletable.downloads ul.downloads > li {
        padding-left: 220px;
        margin-bottom: 30px;
    }

    .moduletable.downloads ul.downloads > li .newsflash-image {
        max-width: 220px;
    }

    .moduletable.downloads ul.downloads > li .newsflash-image img {
        border-right: 20px solid var(--darkbg);
    }

    header .header-bottom .moduletable .subheader100,
    header .header-bottom .moduletable .subheader50 {
        height: 60vw;
    }

    header .header-bottom .moduletable .subheader50 .mod-custom-image {
        width: 100%;
        left: 0;
    }

    header .header-bottom .moduletable .mod-custom.subheader50:after {
        width: 100%;
        left: 0;
    }

    header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner h1,
    header .header-bottom .moduletable .subheader50 .mod-custom-inner .inner p {
        color: #ffffff;
    }

    body.blog .blog-header .blog-headline,
    body.jobs .blog-header .blog-headline,
    body.arbeiten .blog-header .blog-headline {
        bottom: 0px;
    }

    body.blog #main .blog-header .blog-headline .blog-headline-inner .page-header h1,
    body.arbeiten #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
        font-size: 52px;
        line-height: 1.2;
        width: 100%;
        max-width: 560px;
        color:#ffffff;
    }

  	body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name,
  body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name span,
    body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name a,
    body.blog .blog-header .blog-headline .blog-headline-inner .article-info .published time {
        color: #ffffff;
    }

    body.blog .blog-header .blog-headline .blog-headline-inner .article-info .category-name:before {
        background: #ffffff;
    }

    body.blog #main .com-content-article__body h2 {
        font-weight: 300;
        font-size: 36px;
        line-height: 1.2;
    }

    body.jobs .content-top-1 .container .moduletable.bigger {
        padding-top: 60px!important;
    }

    .moduletable.newsflash.jobs > ul {
        grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    }

    .footer {
        padding-bottom:30px;
    }


    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input h1 {
        font-size: 50px!important;
    }

    .convertforms [class*=cf-list-].cf-list-3-columns>div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    #main .page-header h1,
    #main .page-header h2 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: normal;
    }

    .component-bottom-1 {
        margin-bottom: 0;
    }


}

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


    header .header-bottom video {
        height: 120vw;
        object-fit: cover;
    }

    .video-modal {
        height: 120vw;
    }

    .row.margin32 .mod-custom .row,
    .margin32 .mod-custom.row .row {
        margin-bottom: 0;
    }

    .row.margin32 .mod-custom .row .col-md-6,
    .margin32 .mod-custom.row .row .col-md-6,
    .row.margin32 .mod-custom .row .col-md-4,
    .margin32 .mod-custom.row .row .col-md-4 {
        margin-bottom: 20px;
    }

    .paket .grid {
        width: 100%;
    }

    .paket .grid {
        flex: 0 0 calc(100% - 30px);
    }

}

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

    .moduletable.kunden .mod-custom p {
        flex: 28% !important;
    }

    .moduletable.kunden .mod-custom p img {
        max-width: 140px;
    }

    body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal,
    body.blog .moduletable.newsflash .mod-articlesnews-horizontal {
        display: block!important;
    }

    body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal > li,
    body.blog .moduletable.newsflash .mod-articlesnews-horizontal > li,
    body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal > li:first-child,
    body.arbeiten .moduletable.newsflash .mod-articlesnews-horizontal > li:nth-child(2) {
        flex: 0 0 calc(100% - 15px);
        max-width: 100%;
    }

    .com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item,
    .com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item:first-child,
    .com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item:nth-child(2) {
        flex: 0 0 calc(100% - 30px)!important;
        max-width: 100%!important;
        margin-bottom: 26px;
    }

}

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

    body div#n2-ss-10 [data-hide-mobileportrait="1"] {
        display: block !important;
    }

    /*.moduletable.maps .marker-box .marker-content {*/
    /*    left: calc(50% - -125px);*/
    /*    width: 180px;*/
    /*}*/

}

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

    header .header-bottom .moduletable.slider {
        position: relative;
        top: 0px;
        right: -120px;
        left: auto;
        height: 630px;
        margin-top: 120px;
    }

    header .header-bottom .moduletable .subheader100 .mod-custom-inner,
    header .header-bottom .moduletable .subheader50 .mod-custom-inner {
        top: 66%;
    }

    header .header-bottom .moduletable .subheader100 .mod-custom-inner .inner p {
        font-size: 36px;
        line-height: 1.2;
    }

    .container .moduletable .row.column-2 p {
        column-count: 1;
    }

    .moduletable.slider {
        display: none;
    }

    body.blog #main .blog-header .blog-headline .blog-headline-inner .article-info {
        margin-bottom: 0;
    }

    body.blog #main .blog-header .blog-headline .blog-headline-inner .page-header h1,
    body.arbeiten #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
        font-size: 50px;
        line-height: 1.3;
    }

    .moduletable.downloads ul.downloads > li {
        padding-left: 0;
    }

    .moduletable.downloads ul.downloads > li .newsflash-image {
        max-width: 99999px;
        position: relative;
        width: 100%;
        height: 200px;
    }

    .moduletable.downloads ul.downloads > li .newsflash-image img {
        border-right: 0;
    }

    .moduletable.downloads ul.downloads > li > p a {
        margin-top: 20px;
    }

    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input h1 {
        font-size: 42px!important;
        margin-bottom: 0px!important;
    }

    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input h2 {
        font-size: 24px!important;
        line-height: 1.1!important;
        margin-top: 40px!important;
    }

    .convertforms [class*=cf-list-].cf-list-3-columns>div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    li.field-entry.video-old span.field-value {
        -webkit-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }

}

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

    .moduletable.newsletter .convertforms form .cf-form-wrap .cf-fields {
        display: block;
    }

    .moduletable.newsletter .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        max-width: 99999px;
    }

    button.play, button.play:focus, button.play:active {
        width: 140px;
        height: 140px;
        font-size: 24px;
    }

    /*.moduletable.maps img {*/
    /*    height: 60vw;*/
    /*    object-fit: cover;*/
    /*}*/

}

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

    header .header-bottom .moduletable.darkmode {
        padding-bottom: 20px;
    }

    header .header-bottom .moduletable.darkmode .mod-custom .col-6:first-child:before {
        display:none;
    }

    .moduletable.kunden .mod-custom {
        gap: 24%;
    }

    .moduletable.kunden .mod-custom p {
        margin-bottom: 14%;
    }

    .moduletable.kunden .mod-custom p img {
        max-width: 100%; /*war initial*/
      	max-height: 90px;
    }

    .moduletable.filter .mod-menu li {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .content-top-grid .container .row,
    .content-bottom-grid .container .row,
    .fields-container li.field-entry .field-value.grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .moduletable .quote-item,
    .fields-container li.field-entry.quote .field-value {
        display: block;
    }

    .moduletable .quote-item p:first-child,
    .fields-container li.field-entry.quote .field-value p:first-child {
        margin-bottom: 30px;
    	font-size: 24px; /* before 36px*/
    	line-height: 36px; /*before 54px*/
    }

    .footer-bottom .container .row .col-3 {
        width: 100%;
        margin-bottom: 30px;
    }

    .container .moduletable .grey-box {
        padding: 50px 30px;
    }

    ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom > div:last-child {
        display: none;
    }

    body.arbeiten ss3-force-full-width .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom {
        bottom: 0px;
        width: 120px;
        height: 90px;
    }

    .moduletable.full-image .mod-custom .mod-custom-inner h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 30px;
        padding: 0 40px;
    }

    .content-top-2 .container .moduletable.contact {
        padding: 48px 40px;
    }

    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input input {
        padding: 10px;
    }

    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] {
        margin: 20px auto 0 auto;
        display: block;
    }

    body.arbeiten #main .com-content-article__body {
        width: 100%;
        max-width: 945px;
        margin: 60px auto 60px;
    }

    body.blog #main .blog-header .blog-headline .blog-headline-inner .page-header h1,
    body.arbeiten #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
        font-size: 30px;
        line-height: 1.3;
        font-weight: 400;
    }

    body.blog #main .com-content-article__body {
        width: 100%;
        max-width: 555px;
        margin: 30px auto 0px;
    }

    body.blog #main .com-content-article__body h2 {
        font-weight: 300;
        font-size: 30px;
        line-height: 1.2;
    }

    .container .moduletable h1,
    .container .moduletable h2,
    .fields-container li.field-entry .column-2 h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .moduletable.newsflash.jobs > ul > li > div > a.btn {
        max-width: 9999px;
        min-width: 1px;
        width: 100%;
    }

    .moduletable.newsflash.jobs > ul > li h3.newsflash-title a {
        font-size: 30px;
        line-height: 1.2;
    }

    .cc-highlight .cc-btn {
        font-size: 12px;
    }

    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input h1 {
        font-size: 34px!important;
        margin-bottom: 0px!important;
    }

    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-radio-group input,
    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input .cf-checkbox-group input {
        opacity: 0;
        width: 0;
    }

    .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] {
        max-width: 360px;
    }

    .moduletable.downloads ul.downloads > li h2.newsflash-title {
        font-size: 26px;
    }

    #main .page-header h1, #main .page-header h2 {
        font-size: 30px;
        line-height: 1.2;
        font-weight: normal;
    }

    .com-finder__counter,
    .com-content-category-blog__navigation .com-content-category-blog__counter {
        display: none;
    }

    body .com-finder__pagination,
    .com-content-category-blog__navigation .com-content-category-blog__pagination {
        width: 100% !important;
    }

    nav.pagination__wrapper {
        text-align: center;
    }

    nav.pagination__wrapper ul {
        margin: 0 auto;
        display: inline-flex;
    }

    /*.moduletable.maps .marker-box .marker-content p, .moduletable.maps .marker-box .marker-content p a {*/
    /*    font-size: 13px;*/
    /*    line-height: 1.3;*/
    /*}*/

    /*.moduletable.maps .marker-box .marker-content {*/
    /*    left: calc(50% - -105px);*/
    /*    width: 156px;*/
    /*}*/

  .mod-finder.form-search .mod-finder__search.input-group .awesomplete{
    width: 70%;
  }
  .mod-finder.form-search .mod-finder__search.input-group button {
    width: 30%;
  }

  	/*010 Bug: Remove margin-right on mobile*/
  .mod-finder.form-search .mod-finder__search.input-group .awesomplete input{
    width: 100%;
  }
}

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

    button.play, button.play:focus, button.play:active {
        width: 100px;
        height: 100px;
        font-size: 20px;
    }

}
/*Kundentestimonials*/
.ja-contentslider-left{
  right: 70px;
}
.ja-contentslider-right{
  right: 25px;
}

body.dark .ja-contentslider-left img, body.dark .ja-contentslider-right img{
  filter: invert(10%) sepia(13%) saturate(431%) hue-rotate(202deg) brightness(11%) contrast(89%);
}
.ja-contentslider-left, .ja-contentslider-right,.ja-contentslider-left:hover, .ja-contentslider-right:hover{
  background: unset !important;
  border: unset !important;
}

.ja-button-control {
  display: block;
  top: auto;
  height: 100px;
  width: 100%;
  max-width: 1116px;
  background: unset !important;
  border: unset !important;
}
.ja_slideintro .quote-item {
  background-image: url("/images/icons/quote.svg");
  /*margin: unset !important;*/
}
#testimonial-count::before{
  content:'0';
}
@media screen and (max-device-width: 1040px){
    .ja_slideintro .quote-item{
        grid-template-columns: 55% 15% 30%;
    }
}
@media screen and (max-device-width: 992px){
    .ja_slideintro .quote-item{
        /*grid-template-columns: 55% 15% 30%;*/
      	grid-template-columns: repeat(3, auto);
    }
  .testimonial-modul .jsslide {
    max-width: 92vw;
  }
  .testimonial-modul .ja-contentslider-center{
    height: auto;
	min-height: 400px;
  }
}
@media screen and (max-device-width: 980px){
  .testimonial-modul .jsslide {
    max-width: 92vw;
  }
  .moduletable .quote-item p:first-child, .fields-container li.field-entry.quote .field-value p:first-child {
  	font-size: 24px;
  	line-height: 36px;
  }
}
@media screen and (max-device-width: 597px){
  	.jsslide {
  		max-width: 93vw;
	}
  .testimonial-modul .ja-contentslider-center{
    height: auto;
	min-height: 300px;
  }
  .ja_slideintro .quote-item{
     	display: block;
    }
}
/*Kundentestimonials End*/
/*Small changes*/
a {
  text-decoration: none !important;
}
.convertforms .cf-label .cf-required-label{
	color: #FF005E;
}
/*Small changes end*/

/** new mobile menu open effect **/

body.dj-offcanvas-effect-1 .dj-offcanvas {
    visibility: visible;
    -webkit-transform: translate3d(0, -20px,0);
    transform: translate3d(0, -20px,0);
    transition: opacity .3s, transform .3s;
    opacity: 0;
}

body.dj-offcanvas-effect-1.dj-offcanvas-open .dj-offcanvas {
    opacity: 1;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem > a {
    border: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem .dj-mobile-nav-child > li.dj-mobileitem > a {
    font-size: 24px;
    line-height: 1;
}

aside.dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem .dj-mobile-nav-child > li.dj-mobileitem > a .toggler {
    padding: 10px 20px;
}

.dj-offcanvas-dark .dj-offcanvas-content {
    padding-bottom: 0;
}

ul.dj-mobile-dark ul ul li.dj-mobileitem:hover>a,
ul.dj-mobile-dark ul ul li.dj-mobileitem.active>a {
    background: none;
}

body.dark aside.dj-offcanvas {
    background: #fff;
}

body.dark  aside.dj-offcanvas ul.dj-mobile-dark * {
    color: var(--whitetext) !important;
}

/** dark mode forms **/

body:not(.dark) .convertforms .cf-input,
body:not(.dark) .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input input{
    border: 1px solid #4b4b4e;
    background: #38383c;
    color: #f5f5f5;
}

/** push contact form from the top **/

body .content-top-1 .moduletable.kontakt-push {
    padding-top: 117px !important;
}

/** polyfill for object-fit used with video START **/

.object-fit-polyfill {
    width: 100vw;
    height: 80vh;
}

#videoposter {
    object-fit: contain !important;
}

@media (max-width: 991px) {
    .object-fit-polyfill {
        height: 90vw;
    }
}

@media (max-width: 767px) {
    .object-fit-polyfill {
        height: 120vw;
    }
}

/** polyfill for object-fit used with video END **/

/** Button Pink for waym URL **/
.waym {
background: #974EC3;
}

/* Black background filter */

.black-bg .mod-custom::after {
  background: rgba(0,0,0,0.4) !important;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}
.black-bg .mod-custom .mod-custom-inner{
  z-index: 999 !important;
}
/*Spinning circle animation*/
.moduletable.circle-mobile{
  -webkit-transform: none;
  transform: none !important;
  display: none;
}
.moduletable.circle-desktop{
  padding: 0 !important;
}

#bodycirc div span{
  font-family:Arial!important;
letter-spacing: 0px!important;
}
#bodycirc *{
margin: 0;
padding: 0;
box-sizing: border-box;
}

#bodycirc{
width: 100%;
height: 85vh;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 100px; 
right: 300px;
overflow: hidden;
}

#circ{
font-size: 2vmin;
animation: spin 48s linear infinite;
}
#circ2{
font-size: 4vmin;
animation: spin 24s linear infinite;
}
#circ3{
font-size: 6vmin;
animation: spin 12s linear infinite;
}
@keyframes spin{
100%{
transform: rotate(360deg);
}
}
@media (max-width: 1023px){
  #bodycirc{
    height: 95vh;
    top: 0;
    right: 28%; /*270px*/
  }

  #circ3{
    font-size: 4.5vmin;
  }
  #circ2{
    font-size: 3vmin;
  }
  #circ{
    font-size: 1.5vmin;
  }
}

@media (max-width: 768px){
  #subh-bodycirc{
    height: 5vh;
    overflow: inherit;
  }
  .moduletable.circle-desktop{
    padding: 0;
  }
  #bodycirc{
    height: 95vh;
    top: -443px;
    right: -28%;
  }
}
/** workaround for arbeiten active menu item **/

body.arbeiten  #wrapper header .header-top nav#navbar .dj-megamenu-wrapper ul.dj-megamenu li.dj-up.itemid102 a.dj-up_a span {
    color: var(--green)!important;
}
/*Spinning circle v2*/
.moduletable.spin-circle-v2{
    padding: 0 !important;
}
#circle-container { margin: 0; }

.circle { position: absolute; width: 100%; padding-bottom: 42%; overflow: hidden; }

.circle text { font-family: 'Helvetica Neue', Arial; font-size: 16px; font-weight: bold; }

#outer{
    left: -297px; top: 173px;
}

#outer svg.svg-outer{
    position: absolute; left: 0; top: 0; width: 100%; height: 640px;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
}
#outer svg text{
fill: var(--whitetext);
}

#outer svg {

    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;

}
#middle svg { position: absolute; left: 0; top: 100px; width: 100%; height: 440px;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}
#inner svg { position: absolute; left: 0; top: 170px; width: 100%; height: 300px;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}

@media (max-width: 1023px){
    #outer {
        left: -211px;
    }
    .circle{
        padding-bottom: 62%;
    }
}
@media (max-width: 767px) {
    #circle-container {
        margin: 0;
        overflow: hidden;
        height: 640px;
        margin: -170px 0;
        position: relative;
        pointer-events: none;
    }
    .circle {
        padding-bottom: 0;
        overflow: visible;
        width: 640px;
        height: 640px;
    }
    #outer {
        top: 0;
        left: 50%;
        margin-left: -320px;
    }
}

/*eventually for header banner*/
/*@media (max-device-width: 768px){*/
/*    #outer svg text{*/
/*        fill: #fafafa;*/
/*    }*/
/*    .circle{*/
/*        padding-bottom: 119%;*/
/*    }*/
/*    #outer{*/
/*        left: 104px;*/
/*    }*/
/*    #outer svg.svg-outer{*/
/*        top: 0;*/
/*        height: 640px;*/
/*    }*/
/*    #middle svg{*/
/*        top: 185px;*/
/*        height: 261px;*/
/*    }*/
/*    #inner svg{*/
/*        top: 222px;*/
/*        height: 187px;*/
/*    }*/
/*}*/
/*@media (max-device-width: 512px){*/
/*    #outer{*/
/*        top: -370px;*/
/*    }*/
/*}*/
/*@media (max-device-width: 432px){*/
/*    #outer{*/
/*        top: -355px;*/
/*    }*/
/*}*/

/*Dots overlay*/
.moduletable.dots{
  background: url('/images/dot-50.png');
  position: absolute !important;
  width: 100%;
  height 100%;
}
header .header-bottom .moduletable.dots .mod-custom::after {
  content: '';
  background: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

header .header-bottom .moduletable.dots{
  height: 100%;
}
header .header-bottom .moduletable.dots .subheader100::before {

    content: '';
    background: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
header .header-bottom .moduletable.dotspic .mod-custom::after {
  content: '';
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
/*Title lesbarer machen*/
.mark, mark{
    background-color: rgba( 36, 36, 40, 0.2) !important;
}

.dark .mark, .dark mark{
    background-color: rgba( 255, 255, 255, 0.2) !important;
}

/* team page */

body:not(.dark) .team-section .team-col img.img-dark {
    display: none;
}
body:not(.dark) .team-section .team-col img.img-light {
    display: block;
}
body.dark .team-section .team-col img.img-dark {
    display: block;
}
body.dark .team-section .team-col img.img-light {
    display: none;
}

body.dark #curve {
    stroke: #111 !important;
}
body.dark #dot {
    fill: #FF005E !important;
}
.moduletable.team-mod {
    margin-top: 200px;
    margin-bottom: 200px;
}
@media (max-width: 767px) {
    .moduletable.team-mod {
        margin: 30px 0;
    }
}
.team-section {
    position: relative;
    padding: 50px 0;
   /*min-height: 4719px;*/
  	min-height: 4322px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.team-section svg {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);

}

body.dark .team-section svg rect {
    fill: url(#Gradient2) !important;
}

.team-section .team-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 180px;
}
.team-section .team-col {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    opacity: 0;
}
.team-section .team-col:first-child:not(:last-child) {
    margin-top: 180px;
}
.team-section .team-col p {
    margin: 0;
}
.team-section .team-col.animate__animated {
    opacity: 1;
}
.team-section .team-col:first-child div {
    align-self: end;
}
.team-section .team-col img {
    width: 300px;
}
.team-section .team-col:first-child img {
    padding-right: 40px;
}
.team-section .team-col:last-child {
    margin-left: auto;
}
.team-section .team-col:last-child img {
    order: 2;
    padding-left: 40px;
}
.team-section .team-col:last-child div {
    order: 1;
}
.ball-canvas {
    position: absolute;
    left: 50%;
    height: 378px;
    width: 300px;
    margin-top: -250px;
    margin-left: -159px;
}

@media (max-width: 1440px) {
    .ball-canvas {
        margin-top: -248px;
    }
}
.ball {
    border-radius: 50%;
    width: 18.58px;
    height: 18.58px;
    position: relative;
    z-index: 1;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
.ball-canvas.active .ball {
    opacity: 1;
    animation-name: fall-down;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
}
body:not(.dark) .ball {
    background: #A8D45A;
}
body.dark .ball {
    background: #FF005E;
}
@keyframes fall-down {
    0% {
        transform: translate(0,0);
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(0,250px);
    }
}
.team-section .team-row:last-of-type .team-col:last-child div {
  bottom: 0 !important;
}

@media (min-width: 1230px) and (max-width: 1500px) {
    .team-section .team-col img {
        width: 250px;
    }
    .team-section .team-col:last-child img {
        padding-left: 20px;
    }
    .team-section .team-col:first-child img {
        padding-right: 20px;
    }
    .team-section {
        min-height: 3602px;
    }
    .team-section svg {
        width: 200px;
        height: auto;
        top: -100px;
    }
    .team-section .team-col:first-child:not(:last-child) {
        margin-top: 115px;
    }
    .team-section .team-row {
        margin-bottom: 115px;
    }
    .ball-canvas {
        margin-top: -180px;
    }
}
@media (max-width: 1229px) {
    .team-section .team-col:first-child:not(:last-child) {
        margin-top: 155px;
    }
    .team-section .team-row {
        margin-bottom: 155px;
    }
    .team-section .team-col {
        position: relative;
        flex-direction: column;
    }
    .team-section .team-col img {
        padding: 0 !important;
    }
    .team-section .team-col div {
        display: flex;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 50%;
        padding: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .team-section .team-col div > p {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .team-section .team-col div a[href*="mailto"] {
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .team-section .team-col:last-child div {
        bottom: 155px;
    }
    .team-section .team-col div {
        background: linear-gradient(180deg, rgba(36,36,40,0) 0%, rgba(36,36,40,0.3) 30%, rgba(36,36,40,0.6) 60%, rgba(36,36,40,1) 100%);
    }
    .team-section .team-col * {
        color: #fff;
    }

}

@media (max-width: 979px) {
    .team-section {
        min-height: 3602px;
        padding-top: 0;
    }
    .team-section  svg {
        width: 200px;
        height: auto;
    }
    .team-section .team-col img {
        width: 250px;
    }
    .team-section .team-col div {
        font-size: 14px;
        line-height: 21px;
    }
    .team-section .team-col:first-child:not(:last-child) {
        margin-top: 100px;
    }
    .team-section .team-col:last-child div {
        bottom: 100px;
    }
    .team-section .team-row {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .team-section  {
        min-height: auto;
    }
    .team-section  svg {
        display: none;
    }
    .team-section .ball-canvas > *:not(.btn-artd) {
        display: none;
    }
    .team-section .ball-canvas {
        margin-top: -157px;
    }
    .team-section .btn-artd {
        opacity: 1 !important;
    }
    .team-section .team-col {
        width: 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .team-section .team-col div {
        padding: 20px 35px;
        left: 15px;
        width: calc(100% - 30px);
    }
    .team-section .team-col img {
        width: 100%;
    }
    .team-section .team-row {
        margin: 0 -15px;
    }
    .team-section .team-col div > p {
        position: static;
    }
    a.btn-artd {
        left: calc(50% - 130px);
    }
    .team-section .team-col:first-child:not(:last-child) {
        margin-top: 0;
    }
    .team-section .team-col:last-child div {
        bottom: 0;
    }
    .team-section .team-row {
        margin-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .team-section .team-col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .team-section .team-row {
        margin-bottom: 0;
    }
    .team-section .team-col:first-child:not(:last-child) {
        margin-top: 0;
    }
    .team-section .team-col:last-child div {
        bottom: 0;
    }
    .team-section .team-col div {
        padding: 20px;
    }
}
.new-hole {
    background: #000;
    border-radius: 50%;
    opacity: 0;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: absolute;
    bottom: 108px;
    width: 100px;
    height: 40px;
    left: calc(50% - 41px);
}
.ball-canvas.active .new-hole {
    opacity: 1;
    animation-name: hole-enlarge, hole-hide;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 0s, 1s;
}
a.btn-artd {
    background: #A8D45A;
    padding: 11px 15px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    bottom: 108px;
    left: calc(50% - 110px);
    width: 100%;
    max-width: 260px;
    /*transform: translateX(-50%);*/
    color: #242428!important;
    text-transform: uppercase!important;
    text-decoration: none;
    text-align: center;
}
@media (max-width: 767px) {
    a.btn-artd {
        opacity: 1;
    }
}
a.btn-artd:hover {
    opacity: .8!important;

}
.ball-canvas.active .btn-artd {
    transition: opacity 0.3s ease-in-out;
    animation-name: showbtn;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
@keyframes showbtn {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes hole-enlarge {
    0% {
        width: 50px;
        height: 20px;
        left: 0;
    }
    100% {
        width: 100px;
        height: 40px;
        left: calc(50% - 41px);
    }
}

@keyframes hole-hide {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}
.content-top-0 .container {
    max-width: 1520px !important;
}

/** dj megamenu fixes **/

#wrapper .dj-megamenu-select-dark .dj-mobile-open-btn, 
#wrapper .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, 
#wrapper .dj-megamenu-accordion-dark .dj-mobile-open-btn {
  width: auto;
  height: auto;
}


#wrapper ~ .dj-offcanvas ul.dj-mobile-dark li.dj-mobileitem.parent:not(.active) >a span.toggler,
#wrapper .dj-megamenu-clean .arrow {
  -webkit-transform: none;
  transform: none;
}

#wrapper .dj-megamenu-clean li ul.dj-submenu > li > a {
  margin: 0 -10px;
}

/** single article main header adjustments **/

body.blog #main .blog-header .blog-headline .blog-headline-inner .page-header h1, body.arbeiten #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
  padding-left: 0;
  padding-right: 0;
}


@media (min-width: 768px) {
  body.blog .blog-header .item-image:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
  }
  body.blog.dark .blog-header .item-image:after {
    background: rgba(250, 250, 250, 0.4);
  }
  body.blog .blog-header .item-image:before {
    content: '';
    background: linear-gradient(0deg, rgba(36, 36, 40, 1) 0%, rgba(36, 36, 40, 0.8) 13%, rgba(36, 36, 40, 0) 50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  body.blog.dark .blog-header .item-image:before {
    background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0.8) 13%, rgba(250, 250, 250, 0) 50%);
  }
  body.blog #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
    background: none !important;
  }
}

@media screen and (max-width: 768px) {
  body.blog.dark .blog-header .item-image:after {
    background: rgba(250, 250,250, 0.7);
  }
  body.blog.dark .blog-header .item-image:before {
    background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0.84) 13%, rgba(250, 250, 250, 0) 50%);
  }
  body.blog.dark #main .blog-header .blog-headline .blog-headline-inner .page-header h1 {
    color: #000;
    background: none !important;
  }
  body.blog.dark .blog-header .blog-headline .blog-headline-inner .article-info .category-name, 
  body.blog.dark .blog-header .blog-headline .blog-headline-inner .article-info .category-name span, 
  body.blog.dark .blog-header .blog-headline .blog-headline-inner .article-info .category-name a, 
  body.blog.dark .blog-header .blog-headline .blog-headline-inner .article-info .published time {
    color: #000;
  }
  body.blog.dark .blog-header .blog-headline .blog-headline-inner .article-info .category-name:before {
    background: #000;
  }
}
.moduletable.newsflash ul li .newsflash-image img {
  height: 250px !important;
  object-fit: cover !important;
  width: -moz-available !important;
}
.antwort {
    padding: 20px;
    background-color: var(--answer-bg);
    border: 1px solid #a8d45a;
    margin-bottom: 30px;
}


/** landing page **/

body.landing-page header .header-bottom .moduletable .subheader100 .mod-custom-inner .inner {
width: auto;
}

body.landing-page header .header-bottom .moduletable .subheader100 {
  min-height: 300px;
}

@media (min-width: 768px) {
  body.landing-page .content-top-1 .col-12 {
    display: flex;
    gap: 60px;
  }

  body.landing-page .content-top-1 .moduletable {
    width: 50%;
  }
}

body.landing-page .content-top-1 .moduletable {
  max-width: 100%;
  margin: 0;
} 

/*

body.landing-page .content-top-1 .moduletable.contact {
  top: 470px;
  top: auto;
  bottom: 25px;
  left: calc(50% + 60px);
  max-width: 498px !important;
}

*/

/*
body.landing-page .content-top-1 .container {
  position: static;
}
*/

body.landing-page .content-top-grid {
  margin: 136px 0 0;
}

body.landing-page .content-top-grid .container,
body.landing-page .content-bottom-2 .container .moduletable {
  padding-bottom: 0;
}

body.landing-page .convertforms form .cf-form-wrap .cf-fields .cf-control-group .cf-control-input button[type="submit"] {
  max-width: 100%;
}

body.landing-page header .header-bottom .moduletable .subheader100, 
body.landing-page header .header-bottom .moduletable .subheader50 {
  height: 50vh;
}


body.landing-page .content-bottom-3 .moduletable.full-image {
  padding: 0;
}

ul.green {
  padding-top: 6px !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

ul.green li {
  background: url("../images/check-green.svg") no-repeat;
  color: var(--green);
  background-position: left 5px;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 34px;
}

/** fix custom fields in the newsflash module on the homepage **/

.moduletable.newsflash .newsflash-horiz li.field-entry {
  max-width: 100% !important;
} 

/** fix unsorted lists **/

.com-content-article__body ol {
  margin-bottom: 0;
}

.com-content-article__body ol li:not(:last-of-type) {
  margin-bottom: 15px;
}

/** refernz light dark image **/

body.arbeiten:not(.dark) .com-content-article.bild-1-light.bild-1-dark .field-entry.bild-1 {
  display: none;
}

body.arbeiten.dark .com-content-article.bild-1-light.bild-1-dark .field-entry.bild-1 {
  display: block;
}

body.arbeiten:not(.dark) .com-content-article.bild-1-light.bild-1-dark .field-entry.bild-1-dark {
  display: block;
}

body.arbeiten.dark .com-content-article.bild-1-light.bild-1-dark .field-entry.bild-1-dark {
  display: none;
}




body.arbeiten:not(.dark) .com-content-article.bild-2-light.bild-2-dark .field-entry.bild-2 {
  display: none;
}

body.arbeiten.dark .com-content-article.bild-2-light.bild-2-dark .field-entry.bild-2 {
  display: block;
}

body.arbeiten:not(.dark) .com-content-article.bild-2-light.bild-2-dark .field-entry.bild-2-dark {
  display: block;
}

body.arbeiten.dark .com-content-article.bild-2-light.bild-2-dark .field-entry.bild-2-dark {
  display: none;
}

.green-link {
  color: var(--green) !important;
  font-weight: 500;
}

.btn-play {
  cursor: pointer;
  color: #A8D45A;
  text-decoration: none;
  position: relative;
  top: -1px;
}

.btn-play svg {
  fill: #A8D45A;
  margin: 0 5px;
}



/** Marketing Automation Site-Modules**/
.content-top-2 .container div#mod-342,
.content-top-2 .container div#mod-340 {
  padding-bottom: 0;
}

.container .moduletable div#mod-custom340 .grey-box {
  margin-top: 0;
}
.content-top-2 .container div#mod-340 h2 {
	margin-bottom: 24px;
}


/** DO NOT SHOW PRICES **/

.price {
  display:none !important;
  visibility: hidden;
}

.personal_contact {
  display: flex;
	align-items: center;
}

.personal_contact img{
  width: 150px;
  margin-right: 30px;
}

.personal_contact > div {
  margin-top: auto;
}

.personal_contact > div p {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #mod-custom142 a[href^="tel"] {
    display: block;
  }
  #mod-custom142 .btn {
    display: block;
    margin-top: 30px;
  }
  .personal_contact {
    flex-direction: column;
    align-items: initial;
  }
  .personal_contact img{
    width: auto;
    margin-right: 0;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
    .container .moduletable .col-7, .container .moduletable .col-5{
        width: 100%;
    }
}


/****** Activecampaign Form Webinar ******/
form._form {
    /*border: 1px solid #4b4b4e;*/
  	border: 1px solid rgba(0, 0, 0, 0.2);
    background: var(--formbox);
    width: 100% !important;
    margin: 0 !important;
    padding: 26px 30px;
    border-radius: 4px !important;
}

form._form button {
    background: #A8D45A;
    min-width: 260px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #242428 !important;
    padding: 10px 24px 10px 24px;
  	border: 0px;
    border-radius: 0;
    margin-top: 48px;
}

form._form div._form_element {
    margin-bottom: 26px;
}

form._form div._form-content input {
    background: var(--fieldbg);
  	color: var(--whitetext);
    font-style: normal;
    font-weight: normal;
    /* font-size: 16px; */
    line-height: 130%;
    letter-spacing: 0.1px;
    height: 45px;
    border: var(--formborder);
    /*border: 1px solid #6F6F6F;*/
    border-radius: 0;
    padding: 13px 12px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form._form div._form-content textarea {
    background: var(--fieldbg);
  	color: var(--whitetext);
    font-style: normal;
    font-weight: normal;
    /* font-size: 16px; */
    line-height: 130%;
    letter-spacing: 0.1px;
    height: 45px;
    border: var(--formborder);
    /*border: 1px solid #6F6F6F;*/
    border-radius: 0;
    padding: 13px 12px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form._form div._form-content select {
    background: var(--fieldbg);
  	color: var(--whitetext);
    font-style: normal;
    font-weight: normal;
    /* font-size: 16px; */
    line-height: 130%;
    letter-spacing: 0.1px;
    height: 45px;
  	border: var(--formborder);
    /*border: 1px solid #6F6F6F;*/
    border-radius: 0;
    padding: 13px 12px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form._form div._form-content select option {
  	color: var(--whitetext);
}

form._form ._form-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
}

form._form span.field-required {
    color: #FF005E;
}

form._form div._form-content div._error-inner{
  color: #FF005E;
}
div.form-desc {
  	margin-bottom: 35px;
}




/** Kunden logo carousel **/
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logos-carousel {
  overflow: hidden;
  padding: 50px 0;
  background: #000;
  white-space: nowrap;
  position: relative;
}

.logos-carousel::before,
.logos-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logos-carousel::before {
  left: 0;
  background: linear-gradient(to left, rgba(0,0,0,0), #000);
}

.logos-carousel::after {
  right: 0;
  background: linear-gradient(to right, rgba(0,0,0,0), #000);
}

.logos-carousel:hover .logos-track {
  animation-play-state: paused;
}

.logos-track {
  display: inline-flex;
  animation: 35s slide infinite linear;
  will-change: transform;
}

.logos-slide {
  display: inline-flex;
  align-items: center;
}

.logos-slide a {
  display: inline-flex;
  align-items: center;
  margin: 0 40px;
}

.logos-slide img {
  vertical-align: middle;
  width: auto;
  height: auto;
  filter: grayscale(1) invert(1) brightness(1);
  max-height: 100px;
  max-width: 189.733px;
  display: block;
  /* Hide broken images */
  min-width: 150px;
}

/* Hide parent anchor if image fails to load */
.logos-slide a:has(img[src=""]),
.logos-slide a:has(img:not([src])) {
  display: none;
}

.dark .logos-slide img {
  filter: grayscale(1) invert(0) brightness(1);
}

.logos-slide img:hover {
  filter: none;
  transition: filter 0.7s ease;
}

/* Support for CSS custom properties (from original style.css) */
.logos-carousel.with-css-vars {
  background: var(--darkbg, #000);
}

.logos-carousel.with-css-vars::before {
  background: linear-gradient(to left, rgba(0,0,0,0), var(--darkbg, #000));
}

.logos-carousel.with-css-vars::after {
  background: linear-gradient(to right, rgba(0,0,0,0), var(--darkbg, #000));
}

/* fix header issue on small screens */

@media screen and (max-width: 768px) {
header .header-bottom .moduletable .subheader100 .mod-custom-inner, header .header-bottom .moduletable .subheader50 .mod-custom-inner {
top: 0;
transform: none;
padding-top: 146.67px;
padding-bottom: 30px;
}

header .header-bottom .moduletable .subheader100, header .header-bottom .moduletable .subheader50 {
height: auto;
}
}