/* Version: 05.03.2018 */

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

/* --- Italic --- */
@font-face { font-family: "Mulish";
	 
  src: url(../../ofl/mulish/Mulish-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: 'Mulish', sans-serif;
  font-size: 100%;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 1rem 0;
}

h1 {
  position: relative;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

h1::before {
  position: absolute;
  top: -1.0rem;
  left: -2rem;
  content: "■";
  font-size: 2.0rem;
  color: #ffcd00;
}

h2 {
  margin:0;
  padding:0;
  font-size: 0.85rem;
  font-weight:700;
}

h3 {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #006898;
  text-transform: uppercase;
}

.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.75rem;
}

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

.logo {
  padding: 1% 3%;
}

.logos-small img{
width: 40px;
height: auto;
}

.title-box {
  background: -moz-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(2,55,112,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,104,152,1)), color-stop(100%, rgba(2,55,112,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(0,122,179,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(2,55,112,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(2,55,112,1) 100%); /* ie10+ */
  background: linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(2,55,112,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007AB3', endColorstr='#006898',GradientType=1 ); /* ie6-9 */ 
  color: #ffffff;
  padding: 7%;
}

.content-footer{
background-color: #fff;
  padding: 1.1rem 3.5%;
}

.content,
.content-darkgrey {
  margin: 3%;
  padding: 1.1rem 3.5%;
  background: -moz-linear-gradient(45deg, rgba(189,189,189,1) 0%, rgba(221,221,221,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(189,189,189,1)), color-stop(100%, rgba(221,221,221,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, rgba(189,189,189,1) 0%, rgba(221,221,221,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, rgba(189,189,189,1) 0%, rgba(221,221,221,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(189,189,189,1) 0%, rgba(221,221,221,1) 100%); /* ie10+ */
  background: linear-gradient(45deg, rgba(189,189,189,1) 0%, rgba(221,221,221,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#BDBDBD',GradientType=1 ); /* ie6-9 */ 
}

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

.content-darkgrey {
  background: -moz-linear-gradient(45deg, rgba(130,130,130,1) 0%, rgba(187,187,187,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(130,130,130,1)), color-stop(100%, rgba(187,187,187,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, rgba(130,130,130,1) 0%, rgba(187,187,187,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, rgba(130,130,130,1) 0%, rgba(187,187,187,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(130,130,130,1) 0%, rgba(187,187,187,1) 100%); /* ie10+ */
  background: linear-gradient(45deg, rgba(130,130,130,1) 0%, rgba(187,187,187,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#828282',GradientType=1 ); /* ie6-9 */ 
}

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.footer {
  padding: 3% 6.5%;
  background: -moz-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(0,122,179,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,104,152,1)), color-stop(100%, rgba(0,122,179,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(0,122,179,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(0,122,179,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(0,122,179,1) 100%); /* ie10+ */
  background: linear-gradient(45deg, rgba(0,104,152,1) 0%, rgba(0,122,179,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007AB3', endColorstr='#006898',GradientType=1 ); /* ie6-9 */ 
  color: #fff;position: relative;
}

.footer h3 {
  color: #fff;
}

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

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

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

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

a:active {
  text-decoration: none;
  color: #fff;
}

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

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

li::before {
  content: "•";
  position: absolute;
  top: 0.05rem;
  left: -0.8rem;
  font-size: 0.8rem;
  color: #006898;
} 

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.refnr {}

.apply {}

.justifier {
  text-align: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 1rem;
}

.button_box {
  text-align: center;
}

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

.button a {
  display: inline-block;
  background: transparent;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 1rem auto;
  cursor: pointer;
  border: 0.1rem solid #fff;
  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: #006898;
  font-weight: 700;
}

.slider-wrap {
  max-width: 720px;
  max-height: 500px;
  width: auto;
  height: auto;
  position: relative;
  padding-top: 28.7%;
  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;
}

/*

Keyframe-Berechnung:

1. 100 / Anzahl der Bilder
2. Ergebnis ist das Intervall eines einzelnen Keyframes
(Im Beispiel unten ist es die 51% {opacity: 0;})
3. Also passiert eine einzelne Animation zwischen 0% und 51%.
(0% - 8% (Differenz 8%) wird das Bild eingeblendet. Von 43% - 51% (Differenz 8%) sollte dann das Bild ausgeblendet werden)
4. Falls die Geschwindigkeit erhöht werden soll, kann die Differenz verringert werden, wobei dies am Anfang sowie am Ende gleichbleibend sein muss, damit die Animation symmetrisch abläuft.

*/

@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38.333% {
    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;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  38.333% {
    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(1) span {}
.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 {
  margin:0;
  padding-left: 0;
}


#hoverlink2:hover {
  color: white;
}