@charset "UTF-8";
/* Basics */
@import 'responsive-display.css';
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.UserActionBox, .Box, bsc-box {
  position: relative;
  padding: 24px;
  margin: 24px 0px;
  border: 1px solid #ccc;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

.UserActionWidget, .Widget, bsc-widget, widget {
  position: relative;
  padding: 3px;
  margin: 0px 0px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.Modal, .Modal-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000;
}
.Modal .ModalBackground, .Modal-active .ModalBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 10001;
}
.Modal .ModalContent, .Modal-active .ModalContent, .Modal .ModalDialogContent, .Modal-active .ModalDialogContent {
  position: relative;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  top: 4rem;
  padding: 3%;
  overflow: auto;
  line-height: 150%;
  background-color: #fff;
  z-index: 10002;
}

.Modal-active {
  display: block;
}

.preformatted, .SourceCode {
  font-family: monospace;
  white-space: pre;
}

.Formula {
  width: 270px;
  margin-right: 6px;
}
.Formula .FormulaItem, .Formula .Results {
  margin-bottom: 2px;
  padding: 2px 2px 2px 6px;
}
.Formula .FormulaItem label, .Formula .Results label {
  display: inline-block;
  width: 40%;
  padding: 6px 0;
}
.Formula .FormulaItem span.Value, .Formula .FormulaItem span.Result, .Formula .Results span.Value, .Formula .Results span.Result {
  display: inline-block;
  padding: 6px 1px;
  width: 60%;
}
.Formula .FormulaItem > .RadioButtons, .Formula .Results > .RadioButtons {
  display: inline-block;
  width: 60%;
}
.Formula .FormulaItem span.Value:focus, .Formula .Results span.Value:focus {
  background: yellow;
}
.Formula .HiddenField {
  display: none !important;
}

.invalid {
  background-color: pink !important;
}

.Betrag {
  text-align: right;
}

input[type=radio] {
  width: 12px;
}

.BoxShadow {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}

