/* Weitere benötigte CSS Includes */
@import "jquery-ui.css";

/* OTF Fonts Einbinden */
@font-face {
  font-family: WF;
  src: url(../fonts/WF.otf) format("opentype");
  src: url(../fonts/WF.woff) format("woff");
}
@font-face {
  font-family: WF_MDM;
  src: url(../fonts/WFMdm.otf) format("opentype");
  src: url(../fonts/WFMdm.woff) format("woff");
}
@font-face {
  font-family: WF_BLD;
  src: url(../fonts/WFBold.otf) format("opentype");
  src: url(../fonts/WFBold.woff) format("woff");
}
@font-face {
  font-family: WF_LT;
  src: url(../fonts/WFLt.otf) format("opentype");
  src: url(../fonts/WFLt.woff) format("woff");
}
@font-face {
  font-family: WF_LTIT;
  src: url(../fonts/WFLtIt.otf) format("opentype");
  src: url(../fonts/WFLtIt.woff) format("woff");
}
@font-face {
  font-family: WF_HVY;
  src: url(../fonts/WFHvy.otf) format("opentype");
  src: url(../fonts/WFHvy.woff) format("woff");
}

/* Clearfix */
.clearfix {
  display: block;
}

/* Clearfix after */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

/* IE-Patch für IE 7 */
*:first-child + html .clearfix {
  min-height: 0;
}

/* Box-Sizing für alle Elemente festlegen */
* {
  box-sizing: border-box;
}

/* jQuery UI Overrides */
.ui-autocomplete li {
  border: 0 !important;
  color: #e1010c !important;
}
.ui-autocomplete li:hover {
  border: 1px solid #e1010c !important;
  color: #e1010c !important;
}
.ui-autocomplete li.ui-state-focus {
  background: #fff !important;
}
.aclabel {
  font-size: 1em !important;
}

/* Flipbook Overrides */
.flipbook {
  min-height: 550px !important;
  max-height: 550px !important;
}
.flipbook img {
  min-height: 500px !important;
  max-height: 500px !important;
}
.flipbook video {
  min-height: 500px !important;
  max-height: 500px !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
  margin: 0 auto !important;
}
.slidertext {
  min-height: 550px !important;
  max-height: 550px !important;
  overflow-y: scroll !important;
}
.flipbook .caption.current {
  background: #e1010c !important;
}
.flipbook .caption:hover {
  background: #e1010c !important;
}

