@charset "UTF-8";
/*-----------------------------------fluid fonts-------------------------------------*/
/*---------https://www.smashingmagazine.com/2017/05/fluid-responsive-typography-css-poly-fluid-sizing/----*/
/*-----------------------------------fluid fonts-------------------------------------*/
/*---------https://www.smashingmagazine.com/2017/05/fluid-responsive-typography-css-poly-fluid-sizing/----*/
@font-face {
  font-family: "tsec";
  src: url("../fonts/icon-fonts/tsec-icons.eot");
  src: url("../fonts/icon-fonts/tsec-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/tsec-icons.woff") format("woff"), url("../fonts/icon-fonts/tsec-icons.ttf") format("truetype"), url("../fonts/icon-fonts/tsec-icons.svg#tsec") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "tsec", serif !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.4em;
  font-size: 1.2em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "tsec", serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.4em;
  font-size: 1.2em;
}

.icon-geschaeftsbereiche:before {
  content: "\e000";
}

.icon-produkte:before {
  content: "\e001";
}

.icon-philosophie:before {
  content: "\e002";
}

.icon-support:before {
  content: "\e003";
}

.icon-intern:before {
  content: "\e004";
}

.icon-kontakt:before {
  content: "\e005";
}

.icon-impressum:before {
  content: "\e006";
}

.icon-datenschutz:before {
  content: "\e007";
}

.icon-software:before {
  content: "\e008";
  color: #adcb57;
}

.icon-it:before {
  content: "\e009";
  color: #adcb57;
}

.icon-mail:before {
  content: "\e00a";
  padding-right: 0.5em;
}

.icon-tel:before {
  content: "\e00b";
  padding-right: 0.2em;
}

.icon-mail-tel-search:before {
  content: "\e00c";
}

.icon-search:before {
  content: "\e00d";
}

.icon-team:before {
  content: "\e00e";
}

#main-nav .geschaeftsbereiche {
  pointer-events: all;
}
#main-nav .business-line-1 {
  stroke-dasharray: 22;
  stroke-dashoffset: 0;
}
#main-nav .geschaeftsbereiche:hover svg .business-line-1 {
  -webkit-animation: draw-business-line-1 1s forwards;
          animation: draw-business-line-1 1s forwards;
}
#main-nav #business-line-2 {
  stroke-dasharray: 52;
}
#main-nav .geschaeftsbereiche:hover svg .business-line-2 {
  -webkit-animation: draw-business-line-2 1s ease-out forwards;
          animation: draw-business-line-2 1s ease-out forwards;
}
#main-nav .boxes {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
#main-nav .geschaeftsbereiche:hover svg .boxes {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse 1s forwards;
          animation: pulse 1s forwards;
}

@-webkit-keyframes draw-business-line-1 {
  0% {
    stroke-dashoffset: 22;
  }
  100% {
    stroke: #adcb57;
    stroke-dashoffset: 0;
    stroke-dasharray: 22;
  }
}

@keyframes draw-business-line-1 {
  0% {
    stroke-dashoffset: 22;
  }
  100% {
    stroke: #adcb57;
    stroke-dashoffset: 0;
    stroke-dasharray: 22;
  }
}
@-webkit-keyframes draw-business-line-2 {
  0% {
    stroke-dashoffset: -52;
  }
  100% {
    stroke: #adcb57;
    stroke-dashoffset: 0;
    stroke-dasharray: 52;
  }
}
@keyframes draw-business-line-2 {
  0% {
    stroke-dashoffset: -52;
  }
  100% {
    stroke: #adcb57;
    stroke-dashoffset: 0;
    stroke-dasharray: 52;
  }
}
@-webkit-keyframes rotate-boxes {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes rotate-boxes {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/*-------------------------------*/
#main-nav .support {
  pointer-events: all;
}
#main-nav .support:hover .overhead {
  fill: #adcb57;
  -webkit-animation: overhead 1s forwards;
          animation: overhead 1s forwards;
}
#main-nav .support:hover .support-person {
  -webkit-animation: overhead 1s forwards;
          animation: overhead 1s forwards;
}
#main-nav .support:hover .micro path {
  opacity: 0;
  stroke: #adcb57;
  stroke-dasharray: 26;
  -webkit-animation: draw-micro 0.6s 0.2s forwards;
          animation: draw-micro 0.6s 0.2s forwards;
}
#main-nav .support:hover .micro2 {
  opacity: 0;
  -webkit-animation: draw-micro2 0.3s 0.5s forwards;
          animation: draw-micro2 0.3s 0.5s forwards;
  fill: #adcb57;
}

@-webkit-keyframes overhead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes overhead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes draw-micro {
  0% {
    stroke-dashoffset: 26;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 26;
  }
}
@keyframes draw-micro {
  0% {
    stroke-dashoffset: 26;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 26;
  }
}
@-webkit-keyframes draw-micro2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}
@keyframes draw-micro2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}
/*-------------------------------*/
#main-nav .intern {
  pointer-events: all;
}
#main-nav .intern-lines {
  stroke-dasharray: 10;
}
#main-nav .intern-outline {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#main-nav .intern:hover .intern-lines path {
  -webkit-animation: draw-lines 0.6s forwards;
          animation: draw-lines 0.6s forwards;
  stroke: #adcb57;
}
#main-nav .intern:hover .intern-person {
  -webkit-animation: add-person 0.6s 0.2s forwards;
          animation: add-person 0.6s 0.2s forwards;
  stroke: #adcb57;
}
#main-nav .intern:hover .intern-outline {
  -webkit-animation: bounceInDown 0.8s 0.2s forwards;
          animation: bounceInDown 0.8s 0.2s forwards;
}

@-webkit-keyframes draw-lines {
  0% {
    stroke-dashoffset: 10;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-lines {
  0% {
    stroke-dashoffset: 10;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes add-person {
  0%, 100% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes add-person {
  0%, 100% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0);
            transform: translate3d(0, -300px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0);
            transform: translate3d(0, -300px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*-------------------------------*/
#main-nav .contact-bubble {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#main-nav .kontakt {
  pointer-events: all;
}
#main-nav .kontakt:hover .contact-bubble {
  -webkit-animation: add-bubble 0.6s forwards;
          animation: add-bubble 0.6s forwards;
}
#main-nav .kontakt:hover .contact-phone, #main-nav .kontakt:hover .contact-mail {
  -webkit-animation: show-contact 1s forwards;
          animation: show-contact 1s forwards;
}

@-webkit-keyframes add-bubble {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

@keyframes add-bubble {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
@-webkit-keyframes show-contact {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}
@keyframes show-contact {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}
/*-------------------------------*/
#main-nav .philosophie {
  pointer-events: all;
}
#main-nav .philosophie-dashes {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
#main-nav .philosophie-sign, #main-nav .philosophie-sign2,
#main-nav .philosophie-sign3 {
  stroke-dasharray: 13;
}
#main-nav .philosophie:hover .philosophie-dashes {
  -webkit-animation: show-dashes 1s forwards;
          animation: show-dashes 1s forwards;
}
#main-nav .philosophie:hover .philosophie-sign {
  -webkit-animation: draw-sign 0.6s forwards;
          animation: draw-sign 0.6s forwards;
}
#main-nav .philosophie:hover .philosophie-sign2 {
  -webkit-animation: draw-sign 0.6s 0.4s forwards;
          animation: draw-sign 0.6s 0.4s forwards;
}
#main-nav .philosophie:hover .philosophie-sign3 {
  -webkit-animation: draw-sign 0.6s 0.8s forwards;
          animation: draw-sign 0.6s 0.8s forwards;
}