.BoxShadow2 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.BoxShadow3, .BoxShadowSlim, .Formula .FormulaItem, .Formula .Results {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.BoxShadow {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

.BoxShadowImportant {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15) !important;
}

.BoxShadowSlim, .Formula .FormulaItem, .Formula .Results, .BoxShadowThin {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.BoxShadowSlim2, .BoxShadowThin2 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.BoxShadowStraightDown, .BoxShadowDown {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
}

.BoxShadowNone {
  box-shadow: none !important;
}

.ItemShadow {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.ResetFont {
  text-transform: none !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.Courier {
  font-family: "Courier New";
}

.MonoSpace {
  font-family: monospace;
}

.SansSerif {
  font-family: Arial, sans-serif;
}

.Code {
  font-family: monospace;
}

.Terminal {
  font-family: "Courier New";
}

.FontSizeHuge, .TextHuge {
  font-size: 28px;
}

.FontSizeLarge, .TextLarge {
  font-size: 23px;
}

.FontSizeBig, .TextBig {
  font-size: 18px;
}

.FontSizeMedium, .TextMedium {
  font-size: 15px;
}

.FontSizeNormal, .TextNormal {
  font-size: 13px;
}

.FontSizeSmall, .TextSmall {
  font-size: 10px;
}

.FontSizeTiny, .TextTiny {
  font-size: 9px;
}

.FontSizeMicro, .TextMicro {
  font-size: 8px;
}

.FontSizeNano, .TextNano {
  font-size: 7px;
}

.Font085em {
  font-size: 0.85em;
}

.Bold, .bold, .HotLine .PhoneNumber, .FontWeightBold {
  font-weight: bold;
}

.b200, .b-200 {
  font-weight: 200;
}

.b300, .b-300 {
  font-weight: 300;
}

.b400, .b-400 {
  font-weight: 400;
}

.b500, .b-500 {
  font-weight: 500;
}

.b600, .b-600 {
  font-weight: 600;
}

.b700, .b-700 {
  font-weight: 700;
}

.b800, .b-800 {
  font-weight: 800;
}

.b900, .b-900 {
  font-weight: 900;
}

.NotBold {
  font-weight: normal;
}

.Light, .FontWeightLight, .FontLight {
  font-weight: 300;
}

.Italic, .italic, .FontStyleItalic {
  font-style: italic;
}

.Underline, .underline, .underlined {
  text-decoration: underline;
}

.Underline-none {
  text-decoration: none !important;
}

.UnderlineDouble {
  text-decoration: underline double;
}

.UpperCase, Uppercase {
  text-transform: uppercase;
}

.LowerCase, Lowercase {
  text-transform: lowercase;
}

.Capitalize {
  text-transform: capitalize;
}

.NormalCase {
  text-transform: none !important;
}

.LetterSpacing {
  letter-spacing: 0.3px;
}

.LetterSpacing-0 {
  letter-spacing: 0px;
}

.NoWrap, .Menu .MenuItems .MenuItem, #_Menu .SpecialPages .SpecialPageLink a, .nowrap, .HotLine .PhoneNumber, .noWrap {
  white-space: nowrap;
}

.BreakWord {
  word-break: break-word;
}

.BreakAll {
  word-break: break-all;
}

.Break-before:before {
  content: "\a";
  white-space: pre;
}

.Break-after:after {
  content: "\a";
  white-space: pre;
}

.LineHeight-0, .lh-0 {
  line-height: 0% !important;
}

.LineHeight-5, .lh-5 {
  line-height: 5% !important;
}

.LineHeight-10, .lh-10 {
  line-height: 10% !important;
}

.LineHeight-15, .lh-15 {
  line-height: 15% !important;
}

.LineHeight-20, .lh-20 {
  line-height: 20% !important;
}

.LineHeight-25, .lh-25 {
  line-height: 25% !important;
}

.LineHeight-30, .lh-30 {
  line-height: 30% !important;
}

.LineHeight-35, .lh-35 {
  line-height: 35% !important;
}

.LineHeight-40, .lh-40 {
  line-height: 40% !important;
}

.LineHeight-45, .lh-45 {
  line-height: 45% !important;
}

.LineHeight-50, .lh-50 {
  line-height: 50% !important;
}

.LineHeight-55, .lh-55 {
  line-height: 55% !important;
}

.LineHeight-60, .lh-60 {
  line-height: 60% !important;
}

.LineHeight-65, .lh-65 {
  line-height: 65% !important;
}

.LineHeight-70, .lh-70 {
  line-height: 70% !important;
}

.LineHeight-75, .lh-75 {
  line-height: 75% !important;
}

.LineHeight-80, .lh-80 {
  line-height: 80% !important;
}

.LineHeight-85, .lh-85 {
  line-height: 85% !important;
}

.LineHeight-90, .lh-90 {
  line-height: 90% !important;
}

.LineHeight-95, .lh-95 {
  line-height: 95% !important;
}

.LineHeight-100, .lh-100 {
  line-height: 100% !important;
}

.LineHeight-105, .lh-105 {
  line-height: 105% !important;
}

.LineHeight-110, .lh-110 {
  line-height: 110% !important;
}

.LineHeight-115, .lh-115 {
  line-height: 115% !important;
}

.LineHeight-120, .lh-120 {
  line-height: 120% !important;
}

.LineHeight-125, .lh-125 {
  line-height: 125% !important;
}

.LineHeight-130, .lh-130 {
  line-height: 130% !important;
}

.LineHeight-135, .lh-135 {
  line-height: 135% !important;
}

.LineHeight-140, .lh-140 {
  line-height: 140% !important;
}

.LineHeight-145, .lh-145 {
  line-height: 145% !important;
}

.LineHeight-150, .lh-150 {
  line-height: 150% !important;
}

.LineHeight-155, .lh-155 {
  line-height: 155% !important;
}

.LineHeight-160, .lh-160 {
  line-height: 160% !important;
}

.LineHeight-165, .lh-165 {
  line-height: 165% !important;
}

.LineHeight-170, .lh-170 {
  line-height: 170% !important;
}

.LineHeight-175, .lh-175 {
  line-height: 175% !important;
}

.LineHeight-180, .lh-180 {
  line-height: 180% !important;
}

.LineHeight-185, .lh-185 {
  line-height: 185% !important;
}

.LineHeight-190, .lh-190 {
  line-height: 190% !important;
}

.LineHeight-195, .lh-195 {
  line-height: 195% !important;
}

.LineHeight-200, .lh-200 {
  line-height: 200% !important;
}

.StandardLineHeight {
  line-height: 140% !important;
}

.LineHeightAuto {
  line-height: auto !important;
}

a:link, a:visited, a:active {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

a.Yellow:hover {
  color: #fff;
}

a.Red:hover {
  color: #fff;
}

a.Blue:hover {
  color: #fff;
}

a.Black:hover {
  color: red;
}

a.White:hover {
  color: #000;
}

.Yellow, .Yellow:link {
  color: #e3d600;
}

.Red, .Red:link {
  color: rgba(255, 0, 0, 0.5);
}

.Blue, .Blue:Link {
  color: rgb(0, 0, 255);
}

.Green, .Green:Link {
  color: rgb(0, 255, 0);
}

.Black, .Black:link {
  color: #000000;
}

.White, .White:link {
  color: #ffffff;
}

.Gray, .Gray:link {
  color: #ccc;
}

.Spacer1, .Space8 {
  height: 500px;
}

.Spacer2, .Space4 {
  height: 250px;
}

.Spacer4, .Space2 {
  height: 125px;
}

.Spacer8, .Space1, .Space {
  height: 62px;
}

.Padding, .StandardPadding {
  padding: 12px;
}

.PaddingImportant, .StandardPaddingImportant {
  padding: 12px !important;
}

.Padding-1rem {
  padding: 1rem;
}

.Padding-2rem {
  padding: 2rem;
}

.Padding-3rem {
  padding: 3rem;
}

.CellPadding {
  padding: 6px;
}

.ItemPadding {
  padding: 6px 0;
}

.Margin, .StandardMargin {
  margin: 12px;
}

.MarginImportant, .Margin-i .StandardMarginImportant {
  margin: 12px !important;
}

.MarginLeft, .Margin-left {
  margin-left: 12px;
}

.MarginRight, .Margin-right {
  margin-right: 12px;
}

.MarginTop, .Margin-top {
  margin-top: 12px;
}

.MarginBottom, .Margin-bottom {
  margin-bottom: 12px;
}

.MarginAuto, .Margin-auto, .centric, .centered {
  margin: auto;
}

.NoMargin, .Margin-none, .MarginNone {
  margin: 0 !important;
}

.Margin-lr {
  margin-left: 12px;
  margin-right: 12px;
}

.Margin-l {
  margin-left: 12px;
}

.Margin-r {
  margin-right: 12px;
}

.ContentMaxWidth {
  max-width: 1024px;
}

.w-0 {
  width: 0%;
}

.w-0--important {
  width: 0%;
}

.w-5 {
  width: 5%;
}

.w-5--important {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-10--important {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-15--important {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-20--important {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-25--important {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-30--important {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-35--important {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-40--important {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-45--important {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-50--important {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-55--important {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-60--important {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-65--important {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-70--important {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-75--important {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-80--important {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-85--important {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-90--important {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-95--important {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-100--important {
  width: 100%;
}

.FullWidth {
  width: 100%;
}

.FullWidth--important {
  width: 100%;
}

.w-auto, .WidthAuto {
  width: auto;
}

.w-auto--important, .WidthAuto--important {
  width: auto;
}

.w-66 {
  width: 66.6666666667%;
}

.w-66--important {
  width: 66.6666666667%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-33--important {
  width: 33.3333333333%;
}

@media screen and (max-width: 62em) {
  .m-w-0 {
    width: 0%;
  }
  .m-w-0--important {
    width: 0%;
  }
  .m-w-5 {
    width: 5%;
  }
  .m-w-5--important {
    width: 5%;
  }
  .m-w-10 {
    width: 10%;
  }
  .m-w-10--important {
    width: 10%;
  }
  .m-w-15 {
    width: 15%;
  }
  .m-w-15--important {
    width: 15%;
  }
  .m-w-20 {
    width: 20%;
  }
  .m-w-20--important {
    width: 20%;
  }
  .m-w-25 {
    width: 25%;
  }
  .m-w-25--important {
    width: 25%;
  }
  .m-w-30 {
    width: 30%;
  }
  .m-w-30--important {
    width: 30%;
  }
  .m-w-35 {
    width: 35%;
  }
  .m-w-35--important {
    width: 35%;
  }
  .m-w-40 {
    width: 40%;
  }
  .m-w-40--important {
    width: 40%;
  }
  .m-w-45 {
    width: 45%;
  }
  .m-w-45--important {
    width: 45%;
  }
  .m-w-50 {
    width: 50%;
  }
  .m-w-50--important {
    width: 50%;
  }
  .m-w-55 {
    width: 55%;
  }
  .m-w-55--important {
    width: 55%;
  }
  .m-w-60 {
    width: 60%;
  }
  .m-w-60--important {
    width: 60%;
  }
  .m-w-65 {
    width: 65%;
  }
  .m-w-65--important {
    width: 65%;
  }
  .m-w-70 {
    width: 70%;
  }
  .m-w-70--important {
    width: 70%;
  }
  .m-w-75 {
    width: 75%;
  }
  .m-w-75--important {
    width: 75%;
  }
  .m-w-80 {
    width: 80%;
  }
  .m-w-80--important {
    width: 80%;
  }
  .m-w-85 {
    width: 85%;
  }
  .m-w-85--important {
    width: 85%;
  }
  .m-w-90 {
    width: 90%;
  }
  .m-w-90--important {
    width: 90%;
  }
  .m-w-95 {
    width: 95%;
  }
  .m-w-95--important {
    width: 95%;
  }
  .m-w-100 {
    width: 100%;
  }
  .m-w-100--important {
    width: 100%;
  }
  .m-FullWidth {
    width: 100%;
  }
  .m-FullWidth--important {
    width: 100%;
  }
  .m-w-auto, .m-WidthAuto {
    width: auto;
  }
  .m-w-auto--important, .m-WidthAuto {
    width: auto;
  }
  .m-66 {
    width: 66.6666666667%;
  }
  .m-66--important {
    width: 66.6666666667%;
  }
  .m-33 {
    width: 33.3333333333%;
  }
  .m-33--important {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 48em) {
  .s-w-0 {
    width: 0%;
  }
  .s-w-0--important {
    width: 0%;
  }
  .s-w-5 {
    width: 5%;
  }
  .s-w-5--important {
    width: 5%;
  }
  .s-w-10 {
    width: 10%;
  }
  .s-w-10--important {
    width: 10%;
  }
  .s-w-15 {
    width: 15%;
  }
  .s-w-15--important {
    width: 15%;
  }
  .s-w-20 {
    width: 20%;
  }
  .s-w-20--important {
    width: 20%;
  }
  .s-w-25 {
    width: 25%;
  }
  .s-w-25--important {
    width: 25%;
  }
  .s-w-30 {
    width: 30%;
  }
  .s-w-30--important {
    width: 30%;
  }
  .s-w-35 {
    width: 35%;
  }
  .s-w-35--important {
    width: 35%;
  }
  .s-w-40 {
    width: 40%;
  }
  .s-w-40--important {
    width: 40%;
  }
  .s-w-45 {
    width: 45%;
  }
  .s-w-45--important {
    width: 45%;
  }
  .s-w-50 {
    width: 50%;
  }
  .s-w-50--important {
    width: 50%;
  }
  .s-w-55 {
    width: 55%;
  }
  .s-w-55--important {
    width: 55%;
  }
  .s-w-60 {
    width: 60%;
  }
  .s-w-60--important {
    width: 60%;
  }
  .s-w-65 {
    width: 65%;
  }
  .s-w-65--important {
    width: 65%;
  }
  .s-w-70 {
    width: 70%;
  }
  .s-w-70--important {
    width: 70%;
  }
  .s-w-75 {
    width: 75%;
  }
  .s-w-75--important {
    width: 75%;
  }
  .s-w-80 {
    width: 80%;
  }
  .s-w-80--important {
    width: 80%;
  }
  .s-w-85 {
    width: 85%;
  }
  .s-w-85--important {
    width: 85%;
  }
  .s-w-90 {
    width: 90%;
  }
  .s-w-90--important {
    width: 90%;
  }
  .s-w-95 {
    width: 95%;
  }
  .s-w-95--important {
    width: 95%;
  }
  .s-w-100 {
    width: 100%;
  }
  .s-w-100--important {
    width: 100%;
  }
  .s-FullWidth {
    width: 100%;
  }
  .s-FullWidth--important {
    width: 100%;
  }
  .s-w-auto, .s-WidthAuto {
    width: auto;
  }
  .s-w-auto--important, .s-WidthAuto--important {
    width: auto;
  }
  .s-66 {
    width: 66.6666666667%;
  }
  .s-66--important {
    width: 66.6666666667%;
  }
  .s-ThirdWidth {
    width: 33.3333333333%;
  }
  .s-ThirdWidth--important {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 35.9375em) {
  .xs-w-0 {
    width: 0%;
  }
  .xs-w-0--important {
    width: 0%;
  }
  .xs-w-5 {
    width: 5%;
  }
  .xs-w-5--important {
    width: 5%;
  }
  .xs-w-10 {
    width: 10%;
  }
  .xs-w-10--important {
    width: 10%;
  }
  .xs-w-15 {
    width: 15%;
  }
  .xs-w-15--important {
    width: 15%;
  }
  .xs-w-20 {
    width: 20%;
  }
  .xs-w-20--important {
    width: 20%;
  }
  .xs-w-25 {
    width: 25%;
  }
  .xs-w-25--important {
    width: 25%;
  }
  .xs-w-30 {
    width: 30%;
  }
  .xs-w-30--important {
    width: 30%;
  }
  .xs-w-35 {
    width: 35%;
  }
  .xs-w-35--important {
    width: 35%;
  }
  .xs-w-40 {
    width: 40%;
  }
  .xs-w-40--important {
    width: 40%;
  }
  .xs-w-45 {
    width: 45%;
  }
  .xs-w-45--important {
    width: 45%;
  }
  .xs-w-50 {
    width: 50%;
  }
  .xs-w-50--important {
    width: 50%;
  }
  .xs-w-55 {
    width: 55%;
  }
  .xs-w-55--important {
    width: 55%;
  }
  .xs-w-60 {
    width: 60%;
  }
  .xs-w-60--important {
    width: 60%;
  }
  .xs-w-65 {
    width: 65%;
  }
  .xs-w-65--important {
    width: 65%;
  }
  .xs-w-70 {
    width: 70%;
  }
  .xs-w-70--important {
    width: 70%;
  }
  .xs-w-75 {
    width: 75%;
  }
  .xs-w-75--important {
    width: 75%;
  }
  .xs-w-80 {
    width: 80%;
  }
  .xs-w-80--important {
    width: 80%;
  }
  .xs-w-85 {
    width: 85%;
  }
  .xs-w-85--important {
    width: 85%;
  }
  .xs-w-90 {
    width: 90%;
  }
  .xs-w-90--important {
    width: 90%;
  }
  .xs-w-95 {
    width: 95%;
  }
  .xs-w-95--important {
    width: 95%;
  }
  .xs-w-100 {
    width: 100%;
  }
  .xs-w-100--important {
    width: 100%;
  }
  .xs-FullWidth {
    width: 100%;
  }
  .xs-FullWidth--important {
    width: 100%;
  }
  .xs-w-auto, .xs-WidthAuto {
    width: auto;
  }
  .xs-w-auto--important, .xs-WidthAuto--important {
    width: auto;
  }
  .xs-66 {
    width: 66.6666666667%;
  }
  .xs-66--important {
    width: 66.6666666667%;
  }
  .xs-33 {
    width: 33.3333333333%;
  }
  .xs-33--important {
    width: 33.3333333333%;
  }
}
.h-0 {
  height: 0% !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.h-66 {
  height: 66.6666666667% !important;
}

.h-33, .ThirdHeight {
  height: 33.3333333333% !important;
}

.h-auto, .HeightAuto {
  height: auto !important;
}

@media screen and (min-width: 117.5em) {
  .xl-h-0 {
    height: 0% !important;
  }
  .xl-h-5 {
    height: 5% !important;
  }
  .xl-h-10 {
    height: 10% !important;
  }
  .xl-h-15 {
    height: 15% !important;
  }
  .xl-h-20 {
    height: 20% !important;
  }
  .xl-h-25 {
    height: 25% !important;
  }
  .xl-h-30 {
    height: 30% !important;
  }
  .xl-h-35 {
    height: 35% !important;
  }
  .xl-h-40 {
    height: 40% !important;
  }
  .xl-h-45 {
    height: 45% !important;
  }
  .xl-h-50 {
    height: 50% !important;
  }
  .xl-h-55 {
    height: 55% !important;
  }
  .xl-h-60 {
    height: 60% !important;
  }
  .xl-h-65 {
    height: 65% !important;
  }
  .xl-h-70 {
    height: 70% !important;
  }
  .xl-h-75 {
    height: 75% !important;
  }
  .xl-h-80 {
    height: 80% !important;
  }
  .xl-h-85 {
    height: 85% !important;
  }
  .xl-h-90 {
    height: 90% !important;
  }
  .xl-h-95 {
    height: 95% !important;
  }
  .xl-h-100 {
    height: 100% !important;
  }
  .xl-h-66 {
    height: 66.6666666667% !important;
  }
  .xl-h-33 {
    height: 33.3333333333% !important;
  }
  .xl-h-auto, .xl-HeightAuto {
    height: auto !important;
  }
}
@media screen and (max-width: 117.5em) {
  .l-h-0 {
    height: 0% !important;
  }
  .l-h-5 {
    height: 5% !important;
  }
  .l-h-10 {
    height: 10% !important;
  }
  .l-h-15 {
    height: 15% !important;
  }
  .l-h-20 {
    height: 20% !important;
  }
  .l-h-25 {
    height: 25% !important;
  }
  .l-h-30 {
    height: 30% !important;
  }
  .l-h-35 {
    height: 35% !important;
  }
  .l-h-40 {
    height: 40% !important;
  }
  .l-h-45 {
    height: 45% !important;
  }
  .l-h-50 {
    height: 50% !important;
  }
  .l-h-55 {
    height: 55% !important;
  }
  .l-h-60 {
    height: 60% !important;
  }
  .l-h-65 {
    height: 65% !important;
  }
  .l-h-70 {
    height: 70% !important;
  }
  .l-h-75 {
    height: 75% !important;
  }
  .l-h-80 {
    height: 80% !important;
  }
  .l-h-85 {
    height: 85% !important;
  }
  .l-h-90 {
    height: 90% !important;
  }
  .l-h-95 {
    height: 95% !important;
  }
  .l-h-100 {
    height: 100% !important;
  }
  .l-h-66 {
    height: 66.6666666667% !important;
  }
  .l-h-33 {
    height: 33.3333333333% !important;
  }
  .l-h-auto, .l-HeightAuto {
    height: auto !important;
  }
}
@media screen and (max-width: 62em) {
  .m-h-0 {
    height: 0% !important;
  }
  .m-h-5 {
    height: 5% !important;
  }
  .m-h-10 {
    height: 10% !important;
  }
  .m-h-15 {
    height: 15% !important;
  }
  .m-h-20 {
    height: 20% !important;
  }
  .m-h-25 {
    height: 25% !important;
  }
  .m-h-30 {
    height: 30% !important;
  }
  .m-h-35 {
    height: 35% !important;
  }
  .m-h-40 {
    height: 40% !important;
  }
  .m-h-45 {
    height: 45% !important;
  }
  .m-h-50 {
    height: 50% !important;
  }
  .m-h-55 {
    height: 55% !important;
  }
  .m-h-60 {
    height: 60% !important;
  }
  .m-h-65 {
    height: 65% !important;
  }
  .m-h-70 {
    height: 70% !important;
  }
  .m-h-75 {
    height: 75% !important;
  }
  .m-h-80 {
    height: 80% !important;
  }
  .m-h-85 {
    height: 85% !important;
  }
  .m-h-90 {
    height: 90% !important;
  }
  .m-h-95 {
    height: 95% !important;
  }
  .m-h-100 {
    height: 100% !important;
  }
  .m-h-66 {
    height: 66.6666666667% !important;
  }
  .m-h-33 {
    height: 33.3333333333% !important;
  }
  .m-h-auto, .m-HeightAuto {
    height: auto !important;
  }
}
@media screen and (max-width: 48em) {
  .s-h-0 {
    height: 0% !important;
  }
  .s-h-5 {
    height: 5% !important;
  }
  .s-h-10 {
    height: 10% !important;
  }
  .s-h-15 {
    height: 15% !important;
  }
  .s-h-20 {
    height: 20% !important;
  }
  .s-h-25 {
    height: 25% !important;
  }
  .s-h-30 {
    height: 30% !important;
  }
  .s-h-35 {
    height: 35% !important;
  }
  .s-h-40 {
    height: 40% !important;
  }
  .s-h-45 {
    height: 45% !important;
  }
  .s-h-50 {
    height: 50% !important;
  }
  .s-h-55 {
    height: 55% !important;
  }
  .s-h-60 {
    height: 60% !important;
  }
  .s-h-65 {
    height: 65% !important;
  }
  .s-h-70 {
    height: 70% !important;
  }
  .s-h-75 {
    height: 75% !important;
  }
  .s-h-80 {
    height: 80% !important;
  }
  .s-h-85 {
    height: 85% !important;
  }
  .s-h-90 {
    height: 90% !important;
  }
  .s-h-95 {
    height: 95% !important;
  }
  .s-h-100 {
    height: 100% !important;
  }
  .s-h-66 {
    height: 66.6666666667% !important;
  }
  .s-h-33 {
    height: 33.3333333333% !important;
  }
  .s-h-auto, .s-HeightAuto {
    height: auto !important;
  }
}
@media screen and (max-width: 35.9375em) {
  .xs-h-0 {
    height: 0% !important;
  }
  .xs-h-5 {
    height: 5% !important;
  }
  .xs-h-10 {
    height: 10% !important;
  }
  .xs-h-15 {
    height: 15% !important;
  }
  .xs-h-20 {
    height: 20% !important;
  }
  .xs-h-25 {
    height: 25% !important;
  }
  .xs-h-30 {
    height: 30% !important;
  }
  .xs-h-35 {
    height: 35% !important;
  }
  .xs-h-40 {
    height: 40% !important;
  }
  .xs-h-45 {
    height: 45% !important;
  }
  .xs-h-50 {
    height: 50% !important;
  }
  .xs-h-55 {
    height: 55% !important;
  }
  .xs-h-60 {
    height: 60% !important;
  }
  .xs-h-65 {
    height: 65% !important;
  }
  .xs-h-70 {
    height: 70% !important;
  }
  .xs-h-75 {
    height: 75% !important;
  }
  .xs-h-80 {
    height: 80% !important;
  }
  .xs-h-85 {
    height: 85% !important;
  }
  .xs-h-90 {
    height: 90% !important;
  }
  .xs-h-95 {
    height: 95% !important;
  }
  .xs-h-100 {
    height: 100% !important;
  }
  .xs-h-66 {
    height: 66.6666666667% !important;
  }
  .xs-h-33 {
    height: 33.3333333333% !important;
  }
  .xs-h-auto, .xs-HeightAuto {
    height: auto !important;
  }
}
.Stretch {
  width: 100% !important;
  height: 100% !important;
}

.ResetPadding {
  padding: initial;
}

.ResetMargin {
  margin: initial;
}

.ResetBorderRadius {
  border-radius: 0;
}
.ResetBorderRadius * {
  border-radius: 0;
}

.BorderRadiusNone {
  border-radius: 0 !important;
}

.NoDisplay, .DisplayNone {
  display: none;
}

.NoDisplayImportant, .DisplayNoneImportant {
  display: none !important;
}

.DisplayBlock, .Block {
  display: block;
}

.DisplayBlockImportant, .BlockImportant {
  display: block !important;
}

.DisplayInlineBlock, .InlineBlock {
  display: inline-block;
}

.DisplayInlineBlockImportant, .InlineBlockImportant {
  display: inline-block !important;
}

.DisplayInline, .Inline {
  display: inline;
}

.DisplayInlineImportant, .InlineImportant {
  display: inline !important;
}

.DisplayTable {
  display: table;
}

.DisplayTableImportant {
  display: table !important;
}

.DisplayTableRow {
  display: table-row;
}

.DisplayTableRowImportant {
  display: table-row !important;
}

.DisplayTableCell {
  display: table-cell;
}

.DisplayTableCellImportant {
  display: table-cell !important;
}

.Flexbox, .FlexBox, .QuickExit button {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-flow: row wrap;
}
.Flexbox.Flex-column, .FlexBox.Flex-column, .QuickExit button.Flex-column {
  flex-flow: column;
}
.Flexbox.Justify-start, .FlexBox.Justify-start, .QuickExit button.Justify-start {
  justify-content: start;
}
.Flexbox.Justify-end, .FlexBox.Justify-end, .QuickExit button.Justify-end {
  justify-content: end;
}
.Flexbox.Justify-center, .FlexBox.Justify-center, .QuickExit button.Justify-center {
  justify-content: center;
}
.Flexbox.Justify-space-between, .FlexBox.Justify-space-between, .QuickExit button.Justify-space-between {
  justify-content: space-between;
}
.Flexbox.Align-top, .FlexBox.Align-top, .QuickExit button.Align-top {
  align-items: start;
}
.Flexbox.Align-bottom, .FlexBox.Align-bottom, .QuickExit button.Align-bottom {
  align-items: end;
}
.Flexbox.Align-center, .FlexBox.Align-center, .QuickExit button.Align-center {
  align-items: center;
}
.Flexbox.Align-stretch, .FlexBox.Align-stretch, .QuickExit button.Align-stretch {
  align-items: stretch;
}
.Flexbox > .Align-right, .FlexBox > .Align-right, .QuickExit button > .Align-right {
  margin-left: auto;
  display: block;
}
.Flexbox > .Align-center, .FlexBox > .Align-center, .QuickExit button > .Align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.Flexbox > br, .Flexbox > .break, .Flexbox flex-break, .FlexBox > br, .QuickExit button > br, .FlexBox > .break, .QuickExit button > .break, .FlexBox flex-break, .QuickExit button flex-break {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%;
  display: block;
  height: 0px;
  overflow: hidden;
}

.Gap, .gap {
  gap: 0.5rem;
}

.VisibilityVisible, .Visible, .Visibility, .Visibility-visible {
  visibility: visible;
}

.VisibilityHidden, .Hidden, .hidden, .Visibility-hidden {
  visibility: hidden;
}

.Float, .FloatLeft, .Float-left {
  float: left;
}

.FloatRight, .Float-right {
  float: right;
}

.FloatNone, .Float-none {
  float: none;
}

.ClearLeft {
  clear: left;
}

.ClearRight {
  clear: right;
}

.ClearBoth, .Clear {
  clear: both;
}

.ClearFix:before, .Menu .MenuItems:before, .TextFormatting.download.layout-teaser2.type-link:before, .TextFormatting.download.layout-teaser.type-link:before, .TextFormatting.download.layout-link.type-link:before, .Formula .FormulaItem:before, .Formula .Results:before, .ClearFix:after, .Menu .MenuItems:after, .TextFormatting.download.layout-teaser2.type-link:after, .TextFormatting.download.layout-teaser.type-link:after, .TextFormatting.download.layout-link.type-link:after, .Formula .FormulaItem:after, .Formula .Results:after, .Break-after:after {
  content: " ";
  display: table;
}

.ClearFix:after, .Menu .MenuItems:after, .TextFormatting.download.layout-teaser2.type-link:after, .TextFormatting.download.layout-teaser.type-link:after, .TextFormatting.download.layout-link.type-link:after, .Formula .FormulaItem:after, .Formula .Results:after, .Break-after:after {
  clear: both;
}

.AlignCenter, .TextAlignCenter, .center, .Center, .centric, .text-center {
  text-align: center;
}

.AlignLeft, .TextAlignLeft, .text-left {
  text-align: left;
}

.AlignRight, .TextAlignRight, .text-right {
  text-align: right;
}

.AlignJustify, .TextAlignJustify, .justify, .text-justify {
  text-align: justify;
}

.VerticalAlign-top, .Valign-top {
  vertical-align: top;
}

.VerticalAlign-middle, .Valign-middle {
  vertical-align: middle;
}

.VerticalAlign-bottom, .Valign-bottom {
  vertical-align: bottom;
}

.PositionRelative, .Position-relative, .relative, .PR {
  position: relative;
}

.PositionRelativeImportant, .relative, .PR-i {
  position: relative !important;
}

.PositionAbsolute, .Position-absolute, .absolute, .PA {
  position: absolute;
}

.PositionAbsoluteImportant, .PA-i {
  position: absolute !important;
}

.PositionFixed, .Position-fixed, .fixed, .PF {
  position: fixed;
}

.PositionFixedImportant, .PF-i, .fixed-i {
  position: fixed !important;
}

.FixedCenter, .PC {
  width: 33%;
  position: fixed;
  top: 50%;
  left: 33%;
}

.PositionInitial, .PI {
  position: initial;
}

.PositionSticky, .Position-sticky, .sticky, .PS {
  position: sticky;
}

.PositionStickyImportant, .stickyImportant, .PS-i {
  position: sticky !important;
}

@media screen and (max-width: 62em) {
  .m-PositionAbsolute, .m-absolute, .m-PA {
    position: absolute;
  }
  .m-PositionRelative, .m-relative, .m-PR {
    position: relative;
  }
  .m-PositionFixed, .m-fixed, .m-PF {
    position: fixed;
  }
  .m-FixedCenter, .m-PC {
    width: 33%;
    position: fixed;
    top: 50%;
    left: 33%;
  }
  .m-PositionInitia, .m-PI {
    position: initial;
  }
}
.Top, .top {
  top: 0;
}

.Bottom, .bottom {
  bottom: 0;
}

.Left, .left {
  left: 0;
}

.Right, .right {
  right: 0;
}

.UpLeft, .ZeroZero {
  top: 0;
  left: 0;
}

.DownLeft {
  bottom: 0;
  left: 0;
}

.UpRight {
  top: 0;
  right: 0;
}

.DownRight {
  bottom: 0;
  right: 0;
}

.Overflow-auto {
  overflow: auto;
}

.OverflowY-auto {
  overflow-y: auto;
}

.OverflowX-auto {
  overflow-x: auto;
}

.Overflow-hidden {
  overflow: hidden;
}

.OverflowY-hidden {
  overflow-y: hidden;
}

.OverflowX-hidden {
  overflow-x: hidden;
}

.Overflow-scroll, .Scroll, .scroll {
  overflow: scroll;
}

.OverflowY-scroll, .Scroll-Y, .Scroll-y {
  overflow-y: scroll;
}

.OverflowX-scroll, .Scroll-X, .Scroll-x {
  overflow-x: scroll;
}

.DefaultLayer {
  z-index: 1 !important;
}

.BehindBackground, .Behind {
  z-index: -1 !important;
}

.Background {
  z-index: 0;
}

.Foreground {
  z-index: 100;
}

.OnTop {
  z-index: 1000;
}

.ReallyOnTop {
  z-index: 10000;
}

.TopMost, .QuickExit button .Text {
  z-index: 9999999999;
}

.TableLayoutFixed, .FixedTable, .TableFixed {
  table-layout: fixed;
}

.FixedTableHeader, .FixedHeader {
  position: relative;
  padding-top: 36px;
}
.FixedTableHeader thead tr, .FixedHeader thead tr {
  position: initial !important;
}
.FixedTableHeader thead th, .FixedHeader thead th {
  background: transparent !important;
  padding: 0;
}
.FixedTableHeader thead th > div, .FixedHeader thead th > div {
  position: absolute;
  top: 0px;
  z-index: 1000;
  padding: 7px 2px;
  height: 36px;
  border-left: 1px solid #fff;
}
.FixedTableHeader thead th:first-child > div, .FixedHeader thead th:first-child > div {
  border-left: 0;
}

.BorderCollapse > div {
  display: table-cell;
  border-collapse: collapse;
}

.HighlightRows tr:hover, .HighlightRows .Row:hover, .HighlightRows .row:hover {
  background-color: rgb(255, 255, 153) !important;
  cursor: pointer;
}

table.NoBorders {
  border: none;
}
table.NoBorders td {
  border: none !important;
}

.Alternate > *:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.033) !important;
}

.bg-Black {
  background-color: black;
}

.bg-White {
  background-color: white;
}

.bg-Yellow {
  background-color: #e3d600;
}

.bg-Red {
  background-color: rgba(255, 0, 0, 0.5);
}

.bg-Blue {
  background-color: rgba(0, 0, 255, 0.5);
}

.bg-Green {
  background-color: rgba(0, 255, 0, 0.3);
}

.FillRed {
  background-color: rgba(255, 0, 0, 0.08);
}

.FillYellow {
  background-color: rgba(255, 255, 153, 0.3);
}

.FillBlue {
  background-color: rgba(68, 140, 202, 0.08);
}

.FillGreen {
  background-color: rgba(0, 255, 0, 0.2);
}

.FillGray {
  background-color: rgba(0, 0, 0, 0.04);
}

.FillBlack {
  background-color: rgb(0, 0, 0);
}

.FillWhite {
  background-color: rgb(255, 255, 255);
}

.NoFilling, .FillTransparent {
  background-color: transparent;
}

.FillRedImportant, .FillRed-i {
  background-color: rgba(255, 0, 0, 0.08) !important;
}

.FillYellowImportant, .FillYellow-i {
  background-color: rgba(255, 255, 153, 0.3) !important;
}

.FillBlueImportant, .FillBlue-i {
  background-color: rgba(68, 140, 202, 0.08) !important;
}

.FillGreenImportant, .FillGreen-i {
  background-color: rgba(0, 255, 0, 0.2) !important;
}

.FillGrayImportant, .FillGray-i {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.FillBlackImportant, .FillBlack-i {
  background-color: rgb(0, 0, 0) !important;
}

.FillWhiteImportant, .FillWhite-i {
  background-color: rgb(255, 255, 255) !important;
}

.NoFilling-i, .FillTransparentImportant, .FillTransparent-i {
  background-color: transparent !important;
}

.BG-fixed {
  background-attachment: fixed;
}

.Border {
  border: solid 1px #000;
}
.Border > td {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.Border > td:first-child {
  border-left: solid 1px #000;
}
.Border > td:last-child {
  border-right: solid 1px #000;
}

.BorderTop {
  border-top: solid 1px #000;
}
.BorderTop > td {
  border-top: solid 1px #000;
}

.BorderBottom {
  border-bottom: solid 1px #000;
}
.BorderBottom > td {
  border-bottom: solid 1px #000;
}

.BorderLeft {
  border-left: solid 1px #000;
}
.BorderLeft > td:first-child {
  border-left: solid 1px #000;
}

.BorderRight {
  border-right: solid 1px #000;
}
.BorderRight > td:last-child {
  border-right: solid 1px #000;
}

.BorderNone, .NoBorder {
  border: 0;
}
.BorderNone > td, .NoBorder > td {
  border: 0;
}

.BorderTopNone {
  border-top: none;
}

.BorderBottomNone {
  border-bottom: none;
}

.BorderLeftNone {
  border-left: none;
}

.BorderRightNone {
  border-right: none;
}

.Dotted, .BorderDotted {
  border-style: dotted;
}

.Dashed, .BorderDashed {
  border-style: dashed;
}

.BorderRadius {
  border-radius: 3px;
}

.BorderRadiusImportant {
  border-radius: 3px !important;
}

.BorderRadiusNone {
  border-radius: 0;
}

.BorderRadiusNoneImportant {
  border-radius: 0 !important;
}

.Nopacity, .OpacityOff {
  filter: Alpha(opacity=0);
  opacity: 1;
}

.Opacity {
  filter: Alpha(opacity=70);
  opacity: 0.3;
}

.MediumOpacity {
  filter: Alpha(opacity=50);
  opacity: 0.5;
}

.LightOpacity {
  filter: Alpha(opacity=20);
  opacity: 0.8;
}

.VeryLightOpacity, .SlideOpacity {
  filter: Alpha(opacity=97);
  opacity: 0.97;
}

.FullOpacity, .Transparent {
  opacity: 0;
}

.proportional, .proportional.ratio1-1 {
  position: relative;
  padding-top: 100%;
  margin-bottom: 5%;
}
.proportional > *, .proportional.ratio1-1 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.proportional.ratio2-3 {
  position: relative;
  padding-top: 150%;
}
.proportional.ratio2-3 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.proportional.ratio3-2 {
  position: relative;
  padding-top: 66.6666666667%;
}
.proportional.ratio3-2 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.proportional.ratio4-3 {
  position: relative;
  padding-top: 75%;
}
.proportional.ratio4-3 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.proportional.ratio4-5 {
  position: relative;
  padding-top: 125%;
}
.proportional.ratio4-5 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.proportional.ratio5-7 {
  position: relative;
  padding-top: 140%;
}
.proportional.ratio5-7 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.proportional.ratio16-9 {
  position: relative;
  padding-top: 56.25%;
}
.proportional.ratio16-9 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.proportional.ratio21-9 {
  position: relative;
  padding-top: 42.8571428571%;
}
.proportional.ratio21-9 > * {
  position: absolute;
  top: 0;
  line-height: 100%;
}

.Resize {
  resize: both;
  overflow: hidden;
}

.ResizeVertical, .ResizeV {
  resize: vertical;
  overflow: hidden;
}

.ResizeHorizontal, .ResizeH {
  resize: horizontal;
  overflow: hidden;
}

.BorderBox, .FixedTableHeader thead th > div, .FixedHeader thead th > div {
  box-sizing: border-box;
}

.UserSelect-none {
  user-select: none;
}

.UserSelect-text {
  user-select: text;
}

.Pointer, .CursorPointer {
  cursor: pointer;
}

.CursorText, .Cursor-text {
  cursor: text;
}

.Outline {
  outline: 1px;
}

.Highlight:hover {
  background-color: rgb(255, 255, 153) !important;
  cursor: pointer;
}

.TextOutline {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  letter-spacing: 2px;
}

.TextOutline-off {
  text-shadow: 0 !important;
}

.Truncate, .URL, .truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Tooltip:before, .Tooltip:after {
  display: none;
  z-index: 1000;
}
.Tooltip:hover:after {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  height: 12px;
  padding: 6px;
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
  text-shadow: 1px 1px #000;
  background-color: #222;
}
.Tooltip:hover:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid #222;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  top: auto;
  margin-top: 0;
  bottom: -6px;
  left: 47%;
}
.Tooltip:hover:after {
  bottom: -28px;
  left: 47%;
  margin-left: -20px;
}

.TriangleRight {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #222;
}

.TriangleLeft {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 6px solid #222;
}

.Gradient {
  background: radial-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)); /* Standard syntax (must be last) */
}

.Vignette {
  background: radial-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)); /* Standard syntax (must be last) */
}

.Vignette {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

.GrayScale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%);
}

.GrayScale-off {
  filter: grayscale(0%);
}

.invert {
  filter: invert(100%);
}

.Scale-25 {
  transform: scale(0.25);
}

.Scale-33 {
  transform: scale(0.3333333333);
}

.Scale-40 {
  transform: scale(0.4);
}

.Scale-50 {
  transform: scale(0.5);
}

.Scale-66 {
  transform: scale(0.6666666667);
}

.Scale-75 {
  transform: scale(0.75);
}

.Scale-80 {
  transform: scale(0.8);
}

.Scale-100 {
  transform: scale(1);
}

.Scale-150 {
  transform: scale(1.5);
}

.Scale-200 {
  transform: scale(2);
}

.Scale-250 {
  transform: scale(2.5);
}

.Scale-300 {
  transform: scale(3);
}

.NoScript {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  padding: 1%;
  color: #fff;
  background: #0758e5;
  z-index: 99999;
}

.flip, .Flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.Rotate180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Zoom {
  transform: scale(1.5);
  transform-origin: 0 0;
}

.Zoom-50 {
  transform: scale(0.5);
  transform-origin: 0 0;
}

.Zoom-55 {
  transform: scale(0.55);
  transform-origin: 0 0;
}

.Zoom-60 {
  transform: scale(0.6);
  transform-origin: 0 0;
}

.Zoom-65 {
  transform: scale(0.65);
  transform-origin: 0 0;
}

.Zoom-70 {
  transform: scale(0.7);
  transform-origin: 0 0;
}

.Zoom-75 {
  transform: scale(0.75);
  transform-origin: 0 0;
}

.Zoom-80 {
  transform: scale(0.8);
  transform-origin: 0 0;
}

.Zoom-85 {
  transform: scale(0.85);
  transform-origin: 0 0;
}

.Zoom-90 {
  transform: scale(0.9);
  transform-origin: 0 0;
}

.Zoom-95 {
  transform: scale(0.95);
  transform-origin: 0 0;
}

.Zoom-100 {
  transform: scale(1);
  transform-origin: 0 0;
}

.Zoom-105 {
  transform: scale(1.05);
  transform-origin: 0 0;
}

.Zoom-110 {
  transform: scale(1.1);
  transform-origin: 0 0;
}

.Zoom-115 {
  transform: scale(1.15);
  transform-origin: 0 0;
}

.Zoom-120 {
  transform: scale(1.2);
  transform-origin: 0 0;
}

.Zoom-125 {
  transform: scale(1.25);
  transform-origin: 0 0;
}

.Zoom-130 {
  transform: scale(1.3);
  transform-origin: 0 0;
}

.Zoom-135 {
  transform: scale(1.35);
  transform-origin: 0 0;
}

.Zoom-140 {
  transform: scale(1.4);
  transform-origin: 0 0;
}

.Zoom-145 {
  transform: scale(1.45);
  transform-origin: 0 0;
}

.Zoom-150 {
  transform: scale(1.5);
  transform-origin: 0 0;
}

.Zoom-155 {
  transform: scale(1.55);
  transform-origin: 0 0;
}

.Zoom-160 {
  transform: scale(1.6);
  transform-origin: 0 0;
}

.Zoom-165 {
  transform: scale(1.65);
  transform-origin: 0 0;
}

.Zoom-170 {
  transform: scale(1.7);
  transform-origin: 0 0;
}

.Zoom-175 {
  transform: scale(1.75);
  transform-origin: 0 0;
}

.Zoom-180 {
  transform: scale(1.8);
  transform-origin: 0 0;
}

.Zoom-185 {
  transform: scale(1.85);
  transform-origin: 0 0;
}

.Zoom-190 {
  transform: scale(1.9);
  transform-origin: 0 0;
}

.Zoom-195 {
  transform: scale(1.95);
  transform-origin: 0 0;
}

.Zoom-200 {
  transform: scale(2);
  transform-origin: 0 0;
}

.TransitionAll, .Menu .MenuItems, .Menu .Navi, .PageTitle, .PanelLink, .Transition, .Menu, .getBigger, .GetBigger, .FadeColor2:hover, .FadeColor2, .FadeColor:hover, .FadeColor {
  transition: all 0.15s ease-in-out;
}

.TransitionNone, .NoTransition, .TransitionOff {
  transition: none;
}

.test, .Test, test {
  background-color: #8bfdff;
  border: solid 1px red;
}

.off {
  display: none !important;
}

.on {
  display: block !important;
}

@media print {
  * {
    color: black;
  }
  @page {
    margin: 7mm 7mm 7mm 7mm;
  }
  .PageBreak {
    page-break-before: always;
    font-size: 1pt;
    visibility: hidden;
  }
  .EndOfPage {
    page-break-after: always;
    font-size: 1pt;
    visibility: hidden;
  }
  .EndOfDocument {
    page-break-after: always;
    font-size: 1pt;
    visibility: hidden;
  }
  .PrintKeepTogether, .KeepTogether {
    page-break-inside: avoid;
  }
  .PageNumbers { /* display: table-footer-group; */ }
  .PageNumbers:after {
    counter-increment: page;
    content: "Seite " counter(page);
    margin-right: 6px;
  }
  .DoNotPrint, .DontPrint {
    display: none !important;
  }
}
/* Transitions */
.TransitionAll, .Menu .MenuItems, .Menu .Navi, .PageTitle, .PanelLink, .Transition, .Menu, .getBigger, .GetBigger, .FadeColor2:hover, .FadeColor2, .FadeColor:hover, .FadeColor {
  transition: all 0.5s ease;
}

.TransitionAllFast, .TransitionFast {
  transition: all 0.15s ease;
}

.TransitionAllSlow, .TransitionSlow {
  transition: all 2s ease;
}

.TransitionFilter {
  transition: filter 2s linear;
}

.TransitionShort {
  transition-duration: 0.4s;
}

.TransitionSmooth {
  transition-duration: 2s;
}

.TransitionLong {
  transition: ease-in-out;
  transition-duration: 15s;
}

/* Timing Functions */
.Ease {
  transition-timing-function: ease;
}

.EaseIn {
  transition-timing-function: ease-in;
}

.EaseInOut {
  transition-timing-function: ease-in;
}

/* FX */
.Hue {
  filter: hue-rotate(0);
  transition: filter 2s linear;
}

.Hue:hover {
  filter: hue-rotate(180deg);
  transition: filter 2s linear;
}

.FadeColor {
  background: #c17ea5;
  color: white;
  font-size: 10px;
  cursor: pointer;
}

.FadeColor:hover {
  background: #75b9de;
}

.FadeColor2 {
  background: #9acbaa;
  color: white;
  font-size: 10px;
  cursor: pointer;
}

.FadeColor2:hover {
  background: #62658f;
}

.getBigger:hover, .GetBigger:hover {
  transform: scale(1.3);
}

/* Mobile Test Flag */
body:before {
  display: none;
}

body.DebugMode:before {
  display: block;
  position: fixed;
  font-size: 9px;
  background: #fff;
  padding: 3px;
  line-height: 100%;
  top: 1px;
  right: 1px;
  z-index: 9999999;
}

body.DebugMode:before {
  content: "css: basics";
}
@media screen and (max-width: 62em) {
  body.DebugMode:before {
    content: "css: MediaMedium";
  }
}
@media screen and (max-width: 48em) {
  body.DebugMode:before {
    content: "css: MediaSmall";
  }
}

/* Media & Debugger */
body.DebugMode:before {
  display: block;
  position: fixed;
  font-size: 8.5px;
  background: transparent;
  padding: 3px;
  line-height: 100%;
  right: 0px;
  z-index: 3875820019684212735;
}

.DebugModeOff #_Debugger {
  display: none;
}

.Debugger {
  text-transform: lowercase;
  line-height: 100%;
  font-size: 10px;
  font-family: courier;
  right: 0px;
  background-color: #fff;
  color: #000;
  min-width: 190px;
  height: 10px;
  min-width: 30px;
  min-height: 30px;
  top: 0px;
  right: 0px;
  height: auto;
  padding: 3px;
  opacity: 0.3;
}

.Debugger:hover {
  opacity: 0.5;
}

.DebugMode .Debugger {
  opacity: 0.9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.DebugModeMinimized .Debugger {
  background-color: transparent;
  opacity: 0.5;
  background-image: url(../images/debugger-icon.svg);
  background-repeat: no-repeat;
  background-size: 99%;
  background-position: center;
  margin: 6px;
  /*
  "data:image/svg+xml;utf8,<svg width='30px' height='30px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>easy-admin-debug</title> <desc>Created with Sketch.</desc> <defs> <linearGradient x1='26.5106201%' y1='22.4517822%' x2='100%' y2='100%' id='linearGradient-1'><stop stop-color='#0071BE' offset='0%'/><stop stop-color='#74B8FF' offset='100%'/> </linearGradient> <path id='path-2' d='M659.423017,25 C757.2045,25 806.083067,25 858.71965,41.6391667 C916.18565,62.5558167 961.444183,107.81435 982.360833,165.28035 C999,217.908817 999,266.803617 999,364.576983 L999,659.423017 C999,757.2045 999,806.083067 982.360833,858.71965 C961.444183,916.18565 916.18565,961.444183 858.71965,982.352717 C806.083067,999 757.2045,999 659.423017,999 L364.576983,999 C266.7955,999 217.908817,999 165.28035,982.352717 C107.81435,961.444183 62.5558167,916.18565 41.6391667,858.71965 C25,806.083067 25,757.2045 25,659.423017 L25,364.576983 C25,266.803617 25,217.908817 41.6391667,165.28035 C62.5558167,107.81435 107.81435,62.5558167 165.28035,41.6391667 C217.908817,25 266.7955,25 364.576983,25 L659.423017,25 Z'/> </defs> <g id='Total-CMS' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'> <g id='easy-admin-debug'> <g id='Icon-Shape'> <use stroke='#FFFFFF' stroke-width='25' fill='url(#linearGradient-1)' fill-rule='evenodd' xlink:href='#path-2'/> <use stroke='none' fill='none' xlink:href='#path-2'/> </g> <path d='M797,552.2 C797,539.73125 786.66875,529.4 774.2,529.4 L694.4,529.4 L694.4,424.6625 L756.03125,363.03125 C764.9375,354.125 764.9375,339.875 756.03125,330.96875 C747.125,322.0625 732.875,322.0625 723.96875,330.96875 L662.3375,392.6 L361.6625,392.6 L300.03125,330.96875 C291.125,322.0625 276.875,322.0625 267.96875,330.96875 C259.0625,339.875 259.0625,354.125 267.96875,363.03125 L329.6,424.6625 L329.6,529.4 L249.8,529.4 C237.33125,529.4 227,539.73125 227,552.2 C227,564.66875 237.33125,575 249.8,575 L329.6,575 C329.6,616.325 337.79375,648.03125 350.2625,672.6125 L278.3,753.48125 C270.10625,763.1 270.81875,777.35 280.08125,785.9 C284.7125,789.81875 290.05625,791.6 295.4,791.6 C301.8125,791.6 307.86875,789.10625 312.5,784.11875 L377.69375,710.375 C377.69375,710.375 424.71875,757.4 489.2,757.4 L489.2,438.2 L534.8,438.2 L534.8,757.4 C595.3625,757.4 642.03125,714.65 642.03125,714.65 L712.56875,784.83125 C716.84375,789.4625 722.9,791.6 728.6,791.6 C734.3,791.6 740.35625,789.4625 744.63125,784.83125 C753.5375,775.925 753.5375,761.675 744.63125,752.76875 L670.53125,678.3125 C684.78125,653.01875 694.4,619.53125 694.4,575 L774.2,575 C786.66875,575 797,564.66875 797,552.2 L797,552.2 Z M626,347 C626,283.94375 575.05625,233 512,233 C448.94375,233 398,283.94375 398,347 L626,347 Z' id='Type-something' fill='#FFFFFF'/> </g> </g> </svg>"
  */
}
.DebugModeMinimized .Debugger:hover {
  opacity: 1;
}
@media screen and (max-width: 48em) {
  .DebugModeMinimized .Debugger {
    margin: 3%;
    opacity: 0.8;
  }
}

.Debugger .DebuggerContent {
  display: none;
}

.DebugMode .Debugger .DebuggerContent {
  display: block;
}

.Debugger .DebuggerContent > div {
  padding: 4px;
  text-align: right;
  min-height: 10px;
}

.DebuggerItem {
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
}

body {
  background-color: rgb(254, 249, 233);
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  line-height: 1.5em;
}
body .section {
  width: 780px;
  min-width: 780px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 62em) {
  body .section {
    width: 100vw;
    min-width: 100vw;
    padding: 0.5rem 6rem;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 48em) {
  body .section {
    padding: 0.5rem 5rem;
  }
}
@media screen and (max-width: 35.9375em) {
  body .section {
    padding: 0.5rem 0.75rem;
  }
}
body #header {
  height: 171px;
  margin: 0 0 20px 0;
}
body .header-left {
  float: left;
  width: 180px;
  height: 171px;
  text-align: right;
  vertical-align: bottom;
}
@media screen and (max-width: 62em) {
  body .header-left {
    text-align: left;
    width: 25%;
    min-width: 85px;
    overflow: visible;
  }
  body .header-left img {
    width: auto;
    min-height: 143px;
    max-width: 85px;
  }
}
body .header-right {
  float: left;
  width: 600px;
  height: 175px;
  text-align: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 62em) {
  body .header-right {
    width: calc(85% - 85px);
  }
  body .header-right img {
    width: auto;
    max-height: 159px;
  }
}
body .page-home .header-right {
  background-image: url(../image/frauenoben1.jpg);
}
body .page-kontakt .header-right {
  background-image: url(../image/frauenoben2.jpg);
}
body .page-beratung .header-right {
  background-image: url(../image/frauenoben3.jpg);
}
body .page-aktuell .header-right {
  background-image: url(../image/frauenoben4.jpg);
}
body .page-wir .header-right {
  background-image: url(../image/frauenoben5.jpg);
}
body .page-koop .header-right {
  background-image: url(../image/frauenoben6.jpg);
}
body .page-impress .header-right {
  background-image: url(../image/frauenoben7.jpg);
}
body .page-links .header-right {
  background-image: url(../image/frauenoben6.jpg);
}
body .page-down .header-right {
  background-image: url(../image/frauenoben8.jpg);
}
body .tel {
  color: #ff5e4e;
  font-size: 18px;
  /*font-weight:600;*/
}
body #content {
  float: left;
  width: 550px;
  max-width: 550px;
  min-height: 498px;
}
@media screen and (max-width: 62em) {
  body #content {
    width: 100%;
    max-width: 100%;
  }
}
body h1 {
  color: #ff5e4e;
  font-size: large;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
body h2 {
  color: #0097b9;
  font-size: large;
  margin: 0 0 0.75rem 0;
  font-weight: bold;
}
body h3 {
  color: #0097b9;
  font-size: medium;
  margin: 0 0 0.75rem 0;
  font-weight: bold;
}
body p {
  margin: 0 0 0.75em 0;
}
body #content ul {
  margin: 0 0 2rem 0;
  list-style: outside;
}
body #content li {
  color: #0097b9;
  font-size: medium;
  font-weight: normal;
  line-height: 1.5em;
  margin-left: -1.5rem;
}
body #content A,
body #footer A {
  color: inherit;
}
body .cols-33-66 {
  width: 100%;
}
body .cols-33-66 > .col1 {
  width: 32%;
  padding: 0 3% 0 0;
  float: left;
}
body .cols-33-66 > .col2 {
  width: 65%;
  float: left;
}
body .cols-50-50 {
  width: 100%;
}
body .cols-50-50 > .col1 {
  width: 48.5%;
  float: left;
  padding: 0 3% 0 0;
}
body .cols-50-50 > .col2 {
  width: 48.5%;
  float: left;
}
body .underlined {
  text-decoration: underline;
}
body .clearfloat {
  width: 100%;
  clear: both;
}
body #footer {
  margin: 2em 0 0 0;
  text-align: right;
}
body .nomargin {
  margin: 0;
}
body .center {
  text-align: center;
}

.ReallyReallyOnTop, .PageTitle {
  z-index: -2537764290115403777;
}

.Red {
  color: #ff5e4e;
}

.FillWhite {
  background-color: rgba(255, 255, 255, 0.9);
}

.PanelLink {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  padding: 6px;
  cursor: pointer;
}
.PanelLink:hover {
  background: rgba(255, 255, 255, 0.25);
  width: 33px;
  height: 33px;
}

body {
  height: 100%;
  min-height: 100vh;
  padding: 0.5rem;
  scroll-behavior: smooth;
  color: #0097b9;
  background-color: rgb(254, 249, 233);
}
@media screen and (min-width: 117.5em) {
  body {
    font-size: 1rem;
    max-width: 1350px;
  }
}
@media screen and (max-width: 35.9375em) {
  body {
    line-height: 1.5;
  }
}

@media screen and (max-width: 48em) {
  body.MenuExpanded {
    position: relative;
    overflow: hidden;
  }
}

/* Hyperlinks */
a:link {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a[name] {
  display: block;
  background: transparent;
  height: 0px;
  width: 100%;
}

img {
  border: none;
}

.content img {
  width: 100%;
}

.Image {
  margin: 5% 0;
  object-fit: cover;
}

.TextTiny {
  font-size: 9px;
}

.TextSmall {
  font-size: 11px;
}

.TextNormal {
  font-size: 14px;
}

.TextBig {
  font-size: 18px;
}

.TextLarge {
  font-size: 23px;
}

.TextHuge {
  font-size: 28px;
}

@media screen and (max-width: 48em) {
  .TextTiny {
    font-size: 7px;
  }
  .TextSmall {
    font-size: 9px;
  }
  .TextNormal, h2 {
    font-size: 13px;
  }
  .TextBig, h1 {
    font-size: 18px;
  }
  .TextLarge {
    font-size: 21px;
  }
  .TextHuge {
    font-size: 25px;
  }
}
.ClearFix:before, .Menu .MenuItems:before, .TextFormatting.download.layout-teaser2.type-link:before, .TextFormatting.download.layout-teaser.type-link:before, .TextFormatting.download.layout-link.type-link:before, .Formula .FormulaItem:before, .Formula .Results:before, .ClearFix:after, .Menu .MenuItems:after, .TextFormatting.download.layout-teaser2.type-link:after, .TextFormatting.download.layout-teaser.type-link:after, .TextFormatting.download.layout-link.type-link:after, .Formula .FormulaItem:after, .Formula .Results:after, .Break-after:after {
  content: " ";
  display: table;
}

.ClearFix:after, .Menu .MenuItems:after, .TextFormatting.download.layout-teaser2.type-link:after, .TextFormatting.download.layout-teaser.type-link:after, .TextFormatting.download.layout-link.type-link:after, .Formula .FormulaItem:after, .Formula .Results:after, .Break-after:after {
  clear: both;
}

.ClearFix, .Menu .MenuItems, .TextFormatting.download.layout-teaser2.type-link, .TextFormatting.download.layout-teaser.type-link, .TextFormatting.download.layout-link.type-link, .Formula .FormulaItem, .Formula .Results, .Break-after:after {
  *zoom: 1; /* IE6 + IE7 */
}

.TextFormatting {
  z-index: 100;
  /*
  OFF &.download.layout-teaser.type-link {
    //background-color: rgba(255,255,255,0.7);
    //padding: 1rem;
    margin-bottom: 0.6rem;
    @extend .ClearFix;

    @include MediaSmall {
      padding: 1rem 0.5rem;
    }

    .img {
      margin: 0;

      img {
        width: 100% !important;
        max-height: 75vh;
      }
    }

    .DownloadTitle {
      position: absolute;
      top: 0;
      padding: 1.5rem 1rem;
      line-height: 1.23;
      font-weight: bold;

      span {
        display: inline-block;
        background-color: rgba($NoraBlue, 0.7);
        color: $BackgroundColor;
        font-size: 1.3rem;
        padding: 3px 6px;
        margin-bottom: 5px;
      }


      .DownloadText {
        font-weight: normal;
        font-size: 1rem;
        padding: 3px 6px;
      }

    }



    .URL {
      margin: 0.5rem 0 0.2rem 0;
    }

  }
  */
}
.TextFormatting .cols-2, .TextFormatting .zweispaltig {
  column-count: 2;
  column-gap: 10px;
}
.TextFormatting .cols-2 p, .TextFormatting .zweispaltig p {
  margin-top: 0;
}
.TextFormatting a[href^="tel:"] {
  white-space: pre;
}
.TextFormatting h1, .TextFormatting .h1, .TextFormatting .Title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 62em) {
  .TextFormatting h1, .TextFormatting .h1, .TextFormatting .Title {
    padding: 0 !important;
  }
}
@media screen and (max-width: 48em) {
  .TextFormatting h1, .TextFormatting .h1, .TextFormatting .Title {
    font-size: 23px !important;
  }
}
@media screen and (max-width: 35.9375em) {
  .TextFormatting h1, .TextFormatting .h1, .TextFormatting .Title {
    font-size: 18px !important;
  }
  .TextFormatting h1.xs-shift-left, .TextFormatting .h1.xs-shift-left, .TextFormatting .Title.xs-shift-left {
    margin-left: 6% !important;
    width: 94%;
  }
}
.TextFormatting.heading {
  margin-top: 4rem;
}
.TextFormatting.heading:first-of-type {
  margin-top: 1rem;
}
.TextFormatting.heading h2 {
  color: #ff5e4e;
}
.PageTitle + .TextFormatting.heading {
  margin-top: 1rem;
}
.TextFormatting h3, .TextFormatting .h3 {
  font-weight: 400;
  margin-top: 9%;
}
.PageTitle + .TextFormatting.text {
  margin-top: 1rem;
}
.TextFormatting.text {
  margin-bottom: 1.5rem;
}
.TextFormatting.images {
  margin-top: 3rem;
}
.TextFormatting.images .img {
  text-align: center;
}
.TextFormatting .img img {
  max-width: 100%;
}
@media screen and (max-width: 48em) {
  .TextFormatting .img {
    text-align: center;
  }
  .TextFormatting .img img {
    width: 100%;
    max-height: 85vh;
  }
}
@media screen and (max-width: 48em) and (orientation: landscape) {
  .TextFormatting .img {
    text-align: center;
  }
  .TextFormatting .img img {
    max-height: 125vh;
    width: auto !important;
    max-width: 100% !important;
  }
}
.TextFormatting div.img {
  margin: 5% 0;
}
.TextFormatting.event {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  margin: 3rem 0rem 1rem 0rem;
}
@media screen and (max-width: 48em) {
  .TextFormatting.event {
    padding: 1rem 0.5rem;
  }
}
:is(h2, .h2) + .TextFormatting.event {
  margin: 0rem 0rem 1rem 0rem;
}
.TextFormatting.event h2:before {
  content: url("../images/menu-ro.png");
  line-height: 1;
  position: relative;
  left: -3px;
  top: 5px;
  padding: 0 0.2rem 0 0;
}
.TextFormatting.event h2 + h2 {
  display: none;
}
.TextFormatting.event h3 {
  margin: 0;
  font-weight: bold;
}
.TextFormatting.event .img {
  margin: 1rem 0;
}
.TextFormatting.event .img img {
  max-width: 100%;
  max-height: 400px;
  width: auto !important;
  min-height: 250px;
  margin: auto;
}
.TextFormatting.event h2:blank {
  display: none !important;
}
.PageTitle + .TextFormatting.download {
  margin-top: 1rem;
}
.TextFormatting.download {
  position: relative;
}
.TextFormatting.download.layout-row {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.TextFormatting.download.layout-row .DownloadText {
  padding-left: 6%;
  padding-right: 2%;
}
.TextFormatting.download.layout-row .DownloadText p:last-child {
  margin: 0;
}
.TextFormatting.download.layout-row .download .img {
  margin: 0;
}
.TextFormatting.download.layout-row .download .img img {
  width: 100%;
}
.TextFormatting.download.layout-box {
  display: inline-block;
  width: 48%;
}
.TextFormatting.download.layout-box .download .img {
  margin: 0;
}
.TextFormatting.download.layout-box .download .img img {
  width: 100%;
}
.TextFormatting.download.layout-row.type-link {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 48em) {
  .TextFormatting.download.layout-row.type-link {
    padding: 1rem;
  }
}
.TextFormatting.download.layout-row.type-link .DownloadText {
  padding-top: 9px;
  padding-left: 0%;
  padding-right: 2%;
  width: 75%;
  float: left;
}
@media screen and (max-width: 48em) {
  .TextFormatting.download.layout-row.type-link .DownloadText {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.TextFormatting.download.layout-row.type-link .DownloadText p {
  margin: 0;
}
.TextFormatting.download.layout-row.type-link .DownloadImage {
  margin: auto;
  width: 25%;
  float: right;
}
@media screen and (max-width: 48em) {
  .TextFormatting.download.layout-row.type-link .DownloadImage {
    float: none;
    width: 50%;
  }
}
.TextFormatting.download.layout-row.type-link .DownloadImage .img {
  margin: 0;
  margin-bottom: -5px;
  margin-top: 1px;
  margin-right: 1px;
}
.TextFormatting.download.layout-row.type-link .DownloadImage .img img {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 48em) {
  .TextFormatting.download.layout-row.type-link .DownloadImage .img img {
    padding: 1rem 0;
  }
}
.TextFormatting.download.layout-link.type-link {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 48em) {
  .TextFormatting.download.layout-link.type-link {
    padding: 1rem 0.5rem;
  }
}
.TextFormatting.download.layout-link.type-link .DownloadText {
  float: left;
  width: 100%;
}
.TextFormatting.download.layout-link.type-link .URL {
  margin: 0.5rem 0 0.2rem 0;
}
.TextFormatting.download.layout-teaser.type-link {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 48em) {
  .TextFormatting.download.layout-teaser.type-link {
    padding: 1rem 0.5rem;
  }
}
.TextFormatting.download.layout-teaser.type-link .img {
  margin: 0;
}
.TextFormatting.download.layout-teaser.type-link .img img {
  width: 100% !important;
  max-height: 75vh;
}
.TextFormatting.download.layout-teaser.type-link .DownloadTitle {
  line-height: 1.23;
  font-weight: bold;
  padding: 3px 9px;
  font-size: 0.9rem;
}
.TextFormatting.download.layout-teaser.type-link .DownloadTitle span {
  display: inline-block;
}
.TextFormatting.download.layout-teaser.type-link .DownloadTitle .DownloadText {
  font-weight: normal;
}
.TextFormatting.download.layout-teaser.type-link .URL {
  margin: 0.5rem 0 0.2rem 0;
}
.TextFormatting.download.layout-teaser2.type-link {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 48em) {
  .TextFormatting.download.layout-teaser2.type-link {
    padding: 1rem 0.5rem;
  }
}
.TextFormatting.download.layout-teaser2.type-link .img {
  margin: 0;
}
.TextFormatting.download.layout-teaser2.type-link .img img {
  width: 100% !important;
  max-height: 75vh;
}
.TextFormatting.download.layout-teaser2.type-link .DownloadTitle {
  line-height: 1.23;
  font-weight: bold;
  padding: 3px 6px;
}
.TextFormatting.download.layout-teaser2.type-link .DownloadTitle span {
  display: inline-block;
}
.TextFormatting.download.layout-teaser2.type-link .DownloadTitle .DownloadText {
  font-weight: normal;
  font-size: 1rem;
}
.TextFormatting.download.layout-teaser2.type-link .URL {
  margin: 0.5rem 0 0.2rem 0;
}
.TextFormatting ul p {
  margin: 0;
}
.TextFormatting .Bullet, .TextFormatting Bullets > p {
  position: relative;
  left: 3%;
  width: 97%;
  padding-left: 1.5%;
  margin-bottom: 2em;
}
@media screen and (max-width: 48em) {
  .TextFormatting .Bullet, .TextFormatting Bullets > p {
    left: 0%;
    width: 100%;
    padding-left: 0%;
  }
}
@media screen and (max-width: 35.9375em) {
  .TextFormatting .Bullet, .TextFormatting Bullets > p {
    left: 18px;
    width: calc(100% - 18px);
    padding-left: 0%;
  }
}
.TextFormatting .Bullet:before, .TextFormatting Bullets > p:before {
  position: absolute;
  top: 0;
  height: 100%;
  left: -3%;
  content: " ";
  font-size: 2.6em;
  line-height: 1;
  border-left: 12px yellow solid;
}
@media screen and (max-width: 48em) {
  .TextFormatting .Bullet:before, .TextFormatting Bullets > p:before {
    border-left: 9px yellow solid;
    left: -4%;
  }
}
@media screen and (max-width: 35.9375em) {
  .TextFormatting .Bullet:before, .TextFormatting Bullets > p:before {
    border-left: 0.8% yellow solid;
    left: -18px;
  }
}
.TextFormatting .BulletSmall, .TextFormatting .BulletsSmall > p {
  position: relative;
  left: 2.4%;
  padding-left: 1.5%;
}
@media screen and (max-width: 48em) {
  .TextFormatting .BulletSmall, .TextFormatting .BulletsSmall > p {
    left: 15px;
    padding-left: 2%;
    width: calc(100% - 15px);
  }
}
.TextFormatting .BulletSmall:before, .TextFormatting .BulletsSmall > p:before {
  position: absolute;
  top: 4px;
  left: -15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  background-image: url("../images/bullet.svg");
  background-size: 100%;
  content: "";
  filter: hue-rotate(-110deg) saturate(5) invert(100%);
}
@media screen and (max-width: 48em) {
  .TextFormatting .BulletSmall:before, .TextFormatting .BulletsSmall > p:before {
    left: -15px;
  }
}
.TextFormatting .BulletSmall a, .TextFormatting .BulletsSmall > p a {
  padding: 6px;
  margin-left: -6px;
}
.TextFormatting .BulletSmall a:hover, .TextFormatting .BulletsSmall > p a:hover {
  background: yellow;
  padding: 6px;
  text-decoration: none;
  font-weight: 500;
}
.TextFormatting .Space {
  margin-bottom: 7% !important;
}
.TextFormatting.inaktiv, .TextFormatting.INAKTIV {
  display: none !important;
}

.ROT, .Rot, .rot {
  color: #ff5e4e;
}
.ROT *, .Rot *, .rot * {
  color: #ff5e4e !important;
}

.BLAU, .Blau, .blau {
  color: #0097b9 !important;
}
.BLAU *, .Blau *, .blau * {
  color: #0097b9;
}

.PageTitle {
  position: absolute;
  display: none;
  top: 10rem;
  right: 0;
  padding-right: 0%;
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}
.PageTitle:before {
  content: "/";
  position: relative;
}
@media screen and (max-width: 62em) {
  .PageTitle {
    display: block;
    margin: 3% 3% 12% 0;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 48em) {
  .PageTitle {
    margin: 3% 3% 18% 0;
    font-size: 0.85em;
  }
  .MenuExpanded .PageTitle {
    opacity: 0;
  }
}

img.Logo {
  height: 159px;
}

.HotLine {
  font-size: 1rem;
  padding: 0.5rem;
  width: 100vw;
  background-color: #ff5e4e;
  color: #fff;
}
@media screen and (max-width: 62em) {
  .HotLine {
    text-align: left;
  }
}
@media screen and (max-width: 35.9375em) {
  .HotLine {
    padding: 0.7rem;
  }
}
.HotLine .Text {
  font-size: 0.9rem;
}
@media screen and (max-width: 62em) {
  .HotLine .Text {
    font-size: 0.9rem;
  }
}

.EmergencyPhone {
  display: inline-block;
}
.EmergencyPhone img {
  width: 40mm;
  margin: 6px 9px 0px 9px;
}
@media screen and (max-width: 62em) {
  .EmergencyPhone img {
    margin-right: 18px;
  }
}

.QuickExit {
  position: fixed;
  top: 210px;
  right: 1rem;
}
@media screen and (max-width: 62em) {
  .QuickExit {
    position: absolute;
    height: 100%;
    top: inherit;
    bottom: 0rem;
  }
}
@media screen and (max-width: 48em) {
  .QuickExit {
    right: 0.5rem;
  }
}
.QuickExit a, .QuickExit a:link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.QuickExit button {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.85rem;
  cursor: pointer;
}
@media screen and (max-width: 62em) {
  .QuickExit button {
    height: 100%;
  }
}
.QuickExit button img {
  height: 46px;
  margin: 0;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 48em) {
  .QuickExit button img {
    height: 40px;
  }
}
.QuickExit button .Text {
  width: 90px;
  padding: 0 0.5rem 0 0;
  text-align: right;
  overflow: hidden;
  color: #ff5e4e;
  font-weight: bold;
}
@media screen and (max-width: 62em) {
  .QuickExit button .Text {
    padding: 0 0.33rem 0 0;
    font-size: 0.85rem;
    color: #fff;
  }
}
@keyframes quick-exit-hide {
  from {
    width: 120px;
  }
  to {
    width: 0%;
  }
}
@keyframes quick-exit-show {
  from {
    width: 0%;
  }
  to {
    width: 120px;
  }
}

.FooterText {
  font-size: 0.9rem;
  padding: 6px 3px;
  opacity: 0.94;
}
@media screen and (max-width: 35.9375em) {
  .FooterText {
    font-size: 0.85rem;
  }
}
.FooterText * {
  margin: 0;
  opacity: 0.85;
}

.Hamburger {
  display: none;
  position: fixed;
  top: 3rem;
  left: calc(100% - 2rem - 46px);
  width: auto;
  margin-top: -12px;
  cursor: pointer;
  transform: scale(1.2);
  height: 46px;
  width: 46px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  border: 0px solid black;
  z-index: 9999999999;
}
@media screen and (max-width: 62em) {
  .Hamburger {
    left: calc(91% - 46px);
    display: block;
  }
}
@media screen and (max-width: 48em) {
  .Hamburger {
    left: calc(94% - 46px);
  }
}
.Hamburger .HamSymbol {
  width: 29px;
  height: 29px;
  visibility: hidden;
  font-size: 27px;
  display: inline-block;
  position: absolute;
  top: 7.5px;
  left: 8.5px;
}
@media screen and (max-width: 62em) {
  .Hamburger .HamSymbol {
    visibility: visible;
  }
}
.Hamburger .HamIcon {
  margin-top: 1px;
}
.Hamburger .CloseIcon {
  margin-top: -2px;
  margin-left: -1px;
}

#_Menu {
  width: 180px;
  min-height: 498px;
  float: left;
  background-image: url(../image/links.gif);
  background-repeat: no-repeat;
  margin: 0 50px 0 0;
  text-align: right;
}
@media screen and (max-width: 62em) {
  #_Menu {
    position: fixed;
    background-image: none !important;
  }
  .MenuCollapsed #_Menu {
    width: 0;
  }
}
#_Menu ul {
  list-style: none;
}
#_Menu ul li {
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 35.9375em) {
  #_Menu ul li {
    margin: 0;
  }
}
#_Menu ul li button {
  border: none;
  background-color: transparent;
  padding: 0;
}
#_Menu ul li a {
  text-decoration: none;
  color: #0097b9;
  font-weight: 600;
  line-height: 22px;
  min-height: 22px;
  padding: 0 26px 0 0;
  display: inline-block;
  font-size: 14px;
  background-image: url(../image/menu-no.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 62em) {
  #_Menu ul li a {
    font-size: 1.2rem;
  }
}
#_Menu ul li a:hover,
#_Menu ul li.active a {
  color: #ff5e4e;
  background-image: url(../image/menu-ro.png);
}
#_Menu .Submenu {
  overflow: hidden;
  text-align: right;
  line-height: 0;
  padding: 0px 26px 0px 0;
}
#_Menu .Submenu button {
  width: 100px;
  text-align: right;
  margin: 0.2rem 0;
}
@media screen and (max-width: 62em) {
  #_Menu .Submenu button {
    width: 127px;
  }
}
#_Menu .Submenu a {
  background-image: none !important;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 0;
  white-space: normal;
  line-height: 1.3333;
  color: #0097b9 !important;
}
@media screen and (max-width: 62em) {
  #_Menu .Submenu a {
    font-size: 0.9rem;
  }
}
#_Menu .SpecialPages .SpecialPageLink {
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 62em) {
  #_Menu .SpecialPages .SpecialPageLink button {
    margin-right: 30px;
  }
}
#_Menu .SpecialPages .SpecialPageLink a {
  color: #fff;
  padding: 2px 6px 3px 6px;
  font-weight: 400;
  overflow: visible;
  display: inline-block;
  background-image: none !important;
  background-color: #0097b9;
}
#_Menu .SpecialPages .SpecialPageLink a.active {
  background-color: #ff5e4e;
}
#_Menu .SpecialPages .SpecialPageLink .SpecialPageIcon {
  display: none;
  position: absolute;
  top: -2px;
  right: -12px;
}
#_Menu .SpecialPages .SpecialPageLink .SpecialPageIcon img {
  width: 74px;
}
#_Menu ul.Languages li {
  margin: 0;
  line-height: 1;
}
#_Menu ul.Languages li a {
  background-image: none;
  font-size: 0.7rem;
  padding: 0;
  font-weight: normal;
}
#_Menu ul.Languages li.active a {
  font-weight: bold;
}

