/* Version: 07.03.2016 */

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500&display=swap');

* {
    box-sizing: border-box;
}
body {
    font-family: 'Maven Pro', sans-serif;
    font-size: 100%;
    color: #636363;
    text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #ffffff;
}

p {
    margin: 0;
}

p:empty {
  height: 1rem;
}

#rahmen {
	position: relative;
	padding: 0;
	width: 720px;
	margin:0rem auto;
	background-color: #fff;
	font-size: 0.75rem;
	line-height: 1.4;
	border-left: 0.5rem solid #505050;
	border-right: 0.5rem solid #505050;
	border-top: 0.2rem solid #f2b3b6;
}

.border {
	width:720px;
	margin: 0 auto;
}

#rahmen::after {
    content: "";
    display: block;
    clear: both;
}

.header{
	position: relative;
}

#logo-block {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0.5rem;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(255, 255, 255);
	/* -------------------------------------------------------------- */
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.content {
    padding: 1rem 3%;
}

.content_bild{
	position: relative;
	padding: 1rem 3%;
	background-image: url(hg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

h1 {
	margin: 0.5rem 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 500;
}

.id_farbe{
	color: #e3aeb2;
}

h2 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 1.1rem;
	font-weight: 500;
}

.flaggen {
	text-align: right;
	width: 720px;
	margin: 0 auto;
	padding: 0.5rem 0;
}

#titel{
	background-image: url(bg_titel.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1rem;
	text-align: center;
	color: #fff;
	box-shadow: -0.1rem -0.2rem 1rem #999;
}

.rot {
	color:#e30613;
}

.hellgrau {
	color:#a1a5a7;
}

.dunkelgrau{
	color: #636363;
}

.flex{
	display: flex;
	flex-direction: row;
}

.box-left {
	width: 100%;
	background-color: #fff;
	padding: 2%;
	margin-right: 0.6rem;
}

.box-right {
	width: 100%;
	background-color: #fff;
	padding: 2%;
	margin-left: 0.6rem;
}

.footer-left {
	width: 100%;
	margin-right: 1rem;
	margin-top: 4.5rem;
}

.footer-right {
	width: 100%;
	margin: 4.5rem 4rem 0 -3rem;
	text-align: justify;
}

.box{
	background-color: #fff;
	padding: 2%;
}

#youtube_vid{
	margin: 1rem auto;
	display: block;
	text-align: center;
}

#youtube_img{
	display: none;
}

#footer{
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 2.1rem 3%;
background-color: #F1F1F1;
}

#footer_abschluss{
	background-color: #fff;
	padding: 0.5rem 3%;
	text-align: center;
	border-bottom: 0.05rem solid #f1f1f1;
	border-top: 0.05rem solid #e30613;
}

#ap{
	float: left;
	width: 27%;
	margin-right: 0.6rem;
}

#ap-text{
	float: right;
	width: 68%;
}

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

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

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

a:hover {
    text-decoration: none;
    color: #e30613;
}

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

ul {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0.4rem;
	padding-left: 0.4rem;
	list-style-image: url(bp_pfeil.png);
}

li {
	position: relative;
	padding: 0.1rem 0 0 0.2rem;
}


.button a {
	display: inline-block;
	padding: 0.6rem 1.5rem 0.6rem 1.5rem;
	margin: 1rem auto;
	cursor: pointer;
	font-size: 1.1em;
	background-color: #d40009;
	border: 0.0625rem solid #d40009;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	border-radius: 1.3rem;
}

.button a:hover {
	background-position: 0.9375rem center;
	background-color: #a10007;
	border-color: #a10007;
	text-decoration: none;
}


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

.justify {
  text-align: justify;
}

.justifier {
  text-align: justify;
  text-align-last: justify;
}

.hide {
	display: none;
}

.hide_m {}

.slider-wrap{
	max-width: 727px;
	height: auto;
	position: relative;
	padding-top: 40%;
	overflow: hidden;
	margin-left: -7px;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow 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 18s linear infinite;
  animation: image 18s linear infinite;
}
@keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}

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

.footer-left-second {
	width: 100%;
	margin-right: 1rem;
	margin-top: 1.5rem;
}

.margin-t-4rem {
	margin-top: 4rem;
	margin-bottom: 1rem;
}

.addy-margin-top {
	margin-top: 1.5rem;
}

.refnr {}
.apply {text-decoration: underline; color: blue;}
