/* 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: HelveticaNeueLTStd-Roman, sans-serif;/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%; /* ------------------------------------------------------------ */
  color: #4f4f4e;
  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;
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url(../../HUEBNER/Schriften/anzeigen.mediaintown.de/templates/job/C2)nsi85WkMzXl~/HelveticaNeueLTStd-Th.otf) format('opentype');
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  src: url(../../HUEBNER/Schriften/anzeigen.mediaintown.de/templates/job/C2)nsi85WkMzXl~/HelveticaNeueLTStd-Roman.otf) format('opentype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url(../../HUEBNER/Schriften/anzeigen.mediaintown.de/templates/job/C2)nsi85WkMzXl~/HelveticaNeueLTStd-Lt.otf) format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url(../../templates/job/C2)nsi85WkMzXl~/HelveticaNeueLTStd-Th.otf) format('opentype');
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  src: url(../../templates/job/C2)nsi85WkMzXl~/HelveticaNeueLTStd-Roman.otf) format('opentype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url(../../templates/job/C2)nsi85WkMzXl~/HelveticaNeueLTStd-Lt.otf) format('opentype');
  font-weight: 100;
}

.light {
  font-family: HelveticaNeueLTStd, sans-serif;
  font-weight: 100;
}

.blau {
  color: #0aa1e2;
}

.upp {
  text-transform: uppercase;
}

.linie {
  border-left: 1px solid #0aa1e2;
}

.abstand {
  padding-left: 1rem;
}

.gross {
  font-size: 0.9rem;
}

.helles-blau {
  background-color: #e5ebf2;
  padding: 0.6rem;
  border-radius: 7px;
}

.dreieck-oben {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #e5ebf2 transparent transparent transparent;
  line-height: 0px;
  _border-color: #e5ebf2 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dreieck-unten {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #e5ebf2 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #e5ebf2 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.aus {
  display: none;
}

h1 {
  line-height: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.h1 {
  position: relative;
}

.standort {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  font-size: 1rem;
  color: #000;
  font-weight: 100;
}

h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: lighter;
}

.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.8rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  position: relative;
}

.title-block {
  position: absolute;
  top: 3rem;
  right: 0;
  padding: 0.9rem 2rem 0rem 1rem;
  width: 20rem;  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(0, 0, 0);  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(256, 256, 256, 0.7);
  color: #000;
  font-size: 0.64rem;
}

.content {
  padding: 2rem;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.footer {
}

.footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link {
  color: #4f4f4e;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #4f4f4e;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #4f4f4e;
}

ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.3rem;
  list-style-type: none;  /* ------------- 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;
  position: relative;
}

/* --------------- 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: #0aa1e2;
}

.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;
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */

/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */

/* .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;
} 
*/

/* -------------- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
}

.left {
  width: 46%;
}

.right {
  width: 50%;
  padding: 0 0 0 2rem;
}

.adresse {
  width: 56%;
  padding: 0.7rem 0 0 0;
}

.logo {
  width: 35%;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/
.button a {
  display: inline-block;
  background: #0aa1e2;
  padding: 0.6rem 3rem 0.6rem 3rem;
  margin: 1.7rem auto 0rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 0.7rem;
  border: 0.1rem solid #0aa1e2;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #0aa1e2;
}

/*_______________________

Tooltip
_______________________
*/
.benefits {
  width: 19.9%;
  float: left;
  padding: 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #e5ebf2;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 99%;
  left: 21%;
  margin-left: -37px;
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e5ebf2 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {
  text-decoration: underline;
  color: blue;
}

.gersys {
  padding-top: 0.7rem;
}
