@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
strong
{
	font-weight:700;
}

p:empty {
  height: 1rem;
} 

.farbe{
	
	color:#1B365D;
}
.stellentitel
{
	padding: 0.8rem 4%;
	background-color: #E4002B;
	color:#fff;
}

.stellentitel:hover{
	background-color:#1B365D;
	transition: all 300ms ease-in 0s;
	
}

.burger
{
	top:6rem;
	left: 2rem;
	position: absolute;
	width: 36%;
	padding: 3%;
	color: #fff;
	z-index: 1;
}
.box1
{
	background-color:gray;
	padding: 1rem;
	float: left;
	width: 30%;
	margin: 1.5%;
	min-height: 800px;
}

.header{
	
	position:relative;
	margin-bottom:-0.3rem;
}
	
.overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba( 0,0,0,0.1);
    left: 0;
	width: 100%;
	height:100%;

}

	

.logo{
	left: 3%;
	top:1.3rem;
	z-index: 3;
	padding: 1.2rem 3%;	
	
}

.logo img{
	width:25%;
	
}

.logo-wrap{
	background-color:#fff;
}


.fb{
	background-color:#000;
	color:#fff;
	padding: 1rem 3%;
}


#video{
	width:100%;
	height:100%;
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
 font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #4c5867;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f1f5f8;
	/* 	background-color:#e5eff5;*/
	/*background-color: #f1f1f1;*/
	/* 	background-color:#d6dbe5;*/
	/* 	background-color:#c2e6fa;*/	
  -webkit-print-color-adjust:exact;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #fff;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.85rem;
}

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

.content {
  padding: 1rem 4%;
	background-color:#fff;
}

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


h1 {
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

h2 {
  margin: 0.3rem 0 0.5rem 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
	border-bottom: #E4002B solid 0.12rem;

}

h3 {
  margin: 0.3rem 0 0.5rem 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
}

.untertitel{
	font-size:1.1rem;
}

.benefits{
	background-color:#1B365D;
	color:#fff;
	  padding: 1rem 5%;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:0;
	align-items:stretch;
	background-color: #fff;

	 
}

.flex div {
	width: 49%;
}

.left {
  width: 50%;
  padding: 0.5rem 1%;

}

.right {
  width: 50%;
  padding: 0.5rem 1%;

}

.flex02 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:0;
	align-items:stretch;
	background-color: #fff;
	

	 
}

.flex02 div {
	width: 49%;
}

.left02 {
  width: 50%;
  padding: 0.5rem 2%;
	border: 1px solid #dcdcdc;

}

.left02:hover{
	background-color:#f1f5f8;
		transition: all 300ms ease-in 0s;
	
}

.right02 {
  width: 50%;
  padding: 0.5rem 2%;
	border: 1px solid #dcdcdc;

}

.right02:hover{
	background-color:#f1f5f8;
		transition: all 300ms ease-in 0s;
	
}



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: #000;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0.3rem auto 1rem 1rem;
  list-style-type: disc;
  list-style-type: none;
	
}

li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.1rem;
}

 li::before {
  position: absolute;
  top: -0.55rem;
  left: -1rem;
  content: "›";
  font-size: 1.4rem;
} 


ul.black {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.3rem;
  list-style-type: disc;
  list-style-type: none;
	color: #000;
}

ul.black li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.1rem;
}

 ul.black li::before {
  position: absolute;
  top: -0.05rem;
  left: -0.8rem;
  content: "•";
  font-size: 0.8rem;
color: #000;
} 
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.refnr {}

.apply {}

.justifier {
  text-align: justify;
}

.button_box {
  text-align: center;
}

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

.button, .button:link, .button:visited, .button:active {
               display: inline-block;
  background: #1B365D;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 0.5rem auto;
  cursor: pointer;
  /*-webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;*/
  border: 0.16rem solid #1B365D;
	border-radius:4px;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  font-weight: 500;

}
.button:hover {
  background-position: 15px center;
  background-color:  #E4002B;
	 border: 0.16rem solid #E4002B;
  text-decoration: underline;
  color: #fff;
}

.html_ausblenden
{
	display: none;
}
.responsive_ausblenden
{
	display: block;
}

.slider-wrap{
max-width: 780px;
width: auto;
height: auto;
position: relative;
overflow: hidden;
	background-attachment: fixed;
}

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




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

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

@-webkit-keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  45% {
    transform: translateX(0);
               
  }
  
  46% {
    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: 6s;
  animation-delay: 6s;
}

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



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







#kontakt {
    position: relative;
	padding: 3% 3% 0 3%;
}

#footerRight {
    width: 70%;
    background:#1e1e1e;
    padding: 1rem 4%;
}

#footerLeft {
	background:#1e1e1e;
    width: 30%;
}

.user-image{
	margin: 0 0 0 1rem;
	padding: 5%;
	width:200px;
	height:200px;
	
	
}
#balken-unten{
	background-color:#ec6622;
	height:0.6rem;
	margin-bottom:0.6rem;
}

.footer
{
	background-color:#1B365D;
	padding: 3% 0 3% 0 ;
	text-align: center;
	font-size:0.8rem;
	font-weight: normal;
	color:#fff;
	
}

.footer-left{
	width: 32%;
  padding: 1rem 3%;
	background-color:#1e1e1e;
	
}

.footer-right{
	width: 32%;
  padding: 1rem 3%;
	background-color:#1e1e1e;
	
}

p:empty {
  height: 1rem;
} 
