@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src:
    url('/files?f=roboto-400.woff2') format('woff2'),
    url('/files?f=roboto-400.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src:
    url('/files?f=roboto-500.woff2') format('woff2'),
    url('/files?f=roboto-500.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src:
    url('/files?f=roboto-700.woff2') format('woff2'),
    url('/files?f=roboto-700.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src:
    url('/files?f=nunito-700.woff2') format('woff2'),
    url('/files?f=nunito-700.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src:
    url('/files?f=nunito-800.woff2') format('woff2'),
    url('/files?f=nunito-800.woff') format('woff');
}

body {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  margin: 0;
}

.h1 {
  color: #00605b;
  font-family: 'Nunito';
  font-weight: 700;
  line-height: 52px;
}

.h2 {
  color: #00605b;
  font-family: 'Nunito';
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}
.h2--marginTop {
  margin-top: 50px;
}

.h3 {
  color: #003532;
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.h4 {
  color: #00605b;
  font-family: 'Nunito';
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.p--noMargin {
  margin: 0;
}
.p--highLine {
  line-height: 22px;
}

a {
  text-decoration: none;
}
.a {
  display: flex;
  color: #00605b;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  /*flex-direction: row;*/
  line-height: 20px;
}
.a--inline {
  display: inline;
}
.a__icon {
  height: 20px;
  margin-left: 5px;
  width: 20px;
}

strong {
  font-weight: 700;
}

small {
  color: #8e9999;
  font-size: 12px;
}

ul {
  padding-left: 20px;
}

ul li {
  line-height: 2em;
  list-style: none;
  margin-left: 15px;
}

ul li::before {
  content: '\2022';
  color: #b2e146;
  font-family: 'Nunito';
  font-weight: 700;
  margin-left: -25px;
  margin-right: 15px;
}

ol {
  padding: 0;
  list-style-position: inside;
}

ol li {
  margin-bottom: 10px;
}

blockquote {
  margin: 50px 100px;
}

summary {
  cursor: pointer;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #00605b;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header__logo {
  margin-top: 13px;
}

.menu__link {
  color: #00605b;
  display: inline-block;
  font-family: 'Roboto';
  font-size: 27px;
  font-weight: 400;
  text-decoration: none;
}
.menu__link--button {
  border-radius: 40px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 200px;
}
.menu__meinSpusu {
  display: flex;
  float: right;
}
.menu__meinSpusuIcon {
  height: 26px;
  margin-top: 27px;
  width: 26px;
}

.background {
  background-image: linear-gradient(180deg, #fdfef9 0%, #b2e146 100%);
  background-repeat: no-repeat;
  height: 630px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.background__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 374px;
}
.pageHeader {
  align-items: center;
  background-image: linear-gradient(180deg, #fdfef9 0%, #b2e146 100%);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  position: relative;
}
.pageHeader__img {
  left: 0;
  height: 160px;
  position: absolute;
  top: 0;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filter .button {
  margin: 5px 10px;
}

.button {
  color: #00605b;
  cursor: pointer;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 2px solid #00605b;
  border-radius: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  outline: none;
}

.button.button--wide {
  min-height: 40px;
  padding: 5px 10px;
}

.button--selected {
  background-color: #00605b;
  color: #ffffff;
}

.input-text,
.input-select {
  background-color: #ffffff;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  box-sizing: border-box;
  height: 50px;
  margin: 20px 0;
  position: relative;
  border-color: #00605b;
}
.input-text__input,
.input-select__select {
  background-color: #ffffff;
  border: none;
  box-sizing: border-box;
  color: #003532;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 2px;
  outline: none;
  padding: 9px;

  border-color: #00605b;
}
.input-text.readonly_prefill {
  display: flex;
}
.input-text.readonly_prefill > p {
  margin: auto 5px auto 11px;
  color: #003532;
}
.input-text.readonly_prefill .input-text__input {
  width: auto;
  flex-grow: 1;
  margin-left: 0;
  padding-left: 0;
}

.input-select__select {
  border-radius: 4px;
  height: 46px;
  margin: 0;
  border-color: #00605b;
}
.input-text__label,
.input-select__label {
  background-color: #fff;
  border-radius: 7px;
  color: #00605b;
  font-size: 12px;
  left: 15px;
  padding: 0 10px;
  position: absolute;
  top: -8px;
  border-color: #00605b;
}

.input-date {
  display: flex;
  justify-content: space-between;
  border-color: #00605b;
}

.input-file {
  background-color: #ffffff;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  box-sizing: border-box;
}

.input-radio,
.input-checkbox {
  display: flex;
  width: 100%;
  margin: 5px 0;
}

.input-radio__input,
.input-checkbox__input {
  margin: auto 10px auto 0;
  min-width: 2em;
}

.input-radio__label,
.input-checkbox__label {
  margin: auto 0;
}

.input-text.error,
.input-textarea.error,
.input-select.error {
  border-color: red;
}
.input-text.error .input-text__label,
.input-textarea.error .input-text__label,
.input-select.error .input-select__label,
.input-radio.error .input-radio__label,
.input-checkbox.error .input-checkbox__label {
  color: red;
}

.input-text.success,
.input-select.success {
  border-color: #95d600;
}

.input-text__input:disabled,
.input-select__select:disabled {
  background: lightgrey;
  color: grey;
}

.tariff_container {
  display: flex;
  justify-content: space-between;
}
.tariff__card {
  background-color: #ffffff;
  border-radius: 14px;
  border: 2px solid #ffffff;
  box-shadow:
    0 2px 10px 0 rgba(0, 96, 91, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.08),
    0 8px 16px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #00605b;
  font-family: 'Nunito';
  font-weight: 700;
  letter-spacing: 0.5px;
}
.tariff__card--darkGreen {
  background-color: #00605b;
  color: #ffffff;
}
.tariff__card--lightGreen {
  background-color: #95d600;
}
.tariff__card--lightGreen .tariff__title,
.tariff__card--lightGreen .tariff__cost {
  color: #ffffff;
}
.tariff__card--wide {
  position: relative;
}
.tariff__title {
  color: #95d600;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-align: left;
}
.tariff__title--white {
  color: #ffffff;
}
.tariff__volume {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.5px;
  text-align: left;
}
.tariff__dtf {
  display: flex;
}
.tariff__cost {
  display: flex;
  color: #95d600;
  font-weight: 800;
  justify-content: flex-end;
}
.tariff__cost--white {
  color: #ffffff;
}
.tariff__month {
  display: block;
  font-weight: 800;
  line-height: 31px;
  text-align: right;
}
.tariff__costInfo {
  display: block;
  font-weight: 800;
  text-align: right;
}

.facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.factsCard {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.factsCard__containerImg {
  height: 200px;
  position: relative;
  width: 200px;
}
.factsCard__img {
  border-radius: 10px;
  height: 200px;
  width: 200px;
}
.factsCard__containerIcon {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow:
    0 2px 10px 0 rgba(0, 96, 91, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.08),
    0 8px 16px 0 rgba(0, 0, 0, 0.06);
  height: 60px;
  left: 170px;
  position: absolute;
  top: 24px;
  width: 60px;
}
.factsCard__containerMobileIcon {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow:
    0 2px 10px 0 rgba(0, 96, 91, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.08),
    0 8px 16px 0 rgba(0, 0, 0, 0.06);
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.factsCard__icon {
  height: 24px;
  padding: 18px;
  width: 24px;
}
.factsCard__containerText {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  right: 0;
  top: 0;
}

.dtfCard {
  height: 264px;
  position: relative;
}
.dtfCard__containerImg {
  height: 264px;
  position: relative;
  width: 360px;
}
.dtfCard__img {
  border-radius: 10px;
  height: 264px;
  width: 360px;
}
.dtfCard__containerIcon {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow:
    0 2px 10px 0 rgba(0, 96, 91, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.08),
    0 8px 16px 0 rgba(0, 0, 0, 0.06);
  height: 80px;
  left: 320px;
  position: absolute;
  top: 24px;
  width: 80px;
}
.dtfCard__containerMobileIcon {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow:
    0 2px 10px 0 rgba(0, 96, 91, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.08),
    0 8px 16px 0 rgba(0, 0, 0, 0.06);
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.dtfCard__containerText {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  right: 0;
  top: 0;
}

.home-title {
  margin: 40px;
  text-align: center;
}

.home-news {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.home-newsCard {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow:
    0 2px 10px 0 rgba(0, 96, 91, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.08),
    0 8px 16px 0 rgba(0, 0, 0, 0.06);
  display: inline-block;
  height: 368px;
  position: relative;
  width: 420px;
}
.home-newsCard__title {
  margin-top: 10px;
}
.home-newsCard__img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.home-newsCard__container {
  margin: 0 42px 0 32px;
}
.home-newsCard__link {
  bottom: 12px;
  position: absolute;
  right: 17px;
}

.home-promiseItem__imgContainer {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 0px 6px #d6d6d6;
  height: 80px;
  margin-right: 20px;
  width: 80px;
}
.home-promiseItem__img {
  height: 46px;
  padding: 17px 19px;
}

.newsDetail-quote__icon {
  margin-left: -30px;
  margin-bottom: 20px;
}

.headingSpacer {
  margin-bottom: 30px;
  margin-top: 80px;
  text-align: center;
}
.headingSpacer--small {
  margin-bottom: 30px;
  margin-top: 40px;
}
.linkSpacer {
  justify-content: center;
  margin: 30px auto;
}

.flex-container {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.flex-d-column {
  flex-direction: column;
}

.gg-1 {
  grid-gap: 16px;
}

.flex-d-row {
  flex-direction: row;
  align-items: center;
}

.mr-a {
  margin-right: auto;
}

.footer {
  color: #003532;
  display: flex;
  justify-content: space-around;
  margin: auto;
  margin-top: 60px;
  padding-top: 35px;
}
.footer__container {
  display: flex;
  flex-direction: column;
}
.footer__link {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  color: #003532;
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
}
.footer__icons {
  height: 36px;
  margin-right: 15px;
  width: 36px;
}
.footer_img {
  height: 40px;
  margin-top: 15px;
  width: 120px;
}

.tariff-container {
  margin: auto;
}
.tariff-table {
  border-spacing: 0;
  width: 100%;
}
.tariff-table th {
  padding: 10px;
  text-align: center;
}
.tariff-table th:first-child {
  text-align: left;
}
.tariff-table td {
  border-top: 1px solid #d5d5d5;
  padding: 10px 5px;
  text-align: center;
}
.tariff-table td:first-child {
  text-align: left;
}

.tariffDetail {
  display: flex;
  margin: auto;
  margin-top: 20px;
}
.tariffDetail__containerText {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.tariffDetail__button {
  color: #fff;
  display: block;
  background-color: #95d600;
  border-color: #95d600;
  font-size: 26px !important;
  margin: 30px auto 0 auto;
  width: 100%;
}
.tariffDetail__containercosts {
  display: flex;
  justify-content: space-between;
}
.tariffDetail__img {
  height: 100px;
  margin-top: 14px;
  width: 212px;
}
.tariffDetail__containerAdvantages {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.tariffDetail__containerAdvantages div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.tariffDetail__containerAdvantages h2 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.login__check {
  border-radius: 50px;
  height: 42px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 42px;
}
.login__input {
  margin: 20px auto;
}
.login__button {
  display: block;
  margin: 20px auto;
}
.login__link {
  display: block;
  color: #8e9999;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}
.login__hr {
  border: 1px solid #e1e1e1;
  border-radius: 1px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.mySpusu-menu {
  color: #00605b;
  font-family: 'Nunito';
  font-size: 18px;
  font-weight: 700;
}
.mySpusu-menu__link {
  color: #00605b;
  display: flex;
  font-size: 18px;
}
.mySpusu-menu__link--selected {
  border-bottom: 2px solid #95d600;
}
.mySpusu-menu__icon {
  height: 24px;
  margin: 0 10px;
  width: 24px;
}
.mySpusu-graphContainer {
  display: flex;
  flex-wrap: wrap;
}
.mySpusu__title {
  margin: 40px 0 20px 0;
}
.mySpusu__myData {
  display: flex;
}
.mySpusu__myData img {
  height: 24px;
  margin-left: 10px;
  margin-top: 4px;
  width: 24px;
}

.graphCircle {
  height: 130px;
  width: 130px;
  margin: 10px;
}
.graphCircle canvas {
  height: 100%;
  width: 100%;
}
.graph-rect {
  height: 15px;
  width: 300px;
}
.graph-rect canvas {
  height: 100%;
  width: 100%;
}

.newsContainer {
  margin: 120px auto;
  width: 860px;
}
.news {
  display: flex;
  height: 400px;
  justify-content: space-between;
  margin-top: 120px;
  width: 860px;
}
.news--reverse {
  flex-direction: row-reverse;
}
.news__img {
  border-radius: 8px;
  box-shadow:
    0 2px 10px 0 rgba(0, 96, 91, 0.08),
    0 1px 20px 0 rgba(0, 0, 0, 0.08),
    0 8px 16px 0 rgba(0, 0, 0, 0.06);
  height: 400px;
  width: 320px;
}
.news__container {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: space-between;
  justify-content: space-evenly;
  width: 460px;
}
.news__date {
  height: 24px;
  line-height: 24px;
}
.news__clock {
  float: left;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.news__title {
  margin: 0;
  text-align: left;
}

.testSiegerDivNew {
  height: 200px;
  width: 870px;
  opacity: 1;
}

.divBackground {
  background: rgba(228, 230, 235, 0.5);
  background-color: rgba(228, 230, 235, 0.5);
  margin-top: 30px;
}

.imgAuszeichnungenNew {
  margin-bottom: 50px;
  margin-top: 20px;
  height: 150px;
}

.imgAuszeichnungenNewMobile {
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 15px;
  height: 125px;
}

.divBackgroundMobile {
  display: none;
}

.text_with_image {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}

.yeartariffdoublebuttons > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
}

.yeartariffdoublebuttons p {
  margin-right: 20px;
}

.yeartariffdoublebuttons a {
  margin: auto 0;
}

.yeartariffdoublebuttons button {
  margin-top: 0;
}

.input-textarea {
  border: 2px solid #00605b;
  border-radius: 6px;
  box-sizing: border-box;
  height: 300px;
  margin: 20px 0;
  position: relative;
  width: inherit;
}

.input-text__textarea {
  border-radius: inherit;
  overflow: hidden;
  width: 99%;
  height: 293px;
  resize: none;
  border: none;
  box-sizing: border-box;
  color: #003532;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 2px;
  outline: none;
  padding: 9px;
}

.input-textarea.input-textarea__small {
  height: auto;
}

.input-textarea.input-textarea__small .input-text__textarea {
  height: 90px;
}

.simlisttable tbody td {
  white-space: nowrap;
}

.imgLeft {
  float: left;
  margin: 50px 20px 20px 20px;
  width: 300px;
}

.textRight {
  float: right;
  margin: 28px 20px 20px 20px;
  width: 490px;
}

.imgAuszeichnungen {
  width: 300px;
}

.divElement {
  display: flex;
  flex-direction: row;
}

.imgLeftMobile {
  display: none;
}

.iconButton {
  width: 5%;
  margin-top: 11px;
}

.buttonCombi {
  display: none;
}

.headerCombiCard {
  color: #95d600;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 14px;
}

.tariff_card_superKombi {
  height: 78px;
  width: 340px;
  margin-top: 15px;
  background-color: #00605b;
  color: #ffffff;
  overflow: hidden;
  padding: 5px;
  display: flex;
  justify-content: space-around;
}

.routerCombiImg {
  height: 90%;
  margin: auto 0;
}

.routerCombiCard_Text {
  font-size: 10px;
}

.routerKombiButton {
  width: 240px;
  color: #fff;
  background-color: #95d600;
  border-color: #95d600;
  display: flex;
  justify-content: center;
}

.newBannerSmall {
  background-color: red;
  color: white;
  font-size: 24px;
  padding: 5px;
  transform: rotate(-28deg);
  width: 36%;
  height: 30%;
  text-align: center;
  margin: 5px -200px 0 -130px;
}

.newBannerTextSmall {
  padding: 5px;
}

.combiCardTextSmall {
  width: 400px;
  color: white;
  font-size: 22px;
  padding-top: 2px;
}

.headerCombiCardSmall {
  color: #95d600;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 32px;
}

.combiBoxDoubleNew {
  width: 164px;
  margin-left: 12px;
  display: flex;
}

.divDoubleBoxes {
  display: flex;
  justify-content: center;
  margin-left: -12px;
}

.combiImgDiv {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
}

.combiImgSmall {
  object-fit: contain;
  margin: auto 0;
  z-index: 2;
}

.combiImgDoubleBoxesNew {
  height: 90%;
  margin: 2% 5px;
}

.combiCardTextNew {
  color: white;
  font-size: 14px;
  text-align: center;
  align-self: center;
  margin: auto;
}

.headerCombiCardSmallNew {
  color: #95d600;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 18px;
}

.buttonCombi {
  width: 240px;
  height: 60px;
  color: #fff;
  background-color: #95d600;
  border-color: #95d600;
  font-size: 20px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: auto 0;
}

.deviceGroupContainer {
  display: flex;
  flex-direction: column;
}

.deviceItemContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.deviceItemLink {
}

.deviceItem {
  display: flex;
  flex-direction: column;
  width: 230px;
  padding: 20px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #0000001a;
  background: white;
}

.deviceItemImage {
  display: flex;
  margin: 0 0 10px 0;
}

.deviceItemImage img,
.deviceDetailColumn.deviceDetailLeft img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

.deviceItemName,
.deviceItemPrice,
.deviceItemRatePrice {
  text-align: center;
  font-family: 'Nunito', 'Roboto';
  font-size: 24px;
  font-weight: bold;
  color: #00605b;
  margin: 0;
}

.deviceItemName__top {
  margin-bottom: 30px;
}

.deviceItemRatePrice__small {
  text-align: center;
  font-family: 'Nunito', 'Roboto';
  font-size: 16px;
  font-weight: bold;
  color: #00605b;
  margin: 0;
}

.deviceItem .deviceItemName {
  margin: auto 0;
}

.deviceItem .deviceItemPrice {
  margin: auto 0 0;
}

.deviceDetailContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.deviceDetailColumn {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
}

.deviceDetailColumn.deviceDetailRight {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.deviceDetailDescriptionOpener {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
}

.deviceDetailDescriptionOpener p {
  margin: auto 0;
  color: #00605b;
  font-weight: bold;
}

.deviceDetailDescriptionOpener .deviceDetailDescriptionOpenerArrow {
  width: 19px;
  height: 19px;
  background: url('/files?f=ic_arrow_left.png') no-repeat;
}

.deviceDetailDescriptionOpener.open .deviceDetailDescriptionOpenerArrow {
  background: url('/files?f=ic_arrow_down.png') no-repeat;
}

.deviceDetailDescription {
  display: none;
}

.deviceDetailDescription h3 {
  color: #00605b;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.combinationTariffTable {
  display: flex;
  flex-direction: column;
}

.combinationTariffTableHeader {
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: bold;
}

.combinationTariffTable .combinationTariffChooseOption {
  border: 1px solid black;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin: auto;
  cursor: pointer;
}

.combinationTariffTable .combinationTariffChooseOption.chosen {
  border: none;
  border-radius: 0;
  background: url('/files?f=ic_wechsel_darkgreen.svg') no-repeat;
  width: 20px;
  height: 20px;
}

.combinationTariffChooseRow {
  cursor: pointer;
}

.combinationTariffChooseRow:hover {
  background: #e1e1e1;
}

.button.button--combinationOrder {
  width: 90%;
  max-width: 340px;
  margin: 10px auto;
  background: #00605b;
  color: white;
  font-size: 20px;
  text-align: center;
}

.button.button--combinationDevice {
  width: 200px;
  height: 40px;
  margin: 10px auto 0;
  background: white;
  color: #00605b;
  padding: 5px 10px;
}

.button.button--combinationDevice.green {
  background: #00605b;
  color: white;
}

.choicebutton {
  width: 100%;
  height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: white;
  text-align: center;
  cursor: pointer;
  padding: 10px 0 0 0;
  margin: 5px 0;
}

.choicebutton.choicebutton--selected {
  width: 100%;
  border: none;
  border: 1px solid #00605b;
  background: #e5efee;
  color: #00605b;
}

.choicebutton.choicebutton--disabled {
  filter: opacity(0.5);
  cursor: default;
}

.tariffDetailFeatureContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.tariffDetailFeature {
  width: 90%;
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  background: white;
}

.tariffDetailFeature h2 {
  margin: 10px 0;
}

.combinationDeviceList .deviceDetailColumn {
  padding: 10px 20px;
}

.acceptCookieOverlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  bottom: 0;
}

.acceptCookieBanner {
  position: fixed;
  width: 90%;
  max-height: 90%;
  overflow: scroll;
  top: 5%;
  left: 5%;
  background: white;
  border-radius: 20px;
  z-index: 10000;
}

.acceptCookieBanner div {
  display: flex;
}

.acceptCookieBannerRow {
  margin: 20px;
}

.acceptCookieBannerRow:first-child {
  margin: 20px 20px 0;
}

.acceptCookieBannerRow:last-child {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 20px;
}

.acceptCookieBannerColumn {
  flex-direction: column;
}

.acceptCookieHeader {
  margin: auto 5px 0 0;
}

.acceptCookieBanner .button {
  width: 100%;
}

.acceptCookieBanner .button--grey {
  border: none;
  color: unset;
  background: #f5f5f5;
}

.acceptCookieBanner .button--green {
  border: none;
  color: unset;
  background: #95d600;
}

.acceptCookieBanner .button--green-light {
  border: none;
  color: unset;
  background: #EAF7CC;
}

.zeroInterestBubble {
  background: #00605b;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: -90px 0 10px auto;
  box-shadow: 0px 3px 6px #00000029;
}

.zeroInterestBubble p:first-child {
  color: white;
  font-size: 40px;
  margin: 22px 0 0 0;
  line-height: 32px;
  text-align: center;
}

.zeroInterestBubble p:last-child {
  color: white;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.rateInfoContainer {
  display: flex;
  justify-content: center;
}

.rateInfo {
  width: 18px;
  height: 18px;
  background: #00605b;
  border-radius: 15px;
  margin: auto 0 auto 5px;
  cursor: help;
}

.rateInfo > p {
  color: white;
  font-size: 14px;
  margin: 1px 0 0 -1px;
  text-align: center;
}

.rateInfoPopup {
  display: none;
}

.rateInfo:hover .rateInfoPopup,
.rateInfo:active .rateInfoPopup {
  display: block;
  width: 240px;
  margin-top: 10px;
  margin-left: -205px;
  background: white;
  z-index: 2;
  position: relative;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px #00000029;
}

.device__cost_ratepayinfo {
  display: block;
  background: #00605b;
  width: 100%;
  max-width: 245px;
  margin: auto;
  border-radius: 12px 12px 14px 0;
  padding: 2px 0;
  position: relative;
  z-index: 3;
}

.device__cost_ratepayinfo p {
  color: white;
  margin: 0;
  font-size: 18px;
  font-family: 'Nunito', 'Roboto';
  font-weight: 700;
  text-align: center;
}

.device__cost_ratepayinfo p .up {
  font-size: 10px;
  line-height: 18px;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .device__cost_ratepayinfo {
    border-radius: 12px 12px 12px 12px;
  }
}

.device__cost_zerointerestrateinfo {
  display: block;
  color: #00605b;
  width: 100%;
  max-width: 245px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-family: 'Nunito', 'Roboto';
  font-weight: 700;
  position: relative;
  z-index: 3;
}

@media (max-width: 600px) {
  .divElement {
    flex-direction: column;
  }

  .textRight {
    width: 100%;
    margin: 0 0 0 0;
  }

  .imgLeft {
    margin: 25px 0 0 0;
    display: none;
  }

  .imgLeftMobile {
    margin: 5px 0 0 0;
    display: block;
  }
}

@media (max-width: 960px) {
  .imgAuszeichnungenNew {
    display: block;
  }

  .divBackground {
    display: none;
  }

  .divBackgroundMobile {
    display: block;
    background: rgba(228, 230, 235, 0.5);
    background-color: rgba(228, 230, 235, 0.5);
    margin-top: 30px;
  }

  .testSiegerDivNew {
    width: 200px;
    text-align: center;
    content-align: center;
  }
}

.soldoutoverlay p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 150px 0 0 0;
  font-size: 20px;
}

@media (min-width: 320px) {
  .mobileNone,
  .mobileNoneFlex,
  .mobileNoneTable {
    display: none !important;
  }
  .desktopNone {
    display: block;
  }
  .desktopNoneTable {
    display: table;
  }
  .desktopNoneInline {
    display: inline-block;
  }

  .h1 {
    font-size: 28px;
  }

  .header {
    height: 60px;
  }
  .header__logo {
    height: 34px;
    margin-left: 13px;
    width: 102px;
  }
  .header__loginIcon {
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 60px;
    top: 17px;
    width: 26px;
  }
  .header__menuIcon {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 13px;
    top: 15px;
    width: 30px;
  }

  .menu {
    background-color: #ffffff;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    height: calc(100dvh - 20px);
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 60px;
    z-index: 1000;
  }
  .menu__meinSpusu {
    flex-direction: column;
  }
  .menu__link--button {
    margin: 20px auto;
  }

  main {
    display: block;
    padding-top: 60px;
  }

  .bubble {
    width: 161px;
    height: 161px;
    border-radius: 50%;
    border: solid 2px #00605b;
    font-size: 36px;
    color: #95d600;
    line-height: 78px;
    text-align: center;
    background: #ffffff;
    transform: rotate(9deg);
    position: absolute;
    display: none;
  }

  .bubble p {
    font-family: nunito;
    font-weight: 600;
    font-size: 42px;
    color: #95d600;
  }

  .pageHeader {
    height: 100px;
  }
  .pageHeader__img {
    display: none;
  }

  .footer {
    flex-direction: column;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .filter {
    margin: 20px auto;
  }
  .button {
    font-size: 16px;
    line-height: 26px;
    min-width: 100px;
    padding: 0 10px;
  }
  .button--wide {
    min-width: 140px;
  }

  .input-text,
  .input-select,
  .input-date,
  .input-file {
    width: 300px;
    border-color: #00605b;
  }
  .input-text__input {
    width: 230px;
    border-color: #00605b;
  }
  .input-select__select {
    width: 296px;
    border-color: #00605b;
  }

  .input-select--day {
    margin-right: 10px !important;
    width: 60px;
  }
  .input-select--day .input-select__select {
    width: 56px;
  }
  .input-select--month {
    margin-right: 10px !important;
    width: 130px;
  }
  .input-select--month .input-select__select {
    width: 126px;
  }
  .input-select--year {
    width: 90px;
  }
  .input-select--year .input-select__select {
    width: 84px;
  }

  .container {
    margin: auto;
    width: 300px;
  }

  .combinationContainer {
    width: 90%;
    margin: auto;
  }

  .tariff {
    margin: auto;
    width: 100%;
  }
  .tariff_container {
    flex-direction: column;
  }
  .tariff__card,
  .tariff__card--wide {
    margin: 10px auto;
    position: relative;
    width: 300px;
    min-height: 80px;
  }
  .tariff__title,
  .tariff__title--wide {
    font-size: 16px;
    line-height: 16px;
    margin: 9px 0 9px 9px;
    width: 200px;
  }
  .tariff__volume,
  .tariff__volume--wide {
    flex-direction: row;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 0 9px;
    width: 180px;
  }
  .tariff__volume span {
    margin-right: 5px;
  }
  .tariff__dtf,
  .tariff__dtf--wide {
    flex-direction: row;
    font-size: 11px;
    line-height: 15px;
    margin: 3px 0 9px 9px;
  }
  .tariff__dtf span {
    margin-right: 10px;
  }
  .tariff__cost {
    font-size: 35px;
    line-height: 35px;
    margin: 9px 9px 0 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .tariff__cost--up {
    font-size: 25px;
    line-height: 25px;
    margin-left: 2px;
  }
  .tariff__month {
    font-size: 11px;
    position: absolute;
    margin-right: 9px;
    right: 0;
    top: auto;
    bottom: -5px;
  }
  .tariff__costInfo {
    font-size: 11px;
    margin-right: 9px;
    margin-top: -9px;
  }

  .tariff-container {
    font-size: 12px;
    width: 300px;
  }
  .tariff-container a {
    font-size: 12px;
  }

  .tariffDetail {
    flex-direction: column;
    width: 300px;
  }
  .tariffDetail__containerText {
    margin-left: 0;
    width: 300px;
  }
  .tariffDetail__containercosts {
    flex-direction: column;
  }
  .tariffDetail__img {
    margin: auto;
  }
  .tariffDetail__containerAdvantages {
    flex-direction: column;
    width: 300px;
  }
  .tariffDetail__containerAdvantages div {
    width: 300px;
  }

  .facts {
    flex-direction: column;
    width: 300px;
  }
  .factsCard,
  .dtfCard {
    width: 300px;
  }
  .dtfCard {
    margin: 40px auto;
  }
  .factsCard__containerImg,
  .dtfCard__containerImg {
    display: none;
  }
  .factsCard__containerMobile,
  .dtfCard__containerMobile {
    display: flex;
  }
  .factsCard__containerText,
  .dtfCard__containerText {
    left: 0;
  }

  .dtfCard__icon {
    height: 24px;
    padding: 18px;
    width: 24px;
  }

  .login {
    margin: auto;
    width: 300px;
  }

  .home-news {
    flex-direction: column;
    width: 300px;
  }
  .home-newsCard {
    width: 300px;
  }

  .home-promise {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 300px;
  }
  .home-promiseItem {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 300px;
  }

  .mySpusu-menu {
    display: flex;
    flex-direction: row;
    overflow: auto;
  }
  .mySpusu-menu__link {
    margin: 10px 20px;
    white-space: nowrap;
  }
  .mySpusu-numberSelect {
    margin: 20px auto;
  }
  .mySpusu-container__item {
    margin: auto;
    width: 300px;
  }

  .allianz {
    display: block;
    width: 300px;
    margin: 20px auto;
  }

  .dtfCard__containerText_testsieger {
    display: none;
  }

  .testsieger_text {
    margin: 80px auto 0px auto;
  }

  .dtfCard__img_testsieger {
    width: 100%;
    margin: auto;
    object-fit: contain;
  }
}

@media (min-width: 360px) {
  .button {
    min-width: 110px;
  }
  .button--wide {
    min-width: 160px;
  }

  .tariff__card,
  .tariff__card--wide {
    width: 340px;
  }
  .tariff__title {
    font-size: 18px;
  }
  .tariff__volume,
  .tariff__volume--wide {
    font-size: 13px;
    width: 230px;
  }
  .tariff__dtf,
  .tariff__dtf--wide {
    font-size: 14px;
  }

  .facts,
  .factsCard,
  .dtfCard,
  .tariff-container,
  .tariffDetail {
    width: 340px;
  }

  .testsieger_text {
    width: 340px;
    margin: 80px auto 0px auto;
  }
}

@media (min-width: 1200px) {
  .flex-row-desktop {
    flex-direction: row;
  }

  .mobileNone {
    display: block !important;
  }
  .mobileNoneFlex {
    display: flex !important;
  }
  .mobileNoneTable {
    display: table !important;
  }
  .desktopNone,
  .desktopNoneTable,
  .desktopNoneInline {
    display: none !important;
  }
  .menu__link {
    line-height: 80px;
  }

  .background {
    height: 550px;
  }

  .h1 {
    font-size: 40px;
  }

  .header {
    height: 80px;
  }
  .header__logo {
    height: 54px;
    margin-left: 20px;
    width: 162px;
  }
  .header__menuIcon {
    display: none;
  }

  .menu {
    display: block;
    height: 80px;
    left: 220px;
    margin: 0 0 0 0;
    position: absolute;
    right: 20px;
    text-align: left;
    top: 0;
  }
  .menu__link {
    margin: auto 10px;
    font-size: 20px;
  }
  .menu__link img {
    margin: 0 5px -3px 0;
    height: 26px;
    object-fit: contain;
  }
  .menu__link--button {
    border: 2px solid #00605b;
    box-sizing: border-box;
    line-height: 36px;
    margin-top: 20px;
  }
  .menu__meinSpusu {
    flex-direction: row;
  }

  main {
    padding-top: 80px;
  }

  .bubble {
    display: block;
  }

  .pageHeader {
    height: 160px;
  }
  .pageHeader__img {
    display: block;
  }

  .footer {
    flex-direction: row;
    padding-left: 0;
    padding-bottom: 50px;
  }
  .footer__icons {
    margin-top: 15px;
  }

  .filter {
    margin: auto;
  }
  .button,
  .button--wide,
  .button.button--wide {
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    min-width: 190px;
    padding: 0 20px;
  }

  .input-text,
  .input-select,
  .input-date,
  .input-file {
    width: 335px;
  }

  .input-select__select {
    width: 331px;
  }
  .input-select--day {
    width: 75px;
  }
  .input-select--day .input-select__select {
    width: 71px;
  }
  .input-select--month {
    width: 140px;
  }
  .input-select--month .input-select__select {
    width: 136px;
  }
  .input-select--year {
    width: 100px;
  }
  .input-select--year .input-select__select {
    width: 94px;
  }

  .input-text__input {
    width: 327px;
  }
  .input-text__input--status {
    width: 285px;
  }

  .input-radio__input {
    margin: auto 5px auto 20px;
    min-width: 2em;
  }

  .container {
    width: 870px;
  }

  .combinationContainer {
    width: 870px;
  }

  .tariff {
    width: 870px;
  }
  .tariff_container {
    flex-direction: row;
  }
  .tariff__card {
    height: 400px;
    margin: 0;
    width: 280px;
  }
  .tariff__card--small {
    height: 220px;
    margin: 0;
    width: 200px;
  }
  .tariff__card--small--container {
    width: 200px;
    display: flex;
    flex-direction: column;
  }
  .tariff__card--wide {
    height: 146px;
    margin-top: 15px;
    width: 870px;
  }
  .tariff__title {
    font-size: 28px;
    line-height: 38px;
    margin: 18px 18px 0 18px;
    width: auto;
  }
  .tariff__title--small {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 0 10px;
  }
  .tariff__title--wide {
    margin: 11px 0 0 18px;
  }
  .tariff__volume {
    flex-direction: column;
    font-size: 28px;
    line-height: 37px;
    margin: 13px 0 0 18px;
    width: auto;
  }
  .tariff__volume--small {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 10px 0 10px;
  }
  .tariff__volume--wide {
    flex-direction: row;
    margin-top: 8px;
  }
  .tariff__volume span {
    margin-right: 30px;
  }
  .tariff__volume.tariff__volume--small span {
    margin-right: 0;
  }
  .tariff__dtf {
    flex-direction: column;
    font-size: 23px;
    line-height: 26px;
    margin: 18px 0 0 18px;
  }
  .tariff__dtf--wide {
    flex-direction: row;
    margin-top: 4px;
  }
  .tariff__cost {
    font-size: 77px;
    line-height: 77px;
    margin: 10px 25px 0 0;
    position: relative;
  }
  .tariff__cost--small {
    font-size: 50px;
    line-height: 50px;
    margin: 30px 15px 0 0;
  }
  .tariff__cost--up {
    font-size: 54px;
    line-height: 54px;
    margin-left: 10px;
  }
  .tariff__cost--up--small {
    font-size: 30px;
    line-height: 30px;
    margin-left: 7px;
  }
  .tariff__cost--wide {
    position: absolute;
    margin-top: 13px;
    right: 0;
    top: 0;
  }
  .tariff__month {
    font-size: 23px;
    margin-right: 25px;
    position: relative;
    top: 0;
  }
  .tariff__month.tariff__month--small {
    font-size: 18px;
    margin-right: 15px;
  }
  .tariff__costInfo {
    font-size: 16px;
    margin-right: 25px;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  .tariff__month--wide {
    position: absolute;
    right: 0;
    top: 95px;
  }

  .tariff-container {
    font-size: 16px;
    width: 870px;
  }
  .tariff-container a {
    font-size: 16px;
  }

  .tariffDetail {
    flex-direction: row;
    width: 870px;
    margin-top: 60px;
  }
  .tariffDetail__containerText {
    margin-left: 40px;
    width: 550px;
  }
  .tariffDetail__containercosts {
    flex-direction: row;
  }
  .tariffDetail__containerAdvantages {
    flex-direction: row;
    width: 870px;
  }
  .tariffDetail__containerAdvantages div {
    width: 415px;
  }

  .facts {
    flex-direction: row;
    width: 1150px;
  }
  .factsCard {
    width: 575px;
  }
  .factsCard__containerImg,
  .dtfCard__containerImg {
    display: block;
  }
  .factsCard__containerMobileIcon,
  .dtfCard__containerMobileIcon {
    display: none;
  }
  .factsCard__containerText {
    left: 250px;
  }

  .dtfCard {
    margin: 80px auto;
    width: 870px;
  }
  .dtfCard__containerText {
    left: 430px;
  }
  .dtfCard__icon {
    height: 40px;
    padding: 20px;
    width: 40px;
  }

  .login {
    width: 870px;
  }

  .mySpusu {
    margin: auto;
    margin-top: 40px;
    min-height: 500px;
    width: 870px;
  }
  .mySpusu-menu {
    justify-content: center;
    overflow: hidden;
  }
  .mySpusu-container {
    display: flex;
    flex-direction: row;
  }
  .mySpusu-container__item {
    margin: 0;
    width: 435px;
  }
  .mySpusu-container__item--first {
    padding-left: 20px;
    box-sizing: border-box;
    margin-right: 10px;
  }
  .mySpusu-numberSelect {
    margin: 0 20px;
  }

  .home-news {
    flex-direction: row;
    width: 1300px;
  }
  .home-newsCard {
    width: 420px;
  }

  .home-promise {
    flex-direction: row;
    width: 1150px;
  }
  .home-promiseItem {
    box-sizing: border-box;
    margin-bottom: 0;
    padding-right: 10px;
    width: 287px;
  }

  .allianz {
    width: 400px;
  }

  .dtfCard__img_testsieger {
    max-width: 41.5%;
    position: relative;
    margin: auto;
  }

  .dtfCard__containerText_testsieger {
    left: 430px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 0;
  }

  .testsieger_text {
    margin: 80px auto 0 auto;
    width: 870px;
    position: relative;
  }
  .text_with_image {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .text_with_image img {
    object-fit: contain;
  }
  .text_with_image p {
    max-width: 65%;
  }

  .yeartariffdoublebuttons > div {
    flex-direction: row;
  }

  .tariff_card_superKombi {
    height: 200px;
    width: 870px;
  }

  .routerCombiCard_Text {
    font-size: 26px;
  }

  .headerCombiCard {
    font-size: 38px;
  }

  .deviceItemContainer {
  }

  .deviceItemLink {
    min-height: 440px;
  }

  .deviceItem {
  }

  .deviceDetailContainer {
    flex-direction: row;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 10px 0;
    width: 870px;
    margin: 10px auto 20px;
  }

  .deviceDetailColumn.deviceDetailLeft {
    width: 230px;
  }

  .deviceDetailColumn.deviceDetailRight {
    width: 560px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e1e1e1;
    padding-bottom: 0;
  }

  .deviceDetailDescriptionOpener {
    display: none;
  }

  .deviceDetailDescription {
    display: flex !important;
  }

  .button.button--combinationOrder {
    max-width: max-content;
  }

  .tariffDetailFeatureContainer {
    width: 870px;
    margin: 0 auto;
  }

  .combinationDeviceList {
    width: 870px;
    margin: 20px auto 0;
  }

  .tariffDetailFeature {
    width: 230px;
    margin: 10px 0;
    padding: 10px 20px;
    min-height: 230px;
  }

  .choicebutton {
    width: 248px;
    margin-right: 10px;
  }

  .choicebutton.choicebutton--selected {
    width: 250px;
  }

  .acceptCookieBanner {
    width: 550px;
    overflow: hidden;
  }

  .acceptCookieBanner .button {
    width: max-content;
  }

  .button.button--combinationDevice {
    padding: 0;
  }
}

@media (min-width: 1300px) {
  .menu__link {
    margin: auto 10px;
    font-size: 22px;
  }
}

@media (min-width: 1440px) {
  .mySpusu {
    border-left: 2px solid #e1e1e1;
  }
  .mySpusu-menu {
    left: 50%;
    position: absolute;
    margin-left: -655px;
    top: 340px;
    width: 220px;
    display: block;
    overflow: auto;
  }
  .mySpusu-menu__link {
    margin: 40px 0;
  }

  .header__logo {
    margin-left: 40px;
  }

  .menu {
    left: 192px;
    margin: 0 0 0 30px;
    right: 40px;
  }

  .menu__link {
    margin: auto 15px;
    font-size: 24px;
  }
}

@media (min-width: 1700px) {
  .header__logo {
    margin-left: 70px;
  }

  .menu {
    left: 262px;
    margin: 0 0 0 30px;
    right: 70px;
  }

  .menu__link {
    margin: auto 18px;
    font-size: 27px;
  }
}

@media (min-width: 1900px) {
  .menu__link {
    margin: auto 20px;
    font-size: 27px;
  }
}

.loadingiconsmall {
  display: none;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