@media screen and (max-width: 62em) {
  .Menu {
    position: fixed;
    top: 0;
    left: 0px;
    height: 100vh;
    overflow: hidden;
  }
  .MenuExpanded .Menu {
    width: calc(100% - 6.7rem);
    height: 100vh;
  }
  .MenuCollapsed .Menu {
    left: -50%;
  }
}
@media screen and (max-width: 48em) {
  .Menu {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 0;
    overflow: hidden;
    height: 100vh;
  }
  .MenuExpanded .Menu {
    width: calc(100% - 4.4rem);
    height: 100vh;
  }
  .MenuCollapsed .Menu {
    left: -100%;
  }
}
@media screen and (max-width: 35.9375em) {
  .MenuExpanded .Menu {
    width: 86%;
    height: 100vh;
  }
}
.Menu .Navi {
  width: auto;
}
@media screen and (max-width: 62em) {
  .Menu .Navi {
    overflow: hidden;
    width: 333px;
    max-width: inherit;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 2.35rem 0.5rem 0 0;
  }
}
@media screen and (max-width: 48em) {
  .Menu .Navi {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 35.9375em) {
  .Menu .Navi {
    padding-right: 2rem;
  }
}
.MenuExpanded .Menu .Navi {
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 62em) {
  .MenuExpanded .Menu .Navi {
    min-width: 300px;
  }
}
@media screen and (max-width: 48em) {
  .MenuExpanded .Menu .Navi {
    width: 100%;
  }
}
@media screen and (max-width: 62em) {
  .MenuCollapsed .Menu .Navi {
    top: 0px;
    left: calc(-25% - 12px);
    overflow: hidden;
  }
}
.Menu .MenuItems {
  overflow: visible;
}
@media screen and (max-width: 62em) {
  .Menu .MenuItems {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 48em) {
  .Menu .MenuItems {
    overflow: hidden;
    padding-right: 1.5rem;
  }
}
.Menu .MenuItems .MenuItem {
  position: relative;
  display: block;
  user-select: none;
  -webkit-touch-callout: none;
}
@media screen and (max-width: 62em) {
  .Menu .MenuItems .MenuItem {
    font-size: 2em !important;
  }
}
.Menu .MenuItems .MenuItem a:link {
  text-decoration: none;
}
.Menu .MenuItems .MenuItem a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 48em) {
  .Menu .MenuItems .MenuItem a:hover {
    text-decoration: none;
  }
}

.Preloader, _#Preloader {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.Loading {
  font-family: Helvetica, Arial, Sans-Serif;
}

