/* #########################################################

XXS    320
XS     480
S      576
M      768
L      992

------ Padding

< 576px   28px 
> 576px   12px 

######################################################### */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  max-width: 1700px;
  margin: 0 auto;
  margin-top: 0 !important;
  font-weight: normal;
  background: #ecf0f1;
  color: #6a859c;

  padding: 25px;
}


@media screen and (max-width: 600x) {
  body {
   padding: 0;
  }
}



@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cuprum-v10-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Cuprum Regular'), local('Cuprum-Regular'),
    url('../fonts/cuprum-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cuprum-v10-latin-regular.woff2') format('woff2'),
    url('../fonts/cuprum-v10-latin-regular.woff') format('woff'),
    url('../fonts/cuprum-v10-latin-regular.ttf') format('truetype'),
    url('../fonts/cuprum-v10-latin-regular.svg#Cuprum') format('svg');
}

::-moz-selection {
  background: #434343;
  color: #3898ec;
}

::selection {
  background: #434343;
  color: #3898ec;
}

a {
  color: #3898ec;
  font-weight: bold;
}




/* ##################################
Global 
################################## */



.dabei {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(51, 51, 51);
  background: linear-gradient(96deg, rgba(51, 51, 51, 1) 0%, rgba(74, 44, 44, 1) 10%, rgba(74, 44, 44, 1) 90%, rgba(51, 51, 51, 1) 100%);
}

@media screen and (max-width: 600px) {
  .dabei {
    background: rgb(51, 51, 51);
  }
}


.dabei img {
  max-width: 100%;
}


/* ##################################
Global 
################################## */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1102px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 5px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}


@media (max-width: 576px) {
  .container {
    padding: 12px;
    margin: 0 auto;
  }
}

@media (max-width: 481px) {
  .container {
    padding: 8px;
  }
}

div,
section,
header,
footer,
article {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

.textcolor {
  color: inherit;
}

/* .verlauf {
  background: #3898ec;
  background: -moz-linear-gradient(-45deg, #999 0%, #3898ec 50%, #999 100%);
  background: -webkit-linear-gradient(-45deg, #999 0%, #3898ec 50%, #999 100%);
  background: linear-gradient(135deg, #999 0%, #3898ec 50%, #999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#999', GradientType=1);
} */


.verlauf {
  background: #3898ec;
  background: #E5F2FD;
background: radial-gradient(circle, rgba(229, 242, 253, 1) 0%, rgba(214, 234, 252, 1) 61%, rgba(214, 234, 252, 1) 100%);
}

.willkommen h1 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #6a859c;
  font-weight: 400;
  font-size: 1.88em;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.willkommen h1 i {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 100;
  font-style: normal;
}

.willkommen h2 {
  color: #fff;
  margin-top: 4px;
  font-size: 1.5em;
}

h2 {
  font-size: 1.65em;
  font-weight: 400;
  position: relative;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  letter-spacing: -0.2px;
  color: #4E6476;
}

@media (max-width: 576px) {
  .willkommen h1 {
    font-size: 1.64em;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 1.34em;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}



.wepro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wepro div {
  width: 50%;
  float: left;
  padding: 20px;
  background: #4a4a4a;
  margin-top: 12px;
}

.wepro div:nth-child(1) {
  border-right: 1px solid #9EB0BF;
}

.wepro div:nth-child(2) {
  border-left: 1px solid #9EB0BF;
}

.wepro h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.wepro img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  border: 2px solid #fff;
  border-radius: 3px;
}

.wepro p {
  margin: 0 0 15px 0;
}


.krt4 {
  text-decoration: none;
  background: #0083b2;
  color: #fff;
  padding: 6px 12px;
  border-radius: 2px;
  float: left;
  display: block;
  border: 2px solid #0083b2;
  text-shadow: none;
}


.krt5 {
  text-decoration: none;
  border: 2px solid #0083b2;
  background: #ffffff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 2px;
  float: left;
  display: block;
  color: #0083b2;
  margin-left: 7px;
  text-shadow: none;
  font-weight: bold;
}

@media (max-width: 786px) {
  .wepro div {
    width: 100%;

  }
}

/* ##################################
Header 
################################## */

header {
  display: block;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 40px;
}

span.slogan {
  display: block;
  margin: 0;
  padding: 12px 10px;
  font-size: 0.68em;
  float: left;
  color: #9d9d9d;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 13px;
  display: none;
}

footer #copy strong {
  color: #939393;
}

