/*FONTS-BEGINN*/ 
@font-face {
  font-family: "GothamBook";
  src: url('fonts/GothamBook/font.woff2') format('woff2'), url('fonts/GothamBook/font.woff') format('woff');
}
@font-face {
  font-family: "GothamMedium";
  src: url('fonts/GothamMedium/font.woff2') format('woff2'), url('fonts/GothamMedium/font.woff') format('woff');
}
@font-face {
  font-family: "GothamBookItalic";
  src: url('fonts/GothamBookItalic/font.woff2') format('woff2'), url('fonts/GothamBookItalic/font.woff') format('woff');
}
@font-face {
  font-family: "GothamLight";
  src: url('fonts/GothamLight/font.woff2') format('woff2'), url('fonts/GothamLight/font.woff') format('woff');
}
@font-face {
  font-family: "GothamMediumItalic";
  src: url('fonts/GothamMediumItalic/font.woff2') format('woff2'), url('fonts/GothamMediumItalic/font.woff') format('woff');
}
@font-face {
  font-family: "GothamBold";
  src: url('fonts/GothamBold/font.woff2') format('woff2'), url('fonts/GothamBold/font.woff') format('woff');
}
@font-face {
  font-family: "GothamLightItalic";
  src: url('fonts/GothamLightItalic/font.woff2') format('woff2'), url('fonts/GothamLightItalic/font.woff') format('woff');
}
@font-face {
  font-family: "GothamBoldItalic";
  src: url('fonts/GothamBoldItalic/font.woff2') format('woff2'), url('fonts/GothamBoldItalic/font.woff') format('woff');
}
/*FONTS-END*/

.hidden-mobile {visibility: visible; display: block}
.hidden-main {visibility: hidden; display: none}

.hidden-ipad {visibility: visible; display: block}
.hidden-main {visibility: hidden; display: none}

/*Hidden-Main*/
.frame-layout-11 {visibility: hidden; display: none}
/*Hidden-Mobile*/
.frame-layout-12 {visibility: visible; display: block}


@media screen and (max-width:480px) {
    .hidden-mobile {visibility: hidden; display: none}
    .hidden-main {visibility: visible; display: block}  
    
    /*Hidden-Main*/
    .frame-layout-11 {visibility: visible; display: block;}
    /*Hidden-Mobile*/
    .frame-layout-12 {visibility: hidden; display: none;}
    
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  color:#111;
  background:#FFF;
  transition: 0.3s ease-out;
  overflow-x: hidden;
  width: 100%;
  overscroll-behavior: none;
 font-family: "GothamBook";
  font-size: 1.2vw; line-height: 1.6vw;
  -webkit-text-size-adjust: 100%  
  -webkit-font-smoothing: antialiased;  
}

html {overflow-x: hidden;}

.small { font-size: 0.9vw;line-height: 1.2vw;}

