@charset "UTF-8";
/* mada-regular - latin */
@font-face {
  font-family: "Mada";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/mada-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/mada-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/mada-v16-latin-regular.woff2") format("woff2"), url("fonts/mada-v16-latin-regular.woff") format("woff"), url("fonts/mada-v16-latin-regular.ttf") format("truetype"), url("fonts/mada-v16-latin-regular.svg#Mada") format("svg"); /* Legacy iOS */
}
/* mada-500 - latin */
@font-face {
  font-family: "Mada";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/mada-v16-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/mada-v16-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/mada-v16-latin-500.woff2") format("woff2"), url("fonts/mada-v16-latin-500.woff") format("woff"), url("fonts/mada-v16-latin-500.ttf") format("truetype"), url("fonts/mada-v16-latin-500.svg#Mada") format("svg"); /* Legacy iOS */
}
/* mada-600 - latin */
@font-face {
  font-family: "Mada";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/mada-v16-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/mada-v16-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/mada-v16-latin-600.woff2") format("woff2"), url("fonts/mada-v16-latin-600.woff") format("woff"), url("fonts/mada-v16-latin-600.ttf") format("truetype"), url("fonts/mada-v16-latin-600.svg#Mada") format("svg"); /* Legacy iOS */
}
/* mada-700 - latin */
@font-face {
  font-family: "Mada";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/mada-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/mada-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/mada-v16-latin-700.woff2") format("woff2"), url("fonts/mada-v16-latin-700.woff") format("woff"), url("fonts/mada-v16-latin-700.ttf") format("truetype"), url("fonts/mada-v16-latin-700.svg#Mada") format("svg"); /* Legacy iOS */
}
/*Custom CSS für Updates*/
.meine-standt-mobile a i.fa-home {
  font-size: 25px;
  margin-right: 6px;
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: "Mada", sans-serif !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #00305d;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

section p, section li {
  font-size: 19px;
}

/**section a{
  color:#000;
  text-decoration:underline;
}
section a:hover{
  color:#000;
  text-decoration:underline;
}**/
a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

::-moz-selection {
  background: #222f5d;
  color: #ffffff;
}

::selection {
  background: #222f5d;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-moz-scrollbar {
  width: 5px;
}

::-ms-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #64616E;
}

::-moz-scrollbar-thumb {
  background: #64616E;
}

::-ms-scrollbar-thumb {
  background: #64616E;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.strong {
  font-weight: 700;
}

.container {
  max-width: 1400px;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  /*height: 100%;*/
  border: 0;
}

iframe#responsive-iframe {
  height: 255px;
}

.custom-object-fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-object-fit-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-object-fit img, .custom-object-fit-contain img {
  visibility: hidden;
}

.tx-filelist .table tr:first-child th:first-child {
  display: none;
}

.home-clone .top-bar a:not(.search-click) {
  display: none;
}

.home-stwg .footer-stromissomo, .home-clone .footer-stwg {
  display: none;
}

.meine-standt-mobile {
  display: none;
}

/*---------search button start--------*/
.search-block {
  position: absolute;
  right: 20px;
  top: 25px;
  background: #003c67;
  width: 400px;
  padding: 20px 20px;
  z-index: 10;
  border-radius: 3px;
  display: none;
  color: #003c67;
  height: 80px;
}

/*---------search button end--------*/
/******Header start*****/
.header {
  /* background: linear-gradient(rgb(255, 255, 255),rgb(255, 255, 255),rgb(255, 255, 255),rgb(255, 255, 255),rgb(255, 255, 255),rgb(255, 255, 255), rgba(255, 255, 255, 0.87),rgba(255, 255, 255, 0.53),rgba(255, 255, 255, 0.09)); */
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0px;
  right: 0;
  /* padding-bottom: 25px; */
}

header.header.fixed-top {
  position: fixed;
  padding-bottom: 0px;
  z-index: 1000000;
}

.top-bar {
  background: linear-gradient(to right, #fefefe, #f0f1f2);
  padding: 5px 0px;
}

.top-bar .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.top-bar .container a {
  padding: 0px 10px;
  color: #1F294F;
  font-size: 14px;
  font-weight: 500;
}

.top-bar .container a:last-child {
  padding-right: 0;
}

.top-bar .container a img {
  width: 11px;
  vertical-align: baseline;
}

.top-bar .container a:last-child img {
  width: 14px;
  vertical-align: middle;
}

.top-bar .container > a:first-child {
  color: #DA0E1F;
}

.header .container-fluid {
  /*    background: #ffffff;*/
}

nav.navbar {
  justify-content: space-between;
}

.navbar-collapse {
  flex-grow: 0;
}

nav.navbar .navbar-brand {
  padding-top: 0;
}

nav.navbar .navbar-brand img {
  width: 100%;
  max-width: 170px;
  position: relative;
  top: -10px;
}

nav.navbar .navbar-nav .nav-link {
  font-weight: 700;
  padding: 25px 20px;
  font-size: 18px;
  color: #1F294F;
}

.nav-btn {
  background: linear-gradient(to bottom, #ea2125, #b91419);
  color: #ffffff !important;
  border-radius: 0;
  padding: 13px 20px;
  transition: 0.3s;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}

.nav-btn:focus {
  background: linear-gradient(to bottom, #b91419, #ea2125);
}

nav.navbar .nav-item.dropdown {
  position: static;
}
nav.navbar .nav-item.dropdown.active .dropdown-menu ul li.active span {
  font-size: 16px;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  nav.navbar .nav-item.dropdown.active .dropdown-menu ul li.active span {
    padding-left: 10px;
  }
}

nav.navbar .nav-item.dropdown.active > a {
  position: relative;
}

@media only screen and (min-width: 991px) {
  nav.navbar .nav-item.dropdown.active > a:before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 25px;
    width: calc(100% - 40px);
    height: 4px;
    background-color: #000000;
  }
}
.dropdown-menu > ul > li.active > span {
  position: relative;
  width: fit-content;
}

.dropdown-menu > ul > li.active > span:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 4px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #000000;
}

.dropdown-menu > ul > li > span + .submenu-container > a.active {
  position: relative;
  width: fit-content;
}

@media only screen and (min-width: 991px) {
  .dropdown-menu > ul > li > span + .submenu-container > a.active:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 100%;
    height: 2px;
    background-color: #000000;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-menu > ul > li > span + .submenu-container > a.active {
    text-decoration: underline;
  }
}
.navbar .navbar-nav li:not(:first-child) .dropdown-menu {
  left: auto;
  transform: none;
  padding: 15px 0px 15px 0px;
}

.navbar .navbar-nav li:last-child .dropdown-menu {
  right: 0;
}

.navbar .navbar-nav li:not(:first-child) .dropdown-menu ul {
  width: auto;
  min-width: 200px;
  display: block;
}

.navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li {
  flex: 0 0 100%;
  max-width: 100%;
}

.navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

/*.navbar .navbar-nav li .dropdown-menu ul{
   width: auto;
   min-width: 200px;
   display: block;
}
.navbar .navbar-nav li .dropdown-menu ul li{
  flex: 0 0 100%;
  max-width:100%;
}
.navbar .navbar-nav li .dropdown-menu ul li a{
  padding-left:15px;
  padding-right:15px;
}*/
.navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li a:hover {
  background-color: #f1f1f1;
}

.navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li span img {
  display: none;
}

.navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li span {
  display: block;
  padding-left: 11px;
  padding-right: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

.navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li span {
  color: #000000 !important;
  min-height: initial !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
}

.navbar .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  margin-top: -30px;
  padding: 30px 0px 25px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgb(255, 255, 255));
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1300px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /*width: auto;
  min-width: 200px;
  display: block;*/
}

