/* Version: 11.04.2018 */

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-ExtraLight.woff2) format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-Light.woff2) format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-SemiBold.woff2) format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-Black.woff2) format('woff2');
	font-weight: 900;
	font-style: normal;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-ExtraLightItalic.woff2) format('woff2');
	font-weight: 200;
	font-style: italic;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-LightItalic.woff2) format('woff2');
	font-weight: 300;
	font-style: italic;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-Italic.woff2) format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-SemiBoldItalic.woff2) format('woff2');
	font-weight: 600;
	font-style: italic;
}

@font-face { 
	font-family: "Titillium Web";
	src: url(../../ofl/titilliumweb/TitilliumWeb-BoldItalic.woff2) format('woff2');
	font-weight: 600;
	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: 'Titillium Web', sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	line-height: 1.35;
	background-color: #f1f1f1;
	-webkit-print-color-adjust:exact;
}

p {
  	margin: 0 0 1rem 0;
}

p strong {
	font-weight: 600;
}

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.6rem;
  	font-weight: bold;
}

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

h4 {
  	line-height: 1.2;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
        color: #d50037;

}

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

a {
	text-decoration: underline;
  	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: 760px;
	margin: 1.3rem auto;
	background-color: #FFF;
	border: 0.02rem solid #A7A9A4;
	box-shadow: -0.1rem 0.1rem 1rem #999;
	font-size: 0.92rem;
}

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

.header {
  	position: relative;
	padding: 2rem 5% 0 5%;
}

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

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

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

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

/* ------------------- 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: 1rem; }
.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: 14rem;
  	float: right;
}

.refnr {
	
}

.button a {
  	display: inline-block;
  	background: rgb(213, 0, 55);
  	padding: 0.6rem 2.5rem;
  	margin: 0.5rem auto;
  	cursor: pointer;
  	border: 0.1rem solid rgb(213, 0, 55);
  	transition: all 140ms ease 0s;
  	-moz-transition: all 140ms ease 0s;
  	-webkit-transition: all 140ms ease 0s;
  	color: #fff;
	text-decoration: underline;
}

.button a:hover {
  	background-position: 15px center;
  	background-color: #fff;
  	text-decoration: none;
  	color: #0065FF;
}

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

ul {
	/* position: relative; */
  	margin: 0 auto 1rem 0.5rem;
  	padding-left: 0.5rem;
  	list-style-type: disc;
}

li {
  	margin: auto auto 0.1rem auto;
  	padding: 0;
}

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

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

h1.title {
	font-size: 2.3rem;
	font-weight: 300;
	color: rgb(212, 0, 55);
}

h2.subtitle {
	margin: 0 0 0.2rem 0;
	text-transform: uppercase;
	font-size: 1.25rem;
}

div.footer {
	color: #FFF;
	background-color: #D50037;
}

.apply {}
