@font-face {
  font-family: "DDIN";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/din-d/DDIN.eot");
  src: url("../fonts/din-d/DDIN.eot?#iefix") format("embedded-opentype"), local("DDIN"), local("DDIN"), url("../fonts/din-d/DDIN.woff2") format("woff2"), url("../fonts/din-d/DDIN.woff") format("woff"), url("../fonts/din-d/DDIN.ttf") format("truetype"), url("../fonts/din-d/DDIN.svg#OpenSans") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "DDIN";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/din-d/DDINBold.eot");
  src: url("../fonts/din-d/DDINBold.eot?#iefix") format("embedded-opentype"), local("DDIN"), local("DDIN"), url("../fonts/din-d/DDINBold.woff2") format("woff2"), url("../fonts/din-d/DDINBold.woff") format("woff"), url("../fonts/din-d/DDINBold.ttf") format("truetype"), url("../fonts/din-d/DDINBold.svg#OpenSans") format("svg");
  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%;
  hyphens: auto;
  color: rgb(39, 36, 36);
  font: 18px/26px "DDIN", sans-serif;
  font-weight: normal;
  font-display: swap;
}

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

/*helper classes*/
.nopadd {
  padding: 0 !important;
}

.padding-global {
  padding: 2.5rem;
}

.nav-item a {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 5px 15px;
  margin: 0px 5px;
}

.nav-link:hover,
.nav-link:focus,
.nav-item a.active {
  color: rgb(10, 78, 109) !important;
}

.nav-item.active .nav-link,
.nav-link.active {
  color: rgb(10, 78, 109) !important;
  font-weight: bold;
}

.dropdown-toggle::after {
  display: none;
}

.bg-teaser {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 2.5rem;
  position: relative;
  display: block;
}

.webdesign-section {
  background-image: url("bgimg/bg-section-webdesign-kompetenz.webp");
}

.slogan {
  position: absolute;
  z-index: 5;
  height: 65vh;
  margin-top: 35vh;
  left: 0;
  top: 0;
  width: 100%;
  color: #FFF !important;
}

.slogan p {
  text-shadow: 0px 0px 6px #000;
  color: #FFF;
}

.slogandivider {
  width: 50px;
  height: 1px;
  padding: 20px 0;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  margin-bottom: 3rem;
}

.subslogan {
  font-size: 1.5rem !important;
  font-weight: normal !important;
}

.white-squared {
  color: #FFF;
  font-size: 1.2rem !important;
  padding: 30px;
  display: inline-block;
}

h1,
.h1fontsize,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  line-height: 2rem;
  text-transform: normal;
  display: block;
  font-weight: 300;
  margin: 1rem 0;
}

.boldheadline {
  font-weight: bold !important;
}

.btn-slogan {
  height: 50px;
  line-height: 48px;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.btn-slogan:hover,
.btn-slogan:active {
  border: 1px solid #FFF;
  color: rgb(10, 78, 109);
  background: #FFF;
}

.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: invert(23%) sepia(20%) saturate(3428%) hue-rotate(239deg) brightness(96%) contrast(91%);
}

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

.btn-content:hover,
.btn-content:active {
  border: 1px solid rgb(10, 78, 109);
  color: rgb(10, 78, 109);
  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 rgb(10, 78, 109);
  background: rgb(10, 78, 109);
  color: #FFF;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.btn-content-icon:hover,
.btn-content-icon:active {
  border: 1px solid rgb(10, 78, 109);
  color: rgb(10, 78, 109);
  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%);
}

.downarrow {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 20vh;
  margin-left: -25px;
}

.downarrow svg {
  width: 100%;
  height: 100%;
}

.dbcircle {
  stroke: #FFF;
  stroke-width: 3;
  stroke-dasharray: 700;
  animation: circleanim 3s cubic-bezier(0, 0.23, 1, 0.1);
  animation-iteration-count: infinite;
}

.dbline {
  stroke: #FFF;
  stroke-width: 3;
  stroke-dasharray: 400;
  animation: lineanim 3s cubic-bezier(0, 0.23, 1, 0.1);
  animation-iteration-count: infinite;
}