@-webkit-keyframes show-dashes {
  50% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(50px);
            transform: scale(0.5) translateY(50px);
  }
  100% {
    opacity: 1;
    stroke: #adcb57;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes show-dashes {
  50% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(50px);
            transform: scale(0.5) translateY(50px);
  }
  100% {
    opacity: 1;
    stroke: #adcb57;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes draw-sign {
  0% {
    stroke-dashoffset: 13;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-sign {
  0% {
    stroke-dashoffset: 13;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*--------------------------------*/
#main-nav .team {
  pointer-events: all;
}
#main-nav .team:hover .team-right, #main-nav .team:hover .team-left, #main-nav .team:hover .team-top {
  -webkit-animation: add-person 0.6s 0.2s forwards;
          animation: add-person 0.6s 0.2s forwards;
  fill: #adcb57;
}
#main-nav .team:hover .light {
  -webkit-animation: bounceInDown 0.8s 0.2s forwards;
          animation: bounceInDown 0.8s 0.2s forwards;
}

/*--------------------------------*/
#main-nav .produkte {
  pointer-events: all;
}
#main-nav .produkte .text {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#main-nav .produkte:hover .text {
  -webkit-animation: add-product 0.6s forwards;
          animation: add-product 0.6s forwards;
}
#main-nav .produkte:hover .open-left, #main-nav .produkte:hover .open-right {
  -webkit-animation: open 0.6s forwards;
          animation: open 0.6s forwards;
}

@-webkit-keyframes add-product {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes add-product {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes open {
  100% {
    fill: #adcb57;
  }
}
@keyframes open {
  100% {
    fill: #adcb57;
  }
}
/*--------------------------------*/
#main-nav .impressum {
  pointer-events: all;
}
#main-nav .impressum .line-bottom {
  stroke-dasharray: 50;
}
#main-nav .impressum .imprint-circle {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#main-nav .impressum:hover .imprint-circle {
  -webkit-animation: add-circle 0.6s forwards;
          animation: add-circle 0.6s forwards;
}
#main-nav .impressum:hover svg .line-bottom {
  -webkit-animation: draw-imprint-line-bottom 1s forwards;
          animation: draw-imprint-line-bottom 1s forwards;
}

@-webkit-keyframes draw-imprint-line-bottom {
  0% {
    stroke-dashoffset: 50;
  }
  100% {
    stroke-dasharray: 50;
  }
}

@keyframes draw-imprint-line-bottom {
  0% {
    stroke-dashoffset: 50;
  }
  100% {
    stroke-dasharray: 50;
  }
}
@-webkit-keyframes add-circle {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}
@keyframes add-circle {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}
/*--------------------------------*/
#main-nav .datenschutz {
  pointer-events: all;
}
#main-nav .datenschutz .lock {
  opacity: 1;
  fill: #FFFFFF;
}
#main-nav .datenschutz .doc {
  stroke-dasharray: 87;
  stroke-dashoffset: 0;
}
#main-nav .datenschutz:hover .lock {
  -webkit-animation: add-lock 0.3s forwards;
          animation: add-lock 0.3s forwards;
}
#main-nav .datenschutz:hover .doc {
  -webkit-animation: draw-line 0.6s forwards;
          animation: draw-line 0.6s forwards;
}

@-webkit-keyframes add-lock {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}

@keyframes add-lock {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    fill: #adcb57;
  }
}
@-webkit-keyframes draw-line {
  0% {
    stroke-dashoffset: 87;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-line {
  0% {
    stroke-dashoffset: 87;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*-----------------------------------fluid fonts-------------------------------------*/
/*---------https://www.smashingmagazine.com/2017/05/fluid-responsive-typography-css-poly-fluid-sizing/----*/
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Italic.otf") format("otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Semibold.otf") format("otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf") format("otf");
  font-weight: bold;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
}

/*------- Generic classes -------*/
html {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  display: table-cell;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212121;
  font-family: "Source Sans Pro", Arial, sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.5em;
  min-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  word-spacing: 0.2em;
  font-size: 16px;
}
@media (min-width: 576px) {
  body {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: calc(0.8928571429vw + 9.1428571429px);
  }
}
@media (min-width: 992px) {
  body {
    font-size: calc(0vw + 18px);
  }
}
@media (min-width: 1280px) {
  body {
    font-size: calc(0.15625vw + 16px);
  }
}
@media (min-width: 1920px) {
  body {
    font-size: calc(0.15625vw + 16px);
  }
}
@media (min-width: 2560px) {
  body {
    font-size: 20px;
  }
}

img {
  background: inherit;
  border: none;
}

/*------------Links-------------*/
a,
a:link,
a:visited {
  color: #757575;
  text-decoration: underline;
}

a:hover {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:focus,
a:active {
  color: #111;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
}

/*--------- Heading - Homepage -----------*/
h1 {
  padding: 1em 0.3em;
  font-size: 20px;
}
@media (min-width: 576px) {
  h1 {
    font-size: calc(1.0416666667vw + 14px);
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: calc(3.5714285714vw - 5.4285714286px);
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}
h1:before, h1:after {
  content: "—";
  display: inline-block;
  padding: 0 0.8em;
}

/*--- Sticky Heading 2 - Geschäftsbereiche, Produkte - etc. ---*/
.sticky-header-bg {
  background-color: #adcb57;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
}

h2 {
  padding: 0.4em 0.3em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 19px;
}
@media (min-width: 576px) {
  h2 {
    font-size: calc(0.5208333333vw + 16px);
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: calc(1.7857142857vw + 6.2857142857px);
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

/*-- Heading 3 - Software Entwicklung, IT-Infrastruktur - etc.--*/
h3 {
  color: #adcb57;
  padding: 1.5em 0.3em 0.7em 0.3em;
  font-size: 18px;
}
@media (min-width: 576px) {
  h3 {
    font-size: calc(1.0416666667vw + 12px);
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: calc(0.8928571429vw + 13.1428571429px);
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px;
  }
}

/*--------- Headline of article -----------*/
h4 {
  padding: 1.3em 0.8em 0.5em 0.8em;
  font-size: 18px;
}
@media (min-width: 576px) {
  h4 {
    font-size: calc(1.0416666667vw + 12px);
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: calc(0.8928571429vw + 13.1428571429px);
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 22px;
  }
}

/*--------- Subheadline of article -----------*/
h5, h6 {
  color: #adcb57;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 576px) {
  h5, h6 {
    font-size: calc(1.0416666667vw + 10px);
  }
}
@media (min-width: 768px) {
  h5, h6 {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media (min-width: 992px) {
  h5, h6 {
    font-size: 20px;
  }
}

h5 {
  padding-bottom: 0.5em;
}

h6 {
  padding: 1.6em 0.8em 0.8em 0.8em;
  text-align: center;
}

#software h4:before,
#it h4:before {
  background-repeat: no-repeat;
  -webkit-background-size: 1em 1em;
          background-size: 1em 1em;
  display: inline-block;
  height: 1em;
  padding-right: 0.4em;
  width: 1em;
}

p {
  padding: 0 0 0.8em 0;
}

article {
  padding-bottom: 1em;
}

blockquote {
  background-color: rgba(203, 203, 203, 0.7);
  -webkit-box-shadow: 1px 1px 2px #BDBDBD;
          box-shadow: 1px 1px 2px #BDBDBD;
  font-style: italic;
  margin: 1.2em 0;
  padding: 1.2em;
  text-align: center;
}
blockquote:before, blockquote:after {
  color: #757575;
  font-size: 1.4em;
}
blockquote:before {
  content: "❝";
  padding-right: 1em;
}
blockquote:after {
  content: "❞";
  padding-left: 1em;
}
blockquote span {
  display: inline-block;
}

.no-padding {
  padding: 0;
}

.no-border-bottom {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

ul.list {
  list-style: disc;
  margin-left: 1em;
}

ul.no-list-style {
  list-style: none;
}

/*--------------password change-------------------*/
.pw_change_ok {
  color: green;
}

.pw_change_error {
  color: red;
}

header {
  background-color: #f5f6fa;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  display: grid;
  display: -ms-grid;
  -ms-grid-row-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -ms-grid-column-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-areas: "..... logo q-contact";
  height: 5rem;
  padding: 1rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}

/* shrink top header*/
.shrink-top-header {
  padding: 0;
}

#logo {
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: logo;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  text-align: center;
}
#logo img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.q-contact-wrapper {
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: q-contact;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  text-align: right;
}
.q-contact-wrapper ul {
  list-style-type: none;
  padding: 0 0.3em;
}
.q-contact-wrapper ul li {
  font-size: 0.8em;
  padding-right: 0.8em;
}
.q-contact-wrapper ul li a {
  color: #757575;
  padding: 0.2em 0 0.15em 0.2em;
  text-decoration: none;
}
.q-contact-wrapper ul li a:hover, .q-contact-wrapper ul li a:active {
  color: black;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.q-contact-wrapper ul form input {
  font-size: 0.9em;
}
.q-contact-wrapper li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.q-contact-wrapper li div {
  display: inline;
}
.q-contact-wrapper .icon-mail:before,
.q-contact-wrapper .icon-tel:before {
  vertical-align: baseline;
}
.q-contact-wrapper .icon-mail-tel-search {
  display: none;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 5rem 0 0 0;
  max-width: 100%;
  padding: 0;
}

.main-wrapper {
  -webkit-box-shadow: 1px 1px 2px #BDBDBD;
          box-shadow: 1px 1px 2px #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  height: 100%;
  margin: 0 0 0 22%;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: calc(100% - 22%);
}

/*--------------- Push Menu -------------------*/
/*--checkbox--*/
#menu-switch,
#q-contact-switch {
  display: none;
  cursor: pointer;
  z-index: 5;
}

/*--nav--*/
#menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding-top: 1.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 7rem;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 22%;
  z-index: 4;
  background: #202520;
  -webkit-box-shadow: inset -3px -1px 3px -3px #000;
          box-shadow: inset -3px -1px 3px -3px #000;
}
#menu ul {
  padding: 0;
  list-style: none;
}
#menu ul li {
  padding: 0.8em 0;
}
#menu ul li span {
  position: relative;
  top: -0.5em;
}
#menu ul li.active, #menu ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#menu ul li.active span, #menu ul li:hover span {
  color: #adcb57;
}

/*--------update position-top von Menu beim hoch scrollen------------*/
.shrink-menu-top {
  top: 5rem;
}

#menu ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu ul li a svg {
  height: 48px;
  max-width: 100%;
}
#menu ul li a svg span {
  word-wrap: break-word;
}