@media screen and (max-width: 62em) {
  .zoom, .zoom-click, .zoom-grab, .zoom-toggle {
    margin: 0 -12%;
  }
}
@media screen and (max-width: 48em) {
  .zoom, .zoom-click, .zoom-grab, .zoom-toggle {
    margin: 0 -3%;
  }
}
.zoom:before, .zoom-click:before, .zoom-grab:before, .zoom-toggle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2537764290115403777;
}
.zoom:after, .zoom-click:after, .zoom-grab:after, .zoom-toggle:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon.png");
}
.zoom img, .zoom-click img, .zoom-grab img, .zoom-toggle img {
  display: block;
  user-select: none;
}
.zoom img:after, .zoom-click img:after, .zoom-grab img:after, .zoom-toggle img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.zoom img::selection, .zoom-click img::selection, .zoom-grab img::selection, .zoom-toggle img::selection {
  background-color: transparent;
}

.zoom:hover {
  cursor: zoom-in;
}

.zoom-click, .zoom-grab, .zoom-toggle img {
  cursor: url("../images/grab.cur"), default;
}

.grabbed img {
  cursor: url("../images/grabbed.cur"), default !important;
}

.PageEndSpace {
  height: 12rem;
}

.MaxWidth {
  max-width: 1000px;
}

