/* CSS Document */
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Regular.eot");
  src: url("fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto/Roboto-Regular.woff") format("woff"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Bold.eot");
  src: url("fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto/Roboto-Bold.woff") format("woff"), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Light.eot");
  src: url("fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto/Roboto-Light.woff") format("woff"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

body {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #333;
  font: 18px/28px "Roboto", sans-serif !important;
  font-weight: 200;
}

/*baselayout startseite*/
.gek-bg {
  z-index: 1;
  width: 100vw;
  max-width: 100%;
  height: 65vh;
  position: relative;
  top: -80px;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  overflow: hidden;
}

.gek-bg-slider {
  z-index: 1;
  width: 100vw;
  max-width: 100%;
  height: 65vh;
  position: relative;
  top: -80px;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
}

.gek-bg-slogan {
  z-index: 1;
  width: 100vw;
  max-width: 100%;
  height: 65vh;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  overflow: hidden;
}

.headerslogan {
  position: relative;
  z-index: 11;
  top: 20vh;
  max-width: 100vw;
  height: 65vh;
}

.headerslogan {
  color: #FFF !important;
}

.headerslogan .divider-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.headerslogan p:nth-child(1) {
  color: #FFF;
  font-size: 2rem;
  line-height: 2rem;
}

.headerslogan p:nth-child(2) {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.headerslogan ul {
  list-style-type: none;
  margin: 0;
  padding-left: 32px;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
  margin: 2rem 0;
}

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

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

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

#maincontentstart {
  background-color: #FFF !important;
  height: auto;
  position: relative;
  top: -80px;
}

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

#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;
}

.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;
  transition: all 0.3s linear;
}

.startteaser-row > div.gek-teaser-start {
  opacity: 1;
  -webkit-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;
  transition: all 0.3s linear;
}

.startteaser-row:hover > div:not(:hover).gek-teaser-start {
  opacity: 0.7;
  -webkit-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: 350px;
}

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

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

.logo-img {
  width: 300px;
  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 !important;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.is-sticky #navigation {
  -webkit-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000;
  background: white;
}

/*
.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;
  background-color: #e6e6e6;
  margin-top: -80px;
}

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

.bg-teaser-notfix {
  background-size: 100% auto;
  background-origin: center center;
  background-repeat: no-repeat;
  padding-bottom: 2.5rem;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 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 {
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
  z-index: 999999;
}

.shadow8,
.gek-button:hover,
.is-sticky #navigation {
  -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);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.text-shadow,
.copyrightlink,
.headerslogan p {
  text-shadow: 0px 0px 3px #000;
}

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

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

.gek-button {
  position: relative;
  padding: 0.7em 3em;
  border: 1px solid;
  border-color: #ff9900;
  margin: 1rem 0;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.2em !important;
  color: #ff9900;
  background-color: #FFF;
  border-radius: 0px;
  outline: none !important;
  display: inline-block;
}

.gek-button:hover,
.gek-button:focus {
  border: 1px solid #ff9900;
  background: #ff9900;
  color: #FFF;
  /*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;
  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-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;
}

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

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

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

.subheadline2 {
  font-weight: bold;
  font-size: 1.3em !important;
  line-height: 1.5rem;
  margin: 0.5rem 0 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.colorteaser {
  background-color: #ff9900;
  color: #FFF !important;
}

.colorteaser a {
  color: #FFF !important;
}

.colorteaser a:hover {
  color: #234675 !important;
}

a.invertlink {
  color: #FFF;
  padding: 10px;
  margin: 5px;
  border: 1px solid #FFF;
}

a.invertlink:hover,
a.invertlink:active {
  background-color: #FFF;
  color: #ff9900;
}

.padding-for-bgs {
  padding: 30px;
}

.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;
}

.portraitcard {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  margin: 0 0 2.5rem 0;
}

.imgandtitile {
  position: relative;
}

.imgandtitile img {
  position: relative;
}

.imgandtitile .h1fontsize {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 100px;
}

.imgandtitile .subheadline {
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 30px;
  font-size: 1rem !important;
  font-weight: normal;
}

/*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 #ff9900;
  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;
}

/*cards with icon left*/
.iconbox-icon-left {
  width: 40px;
  color: #ff9900;
  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 80px;
}