#menu-switch:not(:checked) ~ #menu {
  width: 0;
}

/*------------------- Main page ------------------*/
#menu-switch:not(:checked) ~ .main-wrapper {
  margin-left: 0;
  width: 100%;
}
#menu-switch:not(:checked) ~ .main-wrapper .shrink-header {
  width: 100%;
}

#menu-switch:checked ~ .main-wrapper .shrink-header {
  width: calc(100% - 22%);
}

/*------------- Menu toggle icon ------------------*/
#menu-toggle:focus {
  outline: none;
}

#menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  height: 2rem;
  padding: 0.4rem;
  position: fixed;
  top: 0.9rem;
  left: 0.8em;
  -webkit-transition: all 0.3s 0.3s ease;
  -o-transition: all 0.3s 0.3s ease;
  transition: all 0.3s 0.3s ease;
  width: 2rem;
  z-index: 5;
}

/*-----------------Hamburger Menu--------------------*/
#menu-toggle span {
  background-color: #757575;
  display: block;
  height: 0.2em;
  margin: 0.41em auto;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 5;
}

#menu-switch:not(:checked) ~ #menu-toggle span {
  width: 1.5em;
}
#menu-switch:not(:checked) ~ #menu-toggle:hover span {
  background-color: black;
}

#menu-switch:checked ~ #menu-toggle span {
  width: 1.3em;
}
#menu-switch:checked ~ #menu-toggle:hover span {
  background-color: #c2c2c2;
}

#menu-toggle span:first-child {
  -webkit-transform: translateY(1em) rotate(45deg);
      -ms-transform: translateY(1em) rotate(45deg);
          transform: translateY(1em) rotate(45deg);
}

#menu-toggle span:nth-child(2) {
  opacity: 0;
}

#menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(-1em) rotate(-45deg);
      -ms-transform: translateY(-1em) rotate(-45deg);
          transform: translateY(-1em) rotate(-45deg);
}

#menu-switch:not(:checked) ~ #menu-toggle {
  border-radius: 0 0.3em 0.3em 0;
  top: 0.9rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#menu-switch:not(:checked) ~ #menu-toggle span:first-child {
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}

#menu-switch:not(:checked) ~ #menu-toggle span:nth-child(2) {
  opacity: 1;
}

#menu-switch:not(:checked) ~ #menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}

/*---------------TabMenu/Submenu Softwareentwicklung, It-infrastruktur----------------*/
.submenu {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 1em auto;
  padding: 0;
  width: 75%;
}
.submenu article {
  border-top: none;
  display: none;
}
.submenu article .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  min-width: 100%;
}
.submenu input[type=radio] {
  display: none;
}

.label-wrapper {
  background: #fff;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 3px #979797;
          box-shadow: 0 2px 3px #979797;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1em auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.label-wrapper label {
  background-color: #FFFFFF;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #909090;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.4em;
  position: relative;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14.2857142857%;
  white-space: nowrap;
}
.label-wrapper label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  z-index: -1;
}
.label-wrapper label:hover {
  color: #FFFFFF;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.label-wrapper label:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

#submenu-software label:hover,
#submenu-it label:hover {
  border-bottom-color: #adcb57;
  color: #FFFFFF;
}
#submenu-software label:hover:before,
#submenu-it label:hover:before {
  background: #adcb57;
}

#submenu-it input#it-1:checked ~ .label-wrapper label:nth-child(1) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-1:checked ~ .label-wrapper label:nth-child(1):before {
  background: #adcb57;
}
#submenu-it input#it-1:checked ~ .label-wrapper label:nth-child(1):hover {
  color: #FFFFFF;
}

#submenu-it input#it-2:checked ~ .label-wrapper label:nth-child(2) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-2:checked ~ .label-wrapper label:nth-child(2):before {
  background: #adcb57;
}
#submenu-it input#it-2:checked ~ .label-wrapper label:nth-child(2):hover {
  color: #FFFFFF;
}

#submenu-it input#it-3:checked ~ .label-wrapper label:nth-child(3) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-3:checked ~ .label-wrapper label:nth-child(3):before {
  background: #adcb57;
}
#submenu-it input#it-3:checked ~ .label-wrapper label:nth-child(3):hover {
  color: #FFFFFF;
}

#submenu-it input#it-4:checked ~ .label-wrapper label:nth-child(4) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-4:checked ~ .label-wrapper label:nth-child(4):before {
  background: #adcb57;
}
#submenu-it input#it-4:checked ~ .label-wrapper label:nth-child(4):hover {
  color: #FFFFFF;
}

#submenu-it input#it-5:checked ~ .label-wrapper label:nth-child(5) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-5:checked ~ .label-wrapper label:nth-child(5):before {
  background: #adcb57;
}
#submenu-it input#it-5:checked ~ .label-wrapper label:nth-child(5):hover {
  color: #FFFFFF;
}

#submenu-it input#it-6:checked ~ .label-wrapper label:nth-child(6) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-6:checked ~ .label-wrapper label:nth-child(6):before {
  background: #adcb57;
}
#submenu-it input#it-6:checked ~ .label-wrapper label:nth-child(6):hover {
  color: #FFFFFF;
}

#submenu-it input#it-7:checked ~ .label-wrapper label:nth-child(7) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-7:checked ~ .label-wrapper label:nth-child(7):before {
  background: #adcb57;
}
#submenu-it input#it-7:checked ~ .label-wrapper label:nth-child(7):hover {
  color: #FFFFFF;
}

#submenu-software input#software-1:checked ~ .label-wrapper label:nth-child(1) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-1:checked ~ .label-wrapper label:nth-child(1):before {
  background: #adcb57;
}
#submenu-software input#software-1:checked ~ .label-wrapper label:nth-child(1):hover {
  color: #FFFFFF;
}