/* Body */
body {
  font-size: 10px;
  font-family: WF, WF_MDM, WF_BLD, WF_LT, WF_LTIT;
  font-weight: normal;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Header Klassen */
header {
  width: 100%;
  height: 100px;
  float: left;
  border: 0;
  border-bottom: 0;
  position: relative;
  background: #000;
  z-index: 1;
}
header.fixed {
  width: 100%;
  height: 100px;
  float: none;
  position: fixed;
  background: #000;
  border: 0;
  border-bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
header ul {
  width: 70%;
  height: 100px;
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header ul.subnav {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header ul.subnav_ang {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header ul li {
  width: 10%;
  height: 100px;
  float: left;
  text-align: center;
  display: inline-block;
}
header ul.subnav li {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
header ul.subnav_ang li {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
header ul li a {
  width: 100%;
  height: 100px;
  font-family: WF;
  font-size: 1.4em;
  float: left;
  margin-bottom: 0;
  padding-top: 50px;
  cursor: default;
  color: #fff;
}
header ul li a:hover {
  cursor: pointer;
  color: #e1010c;
}
header ul.subnav li a {
  width: 100%;
  height: auto;
  font-family: WF;
  font-size: 1.4em;
  float: left;
  padding: 0;
  letter-spacing: 2px;
  cursor: default;
  color: #000;
}

header ul.subnav li a:hover {
  cursor: pointer;
  color: #fff;
}
header ul.subnav_ang li a {
  width: 100%;
  height: auto;
  font-family: WF;
  font-size: 1.2em;
  float: left;
  padding: 0;
  letter-spacing: 2px;
  cursor: default;
  color: #000;
}
header ul.subnav_ang li a:hover {
  cursor: pointer;
  color: #fff;
}
header nav span {
  width: 30%;
  height: 100px;
  float: left;
  padding: 0;
}
header nav span.homeicon {
  width: 100%;
  height: 100px;
  float: left;
  margin: 0;
  right: 0;
  background: #000;
  cursor: default;
}
header nav span.homeicon:hover {
  cursor: pointer;
}
header nav span a {
  width: 100%;
  height: auto;
  float: left;
}
header nav span img {
  width: 100%;
  height: auto;
}
.pageheader > .headerinside {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.separator {
  border-right: 1px solid #fff;
}
.filler {
  height: 100px;
  float: left;
}

/* Header -> Submenu Navigation Klassen */
.subnav_visible {
  top: 100px;
}
.subnav_invisible {
  top: -125vh;
}
.subnav_partner,
.subnav_standort {
  width: 180px;
  height: auto;
  float: none;
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
}
.subnav_angebote {
  width: 180px;
  height: auto;
  float: none;
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
}

/* Header -> Mobilemenu Klassen */
.mobilemenu_visible {
  width: 100%;
  height: 100%;
  float: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 3;
}
.mobilemenu_invisible {
  width: 100%;
  height: 100%;
  float: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: -125vh;
  left: 0;
  overflow-y: scroll;
  z-index: 3;
}
.mobilemenu_subnav_visible {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  overflow: visible;
}
.mobilemenu_subnav_invisible {
  width: 100%;
  height: 0;
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.mobilemenu_switcher {
  width: 100px;
  height: 100px;
  float: right;
  margin: 0;
  right: 0;
  background-image: url(../pics/systems/icon_mobilemenu_open_h.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: 10px 10px;
  cursor: default;
}
.mobilemenu_switcher a {
  width: 100px;
  height: 100px;
  float: left;
}
ul.mobilemenu {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  margin-top: 100px;
  list-style-type: none;
}
ul.mobilemenu li.mobilemenu {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
ul.mobilemenu li.mobilemenu a {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  color: #fff;
  padding: 0;
  padding-left: 75px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  border: 0;
  position: relative;
  font-family: WF;
  font-size: 2em;
}
label.mobilemenu_accarrow_extended:before {
  content: "▼";
  width: 25px;
  height: 25px;
  float: none;
  position: absolute;
  top: 0;
  left: 28px;
  font-size: 1.6em;
  color: #fff;
}
label.mobilemenu_accarrow_collapsed:before {
  content: "▲";
  width: 25px;
  height: 25px;
  float: none;
  position: absolute;
  top: 0;
  left: 28px;
  font-size: 1.6em;
  color: #fff;
}
label.mobilemenu_accarrow_noicon:before {
  content: "▲";
  width: 25px;
  height: 25px;
  float: none;
  position: absolute;
  top: 6px;
  left: 40px;
  font-size: 1.6em;
  color: #fff;
  transform: rotate(90deg);
}
ul.mobilemenu_subnav {
  list-style-type: none;
}
ul.mobilemenu_subnav li.mobilemenu_subnav {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
ul.mobilemenu_subnav li.mobilemenu_subnav a {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  color: #fff;
  padding: 0;
  padding-left: 100px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  border: 0;
  font-family: WF;
  font-size: 1.6em;
}
img.mobilemenu {
  width: 80px;
  height: 80px;
  float: none;
  top: 10px;
  right: 10px;
}

/* Footer Klassen */
footer {
  width: 100%;
  height: auto;
  float: left;
  background: #000;
  border: 0;
  display: block;
}
footer ul {
  width: 100%;
  height: 100px;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
footer ul li {
  width: 16.666%;
  height: 100px;
  float: left;
  text-align: center;
}
footer ul li a {
  width: 100%;
  height: 100px;
  color: #fff;
  font-family: WF;
  font-size: 1.6em;
  float: left;
  text-decoration: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
}
footer ul li a:hover {
  color: #e1010c;
  cursor: pointer;
}
footer nav {
  width: 100%;
  height: 100px;
  float: left;
}
.pagefooter > .footerinside {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.footericon {
  width: 80px;
  height: 80px;
  float: left;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: center center;
}
.footericon.impressum {
  background-image: url(../pics/systems/icon_impressum.svg);
}
.footericon.impressum:hover {
  background-image: url(../pics/systems/icon_mouseover_impressum.svg);
}
.footericon.facebook {
  background-image: url(../pics/systems/icon_fb.svg);
}
.footericon.facebook:hover {
  background-image: url(../pics/systems/icon_mouseover_fb.svg);
}
.footericon.googleplus {
  background-image: url(../pics/systems/icon_gplus.svg);
}
.footericon.googleplus:hover {
  background-image: url(../pics/systems/icon_mouseover_gplus.svg);
}
.footericon.xing {
  background-image: url(../pics/systems/icon_xing.svg);
}
.footericon.xing:hover {
  background-image: url(../pics/systems/icon_mouseover_xing.svg);
}
.footericon.twitter {
  background-image: url(../pics/systems/icon_twitter.svg);
}
.footericon.twitter:hover {
  background-image: url(../pics/systems/icon_mouseover_twitter.svg);
}
.footericon.instagram {
  background-image: url(../pics/systems/icon_instagram.svg);
}
.footericon.instagram:hover {
  background-image: url(../pics/systems/icon_mouseover_instagram.svg);
}

/* Footer PopUp Window Klassen */
#footer-content {
  display: none;
  position: fixed;
  z-index: 1000;
  background: white;
  width: 80vw;
  height: 80vh;
  top: 5%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border: 1px solid #000;
}
#footer-head {
  position: relative;
  height: 40px;
}
#footer-content .text {
  max-height: 85%;
  overflow: auto;
  padding: 20px;
  display: none;
  font-size: 1.8em;
}
#footer-content .text::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 2px;
}
#footer-content .text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1);
}
#footer-content .text::-webkit-scrollbar-thumb {
  background: rgba(225, 1, 12, 1);
}
#close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 2em;
}
#transparent {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(255, 255, 255, 0);
  display: none;
}

/* Navigation */
nav {
  width: 100%;
  height: 100px;
  float: left;
  background: rgba(255, 255, 255, 0);
}
nav.subnav {
  width: 100%;
  height: auto;
  float: left;
  background: rgba(255, 255, 255, 0);
}

/* Main */
main {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: block; /* IE-Fix, Main kann von IE nicht ohne display Angabe interpretiert werden, da kein UserAgentStyle vorhanden. */
}

/* FORM Klassen */
form {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}

/* iFRAME Klassen */
iframe {
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
}
iframe.wochenhighlight {
  width: 100%;
  height: 85vh;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
}
iframe.onlineshop {
  width: 100%;
  height: 89vh;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}

/* FIELDSET Klassen */
fieldset {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset legend {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF_BLD;
  font-size: 4em;
}

/* ABSATZ Klassen */
p {
  width: 100%;
  height: auto;
  float: left;
  text-align: justify;
}

/* HR Klassen */
hr {
  height: auto;
  float: left;
}
hr.roterfiller {
  width: 100%;
  height: auto;
  float: left;
  border: 15px solid #e1010c;
  padding: 0;
  margin: 0;
}
hr.violetterfiller {
  width: 100%;
  height: auto;
  float: left;
  border: 15px solid #660066;
  padding: 0;
  margin: 0;
}
hr.blauerfiller {
  width: 100%;
  height: auto;
  float: left;
  border: 15px solid #099ee3;
  padding: 0;
  margin: 0;
}

/* INPUT, SELECT & TEXTAREA Klassen */
input[type="text"],
input[type="file"],
input[type="password"] {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 0;
  text-indent: 0.5em;
  padding: 0;
  margin-bottom: 1em;
}
input[type="text"].telekominput {
  height: 35px;
  border-radius: 5px;
  border: 1px solid #e1010c;
}
input[type="text"].telekominput:hover {
  border: 1px solid #e1010c;
}
input[type="text"].i_reparatur {
  height: 35px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e1010c;
}
input[type="text"].i_reparatur:hover {
  border: 1px solid #000;
}
input[type="text"].i_kontakt,
input[type="text"].i_callback {
  height: 35px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
}
input[type="text"].i_kontakt:hover,
input[type="text"].i_callback:hover {
  border: 1px solid #e1010c;
}
input[type="text"].i_teststellung {
  height: 60px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
}
input[type="button"] {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 0;
  text-indent: 0;
  padding: 0;
  margin-bottom: 1em;
}
input[type="button"].telekombutton {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #e1010c;
  color: #fff;
  cursor: default;
}
input[type="button"].telekombutton:hover {
  border: 1px solid #e1010c;
  background: #fff;
  color: #e1010c;
  cursor: pointer;
}
input[type="button"].b_reparatur,
input[type="button"].b_kontakt,
input[type="button"].b_callback {
  height: 35px;
  color: #fff;
  background: #e1010c;
  border-radius: 10px;
  border: 1px solid #fff;
  cursor: default;
}
input[type="button"].b_reparatur:hover,
input[type="button"].b_kontakt:hover,
input[type="button"].b_callback:hover {
  color: #e1010c;
  background: #fff;
  border: 1px solid #e1010c;
  cursor: pointer;
}
input[type="button"].b_readmore {
  width: 100%;
  height: 60px;
  color: #000;
  border: 2px solid #000;
  background: #ef7d00;
  cursor: default;
}
input[type="button"].b_readmore:hover {
  color: #ef7d00;
  border: 2px solid #000;
  background: #000;
  cursor: pointer;
}
input[type="button"].b_teststellung {
  width: 45%;
  height: 60px;
  float: right;
  color: #fff;
  border: 2px solid #ef7d00;
  border-radius: 10px;
  background: #ef7d00;
  cursor: default;
}
input[type="button"].b_teststellung:hover {
  color: #ef7d00;
  border: 2px solid #ef7d00;
  background: #fff;
  cursor: pointer;
}
input[type="checkbox"].cb_repair {
  width: 18px;
  height: 18px;
  float: left;
  vertical-align: sub;
}
input[type="checkbox"].cb_teststellung {
  width: 20px;
  height: 20px;
  float: left;
  vertical-align: sub;
}
textarea {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 0;
  text-indent: 0;
  padding: 0.5em;
  margin-bottom: 1em;
}
textarea.ta_reparatur {
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}
textarea.ta_reparatur:hover {
  border: 1px solid #000;
}
textarea.ta_kontakt {
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
}
textarea.ta_kontakt:hover {
  border: 1px solid #e1010c;
}
textarea.telekominput {
  border-radius: 5px;
  border: 1px solid #e1010c;
}
textarea.telekominput:hover {
  border: 1px solid #e1010c;
}
select {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 0;
  text-indent: 0.25em;
  padding: 0;
  margin-bottom: 1em;
}
select.s_reparatur {
  height: 35px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}
select.s_reparatur:hover {
  border: 1px solid #000;
}
select option {
  background: #fff;
}

/* Ladeanzeige Klassen */
.progressView-loading {
  width: 32%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  border: 1px solid #1a3553;
  background: #e1010c;
  padding: 10px;
  box-sizing: border-box;
  z-index: 1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.progressView-loading-absolute {
  width: 100%;
  height: auto;
  max-height: 272px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #e1010c;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.progressView-loading span,
.progressView-loading-absolute span {
  width: 100%;
  height: 20px;
  position: relative;
  float: left;
  color: #eb601d;
  font-family: "font";
  font-size: 2em;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.progressView-loading img,
.progressView-loading-absolute img {
  height: auto;
  position: relative;
  border-radius: 8px;
}
.progressView-loading .imagehelper,
.progressView-loading-absolute .imagehelper {
  width: 100%;
  height: auto;
  max-height: 270px;
  position: relative;
  float: left;
}
.progressView-loading textarea,
.progressView-loading-absolute textarea {
  max-width: 100%;
  width: 100%;
  height: 110px;
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-top: 5px;
  font-family: "font";
  font-size: 2em;
}
.progressView-loading .progressBarHelper,
.progressView-loading-absolute .progressBarHelper {
  width: 100%;
  height: 20px;
  position: relative;
  float: left;
  background: #eb601d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.progressView-loading .progressBar,
.progressView-loading-absolute .progressBar {
  max-width: 100%;
  width: 0%;
  height: 20px;
  position: relative;
  background: #1a3553;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.progressView-loading .progressBarText,
.progressView-loading-absolute .progressBarText {
  height: 20px;
  color: #fff;
  font-family: "font";
  font-size: 1em;
  position: relative;
  top: -22px;
}

/* LINK Klassen */
a {
  width: 100%;
  height: auto;
  float: left;
  cursor: default;
  text-decoration: none;
  padding: 0;
  margin-bottom: 1em;
}
a.pagelink {
  cursor: default;
  text-decoration: none;
}
a.pagelink:hover {
  cursor: pointer;
  text-decoration: underline;
}
a.simplelink {
  cursor: default;
}
a.simplelink:hover {
  cursor: pointer;
}

/* LABEL Klassen */
label.pagelink {
  cursor: default;
}
label.pagelink:hover {
  cursor: pointer;
}
label.simplelink {
  cursor: default;
}
label.simplelink:hover {
  cursor: pointer;
}

/* FLOAT Klassen */
.leftfloat {
  float: left !important;
}
.rightfloat {
  float: right !important;
}
.clearfloat {
  clear: both !important;
}
.nofloat {
  float: none !important;
}

/* POSITION Klassen */
.relpos {
  position: relative;
}
.abspos {
  position: absolute;
}
.fixpos {
  position: fixed;
}

/* GOOGLE Static Map */
.map-container {
  width: 900px;
  height: 900px;
  float: left;
  position: relative;
  border-radius: 512px;
  background: #e1010c;
}
.marker-icon {
  max-width: 119px;
  width: 25%;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
}
.marker-label {
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: -36px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.5);
}
.marker-label-image {
  width: 36px;
  height: auto;
  float: left;
}
.static-map {
  width: 880px;
  height: 880px;
  float: left;
  position: relative;
  left: 10px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 512px;
}

/* DIV Klassen */
.top_imagecontainer {
  height: 80vh;
  float: left;
  background-image: url(../pics/systems/figurausschnitt.png);
  background-color: #099ee3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.kommunikation_imagecontainer {
  height: 730px;
  float: left;
  background-color: #e6007e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.glasfaser_kabel {
  width: 658px;
  height: 660px;
  float: none;
  left: 0;
  bottom: 0;
  background-image: url(../pics/systems/glasfaser_kabel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.glasfaser_perry {
  width: 505px;
  height: 275px;
  float: none;
  right: 0;
  bottom: 0;
  background-image: url(../pics/systems/glasfaser_perry.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.glasfaser_stoerer {
  width: 389px;
  height: 391px;
  float: none;
  right: 0;
  top: 0;
  background-image: url(../pics/systems/glasfaser_stoerer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.itundpc_imagecontainer {
  height: 900px;
  float: left;
  background-image: url(../pics/systems/itundpc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.callback_container_hidden {
  width: 320px;
  height: 270px;
  float: none;
  top: 25vh;
  right: -320px;
  border-radius: 0 0 0 35px;
  border: 2px solid #fff;
  padding: 3em;
  z-index: 2;
}
.callback_container {
  width: 320px;
  height: 270px;
  float: none;
  top: 25vh;
  right: 0;
  border-radius: 0 0 0 35px;
  border: 2px solid #fff;
  padding: 3em;
  z-index: 2;
}
.newsletter_container {
  width: 50px;
  height: 200px;
  float: none;
  top: 35vh;
  right: 0;
  background-image: url(../pics/systems/icon_newsletter.png);
  background-repeat: no-repeat;
  background-size: 50px 200px;
  background-position: center center;
}
.wertgarantiebanner {
  width: 100%;
  height: 252px;
  float: left;
  background-image: url(../pics/systems/wertgarantiebanner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.siptkcentrex {
  height: 80vh;
  float: left;
  background-image: url(../pics/systems/centrex/Hintergrund_centrexx.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.siptkcentrexx_headline {
  height: 160px;
  float: none;
  background-image: url(../pics/systems/centrex/Headline_centrexx.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon_verein_fcsl {
  width: 100%;
  height: 118px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_FC_Seenland.png);
  background-repeat: no-repeat;
  background-size: 93px 118px;
  background-position: center center;
}
.icon_verein_dwismar {
  width: 100%;
  height: 118px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_Dynamo_Wismar.png);
  background-repeat: no-repeat;
  background-size: 126px 118px;
  background-position: center center;
}
.icon_verein_svbk {
  width: 100%;
  height: 186px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_SV_BadKleinen.png);
  background-repeat: no-repeat;
  background-size: 124px 186px;
  background-position: center center;
}
.icon_verein_fcaw {
  width: 100%;
  height: 186px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_Anker_Wismar.png);
  background-repeat: no-repeat;
  background-size: 162px 186px;
  background-position: center center;
}
.icon_verein_psvw {
  width: 100%;
  height: 186px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_PSV_Wismar.png);
  background-repeat: no-repeat;
  background-size: 145px 186px;
  background-position: center center;
}
.icon_verein_tsgw {
  width: 100%;
  height: 143px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_TSG_Wismar.png);
  background-repeat: no-repeat;
  background-size: 156px 143px;
  background-position: center center;
}
.icon_verein_poesv {
  width: 100%;
  height: 118px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_Poeler_Sportverein.png);
  background-repeat: no-repeat;
  background-size: 118px 118px;
  background-position: center center;
}
.icon_verein_shw {
  width: 100%;
  height: 118px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_SV_Schiffahrt_und_Hafen.png);
  background-repeat: no-repeat;
  background-size: 118px 118px;
  background-position: center center;
}
.icon_verein_c65 {
  width: 100%;
  height: 127px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo_Club_65.png);
  background-repeat: no-repeat;
  background-size: 393px 127px;
  background-position: center center;
}

.icon_verein_c66 {
  width: 100%;
  height: 127px;
  float: left;
  background-image: url(../pics/systems/vereine/Logo-Bauer-Immobilien.png);
  background-repeat: no-repeat;
  background-size: 393px 127px;
  background-position: center center;
}

/* SPAN Klassen */
.datenbereich,
.gridwrapper,
.gridpart {
  height: auto;
  float: left;
}
.center_parent {
  height: auto;
  float: left;
  position: relative;
}
.centered_viewport {
  height: auto;
  position: relative;
  float: none;
  margin: 0 auto !important;
  display: block;
}
.callback_switcher {
  width: 60px;
  height: 60px;
  float: none;
  top: -2px;
  left: -60px;
  border-radius: 35px 0 0 35px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url(../pics/systems/icon_callback.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center center;
}
.top_textcontainer {
  width: 50%;
  top: 20vh;
  left: 0;
}
.top_logocontainer {
  width: 100%;
  top: 40vh;
  left: -36vw;
  background: #000;
  padding: 0 3em 0 0;
}
.top_logoimage {
  width: 50%;
  height: 250px;
  float: right;
  background-color: #000;
  background-image: url(../pics/systems/logo_com2pero_rev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.partner_imagecontainer {
  height: 1003px;
  float: left;
  background-image: url(../pics/systems/partnerlogos1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.kommunikation_textcontainer,
.itundpc_textcontainer {
  width: 100%;
  top: 25vh;
  left: -25vw;
}
.icon_kategorie {
  width: 300px;
  height: 300px;
  float: left;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: center center;
}
.icon_kategorie.kommunikation {
  background-image: url(../pics/systems/icon_kommunikation.svg);
}
.icon_kategorie.itundpc {
  background-image: url(../pics/systems/icon_itundpc.svg);
}
.icon_partner_dreierpack {
  width: 100%;
  height: 110px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon_wrench {
  width: 250px;
  height: 250px;
  float: none;
  bottom: 15vh;
  left: 0;
  display: inline-block;
  background-image: url(../pics/systems/schraubenschluessel.svg);
  background-repeat: no-repeat;
  background-size: 250px 250px;
  background-position: center center;
}
.icon_reparaturmensch {
  width: 300px;
  height: 300px;
  float: left;
  background-image: url(../pics/systems/icon_reparaturmensch.svg);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: center center;
}
.paketservice_imagecontainer {
  width: 100%;
  height: 500px;
  float: left;
  background-image: url(../pics/systems/paketservice.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.icon_pakete {
  width: 300px;
  height: 300px;
  float: left;
  background-image: url(../pics/systems/icon_pakete.svg);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: center center;
}
.shop_aussenansicht {
  width: 520px;
  height: 520px;
  float: none;
  top: -100px;
  right: -100px;
  border-radius: 320px;
  background-color: #e1010c;
  background-image: url(../pics/systems/shop_aussen.png);
  background-repeat: no-repeat;
  background-size: 500px 500px;
  background-position: center center;
  z-index: 1;
}
.netzbetreiberlogo {
  height: 150px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.logo_deutschetelefon {
  width: 370px;
  height: 80px;
  float: none;
  top: 80px;
  left: 80px;
  background-image: url(../pics/systems/centrex/DeutscheTelefon_2023_Logo-weis.png);
  background-repeat: no-repeat;
  background-size: 370px 80px;
  background-position: center center;
}
.text_siptkanlage {
  width: 600px;
  height: 200px;
  float: none;
  top: calc(50% - 100px);
  left: calc(50% - 300px);
}
.perry_stoerer_links_reinschau {
  width: 306px;
  height: 600px;
  float: none;
  top: 250px;
  left: 0;
  background-image: url(../pics/systems/centrex/Figurausschnitt_Telefon-02.png);
  background-repeat: no-repeat;
  background-size: 306px 600px;
  background-position: center center;
}
.netz_stoerer_links {
  width: 200px;
  height: 200px;
  float: none;
  top: 200px;
  left: 100px;
  background-image: url(../pics/systems/centrex/Icon_Netz.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center center;
}
.netz_stoerer_rechts {
  width: 200px;
  height: 200px;
  float: none;
  bottom: 200px;
  right: 100px;
  background-image: url(../pics/systems/centrex/Icon_Netz2.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center center;
}
.netz_stoerer_info_links {
  width: 200px;
  height: 200px;
  float: none;
  top: 200px;
  left: 50px;
  background-image: url(../pics/systems/centrex/Icon_Netz3.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center center;
}
.netz_stoerer_info_rechts {
  width: 250px;
  height: 100px;
  float: none;
  bottom: calc(50% - 75px);
  right: 0px;
  background-image: url(../pics/systems/centrex/Icon_Netz4.png);
  background-size: 250px 100px;
  background-repeat: no-repeat;
  background-position: center center;
}
.netz_stoerer_info_unten {
  width: 200px;
  height: 200px;
  float: none;
  bottom: 50px;
  left: calc(50% - 100px);
  background-image: url(../pics/systems/centrex/Icon_Netz5.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center center;
}
.perry_stoerer_info_unten_aufschau {
  width: 550px;
  height: 425px;
  float: none;
  bottom: 0;
  right: 100px;
  background-image: url(../pics/systems/centrex/Figurausschnitt.png);
  background-repeat: no-repeat;
  background-size: 550px 425px;
  background-position: center center;
}
.centrexinfo {
  height: 80vh;
  float: left;
  background-image: url(../pics/systems/centrex/Infografik_Zeichenfläche1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.centrexicon {
  width: 100%;
  height: 150px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}
.centrexicon.mobilitaet {
  background-size: 100px 150px;
}
.centrexicon.cloud {
  background-size: 200px 150px;
}
.centrexicon.funktionen {
  background-size: 150px 150px;
}
.centrexicon.app {
  background-size: 200px 150px;
}
.centrexicon.preiswert {
  background-size: 100px 150px;
}
.centrexicon.erweitert {
  background-size: 200px 150px;
}
.contentPhone {
  display: none !important;
}
.contentTab {
  display: none !important;
}
.contentWeb {
  display: inline-block !important;
}

/* COOKIE BANNER Klassen */
.cookiebannerContainer {
  width: 100%;
  height: 100%;
  float: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.cookiebannerContent {
  width: 100%;
  max-width: 800px;
  height: 320px;
  float: none;
  position: relative;
  background: #fff;
  padding: 2em;
  margin: 0 auto;
  overflow-y: scroll;
}
.cookiebannerContent::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  border-radius: 2px !important;
}
.cookiebannerContent::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1) !important;
}
.cookiebannerContent::-webkit-scrollbar-thumb {
  background: rgba(225, 1, 12, 1) !important;
}
.cookiebannerContent.top {
  top: 0;
  left: 0;
}
.cookiebannerContent.bottom {
  top: calc(100% - 320px);
  left: 0;
}
.cookiebannerContent.center {
  top: calc(50% - 160px);
  left: 0;
}
.cookiebannerContent label.title {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF;
  font-size: 2.2em;
  font-weight: bold;
  color: #000;
}
.cookiebannerContent label.text {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF;
  font-size: 1.6em;
  color: #000;
}
.cookiebannerContent label.checkboxtext {
  width: auto;
  height: 20px;
  float: none;
  font-family: WF;
  font-size: 1.6em;
  color: #000;
  cursor: default;
}
.cookiebannerContent label.checkboxtext:hover {
  cursor: pointer;
}
.cookiebannerContent label.text a {
  width: auto;
  float: none;
  color: #e1010c;
  text-decoration: none;
  cursor: default;
}
.cookiebannerContent label.text a:hover {
  color: #1a3553;
  text-decoration: underline;
  cursor: pointer;
}
.cookiebannerContent input[type="button"] {
  width: 33%;
  height: 35px;
  float: right;
  background: #e1010c;
  color: #fff;
  border: 2px solid #e1010c;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: default;
}
.cookiebannerContent input[type="button"]:hover {
  background: #fff;
  color: #e1010c;
  border: 2px solid #e1010c;
  cursor: pointer;
}
.cookiebannerContent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  float: none;
  vertical-align: sub;
  cursor: default;
}
.cookiebannerContent input[type="checkbox"]:hover {
  cursor: pointer;
}
.cookiebannerElement_width {
  width: 25%;
}

/* ERROR Klassen */
.error {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
#errorcontainer {
  width: 65vw;
  float: none;
  max-width: 1280px;
  position: fixed;
  border-radius: 8px;
  border: 1px solid #000;
  top: 42vh;
  left: 17vw;
  z-index: 2;
}

/* FONT Klassen */
.WF_veryhuge {
  font-family: WF;
  font-size: 10em;
}
.WF_huge {
  font-family: WF;
  font-size: 8em;
}
.WF_verybig {
  font-family: WF;
  font-size: 6em;
}
.WF_mediumbig {
  font-family: WF;
  font-size: 5em;
}
.WF_big {
  font-family: WF;
  font-size: 4em;
}
.WF_medium {
  font-family: WF;
  font-size: 3em;
}
.WF_small {
  font-family: WF;
  font-size: 2em;
}
.WF_tiny {
  font-family: WF;
  font-size: 1.6em;
}
.WF_little {
  font-family: WF;
  font-size: 1em;
}
.WF_reduced {
  font-family: WF;
  font-size: 0.6em;
}
.WF_MDM_veryhuge {
  font-family: WF_MDM;
  font-size: 10em;
}
.WF_MDM_huge {
  font-family: WF_MDM;
  font-size: 8em;
}
.WF_MDM_verybig {
  font-family: WF_MDM;
  font-size: 6em;
}
.WF_MDM_mediumbig {
  font-family: WF_MDM;
  font-size: 5em;
}
.WF_MDM_big {
  font-family: WF_MDM;
  font-size: 4em;
}
.WF_MDM_medium {
  font-family: WF_MDM;
  font-size: 3em;
}
.WF_MDM_small {
  font-family: WF_MDM;
  font-size: 2em;
}
.WF_MDM_tiny {
  font-family: WF_MDM;
  font-size: 1.6em;
}
.WF_MDM_little {
  font-family: WF_MDM;
  font-size: 1em;
}
.WF_BLD_veryhuge {
  font-family: WF_BLD;
  font-size: 10em;
}
.WF_BLD_huge {
  font-family: WF_BLD;
  font-size: 8em;
}
.WF_BLD_verybig {
  font-family: WF_BLD;
  font-size: 6em;
}
.WF_BLD_mediumbig {
  font-family: WF_BLD;
  font-size: 5em;
}
.WF_BLD_big {
  font-family: WF_BLD;
  font-size: 4em;
}
.WF_BLD_medium {
  font-family: WF_BLD;
  font-size: 3em;
}
.WF_BLD_small {
  font-family: WF_BLD;
  font-size: 2em;
}
.WF_BLD_tiny {
  font-family: WF_BLD;
  font-size: 1.6em;
}
.WF_BLD_little {
  font-family: WF_BLD;
  font-size: 1em;
}
.WF_LT_veryhuge {
  font-family: WF_LT;
  font-size: 10em;
}
.WF_LT_huge {
  font-family: WF_LT;
  font-size: 8em;
}
.WF_LT_verybig {
  font-family: WF_LT;
  font-size: 6em;
}
.WF_LT_mediumbig {
  font-family: WF_LT;
  font-size: 5em;
}
.WF_LT_big {
  font-family: WF_LT;
  font-size: 4em;
}
.WF_LT_medium {
  font-family: WF_LT;
  font-size: 3em;
}
.WF_LT_small {
  font-family: WF_LT;
  font-size: 2em;
}
.WF_LT_tiny {
  font-family: WF_LT;
  font-size: 1.6em;
}
.WF_LT_little {
  font-family: WF_LT;
  font-size: 1em;
}
.WF_LTIT_veryhuge {
  font-family: WF_LTIT;
  font-size: 10em;
}
.WF_LTIT_huge {
  font-family: WF_LTIT;
  font-size: 8em;
}
.WF_LTIT_verybig {
  font-family: WF_LTIT;
  font-size: 6em;
}
.WF_LTIT_mediumbig {
  font-family: WF_LTIT;
  font-size: 5em;
}
.WF_LTIT_big {
  font-family: WF_LTIT;
  font-size: 4em;
}
.WF_LTIT_medium {
  font-family: WF_LTIT;
  font-size: 3em;
}
.WF_LTIT_small {
  font-family: WF_LTIT;
  font-size: 2em;
}
.WF_LTIT_tiny {
  font-family: WF_LTIT;
  font-size: 1.6em;
}
.WF_LTIT_little {
  font-family: WF_LTIT;
  font-size: 1em;
}
.WF_HVY_veryhuge {
  font-family: WF_HVY;
  font-size: 10em;
}
.WF_HVY_huge {
  font-family: WF_HVY;
  font-size: 8em;
}
.WF_HVY_verybig {
  font-family: WF_HVY;
  font-size: 6em;
}
.WF_HVY_mediumbig {
  font-family: WF_HVY;
  font-size: 5em;
}
.WF_HVY_big {
  font-family: WF_HVY;
  font-size: 4em;
}
.WF_HVY_medium {
  font-family: WF_HVY;
  font-size: 3em;
}
.WF_HVY_small {
  font-family: WF_HVY;
  font-size: 2em;
}
.WF_HVY_tiny {
  font-family: WF_HVY;
  font-size: 1.6em;
}
.WF_HVY_little {
  font-family: WF_HVY;
  font-size: 1em;
}
.font_bold {
  font-weight: bold;
}
.font_normal {
  font-weight: normal;
}
.word_break {
  word-break: break-all;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_justify {
  text-align: justify;
}
.letterspacing_1px {
  letter-spacing: 1px;
}
.letterspacing_2px {
  letter-spacing: 2px;
}
.letterspacing_5px {
  letter-spacing: 5px;
}
.letterspacing_28px {
  letter-spacing: 28px;
}
.letterspacing_50px {
  letter-spacing: 50px;
}

/* SLIDER Klassen */
.feed-message {
  width: 100%;
  height: auto;
  float: left;
  padding: 1em;
  color: #fff;
}
.feed-message p.big {
  font-family: WF;
  font-size: 3em;
}
.feed-message p.medium {
  font-family: WF;
  font-size: 2em;
}
.slidertext {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF;
  font-size: 2em;
}
.feed_label {
  width: 100%;
  height: auto;
  float: left;
}
.feed_switcher {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 1em;
  cursor: default;
  color: #fff;
  text-decoration: none;
}
.feed_switcher:hover {
  cursor: pointer;
  color: #e1010c;
  text-decoration: underline;
}

/* Image Klassen */
img.imghover {
  cursor: default;
}
img.imghover:hover {
  cursor: pointer;
}

/* Margin Helper Klassen */
.automargin {
  margin: 0 auto;
}
.nomargin {
  margin: 0;
}
.nomargintop {
  margin-top: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.margin_10 {
  margin: 10em;
}
.margin_8 {
  margin: 8em;
}
.margin_6 {
  margin: 6em;
}
.margin_5 {
  margin: 5em;
}
.margin_4 {
  margin: 4em;
}
.margin_3 {
  margin: 3em;
}
.margin_2 {
  margin: 2em;
}
.margin_1 {
  margin: 1em;
}
.margin_05 {
  margin: 0.5em;
}
.margin_top_10 {
  margin-top: 10em;
}
.margin_top_8 {
  margin-top: 8em;
}
.margin_top_6 {
  margin-top: 6em;
}
.margin_top_5 {
  margin-top: 5em;
}
.margin_top_4 {
  margin-top: 4em;
}
.margin_top_3 {
  margin-top: 3em;
}
.margin_top_2 {
  margin-top: 2em;
}
.margin_top_1 {
  margin-top: 1em;
}
.margin_top_05 {
  margin-top: 0.5em;
}
.margin_bottom_10 {
  margin-bottom: 10em;
}
.margin_bottom_8 {
  margin-bottom: 8em;
}
.margin_bottom_6 {
  margin-bottom: 6em;
}
.margin_bottom_5 {
  margin-bottom: 5em;
}
.margin_bottom_4 {
  margin-bottom: 4em;
}
.margin_bottom_3 {
  margin-bottom: 3em;
}
.margin_bottom_2 {
  margin-bottom: 2em;
}
.margin_bottom_1 {
  margin-bottom: 1em;
}
.margin_bottom_05 {
  margin-bottom: 0.5em;
}
.margin_left_10 {
  margin-left: 10em;
}
.margin_left_8 {
  margin-left: 8em;
}
.margin_left_6 {
  margin-left: 6em;
}
.margin_left_5 {
  margin-left: 5em;
}
.margin_left_4 {
  margin-left: 4em;
}
.margin_left_3 {
  margin-left: 3em;
}
.margin_left_2 {
  margin-left: 2em;
}
.margin_left_1 {
  margin-left: 1em;
}
.margin_left_05 {
  margin-left: 0.5em;
}
.margin_right_10 {
  margin-right: 10em;
}
.margin_right_8 {
  margin-right: 8em;
}
.margin_right_6 {
  margin-right: 6em;
}
.margin_right_5 {
  margin-right: 5em;
}
.margin_right_4 {
  margin-right: 4em;
}
.margin_right_3 {
  margin-right: 3em;
}
.margin_right_2 {
  margin-right: 2em;
}
.margin_right_1 {
  margin-right: 1em;
}
.margin_right_05 {
  margin-right: 0.5em;
}

/* Padding Helper Klassen */
.nopadding {
  padding: 0;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingtop {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.padding_10 {
  padding: 10em;
}
.padding_8 {
  padding: 8em;
}
.padding_6 {
  padding: 6em;
}
.padding_5 {
  padding: 5em;
}
.padding_4 {
  padding: 4em;
}
.padding_3 {
  padding: 3em;
}
.padding_2 {
  padding: 2em;
}
.padding_1 {
  padding: 1em;
}
.padding_05 {
  padding: 0.5em;
}
.padding_top_10 {
  padding-top: 10em;
}
.padding_top_8 {
  padding-top: 8em;
}
.padding_top_6 {
  padding-top: 6em;
}
.padding_top_5 {
  padding-top: 5em;
}
.padding_top_4 {
  padding-top: 4em;
}
.padding_top_3 {
  padding-top: 3em;
}
.padding_top_2 {
  padding-top: 2em;
}
.padding_top_1 {
  padding-top: 1em;
}
.padding_top_05 {
  padding-top: 0.5em;
}
.padding_bottom_10 {
  padding-bottom: 10em;
}
.padding_bottom_8 {
  padding-bottom: 8em;
}
.padding_bottom_6 {
  padding-bottom: 6em;
}
.padding_bottom_5 {
  padding-bottom: 5em;
}
.padding_bottom_4 {
  padding-bottom: 4em;
}
.padding_bottom_3 {
  padding-bottom: 3em;
}
.padding_bottom_2 {
  padding-bottom: 2em;
}
.padding_bottom_1 {
  padding-bottom: 1em;
}
.padding_bottom_05 {
  padding-bottom: 0.5em;
}
.padding_left_10 {
  padding-left: 10em;
}
.padding_left_8 {
  padding-left: 8em;
}
.padding_left_6 {
  padding-left: 6em;
}
.padding_left_5 {
  padding-left: 5em;
}
.padding_left_4 {
  padding-left: 4em;
}
.padding_left_3 {
  padding-left: 3em;
}
.padding_left_2 {
  padding-left: 2em;
}
.padding_left_1 {
  padding-left: 1em;
}
.padding_left_05 {
  padding-left: 0.5em;
}
.padding_right_10 {
  padding-right: 10em;
}
.padding_right_8 {
  padding-right: 8em;
}
.padding_right_6 {
  padding-right: 6em;
}
.padding_right_5 {
  padding-right: 5em;
}
.padding_right_4 {
  padding-right: 4em;
}
.padding_right_3 {
  padding-right: 3em;
}
.padding_right_2 {
  padding-right: 2em;
}
.padding_right_1 {
  padding-right: 1em;
}
.padding_right_05 {
  padding-right: 0.5em;
}

/* Width Helper Klassen */
.autowidth {
  width: auto;
}
.nowidth {
  width: 0 !important;
}
.width_5 {
  width: 5%;
}
.width_10 {
  width: 10%;
}
.width_12-5 {
  width: 12.5%;
}
.width_15 {
  width: 15%;
}
.width_16-6 {
  width: 16.666%;
}
.width_20 {
  width: 20%;
}
.width_25 {
  width: 25%;
}
.width_30 {
  width: 30%;
}
.width_32 {
  width: 32%;
}
.width_33 {
  width: 33%;
}
.width_35 {
  width: 35%;
}
.width_40 {
  width: 40%;
}
.width_45 {
  width: 45%;
}
.width_50 {
  width: 50%;
}
.width_52 {
  width: 52%;
}
.width_55 {
  width: 55%;
}
.width_60 {
  width: 60%;
}
.width_65 {
  width: 65%;
}
.width_66 {
  width: 66%;
}
.width_70 {
  width: 70%;
}
.width_75 {
  width: 75%;
}
.width_80 {
  width: 80%;
}
.width_85 {
  width: 85%;
}
.width_90 {
  width: 90%;
}
.width_95 {
  width: 95%;
}
.width_99 {
  width: 99%;
}
.width_100 {
  width: 100%;
}

/* Max-Width Helper Klassen */
.nomaxwidth {
  max-width: none !important;
}
.max_width_80 {
  max-width: 80px;
}
.max_width_100 {
  max-width: 100px;
}
.max_width_150 {
  max-width: 150px;
}
.max_width_256 {
  max-width: 256px;
}
.max_width_300 {
  max-width: 300px;
}
.max_width_320 {
  max-width: 320px;
}
.max_width_350 {
  max-width: 350px;
}
.max_width_480 {
  max-width: 480px;
}
.max_width_550 {
  max-width: 550px;
}
.max_width_640 {
  max-width: 640px;
}
.max_width_720 {
  max-width: 720px;
}
.max_width_800 {
  max-width: 800px;
}
.max_width_960 {
  max-width: 960px;
}
.max_width_1024 {
  max-width: 1024px;
}
.max_width_1140 {
  max-width: 1140px;
}
.max_width_1280 {
  max-width: 1280px;
}

/* HEIGHT Klassen */
.autoheight {
  height: auto;
}
.noheight {
  height: 0 !important;
}
.fullheight {
  height: 100%;
}
.height_500 {
  height: 500px;
}

/* Border Helper Klassen */
.noborder {
  border: 0;
}
.border_white {
  border: 1px solid #fff;
}
.border_white_vertikal {
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.border_white_horizontal {
  border: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.border_black {
  border: 1px solid #000;
}
.border_black_vertikal {
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.border_black_horizontal {
  border: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.border_lightgrey {
  border: 1px solid #999;
}
.border_lightgrey_vertikal {
  border: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.border_lightgrey_horizontal {
  border: 0;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.border_darkgrey {
  border: 1px solid #333;
}
.border_darkgrey_vertikal {
  border: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.border_darkgrey_horizontal {
  border: 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

/* Hintergrund Helper Klassen */
.bg_transparent {
  background: rgba(255, 255, 255, 0);
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_lightgrey {
  background: #999;
}
.bg_darkgrey {
  background: #333;
}
.bg_c2prot {
  background: #e1010c;
}
.bg_c2pblau {
  background: #099ee3;
}
.bg_c2pviolett {
  background: #660066;
}
.bg_c2pgruen {
  background: #76b82a;
}
.bg_c2porange {
  background: #ef7d00;
}
.bg_c2pgrau {
  background: #9d9c9c;
}
.bg_whitetransparent {
  background: rgba(255, 255, 255, 0.5);
}

/* Color Helper Klassen */
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
.color_lightgrey {
  color: #999;
}
.color_darkgrey {
  color: #333;
}
.color_c2prot {
  color: #e1010c;
}
.color_c2pblau {
  color: #099ee3;
}
.color_c2pviolett {
  color: #660066;
}
.color_c2pgruen {
  color: #76b82a;
}
.color_c2porange {
  color: #ef7d00;
}
.color_c2pgrau {
  color: #9d9c9c;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
  /* Flipbook Overrides */
  .flipbook {
    min-height: 450px !important;
    max-height: 450px !important;
  }
  .flipbook img {
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .flipbook video {
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .slidertext {
    min-height: 450px !important;
    max-height: 450px !important;
  }

  /* HEADER Klassen */
  header,
  header.fixed {
    background: #fff;
    height: 100px;
  }
  header nav span {
    width: calc(100% - 100px);
    height: 100px;
  }
  header nav span a {
    width: 100%;
    height: 100px;
  }
  header nav span.homeicon {
    width: 100%;
    height: 100px;
    background-color: #fff;
    background-image: url(../pics/systems/logo_com2pero.svg);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-position: center center;
  }
  .filler {
    height: 100px;
  }

  /* NAV Klassen */
  nav {
    height: 100px;
  }

  /* DIV Klassen */
  .top_imagecontainer {
    background-position: 40vw center;
  }

  /* SPAN Klassen */
  .top_textcontainer {
    width: 75%;
    top: 0;
    padding: 2em;
  }
  .top_logocontainer {
    top: 25vh;
    left: -40vw;
  }
  .partner_imagecontainer {
    height: 600px;
  }
  .icon_wrench {
    display: none;
  }
  .shop_aussenansicht {
    right: 0;
    top: -120px;
  }
  .perry_stoerer_links_reinschau {
    width: 450px;
    height: 500px;
    top: unset;
    bottom: -130px;
    left: calc(50% - 225px);
    background-image: url(../pics/systems/centrex/Figurausschnitt_Telefon-01.png);
    background-size: 450px 500px;
  }
  .netz_stoerer_links {
    width: 100px;
    height: 100px;
    top: 60px;
    left: unset;
    right: 100px;
    background-size: 100px 100px;
  }
  .netz_stoerer_rechts {
    width: 100px;
    height: 100px;
    top: unset;
    bottom: 60px;
    left: 100px;
    right: unset;
    background-size: 100px 100px;
  }
  .netz_stoerer_info_links {
    width: 100px;
    height: 100px;
    top: 320px;
    background-size: 100px 100px;
  }
  .netz_stoerer_info_rechts {
    width: 125px;
    height: 50px;
    bottom: unset;
    top: 700px;
    background-size: 125px 50px;
  }
  .netz_stoerer_info_unten {
    width: 100px;
    height: 100px;
    bottom: 300px;
    left: 150px;
    background-size: 100px 100px;
  }
  .perry_stoerer_info_unten_aufschau {
    right: calc(50% - 275px);
  }
  .centrexinfo {
    height: 1000px;
    background-image: url(../pics/systems/centrex/Infografik_vertikal_Zeichenfläche1.png);
    background-size: 200%;
  }
  .contentPhone {
    display: none !important;
  }
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: inline-block !important;
  }

  /* Google StaticMap Klassen */
  .map-container {
    width: 720px;
    height: 720px;
  }
  .static-map {
    width: 700px;
    height: 700px;
  }

  /* FONT Klassen */
  .WF_veryhuge {
    font-size: 8em;
  }
  .WF_huge {
    font-size: 7em;
  }
  .WF_verybig {
    font-size: 5em;
  }
  .WF_mediumbig {
    font-size: 4em;
  }
  .WF_big {
    font-size: 3em;
  }
  .WF_medium {
    font-size: 2em;
  }
  .WF_small {
    font-size: 1.6em;
  }
  .WF_tiny {
    font-size: 1.2em;
  }
  .WF_little {
    font-size: 0.8em;
  }
  .WF_MDM_veryhuge {
    font-size: 8em;
  }
  .WF_MDM_huge {
    font-size: 7em;
  }
  .WF_MDM_verybig {
    font-size: 5em;
  }
  .WF_MDM_mediumbig {
    font-size: 4em;
  }
  .WF_MDM_big {
    font-size: 3em;
  }
  .WF_MDM_medium {
    font-size: 2em;
  }
  .WF_MDM_small {
    font-size: 1.6em;
  }
  .WF_MDM_tiny {
    font-size: 1.2em;
  }
  .WF_MDM_little {
    font-size: 0.8em;
  }
  .WF_BLD_veryhuge {
    font-size: 8em;
  }
  .WF_BLD_huge {
    font-size: 7em;
  }
  .WF_BLD_verybig {
    font-size: 5em;
  }
  .WF_BLD_mediumbig {
    font-size: 4em;
  }
  .WF_BLD_big {
    font-size: 3em;
  }
  .WF_BLD_medium {
    font-size: 2em;
  }
  .WF_BLD_small {
    font-size: 1.6em;
  }
  .WF_BLD_tiny {
    font-size: 1.2em;
  }
  .WF_BLD_little {
    font-size: 0.8em;
  }
  .WF_LT_veryhuge {
    font-size: 8em;
  }
  .WF_LT_huge {
    font-size: 7em;
  }
  .WF_LT_verybig {
    font-size: 5em;
  }
  .WF_LT_mediumbig {
    font-size: 4em;
  }
  .WF_LT_big {
    font-size: 3em;
  }
  .WF_LT_medium {
    font-size: 2em;
  }
  .WF_LT_small {
    font-size: 1.6em;
  }
  .WF_LT_tiny {
    font-size: 1.2em;
  }
  .WF_LT_little {
    font-size: 0.8em;
  }
  .WF_LTIT_veryhuge {
    font-size: 8em;
  }
  .WF_LTIT_huge {
    font-size: 7em;
  }
  .WF_LTIT_verybig {
    font-size: 5em;
  }
  .WF_LTIT_mediumbig {
    font-size: 4em;
  }
  .WF_LTIT_big {
    font-size: 3em;
  }
  .WF_LTIT_medium {
    font-size: 2em;
  }
  .WF_LTIT_small {
    font-size: 1.6em;
  }
  .WF_LTIT_tiny {
    font-size: 1.2em;
  }
  .WF_LTIT_little {
    font-size: 0.8em;
  }
  .WF_HVY_veryhuge {
    font-size: 8em;
  }
  .WF_HVY_huge {
    font-size: 7em;
  }
  .WF_HVY_verybig {
    font-size: 5em;
  }
  .WF_HVY_mediumbig {
    font-size: 4em;
  }
  .WF_HVY_big {
    font-size: 3em;
  }
  .WF_HVY_medium {
    font-size: 2em;
  }
  .WF_HVY_small {
    font-size: 1.6em;
  }
  .WF_HVY_tiny {
    font-size: 1.2em;
  }
  .WF_HVY_little {
    font-size: 0.8em;
  }
  .align_center_mt {
    text-align: center;
  }
  .align_left_mt {
    text-align: left;
  }
  .align_right_mt {
    text-align: right;
  }
  .align_justify_mt {
    text-align: justify;
  }

  /* PADDING Klassen */
  .padding_bottom_300p_mt {
    padding-bottom: 300px;
  }
  .padding_bottom_400p_mt {
    padding-bottom: 400px;
  }
  .padding_2_mt {
    padding: 2em;
  }
  .padding_left_5_mt {
    padding-left: 5em;
  }
  .padding_right_5_mt {
    padding-right: 5em;
  }

  /* WIDTH Klassen */
  .width_100_mt {
    width: 100%;
  }
  .width_25_mt {
    width: 25%;
  }
  .width_50_mt {
    width: 50%;
  }
}

/* Media Query für Landscape Ansicht iPad (Apple) */
@media screen and (max-width: 1024px) {
  /* SPAN Klassen */
  .glasfaser_kabel {
    width: 400px;
    height: 401px;
  }
  .glasfaser_perry {
    width: 300px;
    height: 192px;
  }
  .glasfaser_stoerer {
    width: 300px;
    height: 300px;
  }
}

/* Media Query für Landscape Ansicht iPhoneX (Apple) */
@media screen and (min-width: 812px) and (max-width: 812px) and (min-height: 375px) and (max-height: 375px) {
  /* SPAN Klassen */
  .siptkcentrex {
    height: 180vh;
  }
  .glasfaser_kabel {
    width: 321px;
    height: 320px;
  }
  .glasfaser_perry {
    width: 250px;
    height: 137px;
  }
  .glasfaser_stoerer {
    width: 245px;
    height: 256px;
  }
  .contentPhone {
    display: none !important;
  }
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: inline-block !important;
  }

  /* COOKIE BANNER Klassen */
  .cookiebannerContent {
    width: auto;
    margin: 0 2em 0 2em;
  }
}

/* Media Query für Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
  /* Flipbook Overrides */
  .flipbook {
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .flipbook img {
    min-height: 350px !important;
    max-height: 350px !important;
  }
  .flipbook video {
    min-height: 350px !important;
    max-height: 350px !important;
  }
  .slidertext {
    min-height: 400px !important;
    max-height: 400px !important;
  }

  /* SPAN Klassen */
  .top_imagecontainer {
    height: 56vh;
  }
  .kommunikation_textcontainer,
  .itundpc_textcontainer {
    left: -15vw;
  }
  .glasfaser_kabel {
    width: 321px;
    height: 320px;
  }
  .glasfaser_perry {
    width: 250px;
    height: 137px;
  }
  .glasfaser_stoerer {
    width: 245px;
    height: 256px;
  }
  .shop_aussenansicht {
    top: -200px;
  }
  .contentPhone {
    display: none !important;
  }
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: inline-block !important;
  }

  /* COOKIE BANNER Klassen */
  .cookiebannerContent {
    width: auto;
    height: 350px;
    margin: 0 2em 0 2em;
  }
  .cookiebannerContent.bottom {
    top: calc(100% - 350px);
    left: 0;
  }
  .cookiebannerContent.center {
    top: calc(50% - 175px);
    left: 0;
  }
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
  /* Flipbook Overrides */
  .flipbook {
    min-height: 350px !important;
    max-height: 350px !important;
  }
  .flipbook img {
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .flipbook video {
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .slidertext {
    min-height: 350px !important;
    max-height: 350px !important;
    font-size: 1.4em !important;
  }

  /* INPUT Klassen */
  input[type="checkbox"].cb_repair {
    width: 14px;
    height: 14px;
  }
  input[type="text"].i_teststellung {
    height: 45px;
  }
  input[type="checkbox"].cb_teststellung {
    width: 14px;
    height: 14px;
  }

  /* HEADER Klassen */
  header.fixed {
    height: 60px;
  }
  header nav span {
    width: calc(100% - 60px);
    height: 60px;
  }
  header nav span.homeicon {
    width: 100%;
    height: 60px;
    background-size: 100% 60px;
  }
  header nav span a {
    width: 100%;
    height: 60px;
  }
  .mobilemenu_switcher {
    width: 60px;
    height: 60px;
    background-size: 40px 40px;
  }
  .mobilemenu_switcher a {
    width: 60px;
    height: 60px;
  }
  .filler {
    height: 60px;
  }

  /* FOOTER Klassen */
  footer {
    display: none;
  }

  /* NAV Klassen */
  nav {
    height: 60px;
  }

  /* GOOGLE Static Maps Klassen */
  .map-container {
    width: 380px;
    height: 380px;
  }
  .static-map {
    width: 360px;
    height: 360px;
    left: 10px;
    top: 10px;
  }

  /* DIV Klassen */
  .top_imagecontainer {
    height: 90vh;
  }
  .siptkcentrexx_headline {
    height: 100px;
  }

  /* SPAN Klassen */
  .top_logocontainer {
    top: 40vh;
  }
  .top_logoimage {
    height: 150px;
  }
  .partner_imagecontainer {
    height: 400px;
  }
  .shop_aussenansicht {
    width: 320px;
    height: 320px;
    top: -35vh;
    right: 5vw;
    background-size: 300px 300px;
  }
  .logo_deutschetelefon {
    width: 170px;
    height: 50px;
    background-size: 170px 50px;
  }
  .siptkcentrex {
    height: 180vh;
  }
  .netz_stoerer_info_unten {
    left: 50px;
  }
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: none !important;
  }
  .contentPhone {
    display: inline-block !important;
  }

  /* COOKIE BANNER Klassen */
  .cookiebannerContent {
    height: 340px;
  }
  .cookiebannerContent.bottom {
    top: calc(100% - 340px);
    left: 0;
  }
  .cookiebannerContent.center {
    top: calc(50% - 170px);
    left: 0;
  }

  /* FONT Klassen */
  .WF_veryhuge {
    font-size: 7em;
  }
  .WF_huge {
    font-size: 6em;
  }
  .WF_verybig {
    font-size: 4em;
  }
  .WF_mediumbig {
    font-size: 3em;
  }
  .WF_big {
    font-size: 2em;
  }
  .WF_medium {
    font-size: 1.6em;
  }
  .WF_small {
    font-size: 1.2em;
  }
  .WF_tiny {
    font-size: 0.8em;
  }
  .WF_little {
    font-size: 0.6em;
  }
  .WF_MDM_veryhuge {
    font-size: 7em;
  }
  .WF_MDM_huge {
    font-size: 6em;
  }
  .WF_MDM_verybig {
    font-size: 4em;
  }
  .WF_MDM_mediumbig {
    font-size: 3em;
  }
  .WF_MDM_big {
    font-size: 2em;
  }
  .WF_MDM_medium {
    font-size: 1.6em;
  }
  .WF_MDM_small {
    font-size: 1.2em;
  }
  .WF_MDM_tiny {
    font-size: 0.8em;
  }
  .WF_MDM_little {
    font-size: 0.6em;
  }
  .WF_BLD_veryhuge {
    font-size: 7em;
  }
  .WF_BLD_huge {
    font-size: 6em;
  }
  .WF_BLD_verybig {
    font-size: 4em;
  }
  .WF_BLD_mediumbig {
    font-size: 3em;
  }
  .WF_BLD_big {
    font-size: 2em;
  }
  .WF_BLD_medium {
    font-size: 1.6em;
  }
  .WF_BLD_small {
    font-size: 1.2em;
  }
  .WF_BLD_tiny {
    font-size: 0.8em;
  }
  .WF_BLD_little {
    font-size: 0.6em;
  }
  .WF_LT_veryhuge {
    font-size: 7em;
  }
  .WF_LT_huge {
    font-size: 6em;
  }
  .WF_LT_verybig {
    font-size: 4em;
  }
  .WF_LT_mediumbig {
    font-size: 3em;
  }
  .WF_LT_big {
    font-size: 2em;
  }
  .WF_LT_medium {
    font-size: 1.6em;
  }
  .WF_LT_small {
    font-size: 1.2em;
  }
  .WF_LT_tiny {
    font-size: 0.8em;
  }
  .WF_LT_little {
    font-size: 0.6em;
  }
  .WF_LTIT_veryhuge {
    font-size: 7em;
  }
  .WF_LTIT_huge {
    font-size: 6em;
  }
  .WF_LTIT_verybig {
    font-size: 4em;
  }
  .WF_LTIT_mediumbig {
    font-size: 3em;
  }
  .WF_LTIT_big {
    font-size: 2em;
  }
  .WF_LTIT_medium {
    font-size: 1.6em;
  }
  .WF_LTIT_small {
    font-size: 1.2em;
  }
  .WF_LTIT_tiny {
    font-size: 0.8em;
  }
  .WF_LTIT_little {
    font-size: 0.6em;
  }
  .WF_HVY_veryhuge {
    font-size: 7em;
  }
  .WF_HVY_huge {
    font-size: 6em;
  }
  .WF_HVY_verybig {
    font-size: 4em;
  }
  .WF_HVY_mediumbig {
    font-size: 3em;
  }
  .WF_HVY_big {
    font-size: 2em;
  }
  .WF_HVY_medium {
    font-size: 1.6em;
  }
  .WF_HVY_small {
    font-size: 1.2em;
  }
  .WF_HVY_tiny {
    font-size: 0.8em;
  }
  .WF_HVY_little {
    font-size: 0.6em;
  }
  .align_center_mp {
    text-align: center;
  }
  .align_left_mp {
    text-align: left;
  }
  .align_right_mp {
    text-align: right;
  }
  .align_justify_mp {
    text-align: justify;
  }

  /* IMG Klassen */
  img.mobilemenu {
    width: 50px;
    height: 50px;
  }

  /* WIDTH Klassen */
  .width_50_mp {
    width: 50%;
  }
  .width_100_mp {
    width: 100%;
  }

  /* MARGIN Klassen */
  .nomargin_mp {
    margin: 0;
  }
  .margin_bottom_3_mp {
    margin-bottom: 3em;
  }

  /* PADDING Klassen */
  .nopadding_mp {
    padding: 0;
  }
  .padding_2_mp {
    padding: 2em;
  }
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
  /* SPAN Klassen */
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: none !important;
  }
  .contentPhone {
    display: inline-block !important;
  }

  /* COOKIE BANNER Klassen */
  .cookiebannerContent {
    background: rgba(255, 255, 255, 0.7);
  }
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
  /* Flipbook Overrides */
  .flipbook {
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .flipbook img {
    min-height: 250px !important;
    max-height: 250px !important;
  }
  .flipbook video {
    min-height: 250px !important;
    max-height: 250px !important;
  }
  .slidertext {
    min-height: 300px !important;
    max-height: 300px !important;
  }

  /* INPUT Klassen */
  input[type="button"].b_teststellung {
    width: 100%;
  }

  /* DIV Klassen */
  .top_imagecontainer {
    height: 40vh;
  }
  .kommunikation_imagecontainer {
    height: 560px;
  }
  .itundpc_imagecontainer {
    height: 400px;
  }
  .glasfaser_kabel {
    width: 160px;
    height: 161px;
  }
  .glasfaser_perry {
    width: 125px;
    height: 69px;
  }
  .glasfaser_stoerer {
    width: 145px;
    height: 146px;
  }
  .callback_container {
    width: 260px;
    height: 250px;
    right: 0;
  }
  .callback_container_hidden {
    width: 260px;
    height: 250px;
    right: -260px;
  }

  /* SPAN Klassen */
  .top_logocontainer {
    top: 14vh;
  }
  .top_logoimage {
    height: 100px;
  }
  .partner_imagecontainer {
    height: 200px;
  }
  .kommunikation_textcontainer,
  .itundpc_textcontainer {
    left: -5vw;
  }
  .siptkcentrex {
    height: 100vh;
  }
  .netz_stoerer_links {
    width: 50px;
    height: 50px;
    top: 225px;
    left: 20px;
    right: unset;
    background-size: 50px 50px;
  }
  .netz_stoerer_rechts {
    width: 50px;
    height: 50px;
    top: unset;
    bottom: 550px;
    left: unset;
    right: 20px;
    background-size: 50px 50px;
  }
  .centrexinfo {
    height: 600px;
    background-image: url(../pics/systems/centrex/Infografik_vertikal_Zeichenfläche1.png);
    background-size: 260%;
  }
  .netz_stoerer_info_rechts {
    top: 575px;
  }
  .netz_stoerer_info_unten {
    bottom: 390px;
  }
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: none !important;
  }
  .contentPhone {
    display: inline-block !important;
  }

  /* COOKIE BANNER Klassen */
  .cookiebannerContent {
    height: 500px;
    background: rgba(255, 255, 255, 1);
  }
  .cookiebannerContent.bottom {
    top: calc(100% - 500px);
    left: 0;
  }
  .cookiebannerContent.center {
    top: calc(50% - 250px);
    left: 0;
  }
  .cookiebannerContent input[type="button"] {
    width: 100%;
  }
  .cookiebannerElement_fullwidth {
    width: 100%;
  }

  /* FONT Klassen */
  .WF_huge_mp2 {
    font-size: 3em;
  }
  .WF_BLD_verybig_reduced {
    font-size: 3em;
  }
  .WF_BLD_huge_mp2 {
    font-size: 3em;
  }
  .align_left_mp2 {
    text-align: left;
  }

  /* PADDING Klassen */
  .nopaddingtop_mp2 {
    padding-top: 0;
  }
  .nopaddingbottom_mp2 {
    padding-bottom: 0;
  }
  .padding_left_1_mp2 {
    padding-left: 1em;
  }
  .padding_right_1_mp2 {
    padding-right: 1em;
  }

  /* WIDTH Klassen */
  .width_100_mp2 {
    width: 100%;
  }
}

/* Media Query für Portrait Ansicht iPhoneX (Apple) */
@media screen and (min-width: 375px) and (max-width: 375px) and (min-height: 812px) and (max-height: 812px) {
  /* SPAN Klassen */
  .siptkcentrex {
    height: 80vh;
  }
  .centrexinfo {
    height: 600px;
    background-image: url(../pics/systems/centrex/Infografik_vertikal_Zeichenfläche1.png);
    background-size: 260%;
  }
  .netz_stoerer_info_rechts {
    top: 575px;
  }
  .netz_stoerer_info_unten {
    bottom: 390px;
  }
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: none !important;
  }
  .contentPhone {
    display: inline-block !important;
  }
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 320px) {
  /* SPAN Klassen */
  .icon_kategorie {
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
  }
  .icon_reparaturmensch {
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
  }
  .icon_pakete {
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
  }
  .netz_stoerer_links {
    top: 240px;
  }
  .contentWeb {
    display: none !important;
  }
  .contentTab {
    display: none !important;
  }
  .contentPhone {
    display: inline-block !important;
  }

  /* COOKIE BANNER Klassen */
  .cookiebannerContent {
    background: rgba(255, 255, 255, 0.7);
  }

  /* FONT Klassen */
  .WF_BLD_huge_mp2 {
    font-size: 2em;
  }

  /* MAX-WIDTH Klassen */
  .max_width_250_ip5 {
    max-width: 250px;
  }
}

/* WOCHENHIGHLIGHT CSS */
/* HEADER Klassen */
.head_wh {
  width: 100%;
  height: 70px;
  position: sticky;
  top: 0px;
  background: #000;
  padding-top: 16px;
  text-align: center;
  z-index: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* ERROR Klassen */
.errorcontainer_wh {
  width: 65vw;
  float: none;
  max-width: 1280px;
  position: absolute;
  background: #e1010c;
  border-radius: 8px;
  border: 1px solid #000;
  top: 100px;
  left: 0;
  z-index: 1;
}
#errortext_wh {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF;
  font-size: 2em;
  background: #e1010c;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* DIV Klassen */
.div_wh {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}
.container_wh {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  background: #e1010c;
  overflow-y: hidden;
}
.prospektslider_wh {
  margin-top: 5vh !important;
  margin-bottom: 5vh !important;
  min-height: 80vh !important;
  max-height: 80vh !important;
  max-width: 1150px !important;
  width: 95% !important;
}
.prospektslider_wh .page img {
  max-width: 49%;
  display: inline-block;
  vertical-align: top;
  min-height: auto !important;
  max-height: 80vh !important;
  width: auto;
  margin-right: -6px;
}

/* SPAN Klassen */
.span_wh {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}
.gw_wh {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
.gp_wh {
  width: 25%;
  height: auto;
  float: left;
  padding: 2em;
  margin: 0;
}
.quickview_container_wh {
  width: 100%;
  max-width: 150px;
  height: 250px;
  position: relative;
  float: none;
  margin: 0 auto !important;
  display: block;
}
.quickview_data_wh {
  width: 100%;
  height: 80px;
  float: left;
  padding: 0;
  margin-top: 1em;
}
.zurueckbutton_container_wh {
  width: 48px;
  height: 48px;
  float: none;
  position: absolute;
  top: 80px;
  right: 10px;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.zurueckbutton_wh {
  width: 48px;
  height: 48px;
  float: left;
  background-image: url(../pics/systems/pfeil_zurueck.png);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center center;
  cursor: default;
}
.zurueckbutton_wh:hover {
  background-image: url(../pics/systems/pfeil_zurueck_hover.png);
  cursor: pointer;
}
.fullscreenview_container_wh {
  width: 100%;
  height: 100%;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-y: scroll;
  z-index: 1;
}
.fullscreenview_container_wh::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 2px;
}
.fullscreenview_container_wh::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 1);
}
.fullscreenview_container_wh::-webkit-scrollbar-thumb {
  background: rgba(87, 87, 86, 1);
}
.fullscreenview_centered_wh {
  width: -webkit-fill-available;
  height: auto;
  position: relative;
  float: none;
  margin: 0 auto !important;
  display: block;
}
.clickericon_wh {
  width: 110px;
  height: 110px;
  position: absolute;
  float: none;
  top: 60px;
  left: 20px;
  background-image: url(../pics/systems/icon_klicken.svg);
  background-repeat: no-repeat;
  background-size: 110px 110px;
  background-position: center center;
  display: inline-block;
}
.fbshare_icon_container_wh {
  width: 48px;
  height: 48px;
  float: none;
  position: absolute;
  top: 135px;
  right: 10px;
  z-index: 0;
}
.fbshare_icon_container_overview_wh {
  width: 48px;
  height: 48px;
  float: none;
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 0;
}
.fbshare_icon_wh {
  width: 100%;
  height: 48px;
  float: left;
  background-color: #c6c6c6;
  background-image: url(../pics/systems/icon-share-white.png);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
  border-radius: 30px;
  cursor: default;
}
.fbshare_icon_wh:hover {
  background-color: #000;
  cursor: pointer;
}
.whashare_icon_container_wh {
  width: 48px;
  height: 48px;
  float: none;
  position: absolute;
  top: 190px;
  right: 10px;
  z-index: 0;
}
.whashare_icon_container_overview_wh {
  width: 48px;
  height: 48px;
  float: none;
  position: absolute;
  top: 135px;
  right: 10px;
  z-index: 0;
}
.whashare_icon_wh {
  width: 100%;
  height: 48px;
  float: left;
  background-color: #c6c6c6;
  background-image: url(../pics/systems/icon-share-whatsapp-white.png);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
  border-radius: 30px;
  cursor: default;
}
.whashare_icon_wh:hover {
  background-color: #000;
  cursor: pointer;
}
.mailshare_icon_container_wh {
  width: 48px;
  height: 48px;
  float: none;
  position: absolute;
  top: 245px;
  right: 10px;
  z-index: 0;
}
.mailshare_icon_container_overview_wh {
  width: 48px;
  height: 48px;
  float: none;
  position: absolute;
  top: 190px;
  right: 10px;
  z-index: 0;
}
.mailshare_icon_wh {
  width: 100%;
  height: 48px;
  float: left;
  background-color: #c6c6c6;
  background-image: url(../pics/systems/icon-mailoutline-white.png);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: center center;
  border-radius: 30px;
  cursor: default;
}
.mailshare_icon_wh:hover {
  background-color: #000;
  cursor: pointer;
}

/* Anchor Klassen */
.a_wh {
  width: 100%;
  height: auto;
  float: left;
  text-decoration: none;
  margin: 0;
  cursor: default;
}
.a_wh:hover {
  cursor: pointer;
}

/* Label Klassen */
.head_title_wh {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF;
  font-size: 4em;
  color: #fff;
  text-align: center;
}
.quickview_label_l_wh {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF;
  font-size: 2em;
  color: #fff;
  text-align: center;
}
.quickview_label_s_wh {
  width: 100%;
  height: auto;
  float: left;
  font-family: WF;
  font-size: 1.4em;
  color: #fff;
  text-align: center;
}

/* Image Klassen */
img.quickview_wh {
  width: 150px;
  height: auto;
  float: left;
  border: 0;
  box-shadow: 5px 5px 5px grey;
  cursor: default;
}
img.quickview_wh:hover {
  border: 0;
  cursor: pointer;
}
img.fullscreenview_image_wh {
  width: -webkit-fill-available;
  height: auto;
  float: left;
  cursor: default;
}
img.fullscreenview_image_wh:hover {
  cursor: pointer;
}

/* Hintergrund Helper Klassen */
.bg_wh_darkgrey {
  background: #575756;
}

/* Color Helper Klassen */
.color_wh_darkgrey {
  color: #575756;
}

/* Width Helper Klassen */
.width_fillavailable {
  width: -webkit-fill-available;
}

/* HEIGHT Klassen */
.height_80p {
  height: 80px;
}
.height_250p {
  height: 250px;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
  /* HEADER Klassen */
  .head_wh {
    height: 60px;
  }

  /* SPAN Klassen */
  .zurueckbutton_container_wh {
    top: 70px;
  }
  .fbshare_icon_container_wh {
    top: 125px;
    right: 10px;
  }
  .whashare_icon_container_wh {
    top: 180px;
    right: 10px;
  }
  .mailshare_icon_container_wh {
    top: 235px;
    right: 10px;
  }
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1270px) {
  /* SPAN Klassen */
  .clickericon_wh {
    display: none;
  }
}

/* Media Query für Ansicht Wochenhighlight Slider (iPad, Android Tablets) */
@media screen and (max-width: 900px) {
  /* SPAN Klassen */
  .prospektslider_wh {
    margin: 0 auto;
    margin-top: 3vh;
    max-height: 90vh;
  }
  .prospektslider_wh .page img {
    max-width: 100%;
    width: auto;
    max-height: 90vh;
    display: inline-block;
    vertical-align: top;
  }
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
  /* HEADER Klassen */
  .head_wh {
    height: 50px;
  }

  /* SPAN Klassen */
  .zurueckbutton_container_wh {
    top: 60px;
  }
  .fbshare_icon_container_wh {
    top: 115px;
    right: 10px;
  }
  .whashare_icon_container_wh {
    top: 170px;
    right: 10px;
  }
  .mailshare_icon_container_wh {
    top: 225px;
    right: 10px;
  }
  .fbshare_icon_container_overview_wh {
    top: 60px;
  }
  .whashare_icon_container_overview_wh {
    top: 115px;
  }
  .mailshare_icon_container_overview_wh {
    top: 170px;
  }
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
  /* SPAN Klassen */
  .gp_wh {
    width: 100%;
  }
  .fullscreenview_container_wh {
    overflow: scroll;
  }

  /* WIDTH Klassen */
  .width_250_mp2 {
    width: 250%;
  }
}

/* homepage section  */

.service_row_cstm {
  display: flex;
  align-items: center;
  padding: 48px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.service_row_cstm > span {
  display: block;
  width: 100%;
  max-width: 50%;
  padding: 0 15px;
}
.service_row_cstm > span img {
  width: 100%;
}
.service_row_cstm > span > .datenbereich {
  max-width: 478px;
  margin: 0;
  display: block;
}
.service_row_cstm > span.text_wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.service_row_cstm > span > .datenbereich.text_head {
  margin: 0 auto 1.5rem;
}
.service_row_cstm.even_text_wrapper {
  flex-flow: row-reverse;
}

@media (max-width: 767px) {
  .head_title_wh {
    font-size: 29px;
  }

  .errorcontainer_wh {
    width: 70vw;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }

  div#newsletter_container {
    z-index: 99999;
  }
}