header .LogNav {
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
  display: block;
}

.flexbox header .LogNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 30px;
}

@media (max-width: 576px) {

.flexbox header .LogNav {
  padding: 0 12px;
}
}

/* header .LogNav:after { 
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  background: rgb(3, 168, 227);
  background: -moz-linear-gradient(left, #3898ec 0%, #3898ec 12%, #999 22%, #999 49%, #3898ec 65%, #3898ec 100%);
  background: -webkit-linear-gradient(left, #3898ec 0%, #3898ec 12%, #999 22%, #999 49%, #3898ec 65%, #3898ec 100%);
  background: linear-gradient(to right, #3898ec 0%, #3898ec 12%, #999 22%, #999 49%, #3898ec 65%, #3898ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3898ec', endColorstr='#3898ec', GradientType=1);
}

header .LogNav:before {
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  background: rgb(3, 168, 227);
  background: -moz-linear-gradient(left, #3898ec 0%, #3898ec 12%, #999 22%, #999 49%, #3898ec 65%, #3898ec 100%);
  background: -webkit-linear-gradient(left, #3898ec 0%, #3898ec 12%, #999 22%, #999 49%, #3898ec 65%, #3898ec 100%);
  background: linear-gradient(to right, #3898ec 0%, #3898ec 12%, #999 22%, #999 49%, #3898ec 65%, #3898ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3898ec', endColorstr='#3898ec', GradientType=1);
} */

#logo {
  display: block;
  margin: 0;
}

#logo img {
  max-width: 295px;
  height: auto;
  float: left;
  padding: 10px 0;
}

header nav.navigation {
  display: block;
  float: right;
  padding: 0;
}

header nav.navigation > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}

header nav.navigation > ul > li {
  display: block;
  float: left;
}

header nav.navigation > ul > li > a {
  display: block;
  color: #6a859c;
  text-align: center;
  padding: 30px 25px;
  text-decoration: none;
  background: #fff;
  margin-left: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: 2px solid #ecf0f1;

  border: 2px solid #ecf0f1;
  border-left: none;
}

header nav.navigation > ul > li:nth-child(1) > a {
  border-left: 2px solid #ecf0f1;
}

header nav.navigation > ul > li:hover a {
  background: #3898ec;
  color: #fff;
}

@media (max-width: 828px) {
  #logo img {
    max-width: 190px;
    padding: 6px 0;
    margin-left: 16px;
  }

  header nav.navigation > ul > li > a {
    padding: 21px 15px;
  }
}

@media (max-width: 576px) {
  #logo {
    margin: 0 auto;
  }

  #logo img {
    max-width: 280px;
    width: 100%;
    padding: 6px 0;
    margin: 0 0 10px 0;
  }

  header nav.navigation > ul > li > a {
    padding: 21px 15px;
  }
}

@media (max-width: 900px) {
  #logo {
    max-width: 220px;
    margin-top: 7px;
  }


  header nav.navigation {
    width: 100%;
    float: left;
    display: block;
    padding: 1px;
    margin-top: 15px;
  }

  header nav.navigation > ul {
    width: 100%;
    display: block;
  }

  header nav.navigation > ul > li {
    width: 25%;
    overflow: hidden;
  }

  header nav.navigation > ul > li:first-child > a {
    margin-left: 0px;
  }

  header nav.navigation > ul > li > a {
    padding: 16px 15px;
  }
}

@media (max-width: 481px) {

      header nav.navigation > ul > li:nth-child(3) > a {
    border-top: 0px solid #ecf0f1;
  }

    header nav.navigation > ul > li:nth-child(4) > a {
    border-top: 0px solid #ecf0f1;
  }


  header nav.navigation > ul > li {
    width: 50%;
    overflow: hidden;
    margin-bottom: 0;
  }

  header nav.navigation > ul > li > a {
    padding: 15px;
    border: 2px solid #ecf0f1;
    border-left: none;
  }

  header nav.navigation > ul > li:nth-child(3) > a {
    border-left: 2px solid #ecf0f1;
  }

}


/*
< 576px   28px
> 576px   12px
*/

/* -----------------------------------------------------------------
    Header noslider
----------------------------------------------------------------- */