#submenu-software input#software-2:checked ~ .label-wrapper label:nth-child(2) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-2:checked ~ .label-wrapper label:nth-child(2):before {
  background: #adcb57;
}
#submenu-software input#software-2:checked ~ .label-wrapper label:nth-child(2):hover {
  color: #FFFFFF;
}

#submenu-software input#software-3:checked ~ .label-wrapper label:nth-child(3) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-3:checked ~ .label-wrapper label:nth-child(3):before {
  background: #adcb57;
}
#submenu-software input#software-3:checked ~ .label-wrapper label:nth-child(3):hover {
  color: #FFFFFF;
}

#submenu-software input#software-4:checked ~ .label-wrapper label:nth-child(4) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-4:checked ~ .label-wrapper label:nth-child(4):before {
  background: #adcb57;
}
#submenu-software input#software-4:checked ~ .label-wrapper label:nth-child(4):hover {
  color: #FFFFFF;
}

#submenu-software input#software-5:checked ~ .label-wrapper label:nth-child(5) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-5:checked ~ .label-wrapper label:nth-child(5):before {
  background: #adcb57;
}
#submenu-software input#software-5:checked ~ .label-wrapper label:nth-child(5):hover {
  color: #FFFFFF;
}

#submenu-software input#software-6:checked ~ .label-wrapper label:nth-child(6) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-6:checked ~ .label-wrapper label:nth-child(6):before {
  background: #adcb57;
}
#submenu-software input#software-6:checked ~ .label-wrapper label:nth-child(6):hover {
  color: #FFFFFF;
}

#submenu-software input#software-7:checked ~ .label-wrapper label:nth-child(7) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-7:checked ~ .label-wrapper label:nth-child(7):before {
  background: #adcb57;
}
#submenu-software input#software-7:checked ~ .label-wrapper label:nth-child(7):hover {
  color: #FFFFFF;
}

input#software-1:checked ~ .submenu-content-software #allgemeinesoftwareentwicklung,
input#software-2:checked ~ .submenu-content-software #automatisierung,
input#software-3:checked ~ .submenu-content-software #softwareentwicklungsprozess,
input#software-4:checked ~ .submenu-content-software #management,
input#software-5:checked ~ .submenu-content-software #forschungsprojekte,
input#software-6:checked ~ .submenu-content-software #schulungen,
input#software-7:checked ~ .submenu-content-software #referenzen,
input#it-1:checked ~ .submenu-content-it #administration,
input#it-2:checked ~ .submenu-content-it #monitoring,
input#it-3:checked ~ .submenu-content-it #netzwerke,
input#it-4:checked ~ .submenu-content-it #heterogenenetze,
input#it-5:checked ~ .submenu-content-it #virtualisierung,
input#it-6:checked ~ .submenu-content-it #debian390,
input#it-7:checked ~ .submenu-content-it #container {
  background: #f8f8f8;
  display: block;
}

[class^=submenu-content-],
[class*=submenu-content-] {
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/*-----------------Text-Columns, Flowing text----------------*/
.content {
  max-width: 75%;
  min-width: 75%;
  -webkit-columns: 3 15em;
     -moz-columns: 3 15em;
          columns: 3 15em;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3em 1em 3em;
}
.content div {
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 1.6em;
  padding-bottom: 1em;
  width: 100%;
}
.content li {
  width: 100%;
}
.content li:last-child div {
  border: none;
}

.span-all {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  padding: 1em 0.4em 0 0.4em;
  text-align: center;
}

.no-break-inside {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.twocolumns {
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  -webkit-columns: 2 12em;
     -moz-columns: 2 12em;
          columns: 2 12em;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

/*-------------flexbox-----------*/
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
}
.flexbox [class^=flexbox-item] {
  display: block;
  margin: 0 auto 2.2em auto;
  padding: 0 1em;
}
.flexbox .flexbox-item-img {
  text-align: center;
}

/*  Produkte Bild  */
#produkte h5.produkte {
  color: #212121;
  margin-bottom: 1em;
}
#produkte .modal {
  margin: 0;
}
#produkte .modal-produkte {
  margin-bottom: 0;
}
#produkte .modal-produkte .modal-inner {
  margin: auto;
}

