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

/**
 * 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: "Helvetica Neue",Arial,sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  text-decoration: none;
  word-spacing: normal;
  background-color: #ffffff;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
background: linear-gradient(180deg, rgba(245,245,245,0.3) 300px, rgba(245,245,245,1) 800px), url('bg.jpg') no-repeat top center;
    background-size: 100%;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 0 auto 0.75rem auto;
  background-color:transparent;
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.9rem;
}

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

.content {
	position: relative;
	border-radius: 0.18rem;
	border: solid 0.0625rem rgba(220,223,226,0.8);
	padding: 0.5rem 2% 1rem 2%;
	background: #fff;
}

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

.content :last-child {
    margin-bottom: 0;
}

.bild {
	margin: 0.75rem 0 0.75rem 0;
	border-radius: 0.18rem;
	border: solid 0.0625rem rgba(220,223,226,0.8);
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
}



#video {
	width: 100% !important;
	height: 460px;
	background-image: url(videoImage.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

p {
 margin:0;
}

p:empty {
 margin:0;
}

.abstand10{
	margin-top:0.625rem;
}

.abstand15{
	margin-top:0.9rem;
}

.abstand25{
	margin-top:1.5rem;
}

#logo{
	border-radius: 0.18rem;
	overflow: hidden;
	border: solid 0.0625rem rgba(220,223,226,0.8);
	width:16%;
	float: left;
	padding: 2rem 0.5rem;
}

#titel{
	float:right;
	width:82.5%;
}

#titel p{
	margin: 0;
}

.firmenname{
	font-size:0.95rem;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: 700;
	color: #000;
}

h2 {
	margin: 0 0 1rem 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.2rem;
	font-weight: 700;
	color:#0091b4;
}

h3 {
	padding: 0.3rem 2%;
	font-size: 1rem;
	font-weight: 700;
	color:#0091b4;
	background-color: #f5f5f5;
	border: solid 0.0625rem rgba(220,223,226,0.8);
	margin-top: 1rem;
}



#icons{
  margin:0.7rem 0 0 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
	flex-wrap: wrap;
  flex-direction: row;
}

#icons > div{
	padding:0 0 0 1.5rem;
}

#icons  :first-child {
    padding-left: 0;
}

#icons p{
	position:relative;
	padding: 0 0 0 1.5rem !important;
}

#icons img{
	position:absolute;
	top:0.05rem;
	left:0;
	width:auto;
	height:1rem;
}

/* -------------- FLEXBOX -------------------- */

#standort{
	width:100%;
	height:5rem;
}

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

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

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

#footer {

}

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

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

a:link, a:visited, a:active  {
    text-decoration: underline;
	color: #0091b4;
}

a:hover {
	text-decoration: underline;
	color: black;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0 0.8rem;
}

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

ul ul { 
padding-left: 0.5rem;}

/*
Zeichen:
----------------
Punkt: •
Kleiner Punkt mittig: ‧
Quadrat Klein: ▪
Quadrat Gross: ■

*/

.ausblenden {
}

.einblenden {
	display:none;
}


.linksbuendig {
  text-align: left;
}

.rechtsbuendig {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

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



.row {
  display: table-row;
}



.button_box {
  text-align: left;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #0091b4;
  padding: 0.5rem 2%;
	
  margin: 1rem 0;
  cursor: pointer;
  border-radius: 0.18rem;
  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: underline;

}



.refnr{}
.apply{}

/*-----Slider-----*/

.textGross{
	font-size:1.8rem;
	font-weight: 700;
	margin: 2rem 0 0 0;
}

#slogan{
	position:absolute;
	top:1.5rem;
	left:4%;
	z-index: 5;
	font-size: 1.5rem;
	color: rgba(255,255,255,1);
	line-height: 1.1;
}

#sliderBox{
	position: relative;
}

.slider-wrap {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}

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

@keyframes image {
  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 {
  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 li {
  margin:0;
  padding:0;
  list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
ul.slideshow {
	margin:0;
	padding: 0;
}

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

.slideshow ul {
	margin:0;
	padding-left:0;
	list-style-type: none;
	list-style:none;
}

.slider-wrap-2 {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

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

.slideshow-2 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: image2 8s linear infinite; /* z. B. 12s statt 9s */
  animation: image2 8s linear infinite;
}

@keyframes image2 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image2 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

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


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

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

.slideshow-2 ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  list-style: none;
}
.refnr {}

.apply {}