figure.noslider img {
  width: 100%;
  height: auto
}

figure.noslider figcaption {
  border-top: 2px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.71);
  text-transform: uppercase;
  color: #a3a3a3;
  padding: 9px 13px;
  border-radius: 3px;
  font-family: 'Roboto Condensed';
  font-size: 1.01em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


/* -----------------------------------------------------------------
    Slideshow
----------------------------------------------------------------- */

.slider-container,
figure.noslider {
  float: left;
  display: block;
  width: 100%;
  display: block;
  margin: 22px 0 0 0;
  position: relative;
  top: 0;
}

@media (max-width: 600px) {
  .slider-container {
    display: none;
  }
}

/*
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors:  Lukas Jakob Hafner - @saftsaak
 *           Thomas Hurd - @SeenNotHurdp
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT

 * Modified 2019: Holger Förster, Freiburg
 */

@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }

  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }

  100% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }

  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }

  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }

  100% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }

  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

.sy-box.sy-loading {
  background: url("../img/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
  min-height: 40px;
}

.sy-box.sy-loading .sy-slides-wrap,
.sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding: 12px 0;
  background: #fff;
}

.slider-container:hover .sy-controls {
  display: block;
}

.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.sy-list.horizontal {
  -webkit-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}

.sy-list.vertical {
  -webkit-transition: top ease;
  -o-transition: top ease;
  transition: top ease;
}

.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}

.sy-slide.kenburns.useCSS {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -o-animation-name: left-right;
  animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -o-animation-name: right-left;
  animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.sy-active {
  z-index: 3;
}

.sy-slide > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}

.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}

.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}

.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}

.sy-controls li.sy-next {
  right: 0;
  top: 0;
}

.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}

.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

.sy-controls li a:link,
.sy-controls li a:visited {
  opacity: 0.35;
}

.sy-controls li a:hover,
.sy-controls li a:focus {
  opacity: 1;
  outline: none;
}

.sy-controls li a:after {
  content: "";
  background-image: url("../img/arrows.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #fff;
  font-weight: 800;
  position: absolute;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  bottom: 21%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #6a859c;
  box-shadow: 0 0 2px #6a859c;
  border: 2px solid #3898ec;
}

@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }

  .sy-controls li {
    min-width: 2.1em;
  }

  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}

.sy-caption-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  text-align: center;
  background-color: #fff;
}


#kaufeinwr {
  display: flex;
}
.kaufein {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  background: #0083b2;
  color: #fff;
  text-decoration: none;
  padding: 25px 15px;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px #02273b;
  margin: 0 0 35px 0;
  display: block;
}

.kaufein:hover{
 opacity: .9;
}

.sy-caption-wrap .sy-caption {
  position: relative;
  background-color: #E1EAF3;
  text-transform: uppercase;
  color: #20AAE2;
  padding: 9px 13px;
  border-radius: 3px;
  font-family: 'Roboto Condensed';
  font-size: 1.01em;
}


#home .sy-caption-wrap .sy-caption {
  background-color: #5e5d5c;
  color: #ffffff98;
}


.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}

@media only screen and (max-device-width: 600px),
screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }

  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    border-radius: 0;
  }
}

.sy-pager {
  clear: both;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  z-index: 999999;
}

.sy-pager li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0.3em;
  border-radius: 50%;
}

.slider-container:hover .sy-pager {
  display: block;
}


.sy-pager li.sy-active a {
  background-color: #888888;
}

.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #575756;
  text-indent: -9999px;
  -webkit-background-size: 2em 2em;
  background-size: 2em;
  border-radius: 50%;
}

.sy-pager li a:link,
.sy-pager li a:visited {
  opacity: 1.0;
}

.sy-pager li a:hover,
.sy-pager li a:focus {
  opacity: 0.6;
}

.sy-filler {
  width: 100%;
  background: #fff;
}


#home .sy-filler {
  background: #000;
}

.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}


/* -----------------------------------------------------------------
    Home-Welcome
----------------------------------------------------------------- */

.willkommen {
  margin: 6px 0;
  background: #fff;
  padding: 28px;
}

p.borle {
  border-left: 2px solid #9EB0BF;
  padding-left: 17px;
  max-width: 900px;
}