/* overlay on hover -Team, Anfahrt */
.caption-overlay {
  cursor: pointer;
  display: block;
  margin: 0.4em auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.overlay {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212121;
  font-size: 0.8em;
  height: 100%;
  overflow: auto;
  padding: 0 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.caption-overlay:hover .overlay {
  padding-top: 1.6em;
  text-align: left;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*  Anfahrt Bilder */
#anfahrt h5 {
  border: none;
}

#anfahrt h6 {
  padding-top: 0;
}

img.vvs-logo,
img.googlemaps-logo,
img.osm-logo {
  background: none;
  margin: 0 0.6em;
  width: 1.2em;
}

.caption-img {
  display: block;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}

.anfahrt-info {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding-bottom: 2.6em;
}

i.img-desc, i.img-credit {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px #BDBDBD;
          box-shadow: 0 0 3px #BDBDBD;
  color: #757575;
  font-size: 0.9em;
  height: 2em;
  padding: 0.4em 0.8em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
i.img-desc a, i.img-credit a {
  color: #757575;
}
i.img-desc label.icon-zoom:before, i.img-credit label.icon-zoom:before {
  background-color: transparent;
  content: url("../images/icons/zoom-min.svg");
  padding: 0.6em 0.8em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
i.img-desc label.icon-zoom:hover:before, i.img-credit label.icon-zoom:hover:before {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}

/*  modal dialog  */
.modal {
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  visibility: hidden;
}

.modal-bg {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.modal-state:checked + .modal .modal-inner {
  top: 0;
}

.modal-state:checked * {
  visibility: hidden;
}

.modal-inner {
  background: #fff;
  border-radius: 5px;
  height: 65% !important;
  margin: auto;
  overflow: auto;
  padding: 2.5em 1.5em 1em 1.5em;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
  width: 70% !important;
}
.modal-inner .modal-scheduler-img {
  content: url("../images/scheduler-l.jpg");
  width: 100%;
}
.modal-inner .modal-vvs-img {
  content: url("../images/wegbeschreibung-vvs-l.jpg");
  width: 100%;
}
.modal-inner .modal-auto-img {
  content: url("../images/wegbeschreibung-auto-l.jpg");
  width: 100%;
}
.modal-inner .modal-park-img {
  content: url("../images/parkplaetze-l.jpg");
  width: 100%;
}

.modal-close {
  cursor: pointer;
  height: 1.1em;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
}

.modal-close:after,
.modal-close:before {
  background: black;
  content: "";
  display: block;
  height: 1.5em;
  margin: -3px 0 0 -1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 2px;
}

.modal-close:hover:after,
.modal-close:hover:before {
  background: #757575;
}

.modal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*  Team-img */
.team-img-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em auto;
  width: 75%;
}

.staff-info {
  -webkit-transform: translateY(86%);
      -ms-transform: translateY(86%);
          transform: translateY(86%);
}
.staff-info .name {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.3em;
  text-transform: uppercase;
}
.staff-info .pos {
  line-height: 1.2em;
}
.staff-info .educ {
  line-height: 1.3em;
  padding-top: 1em;
}
.staff-info .name, .staff-info .pos {
  border-right: 1px solid rgba(33, 33, 33, 0.7);
  padding: 0 0.5em;
}
.staff-info .pos, .staff-info .educ {
  display: none;
}

.staff:hover .name,
.staff:hover .pos {
  border-right: none;
  border-left: 1px solid rgba(33, 33, 33, 0.7);
}

.staff:hover .pos,
.staff:hover .educ {
  display: block;
}

.staff-img {
  display: block;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

/* Parallax effect */
section.home {
  height: 100%;
  position: relative;
}
section.home h1.home {
  background: none;
  padding-bottom: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.home blockquote {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax {
  height: calc(100vh - 5rem);
}
.parallax section {
  height: 100%;
  position: relative;
}
.parallax h2.parallax-text {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #adcb57;
  font-size: calc(1.5em + 0.5vw);
  line-height: 1em;
  padding-bottom: 1em;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.parallax-blockquote {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax section h2.parallax-text.kontakt {
  color: #ffffff !important;
  top: 80%;
}

#parallax-home {
  background: url("../images/home-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

#parallax-software {
  background: url("../images/software-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

#parallax-it {
  background: url("../images/it-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

#parallax-kontakt {
  background: url("../images/kontakt-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

@media only screen and (max-width: 900px) {
  #parallax-home {
    background: url("../images/home-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-software {
    background: url("../images/software-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-it {
    background: url("../images/it-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-kontakt {
    background: url("../images/kontakt-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media only screen and (min-width: 901px) {
  #parallax-home {
    background: url("../images/home-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-software {
    background: url("../images/software-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-it {
    background: url("../images/it-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-kontakt {
    background: url("../images/kontakt-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.footer {
  background-color: #202520;
  margin-top: 0;
}
.footer *, .footer a {
  color: #fff;
}
.footer h5, .footer h5 a {
  color: #adcb57;
}
.footer h2 {
  color: #212121;
}
.footer h6 {
  padding-bottom: 1.2em;
}
.footer h5 {
  padding-bottom: 0.8em;
}
.footer section:last-child {
  min-height: calc(100vh - 5rem);
}

/*-----------------------------------fluid fonts-------------------------------------*/
/*---------https://www.smashingmagazine.com/2017/05/fluid-responsive-typography-css-poly-fluid-sizing/----*/
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Italic.otf") format("otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Semibold.otf") format("otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf") format("otf");
  font-weight: bold;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
}

/*------- Generic classes -------*/
html {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  display: table-cell;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212121;
  font-family: "Source Sans Pro", Arial, sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.5em;
  min-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  word-spacing: 0.2em;
  font-size: 16px;
}
@media (min-width: 576px) {
  body {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: calc(0.8928571429vw + 9.1428571429px);
  }
}
@media (min-width: 992px) {
  body {
    font-size: calc(0vw + 18px);
  }
}
@media (min-width: 1280px) {
  body {
    font-size: calc(0.15625vw + 16px);
  }
}
@media (min-width: 1920px) {
  body {
    font-size: calc(0.15625vw + 16px);
  }
}
@media (min-width: 2560px) {
  body {
    font-size: 20px;
  }
}

img {
  background: inherit;
  border: none;
}

/*------------Links-------------*/
a,
a:link,
a:visited {
  color: #757575;
  text-decoration: underline;
}

a:hover {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:focus,
a:active {
  color: #111;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
}

/*--------- Heading - Homepage -----------*/
h1 {
  padding: 1em 0.3em;
  font-size: 20px;
}
@media (min-width: 576px) {
  h1 {
    font-size: calc(1.0416666667vw + 14px);
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: calc(3.5714285714vw - 5.4285714286px);
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}
h1:before, h1:after {
  content: "—";
  display: inline-block;
  padding: 0 0.8em;
}

/*--- Sticky Heading 2 - Geschäftsbereiche, Produkte - etc. ---*/
.sticky-header-bg {
  background-color: #adcb57;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
}

h2 {
  padding: 0.4em 0.3em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 19px;
}
@media (min-width: 576px) {
  h2 {
    font-size: calc(0.5208333333vw + 16px);
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: calc(1.7857142857vw + 6.2857142857px);
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

/*-- Heading 3 - Software Entwicklung, IT-Infrastruktur - etc.--*/
h3 {
  color: #adcb57;
  padding: 1.5em 0.3em 0.7em 0.3em;
  font-size: 18px;
}
@media (min-width: 576px) {
  h3 {
    font-size: calc(1.0416666667vw + 12px);
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: calc(0.8928571429vw + 13.1428571429px);
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px;
  }
}

/*--------- Headline of article -----------*/
h4 {
  padding: 1.3em 0.8em 0.5em 0.8em;
  font-size: 18px;
}
@media (min-width: 576px) {
  h4 {
    font-size: calc(1.0416666667vw + 12px);
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: calc(0.8928571429vw + 13.1428571429px);
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 22px;
  }
}

/*--------- Subheadline of article -----------*/
h5, h6 {
  color: #adcb57;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 576px) {
  h5, h6 {
    font-size: calc(1.0416666667vw + 10px);
  }
}
@media (min-width: 768px) {
  h5, h6 {
    font-size: calc(0.8928571429vw + 11.1428571429px);
  }
}
@media (min-width: 992px) {
  h5, h6 {
    font-size: 20px;
  }
}

h5 {
  padding-bottom: 0.5em;
}

h6 {
  padding: 1.6em 0.8em 0.8em 0.8em;
  text-align: center;
}

#software h4:before,
#it h4:before {
  background-repeat: no-repeat;
  -webkit-background-size: 1em 1em;
          background-size: 1em 1em;
  display: inline-block;
  height: 1em;
  padding-right: 0.4em;
  width: 1em;
}

p {
  padding: 0 0 0.8em 0;
}

article {
  padding-bottom: 1em;
}

blockquote {
  background-color: rgba(203, 203, 203, 0.7);
  -webkit-box-shadow: 1px 1px 2px #BDBDBD;
          box-shadow: 1px 1px 2px #BDBDBD;
  font-style: italic;
  margin: 1.2em 0;
  padding: 1.2em;
  text-align: center;
}
blockquote:before, blockquote:after {
  color: #757575;
  font-size: 1.4em;
}
blockquote:before {
  content: "❝";
  padding-right: 1em;
}
blockquote:after {
  content: "❞";
  padding-left: 1em;
}
blockquote span {
  display: inline-block;
}

.no-padding {
  padding: 0;
}

.no-border-bottom {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

ul.list {
  list-style: disc;
  margin-left: 1em;
}

ul.no-list-style {
  list-style: none;
}

/*--------------password change-------------------*/
.pw_change_ok {
  color: green;
}

.pw_change_error {
  color: red;
}

header {
  background-color: #f5f6fa;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  display: grid;
  display: -ms-grid;
  -ms-grid-row-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -ms-grid-column-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-areas: "..... logo q-contact";
  height: 5rem;
  padding: 1rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}

/* shrink top header*/
.shrink-top-header {
  padding: 0;
}

#logo {
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: logo;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  text-align: center;
}
#logo img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.q-contact-wrapper {
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: q-contact;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  text-align: right;
}
.q-contact-wrapper ul {
  list-style-type: none;
  padding: 0 0.3em;
}
.q-contact-wrapper ul li {
  font-size: 0.8em;
  padding-right: 0.8em;
}
.q-contact-wrapper ul li a {
  color: #757575;
  padding: 0.2em 0 0.15em 0.2em;
  text-decoration: none;
}
.q-contact-wrapper ul li a:hover, .q-contact-wrapper ul li a:active {
  color: black;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.q-contact-wrapper ul form input {
  font-size: 0.9em;
}
.q-contact-wrapper li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.q-contact-wrapper li div {
  display: inline;
}
.q-contact-wrapper .icon-mail:before,
.q-contact-wrapper .icon-tel:before {
  vertical-align: baseline;
}
.q-contact-wrapper .icon-mail-tel-search {
  display: none;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 5rem 0 0 0;
  max-width: 100%;
  padding: 0;
}

.main-wrapper {
  -webkit-box-shadow: 1px 1px 2px #BDBDBD;
          box-shadow: 1px 1px 2px #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  height: 100%;
  margin: 0 0 0 22%;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: calc(100% - 22%);
}

/*--------------- Push Menu -------------------*/
/*--checkbox--*/
#menu-switch,
#q-contact-switch {
  display: none;
  cursor: pointer;
  z-index: 5;
}

/*--nav--*/
#menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding-top: 1.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 7rem;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 22%;
  z-index: 4;
  background: #202520;
  -webkit-box-shadow: inset -3px -1px 3px -3px #000;
          box-shadow: inset -3px -1px 3px -3px #000;
}
#menu ul {
  padding: 0;
  list-style: none;
}
#menu ul li {
  padding: 0.8em 0;
}
#menu ul li span {
  position: relative;
  top: -0.5em;
}
#menu ul li.active, #menu ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#menu ul li.active span, #menu ul li:hover span {
  color: #adcb57;
}

/*--------update position-top von Menu beim hoch scrollen------------*/
.shrink-menu-top {
  top: 5rem;
}

#menu ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu ul li a svg {
  height: 48px;
  max-width: 100%;
}
#menu ul li a svg span {
  word-wrap: break-word;
}

#menu-switch:not(:checked) ~ #menu {
  width: 0;
}

/*------------------- Main page ------------------*/
#menu-switch:not(:checked) ~ .main-wrapper {
  margin-left: 0;
  width: 100%;
}
#menu-switch:not(:checked) ~ .main-wrapper .shrink-header {
  width: 100%;
}

#menu-switch:checked ~ .main-wrapper .shrink-header {
  width: calc(100% - 22%);
}

/*------------- Menu toggle icon ------------------*/
#menu-toggle:focus {
  outline: none;
}

#menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  height: 2rem;
  padding: 0.4rem;
  position: fixed;
  top: 0.9rem;
  left: 0.8em;
  -webkit-transition: all 0.3s 0.3s ease;
  -o-transition: all 0.3s 0.3s ease;
  transition: all 0.3s 0.3s ease;
  width: 2rem;
  z-index: 5;
}

/*-----------------Hamburger Menu--------------------*/
#menu-toggle span {
  background-color: #757575;
  display: block;
  height: 0.2em;
  margin: 0.41em auto;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 5;
}

#menu-switch:not(:checked) ~ #menu-toggle span {
  width: 1.5em;
}
#menu-switch:not(:checked) ~ #menu-toggle:hover span {
  background-color: black;
}

#menu-switch:checked ~ #menu-toggle span {
  width: 1.3em;
}
#menu-switch:checked ~ #menu-toggle:hover span {
  background-color: #c2c2c2;
}

#menu-toggle span:first-child {
  -webkit-transform: translateY(1em) rotate(45deg);
      -ms-transform: translateY(1em) rotate(45deg);
          transform: translateY(1em) rotate(45deg);
}

#menu-toggle span:nth-child(2) {
  opacity: 0;
}

#menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(-1em) rotate(-45deg);
      -ms-transform: translateY(-1em) rotate(-45deg);
          transform: translateY(-1em) rotate(-45deg);
}

