/* Version: 05.03.2018 */
@font-face { font-family: "Roboto";
	 
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Roboto";
	 
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}

 /* ------------------- 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: 'Roboto', sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  text-decoration: none;
  word-spacing: normal;
  background-color: #EEEEEE;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin:0;
}

p:empty {
  height: 1rem;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 500;
	color: #333333;
}

h2{
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 500;
}

h3{
	margin: 0px;
	font-size: 0.9rem;
	font-weight: 400;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 0 auto;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
}

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

#logoBox{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: auto;
	z-index: 1000;
	margin: 0 auto;
	background: #241D3B;
	padding: 0.8rem 0;
}

.logo{
}

.content{
	padding: 15px;
	background-color: #FFF;
	margin-bottom: 20px;
}

.box_oben {
    position: absolute;
    left: 0%;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

.transparent {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.8); 
	padding: 15px;
        display:inline-block;
}

.box_mitte{
	background-color: #241D3B;
	color: #FFF;
	padding: 10px 15px;
}

.box_unten{
}

.box_links{
	float: left;
	width: 64%;
}

.box_rechts{
	float: right;
	width: 33%;
}

.box_links2{
	float: left;
	width: 33%;
}

.box_rechts2{
	float: right;
	width: 62%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{
	font-size: 0.65rem;
}

.titel_klein{

}

.farbe {
	color: #0A75BD;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #241D3B;
	padding: 0.5rem 5%;
	font-size: 1rem;
	line-height: auto;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: 500;
}

.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #757082;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.8rem;
}

li {
	padding: 0px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}