/*IMAGES*/
img{
  max-width:100%;
  width: 100%;
  height:auto;
}
/*SELECTION*/
::-moz-selection { background:#FF0000; color: #FFF; }
::selection { background:#FF0000; color: #FFF; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 1em 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:480px) {
    
    body { font-size: 4.6vw;line-height: 5.8vw;}
    .small {font-size: 3.8vw;line-height: 4.8vw;}

}

strong{font-family: "GothamBold";}
/*HEADLINES*/

h1 { padding:0 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw; font-family: "GothamBold";}
h2 { padding:0 0 0.5em 0; font-size: 2.2vw; line-height: 2.6vw; font-family: "GothamBold";}
h3 { padding:0 0 0.5em 0; font-size: 1.5vw; line-height: 1.9vw; font-family: "GothamBold";}

.hyphenate {hyphens: auto;}

@media screen and (max-width:480px) {
    
    h1 { padding:0 0 0.5em 0; font-size: 7.8vw; line-height: 8.8vw; }
    h2 { padding:0 0 0.5em 0; font-size: 6.8vw; line-height: 7.8vw; }
    h3 { padding:0 0 0.5em 0; font-size: 5.8vw; line-height: 6.8vw; }
    
}

sub {
  vertical-align: sub;
  font-size: smaller;
}
/*TABLE*/
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
tr {border-bottom: solid 1px #FFF;}
td {padding:1% 1em 1% 0%;}
.contenttable {width: 70%;}
@media screen and (max-width:480px) {

    .contenttable {width: 100%;}
    
}

.ce-div {border: 0; width: 100%; height: 4em;}


/*GSAP*/
.gsap-animation-trigger-1 {position:absolute; left: 1%; top: 102vh; color: #FFF; background: #FFF;}
.gsap-animation-trigger-2 {position:absolute; left: 1%; top: 107vh; color: #FFF; background: #FFF;}
.gsap-animation-trigger-3 {position:absolute; left: 1%; top: 112vh; color: #FFF; background: #FFF;}
.gsap-animation-trigger-4 {position:absolute; left: 1%; top: 117vh; color: #FFF; background: #FFF;}
.gsap-animation-trigger-5 {position:absolute; left: 1%; top: 122vh; color: #FFF; background: #FFF;}
.gsap-animation-trigger-6 {position:absolute; left: 1%; top: 127vh; color: #FFF; background: #FFF;}
.gsap-animation-trigger-7 {position:absolute; left: 1%; top: 132vh; color: #FFF; background: #FFF;}
.gsap-animation-trigger-8 {position:absolute; left: 1%; top: 150vh; color: #FFF; background: #FFF;}

.gsap-animation-container {position: relative;float: left; width:60%; height: 140vh; margin: 0; }
.gsap-animation-container {padding: 0 15% 0 25%; font-family: "GothamBold";color: #000;}

.gsap-animation-box {position:fixed;float: left;padding: 25vh 0 0 0; width:100%;}

.gsap-anim-text-box-1 {position: absolute; z-index: 3; left: 0; top: 0;font-size: 6.4vw; line-height: 6.4vw; padding: 0.2em 0 0 0.7em; display: none;}
.gsap-anim-text-box-2 {position: absolute; z-index: 3; left: 0; top: 0;font-size: 6.4vw; line-height: 6.4vw; padding: 0.2em 0 0 0.7em; opacity: 0;}
.gsap-anim-text-box-3 {position: absolute; z-index: 3; left: 0; top: 0;font-size: 6.4vw; line-height: 6.4vw; padding: 0.2em 0 0 0.7em; opacity: 0;}

.gsap-line-1-1 {position: absolute; z-index: 1; left: 0; top: 0; display: none;}
.gsap-line-1-2 {position: absolute; z-index: 2; left: 0; top: 0; opacity: 0;}
.gsap-line-2-1 {position: absolute; z-index: 1; left: 0; top: 0; opacity: 0;}
.gsap-line-2-2 {position: absolute; z-index: 2; left: 0; top: 0; opacity: 0;}
.gsap-line-3-1 {position: absolute; z-index: 1; left: 0; top: 0; opacity: 0;}
.gsap-line-3-2 {position: absolute; z-index: 2; left: 0; top: 0; opacity: 0;}
/*GSAP*/
/*
ANIMATION-MAIN-START
*/
.animation-container {position: relative;float: left; width:60%; height: 100vh; margin: 0;}
.animation-container {padding: 0 15% 0 25%; font-family: "GothamBold";color: #000;}

.animation-box {position: relative;float: left;padding: 25vh 0 0 0; width:100%;}
.animation-box-1 {position: relative;float: left; padding: 0 0 1.0em 0; width:100%; height:auto; overflow: hidden; background: #FFF}
.animation-box-1 {height: 7em; display: block;opacity: 1;transition: .5s ease-in-out; margin: 0 0 0 0;}
.animation-box-1 img{height: 7em; width: auto;}

.animation-box-2 {position: relative;float: left; padding: 0 0 1.0em 0; width:100%; height:auto; overflow: hidden;background: #FFF}
.animation-box-2 {height: 7em; display: block;opacity: 1;transition: .5s ease-in-out; margin: 0 0 0 0;}
.animation-box-2 img{height: 7em; width: auto;}

.animation-box-3 {position: relative;float: left; padding: 0 0 1.0em 0; width:100%; height:auto; overflow: hidden; background: #FFF}
.animation-box-3 {height: 7em; display: block;opacity: 1;transition: .5s ease-in-out; margin: 0 0 0 0;}
.animation-box-3 img{height: 7em; width: auto;}

.anim-text-box-1 {position: absolute; z-index: 3; left: 0; top: 0;font-size: 6.4vw; line-height: 6.4vw;padding: 0.2em 0 0 0.7em; display: none;}
.anim-text-box-2 {position: absolute; z-index: 3; left: 0; top: 0;font-size: 6.4vw; line-height: 6.4vw;padding: 0.2em 0 0 0.7em; display: none;}
.anim-text-box-3 {position: absolute; z-index: 3; left: 0; top: 0;font-size: 6.4vw; line-height: 6.4vw;padding: 0.2em 0 0 0.7em; display: none;}

.line-1-1 {position: absolute; z-index: 1; left: 0; top: 0; display: none;}
.line-1-2 {position: absolute; z-index: 2; left: 0; top: 0; display: none;}
.line-2-1 {position: absolute; z-index: 1; left: 0; top: 0; display: none;}
.line-2-2 {position: absolute; z-index: 2; left: 0; top: 0; display: none;}
.line-3-1 {position: absolute; z-index: 1; left: 0; top: 0; display: none;}
.line-3-2 {position: absolute; z-index: 2; left: 0; top: 0; display: none;}

@media screen and (max-width:480px) {
    
    .gsap-animation-container {position: relative;float: left; width:70%; height: 140vh; margin: 0; }
    .gsap-animation-container {padding: 0 20% 0 10%; font-family: "GothamBold";color: #000;}
    
    .gsap-anim-text-box-1 {font-size: 9.6vw; line-height: 9.6vw;}
    .gsap-anim-text-box-2 {font-size: 9.6vw; line-height: 9.6vw;}
    .gsap-anim-text-box-3 {font-size: 9.6vw; line-height: 9.6vw;}
    
    .animation-box-1 {height: 2.8em; display: block;opacity: 1;transition: .5s ease-in-out; margin: 1em 0 0.5em 0;padding: 0.5em 0 0 0.5em;}
    .animation-box-1 img{height: 2.8em;  width: auto;}

    .animation-box-2 {height: 2.8em; display: block;opacity: 1;transition: .5s ease-in-out; margin: 0 0 0.5em 0;padding: 0.5em 0 0 0.5em;}
    .animation-box-2 img{height:2.8em; width: auto;}

    .animation-box-3 {height:2.8em; display: block;opacity: 1;transition: .5s ease-in-out; margin: 0 0 0.5em 0;padding: 0.5em 0 0 0.5em;}
    .animation-box-3 img{height: 2.8em; width: auto;}

}
/*
ANIMATION-MAIN-END
*/

/*MAP*/
#map_canvas {position: relative; float:left; display:block;width:100%;height:100vh; background: #DDD; margin:0 0 0em 0; }

#map_canvas .gmnoprint a, .gmnoprint span {
    display:none;
}

.map-contact-box {position: absolute; right: 30%; top: 25%; background: rgba(255,255,255,0.8);padding: 1em 5em 1em 1em; border-radius: 1.0em}
.map-contact-box {color: #46a584; font-size: 1.0vw; line-height: 1.2vw;font-family: 'Muller';}
.map-contact-box strong {font-weight: 500;}
.map-contact-box a {color: #46a584; text-decoration: none;}

@media screen and (max-width:480px) {
    
    #map_canvas {margin:0 0 0% 0; }
    .map-contact-box {position: absolute; right: inherit;left: 15%; top:inherit; bottom: 20%; padding: 1em 5em 1em 1em; border-radius: 1.0em}
    .map-contact-box {color: #46a584; font-size: 4.0vw; line-height: 4.6vw;font-family: 'Muller';}
    
}
/*INTRO-ANIMATION*/
.intro-image-100 {position: relative;float: left; width:100%; height: 100vh; overflow: hidden; padding:0; margin: 0;}

.intro-image-100 .image{
  	float:right;
    top: 0;
    right: 0;
	height: 100vh;
    width: 100%;
    overflow: hidden;
	background:#000;
	padding:0; 
    margin: 0em 0 0 0;
}
.intro-image-100 .image img {
    height: 100vh;
    width: 100%;  
    object-fit: cover;
	opacity: 1.0;
    margin:0;
}
/*LANG-MENU-BOX*/
.menu-header-box {position: absolute; z-index: 99; width:auto; height:auto; right: 13%; top:2.7em; margin: 0 0;cursor: pointer;}
.menu-header-box ul, li{display: inline-block;}
.menu-header-box li{padding: 0 0.5em;font-family: "GothamBold";}
.menu-header-box li{font-size: 0.8em; line-height: 0.8em;}

.gsap-menu-header-box {position:fixed; z-index: 99; width:auto; height:auto; right: 13%; top:2.7em; margin: 0 0;cursor: pointer;}
.gsap-menu-header-box ul, li{display: inline-block;}
.gsap-menu-header-box li{padding: 0 0.5em;font-family: "GothamBold";}
.gsap-menu-header-box li{font-size: 0.8em; line-height: 0.8em;}

.langMenu li {color: #000; border: solid 1px #FFF; padding: 0.6em 1.3em; border-radius: 1.0em; }
.langMenuActive li {color: #000; border: solid 1px #000; padding: 0.6em 1.3em; border-radius: 1.0em;}

#menu-panel .langMenu li {color: #FFF; border: solid 1px #FF0000; padding: 0.6em 1.3em; border-radius: 1.0em; }
#menu-panel .langMenuActive li {color: #FFF; border: solid 1px #FFF; padding: 0.6em 1.3em; border-radius: 1.0em;}

.rot .langMenu li {color: #FFF; border: solid 1px transparent; padding: 0.6em 1.3em; border-radius: 1.0em; }
.rot .langMenuActive li {color: #FFF; border: solid 1px #FFF; padding: 0.6em 1.3em; border-radius: 1.0em;}

.black .langMenu li {color: #FFF; border: solid 1px #000; padding: 0.6em 1.3em; border-radius: 1.0em; }
.black .langMenuActive li {color: #FFF; border: solid 1px #FFF; padding: 0.6em 1.3em; border-radius: 1.0em;}

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

 .menu-header-box { right: 18%; top:2.7em; margin: 0 0;cursor: pointer;}
    
}

/*SEARCH*/

.btn-ke-search {
    position: absolute;z-index: 101;
    right: -5.7em;
  color:#000;
  padding: 0.5em 2.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 0em 0 0 1.0em;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #000;
    border-radius: 1em;
    font-family: "GothamBold";
}
.btn-ke-search {
    background-image:url(../images/icons/search-black.png); background-repeat:no-repeat;background-size: 1.2em auto;
    background-color:none;
    background-position: center ;
}

#kesearch_num_results {display: none;}

#menu-panel .btn-ke-search {
    color:#FFF;
    border: solid 1px #FFF;
}

#menu-panel .btn-ke-search {
    background-image:url(../images/icons/search-withe.png); background-repeat:no-repeat;background-size: 1.2em auto;
}

.rot .btn-ke-search {
    color:#FFF;
    border: solid 1px #FFF;
}

.black .btn-ke-search {
    color:#FFF;
    border: solid 1px #FFF;
}

.rot .btn-ke-search {
    background-image:url(../images/icons/search-withe.png); background-repeat:no-repeat;background-size: 1.2em auto;
}

.black .btn-ke-search {
    background-image:url(../images/icons/search-withe.png); background-repeat:no-repeat;background-size: 1.2em auto;
}

@media screen and (max-width:480px) {
    
    .btn-ke-search {
      right: 1.8em;
      padding: 0.6em 2.0em;
      margin: 0em 0 0 1.0em;
      font-size: 2.7vw;line-height: 2.7vw;
    }


}


/*LOADER*/
.overlay-load {position: fixed; z-index: 110; width:100%; height: 100vh; overflow: hidden; padding:0; margin: 0; background: #FFF;}

/*LOGO*/
.logo-main {position: absolute; z-index: 99; width:12.2em; height:auto; left: 5%; top:2.5em; margin: 0 0;}
.gsap-logo-main {position: fixed; z-index: 9; width:12.2em; height:auto; left: 5%; top:2.5em; margin: 0 0;}
.logo-icon-main {position: absolute; z-index: 99; width:4.4em; height:auto; left: 5%; top:2.5em; margin: 0 0;}

/*MAIL-ICON*/
.mail-icon {position: absolute; z-index: 999; width:1.3em; height:auto; right: 7%; top:2.7em; margin: 0 0;cursor: pointer;}
.mail-icon-open  {position: absolute; z-index: 101; width:1.3em; height:auto; right: 7%; top:2.7em; margin: 0 0;cursor: pointer;display: none;}

@media screen and (max-width:480px) {
    
    .logo-main {position: absolute; width:10.2em; height:auto; left: 5%; top:2.2em; margin: 0 0;}
    .mail-icon {position: absolute; z-index: 100; width:1.3em; height:auto; right: 18%; top:2.7em; margin: 0 0;cursor: pointer;}
    .logo-icon-main {position: absolute; z-index: 99; width:2.4em; height:auto; left: 5%; top:2.5em; margin: 0 0;}
        
}

.black {background: #000;}
/*MAIN-GRID*/
.panel {position: relative;float: left; width: 100%;min-height: 100vh; padding: 0em 0%;}

.panel-main {position: relative;float: left; width: 100%;padding: 10em 0% 0em 0%;}
.rot .panel-main {position: relative;float: left; width: 100%;padding: 7em 0% 0em 0%;background: #ff0000;}
.black .panel-main {position: relative;float: left; width: 100%;padding: 7em 0% 0em 0%;background: #000;}

@media screen and (max-width:480px) {
    
    .rot .panel-main { padding: 10.5em 0% 0em 0%;}
    .black .panel-main { padding: 9.0em 0% 0em 0%;}
    
}

/*1-EINE-SPALTEN-MAIN-RIGHT-SYNTAX .eine-spalten-header img {width: 70%; height: auto;}*/
.eine-spalten-main {position: relative;float: left; width: 90%;padding: 1em 5% 6em 5%;}
.eine-spalten-header {float: left;width: 23.3333333%; padding: 0 10% 0 0;}
.eine-spalten-header .frame-layout-1 img {width: 18%; height: auto;}
.eine-spalten-body img {width: 30%; height: auto;padding: 0.3em 0 1.0em 0;}
.eine-spalten-body {float: left;width: 61.33333%; padding: 0 5% 0 0;}
.eine-spalten-body {padding:0 0% 0.0em 0; font-size: 2.2vw; line-height: 2.6vw; font-family: "GothamBold";}
.eine-spalten-body h2 { padding:0 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw; font-family: "GothamBold";}
.left-content .eine-spalten-body {padding:0 6% 0.0em 0;}
.left-content .eine-spalten-body {float: left;width: 55%;}
.eine-spalten-header .frame-layout-6 {padding: 15%;}

@media screen and (max-width:480px) {
    
    .eine-spalten-main {position: relative;float: left; width: 90%;padding: 0em 5% 3em 5%;}
    .eine-spalten-header {float: left;width: 90%; padding: 0 10% 1.5em 0;}
    .eine-spalten-header .frame-layout-1 img {width: 10%; height: auto;}
    .eine-spalten-body img {width: 50%; height: auto;padding: 0.3em 0 1.0em 0;}
    .eine-spalten-body {float: left;width: 95%; padding: 0 5% 0 0;}
    .eine-spalten-body {padding:0 0% 0.0em 0; font-size: 5.8vw; line-height: 6.8vw;}
    .eine-spalten-body h2 { padding:0 0 0.5em 0; font-size: 7.8vw; line-height: 8.8vw;}
    .eine-spalten-body h1 { padding:0 0 0.5em 0; font-size: 9.8vw; line-height: 11.8vw;}
    .left-content .eine-spalten-body {float: left;width: 95%;}
    .eine-spalten-header .frame-layout-13 img {width: 50%; height: auto;padding: 0.3em 0 1.0em 0;}
    .eine-spalten-header .frame-layout-14 img {width: 50%; height: auto;padding: 0.3em 0 1.0em 25%;}
    .left-content {margin: -1.0em 0 0 0;}
    
}

/*2-DREI-SPALTEN-MIT-HEADER-SYNTAX*/
.drei-spalten-box {position: relative;float: left; width: 90%;padding: 1em 5% 3em 5%;display: flex;flex-flow: row wrap;}
.drei-spalten-box img {width: 30%; height: auto;}
.drei-spalten-header {float: left; width: 100%;padding: 0 0 4.0em 0;}
.drei-spalten-header-left { float: left; width: 28.33333333%; padding: 0 5% 3em 0;}
.drei-spalten-header-middle { float: left; width: 28.33333333%; padding: 0 5% 3em 0;}
.drei-spalten-header-right { float: left;  width: 28.33333333%; padding: 0 5% 3em 0;}
.drei-spalten-box h2 { padding:0 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw; }
.drei-spalten-box h3 { padding:0.8em 0 1.5em 0; font-size: 2.2vw; line-height: 2.6vw;  color: #FF0000;}
.drei-spalten-box .small { font-size: 0.9vw;line-height: 1.2vw;}

.drei-spalten-box .btn-default {margin: 1em 0 4em 0;}

@media screen and (max-width:480px) {
    
    .drei-spalten-box {position: relative;float: left; width: 90%;padding: 1em 5% 0em 5%;}
    .drei-spalten-header-left { float: left; width: 95%; padding: 0 5% 2em 0;}
    .drei-spalten-header-middle { float: left; width: 95%; padding: 0 5% 2em 0;}
    .drei-spalten-header-right { float: left;  width: 95%; padding: 0 5% 2em 0;}
    
    .drei-spalten-box h2 { padding:0 0 0.5em 0; font-size: 9.8vw; line-height: 11.8vw;}
    .drei-spalten-box h3 { padding:0.8em 0 1.5em 0; font-size: 5.8vw; line-height: 6.8vw;  color: #FF0000;}
    .drei-spalten-box .small { font-size: 3.8vw;line-height: 4.8vw;}


}

/*3-EINE-SPALTEN-MAIN-LEFT-SYNTAX*/


/*4-ZWEI-SPALTEN-1-2-SYNTAX*/
.rot .eine-spalten-main {position: relative;float: left; width: 90%;padding: 4em 5% 2em 5%;color: #FFF;}
.rot .eine-spalten-header {float: left;width: 27%; padding: 0 10% 0 0;}
.rot .eine-spalten-header h2 {padding:0 0 1.0em 0;}

.black .eine-spalten-main {position: relative;float: left; width: 90%;padding: 4em 5% 2em 5%;color: #FFF;}
.black .eine-spalten-body img {width: 70%; height: auto;padding: 0.3em 0 0 0;}

@media screen and (max-width:480px) {
    
    .rot .eine-spalten-main {position: relative;float: left; width: 90%;padding: 0em 5% 0em 5%;color: #FFF;}
    .rot .eine-spalten-header {float: left;width: 90%; padding: 0 10% 0 0;}
    .rot .eine-spalten-header h2 {padding:2em 0 1.0em 0;}
    
    .black .eine-spalten-main {position: relative;float: left; width: 90%;padding: 0em 5% 2em 5%;color: #FFF;}
    .black .eine-spalten-body img {width: 70%; height: auto;padding: 0.3em 0 0 0;}

}

/*5-TITEL-BLOCK-3-1-SYNTAX*/
.eine-spalte-titel-box-main {position: relative;float: left; width: 90%;padding: 4em 5% 0em 5%;color: #FFF;}
.eine-spalte-titel-box {float: left; width: 75%; padding: 0.0em 0;}
.eine-spalte-titel-box h2 { padding:0 0 0.0em 0; font-size: 4.0vw; line-height: 4.4vw; font-family: "GothamBold";}

.frame-layout-3 h2 { padding:0 0 1.5em 0; color: #000;}

@media screen and (max-width:480px) {
    
    .eine-spalte-titel-box-main {padding: 2em 5% 0em 5%;}
    .eine-spalte-titel-box h2 { padding:0 0 0.0em 0;font-size: 6.8vw; line-height: 7.8vw;}

}

/*6-ZWEI-SPALTEN-DETAIL-SYNTAX*/
.zwei-spalten-detail {position: relative;float: left; width: 90%;padding: 0em 5% 8em 5%; margin: -4em 0 0 0;}
.zwei-spalten-detail .eine-spalten-header {float: left;width: 25%; padding: 0 8% 0 0;}
.zwei-spalten-detail .eine-spalten-header ul {padding: 0; margin: 0.5em 0 0 1.0em;}
.zwei-spalten-detail h2 {font-size: 2.2vw; line-height: 2.6vw;}
.zwei-spalten-detail h3 {font-size: 1.2vw; line-height: 1.6vw;font-family: "GothamBook";}
.zwei-spalten-detail .eine-spalten-body {font-size: 0.9vw;line-height: 1.2vw;font-family: "GothamBook";}

.zwei-spalten-detail .eine-spalten-header li {
	margin: 0 0 0 -0.5em;
	padding: 0em 0 0.3em 1.0em;
	list-style: none;
	background-image: url("../images/icons/plus-icon.png");
	background-repeat: no-repeat;
	background-position: left top 0.2em;
	background-size: 0.6em;
    font-size: 1.2vw; line-height: 1.6vw;font-family: "GothamBold";
}

@media screen and (max-width:480px) {
    
    .zwei-spalten-detail {position: relative;float: left; width: 90%;padding: 0em 5% 4em 5%; margin: -2em 0 0 0;}
    .zwei-spalten-detail h2 {font-size: 6.8vw; line-height: 7.8vw;}
    .zwei-spalten-detail h3 {font-size: 4.6vw;line-height: 5.8vw;}
    .zwei-spalten-detail .eine-spalten-body {font-size: 3.8vw;line-height: 4.8vw;}
    .zwei-spalten-detail .eine-spalten-header {float: left;width: 100%; padding: 1em 0% 1em 0;}
    .zwei-spalten-detail .eine-spalten-header li {
        margin: 0 0 0 -0.5em;
        padding: 0em 0 0.3em 1.0em;
        list-style: none;
        background-image: url("../images/icons/plus-icon.png");
        background-repeat: no-repeat;
        background-position: left top 0.2em;
        background-size: 0.6em;
        font-size: 4.6vw;line-height: 5.8vw;
    }

}

/*7-BODY-TEXT-SYNTAX*/
.eine-spalte-body-text {float: left;width: 95%; padding: 5% 5% 0em 0%;margin: 0 0 0 0;font-family: "GothamBook";}
.eine-spalte-body-text strong {font-family: "GothamBold";}
.eine-spalte-body-text a {text-decoration: none; color: #ff0000;}
.eine-spalte-body-text .body-text{font-size: 1.2vw; line-height: 1.6vw;}

@media screen and (max-width:480px) {
    
    .eine-spalte-body-text {float: left;width: 95%; padding: 1.2em 5% 0em 0%;margin: 0 0 0 0;font-family: "GothamBook";}
    .eine-spalte-body-text .body-text{font-size: 4.6vw;line-height: 5.8vw;}

}

/*8-ZWEI-SPALTEN-MIT-HEADER-SYNTAX*/
.zwei-spalten-mit-header-box {}
.zwei-spalten-mit-header-box {position: relative;float: left; width: 60%;padding: 1em 5% 3em 35%;}
.zwei-spalten-mit-header-box img {width: 30%; height: auto;}
.zwei-spalten-mit-header-header {float: left; width: 100%;padding: 0 0 4.0em 0;}
.zwei-spalten-mit-header-left { float: left; width: 45%; padding: 0 5% 3em 0;}
.zwei-spalten-mit-header-right { float: left;  width: 45%; padding: 0 5% 3em 0;}
.zwei-spalten-mit-header-box h2 { padding:0 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw; }
.zwei-spalten-mit-header-box h3 { padding:0.8em 0 1.5em 0; font-size: 2.2vw; line-height: 2.6vw;  color: #FF0000;}
.zwei-spalten-mit-header-box .small { font-size: 0.9vw;line-height: 1.2vw;}
.zwei-spalten-mit-header-box .btn-default {margin: 1em 0 4em 0;}

/*9-TESTEMONIAL-BOX-SYNTAX*/
.testemonial-box  {position: relative;float: left;width: 95%; padding: 4em 5% 12em 5%;margin: 0 0 0 0;}
.testemonial-box-image {float: left; width: 23.3333%; padding: 0 5% 0 5%;}
.testemonial-box-image img {border-radius: 100%;}
.testemonial-box-content {float: left; width: 56%; padding: 0 4% 0 3%;}
.testemonial-box-content h2 span{margin: 0 0 0 -0.7em;}
.testemonial-box-content h2 {font-size: 2.6vw; line-height: 3.2vw;}

/*10-ZWEI-SPALTEN-KONTAKTPERSON-SYNTAX*/
.zwei-spalten-kontaktperson {position: relative;float: left;width: 95%; padding: 4em 5% 10em 5%;margin: 0 0 0 0;}
.zwei-spalten-kontaktperson-image {float: left; width: 23%; padding: 0 5% 0 32%;}
.zwei-spalten-kontaktperson-image img {border-radius: 100%;}
.zwei-spalten-kontaktperson-content {float: left; width: 32%; padding: 0 5% 0 1%;font-size: 0.9vw; line-height: 1.2vw;}
.zwei-spalten-kontaktperson-content h2 {font-size: 2.6vw; line-height: 3.2vw;}
.zwei-spalten-kontaktperson-content h3 {font-size: 4.6vw; line-height: 5.0vw;}

.zwei-spalten-kontaktperson .btn-mail {text-decoration: none; color: #000;font-family: "GothamBold"; padding:0.3em 1.8em 0.2em 2.5em;}
.zwei-spalten-kontaktperson .btn-mail {
    background-image: url(../images/icons/mail-icon-red.png);
    background-repeat: no-repeat;
    background-size: auto 1.2vw;
    background-position: left bottom 0.2em; 
}
.zwei-spalten-kontaktperson .btn-phone {text-decoration: none; color: #000;font-family: "GothamBold"; padding:0.3em 1.8em 0.2em 2.5em;}
.zwei-spalten-kontaktperson .btn-phone {
    background-image: url(../images/icons/phone-red.png);
    background-repeat: no-repeat;
    background-size: auto 1.5vw;
    background-position: left bottom 0.0em; 
}

@media screen and (max-width:480px) {
    
    .zwei-spalten-kontaktperson {position: relative;float: left;width: 90%; padding: 3em 5% 5em 5%;margin: 0 0 0 0;}
    .zwei-spalten-kontaktperson-image {float: left; width: 90%; padding: 0 5% 0 5%;}
    .zwei-spalten-kontaktperson-content {float: left; width: 100%; padding: 2.0em 0% 0 0%;font-size: 4.6vw;line-height: 6.8vw;}
    .zwei-spalten-kontaktperson-content h2 {font-size: 6.8vw; line-height: 7.8vw;}
    .zwei-spalten-kontaktperson-content h3 {font-size: 9.8vw; line-height: 11.8vw;}
    
    .zwei-spalten-kontaktperson .btn-mail { padding:0.3em 1.8em 0.5em 2.0em;}
    .zwei-spalten-kontaktperson .btn-mail {
        background-image: url(../images/icons/mail-icon-red.png);
        background-repeat: no-repeat;
        background-size: auto 4.4vw;
        background-position: left top 0.5em; 
    }
    .zwei-spalten-kontaktperson .btn-phone { padding:0.3em 1.8em 0.5em 2.0em;}
    .zwei-spalten-kontaktperson .btn-phone {
        background-image: url(../images/icons/phone-red.png);
        background-repeat: no-repeat;
        background-size: auto 4.6vw;
        background-position: left top 0.5em; 
    }

    
}

/*11-CALL-TO-ACTION-FOOTER*/
.call-to-action-footer-red {position: relative;float: left; width: 100%;padding: 0em 0% 0em 0%; background: #FF0000;color: #FFF;}
.call-to-action-footer-red-left {float: left; width: 45%; padding:8% 5% 5% 5%;}
.call-to-action-footer-red-left h2 {color: #FFF;font-size: 4.0vw; line-height: 4.4vw;}
.call-to-action-footer-red-left h2 {margin: -0.3em 0 0 0; padding: 0.3em 0 0.8em 0; width: auto;}
.call-to-action-footer-red-left h3 {font-size: 2.2vw; line-height: 2.6vw;}
.call-to-action-footer-red .news-red-line {float: left; height: 0.4em; width: 50%; margin: -1.0em 0 1.0em 0; background: #FFF;}

@media screen and (max-width:480px) {
    
    .call-to-action-footer-red {margin: 1.0em 0 0 0;}
    .call-to-action-footer-red-left {float: left; width: 90%; padding:8% 5% 5% 5%;}
    .call-to-action-footer-red-left h2 {font-size: 9.8vw; line-height: 11.8vw;;}
    .call-to-action-footer-red-left h3 {font-size: 5.8vw; line-height: 6.8vw;}
    .call-to-action-footer-red .news-red-line {float: left; height: 0.3em; width: 50%; margin: 1.0em 0 1.5em 0; background: #FFF;}
    
}

/*12-CALL-TO-ACTION-FOOTER*/
.call-to-action-footer {position: relative;float: left; width: 100%;padding: 0em 0% 0em 0%; background: #FFF;color: #000;}
.call-to-action-footer-left {float: left; width: 50%; padding:8% 5% 5% 5%;}
.call-to-action-footer-left h2 {color: #000;font-size: 4.0vw; line-height: 4.4vw;}
.call-to-action-footer-left h2 {margin: -0.3em 0 0 0; padding: 0.3em 0 0.8em 0; width: auto;}
.call-to-action-footer-left h3 {font-size: 2.2vw; line-height: 2.6vw;}
.call-to-action-footer .news-red-line {float: left; height: 0.4em; width: 50%; margin: -1.0em 0 1.0em 0; background: #ff0000;}

@media screen and (max-width:480px) {
    
    .call-to-action-footer {position: relative;float: left; width: 100%;padding: 2em 0% 2em 0%; background: #FFF;color: #000;}
    .call-to-action-footer-left {float: left; width: 90%; padding:8% 5% 5% 5%;}
    .call-to-action-footer-left h2 {font-size: 7.8vw; line-height: 8.8vw;}
    .call-to-action-footer-left h3 {font-size: 5.8vw; line-height: 6.8vw; }
    
}

/*13-ZWEI-DRITTEL-WEISS-BOX*/
.zwei-drittel-weiss-box {position: relative;float: left; width: 100%;padding: 3em 0% 3em 0%;color: #000;}
.zwei-drittel-weiss-left {float: left; width: 66%; }
.zwei-drittel-weiss-left h2 { padding:0 0 1.2em 0; font-size: 4.0vw; line-height: 4.4vw; }
.zwei-drittel-weiss-right {float: left; width: 17.3333%; padding: 6% 12% 5% 4%; }
.zwei-drittel-weiss-content {padding: 7.5% 8.5% 9.5% 7.5%;}
.zwei-drittel-weiss-content a {color: #000; text-decoration: none;}

.rot .container-rot {position: relative;float: left; width: 100%;color: #FFF;background: #FF0000;}

@media screen and (max-width:480px) {
    
    .zwei-drittel-weiss-box {position: relative;float: left; width: 100%;padding: 4em 0% 4em 0%;color: #000;}
    .zwei-drittel-weiss-left img{float: left; width: 30%; padding: 0 35%; margin: -1.0em 0 2em 0;}
    .zwei-drittel-weiss-left {float: left; width: 100%; }
    .zwei-drittel-weiss-left h2 { padding:0 0 1.2em 0; font-size: 5.8vw; line-height: 6.8vw; }

}

/*14-ZWEI-DRITTEL-ROT*/
.zwei-drittel-rot-container {position: relative;float: left; width: 100%;padding: 1em 0% 2em 0%;}
.zwei-drittel-rot-box {float: left; width: 60%; background: #ff0000;color: #FFF;}
.zwei-drittel-rot-content h2 { padding:0 0 0.8em 0; font-size: 4.0vw; line-height: 4.4vw; }
.zwei-drittel-rot-content { font-size: 2.2vw; line-height: 2.6vw; font-family: "GothamBold";}
.zwei-drittel-rot-content {padding: 7.5% 8.5% 10.5% 7.5%;}

@media screen and (max-width:480px) {
    
    .zwei-drittel-rot-box {float: left; width: 100%; background: #ff0000;color: #FFF;}
    .zwei-drittel-rot-content h2 { padding:0 0 0.8em 0;font-size: 9.8vw; line-height: 11.8vw;}
    .zwei-drittel-rot-content { font-size: 5.8vw; line-height: 6.8vw;}
    .zwei-drittel-rot-content {padding: 12.5% 8.5% 14.5% 7.5%;}
    
}
/*15-NEWS-SLIDER-BOX*/
.news-slider-box {position: relative;float: left; width: 90%;padding: 1em 5% 2em 5%;color:#000; }
.news-slider-box-left h2 { padding:0.3em 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw;}
.news-slider-box-left {float: left; width: 23.33333%; margin: 0 10% 0em 0; font-size: 1.0vw; line-height: 1.2vw;}
.news-slider-box-right {float: left;width: 66.333333%;padding: 5em 0% 1em 0%; margin: 0em 0 0 0;}
.news-artikel-content-box {position: relative;float: left;height:auto; width: 100%; padding: 0 0% 0 0%;}
.news-artikel-content {position: relative;float: left;padding:0;margin: 0em 0% 4em 0;}
.news-artikel-content h2 {width: 100%;padding: 1.0em 0 1.0em 0;}
.news-list-category {font-family: "GothamBold"; padding: 0 0 1.0em 0;}

.news-artikel-content-box .btn-default {position: absolute; bottom: 0.0em; left: 0;}

.news-artikel-content-box .btn-default {position: absolute; z-index: 100; bottom: 0.4em; left: 0; display:block;}
.news-artikel-content-box h2 span{margin: 0 0 0 -0.6em;}
.kundenzitat-content-box {padding: 0 0 0 1.0em;}

.slider-referenz-image {margin: -3.3em 0 4em 0;}

.rot .news-slider-box {position: relative;float: left; width: 90%;padding: 1em 5% 0em 5%;color:#FFF;}

.invert img {width: 20em;filter: invert(100%)}

@media screen and (max-width:480px) {
    
    .news-slider-box {position: relative;float: left; width: 90%;padding: 1em 5% 4em 5%;color:#000; }
    .news-slider-box-left {float: left; width: 90%; margin: 0 10% 0em 0;font-size: 3.8vw;line-height: 4.8vw; }
    .news-slider-box-left h2 { padding:0.0em 0 0.0em 0; font-size: 9.8vw; line-height: 11.8vw;}
    .news-slider-box-left {float: left; width: 23.33333%; margin: 0 10% 0em 0; font-size: 1.0vw; line-height: 1.2vw;}
    .news-slider-box-right {float: left;width: 100%; padding: 4em 0% 1em 0%; margin: 0em 0 0 0;}


}

/*16-COUNTER-INTRO*/
.zwei-spalten-counter {position: relative;float: left; width: 100%;padding: 6em 0% 6em 0%;display: flex;flex-flow: row wrap;}
.zwei-spalten-counter-text {float: left; width: 40%; padding: 0% 5% 5% 5%;}
.zwei-spalten-counter-text h2 {color: #000;font-size: 4.0vw; line-height: 4.4vw;}
.zwei-spalten-counter-left {float: left; width: 50%;}
.zwei-spalten-counter-text img {width: 50%; height: auto;}
.zwei-spalten-counter-right {float: left; width: 50%;}
.zwei-spalten-counter h3 {font-family: "GothamBook"; color: #000;font-size: 0.9vw;line-height: 1.2vw;padding: 0 0 0 4.0em;}

@media screen and (max-width:480px) {
    
    .zwei-spalten-counter {position: relative;float: left; width: 100%;padding: 3em 0% 3em 0%;display:block;}
    .zwei-spalten-counter-text {float: left; width: 90%; padding: 0% 5% 5% 5%;font-size: 4.6vw;line-height: 5.8vw;}
    .zwei-spalten-counter-text h2 {color: #000; font-size: 9.8vw; line-height: 11.8vw;}
    .zwei-spalten-counter-left {float: left; width: 90%; padding: 0 5%; text-align: left;color: #000;}
    .zwei-spalten-counter-right {float: left; width: 90%; padding: 0 5%; text-align: left;color: #000;}

}

/*17-ZWEI-SPALTEN-ROT*/
.zwei-spalten-rot {position: relative;float: left; width: 100%;padding: 0em 0% 0em 0%;background: #FF0000;color: #FFF;}
.zwei-spalten-rot-left {float: left; width: 40%; padding:8% 5% 2% 5%;}
.zwei-spalten-rot-right {float: left; width: 50%;}
.zwei-spalten-rot-left h2 {color: #FFF;font-size: 4.0vw; line-height: 4.4vw;}
.zwei-spalten-rot-right h2 {color: #FFF;padding: 0 0 1.5em 0;}
.zwei-spalten-rot-left .small { font-size: 0.9vw;line-height: 1.2vw;}
.zwei-spalten-rot-left .frame-layout-2 h2 {margin: -0.3em 0 0 0; padding: 0.8em 0 0.8em 0; width: 55%; border-top: 0.15em #FFF solid;}
.zwei-spalten-rot-left .frame-layout-2 h3 {font-size: 2.2vw; line-height: 2.6vw;}
.slick-carousel {}

@media screen and (max-width:480px) {
    
    .zwei-spalten-rot-left {float: left; width: 90%; padding:18% 5% 2% 5%;}
    .zwei-spalten-rot-right {float: left; width: 90%; padding:2% 5% 2% 5%;}
    .zwei-spalten-rot-left h2 {color: #FFF; font-size: 9.8vw; line-height: 11.8vw;}
    .zwei-spalten-rot-right h2 {font-size: 5.8vw; line-height: 7.8vw; }
    .zwei-spalten-rot-left {font-size: 4.6vw;line-height: 5.8vw;}
    
}

/*18-BOTSCHAFTER-HEADER-SYNTAX*/
.botschafter-header-container  {position: relative;float: left; width: 90%; padding: 1em 5% 0em 5%; margin: 0 0 -1.0em 0;}
.botschafter-header-left {float: left; width: 23.3333333%; padding: 16.0em 10% 5% 0;}
.botschafter-header-left h2 {padding: 1em 0 1.0em 0;}
.botschafter-header-left img {border-radius: 100%; padding: 0 0 2.0em 0;filter: grayscale(100%); display: block;}
.botschafter-header-right h2 { padding:0 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw; font-family: "GothamBold";}
.botschafter-header-right {padding:0 0% 0.0em 0; font-size: 2.2vw; line-height: 2.6vw; font-family: "GothamBold";}
.botschafter-header-container strong{font-family: "GothamBold";}
.botschafter-header-right .image { padding: 2.0em 0 0 0;}
.botschafter-header-right .image img {filter: grayscale(100%);}
.botschafter-header-right {position: relative; float: left;width: 61.33333%; padding: 0 5% 0 0;}
/*IMAGE*/
.botschafter-header-right-image {position: relative; float: left;width: 61.33333%; min-height: 145vh; padding: 0 5% 0 0;}
.botschafter-header-image {position: absolute; bottom: -2.0em; right: 0;width: 65%;}
/*
.botschafter-header-right .image {position: absolute; bottom: 0;}
*/
@media screen and (max-width:480px) {
    
    .botschafter-header-left {float: left; width: 90%; padding: 0.0em 10% 5% 0;}
    .botschafter-header-left img {display: none;}
    .botschafter-header-right-image {position: relative; float: left;width: 95%; min-height:inherit; height: auto; padding: 2em 5% 0 0;}
    .botschafter-header-image {position: relative; bottom: 0.0em; right: 0;width: 100%;}
    .botschafter-header-image h1 {}
    .botschafter-header-right {padding:1em 0% 0.0em 0; width: 100%; font-size: 6.8vw; line-height: 7.8vw;}

}
/*19-BOTSCHAFTER-BODY-SYNTAX*/
.botschafter-body-container  {position: relative;float: left; width: 90%;padding: 6em 5% 6em 5%; height:auto; margin: 0; background: #ff0000; color: #FFF;}
.botschafter-body-left {position: relative;float: left; width: 23.3333333%; padding: 0.0em 10% 0% 0;}
.botschafter-body-left h2 {padding: 0 0 1.0em 0;}

.botschafter-body-container  .table {width: 100%; text-align: left;}

.botschafter-body-container tr {border-top: solid 3px #FFF;}
.botschafter-body-container tr {border-bottom: solid 0px #FFF;}
.botschafter-body-container td {padding:2% 1em 2% 0%;}
.botschafter-body-container th {padding:2% 1em 2% 0%;}
.botschafter-body-container .contenttable {width: 100%;}

.botschafter-body-container a {color: #FFF; text-decoration: none; border-bottom: solid 1px #FFF;}

@media screen and (max-width:480px) {
    
    .botschafter-body-container  {padding: 3em 5% 6em 5%; height:auto;}
    .botschafter-body-left {float: left; width: 90%; padding: 0.0em 10% 0% 0;} 
    .botschafter-body-container {}
    .contenttable {width: 100%;}
    
}

/*GLOSSAR*/
.glossar-box {position: relative;float: left; clear: left; width: 60%; padding: 0em 5% 4em 35%;}

.menu-glossar a{color: #000; text-transform: uppercase; text-decoration: none; font-size: 0.9vw; line-height: 0.9vw;font-family: "GothamBold";}
.menu-glossar a{padding: 0 1em 0 0;}
.menu-glossar .act a{color: #ff0000;}

@media screen and (max-width:480px) {
    
    .glossar-box {width: 90%; padding: 0em 5% 4em 5%;}
    .menu-glossar a{font-size: 3.8vw; line-height: 3.8vw;}

}

/*20-ACCORDION-BOX*/
.accordion-box  {position: relative;float: left; clear: left; width: 95%; padding: 4em 5% 4em 0%;font-size: 0.9vw;line-height: 1.2vw;}
.accordion {
    max-width: 100%;
    margin: 0.0em 0 0em 0;
    padding: 0em 0 0 0;
}

.accordion .at-tab {
  display: none;
  padding: 0.2em 0 0 0;
  margin: 0;    
  background-color: #fff;
}
.accordion .at-tab p{padding: 1.0em 0;}

.accordion .at-title {
    cursor: pointer;
    position: relative;
    margin: 0 0 0.0em 0;
    padding:0.3em 0 1.0em 0;
    border-bottom: solid 3px #FF0000;
    color:#000;
}


.accordion .at-title:hover {
    color:#ff0000;
}

.accordion .at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin: -0.3em 0 0 0;
  transition: all 0.3s ease;
  color:#ff0000;
    font-size: 2.5vw; line-height: 2.0vw;
}

.accordion .at-title.active:after {
  content: "−";
}

.accordion .at-item {
  margin-bottom: 0;
}

.accordion .at-title h2 {
  padding: 0;
  margin: 0.0em 0 0.5em 0;
  font-size: 0.9vw;line-height: 1.2vw;    
}

.accordion .accordion-header {
  padding: 0px 0;
}

@media screen and (max-width:480px) {
    
    .accordion-box  {font-size: 3.8vw;line-height: 4.8vw;padding: 4em 5% 2em 0%; }
    .accordion .at-title {
        cursor: pointer;
        position: relative;
        margin: 0 0 0.0em 0;
        padding:0.1em 0 1.0em 0;
        border-bottom: solid 3px #FF0000;
        color:#000;
    }
    .accordion .at-title:after {
      content: "+";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      margin: -0.7em 0 0 0;
      transition: all 0.3s ease;
      color:#ff0000;
        font-size: 3.8vw; line-height: 4.5vw;
    }
    .accordion .at-title h2 {
      padding: 0;
      margin: 0.0em 0 0.5em 0;
      font-size: 3.8vw;line-height: 4.8vw;  
    }

}

/*21-FLEX-BOX-SYNTAX*/
.flex-box-wrap  {position: relative;float: left; width: 90%;padding: 3em 5% 3em 5%; margin: 0;}
.flex-box-header {position: relative; float: left; width: 100%;}
.flex-box-header h2 { padding:0 0 1.5em 0; font-size: 4.0vw; line-height: 4.4vw; }
.flex-box-container {position: relative;float: left; clear: left; width: 100%; padding: 0em 0% 0em 0%; display: flex;flex-flow: wrap;}

/*22-FLEX-BOX-CONTENT-SYNTAX*/
.flex-box-content {
    position: relative;
    width: 27.3333333%;
    padding: 1em 5.0% 2em 0%;
    margin: 0 0 4em 0;
    text-align: left;
}
.flex-box-content img {width: 30%; height: auto;}
.flex-box-content h2 { padding:0 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw; }
.flex-box-content h3 { padding:0.8em 0 1.5em 0; font-size: 2.2vw; line-height: 2.6vw;  color: #FF0000;}
.flex-box-content .small { font-size: 0.9vw;line-height: 1.2vw;}

.flex-box-content .btn-default {position: absolute; bottom: 0; left: 0;}

@media screen and (max-width:480px) {
    
    .flex-box-header h2 {font-size: 6.8vw; line-height: 7.8vw;}
    
    .flex-box-content { width: 95%; padding: 1em 5.0% 2em 0%; margin: 0 0 4em 0;font-size: 4.6vw;line-height: 5.8vw;}
    
    .flex-box-content h2 { padding:0 0 0.5em 0; font-size: 6.8vw; line-height: 7.8vw;}
    .flex-box-content h3 { padding:0.8em 0 1.5em 0; font-size: 5.8vw; line-height: 6.8vw; color: #FF0000;}
    .flex-box-content .small { font-size: 3.8vw;line-height: 4.8vw;}

}

/*23-ZWEI-SPALTEN-ROT-WARUM-SYNTAX*/
.zwei-spalten-rot-2 {position: relative;float: left; width: 100%;padding: 0em 0% 0em 0%; margin: 0 0 3em 0; background: #FF0000;color: #FFF;}
.zwei-spalten-rot-left-2 {float: left; width: 45%; padding: 0 0 0 5%; }
.zwei-spalten-rot-right-2 {float: left; width: 40%; padding:8% 5% 2% 5%;}
.zwei-spalten-rot-left-2 h2 {color: #FFF;padding: 0 0 1.5em 0;}
.zwei-spalten-rot-right-2 h2 {color: #FFF;font-size: 4.0vw; line-height: 4.4vw;}
.zwei-spalten-rot-left-2 .small { font-size: 0.9vw;line-height: 1.2vw;}
.zwei-spalten-rot-left-2 .frame-layout-2 h2 {margin: -0.3em 0 0 0; padding: 0.8em 0 0.8em 0; width: 55%; border-top: 0.15em #FFF solid;}
.zwei-spalten-rot-left-2 .frame-layout-2 h3 {font-size: 2.2vw; line-height: 2.6vw;}
.slick-carousel-2 {margin: 0 0 -0.9em 0;}
.slick-carousel {margin: 0 0 -0.9em 0;}

@media screen and (max-width:480px) {
    
    .zwei-spalten-rot-left-2 {float: left; width: 90%; padding:0% 5% 2% 5%;}
    .zwei-spalten-rot-right-2 {float: left; width: 90%; padding:20% 5% 0% 5%; margin: 0 0 -5em 0;}
    .zwei-spalten-rot-left-2 h2 {color: #FFF;font-size: 6.8vw; line-height: 7.8vw;padding: 0 0 1.5em 0;}
    .zwei-spalten-rot-left-2 h3 {color: #FFF;font-size: 9.8vw; line-height: 11.8vw;padding: 15% 0 1.5em 0;}
    .zwei-spalten-rot-right-2 h2 {font-size: 5.8vw; line-height: 7.8vw; }
    .zwei-spalten-rot-left-2 {font-size: 4.6vw;line-height: 5.8vw;}
    
}

/*SOCIAL-BOX-SYNTAX*/
.social-embed-box {position: relative;float: left; width: 90%; padding: 0em 5% 4em 5%;}
.social-embed-box iframe {margin: 0 10em 0 0;}

.social-embed-box .grid-item {	
    width: 30.33333333%;
    margin: 0.0%;
    padding:0% 3% 0em 0; 
    float: left;
    display: block;
    overflow: hidden;
}
@media screen and (max-width:480px) {
    
    .social-embed-box .grid-item {	
        width: 100%;
        margin: 0.0%;
        padding:0% 0% 0em 0; 
        float: left;
        display: block;
        overflow: hidden;
    }
    
}

/*26-GLOSSARY-BOX-SYNTAX*/
#menu-center {margin: 0 0 0 0;}
.glossary-box {position: relative;float: left; width: 90%; padding: 1em 0% 2.2em 0%; border-bottom: solid 3px #ff0000; }
.glossary-box { margin: 0em 5% 0em 5%;}
.glossary-box-left  {float: left;width: 23.3333333%; padding: 0em 10% 0 0; }
.glossary-box-right {float: left;width: 61.33333%; padding: 1.5em 5% 0 0; }
.glossary-box strong { display: block; padding: 0 0 0.1em 0; margin:0 0 -1.0em 0;}
.glossary-box h2 {border-bottom: solid 0px #ff0000;width: 0.75em; padding: 0.7em 0 0.0em 0; margin: 0 0 0em 0;}

#menu-center .menu-glossar a{color: #000; text-transform: uppercase; text-decoration: none; font-size: 0.9vw; line-height: 0.9vw;font-family: "GothamBold";}
#menu-center .menu-glossar a{padding: 0 1em 0 0;}
#menu-center .menu-glossar a:hover{padding: 0 1em 0 0;color: #ff0000;}
#menu-center .menu-glossar .active {color: #ff0000;}

@media screen and (max-width:480px) {
    
    .glossary-box-left  {float: left;width: 90%; padding: 0em 10% 0 0; }
    .glossary-box-right {float: left;width: 90%; padding: 0 10% 0 0; }
    #menu-center .menu-glossar a{font-size: 3.8vw; line-height: 3.8vw;}
    
}

/*27-GLOSSARY-MENU-BOX-SYNTAX*/
.glossary-menu-box {position: relative;float: left; width: 60%; padding: 0em 5% 0em 35%;}

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

    .glossary-menu-box {position: relative;float: left; width: 90%; padding: 0em 5% 0em 5%;}
    
}
/*NEPARTNERSCHAFTEN-OVERVIEW*/
.partnerschaften-syntax-wrap  {position: relative;float: left; width: 90%;padding: 3em 5% 3em 5%; margin: 0;display: flex;flex-flow: wrap;}
.partnerschaften-syntax-wrap img {width: 70%; height: auto; padding: 0 0 0.5em 0;}
.partnerschaften-syntax-wrap .article {
    position: relative;
    width: 27.3333333%;
    padding: 0em 5.0% 2em 0%;
    margin: 0 0 3em 0;
    text-align: left;
}
.partnerschaften-syntax-wrap .teaser-text {padding: 0 10% 0 0;}

@media screen and (max-width:480px) {
    
    .partnerschaften-syntax-wrap  {padding: 2em 5% 1em 5%; margin: 0;}
    .partnerschaften-syntax-wrapimg {width: 50%; height: auto; padding: 0 50% 0.5em 0;}
    .partnerschaften-syntax-wrap .article {
        position: relative;
        width: 100%;
        padding: 0em 5.0% 0em 0%;
        margin: 0 0 1em 0;
        text-align: left;
    }

}
/*WARUM-SYNTAX-OVERVIEW*/
.warum-syntax-wrap  {position: relative;float: left; width: 90%;padding: 3em 5% 3em 5%; margin: 0;display: flex;flex-flow: wrap;}
.warum-syntax-wrap h2 {padding:0.8em 0 1.5em 0; font-size: 2.2vw; line-height: 2.6vw;  color: #FF0000;}
.warum-syntax-wrap img {width: 33%; height: auto; padding: 0 0 0.5em 0;}
.warum-syntax-wrap .article {
    position: relative;
    width: 27.3333333%;
    padding: 0em 5.0% 2em 0%;
    margin: 0 0 3em 0;
    text-align: left;
}
.warum-syntax-wrap .btn-default {position: absolute; bottom: 0; left: 0;}

@media screen and (max-width:480px) {
    
    .warum-syntax-wrap  {padding: 2em 5% 1em 5%; margin: 0;}
    .warum-syntax-wrap h2 {padding:0.8em 0 1.5em 0; font-size: 5.8vw; line-height: 6.8vw;}
    .warum-syntax-wrap img {width: 50%; height: auto; padding: 0 50% 0.5em 0;}
    .warum-syntax-wrap .article {
        position: relative;
        width: 100%;
        padding: 0em 5.0% 0em 0%;
        margin: 0 0 1em 0;
        text-align: left;
    }

}

/*WARUM-SYNTAX-SLIDER*/
.warum-syntax-slider {position: relative;float: left; width: 95%;padding: 3em 0% 5em 5%; margin: 0;}
.warum-syntax-slider h2 {padding:0.8em 0 1.5em 0; font-size: 2.2vw; line-height: 2.6vw;  color: #FF0000;}
.warum-syntax-slider img {width: 33%; height: auto; padding: 0 0 0.5em 0;}
.warum-syntax-slider .article .warum-syntax-slider-content {margin: 0 6.3% 0 0; height: auto;}

.warum-syntax-slider .btn-default {position: absolute; bottom: 0.5em; left: 0;}

.frame-layout-5 h3 { padding:6.0em 5% 0.5em 5%; font-size: 4.0vw; line-height: 4.4vw; }

@media screen and (max-width:480px) {
    
    .warum-syntax-slider {position: relative;float: left; width: 95%;padding: 1em 0% 3em 5%; margin: 0;}
    .warum-syntax-slider img {width: 50%; height: auto; padding: 0 50% 0.5em 0%;}
    .warum-syntax-slider h2 {padding:0.8em 0 1.5em 0; font-size: 6.8vw; line-height: 7.8vw;}
    .frame-layout-5 h3 {font-size: 9.8vw; line-height: 11.8vw; }
    .warum-syntax-slider .article .warum-syntax-slider-content {margin: 0 6.3% 0 0; height: auto;}

}

/*TEAM-OVERVIEW*/
.team-overview-box {position: relative;float: left; clear: left; width: 100%; padding: 0em 0% 8em 0%;color: #FFF; display: flex;flex-flow: row wrap;}
.team-overview-box .article {position: relative; float: left; width: 23.33333%; padding: 5% 5% 0% 5%;}
.team-overview-image {padding: 0 0 1em 0;border: none;}
.team-overview-image .image {border: none;text-decoration: none; }
.team-overview-image .image img {border-radius: 100%;}

@media screen and (max-width:480px) {
    
    .team-overview-box .article {position: relative; float: left; width: 90%; padding: 5% 5% 0% 5%;}

}
/*partner*/
.partner .team-overview-image .image img {border-radius: 0%;}

/*botschafter*/

.botschafter .team-overview-image .image img {border-radius: 100%;}

.team-teaser-box {height: 3em;}
.artikel-overview-content h2{width: 50%; padding: 0 0 0.3em 0;}
.artikel-overview-content a {color: #FFF; text-decoration: none;font-family: "GothamBold";}
.team-contact-box {padding: 1em 0 0 0;}
.team-contact-icon { width: 1.7em; height: auto; padding: 0 0.3em 0 0;margin: 0 0 -0.2em 0;}

/*FILTER*/
.filter-section {position: relative;float: left; width: 90%;padding: 4em 5% 0em 5%;color: #FFF;}
.filter-button { padding: 0.5em 0.5em 1.0em 0.5em; border: none; cursor: pointer; font-size: 0.7vw; line-height: 0.7vw; text-transform: uppercase; background: transparent; color: #FFF;}
.filter-button:hover {}

.filter-button.active { background: url(../images/active-line.jpg) no-repeat; background-size: 1.5em 0.2em;background-position: center bottom;}

.gallery-item { display: none; visibility: hidden;}
.gallery-item.visible { display: block; visibility: visible; animation: fadeIn 0.5s ease-in-out; }

.artikel-overview-content .btn-mail {text-decoration: none; color: #FFF;font-family: "GothamBold"; padding:0.3em 1.8em 0.2em 2.9em;}
.artikel-overview-content .btn-mail {
    background-image: url(../images/icons/mail-icon-red.png);
    background-repeat: no-repeat;
    background-size: auto 1.2vw;
    background-position: left bottom 0.2em; 
}
.artikel-overview-content .btn-phone {text-decoration: none; color: #FFF;font-family: "GothamBold"; padding:0.3em 1.8em 0.2em 2.9em;}
.artikel-overview-content .btn-phone {
    background-image: url(../images/icons/phone-red.png);
    background-repeat: no-repeat;
    background-size: auto 1.5vw;
    background-position: left bottom 0.0em; 
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.filter-section-2 .filter-button { padding: 0.5em 0.5em 1.0em 0.5em; border: none; cursor: pointer; font-size: 0.7vw; line-height: 0.7vw; text-transform: uppercase; background: transparent; color: #000;}

@media screen and (max-width:480px) {
    
    .filter-button { padding: 0.5em 0.5em 1.0em 0.5em; font-size: 3.7vw; line-height: 3.7vw; margin: 0 0 0.5em 0;}
    .artikel-overview-content .btn-mail { padding:0.3em 1.8em 0.2em 2.2em;}
    .artikel-overview-content .btn-mail {
        background-image: url(../images/icons/mail-icon-red.png);
        background-repeat: no-repeat;
        background-size: auto 4.2vw;
        background-position: left bottom 0.2em; 
    }
    .artikel-overview-content .btn-phone { padding:0.3em 1.8em 0.2em 2.2em;}
    .artikel-overview-content .btn-phone {
        background-image: url(../images/icons/phone-red.png);
        background-repeat: no-repeat;
        background-size: auto 5.0vw;
        background-position: left bottom 0.0em; 
    }

}

/*REFERENZEN-OVERVIEW*/
.referenzen-overview {position: relative;float: left; width: 90%; padding: 4em 5% 2em 5%;} 
.referenzen-overview .article {float: left; width: 25.33333%; padding: 0 8% 5.0em 0;}
.referenzen-overview .article img{filter: invert(100%)}

@media screen and (max-width:480px) {
    
    .referenzen-overview .article {float: left; width:46%; padding: 0 4% 5.0em 0;}
    
}

/*NEWS-ARTIKEL-MAIN*/
.news-artikel-main {position: relative;float: left; width: 90%; padding: 0em 5% 4em 5%; }
.news-artikel-main .article {float: left;}

.botschafter h2{ padding: 0.5em 0% 0 0;}


#grid-filter {position: relative;float: left; width: 90%; padding: 0em 5% 4.5em 5%;}
#grid-filter li{font-size: 0.8vw; line-height: 0.8vw; text-transform: uppercase; padding: 0 0.5em 1.5em 0.5em;cursor: pointer;}
#grid-filter .active { background: url(../images/active-line.jpg) no-repeat; background-size: 1.5em 0.3em;background-position: center bottom;}

@media screen and (max-width:480px) {
    
    .news-artikel-main {position: relative;float: left; width: 90%; padding: 0em 5% 2em 5%; margin: -3em 0 0 0;}
     #grid-filter li{font-size: 3.7vw; line-height: 3.7vw; text-transform: uppercase; padding: 0 0.5em 1.0em 0.5em; margin: 0 0 0.5em 0; cursor: pointer;}
    
}
/* NEWS-MASONRY */
/* ---- grid ---- */
.grid {}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {	
    width: 33.33333333%;
    margin: 0.0%;
    padding:0% 0% 2em 0; 
    float: left;
    display: block;
    overflow: hidden;
}

.grid-item {
  float: left;  
  text-align: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.grid-content-box {position: relative; width: 80%; padding: 0 10% 0 0; font-size: 1.2vw; line-height: 1.2vw;}
.grid-content-box .date {font-family: "GothamBook"; height:2em; padding: 0 0 0.0em 2.5em; margin: 0 0 1.0em 0;}
.grid-content-box .date-text {vertical-align: baseline;padding: 0.7em 0 0 0;}
.news-red-line {float: left; height: 0.3em; width: 33.3333%; margin: 4.0em 0 2.0em 0; background: #ff0000;}

.grid-content-box .date {
    background-image: url(../images/icons/kalender_Icon.png);
    background-repeat: no-repeat;
    background-size: auto 1.5vw;
    background-position: left bottom 0.2em; 
}

.artikel-overview-image {float: left; padding: 0 0 1.0em 0;}

.partner .grid-content-box {width: 80%; padding: 0 10% 4em 0}

.frame-layout-4 .date {display: none;}

@media screen and (max-width:480px) {
    
    .grid-content-box {position: relative; width: 98%; padding: 0 2% 0 0%;}
    .artikel-overview-image {float: left; padding: 0 0 4.0em 0;}
    
    .news-red-line {float: left; height: 1.0em; width: 33.3333%; margin: 12.0em 0 0.0em 0; background: #ff0000;}
    .grid-content-box .date {height:2em; padding: 0 0 0.0em 2.0em; margin: 0 0 1.0em 0;}
    .grid-content-box .date {
        background-size: auto 4.5vw;
        background-position: left bottom 0.2em; 
    }
    
}

/*BOTSCHAFTER*/
.botschafter .grid-content-box {position: relative; width: 80%; padding: 1.25em 10% 2em 0}
.team-overview-image {position: relative; z-index: 2;}

.botschafter-red-shape {position: absolute; z-index: 1; top: 0.0em; right: 1.25em; width: 11.2em; height:auto;}

.botschafter .header{width: 40%;}


@media screen and (max-width:480px) {
    
    .botschafter .grid-content-box {position: relative; width: 95%; padding: 3.55em 5% 2em 0%}
    
    .botschafter-red-shape {position: absolute; z-index: 1; top: .0em; right: -0.25em; width: 38.2em; height:auto;}
	
	.grid-sizer,
	.grid-item {
	  width: 100%;
	  margin: 0.5% 0.5% 1.5em 0.5%;
	}
    
    .partner .team-overview-image {}

}

/*NEWS-DETAIL*/
.news-detail-container {position: relative;float: left; width: 90%; padding: 1em 5% 4em 5%;}
.news-detail-container strong{font-family: "GothamBold";}

.news-spalten-header {float: left;width: 23.3333333%; padding: 0 10% 0 0;}
.news-spalten-teaser {float: left;width: 61.33333%; padding: 0 5% 0 0;}
.news-spalten-teaser {padding:0 0% 0.0em 0; font-size: 2.2vw; line-height: 2.6vw; font-family: "GothamBold";}
.news-spalten-teaser h2 { padding:0 0 0.5em 0; font-size: 4.0vw; line-height: 4.4vw; font-family: "GothamBold";}
.news-spalten-body {float: left;width: 61.33333%; padding: 2% 5% 0 33.333333%;}
.news-spalten-body a {color: #FF0000; text-decoration: none; border-bottom: solid 1px #FF0000;}

.body-text u { 
  text-decoration: none;
}

.first-media-container {padding: 1.0em 0 0 0;filter: grayscale(0%);}

.news-detail-container .date {font-family: "GothamBook"; height:2em; padding: 0 0 0.0em 2.5em; margin: 0 0 1.0em 0;}
.news-detail-container .date-text {vertical-align: baseline;padding: 0.7em 0 0 0;}
.news-detail-container .date {
    background-image: url(../images/icons/kalender_Icon.png);
    background-repeat: no-repeat;
    background-size: auto 1.5vw;
    background-position: left bottom 0.2em; 
}


.news-related-files-link {
    background-image: url(../images/icons/download-news.png);
    background-repeat: no-repeat;
    background-size: auto 1.5vw;
    background-position: left bottom 0.0em;
    padding: 0.0em 0 0 1.5em;
}

.news-spalten-body li {
	margin: 0 0 0 -0.5em;
	padding: 0em 0 0.3em 1.0em;
	list-style: none;
	background-image: url("../images/icons/red-dot.png");
	background-repeat: no-repeat;
	background-position: left top 0.0em;
	background-size: 1.2em;
}

.news-spalten-body .news-related-files li {
	margin: 0 0 0 0em;
	padding: 1em 0 0.3em 0.0em;
	list-style: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top 0.0em;

}
.news-spalten-body .news-related-files a{border-bottom: none;}

/*BRANCHEN-OVERVIEW*/
.branchen-overview-box {position: relative;float: left; clear: left; width: 90%; padding: 0em 5% 8em 5%;color: #FFF; display: flex;flex-flow: row wrap;}
.branchen-overview-box .article {float: left;width: 23.33333%; padding: 5% 10% 0% 0%;}
.branchen-overview-image {padding: 0 0 2em 0;}
.branchen-overview-image img {width: 40%; height: auto;}
.branchen-overview-content h2{width: 100%; height: 3.5em; padding: 0 0 0.3em 0;color: #FF0000;}

@media screen and (max-width:480px) {
    
    .branchen-overview-box .article {float: left;width: 100%; padding: 5% 0% 0% 0%;}

}

/* COUNT */
.counter-box h4 {position: absolute;bottom: -5.5em; left: 0; padding:0 0 0.5em 7%; width: 100%; text-align:left; font-size: 4.0vw; line-height: 4.4vw; font-family: "GothamBold";}

.counter-box {float: left;padding: 0 2.0em 1em 0;}
.counter-box-2 {float:left;padding: 0 2.0em 1em 40%;}
.counter-box-3 {float:left;padding: 0 2.0em 1em 20%;}
.counter {
  text-align: center;
  padding: 0 0 0 0;
  margin:0 0 1em 0;
  position: relative;
    width: 100%;    
}


.counter {
   display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}


.counter .counter-value {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: block;
  font-family: "GothamBook";    
}
.counter .counter-value {font-size: 14.9vw; line-height: 14.9vw;text-align: left;}

.counter .counter-value-text {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: block;
  font-family: "GothamBook"; 
}
.counter .counter-value-text {font-size: 14.9vw; line-height: 14.9vw;text-align: center;}

.counter p {color: #FF0000; font-size: 4.9vw; line-height: 4.9vw;font-family: "GothamMedium";}
.rot .counter p {color: #FFF; font-size: 4.9vw; line-height: 4.9vw;font-family: "GothamMedium";}

h2.counter-text {font-size: 14.9vw; line-height: 14.9vw;font-family: "GothamBook"; }

.h3-counter-1 {width: 50%; padding: 0 50% 0 0;}
.h3-counter-3 {width: 60%; padding: 0 40% 0 0;}

@media screen and (max-width:480px) {
    
    .counter-box h4 {position:relative;bottom:inherit; left:inherit; padding:0 0 0em 0%; width: 100%; text-align:left;font-size: 4.6vw;line-height: 5.8vw; }
    
    .counter-box {float: left; padding: 1em 5% 1em 0%; text-align: left;}
    .counter-box-2 {float:left; text-align: left; padding: 1em 5% 1em 5%;}
    .counter-box-3 {float:left; text-align: left; padding: 1em 5% 1em 5%;}
    
    .counter {
      text-align: left; 
      padding: 0 0 0 0;
      margin:0 0 1.5em 0;
      position: relative;
      float: left;
      width: 100%;   
    }
    .counter .counter-value {font-size: 24.9vw; line-height: 24.9vw;text-align:left;}
    .counter p {color: #FF0000; font-size: 6.9vw; line-height: 6.9vw;font-family: "GothamMedium";}
    .rot .counter p {color: #FFF; font-size: 6.9vw; line-height: 6.9vw;font-family: "GothamMedium";}
    .counter-box h3 {font-size: 4.6vw;line-height: 5.8vw;text-align: left; padding: 0;margin: 0; width: 100%; display: block;}
    .counter-box-2 h3 {font-size: 4.6vw;line-height: 5.8vw;text-align: left; padding: 0;margin: 0; width: 100%; display: block;}
    .counter-box-3 h3 {font-size: 4.6vw;line-height: 5.8vw;text-align: left; padding: 0;margin: 0; width: 100%; display: block;}
    .counter-box h5 {font-size: 4.6vw;line-height: 5.8vw;margin: 0 0 0 0; padding: 0;}

}

/*SCROLL-ICON*/
.l-section-top {opacity: 1;transition: .5s ease-in-out;}

.c-scrolldown-text {
    position: fixed;
    z-index: 12;
    right: 3.2em;
    bottom: 23em;
    color: #ff0000;
    font-size: 0.8vw; line-height: 0.8vw;
    transform: rotate(-90deg);
    opacity: 1;
    transition: .5s ease-in-out;
}

.rot .c-scrolldown-text {
    color: #FFF;
}

.c-scrolldown {
  width: 2px;
  height: 8em;
  position: fixed;
  z-index: 12;
  bottom: 4em;
  right: 0.5em;
  margin: 0 3em;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #CCC 50%, #FF0000 50%);
  background-position: 0 -2em;
  background-size: 100% 200%;
  animation: scrolldown 3.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.c-scrolldown .c-line-2 {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #000 50%, #FFF 50%);
  background-position: 0 -2em;
  background-size: 100% 200%;
  animation: scrolldown 3.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.c-scrolldown .c-line-3 {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #FF0000 50%, #FFF 50%);
  background-position: 0 -2em;
  background-size: 100% 200%;
  animation: scrolldown 3.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -8em;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 8em;
  }
}

@media screen and (max-width:480px) {
    
    
    .c-scrolldown-text {
        right: -0.5em;
        bottom: 21em;
        font-size: 3.2vw; line-height: 3.2vw;
    }
    .c-scrolldown {
      width: 2px;
      height: 8em;
      bottom: 4em;
      right: 0.0em;
      margin: 0 1em;
    }

}

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

    .hyphenate {hyphens: auto;}
    
}

/*FOOTER*/
.slot-footer {position: relative; float: left; width: 90%; padding: 2em 5% 6em 5%;text-align: left;background: #FFF;color: #000;}
.rot .slot-footer {position: relative; float: left; width: 90%; padding: 2em 5% 6em 5%;text-align: left;background: #FF0000; color: #FFF;} 
.menu-footer li{list-style:none; display:block;margin:0em 0%; padding: 0.0em 0 0.8em 0; text-align:left;}
.menu-footer li {font-size: 4.0vw; line-height: 4.0vw; font-family: "GothamBold";}
.menu-footer a{color:#000; padding:0; transition: .2s; text-decoration: none; }
.menu-footer a:hover{color:#000;}
.menu-footer .act a{color:#000;}

.rot .menu-footer a{color:#FFF; padding:0; transition: .2s; text-decoration: none; }
.rot .menu-footer a:hover{color:#FFF;}
.rot .menu-footer .act a{color:#FFF;}

.slot-footer-box-1 {float: left; width: 35%;text-align: left;}
.slot-footer-box-2 {float: left; width: 28%;text-align: left;padding: 0 0 0 2%;}
.slot-footer-box-3 {float: left; width: 35%;text-align: left;font-size: 0.9vw; line-height: 2.0vw;}
.slot-footer-box-3 a {color: #000; text-decoration: none;}

.rot .slot-footer-box-3 a {color: #FFF; text-decoration: none;}

.footer-logo-box {position: relative;float: left; width:100%; height: auto; padding: 1.0em 0 4.0em 0;} 
.footer-logo-box img {width: 1.2em; height: auto;}

.partner-logo {float:left; width:auto; height: 4.5em; padding: 4.9em 2.5em 0 0;}

/*SOCIAL-ICONS*/
.social-icon-box {float: left;width: 100%;padding: 3.0em 2.5em 0 0;}
.social-icon-box img {width: 1.5em; height: auto;padding: 0 0.5em 0 0;}
/*PARTNER-ICONS*/
.zertifikate-icon-box {float: left;width: 100%;padding: 3.0em 2.5em 0 0;}
.zertifikate-icon-box img {width: 4.8em; height: auto;padding: 0 2.0em 0 0;}

.arrow-top {position: absolute; bottom: 1em; right: 5%;}
.arrow-top img {width: 1.5em; height: auto;padding: 0 0 0 0;}

@media screen and (max-width:480px) { 
    
    .slot-footer {position: relative; float: left; width: 90%; padding: 2em 7.5% 10em 7.5%;text-align: left;background: #FFF;color: #000;}
    .menu-footer li {font-size: 9.8vw; line-height: 9.8vw;}
    .slot-footer-box-1 {float: left; width: 95%;text-align: left;}
    .slot-footer-box-2 {float: left; width: 98%;text-align: left;padding: 0 0 0 0%;}
    .slot-footer-box-3 {float: left; width: 95%;text-align: left;font-size: 4.6vw;line-height: 7.8vw;}
    .slot-footer-box-3 a {color: #000; text-decoration: none;}

}

.btn-default {
  background:transparent;
  color:#000;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 2.0em 0 0 0;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #000;
    border-radius: 1em;
    font-family: "GothamBold";
}


.rot .btn-default {
  background:transparent;
  color:#FFF;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 2.0em 0 0 0;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
}

.black .btn-default {
  background:transparent;
  color:#FFF;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 2.0em 0 0 0;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
}

a.btn-default-rot {
  background:#FF0000;
  color:#FFF;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 2.0em 0 0 1em;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #ff0000;
    border-radius: 1em;
    font-family: "GothamBold";
}
.eine-spalten-main .btn-default { margin: -12em 0 0 0;}

/*btn-default*/
@media screen and (max-width:480px) { 
    
    .btn-default { font-size: 3.9vw;line-height: 3.9vw;}
    .rot .btn-default { font-size: 3.9vw;line-height: 3.9vw;}
    .black .btn-default { font-size: 3.9vw;line-height: 3.9vw;}
    a.btn-default-rot { font-size: 3.9vw;line-height: 3.9vw;}
    
}

a.btn-bewerben {
  background:#FF0000;
  color:#FFF;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 2.0em 1.0em 0 0em;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #ff0000;
    border-radius: 1em;
    font-family: "GothamBold";
}

.btn-newsletter {
  background:transparent;
    float: right;
  color:#000;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: -3.0em 0 0 0;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #000;
    border-radius: 1em;
    font-family: "GothamBold";
}

.rot .btn-newsletter {border: solid 1px #FFF;}
.rot .btn-newsletter {color: #FFF;}

.btn-login {
  background:transparent;
  color:#000;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 0em 0 0 1.0em;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #000;
    border-radius: 1em;
    font-family: "GothamBold";
}

#menu-panel .btn-login {
  background:transparent;
  color:#FFF;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 0em 0 0 1.0em;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
    font-family: "GothamBold";
}
.rot .btn-login {
  background:transparent;
  color:#FFF;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 0em 0 0 1.0em;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
    font-family: "GothamBold";
}
.black .btn-login {
    color:#FFF;
    border: solid 1px #FFF;
}
#menu-panel .btn-offertanfrage {
    position: absolute;
    top: 3.65em;
    right: 34.5%;
    background:#FFF;
    color:#FF0000;
    padding: 0.5em 1.0em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: none;
    margin: 0em 0 0 1.0em;
    font-size: 0.9vw;line-height: 0.9vw;
    cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
    font-family: "GothamBold";
}


.rot .download {
    background:#FFF;
    color:#FF0000;
    padding: 0.5em 1.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: none;
    margin: 0em 0 0 0.0em;
    font-size: 0.9vw;line-height: 0.9vw;
    cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
    font-family: "GothamBold";
}

.btn-default-black {
  background:transparent;
  color:#000;
  padding: 0.5em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  margin: 2.0em 0 0 0;
  font-size: 0.9vw;line-height: 0.9vw;
  cursor: pointer;
    border: solid 1px #000;
    border-radius: 1em;
    font-family: "GothamBold";
}

.btn-black {
    background:#000;
    color:#FFF;
    padding: 0.7em 1.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: none;
    margin: 0em 0.5em 0 0.0em;
    font-size: 0.9vw;line-height: 0.9vw;
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 1em;
    font-family: "GothamBold";
}
a.btn-black {color: #FFF}

.btn-with {
    background:#FFF;
    color:#FF0000;
    padding: 0.5em 1.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: none;
    margin: 0em 0 0 0.0em;
    font-size: 0.9vw;line-height: 0.9vw;
    cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
    font-family: "GothamBold";
}
a.btn-with {color: #ff0000}

a.mail-with {color: #FFF;}


 .btn-offertanfrage-sticky {
    position:fixed;
    z-index: 9;
    bottom: 3.0em;
    right: 5.0%;
    background:#FF0000;
    color:#FFF;
    padding: 0.5em 1.0em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: none;
    margin: 0em 0 0 0.0em;
    font-size: 0.9vw;line-height: 0.9vw;
    cursor: pointer;
    border: solid 1px #FFF;
    border-radius: 1em;
    font-family: "GothamBold";
    opacity: 0;
    transition: 1.0s ease-in-out;
}

@media screen and (max-width:480px) { 
    
    a.btn-bewerben { font-size: 3.9vw;line-height: 3.9vw;}
    
}

@media screen and (max-width:480px) { 
    
    #menu-panel .btn-offertanfrage {display: none;}
    #menu-panel .btn-login {
        position: absolute;
        bottom: 3.6em;
        right: -2.5em;
        padding: 0.5em 0.0em;
        border: solid 0px #FFF;
    }
    #menu-panel .btn-login { font-size: 2.9vw;line-height: 2.9vw; display: none;}
    .btn-newsletter { font-size: 3.9vw;line-height: 3.9vw;}
    .btn-offertanfrage-sticky { font-size: 3.9vw;line-height: 3.9vw;}
    .btn-default-black { font-size: 3.9vw;line-height: 3.9vw;}
    
    .btn-login {
        position: absolute;
        top: 0em;
        right: 7em;
        font-size: 3.0vw;line-height: 3.0vw;
    }
    
    .rot .btn-login {
        position: absolute;
        top: 0em;
        right: 7em;
        font-size: 3.0vw;line-height: 3.0vw;
    }
        
        

}

     
/*MENU*/


/*CLOSE-ICON*/
.close-box {position: absolute; z-index: 2; right: 4.7em; top: 2.55em;}
.close {
  position: absolute;
  width: 2em;
  height: 2em;
  opacity: 1;
 cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  right: 0.8em;
  content: ' ';
  height: 1.8em;
  width: 2px;
  background-color: #ff0000;
}
.close:before {
   -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close:hover:before {
  transform: rotate(90deg);
}

.close:hover:after {
  transform: rotate(90deg);
}

/*NEWSLETTER*/ 
.newsletter-stoerer {
    position: fixed;
    z-index: 99;
    width: 5.5em;
    height: 5.5em;
    right: 6.0%;
    bottom: 4.0em;
    transition: .5s ease-in-out;
    opacity: 1;
    cursor: pointer;
}

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

    .newsletter-stoerer { right:inherit; left: 5%;}
    
}

.newsletter-stoerer {
  animation: animNewsletterButton 18s linear infinite;
}

@keyframes animNewsletterButton {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

/*NEWSLETTER-SUBSCRIBE-PANNEL*/
.newsletter-subscribe-box {position: fixed; z-index: 100; width: 100%; height: 100vh; background:#FFF; display:none;}
.newsletter-subscribe-box h2 {padding: 0 0 0.5em 0;}
.indicates-required {width: 100; padding: 0 0 1em 0; text-align: right; font-size: 0.7vw;line-height:1.0vw;}
#mc_embed_signup {width: 30%; padding: 4em 35%;}
.mc-field-group label{font-size: 1.0vw;line-height:1.0vw;}
.asterisk {color: #ff0000;}
.nl-input {
  display: block;
  width: 80%;
  margin: 0.5em 0 1em 0;
  border: 1px solid #111;
  padding: 0.8em 1.0em;
  background:none;
  color: #111; 
    font-size: 0.9vw;line-height:0.9vw;
     font-weight: 300;
    border-radius: 0.5em;
}
.nl-select {
  display: block;
  width: 85%;
  margin: 0.5em 0 1em 0;
  border: 1px solid #111;
  padding: 0.8em 1.0em;
  background:none;
  color: #111; 
    font-size: 0.9vw;line-height:0.9vw;
     font-weight: 300;
    border-radius: 0.5em;
}
.nl-submit  {
  background: #ff0000;
  border: solid 1px #ff0000;
  color:#FFF;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9vw;line-height:0.9vw;
  cursor: pointer;
    width:auto; 
    margin: 1.5em auto 0 auto;
    font-weight: 300;
    border-radius: 2.5em;
}

@media screen and (max-width:480px) {
    
    #mc_embed_signup {width: 80%; padding: 4em 10%;}
    .indicates-required {font-size: 2.0vw;line-height:2.4vw;}
    .mc-field-group label {font-size: 3.0vw;line-height:3.0vw;}
    .nl-input {font-size: 3.0vw;line-height:3.0vw;}
    .nl-submit  {font-size: 3.0vw;line-height:3.0vw;}
    
}

/*POWERMAIL*/ 

.tx-powermail input::placeholder {
  font-weight: 100;
  opacity: 0.5;
  color: #46a584;
}
.tx-powermail textarea::placeholder {
  font-weight: 100;
  opacity: 1.0;
  color: #46a584;
}

.powermail_label{font-weight: 300;}
.tx-powermail li{list-style: none; color: #111; padding: 3em 0 0.5em 0; margin: 0; text-align: left; display: block;font-size: 0.9vw; line-height:0.9vw;}
.tx-powermail ul {padding: 0; margin: 0;}

.tx-powermail {float: left; text-align:center; width:100%;padding:3em 0% 4em 0% ;}

.tx-powermail h3 { display: none; visibility: hidden;}

.powermail_legend {display: none; visibility: hidden;}
.powermail_label { float: left;width: 40%; text-align: left;padding:0.3em 0; display: none;}

.powermail_input {width: 100%; }
.powermail_fieldwrap_type_submit {width: 100%;}

.powermail_submit {
  background: #46a584;
  border: solid 1px #46a584;
  color:#FFF;
  padding: 1.0em 3.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9vw;line-height:0.9vw;
  cursor: pointer;
    width:auto; 
    margin: 2.0em auto 0 auto;
    font-weight: 300;
    border-radius: 2.5em;
}


.powermail_fieldwrap_type_input{float: left; width: 44%; padding:1% 6% 1% 0%;}
.powermail_fieldwrap_type_textarea {float: left; width: 94%; padding:1% 6% 1% 0%;}

.powermail_input {
  float: left;
  display: block;
  width: 100%;
  margin: 0% 0 1em 0;
  border: 1px solid #46a584;
  padding: 0.8em 1.0em;
  background:none;
  color: #46a584; 
    font-size: 0.9vw;line-height:0.9vw;
     font-weight: 300;
    border-radius: 0.5em;
}
.powermail_textarea {
  float: left;
  display: block;
  width: 100%;
  margin: 0%;
  border: 1px solid #46a584;
  padding: 0.8em 1.0em;
   background:none;
  color: #46a584;
 font-size: 0.9vw;line-height:1.3vw;
 font-family: 'Muller';
    font-weight: 300;
     border-radius: 0.5em;
}


@media screen and (max-width:480px) {
	
	.tx-powermail {float: left; width:100%;padding:3em 0% 4em 0% ; text-align: center;}
	
	.powermail_input {font-size: 4.2vw; line-height:4.8vw;}
    .powermail_textarea {font-size: 4.2vw; line-height:5.8vw;}
	
	.powermail_label {width: 90%; text-align: left;padding:0.3em 0;}
	.powermail_field { width: 90%;  text-align: center;padding:0.3em 0;}
    
    .powermail_fieldwrap_type_input{ width: 100%; padding:1% 0%;}
    .powermail_fieldwrap_type_textarea {float: left; width: 100%; padding:1% 0%;}
    
    .powermail_fieldwrap_type_submit {width: 100%;}
    
    .powermail_submit {
      background: #46a584;
      border: solid 1px #46a584;
      color:#FFF;
      padding: 1.0em 2.0em;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 4.2vw;line-height:4.2vw;
      cursor: pointer;
        width:auto; 
        margin: 2.0em auto 0 15%;
        font-weight: 300;
        border-radius: 2.5em;
    }
	
}
/* CONTACT  -webkit-border-radius:0; -webkit-appearance: none;  */


/* NAVIGATION BEGINN */
/* MOBILE-MENU */

/* Icon 1 */
.nav-icon-box {
  z-index:100;
  width:2em;
  height: 1.5em;
  position:fixed;
  right:3%; 
  top:3em;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: block; 
}

.nav-icon1 {
  z-index:11;
  width: 2em;
  height: 50px;
  position: absolute;
  left:0; top:0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none; display:block;
}

@media screen and (max-width:480px) {
	
	.nav-icon-box {position: fixed; right:1em; top:3.2em;}
 
}

.nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;  
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media screen and (max-width:1320px) {
	
	.nav-icon1 {
	  width: 1.6em;
	}
		
}

.n1, .n2, .n3 {background: #000;}

.nav-top-box .n1 {background: #000;}
.nav-top-box .n2 {background: #000;}
.nav-top-box .n3 {background: #000;}

.rot .n1 {background: #FFF;}
.rot .n2 {background: #FFF;}
.rot .n3 {background: #FFF;}

.open .n1 {background: #FFF;}
.open .n2 {background: #FFF;}
.open .n3 {background: #FFF;}

.nav-icon1 .n1 {
  	width: 100%;
  	top: 0px;
  	left:0%;
}

.nav-icon1 .n2 {
	width: 100%;
  	top: 0.5em;
  	left:0%;
    display: none;
}

.nav-icon1 .n3 {
	width: 100%;
	top: 0.7em;
	left:0%;
}

.nav-icon1.open span:nth-child(1) {
  top: 9px;
  left: 0px;
   width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}


.nav-icon1.open span:nth-child(2) {
    top: 9px;
  left: 0px;
   width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-icon1.open span:nth-child(3) {
  top: 9px;
  left: 0px;
  width: 100%; 
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#menu-panel{position: fixed; z-index:100; top:0;right:0%;width:100%; height:100vh; padding:0% 0 0 0%;background:#ff0000;display:none;}
.content-menu-box {margin: 0 0 0 0%; width: 100%; display:none; }
.content-menu-sub-box {margin: 0 0 0 0%; width: 100%; display:block; }

.syntax-icon-nav {position: absolute; left: 5%; top: 5%; width: 1.2em; height: auto;}

.content-nav-box {padding: 0.0em 0 1.8em 0;}
.content-nav-box li{font-size: 4.0vw; line-height: 4.0vw; font-family: "GothamBold";cursor: pointer;}
.content-nav-box a{ text-decoration: none;}

.nav-titel {list-style:none; display:block;margin:0em 0%; text-align:left;cursor: pointer;}
.nav-titel {font-size: 4.0vw; line-height: 4.0vw; font-family: "GothamBold";}
.content-menu-right .nav-titel {font-size: 3.0vw; line-height: 3.0vw; font-family: "GothamBold";}
.nav-titel {color:#FFF; padding:0; transition: .2s; text-decoration: none; }
.nav-titel:hover{color:#000;}
.nav-titel-active {color:#000;}

.nav-titel a{color:#FFF; padding:0; transition: .2s; text-decoration: none; }
.nav-titel a:hover{color:#000;}
.nav-titel-active a {color:#000;}

.content-menu-left {
    position: absolute;    
    text-align:left;
    z-index: 1;
    width: 43%;
    height: auto;
    left: 5%;
    bottom:5%;
}
.content-menu-middle {
    position: absolute;    
    text-align:left;
    z-index: 1;
    width: 33%;
    left: 42.5%;
    height: 25.5em;
    bottom:5%;
    display: none;
}
.content-menu-right {
    position: absolute;    
    text-align:left;
    z-index: 1;
    width: 24%;
    height: auto;
    right:8%;    
    bottom:8%;
    border-top: 0.4em #FFF solid;
    padding: 2em 0 0 0;
    display: none;
}
.content-menu-middle li{font-size: 1.0vw; line-height: 2.4vw; list-style: none;display: block;}
.content-menu-middle .nav a {color: #FFF; text-decoration: none;} 
.content-menu-middle .nav a:hover {color: #000; text-decoration: none;} 
.content-menu-middle .nav-active a {color: #000; text-decoration: none;} 

.content-menu-right .menu-sub-6 {width: 120%; margin: -0.9em 0 0 0;}
.content-menu-right .menu-sub-6 li{font-size: 1.0vw; line-height: 2.4vw;  list-style: none;display:inline-block;}
.content-menu-right .nav a {color: #FFF; text-decoration: none; padding: 0 3em 0 0em;} 
.content-menu-right .nav a:hover {color: #000; text-decoration: none;padding: 0 3em 0 0em;} 
.content-menu-right .nav-active a {color: #000; text-decoration: none;padding: 0 3em 0 0em;} 

.menu-sub-1 {position: absolute; top: 0; left: 0; display: none;} 
.menu-sub-2 {position: absolute; top: 0; left: 0; display: none;} 
.menu-sub-3 {position: absolute; top: 0; left: 0; display: none;} 
.menu-sub-4 {position: absolute; top: 0; left: 0; display: none;} 
.menu-sub-7 {position: absolute; top: 0; left: 0; display: none;} 

.close-sub-menu {display: none; visibility: hidden;}

@media screen and (max-width:480px) {
    
    .close-sub-menu {display: block; visibility: visible;}
    .close-sub-menu {position: absolute; z-index: 3; top: 0em; right: -0.9em; color: #FFF;}
    .close-sub-menu {width: 1.5em; height: auto;}
    
    .content-menu-right {display: none;visibility: hidden;}
    
    .nav-icon-box {font-size: 4.2vw; line-height:4.2vw;transition:all 0.8s ease;}
	
	#menu-panel{position: fixed; z-index:100; top:0;right:0%;width:100%; height:100vh; padding:0% 0 0 0%;display:none;overflow: scroll;}
	.menu-mobile li{list-style:none; display:block; font-size: 9.8vw; line-height:11.8vw;padding:0.2em 0 0.2em 0;}
    
    .content-menu-middle li{font-size: 4.5vw; line-height: 6.4vw; padding: 0 0 0.5em 0; list-style: none;display: block;}
    
    .content-nav-box li{font-size: 9.8vw; line-height: 9.8vw; font-family: "GothamBold";cursor: pointer;}
    .content-menu-left {
        position: absolute;    
        text-align:left;
        z-index: 1;
        width: 95%;
        height: auto;
        left: 5%;
        bottom:inherit;
        top: 8.0em;
    }
	
    .content-menu-middle {
        position: absolute;    
        text-align:left;
        z-index: 2;
        width: 85%;
        left: 5%;
        height: 55.5em;
        bottom:inherit;
        background: #ff0000;
        top: 7em;
        margin: 0 0 8em 0;
    }
    
	.content {
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  top: -3%;
	  -webkit-transform: inherit;
	  -ms-transform: inherit;
	  transform: inherit;
	}	

}

/* NAVIGATION END */

		
/* Slick */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute; z-index:98;
    bottom: 10%;
    margin: 0 0 0 0;
    width: 40px;
    height: 40px;
	 cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent; 
}

.slick-next{
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: auto 1.2vw;
    background-position: center; 
}

.slick-prev{
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: auto 1.2vw;
    background-position: center; 
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.slick-prev
{
    right: 7%;
}


.slick-next
{
    right: 5%;
}

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


    .slick-prev
        {
            right: 15%;
            background-size: auto 5.2vw;
        }


    .slick-next
        {
            right: 5%;
            background-size: auto 5.2vw;
        }

}

/* slick-dots */
/* slick-dots */

.slick-dots {padding: 0; margin: 0 0 0 0em;}

.slick-dots
{
    position: relative;
    float: right;
    bottom: 2em;
    z-index: 9;
    display: block;
     width: 40%;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}

.warum-syntax-slider .slick-dots
{
    position: relative;
    float: right;
    bottom: -2em;
    z-index: 9;
    display: block;
     width: 40%;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}

.news-slider-box .slick-dots
{
    position: relative;
    float: right;
    bottom: -2em;
    z-index: 9;
    display: block;
     width: 40%;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}

.slick-dots li
	{
		font-size: 1em; line-height: 1em;
	    position: relative;
	    display: inline-block;
	    width: 1em;
	    height: 1em;
	    margin: 0 8px;
	    padding: 0; ;
	    cursor: pointer;
	    border:solid 0px #FF0000;
	    border-radius: 1em;
	}
	.slick-dots li button
	{
	    display: block;
        border: none;
        background: none;
        font-family: "GothamBook";
        font-size: 1.2vw; line-height: 1.2vw;
        color:#000;
        cursor: pointer;
	}

@media screen and (max-width:480px) {
    
    .slick-dots li button {font-size: 4.2vw; line-height: 4.2vw;}
    .slick-dots {
        position: relative;
        float: left;
        bottom: 2em;
        z-index: 9;
        display: block;
         width: 90%;
        padding: 0 5% 0 0;
        margin: 0 0 0 -1%;
        list-style: none;
        text-align: left;
    }
    
    .news-slider-box .slick-dots
    {
        position: relative;
        float: left;
        bottom: -2em;
        z-index: 9;
        display: block;
         width: 90%;
        padding: 0 5% 0 0;
        margin: 0 0 0 -1%;
        list-style: none;
        text-align: left;
    }
    
    
}



.slick-dots button:hover,
.slick-dots button:focus
{
    color: #ff0000;
    background:none;

}
.slick-dots button:hover:before,
.slick-dots button:focus:before
{
    color: #ff0000;
    background:none;
 
}
.slick-dots button:before
{   
     color: #ff0000;
    background:none;

}

.slick-dots .slick-active
{
 color: #ff0000;
    background:none;

}

.slick-dots .slick-active button
{
    display: block;
     color: #ff0000;
    background:none;

}



.rot .slick-dots .slick-active button
{
    display: block;
     color: #FFF;
    background:none;

}
.rot .slick-dots button:hover,
.rot .slick-dots button:focus
{
    color: #fff;
    background:none;

}

@media screen and (max-width:480px) {
	
	button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	

}

/*SCROLLER*/

.scroller-box {position: relative; float: left; width: 100%; padding: 7em 0% 5em 0%;text-align: left;}

.scroller {
  max-width: 100%;
    padding: 0 0%;
}

.scroller img {width: 18em;filter: invert(0%)}

.scroller__inner {
  padding-block: 0rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 0%,
    white 100%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 0%, white 100%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
          animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 60s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 120s;
}

@-webkit-keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@media screen and (max-width:480px) {
    
    .scroller-box {position: relative; float: left; width: 100%; padding: 5em 0% 3em 0%;text-align: left;}
    
}
/*COOKI-EXT*/

[data-omcookie-panel-show] {
  cursor: pointer;
}
.om-cookie-panel {
  padding:1% 5%;
  z-index: 99999;
  background: #efefef;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
  border-top: 0px solid #666;
  font-size: 0.9vw; line-height:1.4vw;
  transform: translateY(100%) translateX(0);
  transition: transform 0.5s ease, opacity 0.3s;
  text-align:left;
  color: #000;
}

.om-cookie-left {float: left; width: 50%;}
.om-cookie-right {float:right; text-align:right; width: 50%; padding: 1em 0 0 0;}
.om-cookie-panel a{color: #FF0000;text-decoration: none;}

.om-cookie-panel.active {
  transform: translateY(0) translateX(0);
  opacity: 1;
}

.om-cookie-panel p {
  margin: 0;
  padding: 1em 0;
}
.om-cookie-panel .cookie-panel__checkbox {
  display: none;float: left;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #6e6b68;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin:0em 0.5em 0 0;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff; 
  background-color: #FF0000;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #FF0000;border: 2px solid #000;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #FF0000;border: 2px solid #000;
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  display: inline-block;padding: 0 1em 0 0;
  line-height: 1.1;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin:0 0 0.5em 0.5em;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
   
}
.om-cookie-panel .cookie-panel__link {
  padding-top: 1em;
}

.cookie-panel__control {}

.om-cookie-panel .cookie-panel__button {
  background:#FF0000;
  border: solid 1px #FF0000;
  color:#FFF;
  padding: 1.0em 1.0em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0.0em 0.8em 1em 0.5em;
  font-size: 0.7em; line-height: 0.7em;
  cursor: pointer;
  border-radius: 0.5em;
    font-weight: 400;
}
.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}

.om-cookie-panel .cookie-panel__button--color--green {
  background-color:none;border: solid 1px #FF0000;
}
.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
.om-cookie-info table {
  border: 1px solid black;
  border-collapse: collapse;
}
.om-cookie-info table th,
.om-cookie-info table td {
  padding: 10px 5px;
  border: 1px solid black;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width:480px) {
    
    .om-cookie-panel {padding:2em 5% 3em 5%;font-size: 3.6vw; line-height:4.6vw;}
    .om-cookie-left {float: left; width: 100%;}
    .om-cookie-right {float:right; text-align: center; width: 100%; padding: 1em 0 0 0;}
    .om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
      margin:0 0em 1.0em 0.0em;
    }
    .om-cookie-panel .cookie-panel__button {margin: 2.0em 0.5em 0.3em 0;padding: 2.0em 1.0em;}

    
}