.dbpoly {
  stroke: #FFF;
  stroke-width: 3;
  stroke-dasharray: 200;
  animation: polyanim 3s cubic-bezier(0, 0.23, 1, 0.1);
  animation-iteration-count: infinite;
}

.gek-downbuttonouter:hover {
  background-color: #5f3689;
  transition: all 0.4s ease-out;
}

.gek-downbuttonouter:hover .gek-downbutton-text {
  color: #FFF;
  transition: all 0.4s ease-out;
}

.gek-downbuttonouter:hover .dbpoly,
.gek-downbuttonouter:hover .dbline,
.gek-downbuttonouter:hover circle {
  stroke: white;
  transition: all 0.4s ease-out;
}
@keyframes polyanim {
  0% {
    opacity: 100;
    fill: none;
    stroke-dashoffset: 200;
  }
  50% {
    opacity: 100;
    fill: none;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 100;
    fill: none;
    stroke-dashoffset: -200;
  }
}
@keyframes lineanim {
  0% {
    opacity: 100;
    fill: none;
    stroke-dashoffset: 400;
  }
  50% {
    opacity: 100;
    fill: none;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 100;
    fill: none;
    stroke-dashoffset: -400;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle {
  text-align: center;
}

.navbar .nav-item .dropdown-menu {
  margin-top: 0;
}

.dropdown-menu {
  padding: 0 !important;
  border: 0px !important;
  min-width: 5rem !important;
  background: #FFF;
}

a.dropdown-item {
  padding: 10px 12px;
  margin: 0;
}

a.dropdown-item:hover,
a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
  color: rgb(10, 78, 109) !important;
  background: #FFF;
}

.navbar-collapse {
  background: rgb(255, 255, 255);
}

.navbar-toggler {
  position: relative;
  border: 0px !important;
  outline: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0 !important;
  border: 0px !important;
  box-shadow: 0 0 0 0 !important;
}

.navbar-toggler span {
  display: block;
  background-color: #000;
  height: 1px;
  width: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

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

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

/*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-vert-20vh {
  margin: 10vh 0 10vh 0 !important;
}

.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-083em {
  margin-top: -0.1em !important;
}

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

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

.margin-15 {
  margin: 0 15px;
}

.padd-15 {
  padding: 15px;
}

.padd-30 {
  padding: 30px;
}

.padd-50 {
  padding: 50px;
}

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

.padd-vert-15 {
  padding: 15px 0 15px 0;
}

.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-25rem-vert {
  padding: 25rem 0;
}

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

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

.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-5px-bot {
  padding: 0 0 5px 0;
}

.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 !important;
  padding-right: 0 !important;
}

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}

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

.fullwidth {
  width: 100%;
}

.subheadline {
  font-weight: 300;
  font-size: 1.3em !important;
  margin: 0.5rem 0 2rem 0;
}

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

.middlefont {
  font-size: 1.3rem;
}

.bg-white-90 {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

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

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

.bg-black {
  background-color: #000 !important;
  color: #FFF !important;
}

.bg-maincolor {
  background: rgb(10, 78, 109);
  color: #FFF;
}

.hell-font {
  color: rgb(196, 196, 196) !important;
}

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

.big-padding-bgs {
  padding: 3rem !important;
}

.headline-divider,
.headline-divider-left {
  width: 85px;
  border-bottom: 1px solid #000;
  height: 1px;
  margin: 2rem auto;
}

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

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

.bg-black .headline-divider-left {
  border-bottom: 3px solid #FFF !important;
}

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

#navigation {
  z-index: 999;
  background-color: rgb(255, 255, 255);
}

.is-sticky #navigation {
  width: 100% !important;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-nav {
  background-color: rgb(255, 255, 255);
}

.logoimg {
  width: 300px;
}

.is-sticky .logoimg {
  width: 200px;
  height: auto;
}

a.cta {
  text-decoration: none;
  color: inherit;
  z-index: 1;
}

.cta {
  position: relative;
  margin: auto;
  padding: 17px 22px;
  transition: all 0.2s ease;
  z-index: 1;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(162, 14, 34, 0.3);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  vertical-align: middle;
}

.cta:hover span {
  color: #FFF;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: rgb(162, 14, 34);
}

.cta:hover svg {
  transform: translateX(0);
  stroke: #FFF;
}

.cta:active {
  transform: scale(0.96);
}

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

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

ul.ulcheck li:before {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDQzMzYzKSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjU2IDI1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNODUuNjkyLDExMS40NjNsNTAuOTI5LDUzLjg0NWw2Mi43MjctMTI1Ljc1MWMwLjM2OC0wLjc0MSwxLjI2OS0xLjA0MywyLjAxMS0wLjY3M2w0LjQ3NiwyLjIzMQ0KCWMwLjM1NiwwLjE3NywwLjYyNywwLjQ4OSwwLjc1NCwwLjg2NmMwLjEyNiwwLjM3NywwLjA5NywwLjc5LTAuMDgxLDEuMTQ2bC02Ni44NzgsMTM0LjA3MmMtMC4yMTgsMC40MzgtMC42MzcsMC43NDItMS4xMjEsMC44MTMNCgljLTAuMDc0LDAuMDEyLTAuMTQ3LDAuMDE3LTAuMjIxLDAuMDE3Yy0wLjQwOSwwLTAuODA1LTAuMTY3LTEuMDktMC40N2wtNTcuMzE4LTYwLjU5OWMtMC4yNzMtMC4yODktMC40Mi0wLjY3NS0wLjQxLTEuMDcyDQoJYzAuMDExLTAuMzk4LDAuMTgtMC43NzUsMC40NjktMS4wNDhsMy42MzMtMy40MzZDODQuMTc0LDExMC44MzYsODUuMTIzLDExMC44NjMsODUuNjkyLDExMS40NjN6IE0yMTkuNzUsMTI2LjVoLTUNCgljLTAuODI4LDAtMS41LDAuNjcxLTEuNSwxLjVjMCw0Ny4wMDctMzguMjQzLDg1LjI1LTg1LjI1LDg1LjI1UzQyLjc1LDE3NS4wMDcsNDIuNzUsMTI4UzgwLjk5Myw0Mi43NSwxMjgsNDIuNzVsMC40OTEsMC4wMTINCgljMC4zOTEtMC4wMjEsMC43ODMtMC4xNTUsMS4wNjYtMC40MzZjMC4yODMtMC4yODIsMC40NDItMC42NjUsMC40NDItMS4wNjR2LTVjMC0wLjgyNS0wLjY2Ni0xLjQ5NS0xLjQ5MS0xLjVsLTAuMTk2LTAuMDA1DQoJYy0wLjEwNC0wLjAwMy0wLjIwOC0wLjAwNy0wLjMxMy0wLjAwN2MtNTEuNDE4LDAtOTMuMjUsNDEuODMyLTkzLjI1LDkzLjI1YzAsNTEuNDE4LDQxLjgzMiw5My4yNSw5My4yNSw5My4yNQ0KCWM1MS40MTgsMCw5My4yNS00MS44MzIsOTMuMjUtOTMuMjVDMjIxLjI1LDEyNy4xNzEsMjIwLjU3OCwxMjYuNSwyMTkuNzUsMTI2LjV6Ii8+DQo8L3N2Zz4NCg==);
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  position: relative;
  left: 0px;
}

/*big list color */
ul.ulcheck-big span {
  padding: 5px 0;
  display: block;
  font-weight: 300;
}

ul.ulcheck-big {
  list-style-type: none;
  padding-left: 10px;
  font-weight: bold;
  text-align: left;
  list-style-position: outside;
  margin-left: 0px;
  font-size: 1.4rem;
  color: rgb(10, 78, 109);
}

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

ul.ulcheck-big li:before {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDQzMzYzKSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDMwIDMwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNMTcuODA4LDI5Ljg0M2gtNy4wM2MtNS42MTgsMC0xMC4xODktNC41NzEtMTAuMTg5LTEwLjE5di03LjAzYzAtNS42MTksNC41NzEtMTAuMTg5LDEwLjE4OS0xMC4xODloNy4wM3YwLjgxNWgtNy4wMw0KCQljLTUuMTY5LDAtOS4zNzQsNC4yMDUtOS4zNzQsOS4zNzV2Ny4wM2MwLDUuMTcsNC4yMDUsOS4zNzUsOS4zNzQsOS4zNzVoNy4wM2M1LjE3LDAsOS4zNzUtNC4yMDUsOS4zNzUtOS4zNzV2LTcuMDNoMC44MTV2Ny4wMw0KCQlDMjcuOTk4LDI1LjI3MSwyMy40MjcsMjkuODQzLDE3LjgwOCwyOS44NDNMMTcuODA4LDI5Ljg0M3oiLz4NCjwvZz4NCjxnPg0KCTxwb2x5Z29uIHBvaW50cz0iMTMuOTc1LDI0LjIzMSAzLjQ1NiwxNS40MDYgNi4wNzYsMTIuMjg0IDEzLjI4NiwxOC4zMzQgMjYuMjYyLDAuOTEgMjkuNTI5LDMuMzQ1IDEzLjk3NSwyNC4yMzEgCSIvPg0KPC9nPg0KPC9zdmc+DQo=);
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  position: relative;
  left: 0px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(16%) saturate(5058%) hue-rotate(168deg) brightness(96%) contrast(92%);
}

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

footer {
  background-image: url("bg-footer-pv-fuer-alle.webp");
  color: #FFF;
  padding: 4rem 0;
}

footer .iconwidth {
  width: 30px;
  height: 30px;
  display: inline-block;
}

footer .iconwidth img {
  filter: invert(100%) sepia(2%) saturate(7494%) hue-rotate(134deg) brightness(123%) contrast(117%);
  position: relative;
  top: -3px;
}

footer .icontext {
  padding: 0 0 0 5px;
  display: inline-block;
}

footer .icontext:after {
  content: "";
  padding: 0 10px;
}

footer a.white {
  color: rgba(255, 255, 255, 0.7) !important;
}

footer a.white:hover,
footer a.white:active {
  color: rgb(255, 255, 255) !important;
}

.white {
  color: #FFF !important;
}

.footerlogo {
  opacity: 0.7;
}

.inline {
  display: inline-block;
}

.teasertext {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  margin-top: 30vh;
  color: #000 !important;
  margin-bottom: 20vh;
}

.text-teaser {
  margin-top: -8rem;
  box-shadow: 0px 0px 15px rgb(119, 119, 119);
  background: #FFF;
  padding: 30px;
  margin-bottom: 3rem;
}

.subhead-textteaser {
  font-size: 1.1rem;
  font-weight: bold;
}

.boxlayout-head {
  border-top: 1px solid rgb(163, 137, 119);
  border-right: 1px solid rgb(163, 137, 119);
  padding: 2rem 0;
  margin-top: 3rem;
}

.boxlayout-body {
  padding: 2rem 0;
  border: 1px solid rgb(163, 137, 119);
  border-top: 0px;
}

.icon-comp {
  filter: invert(57%) sepia(14%) saturate(634%) hue-rotate(342deg) brightness(97%) contrast(82%);
}

.icon-comp img {
  width: 80px;
  height: auto;
}

.lefticon {
  float: left;
  padding: 0 15px 0 0;
  margin: 0 0 15px 0;
}

.teaserstart {
  box-shadow: 0px 0px 3px #000;
}

.teaserstart p {
  padding: 5px 15px 15px 15px;
}

.teaserstart h1,
.teaserstart h2,
.teaserstart h3,
.teaserstart h4 {
  margin-top: -11rem;
  background-color: rgb(255, 255, 255) !important;
  display: inline-block;
  padding: 10px;
  box-shadow: 0px 0px 3px #000;
}

a.fulllink {
  text-decoration: none;
  color: rgb(39, 36, 36);
  display: block;
  z-index: 10;
}

a.fulllink:hover .teaserstart {
  box-shadow: 0px 0px 10px rgb(80, 80, 80);
  background: #FFF;
  transform: translateY(-10px);
}

#lightgallery {
  width: 100%;
}

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

