/*
Theme Name: GATACA Unterseite
Author: 2code
Author URI: secret;
Tags: theme, responsive;
Description: Custom theme for GATACA Subpages
Version: 1.0
*/

@font-face {
    font-family: Graphik;
    src: url("fonts/graphik-font-family/GraphikRegular.otf") format("opentype"),
    url('fonts/graphik-font-family/GraphikRegular.woff') format('woff'),
    url('fonts/graphik-font-family/GraphikRegular.woff2') format('woff2');

}

@font-face {
    font-family: GraphikLight;
    src: url("fonts/graphik-font-family/GraphikLight.otf") format("opentype"),
    url('fonts/graphik-font-family/GraphikLight.woff') format('woff'),
    url('fonts/graphik-font-family/GraphikLight.woff2') format('woff2');
}

@font-face {
    font-family: GraphikMedium;
    src: url("fonts/graphik-font-family/GraphikMedium.otf") format("opentype"),
    url('fonts/graphik-font-family/GraphikMedium.woff') format('woff'),
    url('fonts/graphik-font-family/GraphikMedium.woff2') format('woff2');
}

@font-face {
    font-family: GraphikSemiBold;
    src: url("fonts/graphik-font-family/GraphikSemibold.otf") format("opentype"),
    url('fonts/graphik-font-family/GraphikSemibold.woff') format('woff'),
    url('fonts/graphik-font-family/GraphikSemibold.woff2') format('woff2');
}

