/* Version: 05.03.2018 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #14387f;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
  text-rendering: optimizeLegibility;
}


img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: 0;
  vertical-align: middle;
}

a:link,
a:visited,
a:active,
a:focus {
  color: #323232;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #323232;
}

p {
  margin: 0 0 1rem 0;
}

h1, h2, h3 {
  line-height: 1.3;
  font-size: 2rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-weight: 400;
  font-size: 2rem;
}

ul {
  margin: 0 auto 1rem .5rem;
  padding-left: .5rem;
  list-style-type: none;
}

li {
  position: relative;
  margin: auto;
  padding: 0;
}

li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -.8rem;
  font-size: .8rem;
  color: #e3010f;
} 

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: .02rem solid #A7A9A4;
  box-shadow: -.1rem .1rem 1rem #999;
  font-size: 1rem;
}

.frame-outer:after {
  content: "";
  display: block;
  clear: both;
}

.logo {
  padding: 1rem 3%;
  width: 20rem;
  background: #ffffff;
  position: relative;
  margin-bottom: -1rem;
  z-index: 2;
}

.title-box {
  position: relative;
  width: 91%;
  background: #14387f;
  color: #ffffff;
  padding: 2rem 4% 1rem 4%;
  margin-top: -5rem;
  z-index: 2;
}

.img-box {
  margin-top: 3rem;
  width: 60%;
}

.bullet-box {
  position: relative;
  float: right;
  margin-top: -15rem;
  margin-bottom: 2rem;
  width: 80%;
  background: #ffffff;
  padding: 2rem 4%;
  border-right: 2px solid #e3010f;
  border-bottom: 2px solid #e3010f;
}

.clear {
  content: "";
  display: table;
  clear: both;
}

.content {
  padding: 1.1rem 4%;
}

.content:after {
  content: "";
  display: block;
  clear: both;
}

.hide {
  display: none;
}

.footer {
  background: #14387f url("milch-welle.png") no-repeat bottom center / 100%;
  padding: 2rem 4% 6rem 4%;
  color: #ffffff;
}

.footer-text {
  float: right;
}

.footer-text {
  content: "";
  display: block;
  clear: both;
}

.footer a:link,
.footer a:visited {
  color: #ffffff;
}

.footer:after {
  content: "";
  display: block;
  clear: both;
}

.button_box {
  text-align: center;
}

.button_box:after {
  clear: both;
  content: "";
  display: block;
}

.button a,
.button span {
  display: inline-block;
  background: #14387f;
  padding: .6rem 2.5rem .6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  border: .1rem solid #14387f;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}

.button a:hover,
.button span:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #14387f;
}

.slider-wrap {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 18s linear infinite;
  animation: image 18s linear infinite;
}

@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow {
  padding-left: 0;
  margin:0;
}

ul.slideshow li::before {
  display: none;
}
.refnr {}

.apply {}