@media (max-width: 576px) {
  p.borle {
    border-left: none;
    padding-left: 0;
  }
}

.willkommen figure.willkommenmain {
  margin: 20px 50px 12px 0;
  padding: 0;
  display: block;
  width: 40.4%;
  float: left;
  position: relative;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
}

.willkommen figure.willkommenmain figcaption {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  left: 12px;
}

.willkommen figure.willkommenmain img {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 0;
}

.nachwillkommen {
  padding: 28px;
}

img#siegel {
  margin: 0;
  width: 122px;
  float: left;
  margin-right: 25px;
  height: auto;
}

@media (max-width: 992px) {
  .willkommen figure.willkommenmain {
    margin-right: 25px;
  }
}

@media (max-width: 576px) {
  img#siegel {
    width: 90px;
  }

  .willkommen,
  .nachwillkommen {
    padding: 12px;
  }

  .willkommen figure.willkommenmain {
    width: 100%;
    margin: 0 0 15px 0;
  }
}


@media (max-width: 992px) {
  .teaserItem figure {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .teaserItem figure {
    margin-right: 20px;
  }
}

/* -----------------------------------------------------------------
    Home-Duo
----------------------------------------------------------------- */

.HomeduoWrapper {
  margin: 6px auto;
  width: 100%;
}

.HomeduoWrapper figure.HomeFig {
  font-size: 0;
  margin: 20px 25px 5px 0;
  width: 27%;
  float: left;
  font-size: 0;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.HomeduoWrapper figure.HomeFig img {
  max-width: 100%;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  height: auto;
  padding: 3px;
}

.flexbox .HomeduoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.HomeduoContent {
  width: 49%;
  width: calc(50% - 3px);
  padding: 20px 30px 25px 30px;
  border-radius: 3px;
  margin-bottom: 6px;
}

@media (max-width: 938px) {
  .HomeduoWrapper {
    margin: 12px auto;
    width: 100%;
  }

  .HomeduoContent {
    width: calc(50% - 6px);
  }

  .HomeduoWrapper figure.HomeFig {
    margin: 20px 25px 10px 0;
    width: 43%;
  }
}

@media (max-width: 768px) {
  .HomeduoContent {
    width: 100%;
    margin-bottom: 12px;
  }

  .HomeduoWrapper figure.HomeFig {
    margin: 20px 27px 7px 0;
    width: 26%;
    border-radius: 50%;
    overflow: hidden;
  }

  .HomeduoWrapper figure.HomeFig img {
    border-radius: 50%;
  }
}

@media (max-width: 576px) {
  .HomeduoContent {
    padding: 12px;
  }

  .HomeduoWrapper figure.HomeFig {
    margin: 20px 17px 5px 0;
    width: 21%;
    border-radius: 50%;
    overflow: hidden;
  }
}

/* -----------------------------------------------------------------
    Teaser
----------------------------------------------------------------- */

.teaserContainer {
  background: #fff;
  padding: 26px 30px 31px 30px;
  display: block;
  float: left;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
}

@media (max-width: 576px) {
  .teaserContainer {
    padding: 12px;
  }
}


.teaserContainer h2 {
  position: relative;
  display: inline-block;
}

.teaserItem figure {
  margin: 0;
  float: left;
  margin-right: 50px;
  margin-top: 7px;
  margin-bottom: 10px;
  width: 40.4%;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  padding: 2px;
}

@media (max-width: 992px) {
  .teaserItem figure {
    margin-right: 25px;
    margin-bottom: 6px;
    width: 40%;
  }
}

@media (max-width: 768px) {
  .teaserContainer h2 {
    display: block;
  }

  .teaserItem figure {
    margin-right: 20px;
    margin-bottom: 6px;
    width: 50%;
  }
}

@media (max-width: 481px) {
  .teaserItem figure {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
  }
}

.teaserItem figure img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}


/* -----------------------------------------------------------------
    Produkte **
----------------------------------------------------------------- */

.flexbox .produktteaser-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}

article.produktteaser-item {
  display: block;
  float: left;
  margin: 0 0 20px 0;
  width: calc(33.333333% - 14px);
  padding: 20px 30px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  border: 2px solid #ecf0f1;
  background-color: #f7f9f9;
}

@media (max-width: 820px) {
  article.produktteaser-item {
    width: 33.33333333333%;
    width: calc(50% - 10px);
  }
}