#menu-switch:not(:checked) ~ #menu-toggle {
  border-radius: 0 0.3em 0.3em 0;
  top: 0.9rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#menu-switch:not(:checked) ~ #menu-toggle span:first-child {
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}

#menu-switch:not(:checked) ~ #menu-toggle span:nth-child(2) {
  opacity: 1;
}

#menu-switch:not(:checked) ~ #menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}

/*---------------TabMenu/Submenu Softwareentwicklung, It-infrastruktur----------------*/
.submenu {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 1em auto;
  padding: 0;
  width: 75%;
}
.submenu article {
  border-top: none;
  display: none;
}
.submenu article .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  min-width: 100%;
}
.submenu input[type=radio] {
  display: none;
}

.label-wrapper {
  background: #fff;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 3px #979797;
          box-shadow: 0 2px 3px #979797;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1em auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.label-wrapper label {
  background-color: #FFFFFF;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #909090;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.4em;
  position: relative;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14.2857142857%;
  white-space: nowrap;
}
.label-wrapper label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  z-index: -1;
}
.label-wrapper label:hover {
  color: #FFFFFF;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.label-wrapper label:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

#submenu-software label:hover,
#submenu-it label:hover {
  border-bottom-color: #adcb57;
  color: #FFFFFF;
}
#submenu-software label:hover:before,
#submenu-it label:hover:before {
  background: #adcb57;
}

#submenu-it input#it-1:checked ~ .label-wrapper label:nth-child(1) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-1:checked ~ .label-wrapper label:nth-child(1):before {
  background: #adcb57;
}
#submenu-it input#it-1:checked ~ .label-wrapper label:nth-child(1):hover {
  color: #FFFFFF;
}

#submenu-it input#it-2:checked ~ .label-wrapper label:nth-child(2) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-2:checked ~ .label-wrapper label:nth-child(2):before {
  background: #adcb57;
}
#submenu-it input#it-2:checked ~ .label-wrapper label:nth-child(2):hover {
  color: #FFFFFF;
}

#submenu-it input#it-3:checked ~ .label-wrapper label:nth-child(3) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-3:checked ~ .label-wrapper label:nth-child(3):before {
  background: #adcb57;
}
#submenu-it input#it-3:checked ~ .label-wrapper label:nth-child(3):hover {
  color: #FFFFFF;
}

#submenu-it input#it-4:checked ~ .label-wrapper label:nth-child(4) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-4:checked ~ .label-wrapper label:nth-child(4):before {
  background: #adcb57;
}
#submenu-it input#it-4:checked ~ .label-wrapper label:nth-child(4):hover {
  color: #FFFFFF;
}

#submenu-it input#it-5:checked ~ .label-wrapper label:nth-child(5) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-5:checked ~ .label-wrapper label:nth-child(5):before {
  background: #adcb57;
}
#submenu-it input#it-5:checked ~ .label-wrapper label:nth-child(5):hover {
  color: #FFFFFF;
}

#submenu-it input#it-6:checked ~ .label-wrapper label:nth-child(6) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-6:checked ~ .label-wrapper label:nth-child(6):before {
  background: #adcb57;
}
#submenu-it input#it-6:checked ~ .label-wrapper label:nth-child(6):hover {
  color: #FFFFFF;
}

#submenu-it input#it-7:checked ~ .label-wrapper label:nth-child(7) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-it input#it-7:checked ~ .label-wrapper label:nth-child(7):before {
  background: #adcb57;
}
#submenu-it input#it-7:checked ~ .label-wrapper label:nth-child(7):hover {
  color: #FFFFFF;
}

#submenu-software input#software-1:checked ~ .label-wrapper label:nth-child(1) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-1:checked ~ .label-wrapper label:nth-child(1):before {
  background: #adcb57;
}
#submenu-software input#software-1:checked ~ .label-wrapper label:nth-child(1):hover {
  color: #FFFFFF;
}

#submenu-software input#software-2:checked ~ .label-wrapper label:nth-child(2) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-2:checked ~ .label-wrapper label:nth-child(2):before {
  background: #adcb57;
}
#submenu-software input#software-2:checked ~ .label-wrapper label:nth-child(2):hover {
  color: #FFFFFF;
}

#submenu-software input#software-3:checked ~ .label-wrapper label:nth-child(3) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-3:checked ~ .label-wrapper label:nth-child(3):before {
  background: #adcb57;
}
#submenu-software input#software-3:checked ~ .label-wrapper label:nth-child(3):hover {
  color: #FFFFFF;
}

#submenu-software input#software-4:checked ~ .label-wrapper label:nth-child(4) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-4:checked ~ .label-wrapper label:nth-child(4):before {
  background: #adcb57;
}
#submenu-software input#software-4:checked ~ .label-wrapper label:nth-child(4):hover {
  color: #FFFFFF;
}

#submenu-software input#software-5:checked ~ .label-wrapper label:nth-child(5) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-5:checked ~ .label-wrapper label:nth-child(5):before {
  background: #adcb57;
}
#submenu-software input#software-5:checked ~ .label-wrapper label:nth-child(5):hover {
  color: #FFFFFF;
}

#submenu-software input#software-6:checked ~ .label-wrapper label:nth-child(6) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-6:checked ~ .label-wrapper label:nth-child(6):before {
  background: #adcb57;
}
#submenu-software input#software-6:checked ~ .label-wrapper label:nth-child(6):hover {
  color: #FFFFFF;
}

#submenu-software input#software-7:checked ~ .label-wrapper label:nth-child(7) {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
          box-shadow: inset 0 -0.14em 0 0 #adcb57;
  border-bottom-color: #adcb57;
  color: #adcb57;
}
#submenu-software input#software-7:checked ~ .label-wrapper label:nth-child(7):before {
  background: #adcb57;
}
#submenu-software input#software-7:checked ~ .label-wrapper label:nth-child(7):hover {
  color: #FFFFFF;
}

