@import url(../../css2_9950cd036bfb50c2.css);
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
strong
{
	font-weight:700;
}
.header{
	
	position:relative;
	
}
.logo{

	left: 6%;
	top:1rem;
	width: 60%;
	
}

.abstand{
	margin:1.8rem 0 1.8rem 0;
}

.abstand2{
	margin:1.8rem 0 0 0;
}

.abstand3{
	margin:0 0 3rem 0;
}

.titel{
	background-color:#35C783;
	color:#fff;
	padding: 1rem 4%;
	font-size: 1.8rem;
}

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

body {
 font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #6d6f71;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.2;
  background-color: #fff;	
  -webkit-print-color-adjust:exact;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color:#fff;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.75rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

.content {
  padding: 1.1rem 5%;
}

.content::after {
  content: "";
  display: block;
  clear: both;
	
}


h1 {
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 0.4rem 0;
	color:#008dca;
}

h2 {
  margin-bottom: 0rem;
  line-height: 0.9;
  font-size: 0.95rem;
  font-weight: 700;
text-transform: uppercase;
	
	
}

h3 {
  margin:0;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: normal;
	color:#fff;
}

.farbe {
	color:#008dca!important;
}
.hellblau{
	color:#00afdd;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
	align-items:stretch;
	 
}



.flex div {
	width: 48%;
}


.left {
  width: 48%;
	background-color: #fff;
	padding: 0rem 5% 1.3rem 5%;
}

.right {
  width: 48%;
	background-color: #fff;
	padding: 0rem 4% 1.3rem 4%;
}


img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link {
  color: #6d6f71;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #6d6f71;
}

a:hover {
  text-decoration: underline;
  color: #6d6f71;
}

a:active {
  text-decoration: none;
  color: #6d6f71;
}
ul {
  margin: 0.75rem auto 1rem 1rem;
  list-style-type: none;
	color:#6d6f71;
}

li {
  position: relative; 
  margin: auto;
  padding: 0 0 0.5rem 0.2rem;
}

 li::before {
  position: absolute;
  top: -0.12rem;
  left: -0.9rem;
  content: ">";
  font-size: 1rem;
	 font-weight: 600;
color: #008dca;
} 


.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.refnr {}

.apply {}

.justifier {
  text-align: justify;
}

p:empty {
  height: 1rem;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

.button a {
  display: inline-block;
  background: #35C783;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #35C783;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #35C783;border-color:#35C783;
}
.hide
{
	display: none;
}
.hide_m
{

}


#balken-unten{
	background-color:#35C783;
	margin-bottom:0.6rem;
}

.button-bild{
	position: absolute;
	right:12%;
	bottom: 7%;
	width: 12%;
	margin-bottom:0.6rem;
	
}

.linie{
width: 98%;
	height: 0.13rem;
	background-color: #008dca;
	margin: 2.1rem 0 0 0;	
}

.hashtag{
	font-size:0.88rem;
	color:#008dca;
	font-weight:700;

	
}

.footer
{

	padding: 2% 0 1% 0 ;
	text-align: left;
	font-size:0.95em;
	font-weight: normal;

	
}