/* Version: 05.03.2018 */

/* --- Normal --- */
@font-face { 
	font-family: "Source Sans 3"; 
	src: url(../../10/ofl/sourcesans3/SourceSans3[wght].woff2) format('woff2') ;
	font-weight: 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

/* --- Italic --- */
@font-face { 
	font-family: "Source Sans 3"; 
	src: url(../../10/ofl/sourcesans3/SourceSans3-Italic[wght].woff2) format('woff2') ; 
	font-weight: 200, 300, 400, 500, 600, 700, 800, 900;
  	font-style: italic;
}

/**
 * 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 3', Arial, Helvetica, sans-serif;
	background-image: url(header-neu.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #64b0be;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}
.link{
	position: absolute;
	z-index: 4;
	left: 270px;
	top: -250px;
	width: 200px;
	height: 200px;

	
	
	
}
p {
	margin:0;
}

p:empty {
height: 1.125rem;
}

h1 {
  line-height: 1.3;
  font-size: 2rem;
  font-weight: bolder;
  padding: 0;
  margin: 1rem 0 0 ;
	color: #0c5286;
	text-align: center;
}

h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: normal;
	color: #0c5286;
	text-align: center;
	padding-bottom: 0.3rem;
}

h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: normal;
	color: #0c5286;
	font-weight: bolder;
}
.text-head{ color: #fff;
margin: 1rem  1rem 1rem 1rem;
	padding: 1rem 0 0 0 ;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.frame-outer {
	 
  position: relative;
  padding: 0;
  width: 720px;
  margin: 19rem auto 3rem auto;
  background-color: #FFF;
  padding-bottom: 0.2rem;
  font-size: 0.9rem;
		background-color: #a3c9da;
	border-radius: 0.8rem;
}


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

.rahmen1{
	  padding: 0;
  width: 650px;
  margin: 19rem auto;
  background-color: #FFF;
  
  font-size: 0.9rem;
		background-color: #a3c9da;
	border-radius: 0.8rem;
}



.content {
  padding: 1.1rem 3%;
	margin: 1rem;
	background-color: #fff;
	border-radius: 0.8rem;
color: #0c5286;}



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


.content2 {
 
	margin: 1rem;
	background-color: #fff;
	border-radius: 0.8rem;
color: #0c5286;
overflow: hidden;


}



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


.content3 {
  padding: 1.1rem 3%;
	margin: 1rem;
	background-color: #fff;
	border-radius: 0.8rem;
color: #0c5286;
text-align: justify;
}



.content3::after {
  content: "";
  display: block;
  clear: both;
}
.box-left {
  float: left;
  width: 48%;
	padding: 1.1rem 3%;
}


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

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.left {
  width: 65%;
  padding: 1.1rem 3%;
}

.right {
  width: 35%;
}

.footer {

}

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

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

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

a:visited {
  text-decoration: none;
  color: #0c5286;}

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

a:active {
  text-decoration: none;
  color: #0c5286;
}

ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding: 0;
}

 li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "■";
  font-size: 0.8rem;
  color: #0c5286;
} 


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

.hide {
  display: none;
}

.justifier {
  text-align: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 1rem;
}

.table {
  display: table;
  width: 100%;
  /* border-collapse: collapse; */
  table-layout: fixed;
  /* 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;
}

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

.button_box {
  text-align: center;
}

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

.button a {
  display: inline-block;
  background:  #0c5286;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid  #0c5286;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
	font-weight: bold;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #0c5286;
}
.refnr {}

.apply {}