.photo:hover {
  cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDQzMzYzKSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjU2cHgiIGhlaWdodD0iNTZweCIgdmlld0JveD0iMCAwIDU2IDU2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1NiA1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS40IiBkPSJNNDEuNjE2LDQwLjgyN2wtOC4zMi05LjA3OGMxLjg3Ni0xLjk2MSwyLjkwNS00LjUyNiwyLjkwNS03LjI0OQ0KCWMwLTIuODA0LTEuMDkzLTUuNDQyLTMuMDc1LTcuNDI1QzMxLjE0MSwxNS4wOTQsMjguNTA1LDE0LDI1LjcwMSwxNHMtNS40NDIsMS4wOTItNy40MjUsMy4wNzUNCgljLTEuOTgxLDEuOTg1LTMuMDc1LDQuNjIxLTMuMDc1LDcuNDI1czEuMDkyLDUuNDQxLDMuMDc1LDcuNDI0QzIwLjI2LDMzLjkwNiwyMi44OTcsMzUsMjUuNzAxLDM1YzIuNDE3LDAsNC43MDctMC44MTEsNi41NjMtMi4zMDMNCglsOC4zMTksOS4wNzVDNDAuNzIzLDQxLjkyMyw0MC45MTEsNDIsNDEuMTAxLDQyYzAuMTcsMCwwLjM0LTAuMDYxLDAuNDc0LTAuMTg0YzAuMjg1LTAuMjYzLDAuMzA1LTAuNzA0LDAuMDQ0LTAuOTg4TDQxLjYxNiw0MC44Mjd6DQoJIE0xNi42LDI0LjVjMC01LjAxOCw0LjA4My05LjEsOS4xLTkuMWM1LjAxNywwLDkuMSw0LjA4Myw5LjEsOS4xcy00LjA4Myw5LjEtOS4xLDkuMUMyMC42ODIsMzMuNiwxNi42LDI5LjUxOCwxNi42LDI0LjV6Ii8+DQo8L3N2Zz4NCg=="), auto;
}