input#software-1:checked ~ .submenu-content-software #allgemeinesoftwareentwicklung,
input#software-2:checked ~ .submenu-content-software #automatisierung,
input#software-3:checked ~ .submenu-content-software #softwareentwicklungsprozess,
input#software-4:checked ~ .submenu-content-software #management,
input#software-5:checked ~ .submenu-content-software #forschungsprojekte,
input#software-6:checked ~ .submenu-content-software #schulungen,
input#software-7:checked ~ .submenu-content-software #referenzen,
input#it-1:checked ~ .submenu-content-it #administration,
input#it-2:checked ~ .submenu-content-it #monitoring,
input#it-3:checked ~ .submenu-content-it #netzwerke,
input#it-4:checked ~ .submenu-content-it #heterogenenetze,
input#it-5:checked ~ .submenu-content-it #virtualisierung,
input#it-6:checked ~ .submenu-content-it #debian390,
input#it-7:checked ~ .submenu-content-it #container {
  background: #f8f8f8;
  display: block;
}

[class^=submenu-content-],
[class*=submenu-content-] {
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/*-----------------Text-Columns, Flowing text----------------*/
.content {
  max-width: 75%;
  min-width: 75%;
  -webkit-columns: 3 15em;
     -moz-columns: 3 15em;
          columns: 3 15em;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3em 1em 3em;
}
.content div {
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 1.6em;
  padding-bottom: 1em;
  width: 100%;
}
.content li {
  width: 100%;
}
.content li:last-child div {
  border: none;
}

.span-all {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  padding: 1em 0.4em 0 0.4em;
  text-align: center;
}

.no-break-inside {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.twocolumns {
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  -webkit-columns: 2 12em;
     -moz-columns: 2 12em;
          columns: 2 12em;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

/*-------------flexbox-----------*/
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
}
.flexbox [class^=flexbox-item] {
  display: block;
  margin: 0 auto 2.2em auto;
  padding: 0 1em;
}
.flexbox .flexbox-item-img {
  text-align: center;
}

/*  Produkte Bild  */
#produkte h5.produkte {
  color: #212121;
  margin-bottom: 1em;
}
#produkte .modal {
  margin: 0;
}
#produkte .modal-produkte {
  margin-bottom: 0;
}
#produkte .modal-produkte .modal-inner {
  margin: auto;
}

