/* Version: 17.01.2014 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body {
    font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #001f3e;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #f1f3f9;
	line-height: 1.35;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{ 
	margin: 0px;
	font-size: 1.5rem;
	font-weight: property;
	padding-bottom: 0.5rem;
}

h2{
	margin-bottom: 2%;
	font-size: 1rem;
	font-weight: property;
	/*color:#FFF;
	background-color: #001f3e;
	padding: 1.5%;
	border-top: 2px solid #ce1d15;*/
	
}



#frame-outer {
	position: relative;
	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.85rem;
}

hr{ margin: 2rem auto;
	background-color: #0076bf;
	border: 1.5px solid #0076bf;
}

.logo{ padding:4%;
	   margin-bottom: 0.25rem;
}
.logo img{width:15rem;}
.content{
	padding: 2% 4% 2% 4%;
}

.box_oben{ text-align: center;
		   max-width: inherit;
		   color:#fff;
		   background-color: #0076bf;
		   padding: 3% 4% 2% 4%;
		   margin-top:0.5rem;
}

.box_mitte{background:linear-gradient(90deg,#0376fb 0,#09b6fe 100%);
		   padding: 4%;
		   color:#fff;
		   
}

.box_unten{padding: 4%;
	position: relative;
}

.box_unten img{
	position: absolute;
	width: 12rem;
	left: 4%;
	bottom: 1.85rem;
}

.box_rechts{
	position: absolute;
	width: 40%;
	right: 2rem;
	padding:1% 0%;
	
}

#footer{position: relative;	
		background-color: #FFF;
	    color:#001f3e;
		padding:1rem 0;
		width:100% ;
		height:7.5rem;
}

strong{color:#001f3e;}

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

 
/* Zusatz*/ 

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

a:hover {
	color: #001f3e;
	text-decoration: underline;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

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

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

li {
  position: relative; 
  margin: 0;
  padding-bottom: 0.2rem;
}

li::before {
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  content: "-";
  font-size: 1.5rem;
  color:#000;
}

/* Liste Verschachtelt */

.li_sub {
  position: relative; 
  margin: auto;
  padding-bottom: 0rem;
}

.li_sub::before {
  position: absolute;
  top: 0.05em;
  left: -0.85rem;
  content: "o";
  font-size: 0.75rem;
  color: #0076bf;
  opacity: 0;
}

/* Liste Verschachtelt ENDE */

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

.refnr {}

.button:link, .button:visited, .button:active {
               color: #FFF;
               text-decoration: none;
               background-color: #000;
               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;
               -webkit-border-radius: 6px;
               -moz-border-radius: 6px;
               border-radius: 6px;
               display: inline-block;
			   /*box-shadow:  rgba(0, 14, 35, 0.1) 0 2px 2px, rgba(0, 14, 35, 0.1) 0 4px 4px, rgba(0, 14, 35, 0.1) 0 8px 8px, rgba(0, 14, 35, 0.1) 0 16px 16px, rgba(0, 14, 35, 0.3) 0 0 20px;*/
}
.button:hover {
               color: #FFF;
               text-decoration: none;
               background-color: #8f96a3;
}


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