.photo img {
  padding: 1px 1px 0 0;
  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;
  margin-top: 5px;
  display: inline-block;
  height: 20px;
}

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

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

.icon-fragenbox {
  width: 150px;
  height: 150px;
}

.icon-fragenbox img {
  filter: invert(80%) sepia(99%) saturate(2%) hue-rotate(273deg) brightness(108%) contrast(101%);
  width: 100%;
  height: auto;
}

.head-minpadding {
  padding-top: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.d-table {
  display: table;
}

.d-tcell {
  display: table-cell;
}

.d-tcell {
  vertical-align: middle;
}

.fullheight {
  height: 100%;
}

.fullwidth {
  width: 100%;
}

.bild-cta {
  overflow: hidden;
}

.bild-cta-inner {
  background: #26403A;
  width: 100%;
}

.bild-cta-inner img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.4s ease;
  opacity: 0.6;
}

.bild-cta:hover img {
  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;
}

.cta-text.h1fontsze {
  font-size: 1.2rem !important;
}

.bild-cta .uk-container {
  position: relative;
}

@media (max-width: 1630px) {
  .cta-text {
    right: -5vw;
  }
}
@media (max-width: 1430px) {
  .cta-text {
    right: 0vw;
  }
}
@media (max-width: 960px) {
  .cta-text {
    width: 100%;
    position: initial;
  }
  .bild-cta {
    background: linear-gradient(to top, #f2f2f2 0%, #f2f2f2 70%, #f2f2f2 70%, transparent 70%, transparent 100%);
  }
}
.iconbox-icon-left {
  width: 50px;
  height: 50px;
  color: #5f3689;
  float: left;
}

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

.iconbox-icon-left-big {
  width: 80px !important;
  height: 80px;
  color: #5f3689;
  float: none;
  display: block;
  filter: brightness(0) saturate(100%) invert(23%) sepia(97%) saturate(484%) hue-rotate(155deg) brightness(92%) contrast(97%);
}

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

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

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

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

.port-img {
  z-index: 1;
  position: relative;
}

.port-overlay {
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.port-outer:hover .port-overlay {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}

.port-header {
  font-weight: bold;
  font-size: 1.2rem;
  display: block !important;
}

.ref-logo {
  border-bottom: 1px solid rgb(230, 227, 223);
}

/*ref webdesign */
.start-block {
  width: 33.33334%;
  height: 50vh;
  box-sizing: border-box;
  float: left;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}

.st-block-headline > .text-shadow {
  text-shadow: 0px 0px 4px #000;
}

.start-block-2 {
  width: 33.33334%;
  height: 100vh;
  box-sizing: border-box;
  float: left;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}

.st-block-bgimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  transition: all 0.3s ease-out;
}

.st-block-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-out;
}

