/* Version: 05.03.2018 */

@font-face {
	font-family: "Krona One";
	src: url(../../ofl/kronaone/KronaOne-Regular.woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}


@font-face {
	font-family: "Roboto Condensed";
	src: url(../../ofl/robotocondensed/RobotoCondensed[wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face {
	font-family: "Roboto Condensed";
	src: url(../../ofl/robotocondensed/RobotoCondensed-Italic[wght].woff2) format('woff2');
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

/**
 * 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: "Roboto Condensed", sans-serif;
  font-size: 100%;
  color: #323232;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust: exact;
  text-rendering: optimizeLegibility;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link,
a:visited,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

p {
  margin: 0 0 1rem 0;
}

h1,
h2 {
  font-family: "Krona One", sans-serif;
  line-height: 1.3;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.7rem 0;
  color: #006Fba;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.1rem;
}

ul {
  margin: 0 auto 1.4rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: none;
}

li {
  position: relative;
  margin: auto;
  padding: 0;
}

li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -0.8rem;
  font-size: 0.8rem;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #fff;
  border: 0.02rem solid #a7a9a4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.85rem;
  overflow: hidden;
}

.frame-outer:after {
  content: "";
  display: block;
  clear: both;
}

.header {
  position: relative;
}

.awards {
  position: absolute;
  top: 3rem;
  left: 5%;
  width: 17rem;
}
.awards2 {
  position: absolute;
  top: 3rem;
  left: 5%;
  width: 45rem;
}
.content {
  padding: 1.1rem 5%;
}

.content:after {
  content: "";
  display: block;
  clear: both;
}

.jus {
  text-align: justify;
}

.hide {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-column {
  position: relative;
  flex-basis: 33%;
  background: #e5eff7;
  padding: 2.2rem 1% 4rem 1%;
  font-size: 0.75rem;
}

.widener {
  width: 110%;
}

.subtitle-box {
  position: absolute;
  top: -0.5rem;
  left: -3%;
  background: #006Fba;
  -webkit-box-shadow: 6px 6px 7px -4px #000000;
  box-shadow: 6px 6px 7px -4px #000000;
  transform: rotate(-4.3deg);
  display: inline-block;
  padding: 0rem 7% 0.4rem 5%;
}

.button_box {
  text-align: center;
}

.button_box:after {
  clear: both;
  content: "";
  display: block;
}

.button a {
  display: inline-block;
  background: #006Fba;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  border: 0.1rem solid #006Fba;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}

.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #006Fba;
}

.footer {
  background: #006Fba;
  padding: 1.1rem 3% 0.5rem 3%;
  color: #fff;
  text-align: right;
  transform: rotate(-4.9deg);
  width: 112%;
  margin: -4rem 0 -4.7rem -1.9rem;
  padding: 0.4rem 5rem 4rem 0;
}

.footer-content {
  transform: rotate(5deg);
}

.footer p {
  font-size: 0.75rem;
}

.footer:after {
  content: "";
  display: block;
  clear: both;
}

.footer a:link,
.footer a:visited {
  color: #ffffff;
}

.mb--s {
  margin-bottom: 0.2rem;
}

.mb--m {
  margin-bottom: .5rem;
}

.mb--l {
  margin-bottom: 4rem;
}

.blue {
    color: #0066b2;
}

.slider-wrap {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.slideshow-3-bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow-3-bilder 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-3-bilder li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow-3-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-3-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow-3-bilder {
  padding-left: 0;
  margin: 0;
}

ul.slideshow-3-bilder li::before {
  display: none;
}

/* ---- slider mit 4 Bildern seitwärts ----- */

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slideshow-4-bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow-4-bilder li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-4-bilder 16s linear infinite;
  animation: image-4-bilder 16s linear infinite;
}

@keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }

  1% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(0);
  }

  26% {
    opacity: 1;
    transform: translateX(-100%);
  }

  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }

  1% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(0);
  }

  26% {
    opacity: 1;
    transform: translateX(-100%);
  }

  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.slideshow-4-bilder li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {
}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow-4-bilder {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  border: 0;
}

.slideshow-4-bilder li::before {
  display: none;
}

.refnr {}

.apply {}