/* overlay on hover -Team, Anfahrt */
.caption-overlay {
  cursor: pointer;
  display: block;
  margin: 0.4em auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.overlay {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212121;
  font-size: 0.8em;
  height: 100%;
  overflow: auto;
  padding: 0 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.caption-overlay:hover .overlay {
  padding-top: 1.6em;
  text-align: left;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*  Anfahrt Bilder */
#anfahrt h5 {
  border: none;
}

#anfahrt h6 {
  padding-top: 0;
}

img.vvs-logo,
img.googlemaps-logo,
img.osm-logo {
  background: none;
  margin: 0 0.6em;
  width: 1.2em;
}

.caption-img {
  display: block;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}

.anfahrt-info {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding-bottom: 2.6em;
}

i.img-desc, i.img-credit {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px #BDBDBD;
          box-shadow: 0 0 3px #BDBDBD;
  color: #757575;
  font-size: 0.9em;
  height: 2em;
  padding: 0.4em 0.8em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
i.img-desc a, i.img-credit a {
  color: #757575;
}
i.img-desc label.icon-zoom:before, i.img-credit label.icon-zoom:before {
  background-color: transparent;
  content: url("../images/icons/zoom-min.svg");
  padding: 0.6em 0.8em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
i.img-desc label.icon-zoom:hover:before, i.img-credit label.icon-zoom:hover:before {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}

/*  modal dialog  */
.modal {
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  visibility: hidden;
}

.modal-bg {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.modal-state:checked + .modal .modal-inner {
  top: 0;
}

.modal-state:checked * {
  visibility: hidden;
}

.modal-inner {
  background: #fff;
  border-radius: 5px;
  height: 65% !important;
  margin: auto;
  overflow: auto;
  padding: 2.5em 1.5em 1em 1.5em;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
  width: 70% !important;
}
.modal-inner .modal-scheduler-img {
  content: url("../images/scheduler-l.jpg");
  width: 100%;
}
.modal-inner .modal-vvs-img {
  content: url("../images/wegbeschreibung-vvs-l.jpg");
  width: 100%;
}
.modal-inner .modal-auto-img {
  content: url("../images/wegbeschreibung-auto-l.jpg");
  width: 100%;
}
.modal-inner .modal-park-img {
  content: url("../images/parkplaetze-l.jpg");
  width: 100%;
}

.modal-close {
  cursor: pointer;
  height: 1.1em;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
}

.modal-close:after,
.modal-close:before {
  background: black;
  content: "";
  display: block;
  height: 1.5em;
  margin: -3px 0 0 -1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 2px;
}

.modal-close:hover:after,
.modal-close:hover:before {
  background: #757575;
}

.modal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*  Team-img */
.team-img-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em auto;
  width: 75%;
}

.staff-info {
  -webkit-transform: translateY(86%);
      -ms-transform: translateY(86%);
          transform: translateY(86%);
}
.staff-info .name {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.3em;
  text-transform: uppercase;
}
.staff-info .pos {
  line-height: 1.2em;
}
.staff-info .educ {
  line-height: 1.3em;
  padding-top: 1em;
}
.staff-info .name, .staff-info .pos {
  border-right: 1px solid rgba(33, 33, 33, 0.7);
  padding: 0 0.5em;
}
.staff-info .pos, .staff-info .educ {
  display: none;
}

.staff:hover .name,
.staff:hover .pos {
  border-right: none;
  border-left: 1px solid rgba(33, 33, 33, 0.7);
}

.staff:hover .pos,
.staff:hover .educ {
  display: block;
}

.staff-img {
  display: block;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

/* Parallax effect */
section.home {
  height: 100%;
  position: relative;
}
section.home h1.home {
  background: none;
  padding-bottom: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.home blockquote {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax {
  height: calc(100vh - 5rem);
}
.parallax section {
  height: 100%;
  position: relative;
}
.parallax h2.parallax-text {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #adcb57;
  font-size: calc(1.5em + 0.5vw);
  line-height: 1em;
  padding-bottom: 1em;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.parallax-blockquote {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax section h2.parallax-text.kontakt {
  color: #ffffff !important;
  top: 80%;
}

#parallax-home {
  background: url("../images/home-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

#parallax-software {
  background: url("../images/software-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

#parallax-it {
  background: url("../images/it-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

#parallax-kontakt {
  background: url("../images/kontakt-m.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

@media only screen and (max-width: 900px) {
  #parallax-home {
    background: url("../images/home-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-software {
    background: url("../images/software-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-it {
    background: url("../images/it-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-kontakt {
    background: url("../images/kontakt-m.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media only screen and (min-width: 901px) {
  #parallax-home {
    background: url("../images/home-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-software {
    background: url("../images/software-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-it {
    background: url("../images/it-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #parallax-kontakt {
    background: url("../images/kontakt-l.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.footer {
  background-color: #202520;
  margin-top: 0;
}
.footer *, .footer a {
  color: #fff;
}
.footer h5, .footer h5 a {
  color: #adcb57;
}
.footer h2 {
  color: #212121;
}
.footer h6 {
  padding-bottom: 1.2em;
}
.footer h5 {
  padding-bottom: 0.8em;
}
.footer section:last-child {
  min-height: calc(100vh - 5rem);
}

@media (hover: none) {
  #submenu-it input#itinfrastruktur-1:checked ~ .label-wrapper label:nth-child(1),
#submenu-software input#softwareentwicklung-1:checked ~ .label-wrapper label:nth-child(1) {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
            box-shadow: inset 0 -0.14em 0 0 #adcb57;
    border-bottom-color: #adcb57;
    color: #adcb57 !important;
  }
  #submenu-it input#itinfrastruktur-1:checked ~ .label-wrapper label:nth-child(1):before,
#submenu-software input#softwareentwicklung-1:checked ~ .label-wrapper label:nth-child(1):before {
    background: none;
  }
  #submenu-it input#itinfrastruktur-2:checked ~ .label-wrapper label:nth-child(2),
#submenu-software input#softwareentwicklung-2:checked ~ .label-wrapper label:nth-child(2) {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
            box-shadow: inset 0 -0.14em 0 0 #adcb57;
    border-bottom-color: #adcb57;
    color: #adcb57 !important;
  }
  #submenu-it input#itinfrastruktur-2:checked ~ .label-wrapper label:nth-child(2):before,
#submenu-software input#softwareentwicklung-2:checked ~ .label-wrapper label:nth-child(2):before {
    background: none;
  }
  #submenu-it input#itinfrastruktur-3:checked ~ .label-wrapper label:nth-child(3),
#submenu-software input#softwareentwicklung-3:checked ~ .label-wrapper label:nth-child(3) {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
            box-shadow: inset 0 -0.14em 0 0 #adcb57;
    border-bottom-color: #adcb57;
    color: #adcb57 !important;
  }
  #submenu-it input#itinfrastruktur-3:checked ~ .label-wrapper label:nth-child(3):before,
#submenu-software input#softwareentwicklung-3:checked ~ .label-wrapper label:nth-child(3):before {
    background: none;
  }
  #submenu-it input#itinfrastruktur-4:checked ~ .label-wrapper label:nth-child(4),
#submenu-software input#softwareentwicklung-4:checked ~ .label-wrapper label:nth-child(4) {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
            box-shadow: inset 0 -0.14em 0 0 #adcb57;
    border-bottom-color: #adcb57;
    color: #adcb57 !important;
  }
  #submenu-it input#itinfrastruktur-4:checked ~ .label-wrapper label:nth-child(4):before,
#submenu-software input#softwareentwicklung-4:checked ~ .label-wrapper label:nth-child(4):before {
    background: none;
  }
  #submenu-it input#itinfrastruktur-5:checked ~ .label-wrapper label:nth-child(5),
#submenu-software input#softwareentwicklung-5:checked ~ .label-wrapper label:nth-child(5) {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
            box-shadow: inset 0 -0.14em 0 0 #adcb57;
    border-bottom-color: #adcb57;
    color: #adcb57 !important;
  }
  #submenu-it input#itinfrastruktur-5:checked ~ .label-wrapper label:nth-child(5):before,
#submenu-software input#softwareentwicklung-5:checked ~ .label-wrapper label:nth-child(5):before {
    background: none;
  }
  #submenu-it input#itinfrastruktur-6:checked ~ .label-wrapper label:nth-child(6),
#submenu-software input#softwareentwicklung-6:checked ~ .label-wrapper label:nth-child(6) {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
            box-shadow: inset 0 -0.14em 0 0 #adcb57;
    border-bottom-color: #adcb57;
    color: #adcb57 !important;
  }
  #submenu-it input#itinfrastruktur-6:checked ~ .label-wrapper label:nth-child(6):before,
#submenu-software input#softwareentwicklung-6:checked ~ .label-wrapper label:nth-child(6):before {
    background: none;
  }
  #submenu-it input#itinfrastruktur-7:checked ~ .label-wrapper label:nth-child(7),
#submenu-software input#softwareentwicklung-7:checked ~ .label-wrapper label:nth-child(7) {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.14em 0 0 #adcb57;
            box-shadow: inset 0 -0.14em 0 0 #adcb57;
    border-bottom-color: #adcb57;
    color: #adcb57 !important;
  }
  #submenu-it input#itinfrastruktur-7:checked ~ .label-wrapper label:nth-child(7):before,
#submenu-software input#softwareentwicklung-7:checked ~ .label-wrapper label:nth-child(7):before {
    background: none;
  }
}
@media only screen and (max-width: 599px) {
  h2 {
    top: 4.2rem;
  }
  #menu-switch:checked ~ #menu {
    width: 100%;
  }
  #menu-switch:not(:checked) ~ .main-wrapper,
#menu-switch:checked ~ .main-wrapper {
    margin-left: 0;
  }
  header {
    height: 4.2rem;
  }
  .content-wrapper {
    margin-top: 4.2rem;
  }
  .shrink-header {
    top: 4.2rem;
  }
  /* q-contact */
  #q-contact {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 4.2rem;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 50%;
    z-index: 4;
    background: #202520;
    -webkit-box-shadow: inset -3px -1px 3px -3px #000;
            box-shadow: inset -3px -1px 3px -3px #000;
  }
  #q-contact ul {
    height: 100%;
    list-style: none;
    padding: 0;
  }
  #q-contact ul li {
    display: block;
    padding: 0.8em 0;
  }
  #q-contact ul li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
  }
  #q-contact-toggle {
    background: none;
    color: #757575;
    display: inline-block;
    font-size: 2em;
    height: auto;
    padding: 0;
    width: auto;
  }
  #q-contact-toggle:before {
    border-radius: 0.2em 0 0 0;
    padding: 0.1em 0.2em 1em 0.2em;
  }
  #q-contact-toggle:hover {
    color: black;
  }
  #q-contact-switch:not(:checked) ~ #q-contact {
    width: 0;
  }
  #q-contact-switch:not(:checked) ~ #q-contact-toggle {
    color: #757575;
  }
  #q-contact-switch:checked ~ #q-contact {
    padding: 0.8em 1.6em;
    width: 100%;
  }
  #q-contact-switch:checked ~ #q-contact-toggle:before {
    color: #c2c2c2;
    -webkit-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    background: #202520;
    -webkit-box-shadow: inset -3px -1px 3px -3px #000;
            box-shadow: inset -3px -1px 3px -3px #000;
  }
  .search-field {
    background-color: rgb(255, 255, 255) !important;
  }
  img.produkte {
    width: 100%;
  }
  section[id^=parallax] {
    background-attachment: initial !important;
  }
  h5 {
    padding: 1.2em 0 0.5em 0 !important;
  }
  .submenu {
    width: 100%;
  }
  .submenu label {
    cursor: pointer;
    margin-right: 0;
    margin-top: 0.2rem;
    width: 100%;
  }
  .modal-inner .modal-scheduler-img {
    content: url("../images/scheduler-m.jpg");
    width: 100%;
  }
  .modal-inner .modal-vvs-img {
    content: url("../images/wegbeschreibung-vvs-m.jpg");
    width: 100%;
  }
  .modal-inner .modal-auto-img {
    content: url("../images/wegbeschreibung-auto-m.jpg");
    width: 100%;
  }
  .modal-inner .modal-park-img {
    content: url("../images/parkplaetze-m.jpg");
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .icon-mail div, .icon-tel div {
    display: inline-block !important;
  }
  .submenu label:nth-of-type(4) {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .flexbox .flexbox-item-text {
    min-width: 55ch;
    max-width: 55ch;
  }
}
@media only screen and (min-width: 1800px) {
  #menu-switch:not(:checked) ~ #menu {
    width: 0 !important;
  }
  .flexbox .flexbox-item-text {
    min-width: 72ch;
    max-width: 72ch;
  }
}
/* TabMenu/Submenu Softwareentwicklung, It-infrastruktur */
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .submenu label {
    width: 25%;
  }
}
@media only screen and (min-width: 598px) and (max-width: 767px) {
  .submenu label {
    width: 50%;
  }
  .modal-inner .modal-scheduler-img {
    content: url("../images/scheduler-m.jpg");
    width: 100%;
  }
  .modal-inner .modal-vvs-img {
    content: url("../images/wegbeschreibung-vvs-m.jpg");
    width: 100%;
  }
  .modal-inner .modal-auto-img {
    content: url("../images/wegbeschreibung-auto-m.jpg");
    width: 100%;
  }
  .modal-inner .modal-park-img {
    content: url("../images/parkplaetze-m.jpg");
    width: 100%;
  }
}