@charset "UTF-8";
/* CSS Document */
/*timeline-title ist in den Headline-Styles zu finden 
*/
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Open-Sans-300/Open-Sans-300.eot");
  src: url("fonts/Open-Sans-300/Open-Sans-300.eot?#iefix") format("embedded-opentype"), local("Open Sans Light"), local("Open-Sans-300"), url("fonts/Open-Sans-300/Open-Sans-300.woff2") format("woff2"), url("fonts/Open-Sans-300/Open-Sans-300.woff") format("woff"), url("fonts/Open-Sans-300/Open-Sans-300.ttf") format("truetype"), url("fonts/Open-Sans-300/Open-Sans-300.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Open-Sans-regular/Open-Sans-regular.eot");
  src: url("fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("Open-Sans-regular"), url("fonts/Open-Sans-regular/Open-Sans-regular.woff2") format("woff2"), url("fonts/Open-Sans-regular/Open-Sans-regular.woff") format("woff"), url("fonts/Open-Sans-regular/Open-Sans-regular.ttf") format("truetype"), url("fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Open-Sans-700/Open-Sans-700.eot");
  src: url("fonts/Open-Sans-700/Open-Sans-700.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold"), local("Open-Sans-700"), url("fonts/Open-Sans-700/Open-Sans-700.woff2") format("woff2"), url("fonts/Open-Sans-700/Open-Sans-700.woff") format("woff"), url("fonts/Open-Sans-700/Open-Sans-700.ttf") format("truetype"), url("fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans") format("svg"); }

html {
  height: 100%;
  min-height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font: 16px/26px "Raleway", sans-serif !important;
  font-weight: 400; }

/*baselayout startseite*/
.gek-bg {
  z-index: 1;
  width: 100vw;
  height: 45vh;
  position: fixed;
  background-size: cover;
  background-position: 50% 50%;
  top: 80px;
  left: 0; }

.gek-overlay {
  z-index: 100;
  position: relative;
  height: auto; }

.gek-overlaystart {
  z-index: 2;
  position: relative;
  margin-top: 50vh;
  height: auto;
  overflow: hidden; }

#maincontentstart {
  background-color: #e6e6e6;
  height: auto;
  overflow: hidden; }

#maincontentstartpage {
  height: auto;
  margin-top: 0vh; }

.content {
  position: relative;
  z-index: 11;
  padding-top: 0px; }

#footer {
  z-index: 999 !important;
  background-color: #d9d9d9 !important; }

.content-bg {
  margin-top: 0px;
  border-top: 1px solid #CCC;
  position: absolute;
  z-index: 10;
  background-color: #e6e6e6;
  width: 100%;
  height: 100%;
  display: block; }

#secondcontentstart {
  background-color: rgba(255, 255, 255, 0.9); }

.gek-teaser-start {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 15px; }

a.full-link {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  display: block;
  left: 0px; }

.gek-teaser-start:hover {
  background: rgba(255, 255, 255, 0.8); }

.gek-teaser-start:hover a.gek-startbutton {
  border-radius: 0px;
  background-color: #c00;
  color: #fff !important;
  border: 1px solid #fff;
  /*text-shadow:1px 1px #000;*/ }

.gek-teaser-start:hover .width90 {
  /* width:100%!important;
  height:auto;*/ }

.gek-teaser-start .start-headline {
  color: #333 !important;
  font-size: 1.0rem;
  text-transform: none;
  text-align: center;
  line-height: 1.4rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem 0; }