.iconbox-text-right span {
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.5rem !important;
  font-weight: 300;
  line-height: 1.8rem;
}

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

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

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

.iconbox-text-right-2 {
  margin: -10px 0 1rem 40px;
}

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

.icon-rounded.white {
  font-size: 3rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  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 #ff9900;
  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: #ff9900;
  margin-bottom: 2rem;
}

.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: #ff9900;
}

.gek-text-teaser {
  text-align: center;
  background-color: rgba(0, 102, 204, 0.7);
  color: #FFF !important;
}

.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 0 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 #ff9900;
  margin: 0 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(255, 153, 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;
}

/*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: '\e80d';
  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: #ff9900 !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;
}

/*globals***************/
.margin-top-30 {
  margin-top: 30px;
}

.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;
}

.padd-50 {
  padding: 50px;
}

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

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

.padding-vertical-10 {
  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;
}

.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;
}

.opacity9 {
  opacity: 0.9;
}

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

.gek-bg-maincolor {
  background-color: #ff9900;
  color: #FFF !important;
}

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

.colored {
  color: #ff9900 !important;
}

.white {
  color: #FFF !important;
}

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

.fulllink {
  width: 100%;
  height: 100%;
  display: block;
}

.prod-teaser {
  border: 1px solid #FFF;
  padding: 20px !important;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
  position: relative;
  top: 0;
  margin-bottom: 30px;
}

.prod-teaser:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 15px 15px #000;
  box-shadow: 0px 15px 15px #000;
  position: relative;
  top: -10px;
}

.prod-teaser .subheadline {
  margin-bottom: 15px;
}

.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-top-white {
  border-top: 1px solid #FFF;
}

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

/*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: #ff9900;
}

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

.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;
  transition: all 0.4s ease-out;
}

.footer .submenu a:hover {
  color: #ff9900;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.footer ul.submenu:nth-child(2) {
  margin: 0 0 0 2rem;
}

.footer .divider-white .headline-divider,
.footer .divider-white .headline-divider-left {
  border-bottom: 1px solid #ff9900;
  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: #ff9900;
}

.footercopyright {
  display: block;
  width: 100%;
  text-align: center;
}

.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: #ff9900 !important;
  font-weight: 400;
}

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

.flexy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexyitem {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

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

.headertext p {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.show-xs {
  display: none;
}

.icon-comp {
  font-size: 6rem;
  color: #ff9900;
}

.h1-comp {
  color: #ff9900;
  margin: 1.5rem 0;
  line-height: 2rem;
}

.mask_img {
  position: relative;
  -webkit-mask-image: url(mask-002-left.svg);
          mask-image: url(mask-002-left.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.mask_img2 {
  position: relative;
  -webkit-mask-image: url(mask-002-right.svg);
          mask-image: url(mask-002-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

/*desktop and lg **************************/
/*vorher992*/
@media (min-width: 1025px) {
  .gek-overlay {
    /*margin-top:5vh;*/
  }
  .navbar-toggleable-md,
  .navbar {
    padding: 0 !important;
  }
  .navbar-nav {
    margin: 0 auto !important;
  }
  #navigation,
  .is-sticky #navigation {
    height: 80px !important;
    max-height: 80px;
  }
  .nav-link,
  .nav-link.dropdown-toggle {
    padding: 0.7rem 1rem !important;
    text-transform: uppercase;
    font-size: 1.0rem;
    color: #FFF;
    /* border:1px solid #003b5a; */
    /* border-left:0; */
    font-weight: bold;
  }
  .is-sticky .nav-link,
  .is-sticky .nav-link.dropdown-toggle {
    color: #333;
  }
  .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: #ff9900;
    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;
    transition: width .5s ease, background-color .5s ease;
  }
  .nav-item:hover:after,
  .nav-item.active:after {
    width: 100%;
    background-color: #ff9900;
  }
  .dropdown-menu {
    background-color: #ff9900;
  }
  .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: #ff9900 !important;
    padding: 10px 15px;
    border-bottom: 1px solid #ff9900;
  }
  .table-responsive {
    display: table;
  }
  .footer {
    /*margin-bottom:20rem*/
    z-index: 50;
  }
  .gek-head-fullwidth {
    width: 100% !important;
  }
  .logo {
    position: absolute;
    left: 5%;
    top: 0;
    display: block;
    float: left;
    padding: 10px;
    height: auto;
    background: white;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
  }
  /*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;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    will-change: transform;
    z-index: 999999999999999 !important;
  }
  .lifter {
    position: relative;
    margin-top: -5rem;
    background: #FFF;
  }
  /*Flex items*/
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333334%;
            flex: 0 0 33.333334%;
    margin: 0;
    border: 0px;
  }
  .card img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .card .text {
    padding: 0 20px 20px;
  }
  .card .text > button {
    background: gray;
    border: 0;
    color: white;
    padding: 10px;
    width: 100%;
  }
}