.st-block-headline {
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 0 25px 0;
  transition: margin 0.3s ease-out;
}

.st-block-content {
  font-size: 1rem;
  font-weight: 400;
  width: 60%;
  margin: 0 20% -150px 20%;
  opacity: 0;
  transition: all 0.3s ease-out;
  height: 180px;
}

/*startblock animation*/
.start-block:hover .st-block-overlay,
.start-block-2:hover .st-block-overlay {
  background: rgba(96, 54, 138, 0.8);
}

.start-block:hover .st-block-bgimg,
.start-block-2:hover .st-block-bgimg {
  background-size: auto 105%;
}

.start-block:hover .st-block-headline,
.start-block-2:hover .st-block-headline {
  margin: -50px 0 25px 0;
}

.start-block:hover .st-block-content,
.start-block-2:hover .st-block-content {
  opacity: 1;
  margin: 0 20%;
  transition-delay: 0.4s;
}

.start-block a,
.start-block a:hover,
.start-block a:active,
.start-block a:visited,
.start-block-2 a,
.start-block-2 a:hover,
.start-block-2 a:active,
.start-block-2 a:visited {
  text-decoration: none;
  color: #FFF;
}

/*desktop and lg **************************/
@media (min-width: 1200px) {
  .text-teaser {
    margin-top: -8rem;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
    background: #FFF;
    padding: 30px;
    margin-bottom: 3rem;
  }
  .gek-logo {
    height: auto;
  }
}
/*tablets **********/
@media (max-width: 1200px) {
  .text-teaser {
    margin-top: 0rem;
    box-shadow: 0px 0px 0px;
    background: none !important;
    padding: 15px;
    margin-bottom: 0rem;
  }
  #SocialMedia {
    margin: 0;
    padding: 0 15px;
  }
  .navbar-toggler {
    margin: 0 15px 0 0 !important;
  }
  .nopadd-nav {
    width: 100vw !important;
    max-width: 100% !important;
    overflow: hidden;
    padding: 0 !important;
  }
  .navbar-collapse.collapse.show {
    width: 100vw !important;
  }
  #navbarNavDropdown {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
  }
  ul.navbar-nav {
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
  ul.navbar-nav li {
    opacity: 0;
    transition: opacity 1 0.4s ease-in;
    -webkit-transition: opacity 1 0.4s ease-in;
    padding: 0;
    margin-bottom: 20px;
  }
  ul.navbar-nav li a {
    font-size: 1.5rem;
    padding: 0;
  }
  .navbar-collapse.show {
    min-height: 100vh;
    visibility: visible;
    opacity: 1;
    z-index: 9;
  }
  .navbar-collapse.show ul li {
    opacity: 1;
  }
  .navbar-collapse.show ul li:nth-child(1) {
    transition-delay: 0.06s;
  }
  .navbar-collapse.show ul li:nth-child(2) {
    transition-delay: 0.12s;
  }
  .navbar-collapse.show ul li:nth-child(3) {
    transition-delay: 0.18s;
  }
  .navbar-collapse.show ul li:nth-child(4) {
    transition-delay: 0.24s;
  }
  .navbar-collapse.show ul li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .navbar-collapse.show ul li:nth-child(6) {
    transition-delay: 0.36s;
  }
  .align-items-end {
    align-items: center !important;
  }
  .nav-link.dropdown-toggle.show {
    text-align: center;
    margin-bottom: 15px;
  }
  .dropdown-item {
    font-size: 1.1rem !important;
    text-align: center;
    padding: 5px 0px !important;
  }
  .dropdown-menu li {
    margin-bottom: 0px !important;
  }
  .logoimg {
    padding: 5px 15px;
    width: 250px !important;
    height: auto;
  }
  .slogan {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-shadow: 0px 0px 6px #000;
    color: #FFF;
    padding: 15px;
  }
  .slogandivider {
    width: 50px;
    height: 1px;
    padding: 20px 0;
    border-bottom: 1px solid #FFF;
    display: inline-block;
    margin-bottom: 3rem;
  }
  .subslogan {
    font-size: 1.3rem !important;
    font-weight: normal !important;
  }
}
@media (max-width: 767px) {
  .slogan {
    margin-top: 15vh;
  }
  .navbar .nav-item .dropdown-menu {
    display: block !important;
  }
  .start-block {
    width: 100%;
    height: 75vh;
    box-sizing: border-box;
    float: left;
    text-align: center;
    color: #FFF;
    border-bottom: 1px solid #FFF;
  }
  .start-block:nth-child(1) {
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
    float: left;
    text-align: center;
    color: #FFF;
  }
  .st-block-content {
    font-size: 1rem;
    font-weight: 400;
    width: 90%;
    margin: 0 5% -150px 5%;
    opacity: 0;
    height: 150px;
  }
  .start-block:hover .st-block-content {
    opacity: 1;
    margin: 0 5%;
  }
  h1,
  .h1fontsize,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-transform: normal;
    display: block;
    font-weight: 300;
    margin: 2.5rem 0 1rem 0;
  }
}
/*tablet landscape ******************/
/*no dsktop **************/
@media (max-width: 1200px) {
  .start-block,
  .start-block-2 {
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
    float: left;
    text-align: center;
    color: #FFF;
    border-bottom: 1px solid #FFF;
  }
  .st-block-content {
    font-size: 0.9rem;
    font-weight: 400;
    width: 80%;
    margin: 0 10% -150px 10%;
    opacity: 0;
    height: 80px;
  }
  .start-block:hover .st-block-content {
    opacity: 1;
    margin: 0 10%;
  }
  .st-block-bgimg {
    background-size: cover;
  }
  .start-block:hover .st-block-bgimg {
    background-size: cover;
  }
  img.width80 {
    width: 50%;
    height: auto;
  }
  .start-block {
    overflow: hidden;
  }
  .showlandscape {
    display: block !important;
  }
  .hidelandscape {
    display: none !important;
  }
}
.anfrageform {
  width: 100%;
  padding: 0;
  margin: 0;
}

