@import url('https://fonts.googleapis.com/css2?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');﻿

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.4;
  background-color: #b6b6b6;
  -webkit-print-color-adjust:exact;
}

#frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;
  font-size: 0.8rem;
	overflow:hidden;
border: solid #a5a5a5 0.2rem;
}

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

#logoBox {
    z-index: 10;
    position: absolute;
    top: 3rem;
    left: 8%;
    width: 29%;
}

/*______SCHRIFTEN_____*/

h1 {
marign:0;
line-height: 1.3;
font-size: 2rem;
font-weight: bold;
margin: 0;
color: #000;
}

.greater{
font-size:1rem;
}

.width46{
width: 46% !important;
}

h2 {
color: #000000;
margin: 0;
line-height: 1.2;
font-size: 1.2rem;
font-weight: bold;
}

h3 {
margin: 0;
line-height: 1;
font-size: 0.8rem;
font-weight: bold;
margin-bottom: 0.3rem;
color: #000;
margin-top: 1rem;
}


small {
	font-size: 0.6em;
	
}

/*______DIVS_____*/

.video {width:100%;height: 10rem; border: solid #a5a5a5 0.2rem;
}


.firmengeschichte {

}

.content {
  padding: 1.5rem;
	padding-left: 8%;
}

.sidebar {
	padding-left:0;
padding-right: 8%;
	background: #fff;

	display: inline-table;
	border-right: none;
}

.stellentitel {
	position: absolute;
	bottom: 0;
	left: 1rem;
	margin-bottom: 0;
	padding-bottom: 0;
	background: rgba(255,255,255,0.6);
	padding: 1rem;
	width: 67%;
}

.stellentitel2 {
    position: absolute;
    bottom: 0;
    left: 8%;
    margin-bottom: 0;
    padding-bottom: 0;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
    width: 84%;
}

.stellentitel3 {
    position: absolute;
    bottom: 0;
    left: 2rem;
    margin-bottom: 28px;
    padding-bottom: 0;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
    width: 67%;

}

.stellentitel4 {
    position: absolute;
    bottom: 0;
    left: 4rem;
    margin-bottom: 16px;
    padding-bottom: 0;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
    width: 83%;
}

.stellentitel5 {
     position: absolute;
    bottom: 0;
    left: 2rem;
    margin-bottom: 28px;
    padding-bottom: 0;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
    width: 75%;
}


.stellentitel6 {
   position: absolute;
bottom: 0;
right: 2rem;
margin-bottom: 1.9rem;
padding-bottom: 0;
background: rgba(255,255,255,0.6);
padding: 0.3rem;
width: 75%;
}



.eingerueckt {
	padding-left: 1rem;
	}


/*______DIVS_____*/

#logo {
   padding: 2rem 4%;
}

#logo img {
width: auto;
height: 5rem;
}

#header {
	position: relative;
	overflow: hidden;
}

.header {
	position:relative;
}

#slogan {
  position: absolute;
  bottom: 3%;
  left: 0;
  padding: 0.5rem 3%;
  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(100, 30, 30);
  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(100, 30, 30, 0.8);
  color: #fff;

} 

#footer {
padding: 2.1rem 4%;
background: #f7f7f7;
color: #000;
text-align: center;
font-weight: normal;
}


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

/*______LISTEN_____*/

.ul-normal {
		padding-left:0;
}

.ul-normal li {
	
	padding-left:0;
}

ul {
  margin: 0 auto 0rem 0.5rem;
  padding-left: 1.8rem;

  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* list-style-type: none; */
  /* DANN MUSS "list-style-type: disc;" GELÖSCHT WERDEN.
  /* ------------------------------------------------------------------------------------------------- */
}

li {
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* position: relative; */
  /* ------------------------------------------------------------------------------------------------- */
  margin: auto;
margin-top: 0rem;
  padding: 0;
	padding-left: 0.7rem;
}

/* --------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */

/* 
li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "■";
  font-size: 0.8rem;
  color: red;
} 
*/



/*______ABSTAENDE_____*/

p {
  margin: 0;
margin-bottom: 1rem;
}

.mag-2 {
margin-bottom: 2rem !important;	
}

.no-mag {
	margin: 0 !important;
	margin-bottom: 0 !important;
}



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


a:link {
  color: #0563c1;
  text-decoration: underline;
	font-weight: bold;
}

a:visited {
  text-decoration: underline;
  color: #0563c1;
	font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #0563c1;
	font-weight: bold;
}

a:active {
  text-decoration: underline;
  color: #0563c1;
	font-weight: bold;
}



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

.hide {
  display: none;
}

.blocksatz {
  text-align: justify;
 /* text-align-last: justify;*/
}

p:empty {
  height: 1rem;
}

.table {
  display: table;
  width: 100%;
  /* ----------- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT ----------------- */
  /* border-collapse: collapse; */
  /* --------------------------------------------------------------------------------------------*/
  table-layout: fixed;
  /* ----------- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----------------------- */
  /* border-spacing: 3rem; */
  /* --------------------------------------------------------------------------------------------*/
}

.row {
  display: table-row;
}

.cell-left,
.cell-right {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 3%;
}

.cell-left {
  border-right: 15px solid #fff;
}

.cell-right {
  border-left: 15px solid #fff;
}

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

.flex50 {
  width: 48%;

}

.flex30 {width: 35%;}

.flex70 {width: 65%}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button_box {
  text-align: left;
}

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


.button a {
  display: inline-block;
  background: #b8142a;
  padding: 0.6rem 1rem 0.6rem 1rem;
  margin: 1rem auto;
  cursor: pointer;
  border: 0.1rem solid #b8142a;
  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: #fff;
  text-decoration: none;
  color: #b8142a;
}


.refnr {}


/*_______________________

SLIDER
_______________________
*/



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

.slider-3er-ein-ausblenden {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slider-3er-ein-ausblenden 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;
}

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

.slider-3er-ein-ausblenden li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slider-3er-ein-ausblenden li:nth-child(1) span {}
.slider-3er-ein-ausblenden li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slider-3er-ein-ausblenden li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slider-3er-ein-ausblenden {
  margin:0;
}

.apply {}