/*navbar hack */
@media (max-width: 1024px) and (orientation: landscape) {
  .navbar {
    float: none;
    margin: 0 !important;
  }
  .navbar-nav {
    margin: 0 !important;
    background: #FFF;
  }
  .gek-bg {
    position: relative;
    top: -150px;
  }
}

/*smartphone **************/
@media (max-width: 767px) {
  body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #444;
    font-weight: 500;
  }
  #maincontentstart {
    height: auto;
  }
  .logo {
    text-align: center;
    width: 50%;
  }
  .logo img {
    width: 100%;
  }
  .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .headerslogan {
    top: 20vh;
  }
  .headerslogan p:nth-child(1) {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
  }
  .headerslogan p:nth-child(2) {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .headerslogan .headline-divider-left {
    margin: 10px 0 !important;
    height: 1px;
  }
  .footercopyright {
    width: 100%;
    display: block;
    text-align: center;
  }
  .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: #ff9900;
    background: #FFF;
    font-weight: 400;
  }
  .bildnachweis {
    font-size: 0.8em;
  }
  .headertext .h1fontsize {
    font-size: 2rem;
  }
  .address-data {
    font-size: 0.9rem;
  }
  .show-xs {
    display: block;
  }
  .mask_img {
    position: relative;
    -webkit-mask-image: url(mask-1-xs.svg);
            mask-image: url(mask-1-xs.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }
  .gek-bg {
    height: 50vh;
    top: -100px;
  }
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border: 0px;
  }
}

