@import '../fonts/fonts.css';
@import 'tiny.css';
@import 'blocks.css';


* {margin:0;padding:0;}
html,body {height:100%;  box-sizing: border-box; scroll-behavior: smooth;}


body {background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-color: #0526c6;}
/*.pageno_1 {background-image: url(../img/hg1.png); }
.pageno_2 {background-image: url(../img/hg2.png); }*/


.hero {display: none; }
.pageno_1 .hero {display: block;}

.formSuccess.popup {

    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: green;
    opacity: 0;
    transition: all 350ms;
    margin-top: 165px;
    z-index: 5;

}

.formSuccess.popup.open {

    opacity: 1;

}




#header {position: relative; padding-top: 80px;padding-bottom: 120px; transition: opacity 700ms; width: 100%; z-index: 3; background-color: transparent; }

#header.navopened #logo {filter: invert(1);}
#header.navopened #header-menu-button {/* todo X image nutzen */}
#header-content {position: relative;}
#content {position: relative; font-size: 20px; width: 100%; transition: opacity 700ms;  z-index: 2; }
#logoblue {display: none;}


/* STICKY HEADER */
#header.sticky {position: fixed; padding-top: 15px; padding-bottom: 15px; transition: opacity 700ms, padding-top 700ms, padding-bottom 700ms, background-color 700ms; top: 0; background-color: #fff; z-index: 3;}
#header.sticky #logo {width: 40px; display: none;}
#header.sticky #logoblue {width: 40px; display: inline-block;}

.isStartpage #content.moved {padding-top: 300px;}
/* .isNotStartpage #content > div:nth-child(1) {padding-top: 152px; padding-bottom: 1px;} */
.isNotStartpage #content {padding-top: 152px;}


#extracontent { font-size: 20px;}

#footer {position: relative; margin-bottom: 80px; transition: opacity 1000ms;  z-index: 2; }
#footer-content {display: grid; grid-template-columns: 1fr 1fr;}

#footersecond {position: relative; padding-top: 80px; padding-bottom: 50px; background: #2a292f;}
#footer-content-second {display: grid; grid-template-columns: 1fr 1fr;}
.left-footer {text-align: left; opacity: 0.4; margin-bottom: 15px;}
.right-footer {text-align: right;}

.socialmedia-icon {width: 35px;}

#maincontent #footer {position: absolute;height: 50px;bottom: 80px;left: 0px;right: 0px;margin-bottom: 0px;}
.isStartpage #maincontent {height: 100%;}
#maincontent #content {box-sizing: border-box; }

/*.isStartpage #subcontent {display: none;}*/
#subcontent {position: relative;}



.rightdirections {display: block; font-size: 16px;}
.rightdirections iframe {width: 100%; margin-bottom: 25px; filter: grayscale(1);}
.rightdirections div {display: block;}
.rightdirections .formgrid {display: grid; }
#content div:nth-child(1) {display:block;}
/* #content div:nth-child(1) h1, #content div:nth-child(1) h2 {text-shadow: 2px 2px 4px #000000;} */

#extracontent > div:nth-child(1) {display: none;}
.contactdata {margin-bottom: 90px;}
#footerlogo {opacity: 0.4; width: 50px; margin-bottom: 100px;}


.isStartpage .content_block {margin-bottom: 0px;}


.isNotStartpage #header {position: absolute;}
.isNotStartpage #header.sticky {position: fixed;}


.content_block {margin-bottom: 140px;}
.content_block a {color: #fff;}





/*
#maincontent .pagecontent .content_block {display: none;}
#maincontent .pagecontent .content_block:nth-child(1) {display: block;}
#subcontent .pagecontent .contentwidth:nth-child(1) {display: none;}
*/



/* LANGS */
#languages_switch {

    width: 50px;
    height: 25px;
    background: no-repeat right url(../img/globe-white.svg);
    background-size: auto;
    background-size: contain;
    position: absolute;
    z-index: 5000;
    margin-top: 2px;
    top: 0;
    right: 130px;
    line-height: 25px;
    cursor: pointer;
    transition: all 350ms;

}

#languages_overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

#languages {

    width: 450px;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: solid 2px #0526c6;
    text-align: left;
}

#lang-button {
    display: block;
    background: no-repeat right center url(../img/lang-arrow.svg);
    cursor: pointer;
}

#languages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
}

#languages ul li {
    padding: 0;
    margin: 12px 0 0;
}

#languages ul li::before {
    display: none;
}
#languages .flag {
    width: 26px;
    display: block;
}

#languages.open ul {
    display: block;
}

ul > li::before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right;
    content: "\2022";
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}


#header.sticky #languages {
    top: 23px;
    transition: all 700ms
}

.sticky #navigation {margin-top: 10px;}
.sticky #languages_switch {
    color: #0526c6;
    background-image:  url(../img/globe-blue.svg);
    margin-top: 12px;
}
.navopened #languages_switch {
    color: #0526c6;
    background-image:  url(../img/globe-blue.svg);
}


