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



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

}

.background-image{  background: linear-gradient(180deg,rgba(245,245,245,0.3) 300px,rgba(245,245,245,1) 500px),url("bg.jpg");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
	
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{ font-family: 'Righteous', cursive;
	margin: 0px;
	font-size: 1.5rem;
	font-weight: property;
	padding-bottom: 0.5rem;
	color:#fab900;
	text-transform: uppercase
}

h2{ font-family: 'Righteous', cursive;
	font-size: 1rem;
	font-weight: property;
	color:#00366c;
	text-transform: uppercase
}



#frame-outer {
	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;
}

.logo{ padding:4%;
}
.logo img{width:15rem;}
.content{padding: 2% 4% 4%;


}

.content-white{padding: 3% 4%;
	background-color: #fff;

}

.box_oben{ text-align: center;
		   max-width: inherit;
		   padding: 3% 4%;
		   background-color: #00366c;


}

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

.box_unten{padding: 4% 4%;
}

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

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

.zwei_spalten {column-count: 2}


.single-box {
	border: 1px solid #fab900;
	margin: 2% 0;
	padding: 2% 4%;
}

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

.left-box-1 {
	border: 1px solid #fab900;
	margin: 2% 0;
	padding: 2% 4%;
	width: 40%;
}



.right-box-1 {
	border: 1px solid #fab900;
	margin: 2% 0;
	padding: 2% 4%;
	width: 40%;
}

/* FOOTER */

.left-box-footer {
	margin: 2% 0;
	padding: 0%;
	width: 45%;
}

.right-box-footer {
	margin: 2% 0;
	padding: 0%;
	width: 45%;
}


#footer{background-color: #00366c;
	color:#FFF;
	padding: 2% 4%;
	text-align:justify;
}

#footer h2 {color:#fab900;}

/* FOOTER ENDE */

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

 
/* Zusatz*/ 

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

a:hover {
	color: #fab900;
	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 {
	padding: 0;
	margin-top: 0rem;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.95rem;
}

li {
	padding-top: 0.3rem;
}

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

.refnr {}

.button:link, .button:visited, .button:active {
               color: #FFF;
               text-decoration: none;
               background-color: #fab900;
               padding: 12px 28px;
               -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: 0px;
               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: #c8d2d7;
}


.apply {}
