/* Version: 17.01.2014 */


@font-face { font-family: "Open Sans";
	 
  src: url(../../ofl/opensans/OpenSans[wdth,wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Open Sans";
	 
  src: url(../../ofl/opensans/OpenSans-Italic[wdth,wght].woff2) ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}


body {
    font-family: 'Open Sans', 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: 600;
	padding-bottom: 0.5rem;
}

h2::before{
content: " ";
display: inline-block;
    background: url(lva-colors.png) no-repeat;
    width: 40px;
	height: 15px;
	background-size: contain;
}

h2{
	font-size: 1.2rem;
	font-weight: 600;
	padding: 1%;
    color:#32752A;
	
}

h3{
	font-size: 1.045rem;
	font-weight: 700;
    color:#000;
	
}

.green {color:#32752A;

}

strong{font-weight: 800;}

#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;
	position: relative;
}

.logo{ padding:4% 4% 2% 4%;
	   margin-bottom: 0.25rem;
	   text-align: right;
}

.logo img{width:7rem;
		  position: absolute;
left:1.75rem;
top:1rem
}

.logo strong{
  font-size:1.35rem;
}

.intro{background-color: #32752A;
	color:#FFF;
	padding: 3% 4% 3% 4%;
	text-align: justify

}

.content{
	padding: 1% 4% 1% 4%;

}

.titel{ text-align: center;
		   max-width: inherit;
		   color:#fff;
		   background-color: #32752A;
		   padding: 3% 4% 2% 4%;
		   
}



.flex_titel {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
	background-color: #e8efe7;
	padding:3% 4%
}
.flex_titel strong{
  font-size:1.05rem;
}

.box1 {
	padding: 2%;
	width: 28%;
}

.box2 {
	padding: 2%;
	width: 12%;
}

.box3 {
	padding: 2%;
	width: 22%;
}
.box4 {
	padding: 2%;
	width: 18%;
}


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

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

.box_unten{padding: 4% 4%;
		   background-color:#eef0f2;
}

.flex_footer {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap-reverse;
  margin-top:1rem;
}
.flex_titel strong{
  font-size:1.05rem;
}

.box_links {
	padding: 0% 0% 2%;
	width: 50%;
	background-color: #fff8cc;
	text-align: center;
	
}

.box_links img{ width:23rem;
	margin-bottom: 1rem;
	
}

.box_rechts {
	padding: 2% 4%;
	width: 42%;
	background-color: #ffdd00;
	text-align: center;
}

.box_rechts img{ width:8rem;
	margin: 1rem 0 1.5rem;
}


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

 
/* Zusatz*/ 

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

a:hover {
	color: #32752A;
	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 0.3rem 0.5rem;
  padding-left: 0.8rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.3rem;
}

li::before {
  position: absolute;
  top: 0.026rem;
  left: -1rem;
  content: "✓";
  font-size: 0.8rem;
  color: #32752A;
}


#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;
}
.button2 a {
  display: inline-block;
  background-color: #32752a;
  padding: 0.75rem 8%;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  -moz-border-top-left-radius: 0.75rem;
  -webkit-border-top-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  -moz-border-bottom-right-radius: 0.75rem;
  -webkit-border-bottom-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.button2 a:hover {
  background-color: #98a915;
  text-decoration: none;
}


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