.langtext {color: #0526c6; font-size: 20px; }
#close_window { width: 100%; text-align: right; color: #0526c6; padding-bottom: 15px; margin-bottom: 15px; font-size: 25px; }
#close_languages_switch {cursor: pointer;}
#close_languages_switch:hover {font-weight: bold;}
.single_language {transition: all 350ms; font-size: 20px;  margin-bottom: 25px; border: solid 1px #0526c6; padding: 10px 5px; width: 200px; text-align: center; display: inline-block; background: #0526c6; color: #fff;}
.single_language.active {background: #fff; color: #0526c6;}
.single_language:hover {background: #fff; color: #0526c6;}
#all_languages {margin-top: 45px; }
#botborder {width: 100%; position: relative; margin-top: 25px; padding-bottom: 25px;}

@media (min-width: 1240px) {
    #navigation {position: relative; margin-right: 30px; z-index: 10; display: flex; align-items: flex-start; flex-direction: row; flex-wrap: wrap; list-style: none; gap: 10px 35px; float: right;}
    #navigation li {position: relative; list-style: none; padding: 0; margin: 0; display: flex; align-items: flex-start; flex-direction: row; flex-wrap: nowrap;  padding: 5px 10px; padding-bottom: 5px; padding-left: 40px; height: 22px; transition: all 350ms; border-radius: 2px;  pointer-events: all;}
    #navigation li.selfActive {border-bottom: solid 3px #fff;}
    #navigation li::before {content: none;}
    #navigation li a {display: block; color: #fff;  transition: color 350ms;}
    #navigation li ul {display: none; position: absolute; left: 0; top: 35px; background: #bedcff; min-width: 180px; z-index: 11; list-style: none;}
    #navigation li:hover > ul {display: block;}
    #navigation li ul li ul {left: 100%; top: 0;}
    #navigation .frontendNavigationItemMobile {display: none;}
    #navigation li.anyActive > a {}
    #navigation li.depth0 {background-image: url(../img/logo.svg); background-size: contain; background-repeat: no-repeat; background-position: 5% 50%; background-size: 22px;}
    #navigation li.frontendNavigationItem3 {background-image: url(../img/Dienstleistungen.svg); }
    #navigation li.frontendNavigationItem4 {background-image: url(../img/Branchen.svg); }
    #navigation li.frontendNavigationItem5 {background-image: url(../img/Kontakt.svg); }
    #navigation li.frontendNavigationItem6 {background-image: url(../img/Anfahrt.svg); background-position: 10% 50%;}
    #navigation li.frontendNavigationItem11 {background-image: url(../img/Team.svg); background-position: 10% 50%; background-size: 27px;}
    #navigation li.frontendNavigationItem13 {background-image: url(../img/Karriere.svg); background-position: 10% 42%; background-size: 23px;}

    #navigation li.depth0:hover {background-size: contain; background-repeat: no-repeat; background-position: 5% 50%; background-size: 22px;}
    #navigation li.frontendNavigationItem3:hover {background-image: url(../img/Dienstleistungen-black.svg);}
    #navigation li.frontendNavigationItem4:hover {background-image: url(../img/Branchen-black.svg);}
    #navigation li.frontendNavigationItem5:hover {background-image: url(../img/Kontakt-black.svg);}
    #navigation li.frontendNavigationItem6:hover {background-image: url(../img/Anfahrt-black.svg); background-position: 10% 50%;}
    #navigation li.frontendNavigationItem11:hover {background-image: url(../img/Team-black.svg); background-position: 10% 50%;  background-size: 27px;}
    #navigation li.frontendNavigationItem13:hover {background-image: url(../img/Karriere-black.svg); background-position: 10% 42%; background-size: 23px;}



    #navigation li:hover {background: #fff;}
    #navigation li:hover a {color: #000; text-decoration: none;}

    #header.navopened #logo {filter: invert(0);}
    #header.navopened #header-menu-button {background-image: url('../img/menu-blue.svg');}


    #header.sticky #navigation li a {color: #0526c6;}
    #header.sticky #navigation li.selfActive {border-bottom: solid 3px #0526c6;}

    #header.sticky #navigation li.frontendNavigationItem3 {background-image: url(../img/Dienstleistungen-blue.svg);}
    #header.sticky #navigation li.frontendNavigationItem4 {background-image: url(../img/Branchen-blue.svg);}
    #header.sticky #navigation li.frontendNavigationItem5 {background-image: url(../img/Kontakt-blue.svg);}
    #header.sticky #navigation li.frontendNavigationItem6 {background-image: url(../img/Anfahrt-blue.svg); background-position: 10% 50%;}
    #header.sticky #navigation li.frontendNavigationItem11 {background-image: url(../img/Team-blue.svg); background-position: 10% 50%;  background-size: 27px;}
    #header.sticky #navigation li.frontendNavigationItem13 {background-image: url(../img/Karriere-blue.svg); background-position: 10% 42%; background-size: 23px;}

    #header.sticky #navigation li.depth0:hover {background-size: contain; background-repeat: no-repeat; background-position: 5% 50%; background-size: 22px;}
    #header.sticky #navigation li.frontendNavigationItem3:hover {background-image: url(../img/Dienstleistungen.svg);}
    #header.sticky #navigation li.frontendNavigationItem4:hover {background-image: url(../img/Branchen.svg);}
    #header.sticky #navigation li.frontendNavigationItem5:hover {background-image: url(../img/Kontakt.svg);}
    #header.sticky #navigation li.frontendNavigationItem6:hover {background-image: url(../img/Anfahrt.svg); background-position: 10% 50%;}
    #header.sticky #navigation li.frontendNavigationItem11:hover {background-image: url(../img/Team.svg); background-position: 10% 50%;  background-size: 27px;}
    #header.sticky #navigation li.frontendNavigationItem13:hover {background-image: url(../img/Karriere.svg);background-position: 10% 42%; background-size: 23px;}

    #header.sticky #navigation li:hover {background: #0526c6;}
    #header.sticky #navigation li:hover a {color: #fff; text-decoration: none;}


}

@media (max-width: 1239px) {

    #navigation {background: #fff; z-index: 60; display: none; list-style: none;}
    #navigation.opened {position: absolute; z-index: 10; display: block; list-style: none; left: 0; right: 0; margin-top: 50px; padding-bottom: 20px; transition: margin-top 700ms}
    #navigation .frontendNavigationItemMobile {display: none;}
    #navigation li {position: relative; list-style: none; padding: 0; margin: 0; display: flex; align-items: flex-start; flex-direction: row; flex-wrap: wrap;}
    #navigation li::before {content: none;}
    #navigation li a {display: block; padding: 10px 45px; flex: 1 1 auto;}
    #navigation li.hasChildren > .frontendNavigationItemMobile {display: block; height: 30px; background: red; flex: 0 0 30px;}
    #navigation li.hasChildren.opened > .frontendNavigationItemMobile {background: green;}
    #navigation li ul {display: none; position: relative; width: 100%; list-style: none;}
    #navigation li.opened > ul {display: block;}
    #navigation li.anyActive > a {color: blue;}
    #navigation li a {color: #000;}
    #header-menu-button {background-image: url('../img/menu.svg'); background-size: contain; width: 55px; height: 55px; position: absolute; z-index: 500; top: -13px; }

    #header.sticky #navigation {margin-top: 15px;}
    #header.navopened #logo {display: none;}
    #header.navopened #logoblue {display: inline-block;}
    #header.navopened {background: #fff;}
    #header.navopened #header-menu-button {background-image: url('../img/menu-blue.svg');}

    #header.sticky #header-menu-button {background-image: url('../img/menu-blue.svg'); margin-top: 10px;}

    #header-menu-button { right: 105px;}

    #navigation {margin-right: 0!important;}




}


#footernavigation {list-style: none; display: block; margin: 0; padding: 0;}
#footernavigation li {list-style: none; display: block; margin: 0; padding: 0; margin-bottom: 5px;}
#footernavigation li a {color: #fff; text-transform: uppercase;}
#footernavigation li::before {content: none;}


input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], textarea, select {
    border: 1px solid #aaa;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    width: 200px;
    padding: 5px 10px;
    color: #000;
}
textarea {
    height: 150px;
}
button, .button, input[type=button], input[type=submit], input[type=reset] {
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-appearance: none;
    background: #ffffff;
    color: #000;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}
button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background: #bbb;
}
.formRow {
    position: relative;
}
.formRow > label {
    float: left;
    width: 150px;
}
.formRow > input[type=color], .formRow > input[type=date], .formRow > input[type=datetime-local], .formRow > input[type=email], .formRow > input[type=file], .formRow > input[type=number], .formRow > input[type=password], .formRow > input[type=tel], .formRow > input[type=text], .formRow > input[type=time], .formRow > input[type=url], .formRow > textarea, .formRow > select {
    float: left;
}



/* CONTACT FORM */
.right-contactdata table {width: 100%; text-align: right;}
.right-contactdata table td {padding-bottom: 20px;}
.right-contactdata table td a {color: #fff;}

.formgrid {display: grid; grid-template-columns: 50% 50%;}
.formfield, .formtext-field {border-top: solid 2px; margin-bottom: 15px; padding-left: 15px;}
.formfield-label {text-transform: uppercase; margin-top: 5px;  font-family: 'GT-Pressura-Mono-Light';}
.formgrid input {width: 95%; height: 35px; line-height: 35px; font-size: 24px; color: #fff; font-family: 'GT-Pressura-Mono-Light'; border: 0px; padding-left: 0; margin-top: 5px; background-color: rgba(255, 255, 255, 0.1); padding-left: 5px; box-sizing: border-box;}
.formtext-field textarea {width: 98%; height: 240px; line-height: 40px; font-size: 24px; color: #fff; font-family: 'GT-Pressura-Mono-Light';  border: 0px;  padding-left: 0; resize: none; margin-top: 5px; background-color: rgba(255, 255, 255, 0.1);  padding-left: 5px;  box-sizing: border-box;}
.secondpart .formfield {padding-top: 15px;}
.secondpart.formgrid {grid-template-columns: 1fr 1fr; }
.formgrid .formgrid {display: grid; grid-template-columns: auto auto; grid-gap: 25px;}
.formgrid .formgrid input {font-size: 20px; width: 25px; margin-top: -3px;}
.g-recaptcha {padding-left: 20px;}
#formsubmitbtn {color: #fff; background: #0524C9; padding: 25px 35px; font-size: 20px;  font-family: 'GT-Pressura-Mono-Light'; margin-top: 25px; transition: all 350ms;}
#formsubmitbtn:hover {color: #0524C9; background: #fff;}
#closeform {position: absolute; right: 160px; top: 60px; font-size: 40px; cursor: pointer;}

.left-contact {position: relative;}
.left-contact .forminfo {position: absolute; bottom: 0; font-size: 20px;}


/* SLIDEOUT CONTACT FORM */
#slideout-contactform {top: -3000px; bottom: 3000px; transition: all 700ms; position: absolute; left: 20px; right: 20px; z-index: 50; background: rgba(255, 255, 255, 0.6); overflow: scroll; box-sizing: border-box; padding-bottom: 20px;}
#slideout-contactform-inner {}
#slideout-contactform-inner .contentwidth {padding: 0 160px; padding-top: 60px; color: #0526c6;}
.contact-form-grid {margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 50px;}


/* CONTACT FROM V2 */
#contact-form {background-color: #1a73e9; padding: 80px 0px;}
.checkboxinfo {font-size: 16px;}
.checkboxinfo a {color: #fff;}




.isStartpage #maincontent .content_block {max-width: 60%; margin-left: 0px;}
.nobreak {display: none;}


/* TILE BLOCK */
.tile_wrapper {width: 100%; position: relative; padding: 80px 0; background-color: #121117; }
.direction_wrapper {padding-top: 140px;}
.tile_item {position: relative;}
.smalltitle, .tilename {color: #83B4FF; text-transform: uppercase; width: 100%; text-align: center;}
.tilename {color: #fff;}
.bigtitle {color: #fff;  width: 100%; text-align: center;}
.tiles_contents {display: grid; grid-template-columns: calc(33% - 4px) calc(33% - 4px) calc(33% - 4px); width: 100%; grid-gap: 5px; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; margin-bottom: 90px; position: relative; overflow: hidden; }
.tiles_contents > video {display: block; position: absolute; z-index: 0; width: 100%; height: 100%; left: 0; top: 0;object-fit: cover;}
.tileimage {height: 80px; width: auto; margin-bottom: 35px;}
.contentfirst {display: none;}
.contentsecond {  opacity: 0; transition: opacity 500ms; position: absolute; top: 0; left: 0; width: 100%;}
.contentfirst.active {display: block;}
.contentsecond.active {display: block;}
.tile_content {background: #fff; height: 100%; width: 100%; padding: 25px 35px; box-sizing: border-box; text-align: center;}
.contentfirst .tile_content {background: transparent; text-align: center;}
.contentsecond .tilename {color: #0524C9;}
.contentsecond .tile_content {overflow: hidden;  padding: 15px 25px; }
.contentsecond .tile_content p {font-size: 16px; line-height: 1.2;}
.tile_part {height: 100%;}
.tile_part div {overflow: hidden!important;}
.contentfirst { width: 100%; overflow: hidden; height: 0; transition:  1000ms; }
.contentfirst.open {height: 250px; }
.contenttext {color: #101018;}
.tile_item:hover .contentsecond {display: block; overflow: auto; height: 250px; opacity: 1; transition: opacity 500ms;}
.tile_item:hover .contentfirst {}
.tileimagebg {position: absolute; max-height: 180px; margin-top: 0px; height: 100%; max-width: 100%;  filter: invert(1); opacity: 0.1; margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;}

.tileimagebgblue {position: absolute; max-height: 180px; margin-top: 0px; height: 100%; max-width: 100%; opacity: 0.2; margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    top: 25px;
}



/* ANFAHRT */
#maincontent #direction_wrapper {width: 100%; max-width: 100%;}
#subcontent .direction_wrapper {padding: 80px 0 140px 0;}
#maincontent #direction_wrapper .content_block {width: 100%; max-width: 100%; box-sizing: border-box;}
.inner-directions {display: grid!important; grid-template-columns: 1fr 1fr; grid-gap: 40px; width: 100%;}
.inner-directions h1 {color: #fff;}
.directionsimage {width: 100%; max-width: 100%; margin-bottom: 50px;}
.mapicon {margin-right: 20px;}
.anfahrticon {margin-left: 20px; margin-right: 20px; height: 40px;}
.routebutton {padding: 15px 20px; border: solid 1px #fff; border-radius: 3px; background: #0524C9; transition: all 500ms;}
a .routebutton {color: #fff; transition: all 500ms;}

.routebutton:hover { border: solid 1px #fff; border-radius: 3px; background: #fff;}
a:hover .routebutton {color: #0524C9; text-decoration: none;}

/* SIMPLE TEXT */
.simpletext_wrapper {padding: 140px 0 140px 0; position: relative;}




/* STARTPAGE PARALLAX */

.hero {position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px; overflow: hidden; }
.hero .container {position: absolute;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;top: 150px;bottom: 0px;left: -30px;right: -30px;}
.hero .images {width: 100%;position: relative;}
.hero img {position: absolute;top: 50%;left: 0;transform: translateY(-50%);max-width: 100%; /*transition: 500ms ease-out; transition-property: transform;*/}
.hero .firstimg {z-index: 1;}
.hero .secondimage {max-width: 100%; z-index: 1;}
.hero .thirdimage {max-width: 100%; z-index: 1;}
.hero .fourthimage {max-width: 100%; z-index: 1;}




/* TEAM */
.twocolgrid {width: 100%; display: grid!important; grid-template-columns: calc(66% - 50px) calc(33% - 50px); grid-gap: 100px; position: relative; margin-bottom: 150px;}
.threecolgrid {width: 100%; display: grid!important; grid-template-columns: calc(25% - 52px) calc(25% - 53px) calc(25% - 52px) calc(25% - 53px); grid-gap: 70px; position: relative; margin-bottom: 150px;}
.worker-tile {width: calc(100% - 8px);  border: solid 8px transparent; background-color: rgba(255, 255, 255, 0); }
.gridworker {position: relative; width: 100%; z-index: 0;}
.workerinfo {padding: 0 15px; box-sizing: border-box; color: #83B4FF; transition: all 300ms; width: 100%;}
.imgcontainer {width: 100%; overflow: hidden; border-radius: 8px;}
.workerimage img {width: 100%; margin-bottom: 20px; opacity: 0; border-radius: 8px;}
.workerimage {width: 100%; margin-bottom: 20px;  background-size: cover; background-position: 50% 0%; transition: all 300ms; border-radius: 8px;}
.workername {font-size: 28px;}
.workerpos {text-transform: uppercase; font-size: 18px;}
.workerdata {display: none; padding: 0 15px; margin-top: 30px; color: #000; transition: all 300ms;}
.workerdata.first {margin-top: 0px;}
.workerdata.first div {margin-bottom: 10px;}
.workerphone {margin-bottom: 5px;}
.workermobile {margin-bottom: 5px;}
.workermail {margin-bottom: 5px;}
.workerqr img {width: 50%; margin-top: 15px; left: 0; position: relative; transition: all 300ms;}
.worker-tile-full {opacity: 0; width: calc(100% - 8px); border: solid 8px #fff; transition: all 300ms; border-radius: 8px; background-color: rgba(255, 255, 255, 1); position: absolute; z-index: 500; top: 0; left: 0;}
.worker-tile-full .workerdata {display: block;  font-size: 18px;}
.headline {font-size: 36px; margin-bottom: 25px;}
#footersecond .headline {text-transform: uppercase;}
.tilelink {color: #000!important; text-decoration: none;}

.gridworker:hover {z-index: 5;}
.gridworker:hover .worker-tile-full {opacity: 1;}
.gridworker:hover .worker-tile-full .workerdata {margin-top: 30px;}
.gridworker:hover .worker-tile-full .workerqr img {left: 50%;}

.workerdata a {color: #000!important;}
.workerdata div {color: #000!important;}
.workerdata div a {color: #000!important;}
.workerdata .vcardbutton {color: #fff!important;}

/* .gridworker:hover .worker-tile-full .workerimage {transform: scale(1.1);} */


.vcardbutton {display: none!important; width: 100%; text-align: center; padding: 5px 0; transition: all 500ms; box-sizing: border-box; background-color: #0526c6; margin-top: 15px; border:solid 2px #0526c6;}
.vcardbutton:hover {background-color: #fff; border:solid 2px #0526c6; color: #0526c6; text-decoration: none;}
.gridworker a:hover {text-decoration: none!important;}



/*  ERWEITERBARER CONTENTBLOCK */

.expandable_wrapper {

    background-color: #1A73E9;

}

.expandable_wrapper .content_block {

    margin-bottom: 40px;

}


.inner_wrapper {

    border-bottom: solid 1px #fff;
    padding-bottom: 40px;
    padding-top: 40px;

}

.content_opener {

    font-size: 36px;
    padding-right: 50px;
    box-sizing: border-box;
      position: relative;
        cursor: pointer;

}


.content_opener::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 15px;
    transform: rotate(135deg);
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transition: transform 0.3s ease;
}
.content_opener.active::after {
    transform: translateY(-50%) rotate(45deg);
}


.content_content ul li p {

    margin-top: 0;
    margin-bottom: 0;

}

.content_content ul > li::before {

    float: left;

}



/* ANIMTATION SEITE DIENSTLEISTUNEGN */

.circle-wrapper {overflow: hidden; width: 100%; height: 100%; position: absolute; top: 0; z-index: -1;  background-color: #76acfc;}

.circle {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 1px 0px 0px #002487;
}


/* V1 FÄCHER LANGSAM

.small {
    width: 2300px;
    height: 1500px;
    left: -1350px;
    top: -800px;
    -webkit-animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
}


.medium {
    width: 2900px;
    height: 1900px;
    left: -1730px;
    top: -990px;
    -webkit-animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both, 150s ripple 3s infinite;
}



.large {
    width: 3365px;
    height: 2400px;
    left: -1950px;
    top: -1210px;
    -webkit-animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both, 150s ripple 3s infinite;
}



.xlarge {
    width: 3605px;
    height: 2900px;
    left: -1950px;
    top: -1450px;
    -webkit-animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.8s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.8s both, 150s ripple 3s infinite;
}


.xxlarge {
    width: 3810px;
    height: 3400px;
    left: -1950px;
    top: -1470px;
    -webkit-animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.4s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.4s both, 150s ripple 3s infinite;
}
 */


/* V2 FÄCHER SCHNELL */
.small {
    width: 2300px;
    height: 1500px;
    left: -1500px;
    top: -950px;
    -webkit-animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
}


.medium {
    width: 2900px;
    height: 1900px;
    left: -1880px;
    top: -1140px;
    -webkit-animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
}

.large {
    width: 3365px;
    height: 2400px;
    left: -2100px;
    top: -1360px;
    -webkit-animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
}

.xlarge {
    width: 3605px;
    height: 2900px;
    left: -2100px;
    top: -1500px;
    -webkit-animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
}

.xxlarge {
    width: 3810px;
    height: 3400px;
    left: -2100px;
    top: -1620px;
    -webkit-animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
    animation: tilt-in-fwd-tl 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both, 150s ripple 3s infinite;
}

.shade1{background-color: #4890f6;}
.shade2{background-color: #1a73e9;}
.shade3{background-color: #1458c8;}
.shade4{background-color: #072cc9;}
.shade5{background-color: #0526c6;}


/* ANIMATION SEITE BRANCHE */
.circle-wrapper-2 {overflow: hidden; width: 100%; height: 100%; position: absolute; top: 0; z-index: -1;  background-color: #76acfc;}

.circle-wrapper-2 .circle {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 1px 0px 0px #002487;
}

.circle-wrapper-2 .small {
    width: 2300px;
    height: 1200px;
    left: -800px;
    top: -1000px;
}

.circle-wrapper-2 .medium {
    width: 2700px;
    height: 1500px;
    left: -900px;
    top: -1150px;
}

.circle-wrapper-2 .large {
    width: 3365px;
    height: 1800px;
    left: -1050px;
    top: -1300px;
}

.circle-wrapper-2 .xlarge {
    width: 4400px;
    height: 2100px;
    left: -1100px;
    top: -1400px;

}

.circle-wrapper-2 .xxlarge {
    width: 5200px;
    height: 2400px;
    left: -1200px;
    top: -1500px;
}






/* ANIMATION SEITE BRANCHE */
.circle-wrapper-3 {overflow: hidden; width: 100%; height: 100%; position: absolute; top: 0; z-index: -1;  background-color: #072cc9;}

.circle-wrapper-2 .circle {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 1px 0px 0px #002487;
}

.circle-wrapper-3 .small {
    width: 2900px;
    height: 1800px;
    left: -800px;
    top: -1000px;
}

.circle-wrapper-3 .medium {
    width: 3300px;
    height: 2100px;
    left: -900px;
    top: -850px;
}

.circle-wrapper-3 .large {
    width: 3965px;
    height: 2400px;
    left: -1050px;
    top: -600px;
}

.circle-wrapper-3 .xlarge {
    width: 5000px;
    height: 2700px;
    left: -1100px;
    top: -350px;

}

.circle-wrapper-3 .xxlarge {
    width: 5800px;
    height: 3000px;
    left: -1200px;
    top: -150px;
}




.circle-wrapper-3 .shade1{background-color: #1458c8;}
.circle-wrapper-3 .shade2{background-color: #1a73e9;}
.circle-wrapper-3 .shade3{background-color: #1458c8;}
.circle-wrapper-3 .shade4{background-color: #072cc9;}
.circle-wrapper-3 .shade5{background-color: #0526c6;}




@keyframes ripple{
    0%{transform: scale(1);}
    50%{transform: scale(1.4);}
    100%{transform: scale(1);}
}


@-webkit-keyframes tilt-in-fwd-tl {
    0% {
        -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
        transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}
@keyframes tilt-in-fwd-tl {
    0% {
        -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
        transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}










/* STARTPAGE PARALLAX */

.hero .images {width: 100%;position: relative; height: 100%; left: -10%;}
.hero img {position: absolute;max-width: 100%;bottom: 0; top: 25%;}
.hero .firstimg {max-width: none; z-index: 1;}
.hero .secondimage {max-width: none; z-index: 1;  }
.hero .thirdimage {max-width: none; z-index: 1; }
/* .isStartpage {overflow: hidden;} */


@media (max-width: 2100px) {

    .hero .images {left: -30%;transform: scale(0.9);}



}



@media (max-width: 1500px) {

    .hero .images {left: -65%;transform: scale(0.85);}
    .threecolgrid {width: 100%; display: grid!important; grid-template-columns: calc(33% - 47px) calc(33% - 46px) calc(33% - 47px); grid-gap: 70px; position: relative; margin-bottom: 150px;}


}



@media (max-width: 1100px) {

    .hero .images {left: -85%;}


}



@media (min-width: 1301px) and (max-width: 1600px) {

    .contentwidth {padding: 0 90px;}
    .cookieBanner_contentwidth {padding: 0 90px;}
    .isStartpage #maincontent .content_block {max-width: 70%;}
    #slideout-contactform-inner .contentwidth {padding: 0 70px; padding-top: 60px; color: #0526c6;}
    #closeform {position: absolute; right: 70px; top: 60px; }

    #content .rightdirections .formgrid {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 25px 0;
    }
    .anfahrticon {margin-left: 0px; margin-right: 20px; height: 30px;}

    h2 {font-size: 44px;}

    #languages {

       right: 40px;

    }

    #languages_switch {

        right: 55px;


    }

}




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

    .contentwidth {padding: 0 45px;}
    .cookieBanner_contentwidth {padding: 0 45px;}
    .isStartpage #maincontent .content_block {max-width: 70%;}
    .tile_content {padding: 20px 20px;}
    .contact-form-grid {display: block;}
    #slideout-contactform-inner .contentwidth {padding: 0 25px; padding-top: 60px; color: #0526c6;}
    .left-contact {margin-bottom: 60px;}
    .left-contact h1 {margin-bottom: 20px;}
    .left-contact .forminfo {position: relative; bottom: 0; font-size: 20px;}
    .formtext-field textarea {height: 180px; }
    #formsubmitbtn {padding: 15px 25px; font-size: 20px;  font-family: 'GT-Pressura-Mono-Light'; margin-top: 25px;}
    #closeform {position: absolute; right: 25px; top: 60px; }


    #content .rightdirections .formgrid {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 25px 0;
    }

    #extracontent .rightdirections .formgrid {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 25px 0;
    }
    .anfahrticon {margin-left: 0px; margin-right: 20px; height: 30px;}


    .contentsecond .tile_content {padding: 10px 15px;}

    h2 {font-size: 44px;}


    #navigation {margin-right: 75px;}
    #languages {right: 40px;}
    #languages_switch {

        right: 55px;


    }


        .content_opener {

            font-size: 30px;

        }


}


@media (min-width: 721px) and (max-width: 990px) {

    .content_opener {

        font-size: 24px;

    }


    .contentwidth {padding: 0 45px;}
    .cookieBanner_contentwidth {padding: 0 45px;}
    h2 {
        font-size: 44px;
    }
    .isStartpage #maincontent .content_block {
        max-width: 100%;
        margin-left: 0px;
    }

    #languages_switch {
        right: 55px;
    }

}



@media (max-width: 720px) {

    .vcardbutton {display: block!important;}

    h1 {font-size:34px!important; margin: 0 0 30px 0;}
    h2 {font-size:22px!important; margin: 0 0 30px 0;}

    .contentwidth {padding: 0 25px;}
    .cookieBanner_contentwidth {padding: 0 25px;}
    #header {padding-top: 60px;padding-bottom: 90px;}
    .isStartpage #footer {bottom: 60px;}
    #navigation li a {padding: 10px 25px;}

    #footer-content, #footer-content-second {grid-template-columns: 100%;}

    #maincontent .content_block {max-width: 100%;}
    #header-menu-button {right: 25px;}

    .tiles_contents {grid-template-columns: 100%; width: 100%; grid-gap: 5px 0;}
    .contentfirst .tile_content {text-align: center;}
    .tile_content {padding: 20px 20px;}

    .nobreak {display: block;}

    .contactdata {margin-bottom: 50px;}
    #footerlogo {margin-bottom: 50px;}
    #maincontent #footer {bottom: 100px;}

    .small {top: -1200px;}
    .medium {top: -1390px;}
    .large {top: -1610px;}
    .xlarge {top: -1850px;}
    .xxlarge {top: -1970px;}

    .circle-wrapper-2 .small {top: -900px;}
    .circle-wrapper-2 .medium {top: -1050px;}
    .circle-wrapper-2 .large {top: -1200px;}
    .circle-wrapper-2 .xlarge {top: -1300px;}
    .circle-wrapper-2 .xxlarge {top: -1400px;}

    .hero .images {left: -1400px; }


    .contact-form-grid {display: block;}
    #slideout-contactform {left: 0; right: 0;}
    #slideout-contactform-inner .contentwidth {padding: 0 25px; padding-top: 40px; color: #0526c6;}
    .left-contact {margin-bottom: 40px;}
    .left-contact h1 {margin-bottom: 20px;}
    .left-contact .forminfo {position: relative; bottom: 0; font-size: 20px;}
    .formtext-field textarea {height: 160px; }
    #formsubmitbtn {padding: 15px 25px; font-size: 20px;  font-family: 'GT-Pressura-Mono-Light'; margin-top: 25px; margin-left: 15px}
    #closeform {position: absolute; right: 25px; top: 30px; }
    .secondpart.formgrid {grid-template-columns: 100%; }


    .formgrid {grid-template-columns: 100%;}
    .g-recaptcha {padding-left: 0px;}

    #content .rightdirections .formgrid {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 25px 0;
    }
    .anfahrticon {margin-left: 0px; margin-right: 20px; height: 30px;}
    .inner-directions {
        grid-template-columns: 1fr;
    }

    /* .isNotStartpage #content div:nth-child(1) {padding-top: 126px;} */

    .rightdirections .formgrid {grid-gap: 30px 0;}
    #formsubmitbtn {width: 93%; box-sizing: border-box;}

    .isStartpage #maincontent .content_block {
        max-width: 100%;
        margin-left: 0px;
    }


    .gridcontent {margin-bottom: 40px;}
    .twocolgrid {grid-template-columns: 100%; grid-gap: 50px 0; position: relative;}
    .threecolgrid {grid-template-columns: 100%; grid-gap: 50px 0; position: relative;}


    #header-menu-button { right: 70px;}

    #languages_switch {right: 20px;}
    #header.sticky #languages {top: 15px;}
    #languages {width: 90%;}
    #navigation {margin-right: 0!important;}

       .content_opener {

        font-size: 24px;

    }


}


@media (max-height: 1300px) {

    .hero .container {top: 0px;}

}


@media (max-height: 1150px) {

    .hero .container {top: -30px;}

}

@media (max-height: 1000px) {

    .hero .images {transform: scale(0.95);}
    .hero .thirdimage {top: 50px; left: -100px;}


}


/* SMARTPHONE */

@media (max-height: 1000px) and (max-width: 721px) {

    .hero .images {transform: scale(0.85);}
    .hero .thirdimage {top: 0; left: -0px;}

}

@media (max-height: 800px) and (max-width: 721px) {

    .hero .images {transform: scale(0.75);}
    .hero .thirdimage {top: 0; left: 150px;}

}


/*


@media (max-width: 2500px) and (max-height: 1000px) {

    .hero .images {transform: scale(0.9);}
    .hero .thirdimage {top: 0; }


}



@media (max-width: 2200px) and (max-height: 900px) {

    .hero .images {transform: scale(0.8);}
    .hero .thirdimage {top: 0;  }

}



@media (max-width: 1800px) and (max-height: 800px) {

    .hero .images {transform: scale(0.7);}
    .hero .thirdimage {top: 0;}

}




@media (max-width: 721px) and (max-height: 800px) {

    .hero .images {left: -1200px; transform: scale(0.7);}
    .hero .thirdimage {top: 0; }

}


*/






@media (max-height: 1150px) {

    #maincontent #content {height: 70%;}

}



@media (max-height: 1000px) {

    h1 {font-size:48px;}
    h2 {font-size:38px;}

    #header {padding-top: 50px;padding-bottom: 80px;}
    #logo {width: 50px;}

    #maincontent #content {height: 60%;}
    #slideout-contactform-inner .contentwidth {padding-top: 30px;}
    #closeform {top: 20px;}

}



@media (max-height: 1150px) and (max-width: 721px) {

    #maincontent #content {height: 60%;}

}


@media (max-height: 800px) {

    h1 {font-size:34px;}
    h2 {font-size:22px;}

    #header {padding-top: 30px;padding-bottom: 50px;}
    #maincontent #content {height: 55%;}

}


@media (max-height: 700px) {

    #maincontent #content  {height: 45%;}

}


@media (max-height: 550px) {

    #maincontent #content  {height: 40%;}

}