/*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;
    background: #FFF;
  }
  .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: #ff9900;
    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: #ff9900;
  }
  .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: #ff9900 !important;
    padding: 15px;
    border-bottom: 1px solid #ff9900;
  }
  #maincontentstart {
    height: auto;
  }
  .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;
  }
  .mask_img {
    position: relative;
    -webkit-mask-image: url(mask-1-xs.svg);
            mask-image: url(mask-1-xs.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }
  .gek-bg {
    z-index: 1;
    width: 100vw;
    max-width: 100%;
    height: 65vh;
    position: relative;
    top: -135px !important;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    overflow: hidden;
  }
  .headerslogan {
    position: relative;
    z-index: 11;
    top: 35vh;
    max-width: 100vw;
    height: 65vh;
  }
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border: 0px;
  }
}

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

/*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: #ff9900;
  }
  .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: #ff9900 !important;
    padding: 15px;
    border-bottom: 1px solid #ff9900;
  }
}

/* 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;
    background: #FFF;
  }
  .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: #FFF;
  border-radius: 0px !important;
}

.navbar-toggler span {
  display: block;
  background-color: #FFF;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-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;
  transition: .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 9px;
  -webkit-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);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.is-sticky .navbar-toggler,
.is-sticky .navbar-toggler:focus {
  border: 0px solid #000;
  outline: 1px solid -webkit-focus-ring-color;
  outline-color: #000;
}

.is-sticky .navbar-toggler span {
  background-color: #000;
}

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;
  -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;
  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;
  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;
  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;
  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%;
  transform-origin: 50% 0%;
}

.input__field--jiro:focus,
.input--filled .input__field--jiro {
  opacity: 1;
  -webkit-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);
  -webkit-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);
  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;
  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;
  transition-delay: 0.3s;
  -webkit-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 #ff9900;
}

.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);
          transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-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);
          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: #ff9900;
  -webkit-transition: all 0.4s 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);
          transform: rotate(90deg);
  margin: 0 1rem 0 0;
  -webkit-transition: transform 0.4s 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;
          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(255, 153, 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;
  transition: all .3s 0s, visibility 0s .3s;
}

.cd-top:hover,
.cd-top.cd-fade-out:hover {
  background: #ff9900 url(img/cd-top-arrow.svg) no-repeat center 50%;
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
  -webkit-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;
  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: 15px;
    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 #ff9900;
    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: #ff9900;
    color: #fff !important;
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #ff9900;
  }
  .secnavicon:hover {
    background-color: #d9d9d9 !important;
    color: #ff9900 !important;
    border: 1px solid #ff9900;
  }
  .secnavicon a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
  }
  .secnavicon:hover a {
    color: #ff9900;
  }
  .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;
}

.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: #ff9900 !important;
}

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

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

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

@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;
  }
}

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

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

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

.disturber-wrap {
  position: fixed;
  left: 0;
  bottom: 70px;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.disturber-wrap p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.disturber-wrap p > a {
  background-color: #222;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  margin-top: 30px;
  display: inline-block;
  padding: 10px 15px;
  width: 65%;
  border: 2px solid #222;
}

.disturber-wrap p > a:hover {
  background: transparent;
  border: 2px solid #fff;
}

.disturber-txt {
  background: #ff9900;
  padding: 30px 30px 40px 30px;
}

.disturber-txt:first-child {
  background: #ff9900;
}

.close {
  width: 40px;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.close:after {
  content: '';
  width: 20px;
  height: 20px;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.closed .close:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-left: -13px;
}

.closed {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 15px;
}

.close:after.closed {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

#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%;
  position: relative;
}

.photo:hover img {
  -webkit-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;
}

.photodesc {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: #ff9900;
  color: #FFF;
  font-size: 0.8rem;
}

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

.gek-img-fluid {
  width: 100%;
  height: auto;
}

.nouppercase {
  text-transform: none !important;
}

.card-desc {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 1rem 0 1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.card {
  padding-bottom: 15px;
}

.boxlayout-head {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  padding: 2rem 0;
}

.boxlayout-body {
  padding: 2rem 0;
  border: 1px solid #333;
  border-top: 0px;
}

.youtubevideobg {
  background-size: cover;
  background-position: 50% 50%;
}

.photo {
  opacity: 0;
}

.photo.img-is-visible {
  -webkit-animation: Items 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  animation: Items 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@-webkit-keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes Items {
  0% {
    opacity: 0.4;
    -webkit-transform: rotateY(120deg);
    transform: rotateY(120deg);
  }
  50% {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes Items {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(120deg);
    transform: rotateY(120deg);
  }
  50% {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.referenzenteaser img {
  position: relative;
  padding-left: 1px;
}

.referenzenteaser a {
  color: #333 !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: 2rem;
  height: 2rem;
  float: left;
  margin-right: 0em;
  margin-bottom: 0;
  margin-top: 0.6rem;
}

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

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

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

.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);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-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);
  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;
}
/*# sourceMappingURL=gekko2.css.map */