:root {
  --mkgbasefont: "Nexa", sans-serif;
  --mkgblue: rgba(0,67,145,1);
  --mkgcyan: rgba(62,192,240,1);
  --mkgpink: rgba(216,76,124,1);
  --mkgorange: rgba(241,135,35,1);
  --mkggreen: rgba(147,193,60,1);
  --size-xxs: .625rem;
  --size-xs: .95rem;
  --size-sm: 1rem;
  --size-df: 1rem;
  --size-md: 1.25rem;
  --size-lg: 1.25rem;
  --size-ml: 1.55rem;
  --size-xl: 1.8rem;
  --size-2xl: 2.15rem;
  --size-3xl: 3rem;
  --size-4xl: 3.4375rem;
  --size-5xl: 4.375rem;
  --size-6xl: 8rem;
  --br: 3rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --size-xs: .9rem;
    --size-lg: 1.3125rem;
    --size-2xl: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --br: 10rem;
  }
}

/* MKG Topicintro: Option to remove vertical text centering */
@media screen and (min-width: 1024px) {
  .mkgtopicintro.mkgtopicintro--noverticalcenter {
    align-items: flex-start !important;
  }
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

mark {
  background: transparent;
  padding: 0;
  color: var(--mkgcyan);
}

@font-face {
  font-family: "Nexa";
  font-weight: 400;
  font-display: swap;
  src: url("../font/NexaTextRegular/font.woff2") format("woff2"), url("../font/NexaTextRegular/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa";
  font-weight: 900;
  font-display: swap;
  src: url("../font/NexaHeavy/font.woff2") format("woff2"), url("../font/NexaHeavy/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa";
  font-weight: 700;
  font-display: swap;
  src: url("../font/NexaTextBold/font.woff2") format("woff2"), url("../font/NexaTextBold/font.woff") format("woff");
}
select {
  background-image: url("../../img/icons/downarrow-mkgblue.svg");
  background-size: 12px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
}

.pdflink:after {
  background-image: url("../../img/icons/downloadarrow-mkgblue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mceContentBody .txt-white {
  color: magenta;
}

.xdsoft_calendar table tbody tr + tr {
  border-top: 0;
}

.tns-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: var(--space-large);
  pointer-events: none;
}
.tns-controls:focus {
  outline: none !important;
  outline-width: 0 !important;
}
.tns-controls button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("../../img/icons/rightarrow-mkgblue.svg");
  background-position: center;
  background-size: 0.75rem;
  border: 0px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  padding: 0;
  transition: 0.25s ease-in-out;
  transform-origin: center;
  pointer-events: initial;
}
.tns-controls button:disabled {
  opacity: 0;
}
.tns-controls button:hover, .tns-controls button:focus-visible {
  transform: scale(1.15);
}
.tns-controls button:focus, .tns-controls button:hover, .tns-controls button:focus-visible {
  outline: none !important;
  outline-width: 0 !important;
}
.tns-controls button:not(:last-child) {
  margin-right: 12px;
}
.tns-controls button[data-controls=prev] {
  transform: rotate(180deg);
}
.tns-controls button[data-controls=prev]:hover, .tns-controls button[data-controls=prev]:focus-visible {
  transform: rotate(180deg) scale(1.15);
}

.tns-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.tns-nav button {
  width: 12px;
  height: 12px;
  background: var(--mkgblue);
  border-radius: 100vh;
  outline: 0px;
  appearance: none;
  -webkit-appearance: none;
  border: 0px;
  opacity: 0.5;
  transition: 0.25s ease-in-out;
}
.tns-nav button.tns-nav-active {
  opacity: 1;
}

.footer {
  padding: 5rem 1rem;
  border-top-right-radius: 3rem;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .footer {
    padding: 5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    border-top-right-radius: 10rem;
  }
}
.footer a:not(.btn) {
  color: #fff;
}
.footer__main {
  padding-bottom: 5rem;
}
.footer__main > .grid {
  grid-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__main > .grid {
    grid-gap: 3rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__main > .grid {
    column-gap: 6rem;
  }
}
.footer__main-navigation {
  grid-gap: 0;
}
@media screen and (min-width: 768px) {
  .footer__main-navigation {
    grid-gap: 3rem;
  }
}
.footer__bottom {
  border-top: 2px solid #fff;
  padding: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.remove-footerbr .footer {
  border-top-right-radius: 0;
}

.footerheadline {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: var(--size-xs);
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1440px) {
  .footerheadline {
    font-size: var(--size-md);
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1024px) {
  .footer .featurebox {
    margin: 2rem 0;
  }
}

.footer .sociallist a {
  color: var(--mkgcyan);
}

@media screen and (min-width: 1024px) {
  .featurebox {
    display: flex;
    align-items: flex-start;
  }
  .featurebox__image {
    flex-shrink: 0;
    width: 45px;
    height: auto;
    display: block;
    margin-right: 3rem;
  }
  .featurebox__image-large {
    width: 85px;
    margin-right: 1rem;
  }
  .featurebox__content .headline-md {
    margin-bottom: 1rem;
  }
  .featurebox__content > *:first-child {
    margin-top: 0;
  }
  .featurebox__content > *:last-child {
    margin-bottom: 0;
  }
}

.footer__bottom-navigation {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom-navigation {
    margin-top: 0;
  }
}
.footer__bottom-navigation ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.footer__bottom-navigation ul li {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__bottom-navigation ul li + li {
    margin-left: 3em;
  }
}
.footer__bottom-navigation ul li a {
  text-decoration: none;
}
.footer__bottom-navigation ul li a:hover {
  color: var(--mkgcyan) !important;
}

.sociallist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sociallist__item a {
  color: var(--mkgcyan);
  transition: 0.2s ease-in-out;
}
.sociallist__item a:hover {
  color: var(--mkgpink);
}

@media screen and (min-width: 1024px) {
  .header--blue .header__mainheader-logomark,
  .header--green .header__mainheader-logomark {
    background-image: url("../../img/background-logomark-blue.svg");
    background-size: cover;
  }
  .header--blue .header__mainheader-navigations,
  .header--green .header__mainheader-navigations {
    margin-left: 2rem;
  }
}
.downloadlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.downloadlist li {
  padding: 1rem calc(2rem + 12px) 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  .downloadlist li {
    background-image: url("../../img/icons/downloadarrow-mkgblue.svg");
    background-size: 12px;
    background-position: right 2rem;
    background-repeat: no-repeat;
    hyphens: initial;
  }
  .downloadlist li > * {
    width: 100%;
  }
}
.downloadlist li + li {
  border-top: 2px dotted var(--mkgblue);
}
.downloadlist li a {
  text-decoration: none;
  color: currentColor;
  display: flex;
  flex-direction: column;
}
.downloadlist li a:after {
  font-size: var(--size-xs);
  line-height: 1.45em;
  color: currentColor;
  content: "Datei herunterladen";
  font-weight: 400;
}
.downloadlist li a:hover {
  color: var(--mkgcyan);
}
.downloadlist li a:hover:after {
  color: var(--mkgcyan);
}
@media screen and (min-width: 1024px) {
  .downloadlist li a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    line-height: 1;
  }
  .downloadlist li a:after {
    line-height: 1;
  }
  .downloadlist li a:before {
    content: "";
    display: block;
    background-image: url("../../img/icons/download-mkgblue.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .bg-blue .downloadlist li {
    background-image: url("../../img/icons/downloadarrow-mkgcyan.svg");
  }
}
.bg-blue .downloadlist li + li {
  border-top: 2px dotted var(--mkgcyan);
}
@media screen and (min-width: 1024px) {
  .bg-blue .downloadlist li a:before {
    background-image: url("../../img/icons/download-mkgcyan.svg");
  }
}
.bg-blue .downloadlist li a:hover {
  color: #fff;
}
.bg-blue .downloadlist li a:hover:after {
  color: #fff;
}

.checklist li:before {
  background-image: url("../../img/icons/check-mkgcyan.svg");
}
.checklist--orange li:before {
  background-image: url("../../img/icons/check-mkgorange.svg");
}
.checklist--green li:before {
  background-image: url("../../img/icons/check-mkggreen.svg");
}
.checklist--pink li:before {
  background-image: url("../../img/icons/check-mkgpink.svg");
}
.checklist--blue li:before {
  background-image: url("../../img/icons/check-mkgblue.svg");
}

.contactbox__image {
  display: block;
  width: 100%;
  height: auto;
}
.contactbox__content {
  background: var(--mkgblue);
  padding: 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom-right-radius: 4rem;
}
.contactbox__content a {
  text-decoration: none;
  color: var(--mkgcyan);
}
.contactbox__content a.btn {
  font-size: var(--size-sm);
}
.contactbox__content-tel {
  display: block;
  margin: 1rem 0;
}

.fact {
  hyphens: auto;
}
.fact img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
.fact > * {
  display: block;
}

.employeegrid > div span {
  display: block;
}
.employeegrid > div img {
  height: 130px;
  width: auto;
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .facts-and-map {
    position: relative;
  }
}
.facts-and-map__facts {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 640px) {
  .facts-and-map__facts {
    grid-template-columns: inherit;
  }
}
@media screen and (min-width: 768px) {
  .facts-and-map__facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .facts-and-map__facts {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3rem;
  }
  .facts-and-map__facts > *:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .facts-and-map__facts > *:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .facts-and-map__facts .txt-ml {
    font-size: 2rem;
    line-height: 1.45em;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1024px) {
  .facts-and-map__map img {
    position: absolute;
    left: 0;
    bottom: 8rem;
    transform: scale(1) translateX(25%);
  }
}
@media screen and (min-width: 1280px) {
  .facts-and-map__map img {
    transform-origin: left center;
    transform: scale(1.35) translateX(20%);
    bottom: 10rem;
  }
}
@media screen and (min-width: 1440px) {
  .facts-and-map__map img {
    transform: scale(1.15) translateX(20%);
    transform-origin: right center;
    left: unset;
    bottom: 8rem;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .facts-and-map__map span {
    position: absolute;
    right: 0;
    width: 75%;
    bottom: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .facts-and-map__map .txt-ml {
    font-size: 2rem;
    line-height: 1.45em;
    letter-spacing: 0.01em;
  }
}

.iconlist {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}
.iconlist li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.iconlist li img {
  width: 3rem;
  height: auto;
  display: block;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.logoslider__slides-item {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.logoslider__slides-item-image {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 4rem);
  max-height: 250px;
  width: auto;
  height: auto;
}
.logoslider__slides-item-link {
  font-size: var(--size-xs);
  display: block;
  text-align: center;
  margin-top: 1rem;
  text-decoration: none;
}

.bg-cyan .logoslider__slides-item-link {
  color: #fff;
}
.bg-cyan .logoslider__slides-item-link {
  color: #fff;
}

/* Easy language */
.dAstylere #dAopener {
  background-color: #57d2ff !important;
  filter: none !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.dAstylere #dAopener svg path {
    fill: #004391 !important;
}

.dAstylere .da-opener-position-center {
  right: 15px;
  bottom: 257px;
  top: auto;
}


@media (min-width: 576px) and (max-width: 767px) {
  .da-opener-position-bottom {
    top: auto;
    bottom: 170px !important;
  }
}

@media screen and (max-width: 575px) {
  .da-opener-position-bottom {
    top: auto;
    bottom: 170px !important;
  }
}


#dAopener:hover {
  transform: none;
  background-color: #3ec0f0 !important;
}

#dAopener:hover svg path {
  fill: #fff !important;
}

/*Badge*/

.quicklinks__item-toggle {
  background-color: #57d2ff !important;
}
.quicklinks__item-toggle:hover {
  transform: none;
  background-color: #3ec0f0 !important;
}

/*Slider*/

.tns-visually-hidden {
  display: none;
}

/*Karriere Slider*/

@media screen and (min-width: 768px) {
  .fnet-slider-karriere .tns-slide-cloned {
    display: none !important;
  }

  .fnet-slider-karriere .tns-slider {
    transform: none !important;
  }
}

/*RS-Form*/

.rsform-block .form-select{
  padding: 10.5px 40px 10.5px 16px !important;
}
.rsform-block select {
    background-position: calc(100% - 12px) 20px !important;
}

/*Menü Tarif*/
/*Headline*/
.nav-item.item-851::before {
  content: none !important;
}

.nav-item.item-851 {
    padding-left: 0 !important;
}

.nav-item.item-851 .mod-menu__heading.nav-header {
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-size: 18px;
  font-weight: bold;
  cursor: default; /* Mauszeiger nicht als Link */
  pointer-events: none; /* macht das Element nicht klickbar */
}

/*Spalten*/
@media screen and (min-width: 1025px) {
/* Erdgas-Untermenü in zwei Spalten, aber enger */
.item-132 > ul.mod-menu__sub.list-unstyled.small {
  display: grid;
  grid-template-columns: auto auto;   /* Spalten nur so breit wie der Inhalt */
  column-gap: 2rem;                   /* kleineren Abstand zwischen Spalten */
  row-gap: 0.5rem;
  width: auto !important;             /* überschreibt width: 500px */
  /* padding-left NICHT anfassen, sonst wandert das ganze Menü nach links/rechts */
}

/* Standard-Punkte weg */
/* Erdgas-Untermenü in zwei Spalten */
.item-132 > ul.mod-menu__sub.list-unstyled.small {
  display: grid;
  grid-template-columns: auto auto;  /* 2 Spalten, so breit wie Inhalt */
  column-gap: 3rem;                  /* Abstand zwischen Spalten */
  row-gap: 0.5rem;
  width: 100% !important;            /* Hintergrund über gesamte Breite */
  justify-content: start;            /* Grid-Inhalt linksbündig ausrichten */
  box-sizing: border-box;
}

/* Standard-Punkte entfernen */
.item-132 > ul.mod-menu__sub.list-unstyled.small > li {
  list-style: none;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

/* 1. li (Überschrift) über beide Spalten */
.item-132 > ul.mod-menu__sub.list-unstyled.small > li:nth-child(1) {
  grid-column: 1 / -1;
  margin-bottom: 0.75rem;
}

/* 2.–4. li: linke Spalte */
.item-132 > ul.mod-menu__sub.list-unstyled.small > li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.item-132 > ul.mod-menu__sub.list-unstyled.small > li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.item-132 > ul.mod-menu__sub.list-unstyled.small > li:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

/* 5.–6. li: rechte Spalte */
.item-132 > ul.mod-menu__sub.list-unstyled.small > li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.item-132 > ul.mod-menu__sub.list-unstyled.small > li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
}

/*Hero-Tarif*/
h2.fnet-hero {
  margin: 35px 0 50px 0;
}

p.fnet-hero {
  margin-top: 30px;
}

/*Footer*/
.footer__second div {
  margin-bottom: 35px;
}

.footer__main {
    padding-bottom: 1rem !important;
}

/*Form-hasselroth*/

.bg-fullwidth.bg-orange {
    --backgroundcolor: var(--mkgorange);
}

.fnet-form-hasselroth #anmeldungsformular {
background: #fff;
  padding: 25px;
  border-radius: 30px;
  color: var(--mkgblue);
}
.fnet-form-hasselroth #anmeldungsformular  .rsform-input-box {
background: #f3f3f3;
}

.fnet-form-hasselroth #anmeldungsformular .rsform-radio {
   border-color: var(--mkgblue);
}

.fnet-form-hasselroth #anmeldungsformular .rsform-checkbox{
   border-color: var(--mkgblue);
}

.fnet-form-hasselroth #anmeldungsformular input[type=radio]:checked, .fnet-form-hasselroth #anmeldungsformular input[type=checkbox]:checked {
    background: radial-gradient(circle, rgb(0 67 145) 0%, rgb(0 67 145) 60%, rgba(62, 192, 240, 0) 60%);
}

.fnet-form-hasselroth table tbody tr + tr {
    border-top: 2px dotted var(--mkgorange);
}

.mkgbackgroundsection .mkgimageheader__content{
    width: 100% !important;
    max-width: 1280px;
}

.mkgbackgroundsection .mkgimageheader__content {
    bottom: 0;
    margin-bottom: -2rem;
    position: absolute;
}

@media (max-width: 1023px) {
    .mkgbackgroundsection{
        min-height: 600px;
    }
    .mkgbackgroundsection .mkgimageheader__content {
        margin-bottom: -3rem;
    }
    .remove-padding-bottom-mobile > *, .remove-padding-bottom-mobile{
        padding-bottom: 0 !important;
    }
}

.mkgbackgroundsection.mkgbackgroundsection--contenttop .mkgimageheader__content{
    bottom: auto;
}

/* Background image variant: show image as CSS background with contain */
.mkgimageheader.mkgbackgroundsection {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.mkgimageheader.mkgbackgroundsection .mkgimageheader__content{
    background: none;
}

/* Position caption within the area */
.mkgimageheader.mkgbackgroundsection .mkgimageheader__content {
    justify-self: center;
}

@media screen and (min-width: 768px) {
    .mkgbackgroundsection .mkgimageheader__content {
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .mkgbackgroundsection.mkgbackgroundsection--contenttop .mkgimageheader__content {
        align-self: start;
        justify-self: center;
        bottom: auto;
        top: 0;
    }
}

.fnet-color-blue {
    color: var(--mkgblue) !important;
}

/*Landingpage Hasselroth*/

@media screen and (min-width: 1200px) {
  .fnet-hasselroth .benefits .grid--col-3 {
    row-gap: 3rem;
    column-gap: 16rem;
  }
}

.fnet-hasselroth .benefits {
  padding: 40px 20px;
}

.fnet-hasselroth .benefit-item {
    text-align: center;
}

.fnet-hasselroth .fnet-logos-footer {
    align-items: center;
}

.fnet-hasselroth .fnet-logos-footer .benefit-item img {
    height: 128px;
    margin-bottom: 16px;
}

.fnet-hasselroth .fnet-logos-footer .benefit-item.benefit-item-3 img {
    height: 180px;
}

/* Standard: 4 Spalten auf großen Screens */
.fnet-hasselroth .fnet-logos-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

/* auf Tablets z.B. nur 2 Spalten */
@media (max-width: 1200px) {
    .fnet-hasselroth .fnet-logos-footer {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* auf Handy dann 1 Spalte */
@media (max-width: 600px) {
    .fnet-hasselroth .fnet-logos-footer {
        grid-template-columns: 1fr;
    }
}

.fnet-hasselroth .footer__bottom {
    border-top: none;
}

@media screen and (min-width: 640px) {
  .fnet-hasselroth .footer {
    padding: 5rem 2rem 1rem 2rem;
  }
}

.fnet-hasselroth .footer {
    border-top-right-radius: 0;
}

@media screen and (min-width: 1024px) {
    .fnet-hasselroth .header__mainheader {
        display: flex;
        align-items: center;
    }
}

.fnet-hasselroth .newslink, .fnet-hasselroth .customerportallink, .fnet-hasselroth .header__mainheader-toolbar {
    display: none;
}

.fnet-hasselroth .header__mainheader-navbar-navigation .mod-menu.mod-list.nav li a {
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .fnet-hasselroth .header__mainheader-navbar {
    align-items: flex-end;
    display: block;
  }
}

@media screen and (min-width: 1780px) {
  .fnet-hasselroth .header__mainheader-navbar-navigation .mod-menu {
    margin-top: 0;
  }
}

@media (min-width: 1045px) and (max-width: 1299px) {
  .fnet-hasselroth .header__mainheader-navbar-navigation > ul {
    width: 70%;
  }
}

.fnet-hasselroth .txt-white {
    color: #ffffff;
}

@media screen and (min-width: 1024px) {
    .fnet-hasselroth .header__mainheader-navbar-navigation {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .fnet-hasselroth .header__mainheader-navbar-navigation .mod-menu.mod-list.nav {
        justify-content: flex-end;
    }
}

.fnet-hasselroth .header__mainheader-navbar-navigation ul {
    margin-right: 3rem;
}

@media (min-width: 1024px) and (max-width: 1560px) {
    .fnet-hasselroth .mod-menu.mod-list.nav li a {
        font-size: 18px;
    }

    .fnet-hasselroth .mod-menu.mod-list.nav {
        gap: 1.5rem;
    }
}

@media screen and (min-width: 1300px) {
    .fnet-header-btn {
        width: 242px;
    }
}

.fnet-hasselroth .service__icon {
    height: 100px;
}

@media screen and (min-width: 1024px) {
    .mkgimageheader.mkgbackgroundsection {
        min-height: 80vh;
    }
}

.fnet-hasselroth .fnet-hasselroth-faq-hero img{
    max-width: 330px;
}

.fnet-hasselroth .footer__bottom-navigation .mod-menu.mod-list.nav li a{
    font-size: 16px !important;
}

.fnet-hasselroth .fnet-module-exklusiv h2 {
    font-size: 40px !important;
}

@media screen and (min-width: 1300px) {
  .fnet-module-start-hasselroth img {
    height: 620px;
    width: auto;
  }
}

@media screen and (min-width: 1300px) {
    .fnet-module-start-hasselroth img {
        height: 620px;
        width: auto;
    }
}

.fnet-hasselroth-section .mkgtopicintro{
    padding-top: 70px;
}

.tooltip .tooltip-inner {
    background-color: rgba(0,67,145,1) !important;
    color: #fff !important;
    padding: 0.4rem 0.6rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    max-width: 320px;
}

.tooltip{
    z-index: 999999 !important;
}

sup{
    font-size: clamp(1rem, 50%, 2rem);
    top: -1rem;
}

@media screen and (min-width: 1920px) {
    .mkgimageheader.mkgbackgroundsection {
        min-height: 95vh;
    }
}

@media (min-width: 768px) {
    .mkgbackgroundsection .mkgimageheader__content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 1440px) {
    .mkgbackgroundsection .mkgimageheader__content {
        width: 83.3333333333%;
        padding-left: 0;
        padding-right: 0;
    }
}

/*Landingpage Hasselroth Responsiv*/

/*Home*/

/*Section Foto-Ecke*/
@media (min-width: 1023px) and (max-width: 1215px) {
    .fnet-hasselroth .fnet-service-versprechen .mkgtopicintro--removemargin {
        padding-top: 0 !important;
    }
}

/*Produkt & Service*/

/*Section In wenigen Schritten zur Wärmepumpe*/
@media screen and (max-width: 767px) {
  .fnet-hasselroth .fnet-section-hasselroth-service {
    margin-top: 122px;
  }
}

/*Section Sichern Sie sich Ihre maximale Förderung von 70%!*/

@media (min-width: 1023px) and (max-width: 1215px) {
  .fnet-hasselroth .fnet-sichern .mkgtopicintro--removemargin {
    padding-top: 0 !important;
  }
}

/*Footer*/

/*Footer Abstand*/

@media screen and (max-width: 640px) {
    .fnet-hasselroth .footer {
        padding: 5rem 2rem 7rem 2rem;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .fnet-hasselroth .footer {
        padding: 5rem 2rem 8rem 2rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .fnet-hasselroth .footer {
        padding: 5rem 2rem 8rem 2rem;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .fnet-hasselroth .footer {
        padding: 5rem 5rem 3rem 2rem;
    }
}
/* Hover-Zoom für Rechnungsbilder */
.img-hover-zoom {
  display: inline-block;
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.35s ease;
  transform-origin: center center;
  max-width: 100%;
  height: auto;
}

@media (hover: hover) {
  .img-hover-zoom img:hover {
    transform: scale(1.15);
  }
}

@media screen and (min-width: 1024px) {
  .mkgimageheader {
     min-height: 65vh;
  }
}
@media screen and (min-width: 1440px) {
  .mkgimageheader {
    min-height: 65vh;
  }
}

.fnet-karriere-imageintro-pos-25 .mkgimageheader__image img{
  object-position: 0 18%;
}

@media screen and (max-width: 959px) {
#personio-iframe{
  height: 2300px;
}
  }