/* Version: 05.03.2018 */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 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: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100 */
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
}

p {
	margin: 0;
}

h1 {
	line-height: 1.2;
	font-size: 1.65rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5rem 0;
}

h2 {
	margin: 0;
	line-height: 1.1;
	font-size: 1.15rem;
	font-weight: normal;
	color: rgb(89,89,89) !important;
	margin-bottom: 1rem;
}

.frame-outer {
	position: relative;
	padding: 0;
	width: 720px;
	margin: 1.3rem auto;
	background-color: #fff;
	font-size: 0.88rem;
	border: solid 1px #C8C8C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

.content {
	padding: 1.5rem 5%;
}

.content2 {
	padding: 1rem 5%;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

.logo {
	text-align: right;
	padding: 1rem 5%;
}

.logo img{
	width: 250px;
}

.titel{
	padding: 1.5rem 5%;
	background-color: #F4F4F4;
}

.footer{
	background-color: #da291c;
	padding: 1.5rem 5%;
	color: #FFF;
}

.abstand{
	margin-top: 0.5rem;
}

.box-left {
	float: left;
	width: 48%;
}

.box-right {
	float: right;
	width: 48%;
}

.rot{
	color: #da291c;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9;
	border: 0;
	vertical-align: middle;
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0.9rem;
	padding-left: 0.45rem;
	list-style-type: disc;
}

li {
	margin: auto;
	padding: 0.5rem 0 0 0;
}

li:first-child {
	padding: 0;
}

p:empty {
	height: 0.625rem;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.hide {
	display: none;
}

.refnr {}

.justifier {
	text-align: justify;
	text-align-last: justify;
}

.justifier:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.button_box {
	text-align: center;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background-color: transparent;
	padding: 0.4rem 1.5rem;
	margin: 1.5rem auto;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 0.4rem;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #FFF;
	border: solid 2px #FFF;
}
.button a:hover {
	background-position: 15px center;
	background-color: #FFF;
	text-decoration: none;
	color: #da291c;
}


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
