/* Version: 05.03.2018 */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.er-be, .er-fe {
  font-family: 'Roboto', sans-serif;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;

  box-shadow: -0.1rem 0.1rem 1rem #999;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-size: 0.9rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}
#logo{  padding: 1rem 2%;}
#logo img{
	width:30%;

	
}

.header {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

.teaserarea{
	background: rgba(0,56,101, 0.7);
	padding: 2.5%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.teaserhead{
	color: #fff;
	text-align: center;
	padding: 0;
	line-height: 1;
	opacity: 15;
}

.teasertext{
	color: white;
	text-align: center;
	padding: 0;
	line-height: 1;
}

.slider-wrap {
  max-width: 800px;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.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 18s linear infinite;
  animation: image 18s linear infinite;
}

.slideshow li span img {
  width: 100%;
}

@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.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 {
  padding-left: 0;
  margin:0;
}

ul.slideshow li::before {
  display: none;
}

.overlay {
    background: rgba(0, 0, 0, 0.65);
	height: 100%;
	padding: 2rem;
}

.overlay h1 {
	color: #fff;
	text-align: center;
	
	margin-top: 4rem;
	font-size: 3rem;
	
}

.overlay p {
	color: #fff;
	text-align: center;
	margin-top: 1.8rem;
	font-size: 1.1rem;
	
}

.content {
  padding: 5%;
}

.content-grau {
  padding: 5%;
  background-color: #003865;
	color: #fff;
}

.box-blau {
  padding: 1rem 3%;
  background-color: #009fe3;
  color: #fff;
  margin-top: 5%;
}

.box-blau h2 {
	color: #fff;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}


.title {padding: 1rem 3%;
	background-color: #003865;
	color: #fff;
}

.title h1 {
    color: #fff !important;
    padding: 4%;
	margin: 0;
}

.title .button a {margin-top: 0;}

.er-fe h1 {
	margin-bottom: 1rem;
	padding: 0;

	font-size: 1.8rem;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
	color: #003865;
	text-align: center;

}

.er-fe h2{
	margin-bottom: 1rem;
	padding: 0;
	line-height: 1.6rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #003865;

	
}

.eingerueckt{
	padding: 0;
}

/* -------------- FLEXBOX -------------------- */

.flex {
	gap: 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 1rem 0;
	flex-wrap: wrap;
  flex-direction: row;
}

.flex-icons {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
	flex-wrap: wrap;
  flex-direction: row;
	align-items: center;
margin: 1rem 30%;
}

.flex-icons div{
	margin: auto;
	width: 15%;
}


.left{
	background-color: #e9e9ee;
	padding:1rem 3%;
	flex-grow: 1;
}

.right{
	background-color: #e9e9ee;
	padding: 1rem 3%;
	flex-grow: 1;
}

.content-grau h2 { 
    color: #fff;
	font-family: 'Anton', sans-serif;
	font-size: 2rem;
	margin-bottom: 2rem;
}

#footer {
	padding: 2%;
	background-color: #009fe3;
	color: #fff;
	text-align: center;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

.er-fe img {
	  max-width: 100%;
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none !important;
	display: block;
}

.er-fe a:link,.er-fe  a:visited,.er-fe  a:active {
  color: #fff;
  text-decoration: none;
}

.er-fe a:hover {
  text-decoration: none;
  color: #fff;
}

.er-fe ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

.er-fe li {
	position: relative;
	padding: 0 0 0 1rem;
	margin-bottom: 0.2rem;
}

.er-fe li:last-child{
	padding-bottom:0;
}

.er-fe li::before{
	content:"•";
	position: absolute;
	top: 0;
	left: 0.05rem;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #e52746;
  padding: 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0.1rem solid #e51746;
  color: #fff;
  text-transform: uppercase;
}

.button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 140ms ease 0s;	
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
}

.button_box_grey {
  text-align: left;
}

.button_grey a {
  display: inline-block;
  background: #e4e4e7;
  padding: 0.6rem 2.5rem;
  margin: 2rem 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0.1rem solid #e4e4e7;
  color: #000;
  text-transform: uppercase;
}

.button_grey a:hover {
 background: #000;
 color: #fff;

}

.button_grey:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 140ms ease 0s;	
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.refnr{}
.apply{}
.refnr {}

.apply {}

@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
	  margin: 0;
    }
    .frame-outer {
      width: 100% !important;
      font-size: 0.7rem !important;
	  margin: 0;
    }
	
	.header {
		background-size: cover;
		}

	.overlay {
		padding: 5%;
		}

	#logo img{
		width:65%;
		padding: 1.5rem;
	}

	.content {
		padding: 1rem 0 !important;
	}
	
	p{
		padding: 0 5%;
	}
	
	.overlay h1 {
		line-height: 3.4rem;
		font-size: 2.6rem;
	}

	.overlay p {
		font-size: 0.9rem;
	}

	.title h1 {
		font-size: 2rem;
		line-height: 2.7rem;
	}

	h2{
		line-height: 1.4rem;
		font-size: 1rem;

	}
	
	.eingerueckt{
		padding: 0 5%;
	}

	.button_box_grey {
	  text-align: center;
	}
	
	.box-gelb {
  		padding: 3.5% 5%;
		margin: 2rem 0 0 0;
	}

	.kontakt h2 {
		font-size: 1.5rem;
		margin-top: 1rem;
	}


.content-grau h2 {
		font-size: 1.5rem;
		margin-top: 1rem;
line-height: 2.2rem;
	}

	/* -------------- FLEXBOX -------------------- */

.kontakt-right img {

width: 50%;
margin: 0 auto;

}


	.flex-icons{margin: 1rem 10%;} 

	.flex-icons div{
		width: 13%;
	}

	.left{
		width:100% !important;
		padding: 3.5% 5%;
	}

	.right{
		width:100% !important;
		margin:2rem 0 0 0 !important;
		padding: 3.5% 5%;
	}

	.left-weiss{
		width:100% !important;
	}

	.right-weiss{
		width:100% !important;
		margin:1rem 0 0 0 !important;
	}


	.kontakt-left{
		width:100% !important;
	
	}

	.kontakt-right{
		width:100% !important;
	}

	#footer {
		padding: 1rem 5% !important;
	}

	ul {
		margin:0 !important;
		padding:0 !important;
		list-style-type: none !important;
		list-style:none !important;
	}

	li {
		position: relative !important;
		padding: 0 0 0 1rem !important;
	}

	li:last-child{
		padding-bottom:0 !important;
	}

	li::before{
		content:"•" !important;
		position: absolute !important;
		top: -0.1rem !important;
		left: 0.05rem !important;
	}

	.hide_m {
		display: none !important;
	}

	.hide {
		display:block !important;
	}
	}

.refnr {}

.apply {}
