/* CSS Document */
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Bold.eot");
  src: url("fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PTSans-Bold.woff2") format("woff2"), url("fonts/PTSans-Bold.woff") format("woff"), url("fonts/PTSans-Bold.ttf") format("truetype"), url("fonts/PTSans-Bold.svg#PTSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Regular.eot");
  src: url("fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/PTSans-Regular.woff2") format("woff2"), url("fonts/PTSans-Regular.woff") format("woff"), url("fonts/PTSans-Regular.ttf") format("truetype"), url("fonts/PTSans-Regular.svg#PTSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  min-height: 100%;
  hyphens: auto;
}

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

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

.slogan {
  position: relative;
  top: 35vh;
  z-index: 2;
  text-align: left;
}

.slogan p.sl-1-text {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.3rem;
  text-align: left;
  text-transform: none;
  text-shadow: 0px 0px 3px #000;
  font-weight: bold;
}

.slogan p.sl-2-text {
  font-size: 1.2rem !important;
  line-height: 1.7rem;
  color: #FFF;
  text-align: left;
  text-shadow: 0px 0px 3px #000;
  font-weight: 300;
  padding: 0 50px 0 0;
}

.btn-slogan {
  height: 50px;
  line-height: 48px;
  border: 1px solid #FFF;
  border-radius: 25px;
  color: #FFF !important;
  padding: 0 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.btn-slogan:hover,
.btn-slogan:active {
  border: 1px solid #FFF;
  color: #000 !important;
  background: #FFF;
  text-decoration: none !important;
}

.btn-slogan:visited {
  text-decoration: none !important;
  text-decoration-style: none !important;
  border: none;
}

.btn-slogan img.icon {
  filter: invert(80%) sepia(99%) saturate(2%) hue-rotate(273deg) brightness(108%) contrast(101%);
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding: 0 5px 0 0;
}

.btn-slogan:hover img.icon {
  filter: brightness(0) saturate(100%);
}

#main-content {
  margin-top: 100vh !important;
  background: #FFF !important;
  margin-top: 5rem !important;
  position: relative;
  top: 100vh;
  z-index: 110;
}

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

#footer {
  z-index: 99 !important;
  background-color: #004595;
  color: #79aee2;
  padding: 2.5rem 0;
  position: relative;
}

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

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

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

#navigation {
  z-index: 999 !important;
  padding: 10px 0;
  background: rgb(255, 255, 255);
}

.is-sticky #navigation {
  box-shadow: 0px 0px 8px #000;
  background: rgb(255, 255, 255);
}

.is-sticky .logo {
  width: 180px;
  height: auto;
}

.gek-nav {
  width: 100% !important;
  z-index: 999 !important;
  position: relative;
}

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

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

.gek-bg-teaser-notfix {
  background-size: cover;
  background-origin: center center;
  background-repeat: no-repeat;
  padding-bottom: 2.5rem;
  height: 100%;
  min-height: 50vh !important;
  position: relative;
  z-index: 8;
}

.teaser-img-overlay {
  position: absolute;
  top: 20%;
  width: 80%;
  margin: 0 0 0 10%;
  text-align: center;
}

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

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

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

.text-shadow,
.copyrightlink {
  text-shadow: 0px 0px 2px #000;
}

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

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

.bg-white {
  background-color: #FFF;
}

.padding-for-bgs {
  padding: 5rem !important;
}

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

.headline-divider,
.headline-divider-left {
  width: 30%;
  border-bottom: 1px solid #004595;
  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;
}

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

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

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

.btn-content {
  height: 40px;
  line-height: 38px;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
  padding: 0 20px;
  display: inline-block;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
}

.btn-content:hover,
.btn-content:active {
  border: 1px solid #004595;
  color: #004595;
  background: #FFF;
}

.btn-content img.icon {
  filter: invert(80%) sepia(99%) saturate(2%) hue-rotate(273deg) brightness(108%) contrast(101%);
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding: 0 5px 0 0;
}

