/* Version: 17.01.2014 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	background-color: #b4ccd9;
}

p {
	margin:0;
font-size: 0.85rem;
}

.headline{
    font-size: 1.1em;
    line-height: 1.3;
color: #2c5c91;
margin: 0.7rem 0;
font-weight: bold;
}

h1{
	margin: 0px;
	line-height: 27px;
	font-size: 20px;
	font-weight: normal;
	color: #2c5c91;
}
#rahmen {
	padding: 0px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #818284;
}
#header{
	background-image: url(loop_head.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 49px;
	padding-left: 22px;
}

#box_links{
	float: left;
	width: 57%;
}

#box_rechts{
	float: right;
	width: 39%;
	text-align: right;
}

.left {
float: left;
width: 20%;
}

.right {
float: left;
width: 40%;
}

#content{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
}



/*--Flex--*/

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left {
	width: 48%;
}

.right {
	width: 48%;
}


 
/* Zusatz*/ 

a:link {
	text-decoration: none;
	color: #2c5c91;
}
a:visited {
	text-decoration: none;
	color: #2c5c91;
}
a:hover {
	text-decoration: underline;
	color: #2c5c91;
}
a:active{
	text-decoration: underline;
	color: #2c5c91;
}

.farbe {
	color: #2c5c91;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding: 0px;
font-size: 0.85rem;
}
.btn
{
	border-radius: 8px;
	width:150px;	
	height:30px;
	background-color:#003e8a;
	color:#fff;
	padding-top:10px;
	font-size:13px;
	text-align:center;
margin-right: auto;margin-left: auto;
}
.button_box {
  text-align: center;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #e0003e;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e0003e;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #ffffff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #ffffff;
  text-decoration: none;
  color: #e0003e;
}
.ausblenden {

}

.refnr {}

.apply {}

/*-----Slider mit 5 Bildern -----*/
 

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

.slideshow-5-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 30s linear infinite;
    animation: image 30s linear infinite;
}
  
@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;
    }
    25% {
      opacity: 1;
    }
    30% {
      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;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow-5-Bilder  li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow-5-Bilder  li:nth-child(1) span {}
.slideshow-5-Bilder  li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow-5-Bilder  li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow-5-Bilder  li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow-5-Bilder  li:nth-child(5) span {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}

ul.slideshow-5-Bilder  {
    margin: 0;
    padding-left: 0;
}

.slideshow-5-Bilder  li::before {
	display: none;
}


/*-----Slider mit 4 Bildern -----*/
 
.slider-wrap{
	margin-top:10px;
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;

}

.slideshow {
  position: absolute;
  width: 100%;
  top: -10px;
  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 24s linear infinite;
  animation: image 24s linear infinite;
}
@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;
  }
  22.5% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
 25% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 30s;
}
.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;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
  -webkit-animation-delay: 18s;
  animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
  -webkit-animation-delay: 18s;
  animation-delay: 30s;
}
ul.slideshow {
	margin:0;
}

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

/*--- Slideshow 3 Bilder ---*/
.slideshow_3Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_3Bilder 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_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}
@keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow_3Bilder li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
ul.slideshow_3Bilder {
  margin: 0 !important;
  padding: 0 !important;
}
.slideshow_3Bilder li::before {
  display: none !important;
}
.slideshow_3Bilder ul {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}









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

.slideshow-4bilder 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 24s linear infinite;
    animation: image 24s linear infinite;
}
  
@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;
    }
    25% {
      opacity: 1;
    }
    30% {
      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;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow-4bilder li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow-4bilder li:nth-child(1) span {}
.slideshow-4bilder li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow-4bilder li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow-4bilder li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

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

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




.logo2019 {
height: auto;

width: 19rem;

margin: 1rem 0;
}