.Padding {
  padding: 1rem;
}

.LetterSpacing {
  letter-spacing: 1.5px;
}

.Loading {
  position: fixed;
  margin: auto;
  top: 40%;
  height: 21%;
  z-index: 9999;
  background-size: contain;
}

.URL {
  max-width: 100%;
  display: inline-block;
  text-decoration: underline;
}

*:focus {
  outline-offset: 1px;
}

:focus.focus-ring {
  outline: 2px solid #ff5e4e;
}

:focus:not(.focus-ring) {
  outline: none;
}

.ROT, .Rot, .rot {
  color: #ff5e4e;
}
.ROT *, .Rot *, .rot * {
  color: #ff5e4e !important;
}

.BLAU, .Blau, .blau {
  color: #0097b9 !important;
}
.BLAU *, .Blau *, .blau * {
  color: #0097b9;
}

.WEIß, .Weiß, .weiß {
  color: #fff;
}
.WEIß *, .Weiß *, .weiß * {
  color: #fff !important;
}

.BLOCK, .Block, .block {
  margin: 3rem 0;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.MITTIG, .MITTE, .mittig, .mitte {
  text-align: center;
}

#_Menu {
  position: fixed;
}
@media screen and (max-width: 62em) {
  #_Menu {
    z-index: 10000;
  }
}