.btn-content:hover img.icon {
  filter: invert(23%) sepia(20%) saturate(3428%) hue-rotate(239deg) brightness(96%) contrast(91%);
}

.btn-content-icon {
  height: 50px;
  line-height: 48px;
  border: 1px solid #004595;
  background: #004595;
  border-radius: 25px;
  color: #FFF;
  padding: 0 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.btn-content-icon:hover,
.btn-content-icon:active {
  border: 1px solid #004595;
  color: #004595;
  background: #FFF;
}

.btn-content-icon img {
  vertical-align: middle;
  position: relative;
  top: -3px;
  padding: 0 5px 0 0;
  width: 25px;
  height: 25px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(233deg) brightness(105%) contrast(102%);
}

.btn-content-icon:hover img {
  filter: invert(23%) sepia(20%) saturate(3428%) hue-rotate(239deg) brightness(96%) contrast(91%);
}

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

.big {
  font-size: 1.5rem;
}

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

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

.headline-divider-left {
  margin: 0 0 2rem 0 !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: "\e804";
  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;
}

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

.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-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-top-15px {
  padding-top: 15px;
}

.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-margin-all {
  margin: -15px;
}

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

.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*/
.gek-bg-maincolor {
  background-color: #004595;
  color: #FFF !important;
}

.colored {
  color: #004595 !important;
}

.contentlink {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
  padding: 3px 5px;
}

.contentlink:hover {
  color: #FFF !important;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 5px;
}

.white {
  color: #FFF;
}

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

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

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

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

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

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

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

.bildnachweis p {
  margin: 0.5rem;
}

.bildnachweis a {
  color: #79aee2;
}

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

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

.footercopyright a {
  color: #666;
}

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

.show-xs {
  display: none;
}

.gek-teaserpadding-lg {
  padding: 0 3rem !important;
}

/*desktop and lg **************************/
/*vorher992*/
@media (min-width: 1200px) {
  .navbar-toggleable-md,
  .navbar {
    padding: 0 !important;
  }
  .nav-link,
  .nav-link.dropdown-toggle {
    padding: 0.8rem 0.8rem !important;
    /* text-transform: uppercase;*/
    font-size: 1rem;
    color: #000;
    /* border:1px solid #003b5a; */
    /* border-left:0; */
    font-weight: bold;
    outline-style: none;
  }
  .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: #004595;
    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;
      transition: width .5s ease, background-color .5s ease;
  }
      */
  .nav-item:hover:after,
  .nav-item.active:after {
    width: 100%;
    background-color: #004595;
  }
  .dropdown-menu {
    background-color: #004595;
  }
  .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: #004595 !important;
    padding: 10px 15px;
    /*border-bottom: 1px solid $maincolor*/
  }
  .gek-teaserpadding-lg {
    padding: 0 5rem !important;
  }
  .gek-bg-teaser-notfix {
    background-size: cover;
    background-origin: center center;
    background-repeat: no-repeat;
    padding-bottom: 2.5rem;
    height: 100%;
    min-height: 50vh !important;
  }
  .logo {
    width: 220px;
    position: relative;
    left: 0%;
    display: block;
    float: left;
    height: auto;
    padding: 5px;
    margin: 0 10px 0 0;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 52px;
    left: 0px;
    transition: transform 400ms ease;
    will-change: transform;
    z-index: 999 !important;
  }
  .padding-for-bgs {
    padding: 5rem !important;
  }
  .bild-cta {
    overflow: hidden;
  }
  .bild-cta-inner {
    width: 100%;
  }
  .bild-cta-inner img {
    width: 100%;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    /* -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
    transition: all 0.4s ease;
    box-shadow: 0px 0px 5px #333;
    border-radius: 3rem;
  }
  .bild-cta:hover img {
    /* -webkit-filter: grayscale(0);
    filter: grayscale(0);*/
    transition: all 0.4s ease;
    opacity: 1;
  }
  .cta-text {
    background-color: #FFF;
    width: 500px;
    position: absolute;
    z-index: 888;
    bottom: 40px;
    right: -5vw;
    box-shadow: 0px 0px 3px #000;
    padding: 30px;
    border-radius: 3rem;
  }
  .cta-text.h1fontsze {
    font-size: 1.2rem !important;
  }
  .bild-cta .uk-container {
    position: relative;
  }
}
/*navbar hack */
@media (max-width: 1024px) and (orientation: landscape) {
  .navbar {
    float: none;
    margin: 0 !important;
  }
  .navbar-nav {
    margin: 0 !important;
    background: #FFF;
  }
}
/*smartphone **************/
@media (max-width: 767px) {
  body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #444;
    font-weight: 500;
  }
  .logo {
    text-align: center;
    width: 50%;
  }
  .logo img {
    width: 100%;
  }
  .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  #navigation {
    box-shadow: 0px 0px 8px #000;
    background: rgb(255, 255, 255);
  }
  .is-sticky > .gek-nav {
    box-shadow: 0px 0px 8px #000;
    background: rgb(255, 255, 255);
  }
  .nav-link,
  .nav-link.dropdown-toggle {
    padding: 0.7rem 1.3rem !important;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #333;
    border: 0px;
    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: #004595;
    background: #FFF;
    font-weight: 400;
  }
  .navbar {
    padding: 0 !important;
  }
  .navbar-collapse {
    background: #FFF;
  }
  .slogan .h1fontsize {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: none;
    font-weight: bold;
  }
  .slogan .subheadline {
    font-size: 1.2rem !important;
    line-height: 1.4rem;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 3px #000;
    font-weight: 300;
  }
  .bildnachweis {
    font-size: 0.8em;
  }
  .show-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  .padding-for-bgs {
    padding: 2rem !important;
  }
  .cta-text {
    padding: 30px 0 0 0;
  }
}
/*tablets **********/
@media (min-width: 768px) and (max-width: 1200px) {
  .gek-bg-teaser-notfix {
    background-size: cover;
    background-origin: center center;
    background-repeat: no-repeat;
    padding-bottom: 2.5rem;
    height: 100%;
    min-height: 70vh !important;
  }
  .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: #004595;
    background: #FFF;
    font-weight: 700;
  }
  .nav-item {
    width: 100% !important;
    display: block !important;
  }
  .dropdown-menu {
    background-color: #004595;
  }
  .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: #004595 !important;
    padding: 15px;
    /*border-bottom: 1px solid $maincolor*/
  }
  .margin-bottom-md-up {
    margin-bottom: 3rem;
  }
  .logo img {
    width: 300px;
    height: auto;
  }
  .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .logo {
    width: 200px;
    height: auto;
  }
  .logo img {
    width: 200px;
    height: auto;
  }
  .padding-for-bgs {
    padding: 2rem !important;
  }
}
/*tablet landscape */
/*up to 1280 tablet & smartphone */
@media (max-width: 1280px) {
  /*bigfont*/
  h1,
  .h1fontsize,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.6rem;
    line-height: 2rem;
    display: block;
    font-weight: 300;
  }
  .margin-bottom-md-up {
    margin-bottom: 3rem;
  }
  .headerinfos {
    display: none;
  }
  .dropdown-menu {
    background-color: #004595;
  }
  .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: #004595 !important;
    padding: 15px;
    /* border-bottom: 1px solid $maincolor*/
  }
}
/* 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;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

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

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

/*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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(204, 0, 0, 0.9) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all 0.3s 0s, visibility 0s 0.3s;
}

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

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: all 0.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: 0.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;
  }
}
/*border in nav only for mobile*/
.navbar-collapse.show .navbar-nav li.nav-item a.nav-link {
  border-top: 1px solid #999 !important;
}

