/* Version:  März 2023 / Creator: Durchwahl */

@font-face { font-family: "Open Sans";
	 
  src: url(../../ofl/opensans/OpenSans[wdth,wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Open Sans";
	 
  src: url(../../ofl/opensans/OpenSans-Italic[wdth,wght].woff2) format('woff2') ;
	font-weight: 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 {
	 -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: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #fff;
	-webkit-print-color-adjust:exact;
}

.frame-outer {
	position: relative;
	width: 782px;
	margin: 1.3rem auto;
	background-color: #fff;
	border: 3px solid #eee;
	font-size: 0.83rem;
}

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

/*--für Titel--*/
h1 {
	margin-top: 1rem;margin-bottom: 0.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #e30613;
}

h1 span {
	font-size: 1rem;
}

h2 {
	margin: 0;
	font-size: 1.17rem;
	font-weight: 400;
	color: rgb(147, 147, 147);
}

h3 {
	margin-bottom: 1rem;
margin-top: 1rem;
	font-size: 1.15rem;
	font-weight: 300;
	text-transform: uppercase;
}

h4 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
}

.mini_bild{
	
}
.mini_bild img{
	width: 10%;
	display: inline-block;
	margin-top: -2em;
	
}

#logo {
	padding: 1rem 4%;
	border-bottom: 3px solid #eee;
	background-color: #f8f8f8;
}

#logo img {
	width: 6rem;
}

#header {
	position: relative;
}

.content {
	position: relative;
	padding: 1rem 4%;
}

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

#title { 
	position: relative;
	padding: 1rem 4%;
}

.footer {
	position: relative;
	padding: 1rem 4%;
	background-color: #525252;
	color: #fff;
}



.bgbild {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.alignTop{align-items:flex-start;}
.alignCenter{align-items:center;}
.alignBottom{align-items:flex-end;}

.left {
	width: 50%;
	background-color: #004D9B;
	padding: 1rem 4%;
	color: #fff;
}

.right {
	width: 50%;
background-color: #004D9B;
	padding: 1rem 4%;
	color: #fff;
}


.text_box{
width: 58%;
	
	
}
.bild_box{
width: 10%;
	
}
.bild_box img{
}

.text2_box{
width: 30%;
	
}
.gross{
	font-size: 0.95rem;
	
}
.blau{
	color: #2352a8;
	
}

.flex_footer {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.left_footer {
	width: 75%;
}

.right_footer {
	width: 25%;
align-self: center;
}

.grau {
	background-color: #f2f2f2;
padding: 0.5rem 4%;
}

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

a:link, a:visited, a:active  {
    text-decoration: none;
	color: #e4312a;
	font-weight: 600;
}

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

/*--Listen--*/
ul {
	margin: 0;
	list-style-type: none;
}

li {
	position: relative; 
	margin: auto;
	padding: 0 0 0.3rem 1rem;
}

li:last-child {
	padding-bottom: 0;
}

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

/*--Eingrückte Listenpunkte--*/
li ul{ 
	margin: 0 0 0 0;
	padding: 0 0 0 1rem;
}

/*--Button--*/
.button_box {
	text-align: center;
}

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

.button a {
	display: inline-block;
	background: #e30613;
	padding: 0.6rem 2rem 0.6rem 2rem;
	margin: 0 auto;
	cursor: pointer;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
text-decoration: none;
}
.button a:hover {
text-decoration: none;
	opacity: 0.6;
}

/*--Slider editierbar--*/

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

.slider-wrap img {
	display: block;
}
  
.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 30s linear infinite;
    animation: image 30s linear infinite;
}
  
@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;
  }
  17% {
    opacity: 1;
  }
  25% {
    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;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.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: 24s;
    animation-delay: 24s;
}

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

.slideshow li::before {
	display: none;
}


.einschub {
	position: relative; 
	margin: 0.75rem auto 0rem;
	padding: 0 0 0.3rem 1.5rem;
}

.einschub::before {
	 position: absolute;
	 top: 0;
	 left: 0;
	 content: "";
	background-image: url(checkbox.png);
	background-size: contain;
	width: 1.1rem;
	height: 1.1rem;
	background-position: center;
	background-repeat: no-repeat;
}

/*---3Bilder---*/

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

/*---3Bilder ENDE---*/


/*--Angaben Bilder, Video, etc.--*/

iframe {
	display: block;
    width: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	border: 0;
}

.imgcenter{ 
	display: inline-block;
}

strong { 
	font-weight: 700;
}

p {
	margin:0;
}

p:empty {
	height: 1rem;
}

.hide_m {}

.hide {
  display: none;
}

.refnr {}

.apply {}
