/* Version: 17.01.2014 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#2B2B2B;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.35;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.25rem;
	font-weight: normal;
}

h2{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: normal;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	font-size: 0.95rem;
	position: relative;
}


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

.flex_box1{
	width: 48%;
	
}
.flex_box2{
	width: 48%;
	
}
.logo{
	position: absolute;
	top: 410px;
	right: 4%;
	width: 100px;
}

.content{
	padding: 4%;
}

.box_oben{
	padding-top: 5px;

}

.box_mitte{
}

.box_unten{
	background-color: #00194c;
	color: white;
	padding: 4%;
}

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

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

#footer{
}

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

 
/* Zusatz*/ 

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

a:hover {
	color: #ffffff;
	text-decoration: underline;
}
 
.text_gross{	
	font-size: 1.6rem;

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #00a6d0;
}
.farbe2 {
	color: #00194c;
}
.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: #b13614;
	padding: 9px 18px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    display: inline-block;
}
.button:hover {
	color: #888;
	text-decoration: none;
	background-color: #FFF;
}




.button_box{
text-align: center;
}

.button_2 a {
	display: inline-block;
	background: #00a6d0;
	padding: 0.5rem 2rem 0.5rem 2rem;
	margin: 0 auto;
	cursor: pointer;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #00a6d0;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	
}
.button_2 a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #323465;
	border: 0.1rem solid #fff;
	
}





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

li {
	padding: 0;
}

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

.refnr {}

.apply {text-decoration: underline; color: blue;}
