/* Version: 05.03.2018 */


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 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: 'Verdana', serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #323232;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  line-height: 1.1;
  background-color: #eeeeee;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
/* 	background-color:#e5eff5;*/
}

p:empty {
  height: 1rem;
} 


strong {
	
font-weight: 700;
}


hr {
	color: #e5e5e5;
	

}

small{
	font-size: 0.5em;
}

.abstand-bottom{
  margin-bottom: 0.4rem;
}

.oben { position: fixed;
display: block;
top: 0;
	left: auto;
	right: auto;
	z-index: 1000;
	margin: 0 auto;
	background: #fff;
width: 850px;
}

.logo{
  padding: 1rem 3%;
	margin:  auto 0;
}
.logo img{
	
width: 35%; 
}


.stellentitel {
	position: absolute;
	top:6.5%;
	left: 10.5%;
	right: 12.5%;
	padding: 1rem 0.5rem;
	width: 75%;
	text-align: left;
	color: #fff;
	font-size: 2.1rem;
	line-height: 1.2;
	font-weight: 500;
}

.stellentitel small { 
font-size: 0.7rem;
	font-weight: 800;
}

h1 {
  line-height: 1.2;
  font-size: 1.9rem;
  font-weight: normal;
 
	
	
	
}

small { 
font-size: 1.2rem;
}

h2 {
 font-size: 1.3em;
	
	color: #323232;
	
	font-weight: 300;
	display: inline-block;
	

  
}

/*
h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 800;
	padding: 1rem 0;
	color: #000;
	border-bottom: 0.15rem solid #6a0d04;
	margin-bottom: 1.5rem;
  
}
*/

h3 {
    
	font-size: 1.3em;
	
	color: #323232;
	
	font-weight: 300;
	display: inline-block;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 850px;
  margin: 1.3rem auto;
  background-color: #FFF;
  font-size: 0.9rem;
}

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


#header {
  position: relative;
}

#overlay {
  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
}





.graubg {
	padding: 2rem 2.5rem;
	
}

.farbe{
color: #6a0d04;
font-weight: 700;
font-size: 1.2rem;
}

.title-block {
  position: absolute;
  bottom: 3%;
  right: 0;
  padding: 0.5rem 3%;
  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(0, 0, 0);
  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
} 
.title {
position: absolute;
top: 60%;
left: 0;
background-color: rgba(255,255,255,0.75);
padding: 1rem;
z-index: 99;
width: 50%;
}

.content {
  padding: 2rem 2.5rem 0rem 2.5rem;
	
}

.content2 {
  padding: 2rem 2.5rem 0rem 2.5rem;
	
}

.content3 {
  padding: 0rem 2.5rem 0rem 0rem;
	
}

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

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

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

  .footer {
	background-image: url(footer_white.svg);
	background-repeat: no-repeat;
  text-align: left;
  padding: 0rem 2.5rem 0rem 2.5rem;
	background-color: #323232;
	color: #878787;
background-position: center top;
background-size: 105%;

}



.footer h3 {
  text-align: center;
  
	background: #323232;
	color: #878787;
}

.footer::after {
	  text-align: center;
  content: "";
  display: block;
  clear: both;
}

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

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

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

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

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

a.blau:link {color: #878787; }
a.blau:visited {color: #878787; }
a.blau:hover {color: #878787; }
a.blau:focus {color: #878787; }
a.blau:active {color: #878787; }

p.a {
  white-space: nowrap;
}

ul {
  
  list-style-type: none;
}

li {
 position: relative;
 margin: auto;
 padding-left: 1.2rem;
 line-height: 1.3rem;
} 
li::before {
  position: absolute;
  top: 0rem;
  left: 0.1rem;
  font-size: 1.2rem;
  content: "⦁"; 
  color: #000;
} 


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

.hide {
  display: none;
}

.cc{
column-count: 2;
column-gap: 1.5rem;
}

.refnr {}

.justifier {
  text-align: justify;
}

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


.bg-lightblue {
  background: rgb(127, 174, 245);
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */

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

/* -------------- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;

}



.left5 {
  width: 48%;
  	
	

}

.right5 {
 width: 32%;
  	

}


.left {
  width: 48%;
  	padding: 2rem 2.5rem 0rem 2.5rem;
	

}

.right {
  width: 48%;
  	padding: 2rem 2.5rem 2rem 2.5rem;

}



.left2 {
  width: 35%;
  	padding: 2rem 0rem 2rem 0rem;
	

}

.right2 {
  width: 62%;
  	padding: 2rem 0rem 2rem 0rem;

}



.left3 img {
  width: 35.5%;
	

}

.left3 {
  width: 38%;
  	padding: 2rem 0rem 2rem 0rem;
	

}

.right3 {
  width: 62%;
  	padding: 2rem 0rem 2rem 0rem;
	

}


.left4 img {
  width: 25%;
	

}

.left6 {
  width: 50%;
  display: flex;
  justify-content: flex-end; 
  align-items: stretch;       
  padding: 2rem 0;
}

.left6 img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.left4 {
  width: 50%;
  	padding: 2rem 0rem 2rem 0rem;
	

}

.right4 {
  width: 50%;
  	padding: 2rem 0rem 2rem 0rem;
	

}


hr.new2 {
  border-top: 2px solid #d63838;
	width: 40px;
}



.right img {
  width: 45%;


}

.left img {
  width: 20%;

}



.trennstrich { 
border-bottom: 0.15rem solid #6a0d04; 
padding: 1.5rem 0;
}


.textcontent {
 padding: 0.5rem 1rem;
}
.bottombox {
  transition: all 540ms ease 0s;
	margin-top: 1.0rem;
}
.button_box {
  text-align: left;
  padding-top: 1.5rem;
padding-bottom: 1.5rem;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  margin: 0rem auto;
  cursor: pointer;
	font-size: 0.9em;
	font-weight: 500;
 background-color: #e09900;
border: 1px solid #e09900;
	border-radius: 3px;
  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: #e09900;
  text-decoration: none;
  color: #fff;
	border: 1px solid #e09900;
	border-radius: 3px
}

/*Slider*/

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


.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* BEGINN Slider mit 3 Bildern mit transform Animation */

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

}
.slideshow-3-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 36s linear infinite;
  animation: image-3-bilder 36s linear infinite;
}

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

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

}

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

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

}

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

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

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

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

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


.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
				padding-bottom:5px;
}

/* ENDE Slider mit 3 Bildern mit transform Animation */


/* BEGINN Slider mit 4 Bildern mit transform Animation */

.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 24s linear infinite;
  animation: image-4-bilder 24s linear infinite;
}

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

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

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

.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: 6s;
  animation-delay: 6s;
}

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

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

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

.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
		border-bottom:none;
	        border-color: #fff;
                border-width: 0px;
		padding-bottom:5px;
}

/* ENDE Slider mit 4 Bildern mit transform Animation */


/* SLIDER ENDE */


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