/*hover animation opacity*/
.startteaser-row > div {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.startteaser-row > div.gek-teaser-start {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.startteaser-row:hover > div:hover.gek-teaser-start {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.startteaser-row:hover > div:not(:hover).gek-teaser-start {
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/*baselayout*/
.headerbild {
  width: 100%;
  height: 50vh;
  background-size: contain;
  background-origin: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative; }

.logo {
  width: 280px;
  z-index: 999999999; }

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

.logo a {
  display: block;
  width: 100%;
  height: 100%; }

.logo-img {
  width: 280px;
  height: auto; }

.headerinfos {
  width: auto;
  float: right;
  height: 100%;
  font-size: 0.8rem;
  padding: 0.8rem 1rem 0 0; }

.headerinfos a {
  color: #444; }

.headerinfos a:visited,
.headerinfos a:active {
  color: #444; }

.headerinfos a:hover {
  color: #cc0000; }

.headerinfos .headerinfosphone {
  border-right: 1px solid #ccc;
  float: left;
  padding: 0 1rem; }

.headerinfos .headerinfosmail {
  float: right;
  padding: 0 1rem; }

.headerinfos .icon-rounded {
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
  padding: 1px 0 0 1px;
  display: block; }

.headerinfos .icon-rounded i {
  width: auto;
  height: 1rem; }

.headerinfos .icontext {
  margin: -3rem 0 0 0; }

#navigation {
  z-index: 999;
  padding: 10px 0;
  background: #FFF; }

/*
.is-sticky .navbar {
  margin-top:5px;
}
/*
ul.sticky-logo {opacity:0; display:none}
.is-sticky ul.sticky-logo {
  opacity:1;
display:block;
}
.is-sticky ul.sticky-logo img {
  width:250px;
  height:auto;
  float:left;
  margin-left:20px;
}
*/
.gek-nav {
  width: 100% !important;
  z-index: 999999999 !important;
  position: relative; }

.footer {
  color: #666;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 20;
  background-color: #e6e6e6; }

.bg-teaser {
  background-size: cover;
  background-origin: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 2.5rem; }

.bg-teaser-notfix {
  background-size: 100% auto;
  background-origin: center center;
  background-repeat: no-repeat;
  padding-bottom: 2.5rem; }

.bg-teaser-50vh {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 65vh !important;
  display: block; }

.height-20 {
  display: block;
  height: 20rem; }

/*shadows & Anim */
.shadow3,
.is-sticky {
  -moz-box-shadow: 0px 0px 3px #000;
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
  z-index: 999999; }

.shadow8,
.gek-button:hover,
.is-sticky #navigation {
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000; }

.is-sticky .gek-secondnav {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }

/*.text-shadow,*/
.copyrightlink {
  text-shadow: 0px 0px 3px #000; }

.gek-anim {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

a,
a:hover,
a:active,
a:visited {
  text-decoration: none; }

.content a {
  color: #AD0000;
  font-weight: bold; }

/*buttons*/
.gek-button::after {
  margin-left: 0px;
  opacity: 1; }

.gek-button {
  position: relative;
  padding: 0.7em 3em;
  border: 2px solid;
  border-color: #AD0000;
  color: #AD0000;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.2em !important;
  color: #fff !important;
  background-color: #AD0000;
  border-radius: 3px;
  outline: none !important; }

.gek-button:hover,
.gek-button:focus {
  border: 2px solid #AD0000;
  background: #d9d9d9 !important;
  color: #AD0000;
  /*outline: thin solid #CC0000;
    outline: 5px auto, -webkit-focus-ring-color;
    outline-offset: -1px;*/
  cursor: pointer; }

.gek-button::after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  line-height: 1em;
  content: "\E80C";
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.gek-button:hover::after,
.gek-cta-button:hover::after {
  margin-left: 5px;
  opacity: 1; }

.gek-cta-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 700; }

.gek-cta-button::after,
.gek-button::after {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-transform: none;
  speak: none;
  font-family: 'icons';
  padding: 0 0 0 10px; }

.gek-startbutton {
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #c00;
  color: #c00 !important; }

.gek-startbutton::before {
  display: none !important; }

.gek-startbutton:hover {
  border-radius: 0px;
  background-color: #c00;
  color: #fff !important;
  border: 1px solid #fff;
  /* text-shadow:1px 1px #000*/ }

.gek-text-button {
  border: 0px;
  background: none;
  color: #e91e63;
  margin: 15px 15px 15px 16px;
  padding: 5px 10px;
  border: 1px solid #e91e63; }

.gek-text-button:hover {
  background: #e91e63;
  color: #FFF; }

.timeline-body .gek-button {
  margin: 3rem 0 0 0; }

/*bigfont*/
h1,
.h1fontsize,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  color: #333;
  display: block;
  font-weight: 300; }

.subheadline {
  font-weight: 400;
  font-size: 1.2em !important;
  margin: 0.5rem 0 1.5rem 0; }

.subheadline-light {
  font-weight: 300;
  font-size: 1.2em !important;
  margin: 0.5rem 0 1.5rem 0;
  /*text-shadow:1px 1px 0px #fff*/ }

.uppercase {
  text-transform: uppercase; }

.content p,
.content ul {
  /*text-shadow:1px 1px 0px #fff*/ }

.no-textshadow {
  text-shadow: none !important; }

#impressum h2,
#impressum h3,
#impressum h4,
#impressum h5,
#impressum h6 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  color: #000;
  display: block;
  font-weight: 300; }

.footer h6,
.footerheadline {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 0.7rem 0; }

p.h1fontsize {
  display: block; }

/*middle font */
.teaserheadline,
.timeline-title {
  font-size: 1.3rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  font-weight: 600; }

.big {
  font-size: 1.5rem; }

.headline-divider,
.headline-divider-left {
  width: 30%;
  border-bottom: 1px solid #AD0000;
  margin: 0 auto 2rem auto; }

.divider-white .headline-divider,
.divider-white .headline-divider-left {
  border-bottom: 1px solid #FFF; }

.headline-divider-left {
  margin: 0 0 2rem 0 !important; }

/*teaser*/
.icon-rounded {
  font-size: 3rem;
  border-radius: 50%;
  border: 1px solid #455A64;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0; }

.icon-rounded i {
  width: auto;
  height: 2rem; }

.icon-simple {
  font-size: 3rem;
  border-bottom: 1px solid #AD0000;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  margin: 0 auto 3rem auto;
  padding: 10px 0 0 0; }

.icon-simple i {
  width: auto;
  height: 2rem;
  color: #AD0000;
  margin-bottom: 2rem; }

.bg-red .icon-simple i {
  color: #FFF !important; }

.bg-red .icon-simple {
  margin-bottom: 1rem; }

.icon-middle {
  font-size: 2rem;
  /*border: 1px solid #ccc;*/
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0; }

.icon-middle i {
  width: auto;
  height: auto;
  color: #AD0000; }

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

.gek-text-teaser .left {
  text-align: left; }

.gek-text-teaser h2,
.gek-text-teaser h3,
.gek-text-teaser h4,
.gek-text-teaser h5,
.gek-text-teaser h6 {
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  line-height: 2.3rem;
  margin-top: -0.3rem;
  font-weight: 600; }

.gek-text-teaser p.subheadline {
  color: rgba(0, 59, 90, 0.8);
  font-weight: 600;
  font-size: 1.0em;
  margin: 0.5rem 0 1.5rem 0; }

.gek-text-teaser .h1fontsize {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.gek-text-teaser .headline-divider {
  width: 30%;
  border-bottom: 1px solid #AD0000;
  margin: -2rem auto 2rem auto; }

.gek-text-teaser .hinweistext {
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase; }

.new-teaser .teaser-img {
  position: relative; }

.new-teaser .teaser-img-headline {
  position: absolute;
  z-index: 10;
  padding: 20px;
  top: 2rem; }

.new-teaser .teaser-img-headline p {
  margin: 0;
  padding: 0; }

.right {
  right: 0; }

/* teaser mit bild*/
.gek-img-teaser {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.gek-img-teaser .gek-text-teaser {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  text-align: left !important; }

.gek-img-teaser .gek-text-teaser:hover {
  background: rgba(230, 230, 230, 0.8); }

.gek-img-teaser .teaser-img {
  position: relative; }

.gek-img-teaser .teaser-img-headline {
  position: absolute;
  z-index: 10;
  background-color: rgba(173, 0, 0, 0.9);
  padding: 10px;
  font-size: 1.3rem;
  top: 2rem;
  color: #FFF; }

.gek-img-teaser .teaser-img-headline p {
  padding: 0;
  margin: 0;
  /*text-shadow:1px 1px 0px #000!important;*/ }

/*hinweisbox*/
.hinweisbox {
  border: 1px solid pink;
  margin: 5rem 0 0 0;
  padding: 0 2rem 0 2rem; }

.hinweisbox .icon-rounded {
  font-size: 3rem;
  border-radius: 50%;
  border: 1px solid #CC0000;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
  top: -2.25rem;
  background: #CC0000;
  color: #FFF; }

.hinweisbox .hinweistext {
  position: relative;
  top: -1rem;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  text-align: center; }

/*reinigung next fullwidth-teaser*/
.bg-teaser {
  position: relative; }

.bg-teaser img {
  /*position:absolute;*/
  z-index: 5; }

/*teaser heizung */
.teaser-abdecker {
  position: absolute;
  bottom: 10rem;
  display: block;
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem;
  margin: -2rem 0; }

/*blauer teaser */
.blue-teaser-fahne {
  background: url(img/bg-blue-teaser-bottom.png) center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -50px;
  padding-bottom: 74px; }

.blue-teaser-fahne-inner {
  background: #003b5a;
  padding: 15px 15px 0 15px;
  color: #FFF;
  width: 100%; }

.blue-teaser-fahne-inner p.slogan1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300; }

.blue-teaser-fahne-inner p.slogan2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.4rem;
  margin-top: -0.3rem; }

.blue-teaser-fahne-inner p.slogan3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-top: -0.3rem; }

/*sticker wartung */
.sticker {
  margin-top: -0.3rem; }

/*list styles *********************/
ul.ulcheck {
  list-style-type: none;
  margin: 0;
  padding-left: 32px;
  font-weight: 500;
  text-align: left; }

ul.ulcheck li {
  margin-bottom: 10px; }

ul.ulcheck li:before {
  font-family: 'icons';
  content: '\e802';
  margin: 0 12px 0 -32px;
  font-size: 1.5rem !important; }

ul.ulcheck span {
  padding: 5px 0;
  display: block;
  font-weight: 300; }

ul.ulfarbig li:before,
ul.ulfarbig li {
  color: #003b5a !important; }

ul.biglist,
ul.biglist2 {
  font-weight: 300;
  font-size: 1.2rem; }

ul.biglistfat {
  font-weight: 700;
  font-size: 1.0rem;
  line-height: 1.1rem; }

/* table leistungen */
.gek-table-leistungen {
  width: 100%; }

.gek-table-leistungen th,
.gek-table-leistungen td,
.gek-table-leistungen thead {
  vertical-align: middle !important; }

.gek-table-leistungen thead th {
  width: 100%;
  color: #FFF;
  background: #003b5a; }

.gek-table-leistungen thead th:nth-child(n+2) {
  text-align: center;
  width: 100px; }

.gek-table-leistungen td {
  width: 100px;
  text-align: center;
  font-size: 2rem; }

.gek-table-leistungen i.green {
  color: green; }

.gek-table-leistungen i.red {
  color: red; }

/*globals***************/
.margin-vertical {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.margin-vertical-2halb {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.margin-top-10 {
  margin-top: 10rem; }

.margin-bottom-10 {
  margin-bottom: 10rem; }

.margin-top-5 {
  margin-top: 5rem; }

.margin-top-2halb {
  margin-top: 2.5rem; }

.margin-bottom-5 {
  margin-bottom: 5rem; }

.margin-bottom-2halb {
  margin-bottom: 2.5rem; }

.margin-horizontal-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

.padd-15 {
  padding: 15px; }

.padd-30 {
  padding: 30px; }

.padding-2halb {
  padding: 2.5rem; }

.padding-vertical {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.padding-vertical-10 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.padding-vertical-red {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.padding-vertical-2halb {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.padding-vertical-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding-top-2halb {
  padding-top: 2.5rem; }

.padding-top-10 {
  padding-top: 10rem; }

.padding-top-5 {
  padding-top: 5rem; }

.padding-bottom-5 {
  padding-bottom: 5rem; }

.no-margin-left {
  margin-left: -15px; }

.no-margin-right {
  margin-right: -15px; }

.no-margin-horizontal {
  margin-left: -15px;
  margin-right: -15px; }

.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0; }

.divider-line-left {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  background-image: url(img/divider.svg);
  background-repeat: no-repeat;
  background-position: right center; }

.rotate180 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.tropfen {
  background: url(img/icon-tropfen.svg); }

.blatt {
  background: url(img/icon-leaf.svg); }

.punkte {
  background: url(img/icon-punkte.svg); }

.rocket {
  background: url(img/icon-rocket.svg); }

.speed {
  background: url(img/icon-speed.svg); }

.tropfen,
.blatt,
.punkte,
.rocket,
.speed {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40%; }

.pos-abs {
  position: absolute; }

.pos-rel {
  position: relative; }

.z-high-99 {
  z-index: 99; }

.fullwidth {
  width: 100%; }

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

img.width90 {
  width: 90%;
  height: auto; }

img.width80 {
  width: 90%;
  height: auto; }

img.width50 {
  width: 50%;
  height: auto; }

.opacity8 {
  opacity: 1; }

.opacity9 {
  opacity: 0.9; }

/*text-colors*/
.icon-rounded,
.teaser-headline,
.gek-text-teaser h2,
.colortext {
  color: #333; }

.gek-bg-maincolor {
  background-color: #e6e6e6; }

.gek-bg-second {
  background-color: #d9d9d9 !important; }

.colorredtext,
.contentlink {
  color: #AD0000 !important; }

.colored,
.red {
  color: #AD0000 !important; }

.white {
  color: #FFF; }

.bg-white85 {
  background: rgba(255, 255, 255, 0.6); }

.bg-gradient {
  background: #c7c7c7;
  background: -moz-linear-gradient(top, #c7c7c7 0%, #e6e6e6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c7c7c7), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #c7c7c7 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #c7c7c7 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #c7c7c7 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#e6e6e6));
  background: linear-gradient(to bottom, #c7c7c7 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#e6e6e6', GradientType=0); }

.font-white {
  color: #FFF !important;
  text-shadow: 1px 1px #333 !important; }

/*borders */
hr.maincolor {
  border-top: 1px solid #003b5a; }

.border-bottom {
  border-bottom: 1px solid #CCC; }

.border-colored {
  border: 1px solid #AD0000; }

.border-top-colored {
  border-top: 1px solid #AD0000; }

/*footernav*/
ul.submenu {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0 0 0; }

.footer ul.submenu li {
  margin: 0;
  padding: 2px 0; }

.footer ul.submenu a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #666; }

.footer ul.submenu a:hover,
.footer ul.submenu a.active {
  color: #AD0000; }

.footer ul.submenu li a i.fa {
  display: block;
  float: left;
  padding: 0;
  text-indent: -13px; }

.footer div.submenu {
  text-align: center;
  width: auto; }

.footer .submenu a {
  width: auto;
  diplay: inline-block;
  text-decoration: none;
  padding: 0 1rem 0 0;
  display: inline-block;
  color: #666;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.footer .submenu a:hover {
  color: #AD0000;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.footer .divider-white .headline-divider,
.footer .divider-white .headline-divider-left {
  border-bottom: 1px solid #AD0000;
  margin: -1rem 0 0.5rem 0 !important; }

/*overwrites */
.dropdown-toggle::after {
  display: none; }

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border-radius: 0;
  border: 0px;
  z-index: 99999999999999 !important; }

.navbar {
  min-height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
  padding-top: 5px; }

.navbar-phone-nr {
  margin: 0;
  padding: 0; }

.danke-left {
  padding-top: -2rem;
  text-align: center;
  padding-bottom: 2rem; }

.danke-left .icon-rounded {
  border: 1px solid #FFF;
  position: relative;
  top: -3rem;
  background: #3c763d;
  float: none; }

.danke-left h2 {
  color: #3c763d;
  margin-top: -2rem; }

.danke-left i {
  color: #FFF; }

.bildnachweis {
  font-size: 0.8em;
  line-height: 1.1rem;
  text-align: center;
  padding: 0 0 0 0rem; }

.bildnachweis p {
  margin: 0.5rem; }

.bildnachweis a {
  color: #666; }

.bildnachweis a:hover {
  color: #AD0000; }

.footercopyright {
  display: block;
  float: left; }

.footercopyright a {
  color: #666; }

.footercopyright img {
  opacity: 0.3;
  width: 20px;
  height: auto; }

.address-data {
  font-size: 1.2rem; }

.address-data a {
  color: #595959 !important;
  font-weight: 400; }

.address-data a:hover,
.address-data a:active {
  color: #AD0000 !important;
  font-weight: 400; }

span.address-icons {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 1.5rem !important;
  color: #AD0000 !important;
  float: left;
  margin-right: 10px; }

.address-logo {
  max-width: 300px;
  padding-bottom: 2.5rem;
  padding: 15px;
  margin: 0 0 15px 0; }

.address-logo-bg {
  background-color: #d2d2d2 !important; }

.iphone-address {
  margin-top: -5rem;
  height: 600px;
  width: auto;
  z-index: 100; }

.si {
  position: fixed;
  bottom: 20%;
  right: 0;
  display: block;
  z-index: 99999999999; }

a.si-hover {
  display: block;
  width: 70px;
  height: 50px;
  text-align: left;
  font-size: 1.5rem;
  color: #FFF;
  position: relative;
  right: -20px;
  margin-bottom: 1px;
  line-height: 50px;
  padding-left: 9px; }

a.si-hover:hover {
  right: 0;
  width: 70px;
  height: 50px; }

.fb {
  background-color: #3b5998; }

.gplus {
  background-color: #dd4b39;
  font-size: 1.7rem; }

.twitter {
  background-color: #007fb1; }

.xing {
  background-color: #006567; }

.headertext {
  position: relative;
  top: 40%;
  left: 5%; }

.headertext p {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.91); }

.show-xs {
  display: none; }

/*desktop and lg **************************/
@media (min-width: 992px) {
  .gek-overlay {
    z-index: 10;
    position: relative;
    /*margin-top:5vh;*/
    margin-top: 0vh;
    height: auto; }
  #maincontentstart {
    margin-top: 40vh; }
  .navbar-toggleable-md,
  .navbar {
    padding: 0 !important; }
  .navbar-nav {
    margin: 0 auto !important; }
  .is-sticky #navigation {
    height: 80px !important; }
  .nav-link,
  .nav-link.dropdown-toggle {
    padding: 0.8rem 0.8rem !important;
    text-transform: uppercase;
    font-size: 1.0rem;
    color: #333;
    /* border:1px solid #003b5a; */
    /* border-left:0; */
    font-weight: bold; }
  .nav-link:hover,
  .nav-link.dropdown-toggle:hover,
  .nav-link.active,
  .nav-item.active .dropdown-toggle,
  .nav-item.dropdown.show,
  .nav-item.dropdown.show a.nav-link {
    color: #AD0000;
    background: #FFF;
    font-weight: 700; }
  /*navlink animation */
  .nav-item {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px; }
  .nav-item:after,
  .nav-item.active:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease; }
  .nav-item:hover:after,
  .nav-item.active:after {
    width: 100%;
    background-color: #AD0000; }
  .dropdown-menu {
    background-color: #AD0000; }
  .dropdown-menu a.dropdown-item {
    color: #FFF;
    padding: 10px 15px;
    border-bottom: 1px solid #FFF; }
  .dropdown-menu a.dropdown-item::before {
    content: "\E80C";
    font-family: icons;
    font-size: 0.7rem;
    padding: 0 10px 0 5px;
    position: relative;
    top: -2px; }
  .dropdown-menu a.last {
    border-bottom: 0 !important; }
  a.dropdown-item.active,
  .dropdown-item:active,
  a.dropdown-item:hover {
    background: #FFF;
    color: #AD0000 !important;
    padding: 10px 15px;
    border-bottom: 1px solid #AD0000; }
  .table-responsive {
    display: table; }
  .footer {
    /*margin-bottom:20rem*/
    z-index: 50; }
  .gek-head-fullwidth {
    width: 100% !important; }
  .logo {
    width: 280px;
    position: relative;
    left: 5%;
    top: -5px;
    display: block;
    float: left;
    margin: 0;
    height: auto;
    background: white;
    z-index: 9999999; }
  /*hover for dropdown */
  .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 52px;
    left: 0px;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    will-change: transform;
    z-index: 999999999999999 !important; }
  .servicebox {
    position: relative;
    top: 0px;
    width: 50%;
    height: 50px; }
  .serviceimage {
    width: 500px;
    height: auto; }
  .gek-sliderlayer1,
  .gek-sliderlayer2 {
    color: #FFF; }
  .sliderbutton {
    width: auto;
    display: inline-block !important; }
  blockquote {
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
    margin: 0 0 2.5rem 0;
    padding: .5rem;
    text-align: center; }
  blockquote:before,
  blockquote:after {
    position: absolute;
    color: rgba(255, 255, 255, 0.7);
    font-size: 6rem;
    width: 3rem;
    height: 3rem;
    font-family: "Times New Roman", Times, serif; }
  blockquote:before {
    content: '“';
    left: -4rem;
    top: -2rem; }
  blockquote:after {
    content: '”';
    right: -4rem;
    bottom: 1rem; }
  cite {
    line-height: 3;
    text-align: left; } }

/*navbar hack */
@media (max-width: 1024px) and (orientation: landscape) {
  .navbar {
    float: none;
    margin: 0 !important; }
  .navbar-nav {
    margin: 0 !important; } }

/*smartphone **************/
@media (max-width: 767px) {
  body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #444;
    font: 14px/21px "Open Sans", sans-serif !important;
    font-weight: 500; }
  .headerbild {
    width: 100%;
    height: 30vh;
    background-size: 210% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative; }
  .headerinfos {
    display: none; }
  .navbar-phone-nr a {
    font-size: 1.1rem;
    border: 1px solid #FFF;
    padding: 7px 5px 7px 5px;
    color: #FFF;
    background: #333;
    margin: 4px 0 0 0;
    display: inline-block; }
  #maincontentstart {
    height: auto;
    margin-top: 40vh; }
  .logo {
    text-align: center;
    width: 60%;
    z-index: 999999999; }
  .logo img {
    width: 100%; }
  .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 15px; }
  .footer {
    color: #666;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 50;
    background: white; }
  .gek-teaser-start {
    margin-top: 2.5rem; }
  .nav-link,
  .nav-link.dropdown-toggle {
    padding: 0.7rem 1.3rem !important;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #333;
    border: 0px solid #003b5a;
    border-left: 0;
    border-top: 1px solid #ccc;
    font-weight: 400; }
  .nav-link:hover,
  .nav-link.dropdown-toggle:hover,
  .nav-link.active,
  .nav-item.active .dropdown-toggle,
  .nav-item.dropdown.show,
  .nav-item.dropdown.show a.nav-link {
    color: #AD0000;
    background: #FFF;
    font-weight: 400; }
  .bildnachweis {
    font-size: 0.8em; }
  #my-slider {
    height: 60vh !important; }
  .sliderlayerouter {
    display: block;
    position: absolute;
    top: 30% !important;
    left: 10% !important;
    width: 80vw; }
  .gek-sliderlayer1 {
    padding: 25px !important;
    font-size: 1.6rem !important;
    line-height: 1.6rem;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0 10px 0; }
  .gek-sliderlayer2 {
    font-size: 1rem !important;
    font-weight: 400;
    padding: 15px !important;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0 15px 0;
    display: none !important; }
  .headertext .h1fontsize {
    font-size: 2rem; }
  .address-data {
    font-size: 0.9rem; }
  .show-xs {
    display: block; }
  blockquote {
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
    margin: 0 0 2.5rem 0;
    padding: 1rem;
    text-align: center; }
  blockquote:before,
  blockquote:after {
    position: absolute;
    color: rgba(255, 255, 255, 0.7);
    font-size: 3rem;
    width: 2rem;
    height: 2rem;
    font-family: "Times New Roman", Times, serif; }
  blockquote:before {
    content: '“';
    left: 0rem;
    top: -1rem; }
  blockquote:after {
    content: '”';
    right: 0rem;
    bottom: 0rem; }
  cite {
    line-height: 3;
    text-align: left; } }

/*tablets **********/
@media (min-width: 768px) and (max-width: 1024px) {
  .headerbild {
    width: 100%;
    height: 40vh;
    background-size: 210% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative; }
  .navbar-collapse {
    margin-top: 0px; }
  .nav-link,
  .nav-link.dropdown-toggle {
    padding: 1rem 1.3rem !important;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #333;
    border-top: 1px solid #ccc;
    border-left: 0;
    font-weight: 700;
    padding: 0 5px; }
  .nav-link:hover,
  .nav-link.dropdown-toggle:hover,
  .nav-link.active,
  .nav-item.active .dropdown-toggle,
  .nav-item.dropdown.show,
  .nav-item.dropdown.show a.nav-link {
    color: #AD0000;
    background: #FFF;
    font-weight: 700; }
  .navbar-phone-nr a {
    font-size: 1.2rem;
    border: 1px solid #333;
    padding: 2px 10px 2px 5px;
    color: #fff;
    background: #333;
    margin: 4px 0 0 0;
    display: inline-block; }
  .dropdown-menu {
    background-color: #AD0000; }
  .dropdown-menu a.dropdown-item {
    color: #FFF;
    padding: 10px 15px;
    border-bottom: 1px solid #FFF; }
  .dropdown-menu a.dropdown-item::before {
    content: "\E80C";
    font-family: icons;
    font-size: 0.7rem;
    padding: 0 10px 0 5px;
    position: relative;
    top: -2px; }
  .dropdown-menu a.last {
    border-bottom: 0 !important; }
  a.dropdown-item.active,
  .dropdown-item:active,
  a.dropdown-item:hover {
    background: #FFF;
    color: #AD0000 !important;
    padding: 15px;
    border-bottom: 1px solid #AD0000; }
  #maincontentstart {
    height: auto;
    margin-top: 40vh; }
  .gek-teaser-start:last-child,
  .gek-teaser-start:nth-child(4) {
    margin-top: 0rem; }
  .margin-bottom-md-up {
    margin-bottom: 3rem; }
  .serviceimage {
    width: 500px;
    height: auto; }
  .tropfen,
  .blatt,
  .punkte,
  .rocket,
  .speed {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto; } }

/*tablet landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .gek-teaser-start:last-child {
    margin-top: 0; } }

/*up to 1280 tablet & smartphone */
@media (max-width: 1280px) {
  /*bigfont*/
  h1,
  .h1fontsize,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    display: block;
    font-weight: 300; }
  .gek-text-teaser h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4rem;
    margin-top: -0.3rem;
    font-weight: 600; }
  .bg-teaser {
    background-size: cover;
    background-origin: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  .bg-teaser-notfix {
    background-size: cover;
    background-origin: center center;
    background-repeat: no-repeat; }
  .sticker {
    padding-top: 2rem;
    text-align: center; }
  .margin-bottom-md-up {
    margin-bottom: 3rem; }
  .headerinfos {
    display: none; }
  .dropdown-menu {
    background-color: #AD0000; }
  .dropdown-menu a.dropdown-item {
    color: #FFF;
    padding: 10px 15px;
    border-bottom: 1px solid #FFF; }
  .dropdown-menu a.dropdown-item::before {
    content: "\E80C";
    font-family: icons;
    font-size: 0.7rem;
    padding: 0 10px 0 5px;
    position: relative;
    top: -2px; }
  .dropdown-menu a.last {
    border-bottom: 0 !important; }
  a.dropdown-item.active,
  .dropdown-item:active,
  a.dropdown-item:hover {
    background: #FFF;
    color: #AD0000 !important;
    padding: 15px;
    border-bottom: 1px solid #AD0000; } }

/* responsive nav stacked liked 3.x */
@media (max-width: 48em) {
  .navbar .navbar-nav > .nav-item {
    float: none;
    margin-left: 0rem; }
  .navbar .navbar-nav {
    float: none !important;
    margin-top: 0.5rem; }
  .navbar .collapse.in,
  .navbar .collapsing {
    clear: both; } }

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0; }

.navbar-toggler,
.navbar-toggler:focus {
  display: inline-block;
  position: relative;
  border: 0px solid #FFF;
  border-radius: 0;
  top: 12px;
  position: absolute;
  right: 0;
  outline: 1px solid -webkit-focus-ring-color;
  outline-color: #333;
  border-radius: 0px !important; }

.navbar-toggler span {
  display: block;
  background-color: #333;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1; }

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9; }

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent; }

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  top: 9px;
  left: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9; }

button,
.btn {
  font-family: "Open Sans", sans-serif !important; }

/*input label with animation */
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0;
  /*max-width: 350px;
  width: calc(100% - 2em);*/
  vertical-align: top; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #333;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

textarea .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #333;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  height: 5rem !important; }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 0.2em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

/* Individual styles */
/* Jiro */
.input--jiro {
  margin-top: 2em;
  width: 100%; }

.input__field--jiro {
  padding: 0.85em 0.5em;
  width: 100%;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-family: inherit; }

.input__label--jiro {
  position: absolute;
  left: 0;
  padding: 0 0.85em;
  width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  background: rgba(204, 204, 204, 0.2); }

.input__label-content--jiro {
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }

.input__label--jiro::before,
.input__label--jiro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.has-error ~ .input__label--jiro::before {
  border-top: 1px solid #CC0000; }

.has-error ~ .input__label--jiro .input__label-content--jiro,
.invalidValue {
  color: #CC0000 !important; }

.input__label--jiro::before {
  border-top: 1px solid #666;
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.input__label--jiro::after {
  z-index: -1;
  background: white;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.input__field--jiro:focus,
.input--filled .input__field--jiro {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.input__field--jiro + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  -o-transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: all 500ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  color: #666;
  font-weight: bold;
  font-size: 100%; }

.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  font-weight: normal;
  font-size: 80%;
  color: #666; }

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--jiro:focus + .input__label--jiro::after,
.input--filled .input__label--jiro::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.input--filled .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
  font-weight: normal;
  font-size: 80%;
  color: #666 !important; }

/*animated checkboxes******************/
.datenschutztext {
  margin: 1.5rem; }

.gek-checkboxtitle {
  display: block;
  height: 4rem; }

.gek-checkbox {
  padding-left: 0;
  text-align: left;
  float: left;
  margin: 10px 20px 0 0; }

.gek-checkbox label:hover {
  cursor: pointer; }

.gek-checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both; }

.gek-checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  width: 1rem;
  height: 1rem;
  float: left;
  margin-right: 0em;
  margin-bottom: 0;
  margin-top: 0.6rem; }

.has-error ~ .cr {
  border: 1px solid #AD0000; }

.radio .cr {
  border-radius: 50%; }

.gek-checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 1.0rem;
  line-height: 0;
  top: -5%;
  left: -30%; }

.radio .cr .cr-icon {
  margin-left: 0.04em;
  color: #003b5a; }

.gek-checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none; }

.gek-checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.gek-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.gek-checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5; }

.gek-checkboxtitle {
  width: 100%;
  display: block;
  line-height: 0.9em;
  margin: 0px 0 10px 0; }

i.cr-icon {
  color: #c00;
  font-size: 3em; }

.impressumitemprop {
  list-style-type: none; }

ul.impressumitemprop {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0 0 0; }

ul.impressumitemprop li {
  margin: 0;
  padding: 2px 0; }

ul.impressumitemprop a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #9BB9C9; }

ul.impressumitemprop a:hover,
.footer ul.impressumitemprop a.active {
  color: #FFF; }

ul.impressumitemprop li a i.fa {
  display: block;
  float: left;
  padding: 0;
  text-indent: -13px; }

/*accordion tester2*/
#accordion .card {
  background: none;
  border: none; }

#accordion .card-header {
  background: none; }

#accordion .card-header a,
#accordion .card-header a.collapsed:hover {
  color: #CC0000;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#accordion .card-header a {
  display: block;
  width: 100%;
  height: 100%; }

#accordion .card-header a.collapsed {
  color: #333; }

#accordion .card-header a:after {
  font-family: 'icons';
  content: "\E80c";
  float: left;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 1rem 0 0;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

#accordion .card-header a.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\E80c";
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important; }

.card-header h5 {
  font-size: 1.2em;
  text-transform: none; }

/*scroll to op */
.cd-container {
  width: 100%; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(173, 0, 0, 0.9) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all .3s 0s, visibility 0s .3s;
  -moz-transition: all .3s 0s, visibility 0s .3s;
  -o-transition: all .3s 0s, visibility 0s .3s;
  transition: all .3s 0s, visibility 0s .3s; }

.cd-top:hover,
.cd-top.cd-fade-out:hover {
  background: #ad0000 url(img/cd-top-arrow.svg) no-repeat center 50%;
  -moz-box-shadow: 0px 0px 3px #000;
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
  -webkit-transition: all .3s 0s, visibility 0s .3s;
  -moz-transition: all .3s 0s, visibility 0s .3s;
  -o-transition: all .3s 0s, visibility 0s .3s;
  transition: all .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: all .3s 0s, all 0s 0s;
  -moz-transition: all .3s 0s, all 0s 0s;
  -o-transition: all .3s 0s, all 0s 0s;
  transition: all .3s 0s, all 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

@media (max-width: 1200px) {
  .is-sticky ul.sticky-logo {
    opacity: 0;
    display: none; }
  #undefined-sticky-wrapper {
    display: none; }
  .gek-secondnav {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .gek-secondnav {
    position: relative;
    min-height: 95px;
    display: block;
    width: 100%;
    z-index: 9999999 !important;
    background-color: #e6e6e6; }
  .slogan-secondnav {
    position: absolute;
    right: 80px;
    top: 10px;
    text-align: right;
    text-transform: uppercase !important;
    z-index: 9999999; }
  .gek-secondnav .subheadline {
    margin-top: -5px !important; }
  .red-line {
    position: absolute;
    top: 50px;
    height: 1px;
    border-bottom: 1px solid #AD0000;
    z-index: 999998;
    width: 100%;
    display: block; }
  .secondnav-icons {
    position: absolute;
    top: 25px;
    left: 5%;
    z-index: 999999; }
  .secnavicon {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 2rem;
    line-height: 3.1rem;
    text-align: center;
    background-color: #AD0000;
    color: #fff !important;
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #AD0000; }
  .secnavicon:hover {
    background-color: #d9d9d9 !important;
    color: #AD0000 !important;
    border: 1px solid #AD0000; }
  .secnavicon a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%; }
  .secnavicon:hover a {
    color: #AD0000; }
  .secnavicon a:hover {
    background-color: #d9d9d9 !important !important; }
  .is-sticky {
    z-index: 999999; } }

/*border in nav only for mobile*/
.navbar-collapse.show .navbar-nav li.nav-item a.nav-link {
  border-top: 1px solid #999 !important; }

.sliderbutton {
  padding-left: 50px;
  padding-right: 50px;
  z-index: 9999999 !important;
  display: block; }

.datenschutz h1,
.datenschutz h2,
.datenschutz h3,
.datenschutz h4,
.datenschutz h5,
.datenschutz h6 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0; }

.footer .address-icons {
  display: inline-block;
  padding-right: 10px; }

.footer .address-icons i {
  font-size: 1.2rem !important;
  color: #AD0000 !important; }

.z-index-98 {
  z-index: 98; }

.z-index-99 {
  z-index: 99; }

strong {
  font-weight: normal !important; }

.ulcheck li strong {
  font-weight: 700 !important; }

@media (max-height: 992px) {
  .si {
    position: fixed;
    top: 80px;
    right: 0;
    display: block;
    z-index: 9999999999; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .headertext p {
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 700 !important; }
  .si {
    position: fixed;
    top: 40vh;
    right: 0;
    display: block;
    z-index: 9999; }
  .iconbox {
    width: 10rem;
    height: 10rem;
    margin-left: 2.5rem;
    margin-top: -5rem; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
  .logo {
    text-align: center;
    width: 30%;
    z-index: 999999999; }
  .logo img {
    width: 100%; }
  .navbar {
    min-height: 40px; }
  #navigation {
    z-index: 999;
    padding: 5px 0;
    background: #FFF; }
  .headertext {
    position: relative;
    top: 40%;
    left: 5%; }
  .si {
    position: fixed;
    top: 100px;
    right: 0;
    display: block;
    z-index: 9999; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 900px) and (orientation: landscape) {
  .iconbox {
    width: 10rem;
    height: 10rem;
    margin-left: 2.5rem;
    margin-top: -5rem; }
  .si {
    position: fixed;
    top: 100px;
    right: 0;
    display: block;
    z-index: 9999; } }

.bg-red,
.bg-colored,
.bg-colored h1,
.bg-red .h1fontsize,
.bg-colored h2,
.bg-colored p,
.bg-colored .subheadline {
  background-color: #AD0000;
  color: #FFF !important; }

.bg-red .headline-divider,
.bg-red .headline-divider-left {
  border-bottom: 1px solid #FFF !important; }

.callbox a {
  padding: 1rem;
  margin: 2rem 0;
  border: 1px solid #FFF;
  font-size: 2rem;
  font-weight: 400; }

.seolinkfooter,
.seolinkfooter:hover {
  font-size: 0.8rem;
  color: #999;
  display: inline-block; }

a.seolinkfooter:hover {
  color: #AD0000; }

/*spam-protect*/
#LastName {
  position: absolute;
  text-decoration: underline;
  background-color: #CC0000;
  left: -3000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.pfontsize {
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400 !important;
  text-transform: none; }

/*cards with icon left*/
.iconbox-icon-left {
  width: 40px;
  color: #AD0000;
  float: left; }

.iconbox-icon-left i::before {
  font-size: 4rem;
  margin: 0 !important; }

.iconbox-icon-left img {
  width: 100%;
  height: auto; }

.iconbox-text-right {
  margin: 0 0 1rem 0;
  margin-left: 60px; }

.iconbox-text-right span {
  margin-bottom: 1rem;
  display: inline-block; }

.iconbox-text-margin {
  padding: 1rem 0 0 1rem; }

.text-margin-left {
  padding: 0 0 0 1rem;
  margin-top: 0; }

.iconbox-icon i::before {
  font-size: 4rem;
  margin: 0 !important;
  color: #AD0000; }

.icon-big {
  font-size: 6rem; }

#lightgallery {
  width: 100%; }

.photo {
  float: left;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.photo:hover {
  cursor: pointer; }

.photo img {
  padding: 1px 1px 0 0;
  max-width: 100%;
  width: 100%; }

.photo:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.photo span {
  background: url(img/zoom.png) no-repeat center center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0; }

.phototitle {
  font-size: 0.8em;
  line-height: 0.9em;
  margin-top: 5px;
  display: inline-block;
  height: 20px; }

.photoouter div[class^="col-"] {
  float: left;
  padding: 0 !important; }