@media (max-width: 486px) {
  article.produktteaser-item {
    width: 100%;
    margin: 6px 0;
  }
}

article.produktteaser-item h2 {
  margin: 0 0 10px 0;
  font-size: 1.8em;
  line-height: 1.4;
}

article.produktteaser-item h2 i {
  font-size: 17px;
  font-style: normal;
  color: #818181;
  text-transform: uppercase;
  display: block;
}

article.produktteaser-item > figure {
  width: 100%;
  margin: 15px 0;
  font-size: 0;
  display: block;
background-color: #fff;
padding: 3px;
}

article.produktteaser-item > figure > img {
  width: 100%;
  height: auto;
  padding: 0;
}


/* -----------------------------------------------------------------
    Teaser ***
----------------------------------------------------------------- */

figure.aboutfig {
  margin: 6px 35px 10px 0;
  padding: 0;
  width: 50%;
  font-size: 0;
  background: -moz-linear-gradient(-45deg, #999 0%, #3898ec 50%, #999 100%);
  background: -webkit-linear-gradient(-45deg, #999 0%, #3898ec 50%, #999 100%);
  background: linear-gradient(135deg, #999 0%, #3898ec 50%, #999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999', GradientType=1);
}

figure.aboutfig img {
  width: 100%;
  padding: 3px;
  height: auto;
}

#pdfdownload {
  display: inline-block;
  padding: 12px 18px;
  background: #3898ec;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 7px 0;
  border-radius: 3px;
  letter-spacing: 0.2px;
}

@media (max-width: 600px) {
  #pdfdownload {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
    Kontakt ****
----------------------------------------------------------------- */

ul.kontakttab {
  margin: 0;
  display: block;
  list-style-type: none;
  float: left;
  font-size: 1.05em;
  border: 2px solid #9EB0BF;
  width: 100%;
  padding: 15px 25px;
  background: #fff;
  border-radius: 3px;
  float: left;
  margin-bottom: 15px;
}

ul.kontakttab > li > i {
  color: #848484;
  font-style: normal;
}

.konadresse {
  border-left: 2px solid #9EB0BF;
  padding-left: 15px;
}

/* -----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */


footer {
  display: block;
  margin: 5px 0;
  border-top: 2px solid #3898ec;
  width: 100%;
  padding: 0;
}

footer address {
  display: block;
  font-style: normal;
}

footer .footer-container {
  width: 100%;
  display: block;
  position: relative;
}

footer .footer-container {
  padding: 20px 0;
  display: block;
  width: 100%;
  float: left;
}

.flexbox footer .footer-container {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.footercol {
  width: auto;
  min-height: 20px;
  float: left;
  padding: 20px 28px;
}

.footercol:last-child {
  border-right: none;
}

.footertitle {
  font-size: 1.1em;
  display: block;
  width: 100%;
  float: left;
  color: #3898ec;
  margin-bottom: 9px;
  font-size: 1.44em;
  text-shadow: 0 0 1px #3b3b3b;
}

.footercol > div {
  float: left;
  width: 100%;
}

.anschrift span {
  display: inline-block;
  margin: 0
}

nav.footercol ul {
  margin: 0;
  padding: 0;
}

nav.footercol > ul > li {
  list-style: none;
}

nav.footercol > ul > li > a {
  list-style: none;
  color: #a7a7a7;
  text-decoration: none;
}



@media (max-width: 846px) {
  .footercol {
    width: 50%;
  }

  .footercol:nth-child(2) {
    border-right: none
  }

  .footercol:last-child {
    width: 100%;
    border-top: 1px solid #212121;
    padding: 5px 0 0;
  }

  .footercol:last-child .footertitle {
    display: none;
  }

  nav.footercol ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  nav.footercol > ul > li {
    list-style: none;
    display: inline-block;
  }

  nav.footercol > ul > li > a {
    margin: 0 5px;
    padding: 10px;
    float: left;
  }
}

footer #copy {
  display: block;
  margin: 0;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  width: 100%;
  opacity: .6;
}

footer #copy strong {
  color: #939393;
}


@media (max-width: 576px) {
  .footercol {
    width: 100%;
    padding: 12px;
  }

  .footercol:first-child {
    border-bottom: 1px solid #212121;
    border-right: none
  }
}