.header-left {
  position: fixed;
}
@media screen and (max-width: 62em) {
  .header-left {
    position: relative;
  }
}

#content, .header-right {
  margin-left: 222px;
}
@media screen and (max-width: 62em) {
  #content, .header-right {
    margin: auto;
  }
}

/* cabin-regular - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: local("Cabin"), local("Cabin-Regular"), url("../fonts/cabin-v14-latin-regular.woff2") format("woff2"), url("../fonts/cabin-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-italic - latin */
@font-face {
  font-family: "Cabin";
  font-style: italic;
  font-weight: 400;
  src: local("Cabin Italic"), local("Cabin-Italic"), url("../fonts/cabin-v14-latin-italic.woff2") format("woff2"), url("../fonts/cabin-v14-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-500 - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: local("Cabin Medium"), local("Cabin-Medium"), url("../fonts/cabin-v14-latin-500.woff2") format("woff2"), url("../fonts/cabin-v14-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-500italic - latin */
@font-face {
  font-family: "Cabin";
  font-style: italic;
  font-weight: 500;
  src: local("Cabin Medium Italic"), local("Cabin-MediumItalic"), url("../fonts/cabin-v14-latin-500italic.woff2") format("woff2"), url("../fonts/cabin-v14-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-600 - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 600;
  src: local("Cabin SemiBold"), local("Cabin-SemiBold"), url("../fonts/cabin-v14-latin-600.woff2") format("woff2"), url("../fonts/cabin-v14-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-600italic - latin */
@font-face {
  font-family: "Cabin";
  font-style: italic;
  font-weight: 600;
  src: local("Cabin SemiBold Italic"), local("Cabin-SemiBoldItalic"), url("../fonts/cabin-v14-latin-600italic.woff2") format("woff2"), url("../fonts/cabin-v14-latin-600italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-700 - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: local("Cabin Bold"), local("Cabin-Bold"), url("../fonts/cabin-v14-latin-700.woff2") format("woff2"), url("../fonts/cabin-v14-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-700italic - latin */
@font-face {
  font-family: "Cabin";
  font-style: italic;
  font-weight: 700;
  src: local("Cabin Bold Italic"), local("Cabin-BoldItalic"), url("../fonts/cabin-v14-latin-700italic.woff2") format("woff2"), url("../fonts/cabin-v14-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body.DEMO:before {
  content: "demo";
  background-color: red;
  color: #fff;
  position: fixed;
  display: block;
  margin: auto;
  top: 1%;
  text-align: center;
  padding: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  z-index: 7886392056514347007;
}

@media only screen and (min-width: 1880px) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: extra_large";
  }
}
@media only screen and (max-width: 1880px) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: large";
  }
}
@media only screen and (max-width: 992px) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: mobile_initial";
  }
  /* General */
  html {
    margin: 0;
    padding: 0;
  }
  body {
    margin: 0px;
    padding: 0px;
    height: 100%;
  }
  .Loading {
    position: fixed;
    margin: auto;
    top: 30%;
    height: 31%;
    z-index: 9999;
    background-size: contain;
  }
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: mobile_medium";
  }
  /* Orientation Landscape */
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: mobile_medium_landscape";
  }
  .JustPortrait {
    display: none;
  }
  .JustLandscape {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: mobile_small";
  }
  /* Orientation Landscape */
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: mobile_small_landscape";
  }
  .JustPortrait {
    display: none;
  }
  .JustLandscape {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: mobile_extra_small";
  }
  /* Orientation Landscape */
}
@media only screen and (max-width: 575px) and (orientation: landscape) {
  /* Responsive Test Flag */
  body.DebugMode:before {
    content: "css: mobile_extra_small_landscape";
  }
  .JustPortrait {
    display: none;
  }
  .JustLandscape {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */
