/* ------------------- Google Fonts ------------------------- */

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url(../../ofl/opensans/OpenSans[wdth,wght].woff2) format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url(../../ofl/opensans/OpenSans-Italic[wdth,wght].woff2) format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

/* ------------------- Allgemein ------------------------- */

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

html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.3;
	word-spacing: normal;
	text-decoration: none;
	color: #000;
	background-color: #f1f1f1;
	-webkit-print-color-adjust: exact;
}

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

p {
  	margin: 0 0 0rem 0;
}

p strong {
	font-weight: 400;
}

h1 {
	font-size: 1rem;
	font-weight: 700;
	z-index: 1;
}

.h1_bg-color {
   background-color: #004aa3;
   padding: 0.5rem;
   text-align: center;
   margin: 0.8rem 0;
	margin-top: 0;
	color:#fff;
}

.titel-bg{
	position: relative;
	background-image: url(bg-title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 1.5rem 0;
	padding: 0.1rem 0;
}

.titel-bg::before{
	position: absolute;
	/*content:"";*/
	left:0;
	top:0;
	width: 6rem;
	height: 1rem;
	background-color: #fd0;
	z-index: 0;
}

h2 {

	font-size: 1.4rem;
	font-weight: 600;
}

h3 {
	
	font-size: 1.1rem;
	font-weight: 600;
}

small{
	font-size: 0.65em;
}
.li-headline {
	font-style: italic;
	font-size: 0.8rem;
}


a {
	text-decoration: underline;
  	color: #1a0dab;
}

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

hr {
	color: #000;
	border-color: #000;
	background-color: #000;
	border: none;
	margin: 1.75rem 0;
	height: 0.1rem;
}

/* ------------------- Struktur ------------------------- */

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

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

.content {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 2.5rem 0;
}

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

.content-inner {
	position: relative;
	/*padding: 1rem 4%;*/
	padding: 0 5% 0 4%;
}

/*--Flex--*/

.contact{}

.flex {margin-top:1rem;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left {
	width: 48%;
}

.right {
	width: 48%;
}


.box-left {
	flex: 3.3; /* Dieser Wert regelt die Spaltenbreite (4 = 40%) */
	/*padding: 1rem 2%;*/
	padding: 0 5% 0 4%;
padding-bottom: 0;
	order:1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	border-right: 0.3rem double #c1c1c1;

	
}

.box-left hr {
height: 100vh;
position: absolute;
right: 0;
border-style: solid;
border-width: 1px;
}

.sidebar-element-margin {
	margin: 0.7rem 0;
}


.box-right {
	flex: 10; /* Dieser Wert regelt die Spaltenbreite (60%) */
	order: 2;
	margin-top: 0;
}

/* ------------------- Abstände ------------------------- */

.nomag { margin-bottom: 0; }
.mag025 { margin-bottom: 0.25rem; }
.mag05 { margin-bottom: 0.5rem; }
.mag075 { margin-bottom: 0.75rem; }
.mag1 { margin-bottom: 1rem; }
.mag125 { margin-bottom: 1.25rem; }
.mag15 { margin-bottom: 1.5rem; }
.mag175 { margin-bottom: 1.75rem; }
.mag2 { margin-bottom: 2rem; }
.mag25 { margin-bottom: 2.5rem; }

/* ------------------- Inhalte ------------------------- */

.logo-wrapper {
	position: relative;
	/*padding: 1.5rem 4%;*/
	background-color: #D2D2D2;
}

.logo {
	width: 40%;
	display: block;
	margin: 0 auto;
}

.button a,
.button-yellow a {
  	display: inline-block;
	margin: 1rem auto;
	padding: 0.6rem 2.5rem 0.6rem 2.5rem;
	text-decoration: none;
  	background: #000;
	color: #fff;
	border: 0.1rem solid #000;
	cursor: pointer;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
}

.button-yellow a:link,
.button-yellow a:visited {
        background-color: #004aa3;
        border: 0.1rem solid #004aa3;
	color: #fff;
        font-weight: bold;
}

.button a:hover,
.button-yellow a:hover {
	text-decoration: none;
  	background-position: 15px center;
  	background-color: transparent;
  	color: #000;
}

.ansprechpartner {
	text-align: center;
	border: #fd0 0rem solid;
	padding: 0.5rem;
	font-size: 90%
}

.ansprechpartner p {
margin: 0;
}

.ansprechpartner a:link, .ansprechpartner a:visited{
	color: black;
	text-decoration: none;
}

.footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5% 0 4%;
	font-style: italic;
	font-size: 0.9em;
}

/* ------------------ Listen & Tabellen ------------------------ */

ul {
	/* position: relative; */ /* Bei individuell festgelegten Bullet Points muss diese Zeile auch auskommentiert werden! */
  	margin: 0 auto 1rem 1.2rem;
  	list-style:none;
}

li {
  	margin: auto;
	  padding: 0;
	  padding-left: 1rem;

}


li::before {
  	position: absolute;
  	left: 2.1rem;
	line-height: 0.8;
  	content: "•";
  	font-size: 2em;
}

a:link, a:visited{
	color: rgb(0, 174, 239);
}

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

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

.slideshow {
	position: absolute;
  	width: 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 24s linear infinite;
	animation: image 24s linear infinite;
}

@keyframes image {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes image {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
  }
  
  26% {
    opacity: 1;
    transform: translateX(-100%);
  }
  27% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.slideshow li {
    margin:0;
    padding:0;
  	list-style: none;
}
.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;
}

.slideshow li:nth-child(4) span {
  	-webkit-animation-delay: 18s;
  	animation-delay: 18s;
}
ul.slideshow {
    margin: 0;
}

.slider-wrap li::before{
	display: none;
}

.slider-wrap ul {
    margin:0;
    padding-left:0px;
    list-style-type: none;
    list-style:none;
	border-bottom:none;
	border-color: #fff;
    border-width: 0px;
	padding-bottom:5px;
}

/* ------------------- Sonstiges ------------------------- */

.show {
	display: none;
}

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

.hide_m {
   display: block;
}

/* ------------------- Individueller Code ------------------------- */

/* Neue Klassen und IDs am besten, der Einfachheit halber, hier unten eintragen. */

.refnr {}

.apply {}

.firmenbeschreibung {
margin: 01rem 5% 0 4%;
padding: 0.5rem;
border: 0px #fd0 solid;
font-weight: bold;
text-align: center;
}