.anfrageform input,
.anfrageform textarea {
  width: 100% !important;
  padding: 15px;
  margin-bottom: 2rem;
}

.anfrageform label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #444;
  transition: all 0.2s ease-in-out;
}

.anfrageform input:focus label,
.anfrageform textarea:focus label,
.anfrageform input:valid label,
.anfrageform textarea:valid label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  transition: all 0.225s ease;
}

.required {
  background-color: rgb(245, 176, 176);
}

.back-to-top {
  background: rgb(10, 78, 109);
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  z-index: 100;
}

.back-to-top img {
  transform: rotate(180deg);
  width: 40px;
  height: 40px;
  display: block;
  padding: 5px;
  filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(98deg) brightness(105%) contrast(102%);
  opacity: 0.8;
}

.bigteasericon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(103%);
  width: 200px;
  Height: auto;
}

/*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;
  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;
  transform: rotate(90deg);
  margin: 0 1rem 0 0;
  transition: transform 0.3s ease-out;
}

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

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

.accordion-button {
  font-size: 1.2rem !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: none !important;
  color: rgb(39, 36, 36);
  font-weight: bold;
}

.opac-footer {
  opacity: 0.33;
}

.herstellerlogo {
  background: #FFF;
  box-shadow: 0px 0px 5px #CCC;
}

.herstellerlogodiv {
  margin-bottom: 30px;
  text-align: center;
}

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

.float-left {
  float: left;
}

.box-shadow-9 {
  box-shadow: 0px 0px 9px #000;
}

.colored {
  color: rgb(10, 78, 109);
}

.testimonial {
  margin-top: 2rem;
}

.testimonial-number {
  font-size: 3rem;
  text-align: center;
  color: rgb(10, 78, 109);
  font-weight: bold;
}

.testimonial-text {
  font-weight: bold;
  text-align: center;
}

.teaser-z1 {
  position: absolute;
  z-index: 1;
  float: left;
}

.teaser-z2 {
  position: absolute;
  z-index: 2;
  float: none;
}

.lightbluebg {
  background-color: rgba(10, 78, 109, 0.1);
}/*# sourceMappingURL=gekko2.css.map */