/* Version: 05.03.2018 */

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,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: 'PT Sans', sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #3d3d3c;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.6;
	background-color: #efeeed;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0 0 0.2rem 0;
}

h1 {
	line-height: 1.2;
	font-size: 2.3rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 span {
	font-size: 1.3rem;
}

h2 {
	margin: 0;
	line-height: 1.8rem;
	font-size: 1.4rem;
	font-weight: normal;
}

h3 {
	margin: 0;
	line-height: 1.2rem;
	font-size: 1rem;
	font-weight: normal;
}

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

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

.content {
	padding: 0 3.0% 1.1rem;
	background-color: #f1f1f1;
}

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

.header{
	position: relative;
}

.logo {
	width: 2.5rem;
	float: right;
}

.logo-bg {
	position: absolute;
	width: 720px;
	margin: auto;
	top: 8%;
	right: 4%
}

.blue {
	color: #0076bc;
}

.farbeGrau{
color: #3d3d3c !important;
}

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

.box-right {
	float: right;
	width: 12%;
	margin-left: 2rem;
}

#title-block {
	position: absolute;
	bottom: 0;
	left: 3%;
	padding: 2% 4% 0.5% 2%;
	width: 63%;
	/* -------------------------------------------------------------- */
	background: #FFF;
	color: #3d3d3c;
	text-transform: uppercase;
}

#title-block-2 {
	position: absolute;
	bottom: 0;
	left: 3%;
	padding: 0;
	width: 63%;
	/* -------------------------------------------------------------- */
	background: #FFF;
	color: #3d3d3c;
	text-transform: uppercase;
}

#box-left {
	float: left;
	width: 67%;
}

#box-right {
	float: right;
	width: 30%;
	background-color: #FFF;
	padding: 2% 1.5%;
	margin: 3% 0;
}

#title-box {
	background-color: #FFF;
	padding: 1% 1% 3% 5%;
	border-bottom: solid 5px #9b2045;
}

#footer {

}

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

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

a:link {
	color: #3d3d3c;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3d3d3c;
}

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

a:active {
	text-decoration: none;
	color: #3d3d3c;
}



#box-right a:link {
	color: #0076bc;
	text-decoration: none;
}

#box-right a:visited {
	text-decoration: none;
	color: #0076bc;
}

#box-right a:hover {
	text-decoration: none;
	color: #3d3d3c;
}

#box-right a:active {
	text-decoration: none;
	color: #0076bc;
}


ul {
	margin:0;
 	padding:0;
    list-style-type: none;
    list-style:none;
}

li {
	position: relative;
    padding: 0 0 0 1rem;
}


li::before{
	content:"";
	position: absolute;
	top: 0.4rem;
	left: 0.2rem;
	background:#9b2045;
	width:0.25rem;
	height:0.25rem;
	border-radius:0.3rem;
}



/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}
*/

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

.left {
	width: 100%;
	padding: 1rem 3%;
	margin-right: 0.4rem;
}

.right {
	width: 100%;
	padding: 1rem 3%;
	margin-left: 0.4rem;
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */
/* 
.flex {
	display: table;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem 0;
} 
*/
/* -- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -- */

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

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

.bg-darkblue {
	background: rgb(78, 147, 250);
}

.bg-lightblue {
	background: rgb(127, 174, 245);
}

.button_box {
	text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background: #4ea5de;
	padding: 0.6rem 2.5rem 0.6rem 2.5rem;
	margin: 2rem auto;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 0;
	border: none;
	transition: .3s background ease;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	white-space:nowrap;
	box-sizing: border-box;
}
.button a:hover {
	background-position: 15px center;
	background-color: #00305d;
	text-decoration: none;
	color: #FFF;
}


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
