/* Version: 11.04.2018 */
@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Thin.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ExtraLight.woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ExtraBold.woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
}









@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ThinItalic.woff2) format('woff2');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ExtraLightItalic.woff2) format('woff2');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-LightItalic.woff2) format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-RegularItalic.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-MediumItalic.woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-SemiBoldItalic.woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-BoldItalic.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ExtraBoldItalic.woff2) format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-BlackItalic.woff2) format('woff2');
  font-weight: 900;
  font-style: italic;
}


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

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

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

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

p {
  	margin: 0 0 1rem 0;
}

h1 {
  	line-height: 1.5;
	font-size: 2rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
  	margin: 0;
  	line-height: 1.3;
  	font-size: 1.1rem;
  	font-weight: bold;
}

h3 {
	margin: 0;
	line-height: 1.1;
	font-size: 1.2rem;
	font-weight: bold;
}

.column-count{
column-count:2;
column-gap: 1.5rem;
}

.column-count li {
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
  }

.ausblenden {
}

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

a {
	text-decoration: none;
  	color: #000;
}

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

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

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

.frame-outer {
	position: relative;
	padding: 0;
	width: 720px;
	margin: 1.3rem auto;
	background-color: #FFF;
	border: 0.02rem solid #fff;
	font-size: 0.77rem;
}

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

.header {
  	position: relative;
}

.content {
	position: relative;
	padding: 1.1rem 5% 1.7rem 5%;
}

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

.footer {
	
	padding: 1.1rem 0% -0.3rem 5%;
	padding-left: 0px;
}

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

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

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

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


.apply {
	width: 14rem;
	display: block;
  	background: #ffcb00;
  	padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  	margin: 2rem auto 2rem auto;
  	cursor: pointer;
  	border: 0.1rem solid #ffcb00;
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
  	color: #000;
        text-align: center;
        text-decoration: none;
}

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

.nomag { margin-bottom: 0; }
.mag025 { margin-bottom: 0.25rem; }
.mag05 { margin-bottom: 0.5rem; }
.mag075 { margin-bottom: 0.75rem; }
.mag1 { margin-bottom: 2rem; }
.mag15 { margin-bottom: 1.5rem; }
.mag2 { margin-bottom: 2rem; }
.mag25 { margin-bottom: 2.5rem; }
.mag3 { margin-bottom: 3rem; }
.mag35 { margin-bottom: 3.5rem; }
.mag4 { margin-bottom: 4rem; }

/* ------------------- Formatierung/Formating ------------------------- */

.logo {
width: 3.5rem;
position: absolute;
bottom: 2rem;
right: 2rem;
}

.refnr {
	
}



/* ------------------ Listen & Tabellen/Lists & Tables ------------------------ */

ul {
 position: relative; 
  	margin: 0 auto 2rem 0.5rem;
  	padding-left: 0.5rem;
  	list-style-type: none;
}

li {
  	margin: auto auto 1.5rem auto;
  	padding: 0;
	line-height: 1.3;
position: relative;
}


li::before {
  	position: absolute;
  	left: -0.5rem;
  	content: "›";
  	font-size: 0.8rem;
  	color: black;
} 

li.list-none::before {
	list-style-type: none;
	content: none;
}


/* ------------------ Slider - Right to Left ------------------------ */

/*
.slider-wrap {
	max-width:720px;
  	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;
}
*/

/* ------------------ Custom Code ------------------------ */

h1 sup {
	font-size: 0.8rem;
}

.gelb {
	color: #FFCD00;
}

.apply {}
