/* Version: 17.01.2014 */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #43413d;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	background-color: #F0F0F0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	line-height: 30px;
	font-size: 26px;
	font-weight: normal;
}

h2{
	margin: 0px;
	line-height: 21px;
	font-size: 17px;
	font-weight: normal;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 15px #ddd;
	-moz-box-shadow: 0px 0px 15px #ddd;
	-webkit-box-shadow: 0px 0px 15px #ddd;
}

#logo{
	padding-top: 3%;
	padding-right: 4%;
	padding-bottom: 0%;
	padding-left: 4%;
}

#content{
	padding: 4%;
	background-color: #fff;
}

#box_oben{
}

.box_mitte{
	background-color: #fff;
	padding: 4%;
	border-left: 10px solid #0064a6;
}

#box_unten{
}

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

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

.clear{
clear:both;
}

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

.left {
  width: 48%;
background-color: #fff;
padding: 4%;
border-left: 10px solid #0064a6;
}

.right {
  width: 48%;
background-color: #fff;
padding: 4%;
border-left: 10px solid #0064a6;
}


#footer{
	padding: 4%;
	background-color:#0064a6;
	color: #fff;
}

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

.wave{
	margin-bottom:-1.8rem;
}
 
/* Zusatz*/ 

a:link {
	color: #43413d;
	text-decoration: none;
}
a:visited {
	color: #43413d;
	text-decoration: none;
}
a:hover {
	color: #0064a6;
	text-decoration: none;
}
a:active{
	color: #43413d;
	text-decoration: none;
}
 
.text_gross{
	font-size: 16px;
	line-height: 20px;
}

.titel_gross{
	font-size: 28px;
	line-height: 32px;
}

.text_klein{
	font-size: 11px;
	line-height: 15px;
}

.titel_klein{
	font-size: 19px;
	line-height: 23px;
}

.blau {
	color: #0064a6!important;
}

.grau {
	color: #777777;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-type: none;
	list-style:none;
}

li {
	padding-top: 5px;
position: relative;
}

li::before{
            content:"»";
position: absolute;
            left:-15px;
            top:0.25rem;
}


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

.refnr {}

.apply {}
