/* Version: 05.03.2018 */

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

body {
font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

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

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

.logo{ position: absolute;
top:2rem;
	right: 5%;
	z-index: 1000;
}
.logo img{ width: 11rem;}

#logo{
padding:1.5rem 5% 1.3rem 5%;
text-align:right;
}

#logo img{
width:30%;
}

.titel{ background-color: rgba(255,255,255,0.7);
position: absolute;
bottom: 0;
left: 0;
	 padding: 0.5rem 5%;
}
.content {
  padding: 0 5% 1rem 5% ;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}
.content h3{ padding-top: 2rem;}
.box-left {
  float: left;
  width: 48%;
}

p {
	margin:0;
}

p:empty {
height: 1.125rem;
}

h1 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0;
  margin: 0;
color: #0a1e49;
	
}

h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: 600;
color: #0a1e49;
	padding-bottom: 0.5rem;
}

.word{word-spacing:-0.05rem;}
.letter{letter-spacing:-0.01rem;}
.spacing{
	word-spacing:-0.05rem;
	letter-spacing:-0.01rem;
}


.box-right {
  float: right;
  width: 48%;
}

.footer {
background-color: #082E79;
	color: #fff;  padding: 1rem 5%;
}

.footer::after {
  content: "";
  display: block;
  clear: both;
}
.footer h3{ color: #fff;}
.left2 {
  width: 50%;

	padding:  1rem 5% 1rem 0;
}

.right2 {
  width: 50%;
 margin: 2rem auto 0 auto;
	padding: 1rem 0;
}
.icon{ display: inline-block;
width: 3rem;
	margin: 0 0.3rem;
}

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

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

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

a:hover {
  text-decoration: none;
  color: #aeaa2b;
}

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

.footer a:link {
  color: #fff;
  text-decoration: none;
}

.footer a:visited {
  text-decoration: none;
  color: #fff;
}

.footer a:hover {
  text-decoration: none;
  color: #aeaa2b;
}

.footer a:active {
  text-decoration: none;
  color: #fff;
}

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

li {
  position: relative; 
  margin: auto;
  padding: 0;
}

 li::before {
  position: absolute;
  top: 0.15rem;
  left: -0.8rem;
  content: "■";
  font-size: 0.6rem;
color: #0a1e49;
} 

.copytext ul {
  margin: 0 ;
  list-style-type: disc;
  list-style-type: none;
}

.copytext li {
  position: relative; 
  margin: auto;
  padding: 0;
}

 .copytext li::before {
  content: '';
display: block;
background-color: rgba(174,171,44,1.00);
border-radius: 50%;
position: absolute;
left: 0;
width: 3.5rem;
height: 3.5rem;
top:1.8rem;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} 


.copytext ul li::before {
    background-image: url(haken.svg);
    background-size: 1.1rem;
    background-position: center center;
	background-repeat: no-repeat;}

.copytext ul li {
    padding-left: calc(3.5rem + 1.5em);
    margin-bottom: 2.5rem;
    list-style: none;
    position: relative;
}

#benefits{
	column-count: 2;
	column-gap: 4%;
}

#benefits ul {
	margin: 0;
	list-style-type: disc;
	list-style-type: none;
}

#benefitst li {
  position: relative; 
  margin: auto;
  padding: 0;
}

#benefits li::before {
  content: '';
display: block;
background-color: rgba(174,171,44,1.00);
border-radius: 50%;
position: absolute;
left: 0;
width: 3.5rem;
height: 3.5rem;
top:2.5rem;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} 


#benefits ul li::before {
    background-image: url(haken.svg);
    background-size: 1.1rem;
    background-position: center center;
	background-repeat: no-repeat;}

#benefits ul li {
    padding:1rem 0 1rem 4rem;
    margin:0;
    list-style: none;
    position: relative;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.justifier {
  text-align: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 1rem;
}

.table {
  display: table;
  width: 100%;
  /* border-collapse: collapse; */
  table-layout: fixed;
  /* border-spacing: 3rem; */
}

.row {
  display: table-row;
}

.cell-left,
.cell-right {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 3%;
}

.cell-left {
  border-right: 15px solid #fff;
}

.cell-right {
  border-left: 15px solid #fff;
}

/* .flex {
  display: table;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
} 
*/

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

}

.left {
  width: 50%;
padding-top: 1rem;
	padding-right: 3rem;
}

.right {
  width: 50%;
padding-top: 1rem;
	padding-right: 3rem;
}

.button_box {
  text-align: left;
}

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

.button a {
  display: inline-block;
  background: rgba(174,171,44,1.00);
  padding: 0.8rem 2rem ;
  margin: 1.8rem auto 0 auto;
  cursor: pointer;
font-weight: 600;

  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: rgba(174,171,44,1.00);
}
.refnr {}

.apply {}