@font-face {
    font-family: GraphikLightItalic;
    src: url("fonts/graphik-font-family/GraphikLightItalic.otf") format("opentype"),
    url('fonts/graphik-font-family/GraphikLightItalic.woff') format('woff'),
    url('fonts/graphik-font-family/GraphikLightItalic.woff2') format('woff2');
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body{
    overflow-x: hidden;
}

body,
body>* {
    max-width: 100%;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

strong{
    font-family: GraphikSemiBold;
}

:root {
    --gatacaBlack: #000;
    --gatacaGrey: #313131;
    --gatacaMediumdarkGrey: #2b2b2b;
    --gatacaDarkGrey: #212121;
    --gatacaLightDark: #2B2B2B;
    --gatacaBlue: #0e8bb4;
    --gatacaOrange: #E28636;
    --gatacaGreen: #7FAE2F;
    --gatacaLightGrey: #BCBCBC;
    /* Systemhaus */
}

/* set colors for all pages */
:root .section-4 {
    /* kreativlabor */
    --mainColor: #E28636;
    --hoverColor: #eba05f;
    --smallhexagon: url('/wp-content/themes/subpage/images/small-hexagon-orange.png');
    --headerhexgon: url('/wp-content/themes/subpage/images/header-hexagon-orange.png');
    --bighexagon: url('/wp-content/themes/subpage/images/big-hexagon-orange.png');
    --checkedbox: url('/wp-content/themes/subpage/images/check_orange.png');
    --hexagonsmallhalfleft: url('/wp-content/themes/subpage/images/hexagon_small_half_left_orange.png');
    --hexagonsmallhalfright: url('/wp-content/themes/subpage/images/hexagon_small_half_right_orange.png');
    --hexagonhalfleft: url('/wp-content/themes/subpage/images/hexagon_half_left_orange.png');
    --hexagonhalfright: url('/wp-content/themes/subpage/images/hexagon_half_right_orange.png');
    --hexagonhalfleftbutton: url('/wp-content/themes/subpage/images/button-hexagon-left-orange.png');
    --hexagonhalfrightbutton: url('/wp-content/themes/subpage/images/button-hexagon-right-orange.png');
    --hexagonhalfleftbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-left-orange-hover.png');
    --hexagonhalfrightbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-right-orange-hover.png');
    --arrowleftmedium: url('/wp-content/themes/subpage/images/arrow-left-medium-orange.svg');
    --arrowrightmedium: url('/wp-content/themes/subpage/images/arrow-right-medium-orange.svg');
    --arrowright: url('/wp-content/themes/subpage/images/arrow-right-orange.svg');
}

:root .section-3 {
    /* systemhaus */
    --mainColor: #0E8BB4;
    --hoverColor: #5aa4bc;
    --smallhexagon: url('/wp-content/themes/subpage/images/small-hexagon-blue.png');
    --headerhexgon: url('/wp-content/themes/subpage/images/header-hexagon-blue.png');
    --bighexagon: url('/wp-content/themes/subpage/images/big-hexagon-blue.png');
    --checkedbox: url('/wp-content/themes/subpage/images/check_blue.png');
    --hexagonsmallhalfleft: url('/wp-content/themes/subpage/images/hexagon_small_half_left_blue.png');
    --hexagonsmallhalfright: url('/wp-content/themes/subpage/images/hexagon_small_half_right_blue.png');
    --hexagonhalfleft: url('/wp-content/themes/subpage/images/hexagon_half_left_blue.png');
    --hexagonhalfright: url('/wp-content/themes/subpage/images/hexagon_half_right_blue.png');
    --hexagonhalfleftbutton: url('/wp-content/themes/subpage/images/button-hexagon-left-blue.png');
    --hexagonhalfrightbutton: url('/wp-content/themes/subpage/images/button-hexagon-right-blue.png');
    --hexagonhalfleftbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-left-blue-hover.png');
    --hexagonhalfrightbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-right-blue-hover.png');
    --arrowleftmedium: url('/wp-content/themes/subpage/images/arrow-left-medium-blue.svg');
    --arrowrightmedium: url('/wp-content/themes/subpage/images/arrow-right-medium-blue.svg');
    --arrowright: url('/wp-content/themes/subpage/images/arrow-right-blue.svg');
}

:root .section-5 {
    /* datenschutz */
    --mainColor: #7FAE2F;
    --hoverColor: #a9d55d;
    --smallhexagon: url('/wp-content/themes/subpage/images/small-hexagon-green.png');
    --headerhexgon: url('/wp-content/themes/subpage/images/header-hexagon-green.png');
    --bighexagon: url('/wp-content/themes/subpage/images/big-hexagon-green.png');
    --checkedbox: url('/wp-content/themes/subpage/images/check_green.png');
    --hexagonsmallhalfleft: url('/wp-content/themes/subpage/images/hexagon_small_half_left_green.png');
    --hexagonsmallhalfright: url('/wp-content/themes/subpage/images/hexagon_small_half_right_green.png');
    --hexagonhalfleft: url('/wp-content/themes/subpage/images/hexagon_half_left_green.png');
    --hexagonhalfright: url('/wp-content/themes/subpage/images/hexagon_half_right_green.png');
    --hexagonhalfleftbutton: url('/wp-content/themes/subpage/images/button-hexagon-left-green.png');
    --hexagonhalfrightbutton: url('/wp-content/themes/subpage/images/button-hexagon-right-green.png');
    --hexagonhalfleftbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-left-green-hover.png');
    --hexagonhalfrightbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-right-green-hover.png');
    --arrowleftmedium: url('/wp-content/themes/subpage/images/arrow-left-medium-green.svg');
    --arrowrightmedium: url('/wp-content/themes/subpage/images/arrow-right-medium-green.svg');
    --arrowright: url('/wp-content/themes/subpage/images/arrow-right-green.svg');
}

:root .section-6 {
    /* digitalisierung */
    --mainColor: #555555;
    --hoverColor: #bcbcbc;
    --smallhexagon: url('/wp-content/themes/subpage/images/small-hexagon-grey.png');
    --headerhexgon: url('/wp-content/themes/subpage/images/header-hexagon-grey.png');
    --bighexagon: url('/wp-content/themes/subpage/images/big-hexagon-grey.png');
    --checkedbox: url('/wp-content/themes/subpage/images/check_grey.png');
    --hexagonsmallhalfleft: url('/wp-content/themes/subpage/images/hexagon_small_half_left_grey.png');
    --hexagonsmallhalfright: url('/wp-content/themes/subpage/images/hexagon_small_half_right_grey.png');
    --hexagonhalfleft: url('/wp-content/themes/subpage/images/hexagon_half_left_grey.png');
    --hexagonhalfright: url('/wp-content/themes/subpage/images/hexagon_half_right_grey.png');
    --hexagonhalfleftbutton: url('/wp-content/themes/subpage/images/button-hexagon-left-grey.png');
    --hexagonhalfrightbutton: url('/wp-content/themes/subpage/images/button-hexagon-right-grey.png');
    --hexagonhalfleftbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-left-grey-hover.png');
    --hexagonhalfrightbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-right-grey-hover.png');
    --arrowleftmedium: url('/wp-content/themes/subpage/images/arrow-left-medium-grey.svg');
    --arrowrightmedium: url('/wp-content/themes/subpage/images/arrow-right-medium-grey.svg');
    --arrowright: url('/wp-content/themes/subpage/images/arrow-right-grey.svg');
}


:root .section-2 {
    /* holding */
    --mainColor: #000;
    --hoverColor: #0c0c0c;
    --smallhexagon: url('/wp-content/themes/subpage/images/small-hexagon-black.png');
    --headerhexgon: url('/wp-content/themes/subpage/images/header-hexagon-black.png');
    --bighexagon: url('/wp-content/themes/subpage/images/big-hexagon-black.png');
    --checkedbox: url('/wp-content/themes/subpage/images/check_black.png');
    --hexagonsmallhalfleft: url('/wp-content/themes/subpage/images/hexagon_small_half_left_black.png');
    --hexagonsmallhalfright: url('/wp-content/themes/subpage/images/hexagon_small_half_right_black.png');
    --hexagonhalfleft: url('/wp-content/themes/subpage/images/hexagon_half_left_black.png');
    --hexagonhalfright: url('/wp-content/themes/subpage/images/hexagon_half_right_black.png');
    --hexagonhalfleftbutton: url('/wp-content/themes/subpage/images/button-hexagon-left-black.png');
    --hexagonhalfrightbutton: url('/wp-content/themes/subpage/images/button-hexagon-right-black.png');
    --hexagonhalfleftbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-left-black-hover.png');
    --hexagonhalfrightbuttonhover: url('/wp-content/themes/subpage/images/button-hexagon-right-black-hover.png');
    --arrowleftmedium: url('/wp-content/themes/subpage/images/arrow-left-medium.svg');
    --arrowrightmedium: url('/wp-content/themes/subpage/images/arrow-right-medium.svg');
    --arrowright: url('/wp-content/themes/subpage/images/arrow-right-black.svg');
}

#preloadedImages:after{
    content: var(--hexagonhalfleftbuttonhover) var(--hexagonhalfrightbuttonhover) var(--arrowleftmedium) var(--arrowrightmedium) var(--arrowright);
    opacity: 0;
    position: absolute;
    bottom: -100px;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 20px;
    line-height: 28px;
    font-family: 'GraphikLight', sans-serif;
    overflow-x: hidden;
    background-color: white;
    color: #000;
}

section.dark {
    color: #fff;
}

p {
    font-weight: 300;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-bottom: 25px;
    font-family: GraphikMedium;
}

h1 {
    font-family: GraphikMedium;
    font-size: 56px;
    line-height: 73px;
    margin-bottom: 15px;
}

h2 {
    font-family: GraphikMedium;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
}

h3 {
    font-family: GraphikMedium;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 25px;
}

h4 {
    font-family: GraphikMedium;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 12px;
}


h5 {
    font-size: 25px;
    line-height: 30px;
}

h6 {
    font-size: 20px;
    line-height: 24px;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}


header.subpage {
    border-top: 6px solid var(--mainColor);
}

img {
    max-width: 100%;
    height: auto;
}

.navbar {
    padding: 30px 48px 36px 48px;
    background-color: var(--gatacaDarkGrey);
    z-index: 10;
}

.navbar-brand,
.nav {
    padding: 0;
}

.nav>div.navbar-collapse {
    justify-content: flex-end;
}

.navbar-brand .logo {
    max-width: 175px;
}

/*
.navbar-nav {
    justify-content: space-between;
    width: 63%;
    margin-right: 12%;
    display: block;
    text-align: center;
}

.navbar-nav li{
    display: inline-block;
    margin-right: 50px;
    margin-left: 50px;
}

.navbar-nav li:first-child{
    margin-left: 0;
}

.navbar-nav li:last-child{
    margin-right: 0;
}

.navbar-nav>.menu-item>a {
    padding: 5px 15px;
    color: white;
    text-decoration: none;
}*/

.contacts a {
    font-size: 16px;
}

.contacts a,
.footer-menu a {
    color: white;
    text-decoration: none;
}

.contacts a:not(:only-child):last-child {
    padding-left: 0.6rem;
    position: relative;
}

.footer-menu li:not(:only-child):first-child a {
    padding-right: 0.4rem;
    position: relative;
}

.contacts a:not(:only-child):last-child:before {
    content: '|';
    position: absolute;
    left: 0;
    margin-top: -1px;
    top: 0;
    line-height: 1;
}

/*
header .navbar-nav > li{
    position: relative;
}

header .navbar-nav > li.current-menu-item:before, header .navbar-nav > li.current-menu-parent:before, header .navbar-nav > li:hover:before{
    content: var(--headerhexgon);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
}
*/

header .morelinks {
    margin-left: 15px;
}

header .navbar {
    padding: 18px 30px 18px 50px;
    /* box-shadow: 0px 3px 6px #00000029; */
}

header .navbar-brand {
    margin-right: 50px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 16px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

footer b, .footer-menu>li>a {
    font-size: 20px;
}

header .navbar ul.navbar-nav>li {
    margin-left: 20px;
    margin-right: 20px;
}

header .navbar ul.navbar-nav>li:first-child {
    margin-left: 0;
}


header .navbar ul.navbar-nav>li:last-child {
    margin-right: 0;
}

header li a {
    font-size: 16px;
    padding-bottom: 2px;
}

footer {
    background-color: #000;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 74px;
    font-weight: 300;
}

footer a {
    color: #FFF;
}

footer .icons {
    width: 100%;
    margin-top: 40px;
}

footer .copyright {
    margin-top: 66px;
    text-align: center;
}

footer .first-box {
    padding-right: 115px;
}

footer .second-box {
    line-height: 35px;
}

footer hr {
    margin-top: 110px;
}

header {
    box-shadow: 0px 3px 6px #00000029;
}

header.white .navbar {
    background-color: #FFF;
    color: var(--gatacaDarkGrey);
}

header.white .navbar-nav>.menu-item>a {
    color: var(--gatacaDarkGrey);
}

header.white .contacts a, header.white .footer-menu a {
    color: var(--gatacaDarkGrey);
}

/*
header .navbar-nav{
    margin-right: 0;
    width: 100%;
}

header .sub-menu{
    position: absolute;
    background-color: #FFF;
    padding: 5px 0px;
    box-shadow: 0px 3px 6px #00000029;
    top: 30px;
    width: 330px;
    display: none;
    z-index: 9;
}

header.black .sub-menu{
    background-color: #000;
}

header.black .sub-menu li a, header.black .sub-menu li:hover a{
    color: #FFF;
}

header li:hover .sub-menu{
    display: block;
}

header .sub-menu li{
    width: 100%;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin: 0;
}

header .sub-menu li a{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
}

header .sub-menu li a:hover{
    color: inherit;
}

header .sub-menu li:after{
    content: " ";
    width: 0;
    background-color: var(--mainColor);
    height: 1px;
    left: 20px;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    display: block;
}

header .sub-menu li:hover:after{
    width: 60px;
}*/


/*header li li{
    padding-left: 0;
    opacity: 0;
}

header li:hover li:nth-child(2){ animation-delay: .1s; }
header li:hover li:nth-child(3){ animation-delay: .15s; }
header li:hover li:nth-child(4){ animation-delay: .2s; }
header li:hover li:nth-child(5){ animation-delay: .25s; }
header li:hover li:nth-child(6){ animation-delay: .3s; }
header li:hover li:nth-child(7){ animation-delay: .35s; }
header li:hover li:nth-child(8){ animation-delay: .4s; }
header li:hover li:nth-child(9){ animation-delay: .45s; }
header li:hover li:nth-child(10){ animation-delay: .5s; }*/

/*
header li:hover li{
    animation: fade-sub-menu .2s forwards;
}*/

/*@keyframes fade-sub-menu { 
    100% { opacity: 1; }
    100% { padding-left: 20px; }
}
*/
header .nav>div.navbar-collapse, header .subpage .nav > div.navbar-collapse {
    justify-content: flex-start;
}


header .sub-menu {
    position: absolute;
    display: none;
    width: 100%;
    padding-left: 275px;
    padding-top: 55px;
    padding-bottom: 60px;
    padding-right: 55%;
    left: 0;
    top: 100%;
    background-color: #FFF;
    columns: 2;
}

header .sub-menu.with-image{
    min-height: 311px;
}

header li.open .sub-menu {
    display: block;
}

header li.open>a {
    border-bottom: 1px solid #000;
}

header .sub-menu li {
    list-style-type: none;
    margin-bottom: 30px;
    display: block;
}

@media(min-width: 1780px) and (max-width: 1940px){
    header .sub-menu li{
        white-space: nowrap;
    }   
}

header .sub-menu li:not(.has-image) a:hover {
    color: #000;
    border-bottom: 1px solid black;
}

header.subopen:after {
    content: " ";
    position: fixed;
    background-color: #00000050;
    top: 5px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

header li.has-image {
    position: absolute;
    right: 0;
    margin-bottom: 0;
    top: 0;
    text-align: right;
}

header .return{
    display: none;
}

header li.has-image a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    right: 280px;
    top: 55px;
}

header li.has-image a:hover {
    color: #00000050;
}

header li.has-image img {
    height: 216px;
    width: auto;
    transition: 0.2s all ease-in-out;
    right: 30px;
}

header li.has-image span {
    font-size: 20px;
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    z-index: 9;
}

header li.has-image a:hover span:after {
    opacity: 0.5;
}

header li.has-image span:after {
    content: url('/wp-content/themes/subpage/images/arrow-up-short.svg');
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header li.has-image a:hover img {
    transform: scale(1.2);
}


.page-header {
    position: relative;
    height: 100vh;
    width: 100vw;
    box-shadow: 0 0 15px 0 #00000029;
}

.maincontent {
    padding-top: 75px;
}

footer .footer-menu>li {
    width: 50%;
    line-height: 35px;
}

footer .footer-menu>li>a {
    font-weight: 900;
}

footer .footer-menu>li .sub-menu {
    list-style-type: none;
    padding-left: 0;
}

.background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.page-header-content {
    position: absolute;
    width: 80vw;
    right: 50%;
    bottom: 40%;
    transform: translate(50%, 50%);
    padding: 0 51px;
    color: white;
}

.page-header-content .col-6 {
    align-self: center;
    position: relative;
}

.page-header-content .col-6.image-wrapper {
    height: 490px;
}

.page-header-content .blog-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-header-text::after {
    content: url('/wp-content/themes/subpage/test-images/scroll-down.png');
    position: absolute;
    bottom: 0;
    left: 4px;
    opacity: 0;
    animation-name: show-down;
    animation-duration: 0.7s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes show-down {
    100% {
        bottom: -70px;
        opacity: 1;
    }
}

/*.home header.subpage {
    top: -150px;
    animation-name: slidedown-in;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}*/

@keyframes slidedown-in {
    100% {
        top: 0;
    }
}

.img-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3636364D 0%, #2E2E2ECC 41%, #2D2D2DE3 55%, #212121 100%);
}

.hexagons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 115px;
    color: white;
    padding-bottom: 80px;
}

@keyframes show-up {
    100% {
        margin-top: -90px;
        opacity: 1;
    }
}

/* hexagon shapes */


.hexagon {
    width: 397px;
    height: 450px;
    position: relative;
    background-image: var(--bighexagon);
    padding-top: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    opacity: 0;
    animation-name: show-up;
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.hexagon:nth-child(1), .hexagon:nth-child(3) {
    animation-delay: 1.2s;
}

.hexagons>.hexagon:not(:last-child) {
    margin-right: 86px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

/** animations **/
.myfade {
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.myfade.myvisible {
    opacity: 1;
    /*padding-top: 0px;
    padding-bottom: 150px;*/
}

.flyleft {
    position: relative;
    left: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flyright {
    position: relative;
    right: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flyleft.myvisible {
    left: 0px;
    opacity: 1;
}

.flyright.myvisible {
    right: 0px;
    opacity: 1;
}

section.block:last-of-type {
    padding-bottom: 200px;
}

/* module block-contact-four-cols */
section.block-contact-four-cols {
    padding: 100px 0;
}

section.block-contact-four-cols .people {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 111px;
}

section.block-contact-four-cols h2 {
    color: var(--gatacaBlack);
}

section.block-contact-four-cols img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.block-contact-four-cols h4 {
    color: var(--gatacaBlack);
    font-family: GraphikMedium;
    line-height: 31px;

    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
}

section.block-contact-four-cols p {
    color: var(--gatacaBlack);
    font-family: Graphik;
    line-height: 25px;

    text-align: center;
    margin-bottom: 0;
}

/* module banner */

section.block-banner {
    padding-bottom: 100px;
    padding-top: 19px;
}
section.block-banner *{
    word-break: break-word;
}

section.block-banner .backgroundimage {
    max-height: 637px;
    object-fit: cover;
    width: 100%;
}

section.block-banner .banner-wrapper {
    position: relative;
}

section.block-banner .text-wrapper {
    position: absolute;
    bottom: 50px;
    left: 50px;
}


section.block-banner a::after{
    content: '\1F862';
    padding-left: 10px;
    font-size: 15px;
}

section.block-banner .pagetitle {
    margin-bottom: 0;
    margin-right: 30px;
    display: inline-block;
    color: white;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8.51px 15.89px;
    --btn-raise: 1rem;
    -webkit-clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
    clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
    background-color: var(--gatacaBlack);
}

/* module locations */
section.block-locations{
    padding: 100px 0;
}

section.block-locations .locations {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

section.block-locations .adress {
    margin-bottom: 20px;
}

section.block-locations p{
    margin-bottom: 0;
    letter-spacing: 0.4px;
}

section.block-locations iframe{
    width: 100%;
    max-height: 641px;
    height: 40rem;
}

/** module columns **/
.columns-block img {
    height: auto !important;
}

.columns-block .innerwrapper {
    background-color: #FFF;
    box-shadow: 0px 3px 15px #00000029;
}

.columns-block .text {
    padding: 25px;
    padding-bottom: 20px;
}

.columns-block.dark {
    background-color: #000;
}

.columns-block.dark .innerwrapper {
    background-color: #313131;
    color: #FFF;
}

.columns-block.dark .innerwrapper a {
    color: #FFF;
}

.columns-block .text p:last-child {
    margin-bottom: 0;
}

/** module toggle **/
.toggle-block {
    padding-top: 240px;
    padding-bottom: 240px;
}

.toggle-block h2 {
    margin-bottom: 33px;
}

.toggle-block .accordion .accordion-item h2 {
    margin-bottom: 0;
}

.toggle-block .accordion-button {
    font-size: 30px;
    padding-left: 35px;
    box-shadow: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.toggle-block .accordion .accordion-item {
    background-color: #FFF;
    box-shadow: 0px 3px 15px #00000029;
    margin-bottom: 20px;
    border-radius: 0 !important;
    border: none !important;
}

.toggle-block .accordion-button:not(.collapsed) {
    color: var(--gatacaDarkGrey);
    background-color: #FFF;
}

.toggle-block .accordion-button:after {
    content: " ";
    background-image: none;
    width: 30px;
    height: 3px;
    background-color: var(--gatacaDarkGrey);
    transform: rotate(-90deg);
    right: 55px;
    position: absolute;
}

.toggle-block .accordion-button:before {
    content: " ";
    background-image: none;
    width: 30px;
    height: 3px;
    background-color: var(--gatacaDarkGrey);
    right: 55px;
    position: absolute;
}

.toggle-block .accordion-button:not(.collapsed):after {
    transform: rotate(-0deg);
}

.toggle-block .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.toggle-block .accordion-body {
    padding-left: 36px;
    max-width: 100%;
    width: 850px;
}

.toggle-block.dark {
    background-color: #000;
}

.toggle-block.dark .accordion-button:before, .toggle-block.dark .accordion-button:after {
    background-color: #FFF;
}

.toggle-block.dark .accordion .accordion-item, .toggle-block.dark .accordion-button {
    background-color: #313131;
    color: #fff;
}

.toggle-block.dark .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #313131;
}


/** faq module **/
.faq .accordion-button{
    font-size: 20px;
    line-height: 1;
    padding: 0;
}

.faq .accordion-button h2{
    font-family: 'Graphik';
}

.faq .accordion-body{
    padding: 0;
    padding-top: 10px;
    padding-right: 140px;
}

.faq .accordion-item{
    margin-bottom: 30px;
    border: none;
    border-bottom: #c8c8c8 solid 1px;
    padding-bottom: 20px;
}

.faq .accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.faq .accordion-button:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f068';
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    width: 26px;
    height: 26px;
    background-image: none;
    text-align: center;
    padding-top: 4px;
    font-size: 16px;
    transform: none;
}

.faq .accordion-button:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\2b';
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    width: 26px;
    height: 26px;
    background-image: none;
    text-align: center;
    padding-top: 4px;
    font-size: 16px;
    transform: none;
    position: absolute;
    right: 0;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq .accordion-button:not(.collapsed):before{
    opacity: 0;
}

.faq .accordion-button:focus{
    border: none !important;
    box-shadow: none !important;
}

/** module header **/
.header-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    margin-top: 0;
    position: relative;
}

.header-block.color-white {
    color: #FFF;
}

.header-block h1 {
    margin-bottom: 20px;
}

.text-centered {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.horizontal-centered {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.scrolldown {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    cursor: pointer;
}

/** module cards **/
.cards-block.dark {
    background-color: #000;
}

.cards-block {
    margin-bottom: 50px;
}

.single-card {
    margin-bottom: 35px;
}

.single-card img {
    height: auto !important;
    width: 100%;
}

.single-card p:last-child {
    margin-bottom: 0;
}

.single-card .innerwrapper {
    box-shadow: 0px 0px 6px #00000029;
    padding: 30px;
}

.post-box a:hover > *{
    color: #000;
}

.post-box{
    position: relative;
    margin-bottom: 100px;
}

.post-box .date{
    position: absolute;
    top: 20px;
    right: 35px;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
    font-family: GraphikMedium;
}

.post-box a > img{
    width: 100%;
    margin-bottom: 40px;
}

.post-box .arrowlink{
    display: inline-block;
    margin-top: 15px;
}

.post-box .content{
    font-family: GraphikLight;
}

.pagenav{
    font-size: 16px;
    font-family: GraphikMedium;
    text-align: center;
    margin-bottom: 250px;
    margin-top: -20px;
}

.pagenav a, .pagenav span{
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 1px;
}

.pagenav .current{
    border: 1px solid #000;
}

.pagenav .prev, .pagenav .next{
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.pagenav .prev{
    margin-right: 10px;
}

.pagenav .next{
    margin-left: 10px;
}

.all-news{
    padding-top: 50px;
}

.cards-block.dark .single-card .innerwrapper {
    background-color: #313131;
}

/** module three hexagons **/
.threehexagons-block {
    background-color: #ECECEC;
    color: #000;
    position: relative;
}

.threehexagons-block.dark {
    background-color: #000;
    color: #FFF;
}

.threehexagons-block.dark {
    background-color: #000;
}

.threehexagons-block .imagewrapper {
    position: relative;
    float: left;
    width: 100%;
    z-index: 9;
}

.threehexagons-block .imagewrapper img {
    float: right;
    width: 56%;
    height: auto;
}

.threehexagons-block .imagewrapper img:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.threehexagons-block .horizontal-centered {
    top: calc(50% - 64px);
}

.threehexagons-block:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 128px;
    background-color: #FFF;
}

/** module paralax hexagon **/
.parallaxhexagon-block {
    background-color: #ECECEC;
    color: #000;
    position: relative;
}

.parallaxhexagon-block a {
    color: #000;
}

.parallaxhexagon-block.dark {
    background-color: #000;
    color: #FFF;
}

.parallaxhexagon-block.dark a {
    color: #FFF;
}

.parallaxhexagon-block .imagewrapper img {
    opacity: 0;
    width: 100%;
    height: auto;
}

.parallaxhexagon-block .imagewrapper {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    mask-image: url('/wp-content/themes/subpage/images/hexagone.svg');
    -webkit-mask-image: url('/wp-content/themes/subpage/images/hexagone.svg');
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    background-size: 150%;
    background-position: center 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    position: relative;
    z-index: 9;
}

.parallaxhexagon-block .outer-imagewrapper {
    position: relative;
}

.parallaxhexagon-block .outer-imagewrapper:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-8px);
    z-index: 10;
    width: 26%;
    height: 26%;
    background-image: url('/wp-content/themes/subpage/images/middle-blue.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.parallaxhexagon-block:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 128px;
    background-color: #FFF;
}


/** module single hexagon **/
.singlehexagon-block.dark {
    background-color: #000;
    color: #FFF;
}

.singlehexagon-block.dark a {
    color: #FFF;
}

.singlehexagon-block .imagewrapper img {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 6px #00000080);
    filter: drop-shadow(0px 0px 6px #00000080);
}

/** module half hexagon **/
.halfhexagon-block {
    position: relative;
}

.halfhexagon-block .imagewrapper {
    position: relative;
    height: 930px;
}

.halfhexagon-block .imagewrapper img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: auto !important;
    max-width: none;
    z-index: 9;

}

.halfhexagon-block .imagewrapper.imageleft img {
    right: 0;
    left: auto;
}


.halfhexagon-block:before {
    content: " ";
    position: absolute;
    width: 100%;
    top: 0;
    height: 178px;
    background-color: #FFF;
}

.halfhexagon-block:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 178px;
    background-color: #FFF;
}

.halfhexagon-block.connect-top {
    margin-top: -200px;
}

.halfhexagon-block.connect-top:before {
    background-color: inherit;
}

.outlined-button {
    border: 1px solid;
    padding: 20px 43px;
}

/** contact form **/
.contactform-block {
    position: relative;
    padding-top: 0px;
    padding-bottom: 140px;
}

.contactform-block.dark {
    background-color: #000;
}

.contactform-block.dark a {
    color: #FFF;
}

.contactform-block img {
    width: 100%;
    height: auto;
}

.contactform-block .form {
    padding-right: 0px;
}

.contactform-block label, .contactform-block input, .contactform-block textarea {
    width: 100%;
}

.contactform-block label {
    margin-bottom: 5px;
    font-size: 15px;
}

.contactform-block label.bigtext{
    font-size: 20px;
}

.contactform-block input, .contactform-block textarea {
    border: none;
    padding: 10px;
    margin-bottom: 35px;
    background-color: #F8F8F8;
}

.contactform-block input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('/wp-content/themes/subpage/images/checkbox_white.png');
    background-size: 20px 20px;
    -webkit-appearance: none;
    float: left;
    border: 1px solid #212121;
}

.contactform-block.dark input[type="checkbox"] {
    background-image: url('/wp-content/themes/subpage/images/checkbox_dark.png');
}

.contactform-block input[type="checkbox"]:checked, .contactform-block.dark input[type="checkbox"]:checked {
    background-image: var(--checkedbox);
}

.contactform-block .submitbutton {
    padding: 15px 30px;
    border: 1px solid;
    border-color: var(--gatacaDarkGrey);
    color: var(--gatacaDarkGrey);
    transition: all .15s ease-in-out;
    background-color: transparent;
    box-shadow: none;
}

.contactform-block .submitbutton:hover{
    border-color: #FFF;
    color: #FFF;
    background-color: var(--gatacaDarkGrey);
}

.contactform-block .theimage img {
    display: none;
}


.contactform-block .theimage {
    position: absolute;
    width: 50vw;
    right: 0;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contactform-block.dark input, .contactform-block.dark textarea {
    border-color: #FFF;
    background-color: var(--gatacaDarkGrey);
    color: #FFF;
}

/** SEO block **/
.seo-block {
    background-color: #0c0c0c;
    color: #FFF;
    padding-top: 120px;
    padding-bottom: 120px;
}

.seo-block a {
    color: #FFF;
    position: relative;
}

.seo-block a:after {
    content: " ";
    width: 0;
    background-color: var(--mainColor);
    height: 1px;
    left: 0px;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    display: block;
}


.seo-block a:hover:after {
    width: 60px;
}

.seo-block ul {
    padding-left: 20px;
    padding-top: 5px;
}

.seo-block ul li {
    float: left;
    width: 33%;
    margin-bottom: 15px;
    list-style-image: var(--smallhexagon);
    padding-right: 25px;
}

footer b {
    margin-bottom: 17px;
    font-weight: 600;
}

footer a {
    font-weight: 300;
    position: relative;
}

footer a:hover {
    color: #FFF;
}


footer a:after {
    content: " ";
    width: 0;
    background-color: var(--mainColor);
    height: 1px;
    left: 0px;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    display: block;
}


footer a:hover:after {
    width: 60px;
}

footer .icons a:after {
    content: none !important;
}


.hexagon .hex-inner {
    text-align: center;
}

.hexagon .hex-inner img {
    width: 20%;
    height: auto;
    margin-top: -30px;
    position: relative;
    margin-bottom: 30px;
}

.hexagon .hex-inner a {
    color: #FFF;
    margin-top: 30px;
    display: block;
}

.hexagon .hex-inner a:after {
    content: url(/wp-content/themes/subpage/images/arrow-right-white.png);
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.hexagon .hex-inner .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

.protfolio-item {
    height: 560px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.protfolio-item .preview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #242424;
    padding: 25px;
    opacity: 0;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}

.protfolio-item:hover .preview {
    opacity: 1;
}

.protfolio-item .preview a {
    color: #FFF;
    position: relative;
}


.protfolio-item .preview .left, .protfolio-item .preview .right {
    width: 50%;
    float: left;
    color: #FFF;
}

.protfolio-item .preview .right {
    text-align: right;
}

.protfolio-item img {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.protfolio-item .left {
    font-size: 21px;
}

.portfolio-archive {
    padding-top: 150px !important;
}


.portfolio-archive .description {
    font-size: 25px;
    margin-bottom: 15px;
}


@media (min-width: 1040px) {
    .portfolio-template-default .container {
        max-width: 1040px;
    }
}

.single-post{
    padding-bottom: 200px;
}

.single-post .imagewrapper{
    margin-top: 55px;
    position: relative;
    margin-bottom: 40px;
}

.single-post .date{
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: #FFF;
     font-family: GraphikMedium;
     font-size: 24px;
     padding: 8px 20px;
}

.single-post .wp-post-image{
    width: 100%;
}

.nav-links{
    position: fixed;
    width: 100%;
    top: calc(50vh - 20px);
    font-size: 18px;
}

.nav-links a{
    background-color: #000;
    color: #FFF;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 6px;
}

.nav-links .prevpost{

}

.nav-links .nextpost{

    float: right;
}

.custom-button.light {
    color: #000;
    position: relative;
    padding: 1px 3px;
}

.custom-button.light>* {
    z-index: 1;
    position: relative;
}

.custom-button.light:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 14px;
    background-color: var(--mainColor);
    transition: all .15s ease-in-out;
    z-index: 0;
    top: -1px;
    left: -2px;
}

.custom-button.light:hover:before {
    width: calc(100% + 5px);
}

.custom-button.border {
    padding: 15px 30px;
    border: 1px solid;
    border-color: var(--gatacaDarkGrey);
    color: #FFF;
    transition: all .15s ease-in-out;
    display: inline-block;
    margin-top: 40px;
    background-color: var(--gatacaDarkGrey);
}

.custom-button.border:hover {
    border-color: var(--gatacaDarkGrey);
    color: var(--gatacaDarkGrey);
    background-color: transparent;
}

.dark .custom-button.border {
    border-color: #FFF;
}

.dark .custom-button.border:hover, .halfhexagon-block a.custom-button.border:hover {
    background-color: #FFF;
    border-color: var(--gatacaDarkGrey);
    color: var(--gatacaDarkGrey) !important;
}

.custom-button.hexagonbutton {
    background-color: var(--mainColor);
    position: relative;
    padding: 15px 5px 15px;
    color: #FFF;
    margin-left: 21px;
}

.buttons .hexagon-button{
    padding-top: 6px;
    padding-bottom: 6px;
}

.image-text .buttons .hexagon-button{
    padding-top: 9px;
    padding-bottom: 8px;
}

.image-text .buttons .custom-button:not(:first-child){
    margin-left: 20px;
}

@media(min-width: 1200px){
    .image-text.largeimage{
        padding-top: 0;
        padding-bottom: 0;
    }
    .image-text.largeimage .container-fluid .col-xl-6{
        padding-left: 0;
        padding-right: 0;
    }
    .image-text.largeimage .container-fluid .row{
        min-height: 100vh;
    }
    .image-text.largeimage .container-fluid img{
        height: 100%;
        object-fit: cover;
    }
}

.greybox-button .hexagon-button{
    padding-top: 9px;
    padding-bottom: 8px;
    white-space: nowrap;
}

@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee)) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
    .custom-button.hexagonbutton {
        padding-bottom: 16px;
    }
}


.custom-button.hexagonbutton:before {
    content: var(--hexagonhalfleft);
    position: absolute;
    left: -30px;
    top: 0;
}

.custom-button.hexagonbutton:after {
    content: var(--hexagonhalfright);
    position: absolute;
    right: -30px;
    top: 0;
}


.custom-button.hexagonbutton span {
    position: relative;
}

.custom-button.hexagonbutton span:after {
    content: " ";
    width: 0;
    background-color: #FFF;
    height: 1px;
    left: 0px;
    bottom: -2px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    display: block;
}

.custom-button.hexagonbutton:hover span:after {
    width: 100%;
}

.slide-button {
    box-shadow: inset 0px 0px 6px #00000029;
    display: inline-block;
    position: relative;
    padding: 15px;
    padding-left: 58px;
    color: #000;
}

.slide-button:after {
    content: url(/wp-content/themes/subpage/images/hexagon_button_right.png);
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 0;
}

.dark .slide-button:after {
    content: url(/wp-content/themes/subpage/images/hexagon_button_right_dark.png);
}


.slide-button:hover {
    color: #FFF;
}

.slide-button .background {
    background-color: var(--mainColor);
    position: relative;
    height: 52px;
    width: 20px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 1;
}

.slide-button:hover .background {
    width: calc(100% - 8px);
}

.slide-button .background:before {
    position: absolute;
    content: var(--hexagonhalfleft);
    left: -21px;
}

.slide-button .background:after {
    position: absolute;
    content: var(--hexagonhalfright);
    right: -18px;
}

.slide-button span {
    position: relative;
    z-index: 2;
}

.slide-button img {
    position: absolute;
    left: 4px;
    margin-top: 3px;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.slide-button:hover img {
    opacity: 1;
}

.distance-module {
    padding: 0;
}

/*.home .scrolldown{
    position: unset;
    margin-left: 0;
    margin-top: 30px;
}
*/
.multisitenav {
    position: fixed;
    left: 50px;
    bottom: 50px;
}

.multisitenav a {
    display: block;
    width: 16px;
    position: relative;
    padding: 8px 0 9px 10px;
    text-align: center;
    margin-bottom: 5px;
    color: #FFF;
}

.multisitenav a span {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

.multisitenav a:hover {
    width: 300px;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}

.multisitenav a:before {
    position: absolute;
    left: -15px;
    top: 0;
}

.multisitenav a:after {
    position: absolute;
    right: -15px;
    top: 0;
}

.multisitenav .blog-4 {
    /* kreativlabor */
    background-color: #E28636;
}

.multisitenav .blog-4:before {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_left_orange.png');
}


.multisitenav .blog-4:after {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_right_orange.png');
}

.multisitenav .blog-3 {
    /* systemhaus */
    background-color: #0E8BB4;
}

.multisitenav .blog-3:before {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_left_blue.png');
}

.multisitenav .blog-3:after {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_right_blue.png');
}

.multisitenav .blog-5 {
    /* datenschutz */
    background-color: #7FAE2F;
}

.multisitenav .blog-5:before {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_left_green.png');
}

.multisitenav .blog-5:after {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_right_green.png');
}

.multisitenav .blog-6 {
    /* digitalisierung */
    background-color: #BCBCBC;
}

.multisitenav .blog-6:before {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_left_grey.png');
}

.multisitenav .blog-6:after {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_right_grey.png');
}

.multisitenav .blog-2 {
    /* holding */
    background-color: #000;
}

.multisitenav .blog-2:before {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_left_black.png');
}

.multisitenav .blog-2:after {
    content: url('/wp-content/themes/subpage/images/hexagon_small_half_right_black.png');
}

.header-home {
    padding-top: 0;
}

.header-home video {
    width: 100%;
}

.header-home .headerimage {
    width: 100%;
}

.hexagon-button {
    color: #FFF;
    background-color: var(--mainColor);
    position: relative;
    padding: 8px 3px 8px;
    color: #FFF;
    margin-left: 21px;
}

.hexagon-button:hover {
    color: #FFF;
    background-color: var(--hoverColor);
}

.buttons .hexagon-button {
    margin-left: 0;
}

.buttons {
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.hexagon-button:before {
    content: var(--hexagonhalfleftbutton);
    position: absolute;
    left: -20px;
    top: 0px;
}

.text .hexagon-button {
    padding: 6px 3px 6px;
}

.hexagon-button:after {
    content: var(--hexagonhalfrightbutton);
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: -1;
}

.hexagon-button:hover:before {
    content: var(--hexagonhalfleftbuttonhover);
}

.hexagon-button:hover:after {
    content: var(--hexagonhalfrightbuttonhover);
}

/*.hexagon-button:before {
    content: " ";
    position: absolute;
    left: -13px;
    top: 0;
    width: 0; 
    height: 0; 
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent; 
    border-right:14px solid var(--mainColor);
}

.hexagon-button:after {
    content: " ";
    position: absolute;
    right: -13px;
    top: -1px;
    width: 0; 
    height: 0; 
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent; 
    border-left:14px solid var(--mainColor); 
}

.hexagon-button:hover:before {
    border-right-color: var(--hoverColor);   
}

.hexagon-button:hover:after {
    border-left-color: var(--hoverColor);    
}

.text .hexagon-button:before{
    border-top: 19px solid transparent;
    border-bottom: 20px solid transparent; 
    border-right:14px solid var(--mainColor); 
}

.text .hexagon-button:after{ 
    border-top: 21px solid transparent;
    border-bottom: 20px solid transparent; 
    border-left:14px solid var(--mainColor); 
}

.text .hexagon-button:hover:before {
    border-right-color: var(--hoverColor);   
}

.text .hexagon-button:hover:after {
    border-left-color: var(--hoverColor);    
}

.header-sub .hexagon-button:before{
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent; 
    border-right:14px solid var(--mainColor); 
}

.header-sub .hexagon-button:after{ 
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent; 
    border-left:14px solid var(--mainColor); 
}

.header-sub .hexagon-button:hover:before {
    border-right-color: var(--hoverColor);   
}

.header-sub .hexagon-button:hover:after {
    border-left-color: var(--hoverColor);    
}*/

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

.text .buttons a {
    display: inline-block;
    margin: 0 15px;
}

.slider {
    width: 100%;
    height: 667px;
    position: relative;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.slider::-webkit-scrollbar {
    display: none;
}

.slide {
    flex-shrink: 0;
    height: 100%;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */
    position: relative;
    margin-right: 30px;
}

.slide a:hover{
    color: #000;
}

.slide img {
    height: 100%;
    width: auto;
}

.slide:last-child {
    margin-right: 0;
}

.slide .arrowlink {
    font-size: 20px;
}

.slider-module {
    position: relative;
}

.slide-right {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slide-left {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slide-left:after {
    content: url('/wp-content/themes/subpage/images/arrow-left-medium.svg');
    position: absolute;
    left: 5px;
    top: 51%;
    transform: translateY(-50%);
}

.slide-left:hover:after {
    content: var(--arrowleftmedium);
}


.slide-right:after {
    content: url('/wp-content/themes/subpage/images/arrow-right-medium.svg');
    position: absolute;
    right: 5px;
    top: 51%;
    transform: translateY(-50%);
}

.slide-right:hover:after {
    content: var(--arrowrightmedium);
}

.arrowlink:hover{
    color: #000;
}

.dark .arrowlink:hover{
    color: #FFF;
}

.arrowlink, .arrowlink:after {
    color: var(--mainColor);
}

.arrowlink:after {
    position: relative;
    top: -1px;
    margin-left: 8px;
}

.arrowlink:hover:after{
    content: url('/wp-content/themes/subpage/images/arrow-right-black.svg');
}

.dark .arrowlink:hover:after {
    content: url('/wp-content/themes/subpage/images/arrow-right-white.svg');
}


.arrowlink {
    color: var(--mainColor);
}

.arrowlink:after {
    content: var(--arrowright);
}
.slide .content {
    position: absolute;
    top: 40px;
    left: 40px;
}


.slide .arrowlink, .linkboxes .arrowlink{
    color: #000;
}

.slide .arrowlink:hover, .linkboxes .arrowlink:hover{
    color: var(--mainColor);
}


.slide .arrowlink:after, .linkboxes .arrowlink:after {
    content: url('/wp-content/themes/subpage/images/arrow-right-black.svg');
}

.slide .arrowlink:hover:after, .linkboxes .arrowlink:hover:after{
    content: var(--arrowright);
}




section.header-sub {
    position: relative;
    padding: 0;
    height: 100vh;
    min-height: -webkit-fill-available;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -75px;
    width: calc(100% + 30px);
    margin-left: -15px;
}

section.header-sub.twothird{
    height: 70vh;
    min-height: 0;
}

.header-sub>img {
    width: 100%;
    height: auto;
}

.header-sub .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.header-sub .content .container{
    z-index: 5;
    position: relative;
}

.header-sub .frosted-glass{
    height: 100vh;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    filter: blur(10px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    bottom: -25px;
    left: 0;
    z-index: 1;
    border-bottom: 25px solid #FFF;
}

section.header-sub.twothird .frosted-glass{
    height: 70vh;
}

.header-sub .frosted-glass:before{
    content: " ";
    width: 105%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF99;
}

.nav-tabs a.nav-link {
    color: #000;
    font-size: 24px;
    line-height: 31px;
    border: none !important;
    padding: 38px 0 20px 0;
    position: relative;
    width: 100%;
    margin-top: 2px;
}

.nav-tabs a.nav-link.active, .nav-tabs a.nav-link:hover {
    color: #000;
    font-family: GraphikSemiBold;
}

.nav-tabs a.nav-link:not(:last-child):after {
    content: " ";
    width: 65px;
    height: 3px;
    background-color: #a7a7a7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-tabs a.nav-link:first-child {
    padding-top: 0;
}

.tab-content {
    padding-left: 150px;
}


.linkboxes .innerwrapper .content {
    position: absolute;
    top: 40px;
    left: 40px;
}

.linkboxes .title {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}

.linkboxes .arrowlink {
    font-size: 20px;
}

.linkboxes a:hover{
    color: #000;
}

.linkboxes .innerwrapper {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.linkboxes .innerwrapper img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    transition: 0.2s all ease-in-out;
}

.linkboxes .innerwrapper:hover img {
    transform: scale(1.2);
    blur: 5px;
    -webkit-filter: blur(5px);
    opacity: 0.8;
}

.hover-textboxes .innerwrapper img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.hover-textboxes .innerwrapper {
    position: relative;
    display: block;
    height: 100%;

}

.hover-textboxes .innerwrapper:before {
    content: " ";
    width: 100%;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #000;
    transition: 0.2s all ease-in-out;
    position: absolute;
}

.hover-textboxes .title {
    font-size: 28px;
    position: absolute;
    top: 40px;
    left: 40px;
    transition: 0.2s all ease-in-out;
    z-index: 2;
}

.hover-textboxes .hovercontent {
    background-color: #000;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hover-textboxes .hovercontent .text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.hover-textboxes .innerwrapper:hover {
    color: #FFF;
}

.hover-textboxes .innerwrapper:hover .hovercontent {
    opacity: 1;
}

.hover-textboxes .col-lg-4{
    margin-bottom: 24px;
}

/*.hover-textboxes .innerwrapper:hover:before{
    height: 6px;
    top: -6px;
}*/

.greybox .innerwrapper {
    background-color: #F8F8F8;
    padding: 40px;
    height: 100%;
}

.greybox ul {
    padding-left: 16px;
}

.greybox li {
    list-style-type: circle;
}

section.image-text {
    position: relative;
}

.image-text .buttons {
    width: 100%;
    text-align: center;
}

.container-over-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.container-over-content .container {
    top: 50%;
    transform: translateY(-50%);
    position: relative;

}

.header-sub .buttons a {
    display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
}

.logos {
    background-color: #0c0c0c;
    padding-top: 60px;
    padding-bottom: 60px;
}

.centered-content {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.centered-content > div {
    padding: 0 15px;
}

section.cta {
    background-color: var(--mainColor);
    color: #FFF;
    position: relative;
}

.cta .cta-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 53px 100px 47px 20px;
    background-color: #FFF;
}

.cta .cta-button:before {
    content: url("/wp-content/themes/subpage/images/cta-hexagon-left.png");
    position: absolute;
    top: 0;
    left: -38px;
}

.cta .cta-button a {
    color: var(--mainColor);
    padding: 8px 0;
}

.cta .cta-button a:hover {
    border-bottom: 1px solid var(--mainColor);
}

.cta h3 {
    margin-bottom: 0;
}

.greybox-button .horizontal-centered {
    text-align: right;
    padding-right: 40px;
}

div p:last-child {
    margin-bottom: 0;
}

.review{
    background-color: var(--mainColor);
    color: #FFF;
}

.review .author{
    font-family: "GraphikLightItalic";
    margin-top: 30px;
}

section.nopadding{
    padding-top: 0;
    padding-bottom: 0;
}

.anchor{
    float: left;
    width: 100%;
}


/*.comply-Menu { 
left: unset !important; 
right: 20px !important; 
} 
.comply-MenuLauncherWrapper { 
left: unset !important; 
right: 20px !important; 
} */

.comply-MenuLauncherWrapper{
    bottom: -90px !important;
}

.responsive-nav{
    display: none;
}

.all-blog-filter{
    margin-top: 100px;
    width: 100%;
    text-align: right;
}


.all-blog-filter label{
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
}

.all-blog-filter label input{
    display: none;
}

.all-blog-filter span{
    color: var(--mainColor);
    border: 2px solid var(--mainColor);
    display: inline-block;
    margin-left: 15px;
}

.all-blog-filter span.chosen, .all-blog-filter span:hover{
    background-color: var(--mainColor);
    color: #FFF;
}

@media(min-width: 1200px){
    .offset-xl-3{
        margin-left: 25% !important;
    }
    .header-sub .content .container{
        padding-right: 24%;
    }
}

@media(max-width:1600px){
    footer .first-box {
      padding-right: 40px;
    }
}

@media(max-width: 1400px) {
    .parallaxhexagon-block .outer-imagewrapper:after {
        transform: translateY(-50%) translateX(-5px);
    }
    header .sub-menu{
        padding-left: 240px;
        padding-right: 38%;
    }
    .cta .cta-button{
        max-width: 40%;
        padding-right: 20px;
    }
    .hover-textboxes .innerwrapper{
        min-height: 270px;
    }
    .linkboxes .title{
        font-size: 32px;
        line-height: 1;
    }
}

@media(max-width: 1200px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    h3 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 25px;
    }

    h4 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 12px;
    }

    .columns-block .image {
        width: 35%;
        float: left;
    }

    .columns-block .image img {
        object-fit: cover;
        height: 100% !important;
    }

    .columns-block .text {
        width: 65%;
        float: left;
    }

    .columns-block .innerwrapper {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        display: flex;
    }

    .cards-block .innerwrapper img {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .single-card .innerwrapper {
        padding: 25px;
    }

    .seo-block ul li {
        width: 50%;
    }

    .seo-block ul li a {
        display: block;
    }
    .protfolio-item{
        height: 360px;
    }
    .hover-textboxes .innerwrapper{
        min-height: 320px;
    }
    body{
        hyphens: auto;
    }
    .threehexagons-block{
        padding-top: 120px;
        padding-bottom: 120px;
    }
     .image-text .container-over-content{
        position: unset;
    }
     .image-text{
        display: flex;
        flex-direction: column-reverse;
    }

   
    .image-text .container-over-content .container{
        position: unset;
        top: auto;
        transform: none;
    }
    .image-text .buttons{
        margin-bottom: 30px;
    }
}

@media(min-width: 992px) and (max-width: 1400px){
    header .contacts a{
        width: 100%;
        display: block;
        margin-bottom: 5px;
        text-align: right;
        white-space: nowrap;
    }
    header .contacts a:before {
        content: "" !important;
        content: none;
    }
    header .navbar{
        padding: 18px 15px 18px 15px;
    }
}

@media(max-width: 992px) {
    .parallaxhexagon-block .outer-imagewrapper:after {
        transform: translateY(-50%) translateX(-7px);
    }

    .threehexagons-block:after {
        height: 360px;
    }

    .parallaxhexagon-block:after {
        height: 360px;
    }

    .halfhexagon-block:before {
        display: none;
    }
    .footer-menu{
        margin-top: 100px;
    }
    footer .footer-menu > li:not(:first-child){
        padding-left: 15px;
    }
    .maincontent{
        padding-top: 84px !important;
    }
    section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .logos{
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .logos .centered-content > div, .logos .slick-slide{
        padding: 0 10px;
    }
    .contacts a:not(:only-child):last-child:before {
        margin-top: 4px;
    }
    .slider{
        height: 500px;
    }
    .slide h2{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .slide .content{
        top: 30px;
        left: 30px;
    }
    .threehexagons-block .horizontal-centered{
        position: unset;
        transform: none;
        top: auto;
    }
    .threehexagons-block{
        padding-top: 150px;
    }
    .threehexagons-block:after{
        height: 185px;
    }
    .image-text .col-lg-8 img{
        margin-top: 50px;
    }
    .seolist li{
        font-size: 16px;
    }
    .seo-block{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    footer{
        padding-bottom: 50px;
    }
    footer .copyright{
        margin-top: 50px;
    }
    footer hr {
      margin-top: 90px;
    }
    section.header-sub{
        padding-top: 20px;
    }
    .header-sub .buttons{
        padding-top: 0;
        padding-left: 0px;
    }

    .tabs .nav-tabs{
        display: none;
    }
    .responsive-nav{
        display: block;
    }
    .responsive-nav select{
        width: 100%;
        background-color: #FFF;
        box-shadow: none;
        border: 2px solid #21212180;
        font-size: 20px;
        padding: 20px;
    }
    .responsive-nav select option{
        color: #000;
        padding: 20px;
    }

    .hover-textboxes .row, .linkboxes .row{
        justify-content: center;
    }

    .greybox-button .horizontal-centered{
        text-align: center;
        padding-top: 30px;
    }
    .cta .cta-button{
        position: relative;
        top: auto;
        transform: none;
        margin-top: 30px;
        padding-top: 50px;
        padding-bottom: 49px;
        width: 65%;
        max-width: 65%;
    }
    .cta .cta-button:before{
        left: auto;
        right: -38px;
        transform:rotate(180deg);
        top: -7px;
    }
    .contactform-block .theimage{
        position: unset;
        width: 100%;
    }
    .contactform-block .theimage img{
        display: block;
        margin-top: 30px;
    }
    .image-text.halfhalf .attachment-full{
        margin-bottom: 30px;
    }
    .contactform-block form{
        margin-bottom: 50px;
    }

}

@media(max-width: 768px) {
    h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    body{
        font-size: 16px;
        line-height: 22px;
    }

    .columns-block .innerwrapper {
        display: block;
    }

    .columns-block .image {
        width: 100%;
    }

    .columns-block .text {
        width: 100%;
        padding: 15px 25px 25px;
    }

    .toggle-block .accordion-button {
        font-size: 25px;
        padding-left: 20px;
        padding-right: 50px;
    }

    .toggle-block .accordion-button:before {
        right: 15px;
    }

    .toggle-block .accordion-button:after {
        right: 15px;
    }

    .toggle-block .accordion-body {
        padding-left: 20px;
    }

    .threehexagons-block .imagewrapper {
        width: 120%;
    }

    .parallaxhexagon-block .imagewrapper {
        width: 120%;
    }

    .parallaxhexagon-block .outer-imagewrapper:after {
        width: 27%;
        height: 27%;
    }

    .parallaxhexagon-block .outer-imagewrapper:after {
        transform: translateY(-47%) translateX(34%);
    }

    .threehexagons-block .horizontal-centered, .parallaxhexagon-block .horizontal-centered {
        position: inherit;
        top: auto;
        transform: none;
    }

    .seo-block ul li {
        width: 100%;
    }   

    .greybox{
        margin-bottom: 30px;
    }

    .single-post{
        padding-bottom: 30px;
    }
    .nav-links{
        position: unset;
        margin-bottom: 150px;
    }
    .single-post .date{
        display: none;
    }
}

@media(max-width:576px){
    footer{
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-menu{
        display: block;
    }
    footer .footer-menu > li:not(:first-child){
        padding-left: 0;
        margin-top: 50px;
    }
    footer .first-box{
        margin-bottom: 50px;
    }
    .footer-menu{
        margin-top: 50px;
    }
    footer hr{
        margin-top: 50px;
        margin-bottom: 0;
    }
    footer .copyright{
        margin-top: 50px;
    }

    .maincontent {
        padding-top: 77px !important;
    }

    .headerimage{
        min-height: 480px;
        object-fit: cover;
    }
    section{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .slider{
        height: 480px;
    }
    body{
        font-size: 16px;
    }
    .threehexagons-block:after {
      height: 160px !important;
    }
    .image-text .buttons .hexagon-button {
      padding-top: 11px;
      padding-bottom: 10px;
    }
    footer .icons .col-lg-3{
        padding: 0 5px;
    }
    .seo-block{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .text .buttons{
        font-size: 20px;
    }
    .cta .cta-button{
        width: 89%;
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
    }
    .greybox-button .hexagon-button{
        padding-top: 11px;
        padding-bottom: 10px;
    }
    .header-sub .content{
        padding: 50px 15px;
    }
    .linkboxes .title{
        font-size: 30px !important;
        margin-bottom: -5px;
    }
    .linkboxes .arrowlink{
        font-size: 13px;
    }
    .hover-textboxes .innerwrapper{
        min-height: 210px;
    }
}


.af2_form { 
    z-index: 100 !important; 
} 