@media only screen and (min-device-width: 100px) and (max-device-width: 768px) {
  .nav-item {
    width: 100% !important;
    display: block !important;
  }
}
/*footernav*/
ul.submenu {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0 0 0;
}

ul.submenu .zwo {
  list-style-type: none;
  margin: 0 0 0 10px;
  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: #FFF;
}

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

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

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

#lightgallery {
  width: 100%;
}

.photo {
  float: left;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.photo:hover {
  cursor: pointer;
}

.photo img {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.photo:hover img {
  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;
  padding: 10px;
  position: absolute;
  bottom: 25px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  z-index: 999;
}

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

.photo.img-is-visible {
  animation: Items 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
@keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Items {
  0% {
    opacity: 0;
    transform: rotateY(120deg);
  }
  50% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
p.scrollme {
  margin-left: -55px;
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.iconwidth {
  width: 30px;
  display: inline-block;
}

.iconpadding {
  padding-left: 30px;
}

a.textlinkblack {
  color: #000;
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}

a.textlinkblack:hover {
  text-decoration: underline;
}

.border-right-fff {
  border-right: 1px solid #FFF;
}

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

.border-right-000 {
  border-right: 1px solid #000;
}

.img-rel {
  position: relative;
}

.img-overlay-abs {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

.gek-cta-button {
  padding: 15px 25px;
  background: #004595;
  color: #FFF;
  border: 1px solid #004595;
  font-size: 1.2rem;
  margin: 2rem 0;
  font-weight: bold;
  text-decoration: none !important;
}

.gek-cta-button:hover,
.gek-cta-button:focus,
.gek-cta-button:active {
  background: #FFF;
  color: #004595;
  border: 1px solid #004595;
  text-decoration: none !important;
}

.sp-headline a {
  padding: 15px 25px;
  background: none;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 1.4rem;
  margin: 0;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 0px #000;
}

.sp-headline a:hover,
.sp-headline a:focus,
.sp-headline a:active {
  padding: 15px 25px;
  background: #FFF;
  color: #004595;
  border: 1px solid #FFF;
  font-size: 1.4rem;
  margin: 0;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  text-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 5px #000;
}

.icon-headline {
  position: absolute;
  font-size: 3rem;
  margin-top: -1rem;
}

.icon-headline-text {
  position: relative;
  left: 60px;
  display: block;
  font-weight: normal !important;
}

.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
p.scrollme {
  margin-left: -55px;
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 2px;
  height: 10px;
  margin: -2px 0 0 -2px;
  background: white;
  border-radius: 50%;
  animation: ani-mouse 2s linear infinite;
}

.teaser1 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDQzMzYzKSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjQzMi45NTZweCIgaGVpZ2h0PSI0MTcuOTNweCIgdmlld0JveD0iMCAwIDQzMi45NTYgNDE3LjkzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MzIuOTU2IDQxNy45MyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBvcGFjaXR5PSIwLjIiIGZpbGw9IiMwMjQ2OTQiIGQ9Ik00MjAuMzg0LDBMMTE0LjQ5LDQwMS4zNThMMTIuNTEzLDI2NS43NTJIMGMxNC41NjksMTkuMzczLDExMC4xMiwxNDYuNDMyLDExMC40NjUsMTQ2Ljg5Mg0KCWwzLjk3LDUuMjg2TDQzMi45NTYsMEg0MjAuMzg0eiIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: 5% 100%;
}

.box-shadow1 {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.iconteaser-head {
  font-size: 1.2rem;
  color: #004595;
  font-weight: bold;
}

.teasernumber {
  font-size: 3.5rem;
  font-weight: bold;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}

.teaserheadline-02 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.3rem;
}

.teasermarginbottom {
  margin-bottom: 2rem;
}

.border-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}

.padding-footer-top {
  padding-top: 2rem !important;
}

.lightblue {
  color: rgba(157, 20, 28, 0.5) !important;
}

.subheadlinefooter {
  font-weight: bold !important;
  font-size: 1.2em !important;
  margin: 0.5rem 0 0 0;
  color: rgba(255, 255, 255, 0.5);
  padding: 1rem 0;
}/*# sourceMappingURL=gekko.css.map */