.navbar .navbar-nav .dropdown-menu ul li {
  display: flex;
  flex: 0 0 16.666%;
  max-width: 16.666%;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.navbar .navbar-nav .dropdown-menu ul li span {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

.navbar .navbar-nav .dropdown-menu ul li span img {
  height: 27px;
  vertical-align: text-bottom;
}

.navbar .navbar-nav .dropdown-menu ul li a {
  color: #000000;
  padding: 3px 0px;
  display: block;
  transition: 0.3s;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(1) span > a {
  color: #e50319;
  padding: 0;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(2) span > a {
  color: #fbbc00;
  padding: 0;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(3) span > a {
  color: #00519e;
  padding: 0;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(4) span > a {
  color: #69af23;
  padding: 0;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(5) span > a {
  color: #a8a9ad;
  padding: 0;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(6) span > a {
  color: #054471;
  padding: 0;
}

.fixed-top {
  background-color: #ffffff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

li.nav-item.dropdown .dropdown-menu > ul > li > img {
  display: none;
}

/****Header end*****/
/*******Fixed Notifications*********/
.notifications-holder {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 30%;
  display: flex;
  flex-direction: column;
}

.notifications-holder a {
  background-color: #ffffff;
  width: 60px;
  height: 50px;
  margin: 2px 0px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notifications-holder a img {
  height: 30px;
}

.notifications-holder a.mail img {
  height: 20px;
}

.notifications-holder a.danger img {
  height: 35px;
}

.notifications-holder a.danger {
  background: linear-gradient(to bottom, #da0c21, #981316);
}

.notifications-holder2 {
  background-color: #ffffff;
  width: 150px !important;
  height: 69px;
  margin: 2px 0px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notifications-holder2 {
  height: 49px;
  width: 150px !important;
  margin-left: -90px !important;
  margin-right: 8px !important;
}

/*******Fixed Notifications*********/
.carousel-caption {
  right: auto;
  bottom: auto;
  top: 480px;
  left: 50%;
  width: 100%;
  text-align: left;
  max-width: 1200px;
  transform: translateX(-50%);
  text-shadow: 0px 1px 15px #999999;
}

.carousel-caption h1 {
  font-size: 46px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
}

.carousel-caption h2 {
  color: #ffffff;
  display: inline-block;
  padding: 0px 10px;
}

.carousel-caption p {
  font-size: 59px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 65px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 3px;
}

.carousel-caption p:last-child {
  margin-left: 55px;
}

.products-grid-outter {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -7.5px;
}

.products-grid-outter .product-holder {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding: 0px 7.5px;
  transition: 0.3s;
}

.products-grid-outter .product-holder .product-grid {
  position: relative;
  text-align: center;
  padding: 20px 10px 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #f1f1f1;
  height: 118px;
  transition: 0.3s;
}

.products-grid-outter .product-holder:hover .product-grid {
  background-color: rgb(255, 255, 255);
}

.products-grid-outter .product-holder .product-grid a {
  display: block;
}

.products-grid-outter .product-grid > img {
  height: 40px;
}

.products-grid-outter .product-grid .product-name {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 18px;
}

.products-grid-outter .product-holder .product-grid .link-arrow {
  position: absolute;
  right: 8px;
  bottom: 2px;
  transition: 0.3s;
}

.products-grid-outter .product-holder:hover .product-grid .link-arrow {
  right: 2px;
}

.products-grid-outter .product-holder .product-grid .link-arrow img {
  height: initial;
}

.products-grid-outter .product-holder:nth-child(1) a .product-grid .product-name {
  color: #DA0E1F;
}

.products-grid-outter .product-holder:nth-child(2) a .product-grid .product-name {
  color: #FCC009;
}

.products-grid-outter .product-holder:nth-child(3) a .product-grid .product-name {
  color: #046DB1;
}

.products-grid-outter .product-holder:nth-child(4) a .product-grid .product-name {
  color: #58B031;
}

.products-grid-outter .product-holder:nth-child(5) a .product-grid .product-name {
  color: #818386;
}

.products-grid-outter .product-holder:nth-child(6) a .product-grid .product-name {
  color: #1F294F;
}

.products-grid-outter .product-holder:nth-child(7) a .product-grid .product-name {
  color: #E86410;
}

.products-grid-outter .product-holder:nth-child(8) a .product-grid .product-name {
  color: #6DC6DA;
}

.discover-block > .container {
  max-width: 1200px;
}

.discover-block ul.nav {
  background-color: transparent;
  margin-top: -51px;
  position: relative;
  border: 0;
}

.detail-page .discover-block ul.nav {
  margin-top: -48px;
}

.discover-block ul.nav li a {
  text-transform: uppercase;
  padding: 10px 136px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  color: #ffffff !important;
  border: 0;
}

.discover-block ul.nav li a img {
  margin-right: 3px;
  height: 25px;
}

.discover-block ul.nav li a span {
  vertical-align: sub;
}

/*
.discover-block ul.nav li:nth-child(1) a {
  background-color: #b6b804;
}

.discover-block ul.nav li:nth-child(2) a {
    background-color: #faba00;
}

.discover-block ul.nav li:nth-child(3) a {
    background-color: #69af23;
}

.discover-block .tab-content .tab-pane:nth-child(1) {

   background-color: #b6b804 !important;
    background-image: linear-gradient(#bccf00, #547c32) !important;

}

.discover-block .tab-content .tab-pane:nth-child(2) {
    background: linear-gradient(to bottom, #f5b704, #846303);
}

.discover-block .tab-content .tab-pane:nth-child(3) {
    background: linear-gradient(to bottom, #61ab18, #375f10);
}

*/
.discover-block .tab-content .tab-pane {
  padding: 50px 0px;
  color: #ffffff;
}

.discover-block .tab-content .tab-pane:nth-child(2) .advantages-block {
  background-color: #faba00;
}

.discover-block .tab-content .tab-pane:nth-child(3) .advantages-block {
  background-color: #69af23;
}

.discover-block .tab-content .tab-pane h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
}

.discover-block ul li {
  list-style: none !important;
  color: #fff !important;
}

.price-calculation-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -35px;
  margin-right: -35px;
}

.price-calculation-block .column {
  padding: 0px 35px;
}

.price-calculation-block .column:not(:last-child) {
  border-right: 1px solid #cccccc;
}

.price-calculation-block .column .people {
  text-align: center;
}

.price-calculation-block .column .people img {
  margin-bottom: 3px;
}

.price-calculation-block .column:nth-child(1) {
  flex: 0 0 34%;
  max-width: 34%;
}

.price-calculation-block .column:nth-child(2) {
  flex: 0 0 23%;
  max-width: 23%;
}

.price-calculation-block .column:nth-child(3) {
  flex: 0 0 23%;
  max-width: 23%;
}

.price-calculation-block .column:nth-child(4) {
  flex: 0 0 20%;
  max-width: 20%;
}

.price-calculation-block .column h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.price-calculation-block .column h3 span {
  font-weight: 400;
}

.no-of-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
  z-index: 0;
}

.no-of-people::after {
  content: "";
  position: relative;
  bottom: 20px;
  width: 90%;
  height: 4px;
  background-color: #edbfc4;
  z-index: -1;
  display: block;
}

.price-calculation-block .column input[type=checkbox] {
  display: none;
}

.price-calculation-block .column input[type=checkbox] + label {
  background: #edbfc4;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px #cacaca inset;
  display: inline-block;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
}

.price-calculation-block .column input[type=checkbox]:checked + label {
  background: #edbfc4;
  height: 21px;
  width: 21px;
  box-shadow: 0px 0px 1px #cacaca inset;
  display: inline-block;
  padding: 0 0 0 0px;
  margin-top: 5px;
  margin-bottom: 0;
}

.price-calculation-block .column input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.2s;
}

.price-calculation-block .column input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
}

.price-calculation-block .column input[type=text] {
  height: 45px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 5px;
  padding: 15px;
  line-height: 18px;
  outline: none;
}

.price-calculation-block .column .btn {
  font-weight: 600;
  color: #000000;
  background-color: #fbba14;
  font-size: 19px;
  border: 1px solid #fbba14;
  border-radius: 0;
  padding: 7px 30px;
  margin-top: 39px;
  transition: 0.3s;
}

.price-calculation-block .column .btn:hover, .price-calculation-block .column .btn:focus {
  background-color: #f1bb32;
  border: 1px solid #f1bb32;
  box-shadow: none;
}

.advantages-block-outter {
  padding-right: 200px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: right;
}

.advantages-block {
  padding-right: 150px;
  position: relative;
}

.advantages-inner {
  display: flex;
  flex-wrap: wrap;
}

.advantages-block {
  /*background-color: #e0071a;*/
  padding: 20px 40px;
  background-color: #b6b804;
}

.advantages-block h4 {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.advantages-inner ul {
  -webkit-column-count: 3;
  -webkit-column-gap: 50px;
  column-count: 3;
  margin: 0;
  padding-right: 100px;
  width: 100%;
}

.advantages-inner ul li {
  position: relative;
  font-size: 19px;
  font-weight: 400;
  list-style: none !important;
}

.advantages-inner ul li span {
  font-weight: 700;
  font-size: 22px;
}

.bonus-info {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  top: -45px;
  border: 7px solid #ffffff;
  background-color: #fbba14;
  color: #000000;
  text-align: center;
  font-size: 66px;
  font-weight: 700;
  display: flex;
  flex-flow: column;
  justify-content: center;
  line-height: 33px;
  display: none;
}

.bonus-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.news-block {
  margin: 70px 0px 0px 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #ffffff, #e9ebea);
}

.news-block h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.owl-carousel.news-carousel .owl-item {
  padding: 30px;
}

.news-card {
  background-color: #ffffff;
}

.news-block .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-block .news-info {
  padding: 15px;
}

.news-block .news-info h3 {
  font-size: 23px;
  font-weight: bold;
  color: #1F294F;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-block .news-info p {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  max-height: 85px;
  overflow: hidden;
}

.news-block a {
  font-size: 14px;
  font-weight: 700;
  color: #1F294F;
  float: right;
  text-transform: uppercase;
}

.news-block .news-info a img {
  width: 14px;
  display: inline-block;
  margin-left: 3px;
}

.news-block .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.news-block .owl-carousel {
  padding: 0px 50px;
}

.news-block .owl-nav .owl-prev span, .news-block .owl-nav .owl-next span {
  display: none;
}

.news-block .owl-nav .owl-prev {
  background-image: url(../images/icons/owl-arrow-left.png) !important;
  width: 31px;
  height: 47px;
  background-size: 30px !important;
  background-repeat: no-repeat !important;
}

.news-block .owl-nav .owl-next {
  background-image: url(../images/icons/owl-arrow-left.png) !important;
  width: 31px;
  height: 47px;
  background-size: 30px !important;
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
}

.block-with-text {
  height: 60px;
}

.service-administration {
  /** background-image: linear-gradient(180deg, rgba(18, 90, 140, 0.8), rgba(24, 53, 93, 0.8)),url(../images/bg-G.png);
   background-color: #054471;**/
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 30% center;
}

.service-administration::before {
  /*  content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 90, 140, 0.8), rgba(24, 53, 93, 0.8));*/
}

.service-administration .container {
  padding: 50px 160px;
}

.service-administration .container h2 {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.service-administration .container .row .col-lg-6:first-child .service-img {
  padding-right: 50px;
}

.service-administration .container .row .col-lg-6:last-child {
  padding-left: 50px;
}

.row .col-md-6:last-child .service-center-info {
  border-right: 0;
}

.row .col-md-6:nth-child(4) .service-center-info {
  border-right: none;
}

.service-center-info {
  border-right: 1px solid #cccccc;
}

.service-administration .container .service-img {
  margin-bottom: 40px;
  height: 235px;
  overflow: hidden;
}

.service-administration .container .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-position: center;
}

.service-administration .container h4 {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.service-administration .container .address {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}

.service-administration .container .contact-info {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}

.service-administration .container .contact-info a {
  color: #ffffff;
}

.service-administration .container .opening-hours h4 {
  margin-bottom: 5px;
}

.service-administration .container .opening-hours {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}

.service-administration .service-center-info p, .service-administration .service-center-info a {
  color: #fff;
  font-size: 19px;
}

.region-block {
  padding-top: 70px;
}

.region-block h1 {
  text-transform: uppercase;
  color: #1F294F;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}

.region-block p {
  font-size: 19px;
  color: #343434;
  line-height: 30px;
}

.region-block p strong {
  font-weight: 700;
}

.region-carousel {
  margin-top: 50px;
}

.quality-service {
  padding: 80px 0px 50px 0px;
  background: linear-gradient(to bottom, #ffffff, #e8e8e8);
}

.quality-service h2 {
  color: #1F294F;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.quality-service p {
  font-size: 19px;
  color: #343434;
  line-height: 27px;
  margin-top: 25px;
}

.logos-holder-outter {
  background-repeat: no-repeat;
  background-position: 42% bottom;
}

.logos-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /*--margin-top: 70px;--*/
}

.logos-holder .logo-img:not(:first-child) {
  margin-left: 20px;
}

.logos-holder .logo-img img {
  height: 250px;
}

.stadtwerke-teams {
  background: url(../images/bg-werden.jpg) no-repeat;
  padding: 80px 0px;
  background-size: cover;
}

.stadtwerke-teams .blue-card {
  padding: 50px;
  background: linear-gradient(to right, #163760, #125a8c);
}

.stadtwerke-teams .blue-card h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 54px;
  margin-bottom: 15px;
}

.stadtwerke-teams .blue-card p {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.stadtwerke-teams .blue-card ul {
  margin-top: 30px;
}

.stadtwerke-teams .blue-card ul li {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 60px;
  position: relative;
  line-height: 43px;
}

.stadtwerke-teams .blue-card ul li::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 4px;
  background: url(../images/icons/bullet.png) no-repeat;
  background-size: 30px;
}

.stadtwerke-teams .blue-card a.btn {
  background-color: #DA0E1F;
  border: 1px solid #DA0E1F;
  font-size: 19px;
  color: #000000;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  padding: 7px 50px;
  margin-top: 20px;
  transition: 0.3s;
}

.stadtwerke-teams .blue-card a.btn:hover {
  background-color: #CC1127;
  border: 1px solid #CC1127;
}

.notifications-holder-xs {
  display: none;
}

/*-----Inner page----*/
/**--.detail-page .carousel-caption{
    top: 480px;
}**/
.switch-today-block {
  background: #939598 !important;
  padding: 20px 0 10px 0 !important;
}

h2 {
  font-size: 35px !important;
}

.switch-today-block h2 {
  color: #fff !important;
  text-align: center !important;
  padding: 20px 0 10px 0 !important;
  font-weight: 700 !important;
}

.switch-today-block .change-steps {
  display: flex;
  justify-content: center;
  padding-left: 0;
  font-size: 22px;
  color: #fff;
  list-style: none;
}

.switch-today-block .change-steps > li {
  position: relative;
  white-space: nowrap;
  font-size: 23.82px;
  font-weight: 600;
  color: #fff;
}

.switch-today-block .change-steps > li:not(:last-child) {
  margin-right: 80px;
}

.switch-today-block .change-steps > li:not(:first-child) {
  margin-left: 80px;
}

.switch-today-block .change-steps > li:not(:last-child):after {
  content: "";
  width: 18px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}

.switch-today-block .change-steps > li:not(:last-child):before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: -85px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.we-do-rest-block {
  padding: 30px 0 25px 0;
  background: #6d6e70;
  margin-top: 3px;
  text-align: center;
}

.we-do-rest-block a {
  color: #fff;
  text-transform: uppercase;
  font-size: 19.03px;
  font-weight: 600;
}

.stromissimo-block {
  padding: 65px 0 95px 0;
}

.stromissimo-block h2, .stromissimo-block h3 {
  color: #1c3262;
  font-weight: 700;
}

.stromissimo-block h2 {
  text-transform: uppercase;
  padding-bottom: 25px;
}

.stromissimo-item-with-bg {
  background: #ff38fc;
  padding: 35px;
  text-align: center;
  box-shadow: 0px 28px 30px 1px rgba(0, 0, 0, 0.2);
}

.stromissimo-outer h3 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 20px;
}

.stromissimo-item {
  border: 2px solid #14aacb;
  background: #00a6c7;
}

.stromissimo-item-header {
  background: #fff;
  color: #00a6c7;
  text-align: center;
  padding: 15px 15px 35px 15px;
}

.stromissimo-item-header h4 > span {
  font-weight: 700;
}

.stromissimo-item-header h4 {
  color: #ff38fc;
  font-size: 28.5px;
  font-weight: 500;
  padding: 40px 0 25px 0;
  margin: 0;
}

.stromissimo-item > div > img {
  width: 100%;
  margin-top: -1px;
}

.stromissimo-item-header > p {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.row .stromissimo-outer:nth-child(3) {
  flex: 0 0 24%;
  max-width: 24%;
  margin-bottom: -40px;
}

.row .stromissimo-outer {
  flex: 0 0 19%;
  max-width: 19%;
  padding: 8px;
}

.row .stromissimo-outer:first-child {
  padding-left: 20px;
}

.row .stromissimo-outer:last-child {
  padding-right: 20px;
}

.row.align-box-bottom {
  align-items: flex-end;
  padding-top: 70px;
}

.stromissimo-body-inner {
  text-align: center;
  color: #fff;
}

.customer-service-block {
  background: #003e6f url(../images/Kundenservicecenter.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 65px;
}

section.stromissimo-block h2 + p {
  font-size: 19px;
  color: #333;
  font-weight: 400;
  padding-bottom: 30px;
}

.stromissimo-block h3 {
  font-size: 27px;
}

.stromissimo-item-with-bg h3 {
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 25px;
  padding-top: 10px;
}

.stromissimo-item-with-bg .stromissimo-item-header h4 > span {
  font-weight: 700;
}

.stromissimo-item-with-bg .stromissimo-item-header h4 {
  font-size: 33.06px;
  font-weight: 500;
  padding: 30px 0;
  margin: 0;
}

.stromissimo-item-with-bg .stromissimo-item-header h5 {
  font-size: 27.55px;
  font-weight: 700;
  margin-bottom: 0;
}

.stromissimo-item-with-bg .stromissimo-item-header > p {
  font-size: 22px;
}

.stromissimo-item-with-bg .stromissimo-item-header {
  padding: 28px;
  padding-bottom: 40px;
}

.stromissimo-item-with-bg .stromissimo-body-inner > ul > li {
  font-size: 20.94px;
  font-weight: 400;
}

.stromissimo-item-with-bg .stromissimo-body-inner > ul {
  margin: 0;
  padding: 40px 0;
  padding-top: 12px;
}

.stromissimo-item-with-bg .stromissimo-body-inner > p {
  font-size: 22.04px;
  font-weight: 400;
  position: relative;
  margin: 0;
}

.stromissimo-item-with-bg .stromissimo-body-inner > ul + p:after {
  content: "";
  width: 120px;
  height: 1px;
  display: block;
  background: #fff;
  margin: 0 auto;
}

.stromissimo-item-with-bg .stromissimo-body-inner > .stromissimo-price {
  font-size: 44.08px;
  font-weight: 700;
}

.stromissimo-item-with-bg .stromissimo-body-inner > div > a {
  font-size: 22.01px;
  padding: 10px 25px;
  background: #ff00ff;
  color: #fff;
  font-weight: 700;
}

.stromissimo-item-with-bg .stromissimo-body-inner > div {
  padding-bottom: 5px;
  padding-top: 20px;
}

.stromissimo-item-with-bg .stromissimo-body-inner {
  padding: 28px;
}

.stromissimo-item-header h5 {
  font-size: 23.75px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.stromissimo-body-inner > ul > li {
  font-size: 18.05px;
  padding-bottom: 4px;
}

.stromissimo-body-inner > ul {
  margin: 0;
  padding: 35px 0;
}

.stromissimo-body-inner > p {
  font-size: 19px;
  margin: 0;
  position: relative;
}

.stromissimo-body-inner > ul + p:after {
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  background: #fff;
  margin: 0 auto;
}

.stromissimo-body-inner .stromissimo-price {
  font-size: 38px;
  font-weight: 700;
}

.stromissimo-body-inner > div > a {
  background: #ff00ff;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 18.98px;
}

.stromissimo-body-inner > div > a:hover {
  background: #e42ce4;
}

.stromissimo-item-body {
  padding: 15px;
  padding-top: 0;
}

.stromissimo-body-inner > div {
  padding-top: 28px;
  padding-bottom: 18px;
}

.stromissimo-body-inner > ul > li > span {
  position: relative;
}

.stromissimo-body-inner > ul > li > span:before {
  content: "";
  width: 21px;
  height: 24px;
  position: absolute;
  background: url(../images/tick.png);
  left: -33px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

/*--- contacts ---*/
.service-img-container > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-content {
  padding: 70px 0 57px 80px;
  background: url(../images/kundenservice-phone.png);
  background-repeat: no-repeat;
  background-position: center;
}

.service-content > h5 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.address-block > p {
  font-size: 19px;
  margin: 0;
  color: #fff;
}

.address-block p:first-child {
  font-weight: 700;
}

p.address-location {
  margin-bottom: 25px;
}

.address-block > p > a {
  font-size: 19px;
  color: #fff;
}

.address-block > p > a:hover {
  color: #fff;
}

.service-img-container {
  height: 100%;
  margin-left: -15px;
}

/*---/. contacts ---*/
/*--- Footer ---*/
.footer-block {
  background: linear-gradient(to bottom, #05426f 0%, #1b3463 100%);
  padding: 30px 0;
}

.footer-logo-container img:first-child {
  width: 200px;
  margin-right: 15px;
}

.footer-logo-container img:last-child {
  width: 200px;
}

.footer-logo {
  padding: 15px 0 34px 0;
}

.footer-nav > ul {
  display: flex;
  margin: 0;
  padding-top: 30px;
}

.footer-nav > ul > li:not(:last-child) > a {
  padding-right: 25px;
}

.footer-nav > ul > li > a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.detail-page #c1835 {
  display: none;
}

/** .detail-page .carousel-caption p {
    max-width: 820px;
} **/
.owl-carousel.news-carousel .owl-nav button.owl-next, .owl-carousel.news-carousel .owl-nav button.owl-prev {
  outline: none;
}

.owl-carousel .owl-item {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img {
  transition: 0.3s;
}

.owl-carousel .owl-item:hover img {
  transform: scale(1.1);
}

.news-image {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  max-height: 240px;
}

.home-main .news-image, .home-clone .news-image {
  height: 220px;
}

#gas .no-of-people::after {
  background-color: #efd17d;
}

#warme .no-of-people::after {
  background-color: #89bf53;
}

.no-of-people > .people > img {
  opacity: 0.8;
}

.navbar .navbar-nav .dropdown-menu ul li:first-child .submenu-container a:hover {
  color: #e50319;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(2) .submenu-container a:hover {
  color: #fbbc00;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(3) .submenu-container a:hover {
  color: #00519e;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(4) .submenu-container a:hover {
  color: #69af23;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(5) .submenu-container a:hover {
  color: #a8a9ad;
}

.navbar .navbar-nav .dropdown-menu ul li:nth-child(6) .submenu-container a:hover {
  color: #054471;
}

.banner-carousel .carousel-item {
  height: 795px;
}

.banner-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-clone nav.navbar .navbar-brand img {
  top: 0;
}

/*-----/. Inner page----*/
/*-----/. Common page start--*/
.common-page {
  padding: 0px 0px 0px 0px;
}

.common-page .frame.frame-default, .common-page .accordion, .common-page .tabs-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*-----/. Common page end----*/
/*----Cookies start---*/
/*----Cookies end---*/
.cc-window.cc-floating .cc-compliance {
  -ms-flex: auto;
  flex: auto;
}

/*------ Responsive -------*/
@media (max-width: 1460px) {
  .container {
    max-width: 1300px;
  }
  .common-page .frame.frame-default, .common-page .accordion, .common-page .tabs-section {
    max-width: 1300px;
  }
}
@media (max-width: 1370.98px) {
  .stromissimo-item-with-bg .stromissimo-body-inner {
    padding: 15px;
  }
  .stromissimo-item-with-bg {
    padding: 20px;
  }
  .customer-service-block {
    background-size: 220px;
  }
}
@media (max-width: 1359.98px) {
  .container {
    max-width: 1200px;
  }
  .common-page .frame.frame-default, .common-page .accordion, .common-page .tabs-section {
    max-width: 1200px;
  }
  nav.navbar .navbar-nav .nav-link {
    padding: 25px 10px;
    font-size: 15px;
  }
  .nav-btn {
    padding: 11px 18px;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    width: 1200px;
  }
  .footer-nav > ul {
    flex-wrap: wrap;
  }
  iframe#responsive-iframe {
    height: 327px;
  }
}
@media (max-width: 1250.98px) {
  .price-calculation-block .column {
    padding: 0px 15px;
  }
  .container {
    max-width: 1160px;
  }
  .common-page .frame.frame-default, .common-page .accordion, .common-page .tabs-section {
    max-width: 1160px;
  }
  .price-calculation-block .column .btn {
    font-size: 16px;
    padding: 7px 25px;
  }
  .price-calculation-block .column h3 {
    font-size: 20px;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    width: 1160px;
  }
  .stromissimo-body-inner > ul > li > span:before {
    left: -24px;
  }
  .stromissimo-item-body {
    padding: 5px;
  }
  .stromissimo-item-with-bg {
    padding: 10px;
  }
  .stromissimo-item-with-bg .stromissimo-body-inner > div > a {
    font-size: 19.01px;
  }
  .stromissimo-body-inner > div > a {
    font-size: 16.98px;
  }
  .customer-service-block {
    background-size: 170px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 1130px;
  }
  .common-page .frame.frame-default, .common-page .accordion, .common-page .tabs-section {
    max-width: 1130px;
  }
  .products-grid-outter, .carousel-caption {
    max-width: 1060px;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    width: 1130px;
  }
  .row .stromissimo-outer:first-child {
    order: 2;
  }
  .row .stromissimo-outer:nth-child(2) {
    order: 3;
  }
  .row .stromissimo-outer:nth-child(3) {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
  .row .stromissimo-outer:nth-child(3) .stromissimo-item-with-bg {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 35px;
  }
  .row .stromissimo-outer:nth-child(4) {
    order: 4;
  }
  .row .stromissimo-outer:nth-child(5) {
    order: 5;
  }
  .row .stromissimo-outer {
    flex: 0 0 25%;
    max-width: 25%;
  }
  iframe#responsive-iframe {
    height: 327px;
  }
}
@media (max-width: 1024.98px) and (min-width: 992px) {
  .products-grid-outter .product-holder .product-grid {
    height: 135px;
  }
  .navbar .navbar-nav .dropdown-menu ul li span {
    font-size: 16px;
  }
  .navbar .navbar-nav .dropdown-menu ul li span img {
    height: 20px;
  }
}
@media (max-width: 1024.98px) {
  .nav-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
  nav.navbar .navbar-nav .nav-link {
    padding: 25px 8px;
    font-size: 14px;
  }
  .products-grid-outter, .carousel-caption {
    max-width: 100%;
    padding: 20px 50px;
  }
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .common-page .frame.frame-default, .common-page .accordion, .common-page .tabs-section {
    max-width: 100%;
    padding: 0 30px;
  }
  .price-calculation-block {
    margin-left: 0;
    margin-right: 0;
  }
  .service-administration .container {
    padding: 50px 30px;
  }
  .footer-nav > ul {
    flex-wrap: wrap;
  }
  nav.navbar .navbar-brand {
    margin-right: 0;
  }
  nav.navbar .navbar-nav .nav-link {
    padding: 25px 5px;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    width: 100%;
    padding: 0 30px;
  }
  .carousel-caption p:last-child {
    margin-left: 0;
  }
  .stadtwerke-teams .blue-card h2 {
    font-size: 40px;
  }
  .discover-block ul.nav li a {
    padding: 10px 96px;
  }
  .discover-block ul.nav {
    margin-top: -51px;
  }
  .price-calculation-block .column {
    padding: 0px 10px;
  }
  .price-calculation-block .column h3 {
    font-size: 18px;
  }
  .price-calculation-block .column input[type=text] {
    height: 40px;
  }
  .price-calculation-block .column {
    padding: 0px 10px;
  }
  .price-calculation-block .column .btn {
    margin-top: 34px;
  }
  .news-block .owl-carousel {
    padding: 0px 30px;
  }
  .owl-carousel.news-carousel .owl-item {
    padding: 15px;
  }
  .news-block .owl-nav .owl-prev, .news-block .owl-nav .owl-next {
    width: 27px;
    height: 40px;
    background-size: contain !important;
    outline: none;
  }
  .customer-service-block > .container-fluid > .row {
    margin: 0;
  }
  /*-----Inner Page----*/
  .row.align-box-bottom {
    padding-top: 30px;
  }
  .service-img-container {
    margin-left: -30px;
  }
  .detail-page .discover-block ul.nav {
    margin-top: -47px;
  }
  .banner-carousel .carousel-item {
    height: 685px;
  }
  .carousel-caption {
    top: 330px;
  }
  .products-grid-outter {
    bottom: 95px;
  }
  iframe#responsive-iframe {
    height: 327px;
  }
}
@media (min-width: 575.98px) and (max-width: 1024.98px) {
  .customer-service-block > .container-fluid > .row > .col-sm-4 {
    position: relative;
  }
  .customer-service-block > .container-fluid .service-img-container {
    position: absolute;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
  /*----- Inner Page -----*/
  /*.detail-page .carousel-item.active img {
      width: 100%;
  }*/
  nav.navbar .close-menu {
    display: none;
  }
  /*----- /.Inner Page -----*/
}
@media (max-width: 991px) {
  .notifications-holder-xs {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .notifications-holder-xs .online-termination > img {
    width: 75px;
  }
  .notifications-holder-xs .danger > img {
    width: 35px;
  }
  .notifications-holder-xs .danger {
    background: #e82226;
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .notifications-holder-xs a:nth-child(3) > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .notifications-holder-xs a:nth-child(4) > img {
    width: 42px;
  }
  .notifications-holder-xs a:last-child > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .notification-menu-icon {
    display: flex;
    align-items: center;
  }
  .notifications-holder-xs > a {
    margin-right: 15px;
  }
  /*--- Off canvas ----*/
  .navbar-light .navbar-toggler-icon {
    background: none;
  }
  nav button.navbar-toggler {
    padding: 0;
    border: 0;
    width: 47px;
    height: 29px;
    background: rgba(20, 43, 92, 0.0117647059);
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  nav button.navbar-toggler:after {
    content: "";
    box-shadow: 0px -16px 0px 3px #142B5C, 0px -6px 0px 3px #142b5c, 0px -27px 0px 3px #142b5c;
    display: block;
    position: absolute;
    width: 100%;
    cursor: pointer;
  }
  .navbar .navbar-nav li:not(:first-child) .dropdown-menu {
    box-shadow: none;
    margin-bottom: 50px;
  }
  .navbar .navbar-nav li:not(:first-child) .dropdown-menu ul {
    padding: 0;
  }
  .navbar-light .navbar-nav li:not(:first-child) a.nav-link:focus, .navbar-light .navbar-nav li:not(:first-child) a.nav-link:hover {
    color: #1c3262;
  }
  .navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li {
    background: none;
  }
  .navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li a {
    padding-bottom: 0 !important;
  }
  .navbar .navbar-nav li:not(:first-child) .dropdown-menu ul li span {
    color: #000000 !important;
    min-height: initial !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  nav .navbar-toggler-icon {
    opacity: 0;
  }
  nav button:focus {
    outline: none;
  }
  .page {
    left: 0%;
    transition: 0.3s;
    position: relative;
  }
  .page.menu-opened {
    left: -400px;
  }
  .navbar-collapse.collapse {
    position: fixed;
    background: #fff;
    height: 100% !important;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 99;
    width: 0%;
    transition: 0.3s;
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .navbar-collapse.collapse.show {
    width: 75%;
    height: 100% !important;
    transition: 0.3s;
  }
  .page.menu-opened .fixed-top {
    left: -400px;
  }
  .collapsing {
    position: fixed;
    background: #fff;
    height: 100% !important;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 9;
    width: 0%;
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .navbar-collapse.collapse.show, .navbar-collapse.collapsing {
    /*width: 400px;*/
    width: 100%;
    height: 100% !important;
    transition: 0.3s;
  }
  button.close-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: red;
    bottom: 0;
    top: 0;
    opacity: 0;
    display: none;
    left: 0;
  }
  .page.menu-opened button.close-menu {
    display: block;
  }
  .nav-btn {
    padding: 19px 15px;
    font-size: 21px;
    width: 100%;
    font-weight: 600;
  }
  .navbar-nav {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  nav.navbar .navbar-nav .nav-link {
    padding: 18px 0px;
    border-bottom: 1px solid;
    font-size: 18px;
    position: relative;
  }
  nav.navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  nav.navbar .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-color: #1F294F;
    border-top: 3px solid;
    border-right: 3px solid;
    opacity: 1;
    transition: 0.3s;
  }
  nav.navbar .show .navbar-nav .nav-link:before {
    opacity: 1;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > .submenu-container > a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px 5px 90px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > .submenu-container > a:last-child {
    padding-bottom: 20px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > .submenu-container {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li.show-dropdown > .submenu-container {
    height: auto;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li:last-child > a {
    /*padding-bottom: 20px;*/
  }
  .navbar .navbar-nav .dropdown-menu ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 40px;
    max-width: 400px !important;
    margin: 0;
  }
  .navbar .navbar-nav .dropdown-menu {
    transform: translate(-40px, -100%);
    -webkit-transform: translate(-40px, -100%);
    background: #fff;
    opacity: 0;
    transition: transform 0.3s;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    transform: translate(-40px, 0px);
    opacity: 1;
  }
  ul.navbar-nav {
    padding: 20px 0px;
  }
  .navbar-collapse ul.navbar-nav .nav-item.show {
    background: #1c3262;
  }
  .navbar-collapse ul.navbar-nav .nav-item.show > a {
    color: #fff;
    border-color: #1c3262;
  }
  .dropdown-toggle::after {
    content: none;
  }
  .navbar-collapse ul.navbar-nav .nav-item {
    padding: 0 40px;
  }
  nav.navbar .navbar-nav .nav-link {
    color: #1c3262;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1c3262;
  }
  .navbar-light .navbar-nav .show .nav-link:focus, .navbar-light .navbar-nav .show .nav-link:hover {
    color: #fff;
  }
  nav.navbar .navbar-nav .show .nav-link:before {
    transform: translateY(-50%) rotate(135deg);
  }
  .navbar .navbar-nav .dropdown-menu ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    height: 100%;
    flex: 0 0 100%;
    transition: 0.3s;
    min-height: 100%;
    -webkit-flex: 1;
  }
  .navbar .navbar-nav .dropdown-menu ul li:first-child {
    background: #ea2125;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(2) {
    background: #fbbc00;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(3) {
    background: #00519e;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(4) {
    background: #69af23;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(5) {
    background: #a8a9ad;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(6) {
    background: #054471;
  }
  .navbar .navbar-nav .dropdown-menu ul li:first-child .submenu-container a:hover,
.navbar .navbar-nav .dropdown-menu ul li:nth-child(2) .submenu-container a:hover,
.navbar .navbar-nav .dropdown-menu ul li:nth-child(3) .submenu-container a:hover,
.navbar .navbar-nav .dropdown-menu ul li:nth-child(4) .submenu-container a:hover,
.navbar .navbar-nav .dropdown-menu ul li:nth-child(5) .submenu-container a:hover,
.navbar .navbar-nav .dropdown-menu ul li:nth-child(6) .submenu-container a:hover {
    color: #fff;
  }
  .navbar .navbar-nav .dropdown-menu ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    margin: 0;
    padding: 17px 0;
    padding-left: 90px;
    display: inline-block !important;
    min-height: 61px;
  }
  .navbar .navbar-nav .dropdown-menu ul li span > img {
    display: none;
  }
  .navbar .navbar-nav .dropdown-menu ul li span {
    color: #e50319;
    background-repeat: no-repeat;
    line-height: 27px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(1) span {
    background: url(../images/strom-blug-white.png);
    background-position: 23px 12px;
    background-repeat: no-repeat;
    background-size: 36px;
  }
  .navbar .navbar-nav .dropdown-menu ul li.show-dropdown span {
    padding-bottom: 8px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(2) span {
    background: url(../images/gas-white.png);
    background-position: 26px 12px;
    background-repeat: no-repeat;
    background-size: 31px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(3) span {
    background: url(../images/wasser-white.png);
    background-position: 29px 13px;
    background-repeat: no-repeat;
    background-size: 25px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(4) span {
    background: url(../images/icons/icon_waerme_white.png);
    background-position: 33px 8px;
    background-repeat: no-repeat;
    background-size: 16px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(5) span {
    background: url(../images/abwasser-white.png);
    background-position: 24px 14px;
    background-repeat: no-repeat;
    background-size: 36px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(6) span {
    background: url(../images/icon_kunder_service_white.png);
    background-position: 23px 8px;
    background-repeat: no-repeat;
    background-size: 33px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li.show-dropdown > a {
    display: block;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li.show-dropdown {
    padding-top: 15px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > a:last-child {
    padding-bottom: 20px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li.show-dropdown > img {
    /* display: block;*/
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -2px;
    padding-bottom: 20px;
  }
  .navbar-collapse ul.navbar-nav .nav-item:not(:first-child) {
    margin-top: -1px;
    background: #fff;
  }
  /*---/. Off canvas ---*/
  .service-center-info {
    border-right: none;
  }
  .logos-holder-outter {
    margin-right: -30px;
    background-position: right bottom;
  }
  .logos-holder {
    justify-content: flex-start;
  }
  .discover-block ul.nav li a {
    padding: 8px 41px;
  }
  .discover-block ul.nav {
    margin-top: -47px;
  }
  .detail-page .discover-block ul.nav {
    margin-top: -44px;
  }
  .price-calculation-block .column:nth-child(1), .price-calculation-block .column:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .price-calculation-block .column:nth-child(2), .price-calculation-block .column:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .price-calculation-block .column:not(:last-child) {
    border: 0;
  }
  .price-calculation-block .column:nth-child(4) {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .no-of-people::after {
    width: 95%;
  }
  .price-calculation-block .column .btn {
    font-size: 26.73px;
    padding: 12px 120px;
  }
  .price-calculation-block .column h3 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 15px;
  }
  .price-calculation-block .column:nth-child(1) {
    margin-bottom: 35px;
  }
  .price-calculation-block .column input[type=text] {
    height: 45px;
  }
  .advantages-block-outter {
    padding-right: 155px;
  }
  .advantages-inner ul {
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    column-count: 1;
    padding-right: 70px;
  }
  .advantages-block {
    padding: 35px 30px;
    margin-left: -30px;
  }
  .notifications-holder {
    display: none;
  }
  .service-administration .container .row .col-lg-6:last-child {
    padding-left: 15px;
    margin-top: 60px;
  }
  .service-administration .container .service-img {
    height: auto;
  }
  .footer-full-xs {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
  .address-xs {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .footer-block-xs {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer-logo-container img:first-child {
    margin-right: 0;
  }
  .footer-logo-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer-logo-container img:last-child {
    margin-bottom: 25px;
  }
  .footer-block {
    padding: 70px 0;
  }
  .footer-nav > ul > li > a {
    padding: 0 25px;
    font-weight: 300;
  }
  .footer-nav > ul {
    justify-content: center;
  }
  .footer-nav > ul {
    padding-top: 50px;
  }
  .footer-logo {
    padding: 15px 0 55px 0;
  }
  /*----Inner Page -----*/
  .row.align-box-bottom {
    padding: 0 30px;
  }
  .row .stromissimo-outer:first-child {
    padding-left: 0;
  }
  .row .stromissimo-outer:last-child {
    padding-right: 0;
  }
  .row .stromissimo-outer {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
  }
  .row .stromissimo-outer:nth-child(4) {
    padding-left: 0;
  }
  .row .stromissimo-outer:nth-child(2) {
    padding-right: 0;
  }
  .stromissimo-block h3 {
    padding-bottom: 30px;
  }
  .switch-today-block .change-steps > li:not(:first-child) {
    margin-left: 0;
  }
  .switch-today-block .change-steps > li:not(:last-child) {
    margin-right: 0;
  }
  .switch-today-block .change-steps > li:not(:last-child):after, .switch-today-block .change-steps > li:not(:last-child):before {
    transform: translateX(-50%) rotate(90deg);
  }
  .switch-today-block .change-steps > li:not(:last-child):after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 1px;
  }
  .switch-today-block .change-steps > li:not(:last-child):before {
    right: auto;
    bottom: -25px;
    top: auto;
    left: 50%;
  }
  .switch-today-block .change-steps > li {
    padding: 30px 0;
  }
  .switch-today-block .change-steps {
    flex-direction: column;
    align-items: center;
  }
  .stromissimo-body-inner > div > a {
    font-size: 18.98px;
  }
  .service-content {
    padding: 70px 0 57px 40px;
  }
  .products-grid-outter .product-holder {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 10px;
  }
  .products-grid-outter {
    bottom: 70px;
  }
  .news-block .news-info p {
    font-size: 16px;
    line-height: 22px;
  }
  .advantages-block h4 {
    padding-bottom: 10px;
  }
  .advantages-inner ul li {
    padding-bottom: 5px;
  }
  .advantages-inner ul li span {
    padding-right: 20px;
  }
  .service-administration {
    background-position: 30% top;
  }
  .advantages-block {
    margin-left: 17px;
  }
  .discover-block .tab-content .tab-pane h2 {
    font-size: 30px;
  }
  .price-calculation-block .column h3 {
    font-size: 20px;
  }
  .news-block h2, .service-administration .container h2, .region-block h1, .quality-service h2 {
    font-size: 29px !important;
  }
  .stadtwerke-teams .blue-card h2 {
    font-size: 32px;
  }
  .quality-service p, .region-block p, .service-administration .container .address, .service-administration .container .contact-info, .service-administration .container .opening-hours, .service-administration .container h4 {
    font-size: 18px;
  }
  .advantages-inner ul li, .address-block > p, .address-block > p > a {
    font-size: 18px;
  }
  .products-grid-outter, .carousel-caption {
    padding: 20px 30px;
  }
  .price-calculation-block .column {
    padding: 0;
  }
  .price-calculation-block .column:nth-child(2) {
    padding-right: 15px;
  }
  .price-calculation-block .column:nth-child(3) {
    padding-left: 15px;
  }
  .advantages-block {
    margin-left: 0;
  }
  .service-administration .container h2 {
    margin-bottom: 30px;
  }
  .service-administration .container .service-img {
    margin-bottom: 30px;
  }
  .service-administration .container .address, .service-administration .container .contact-info {
    margin-bottom: 20px;
  }
  .service-administration .container .opening-hours {
    line-height: 27px;
  }
  .switch-today-block h2 {
    font-size: 29px;
  }
  .stromissimo-block h2 {
    font-size: 29px;
    padding-bottom: 15px;
  }
  section.stromissimo-block h2 + p {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .stromissimo-block h3 {
    font-size: 26px;
  }
  .stromissimo-item-header h4 {
    padding: 15px 0 15px 0;
  }
  .stromissimo-item-header {
    padding: 15px;
  }
  .stromissimo-body-inner > ul {
    padding: 20px 0;
  }
  .stromissimo-item-with-bg .stromissimo-item-header h4 {
    padding: 20px 0;
  }
  .stromissimo-item-with-bg .stromissimo-item-header {
    padding: 25px;
    padding-bottom: 25px;
  }
  .products-grid-outter {
    bottom: 30px;
  }
} /**---/.991----**/
@media (max-width: 832px) {
  iframe#responsive-iframe {
    height: 575px;
  }
}
@media (max-width: 768px) {
  iframe#responsive-iframe {
    height: 573px;
  }
}
@media (max-width: 767px) {
  .products-grid-outter {
    display: none;
  }
  .carousel-caption {
    top: 370px;
  }
  .top-bar {
    display: none;
  }
  nav.navbar .navbar-brand img {
    top: 0;
    max-width: 150px;
  }
  nav.navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .notifications-holder-xs .danger {
    height: auto;
    width: auto;
    line-height: initial;
  }
  .notifications-holder-xs .danger > img {
    padding: 2px;
  }
  .notifications-holder-xs {
    margin-right: 10px;
  }
  .notifications-holder-xs > a {
    margin-right: 15px;
  }
  .notifications-holder-xs .online-termination > img {
    width: 85px;
  }
  .notifications-holder-xs .danger > img {
    width: 26px;
  }
  .notifications-holder-xs a:nth-child(3) > img {
    width: 25px;
  }
  .notifications-holder-xs a:nth-child(4) > img {
    width: 28px;
  }
  .notifications-holder-xs a:last-child > img {
    width: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .common-page .frame.frame-default, .common-page .accordion .common-page .tabs-section {
    padding: 0 15px;
  }
  .service-administration .container {
    padding: 50px 15px;
  }
  .logos-holder-outter {
    margin-right: -15px;
  }
  .row.align-box-bottom {
    padding: 0 15px;
  }
  .price-calculation-block .column:nth-child(2) {
    padding-right: 7.5px;
  }
  .price-calculation-block .column:nth-child(3) {
    padding-left: 7.5px;
  }
  .stromissimo-item-with-bg {
    box-shadow: none;
  }
  .row .stromissimo-outer:nth-child(3) .stromissimo-item-with-bg {
    max-width: 470px;
    padding: 25px;
  }
  .stromissimo-block h3 {
    padding-bottom: 10px;
    font-size: 32px;
    padding-top: 0px;
  }
  .stromissimo-item-with-bg .stromissimo-item-header {
    padding: 15px;
    padding-bottom: 20px;
  }
  .row .stromissimo-outer:nth-child(3) {
    margin-bottom: 10px;
  }
  .row .stromissimo-outer {
    padding: 7.5px;
  }
  .stromissimo-block {
    padding: 55px 0 45px 0;
  }
  .service-content {
    padding: 50px 0 57px 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .service-administration .container .row .col-md-6:last-child h2 {
    padding-top: 35px;
  }
  .banner-carousel .carousel-item {
    height: 415px;
  }
  .carousel-caption {
    top: 155px;
  }
  .stadtwerke-teams .blue-card ul li {
    line-height: 26px;
    margin-bottom: 15px;
  }
  .stadtwerke-teams .blue-card ul li::before {
    top: 0px;
    width: 25px;
    height: 25px;
    background-size: 25px;
    padding-left: 40px;
  }
  .detail-page .carousel-caption p {
    font-size: 40px !important;
  }
  .detail-page .common-page .ce-left .ce-gallery, .detail-page .common-page .ce-right .ce-gallery {
    float: none;
    /*margin-right: 0 !important;*/
  }
  .detail-page .common-page .ce-left .ce-gallery .image .image-embed-item {
    /*width: 100%;*/
  }
  .frame-type-table {
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .detail-page .common-page h1, .detail-page .common-page h2, .detail-page .common-page h3 {
    font-size: 29px !important;
  }
  .meine-standt-mobile a {
    color: #ffffff;
    padding: 18px 0px;
    /* border-bottom: 1px solid; */
    font-size: 18px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
  }
  .meine-standt-mobile {
    padding: 0px 45px 0 40px;
    width: 100%;
    margin-bottom: -10px;
    display: block;
    background: #00305d;
  }
  .meine-standt-mobile a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-color: #1F294F;
    border-top: 3px solid;
    border-right: 3px solid;
    opacity: 1;
    transition: 0.3s;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
  .meine-standt-mobile a img {
    width: 25px;
    margin-right: 6px;
    margin-bottom: 4px;
  }
  .cc-theme-edgeless.cc-window[role=dialog] {
    z-index: 99999999;
  }
} /*---767---*/
@media (max-width: 680px) {
  .advantages-block {
    margin-left: 0;
  }
  .advantages-block-outter {
    padding-right: 115px;
  }
  .advantages-block {
    padding: 60px 20px 30px 20px;
  }
  .advantages-block-outter {
    padding-right: 115px;
  }
  .no-of-people::after {
    width: 92%;
  }
}
@media (max-width: 575px) {
  /*.notifications-holder-xs .danger > img {
      width: 41px;
      height: 37px;
      padding: 5px;
  }
  .notifications-holder-xs a:nth-child(2) > img {
      width: 27px;
      height: 100%;
  }
  .notifications-holder-xs a:nth-child(3) > img {
      width: 32px;
      height: 100%;
  }
  .notifications-holder-xs a:last-child > img {
      width: 27px;
      height: 100%;
  }
  .notifications-holder-xs {
      width: 192px;
  }*/
  .price-calculation-block .column input[type=text] {
    height: 41px;
  }
  .price-calculation-block .column .btn {
    font-size: 22.73px;
    padding: 12px 60px;
  }
  .discover-block ul.nav li a {
    padding: 8px 29px;
  }
  .discover-block ul.nav {
    margin-top: -45px;
  }
  .detail-page .discover-block ul.nav {
    margin-top: -35px;
  }
  .discover-block ul.nav li a {
    font-size: 17px;
  }
  .footer-block {
    padding: 50px 0;
  }
  .products-grid-outter, .carousel-caption {
    max-width: 100%;
    padding: 20px 25px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption p {
    font-size: 35px;
    line-height: 40px;
  }
  .no-of-people::after {
    width: 91%;
  }
  .bonus-info {
    width: 125px;
    height: 125px;
    border: 4px solid #ffffff;
    right: 5%;
    top: -60px;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 27px;
  }
  .bonus-info span {
    font-size: 13px;
  }
  .advantages-inner ul {
    padding-right: 0;
  }
  .advantages-block-outter {
    padding-right: 95px;
  }
  .service-img-container {
    margin-left: -30px;
    margin-right: -30px;
  }
  .stromissimo-item {
    max-width: 420px;
    margin: auto;
  }
  .row .stromissimo-outer {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .stromissimo-block h3 {
    font-size: 30px;
  }
  .stromissimo-item-with-bg .stromissimo-item-header h4 {
    font-size: 27.06px;
    padding: 15px 0;
  }
  .stromissimo-item-with-bg .stromissimo-item-header h5 {
    font-size: 21.55px;
  }
  .stromissimo-item-with-bg .stromissimo-item-header > p {
    font-size: 18px;
  }
  .stromissimo-item-body {
    padding: 0;
  }
  .stromissimo-item-with-bg .stromissimo-body-inner > ul > li {
    font-size: 18.94px;
  }
  .stromissimo-body-inner > ul > li > span:before {
    width: 18px;
    height: 18px;
  }
  .stromissimo-item-with-bg .stromissimo-body-inner > ul {
    padding: 15px 0;
  }
  .stromissimo-item-with-bg .stromissimo-body-inner > p {
    font-size: 18.04px;
  }
  .stromissimo-item-with-bg .stromissimo-body-inner > .stromissimo-price {
    font-size: 34.08px;
  }
  .stromissimo-item-header h4 {
    font-size: 24.5px;
    padding: 5px 0 15px 0;
  }
  .stromissimo-item-header h5 {
    font-size: 19.75px;
  }
  .stromissimo-item-header > p {
    font-size: 17px;
  }
  .stromissimo-item-header {
    padding: 15px 15px 15px 15px;
  }
  .stromissimo-body-inner > ul {
    padding: 15px 0;
  }
  .stromissimo-body-inner .stromissimo-price {
    font-size: 28px;
  }
  .stromissimo-body-inner > div {
    padding-top: 20px;
  }
  .service-content > h5 {
    padding-bottom: 20px;
  }
  .service-content > h5 {
    padding-bottom: 10px;
    font-size: 28px;
  }
  .switch-today-block h2 {
    font-size: 25px;
  }
  .switch-today-block .change-steps > li {
    font-size: 18.82px;
  }
  .switch-today-block .change-steps > li:last-child {
    padding-bottom: 10px;
  }
  .switch-today-block .change-steps > li:not(:last-child):before {
    border-left: 16px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    bottom: -22px;
  }
  .switch-today-block .change-steps > li:not(:last-child):after {
    width: 18px;
    height: 13px;
  }
  .stadtwerke-teams .blue-card {
    padding: 35px 20px;
  }
  .stadtwerke-teams .blue-card ul li {
    font-size: 18px;
    padding-left: 45px;
  }
  .logos-holder {
    justify-content: center;
    margin-top: 40px;
  }
  .row .stromissimo-outer:not(:nth-child(3)) .stromissimo-item {
    width: calc(100% - 50px);
  }
  .detail-page .carousel-caption p {
    font-size: 20px !important;
    line-height: 20px;
  }
  header.header {
    background: linear-gradient(rgba(255, 255, 255, 0.84) 82%, rgba(255, 255, 255, 0.07) 100%);
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .notifications-holder-xs .danger > img {
    padding: 2px;
  }
  .notifications-holder-xs {
    margin-right: 10px;
  }
  .notifications-holder-xs > a {
    margin-right: 5px;
  }
  .notifications-holder-xs .online-termination > img {
    width: 70px;
  }
  .notifications-holder-xs .danger > img {
    width: 22px;
  }
  .notifications-holder-xs a:nth-child(3) > img {
    width: 20px;
  }
  .notifications-holder-xs a:nth-child(4) > img {
    width: 23px;
  }
  .notifications-holder-xs a:last-child > img {
    width: 16px;
  }
}
@media (max-width: 460px) {
  /*.notifications-holder-xs {
      width: 150px;
      margin-right: 10px;
  }
  .notifications-holder-xs > a {
      margin-right: 15px;
  }*/
  nav.navbar .navbar-brand img {
    max-width: 116px;
  }
  /*.notifications-holder-xs .danger > img {
      width: 32px;
      height: 30px;
      padding: 3px;
  }
  .notifications-holder-xs a:nth-child(2) > img {
      width: 22px;
  }
  .notifications-holder-xs a:nth-child(3) > img {
      width: 24px;
  }
  .notifications-holder-xs a:last-child > img {
      width: 19px;
  }*/
  nav button.navbar-toggler {
    width: 37px;
    height: 20px;
  }
  nav button.navbar-toggler:after {
    box-shadow: 0px -20px 0px 2px #142B5C, 0px -13px 0px 2px #142b5c, 0px -27px 0px 2px #142b5c;
  }
  .notifications-holder-xs a:last-child {
    margin-right: 0;
  }
  /*.notifications-holder-xs .danger > img {
      width: 28px;
      height: 26px;
  }*/
  .carousel-caption {
    top: 230px;
  }
  .products-grid-outter, .carousel-caption {
    max-width: 100%;
    padding: 20px 15px;
  }
  .discover-block ul.nav li a {
    font-size: 15px;
  }
  .discover-block ul.nav li a {
    padding: 6px 14px;
  }
  .discover-block ul.nav {
    margin-top: -38px;
  }
  .price-calculation-block .column h3 {
    font-size: 17px;
  }
  .price-calculation-block .column .btn {
    font-size: 18.73px;
    margin-top: 5px;
    padding: 9px 35px;
  }
  .advantages-block-outter {
    padding-right: 0px;
  }
  .navbar-collapse.collapse.show, .navbar-collapse.collapsing {
    width: 100%;
  }
  .page.menu-opened {
    left: -320px;
  }
  .page.menu-opened .fixed-top {
    left: -320px;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    padding: 0 20px;
    max-width: 320px !important;
  }
  .navbar .navbar-nav .dropdown-menu ul li span {
    padding-left: 70px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > a {
    padding: 5px 20px 5px 70px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > .submenu-container > a {
    padding: 5px 20px 5px 70px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li.show-dropdown {
    padding-top: 10px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    transform: translate(-20px, 0px);
  }
  .navbar-collapse ul.navbar-nav .nav-item {
    padding: 0 20px;
  }
  nav.navbar .navbar-nav .nav-link:before {
    width: 16px;
    height: 16px;
    border-top: 2px solid;
    border-right: 2px solid;
  }
  .navbar .navbar-nav .dropdown-menu {
    padding: 20px 0px 5px 0px;
  }
  ul.navbar-nav {
    padding: 10px 0px;
  }
  .price-calculation-block .column:nth-child(2) {
    padding-left: 0;
  }
  .price-calculation-block .column:nth-child(3) {
    padding-right: 0;
  }
  .news-block .news-info h3 {
    font-size: 19px;
  }
  .news-block .owl-nav .owl-prev, .news-block .owl-nav .owl-next {
    width: 20px;
    height: 32px;
  }
  .owl-carousel.news-carousel .owl-item {
    padding: 0;
  }
  .service-content {
    background-size: 130px;
  }
  .service-administration .container {
    padding: 70px 15px;
  }
  .service-administration .container .row .col-md-6:last-child h2 {
    padding-top: 50px;
  }
  .discover-block ul.nav li a img {
    margin-right: 2px;
    height: 23px;
  }
  .quality-service p, .region-block p, .service-administration .container .address, .service-administration .container .contact-info, .service-administration .container .opening-hours, .service-administration .container h4 {
    font-size: 17px;
  }
  .footer-nav > ul > li > a {
    padding: 0 5px;
    font-size: 16px;
  }
  .footer-nav > ul > li:not(:last-child) > a {
    padding-right: 15px;
  }
  .stadtwerke-teams .blue-card h2 {
    font-size: 30px;
  }
  .region-block p, .quality-service p {
    line-height: 25px;
  }
  .stadtwerke-teams .blue-card a.btn {
    font-size: 17px;
  }
  .address-block > p, .address-block > p > a {
    font-size: 16px;
  }
  .news-block .owl-carousel {
    padding: 0px 25px;
  }
  .logos-holder .logo-img img {
    height: 150px;
  }
  .meine-standt-mobile {
    padding: 0px 25px 0 20px;
  }
  .meine-standt-mobile a:before {
    width: 16px;
    height: 16px;
    border-top: 2px solid;
    border-right: 2px solid;
  }
}
@media (max-width: 420px) {
  iframe#responsive-iframe {
    height: 603px;
  }
}
@media (max-width: 375px) {
  .page.menu-opened {
    left: -300px;
  }
  .navbar-collapse.collapse.show, .navbar-collapse.collapsing {
    width: 100%;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    max-width: 300px !important;
  }
  .page.menu-opened .fixed-top {
    left: -300px;
  }
  /*--.footer-logo-container img:first-child {
      width: 70px;
  }--*/
  .footer-logo-container img:last-child {
    width: 70px;
  }
  .service-content > h5 {
    padding-bottom: 5px;
    font-size: 23px;
  }
  .service-content {
    padding: 40px 0 40px 0px;
  }
}
@media (max-width: 370px) {
  .no-of-people::after {
    width: 85%;
  }
  .price-calculation-block .column:nth-child(3) h3 {
    padding: 17px 0;
  }
}
@media (max-width: 366px) {
  iframe#responsive-iframe {
    height: 633px;
  }
}
@media (max-width: 455px) {
  /* .notifications-holder-xs {
       width: 158px;
       margin-right: 0px;
   }*/
}
@media (max-width: 320px) {
  .page.menu-opened, .page.menu-opened .fixed-top {
    left: -262px;
  }
  .navbar-collapse.collapse.show, .navbar-collapse.collapsing {
    width: 100%;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    max-width: 270px !important;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    transform: translate(-10px, 0px);
  }
  .navbar-collapse ul.navbar-nav .nav-item {
    padding: 0 10px;
  }
  .navbar .navbar-nav .dropdown-menu ul {
    padding: 0 10px;
  }
  .nav-btn {
    padding: 12px 13px;
    font-size: 19px;
  }
  li.nav-item.dropdown .dropdown-menu > ul > li > a {
    padding: 5px 20px 5px 60px;
  }
  .navbar .navbar-nav .dropdown-menu ul li span {
    padding-left: 60px;
  }
  .navbar .navbar-nav .dropdown-menu {
    padding: 10px 0px 5px 0px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(1) span {
    background-position: 24px 10px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(2) span {
    background-position: 17px 12px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(3) span {
    background-position: 23px 8px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(4) span {
    background-position: 18px 13px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(5) span {
    background-position: 14px 14px;
  }
  .navbar .navbar-nav .dropdown-menu ul li:nth-child(6) span {
    background-position: 11px 18px;
  }
  .bonus-info {
    width: 115px;
    height: 115px;
    border: 4px solid #ffffff;
    right: 50%;
    top: -75px;
    font-size: 46px;
    transform: translateX(50%);
  }
  .bonus-info span {
    font-size: 11px;
  }
  .advantages-block-outter {
    padding-right: 0px;
    margin-top: 70px;
  }
  .advantages-block {
    padding: 30px 15px;
  }
  .advantages-inner ul li span {
    padding-right: 10px;
  }
  .advantages-block h4 {
    padding-top: 30px;
  }
  .banner-carousel .carousel-item {
    height: 470px;
  }
  .carousel-caption {
    top: 170px;
  }
  .detail-page .carousel-caption {
    top: 145px;
  }
  .quality-service p, .region-block p, .service-administration .container .address, .service-administration .container .contact-info, .service-administration .container .opening-hours, .service-administration .container h4 {
    font-size: 16px;
  }
  .meine-standt-mobile {
    padding: 0px 25px 0 20px;
  }
  .news-block h2, .service-administration .container h2, .region-block h1, .quality-service h2 {
    font-size: 27px !important;
  }
  .detail-page .common-page h1, .detail-page .common-page h2, .detail-page .common-page h3 {
    font-size: 26px !important;
  }
  .notifications-holder-xs {
    width: 124px;
    margin-right: 0px;
  }
  .notifications-holder-xs > a {
    margin-right: 10px;
  }
}
/*For Tab bar*/
.t3ddy-tabContainer {
  border: none !important;
}

/*psn cl*/
.frame-layout-1 a {
  border-bottom: 1px solid rgb(225, 0, 25);
  color: #000000;
  margin-left: 10px;
  display: ruby;
}

.frame-layout-1 a:before {
  content: "";
  display: block;
  background: url("../images/icons/icon_download.png") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 6px 0 0;
}

hr {
  margin: 60px 0;
}

h1 {
  font-weight: bold;
  text-transform: uppercase;
}

h2, h3 {
  font-weight: bold;
}

h1, h2 {
  text-transform: uppercase;
}

.frame-layout-1 h1, .frame-layout-1 h2, .frame-layout-1 h3 {
  color: rgb(225, 0, 25);
}

.frame-layout-2 h1, .frame-layout-2 h2, .frame-layout-2 h3 {
  color: rgb(250, 186, 0);
}

.frame-layout-3 h1, .frame-layout-3 h2, .frame-layout-3 h3 {
  color: rgb(0, 159, 227);
}

.frame-layout-4 h1, .frame-layout-4 h2, .frame-layout-4 h3 {
  color: rgb(105, 175, 35);
}

.frame-layout-5 h1, .frame-layout-5 h2, .frame-layout-5 h3 {
  color: rgb(157, 157, 157);
}

.frame ul li {
  list-style: disc;
}

/*.frame ul li {list-style-position: inside !important;}*/
ul.ce-uploads li {
  list-style: none !important;
}

.frame-layout-4 li {
  border-bottom: 1px solid;
  padding: 5px;
  color: #172651;
  font-weight: bold;
  font-size: x-large;
  list-style-position: inside !important;
}

.frame-layout-2 li {
  padding: 0 0 7px 20px;
  list-style-position: inside !important;
  list-style-image: url("/fileadmin/templates/images/icons/icon_haken_yellow.png") !important;
}

.frame-layout-3 li {
  padding: 0 0 7px 20px;
  list-style-position: inside !important;
  list-style-image: url("/fileadmin/templates/images/icons/icon_haken_red.png") !important;
}

.common-page li {
  list-style-position: inside !important;
  padding-left: 20px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px !important;
}

.tariffs-body-inner .contenttable {
  width: 100%;
  margin-top: 20px;
}

.service-center a {
  color: #ffffff;
}

.service-center table tr:first-child td, .service-administration table tr:first-child td {
  background-color: transparent;
}

.service-center-info .contenttable td {
  color: #ffffff;
  font-size: 19px;
}

.btn2 {
  background-color: #fbbc00;
  padding: 12px 88px;
  color: #000000;
  font-size: larger;
}

.stadtwerke-teams a {
  color: #ffffff;
}

.blue-card li {
  list-style: none !important;
}

/*----iframe section-----*/
.price-calculation-block {
  display: none !important;
}

.price-calculation-frame {
  margin-top: 40px;
}

.price-calculation-frame iframe {
  width: 100% !important;
  height: 315px !important;
  margin: 0;
  border: 0;
}

.cc-window.cc-floating.cc-type-info.cc-theme-edgeless.cc-bottom.cc-right.cc-color-override--2050113554[role=dialog] {
  z-index: 99999999;
}

.link_azubi {
  border-bottom: 1px solid #a1a3a6;
  padding: 15px 10px 15px 10px;
  color: #222f5d;
  font-weight: bold;
  display: inline-block;
}

.link_azubi:after {
  content: url("../../../fileadmin/templates/images/icons/pfeil_fuer_mehr_blau.png");
  margin-left: 12px;
}

#c1774 .tariffs-item {
  min-height: 250px !important;
}

.button_yellow, .btn-primary {
  padding: 10px 40px !important;
  background-color: #fab827 !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  color: #000 !important;
  border: 0;
  border-radius: 0 !important;
}

ul.jobs {
  padding-left: 30px;
}

li.jobs {
  list-style-position: outside !important;
}

/*Written by srirajan for iframe mobile view*/
/*Written by Srirajan*/
/*.navbar .navbar-nav li .dropdown-menu {
  left: auto;
  transform: none;
  padding: 15px 0px 15px 0px;
  width: auto !important;
  }*/
.blue-card .text-center a.btn {
  display: none;
}

#cmpboxrecall {
  left: unset;
  right: 0;
}

@media (max-width: 646px) {
  .price-calculation-frame iframe {
    height: 617px !important;
  }
}
/*TEMPORÄRE ÄNDERUNG*/
.discover-block .tab-content .tab-pane h2 {
  display: none;
}

.advantages-block-outter {
  display: none;
}

.price-calculation-frame {
  display: none;
}

.temp {
  color: white;
}

.temp a {
  color: white;
  text-decoration: none;
}

.footer-social-icons {
  margin-top: 50px;
}

.footer-social-icons ul {
  display: flex;
  align-items: center;
}

.footer-social-icons ul li {
  margin-right: 20px;
}

.footer-social-icons ul li a {
  display: inline-block;
  width: 35px;
}

.footer-social-icons ul li a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .footer-social-icons ul {
    justify-content: center;
  }
}
.banner-carousel .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.banner-carousel .carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

.news-full-click {
  font-size: unset !important;
  font-weight: unset !important;
  text-transform: none !important;
  float: none !important;
  color: unset !important;
  display: block;
}

@media only screen and (min-width: 991px) {
  .navbar .navbar-nav > li:first-child .dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
    left: auto;
    width: auto !important;
    max-height: calc(100vh - 80px);
    overflow: auto;
  }
  .navbar .navbar-nav > li:first-child .dropdown-menu ul {
    width: 200px;
    flex-direction: column;
  }
  .navbar .navbar-nav > li:first-child .dropdown-menu ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .navbar .navbar-nav > li:first-child .dropdown-menu ul li span {
    margin-bottom: 5px;
  }
}
.common-page li {
  list-style-position: outside !important;
}

@media only screen and (min-width: 991px) {
  .dropdown-menu > ul > li.active > span:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 4px;
    height: 17px;
    width: 17px;
    background: #00305d;
    transform: rotate(45deg);
  }
  .navbar .navbar-nav .dropdown-menu ul li.active {
    overflow: hidden;
  }
  .dropdown-menu > ul > li > span + .submenu-container > a.active:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    height: 17px;
    width: 17px;
    background: #00305d;
    transform: rotate(45deg);
  }
}
.page-navigation {
  max-width: 1370px;
  margin: auto;
}

.page-navigation p {
  display: none;
}

.page-navigation .f3-widget-paginator {
  display: inline-flex;
  position: relative;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
}

.page-navigation .f3-widget-paginator .previous {
  position: relative;
  padding-left: 0 !important;
}

.page-navigation .f3-widget-paginator .previous::before {
  content: "«";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.page-navigation .f3-widget-paginator::before {
  content: "Seite";
  margin-right: 15px;
}

.page-navigation .f3-widget-paginator .previous a {
  width: 20px;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.page-navigation .f3-widget-paginator li a {
  font-family: "Mada", sans-serif !important;
  color: #333;
}

.page-navigation .f3-widget-paginator .last.next a {
  width: 20px;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.page-navigation .f3-widget-paginator .last.next::after {
  content: "»";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.page-navigation .f3-widget-paginator .last.next {
  position: relative;
  cursor: pointer;
}

.page-navigation .f3-widget-paginator .current {
  font-weight: 600;
  color: #333;
}

.page-navigation .f3-widget-paginator li {
  padding: 0 7px;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .dropdown-menu {
    margin-top: 0px;
  }
}
.top-bar-nav {
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
  .top-bar-nav {
    display: none;
  }
}
.top-bar-nav > ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.top-bar-nav > ul > li {
  position: relative;
}

.top-bar-nav > ul > li > a {
  padding: 0px 10px;
  color: #1F294F;
  font-size: 14px;
  font-weight: 500;
}

.top-bar-nav > ul > li > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: relative;
  top: 1px;
}

.top-bar-nav > ul > li .sub-menu-holder {
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1799px) {
  .top-bar-nav > ul > li .sub-menu-holder {
    left: auto;
    right: 0;
  }
}
.top-bar-nav > ul > li .sub-menu-holder > ul > li > a {
  color: #000000;
  padding: 3px 15px !important;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}

.top-bar-nav > ul > li .sub-menu-holder > ul > li > a:hover {
  background-color: #f1f1f1;
}

.top-bar-nav > ul > li .sub-menu-holder > ul > li.active > span {
  color: #000000;
  padding: 3px 15px !important;
  display: block;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
}

.top-bar-nav > ul > li:hover .sub-menu-holder {
  display: block;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(1) a {
  color: #e10019;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(1).active span {
  color: #e10019 !important;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(1).active span:before {
  background-color: #e10019;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(1).active span:after {
  background: #e10019;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(2) a {
  color: #faba00;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(2).active span {
  color: #faba00 !important;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(2).active span:before {
  background-color: #faba00;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(2).active span:after {
  background: #faba00;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(3) a {
  color: #188ed4;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(3).active span {
  color: #188ed4 !important;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(3).active span:before {
  background-color: #188ed4;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(3).active span:after {
  background: #188ed4;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(4) a {
  color: #62b22f;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(4).active span {
  color: #62b22f !important;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(4).active span:before {
  background-color: #62b22f;
}

ul.navbar-nav .nav-item:nth-child(2) .dropdown-menu ul li:nth-child(4).active span:after {
  background: #62b22f;
}

@media only screen and (min-width: 991px) {
  .submenu-container a:first-child {
    display: none !important;
  }
}
/* =============================31-03-2023================================ */
.grey-modal .modal-content 
    {
        background-color: #002f5d;
        color:white;
        position: relative;
    }
    .modal-close 
    {
        position: absolute;
        top:-10px;
        right:-10px;
        width:30px;
        height: 30px;
        border-radius: 30px;
        background-color: #fab827 !important;
        color:#fff !important;
        opacity: 1 !important;
    }
    .modal-close:focus 
    {
        outline: 0; 
        box-shadow: none;
    }
    .link-primary 
    {
        color:#fab827 !important;
    }
    @media screen and (max-width:575px)
    {
            .modal-close 
    {
        top:-5px;
        right:-5px;
    }
    }

/* Shortcuts über die komplette Breite darstellen */
.frame-type-shortcut, .frame-type-shortcut .frame-type-dce_dceuid8 {
  max-width: none !important;
}

/* Mobile Navi scrollbar machen (AGENTUR-5446) */
#nav-content > .d-lg-none.d-md-none.d-xl-none {
  overflow: auto;
  height: calc(100vh - 117px);
} 

