/* Version: 05.03.2018 */


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 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: Arial, Helvetica, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #444d56;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.4;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 1rem 0;
}

h1 {
  line-height: 1.5;
  font-size: 2.2rem;
  padding: 0;
  margin: 1rem 0rem;
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: normal;
}




@font-face {
  font-family: 'IvarTextHydro-Bold'; 
  src: url("IvarTextHydro-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'IvarTextHydro-Regular'; 
  src: url("IvarTextHydro-Regular.ttf") format('truetype');
}

.Ivar-bold{font-family:IvarTextHydro-Bold, serif;}
.Ivar-regular{font-family:IvarTextHydro-Regular, serif;}

.id{line-height: 1.5;
  font-size: 0.85rem; font-weight: normal;}


.auszeichnung{line-height: 1.5;
  font-size: 1rem;}

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


.content {
  padding: 2rem 2.5rem;
}

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


.footer {
	background-color:#444d56;
	padding:2rem 2.5rem;
	color:#fff;

}

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

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

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

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

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

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

ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: disc;
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* list-style-type: none; */
  /* DANN MUSS "list-style-type: disc;" GELÖSCHT WERDEN.
  /* ------------------------------------------------------------------------------------------------- */
}

li {
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* position: relative; */
  /* ------------------------------------------------------------------------------------------------- */
  margin: auto;
  padding: 0;
}

/* --------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */

/* 
li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "■";
  font-size: 0.8rem;
  color: red;
} 
*/


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

.hide {
  display: none;
}

.refnr {}

.justifier {
  text-align: justify;
  text-align-last: justify;
}

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

p:empty {
  height: 1rem;
}



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

.rechts{float:right;
width:48%; text-align: right;}


.button_box {
  text-align: right;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #ba5946;
  padding: 0.6rem 1.8rem ;
  margin: 1rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #ba5946;
  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: #ba5946;
}

.benefits{width:11.1%; float:left; padding:10px;}
.aus{display:none; }

/*_______________________

hover
_______________________
*/

.hover {position: relative; display: inline-block; opacity: 1}

.hover .hovertext {
    visibility: hidden;
    width: 100px;
  background-image:url("struktur.jpg");
    color: #ba5946;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 97%;
    left: 62%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
	display:block;
	font-size:0.7rem;
}

.hover .hovertext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d5d5d5 transparent transparent transparent;
}

.hover:hover .hovertext { visibility: visible; opacity: 1; display: inline-block;
}

.apply {}
