/*$base-color-red: #CB302A;*/
/*$navbar-bg-color: rgba(255,255,255,0.5);
$navbar-item-bg-color: rgba(255,255,255,0.5);*/
/*$head-bg: #880000;*/
/*$head-font-color: #fffac7;*/
/*$head-font-color: #eae5b9;*/
/*$head-font-color: #fffac7;*/
/* GENERELL */
/* BUTTONS */
/* READSPEAKER */
/* HEADER */
/* NAVBAR */
/* SECTION */
/* ELEMENTOR */
/* CONTENT */
/* FOOTER */
/* RESPONSIVE CSS */
/* GENERELL
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@500&family=Open+Sans:wght@400;600;700&display=swap");
/*@font-face { 
    font-family: 'FiraRegular';
    src: url('./fonts/FiraSans-Regular.ttf') format('truetype'); 
    font-weight: 400;
}

@font-face { 
    font-family: 'FiraMedium';
    src: url('./fonts/FiraSans-Medium.ttf') format('truetype'); 
    font-weight: 400;
}

@font-face { 
    font-family: 'FiraBold';
    src: url('./fonts/FiraSans-Bold.ttf') format('truetype'); 
    font-weight: 400;
}

@font-face { 
    font-family: 'FiraSemiBold';
    src: url('./fonts/FiraSans-SemiBold.ttf') format('truetype'); 
    font-weight: 400;
}*/
html {
  height: 100%; }
  html body {
    width: 100%;
    margin: 0;
    padding: 0; }

a {
  word-break: break-all; }

.logo-title a {
  color: #fff2df; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #000055;
  height: 100%;
  /*line-height: 32px;*/
  line-height: 25px;
  background: #ffffff;
  background-color: #fff2df; }

body.highcontrast {
  color: #000 !important; }

.txt-einleitung {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px; }

.txt-hervorhebung {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px; }

.logo-first {
  font-family: Avenir-LT, sans-serif;
  font-weight: 700;
  font-size: 21px; }

.logo-wrapper {
  display: flex;
  font-family: 'Georama', sans-serif; }

.logo-title {
  padding-left: 10px;
  padding-top: 10px;
  line-height: 1.5rem;
  color: #fff2df; }

a {
  color: #000055; }

a, button {
  outline: 0; }

a:hover, a:focus {
  text-decoration: none; }

/*:target:before {
    display: block;    
    position: relative;     
    top: -100px;
    visibility: hidden;
}*/
button {
  border-width: 0px; }

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000055; }

h1.highcontrast,
h2.highcontrast,
h3.highcontrast,
h4.highcontrast,
h5.highcontrast {
  color: #000 !important; }

h1 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px; }

.header-home-left h1 {
  color: #ffffff; }

h2 {
  font-size: 20px;
  color: #000055;
  line-height: 1.5; }

h3 {
  font-size: 20px;
  color: #000055; }

h4 {
  font-size: 18px;
  color: #000055;
  margin-top: 15px;
  margin-bottom: 10px; }

h5 {
  font-size: 18px; }

#sec-header h1 {
  color: #ffffff; }

:target:before {
  content: "";
  display: block;
  height: 50px;
  margin: -50px 0 0; }

.cust-table table tr td {
  /*border: 1px solid silver;*/
  padding: 5px 3px;
  vertical-align: top; }

.cust2-table table tr td {
  /*border: 1px solid silver;*/
  padding: 5px 3px;
  vertical-align: top; }
.cust2-table table tr td:last-child {
  min-width: 9em; }

/* BUTTONS
-------------------------------------------------- */
.btn-red {
  background: #fff2df;
  padding: 5px 13px;
  height: 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #fff2df;
  display: inline-block; }

.btn-red:hover {
  background: #fff;
  color: #fff2df; }

.btn-blue {
  background: #000055;
  padding: 5px 13px;
  height: 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #000055;
  display: inline-block;
  margin-top: 40px;
  margin-right: 20px; }

.btn-blue:hover {
  background: #fff;
  color: #000055; }

.btn-mail {
  background-image: url(./img/ifd-mail-wh.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  margin-right: 20px;
  margin-top: 20px; }

.btn-mail:hover {
  background-image: url(./img/ifd-mail.svg);
  background-repeat: no-repeat;
  background-position: left; }

.btn-telefon {
  background-image: url(./img/ifd-telefon-wh.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  margin-right: 20px;
  margin-top: 20px; }

.btn-telefon:hover {
  background-image: url(./img/ifd-telefon.svg);
  background-repeat: no-repeat;
  background-position: left; }

.btn-pin {
  background-image: url(./img/ifd-pin-wh.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  margin-right: 20px;
  margin-top: 20px; }

.btn-pin:hover {
  background-image: url(./img/ifd-pin.svg);
  background-repeat: no-repeat;
  background-position: left; }

.btn-leichtesprache {
  background: #fff2df;
  background-image: url(./img/ifd-leichtesprache-wh.svg);
  background-repeat: no-repeat;
  background-position: left;
  border: 1px solid #fff2df;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px; }

.btn-leichtesprache:hover {
  background: #ffffff;
  background-image: url(./img/ifd-leichtesprache.svg); }

.btn-mehr {
  display: block;
  color: #fff2df; }
  .btn-mehr fa {
    font-weight: 100; }

.btn-mehr:hover {
  color: #960000; }

/* READSPEAKER
-------------------------------------------------- */
.rsbtn .rsbtn_label {
  display: none; }
.rsbtn .rsbtn_right {
  display: none; }
.rsbtn .rsbtn_left {
  width: 18px;
  margin-left: 8px !important; }
.rsbtn .rsbtn_play {
  background: #fff2df !important;
  border: 1px solid #fff2df !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
  /*height: 23px !important;*/
  height: 28px !important; }
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before {
  /*line-height: 24px !important;*/
  line-height: 28px !important; }
.rsbtn .rsbtn_text {
  color: #fff !important; }
.rsbtn .rsbtn_text span {
  display: none; }
.rsbtn .rs-player-loadindicator {
  display: none !important; }
.rsbtn .rsbtn_tooltoggle {
  display: none !important;
  width: 0px !important;
  height: 0px !important; }
.rsbtn .rsicn-arrow-down {
  display: none !important; }
.rsbtn .rsbtn_exp {
  /*height: 23px !important;*/
  height: 28px !important; }
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item span.rsicn {
  line-height: 20px !important; }

.rsbtn:hover .rsbtn_play {
  background: #fff !important; }
.rsbtn:hover .rsbtn_text {
  color: #fff2df !important; }

.header-home-left .rsbtn .rsbtn_play {
  background: #fff !important;
  border: 1px solid #fff !important; }
.header-home-left .rsbtn .rsbtn_text {
  color: #fff2df !important; }

.header-home-left .rsbtn:hover .rsbtn_play {
  background: #fff2df !important; }
.header-home-left .rsbtn:hover .rsbtn_text {
  color: #fff !important; }

.rs-wrapper {
  position: absolute;
  top: 15px;
  left: 15px; }

.rs-wrapper-normal {
  display: flex; }

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item {
  padding: 0px 7px !important; }

/* HEADER
-------------------------------------------------- */
header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9000;
  /*display: table;*/
  width: 100%;
  /*transition: background 300ms ease;*/ }

.header-wrapper {
  position: relative; }

.header-menu-wrapper {
  float: right;
  top: 0px;
  right: 0px;
  height: 100px; }

.imgABlock:hover {
  color: #000055;
  text-decoration: none; }

/* NAVBAR
-------------------------------------------------- */
.navbar-nav {
  list-style: none; }

.navbar-nav > li {
  padding-right: 10px;
  color: #fff2df;
  font-size: 1.5em;
  line-height: 1.4em; }

.navbar-inverse {
  background-color: #850804;
  border: 0px;
  box-shadow: 0px 5px 10px #00000029; }
  .navbar-inverse .navbar-toggle {
    border-color: #fff2df; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff2df; }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-inverse .navbar-collapse {
    background: #850804;
    padding: 5px 15px; }
  .navbar-inverse a {
    text-decoration: none; }
  .navbar-inverse a:hover, .navbar-inverse a:focus {
    color: #fff2df; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff2df; }
  .navbar-inverse #menu-topmenu a:hover, .navbar-inverse #menu-topmenu a:focus, .navbar-inverse #menu-topmenu a:active, .navbar-inverse #menu-topmenu .active a {
    background-color: transparent !important;
    /*color: $navbar-hover-font-color;*/ }
  .navbar-inverse #menu-secondmenu {
    margin-top: -6px; }
  .navbar-inverse #menu-secondmenu a:hover, .navbar-inverse #menu-secondmenu a:focus, .navbar-inverse #menu-secondmenu a:active, .navbar-inverse #menu-secondmenu .active a {
    background-color: transparent !important;
    /*color: $navbar-hover-font-color;*/ }
  .navbar-inverse #menu-footerleftmenu a:hover, .navbar-inverse #menu-footerleftmenu a:focus {
    background-color: transparent !important;
    color: #fff; }

.navbar-header {
  position: relative;
  margin-left: -15px !important; }

.navbar-toggle {
  position: absolute;
  margin-right: 30px;
  margin-bottom: 0;
  right: 0;
  bottom: 15px; }

.nav-link a {
  padding: 0 10px; }

.btn-kontrast-wrapper, .btn-leichtesprache-wrapper {
  display: inline-block;
  vertical-align: top; }

.dropdown-menu {
  margin-left: 10px; }
  .dropdown-menu a {
    display: block;
    padding: 0 10px; }

.breadcrumb, .breadcrumb a {
  padding: 0px;
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff2df; }

.seprater {
  display: inline-block;
  background-image: url(./img/ifd-seprater.svg);
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  margin: 0 3px; }

.barriere-action {
  display: none;
  margin-left: 24px; }

/* SECTION
-------------------------------------------------- */
.container {
  /*    padding-right: 0px;
      padding-left: 0px; */ }

#single-pages {
  margin-top: 100px;
  margin-bottom: 40px;
  display: block; }

.sec-header p {
  text-shadow: 2px 2px 2px #000000; }

#dest-btn-down {
  height: 0px;
  margin-top: -98px;
  padding-top: 98px; }

.sec-breadcrumb .elementor-widget-container {
  padding: 20px 0 0 10px; }

.header-home-left {
  position: relative;
  background-color: #fff2df;
  background-image: url(./img/ifd-kv-dr.svg);
  background-repeat: no-repeat;
  background-position: right;
  height: 60vw; }
  .header-home-left .btnread-header-home-left {
    position: absolute;
    top: 0px; }
  .header-home-left .btn-down {
    width: 40px;
    height: 40px;
    background: #fff2df;
    background-image: url(./img/ifd-pfeil-wh.svg);
    background-repeat: no-repeat;
    border: 2px solid #fff;
    display: block;
    /*position: absolute;*/
    /*right: -20px;*/
    margin: 0 auto;
    z-index: 1;
    bottom: 20px; }
  .header-home-left .btn-down:hover {
    background: #fff;
    background-image: url(./img/ifd-pfeil.svg);
    border: 2px solid #fff2df; }

#read-header-home-left {
  font-size: 25px; }

.header-home-left.highcontrast {
  background: #000 !important; }

.header-kacheln-angebote .elementor-widget-container {
  margin: 0 10px !important; }

.box-content-bg-blue {
  background: #E1F1E8; }

.box-blue-content {
  padding: 40px 10px 40px 10px !important; }

.box-content-bg-white {
  padding: 40px 10px 40px 10px !important; }

.icon-box .elementor-widget-container {
  padding: 0 !important; }
.icon-box .elementor-image-box-title {
  color: #fff2df !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px; }
.icon-box .elementor-image-box-wrapper {
  position: relative;
  display: flex;
  align-items: center !important;
  text-align: left !important; }
.icon-box .elementor-image-box-img {
  width: 220px !important;
  padding: 30px 20px 0px; }
.icon-box .elementor-image-box-content {
  padding: 15px 15px 15px 0; }

.box-ueber-uns-content {
  border: 3px solid #C3E2D0; }

.sec-kacheln-angebote .elementor-container {
  flex-wrap: wrap; }
.sec-kacheln-angebote .box-angebote {
  /*width: 50% !important;*/
  width: 100% !important; }

.ls-block-off {
  display: none; }

.ls-action-on {
  display: block;
  font-size: 18px; }

.ls-action-off {
  display: none; }

/* ELEMENTOR
-------------------------------------------------- */
#elementor-preview-iframe header {
  display: none; }

.elementor-widget-image {
  text-align: left !important; }

/* CONTENT
-------------------------------------------------- */
.table-cont-gestaltung td {
  border: 1px solid #000055;
  text-align: center;
  padding: 4px 10px; }

.copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: none; }

.ueber-uns-box-container .elementor-widget-container {
  height: 100%;
  position: relative; }
.ueber-uns-box-container .btn-mehr {
  position: absolute;
  bottom: 10px;
  right: 20px; }

.elementor-24 .elementor-element.elementor-element-452c0c1 > .elementor-element-populated {
  padding: 10px 0 !important; }

.elementor-24 .elementor-element.elementor-element-a958e6e > .elementor-element-populated {
  padding: 10px 0 !important; }

#read-beratung-box-beratung,
#read-beratung-box-kontakt {
  height: 100%; }
  #read-beratung-box-beratung .elementor-widget-container,
  #read-beratung-box-kontakt .elementor-widget-container {
    height: 100%;
    position: relative; }
  #read-beratung-box-beratung .btn-mehr,
  #read-beratung-box-kontakt .btn-mehr {
    position: absolute;
    bottom: 0px;
    right: 0px; }

#read-ueber-uns-box-left,
#read-ueber-uns-box-right {
  height: 320px; }

/*.box-ueber-uns-content .headline-sm-box {*/
.headline-sm-box {
  color: #fff2df !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
  font-size: 16px; }

/* FOOTER
-------------------------------------------------- */
footer {
  padding: 5px 0;
  background-color: #850804;
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  color: #fff2df;
  background-image: none; }

/*.highcontrast footer {
    background-color: #000;
}*/
.footer-logo {
  margin-left: -20px;
  vertical-align: top;
  margin-top: -10px; }

.footer-below-left,
.footer-below-middle,
.footer-below-right {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  height: 90px;
  padding-top: 30px; }

.footer-below-middle,
.footer-below-right {
  display: none; }

.footer-below-middle-mob,
.footer-below-right-mob {
  display: block; }

.footer-menu-wrapper {
  padding-bottom: 30px;
  margin-top: 30px; }
  .footer-menu-wrapper .navbar-nav > li > a {
    color: #fff2df;
    font-size: 16px; }

.copyright-mob {
  margin-top: 40px;
  font-size: 14px; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  .sec-kacheln-angebote .box-angebote {
    width: 50% !important; }

  h2 {
    font-size: 32px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  .header-home-left {
    height: auto; }
    .header-home-left .btn-down {
      position: absolute;
      right: -20px;
      z-index: 1;
      bottom: 20px; }

  .elementor-24 .elementor-element.elementor-element-452c0c1 > .elementor-element-populated {
    padding: 0px 10px 0px 0px !important; }

  .elementor-24 .elementor-element.elementor-element-a958e6e > .elementor-element-populated {
    padding: 0px 0px 0px 10px !important; } }
@media (min-width: 992px) {
  .navbar-inverse {
    /*#menu-topmenu > li > a.active:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: $navbar-hover-font-color;
    }*/ }
    .navbar-inverse .navbar-collapse {
      background: none;
      position: relative; }
    .navbar-inverse .menu-topmenu-wrapper {
      position: absolute;
      right: 0;
      margin-top: 7px; }
    .navbar-inverse .menu-topmenu-container {
      display: inline-block; }
    .navbar-inverse #menu-topmenu > li {
      margin-left: 30px; }
    .navbar-inverse #menu-topmenu > li > a {
      display: inline-block;
      position: relative;
      padding-top: 10px;
      padding-bottom: 5px;
      color: #fff2df;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      font-size: 16px; }
    .navbar-inverse #menu-topmenu > li > a:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #fff2df;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .navbar-inverse #menu-topmenu > li > a:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left; }
    .navbar-inverse .menu-secondmenu-container {
      position: absolute;
      right: 0;
      top: 51px; }
    .navbar-inverse #menu-secondmenu {
      margin-top: 0; }
    .navbar-inverse #menu-secondmenu > li {
      /*margin-left: 30px;*/
      margin-left: 20px; }
    .navbar-inverse #menu-secondmenu > li > a {
      display: inline-block;
      position: relative;
      padding-top: 10px;
      padding-bottom: 8px;
      color: #fff2df;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 18px; }
    .navbar-inverse #menu-secondmenu > li > a:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #fff2df;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .navbar-inverse #menu-secondmenu > li > a:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left; }
    .navbar-inverse #menu-secondmenu > li > a.active:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #fff2df; }

  .highcontrast #menu-topmenu > li > a,
  .highcontrast #menu-secondmenu > li > a {
    color: #000 !important; }

  .barriere-action {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff2df;
    padding-top: 4px;
    margin-left: 30px;
    cursor: pointer; }
    .barriere-action .ba-icon {
      width: 30px;
      height: 30px;
      margin-top: 8px; }
    .barriere-action .ba-icon-kontrast {
      background-image: url("./img/ifd-kontrast-off.svg");
      background-size: 30px 15px;
      background-repeat: no-repeat; }
    .barriere-action .ba-icon-kontrast-on {
      background-image: url("./img/ifd-kontrast-on.svg");
      background-size: 30px 15px;
      background-repeat: no-repeat; }
    .barriere-action .ba-icon-leichtesprache {
      background-image: url("./img/ifd-leichtesprache.svg");
      background-size: 30px 30px;
      background-repeat: no-repeat;
      margin-top: 0px; }
    .barriere-action .ba-icon-leichtesprache-on {
      background-image: url("./img/ifd-leichtesprache-on.svg");
      background-size: 30px 30px;
      background-repeat: no-repeat;
      margin-top: 0px; }
    .barriere-action .ba-icon, .barriere-action .ba-txt {
      display: inline-block; }
    .barriere-action .ba-txt {
      vertical-align: top;
      padding-top: 3px; }

  .btn-kontrast-wrapper, .btn-leichtesprache-wrapper {
    display: inline-block;
    position: relative;
    height: 35px; }

  .btn-kontrast-wrapper:after {
    content: '';
    position: absolute;
    /*width: 100%;*/
    width: 97px;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    /*left: 0;*/
    left: 30px;
    background-color: #fff2df;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }

  .btn-kontrast-wrapper:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left; }

  /*    .btn-kontrast:before {
          content: '';
          position: absolute;
          width: 97px;
          height: 2px;
          bottom: 0;
          left: 30px;
          background-color: $navbar-hover-font-color;
      }*/
  .btn-leichtesprache-wrapper:after {
    content: '';
    position: absolute;
    /*width: 100%;*/
    width: 97px;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    /*left: 0;*/
    left: 30px;
    background-color: #fff2df;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }

  .btn-leichtesprache-wrapper:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left; }

  .highcontrast .ba-icon-leichtesprache {
    background-image: url("./img/ifd-leichtesprache-kontrast.svg"); }

  .highcontrast .ba-icon-leichtesprache-on {
    background-image: url("./img/ifd-leichtesprache-kontrast.svg"); }

  .highcontrast .barriere-action {
    color: #000; }

  .barriere-action:hover {
    color: #960000; }
    .barriere-action:hover .ba-icon {
      fill: #960000; }
    .barriere-action:hover .ba-icon-kontrast {
      background-image: url("./img/ifd-kontrast-off-hover.svg"); }
    .barriere-action:hover .ba-icon-kontrast-on {
      background-image: url("./img/ifd-kontrast-on-hover.svg"); }
    .barriere-action:hover .ba-icon-leichtesprache {
      background-image: url("./img/ifd-leichtesprache-hover.svg"); }
    .barriere-action:hover .ba-icon-leichtesprache-on {
      background-image: url("./img/ifd-leichtesprache-hover.svg"); }

  .footer-below-middle-mob,
  .footer-below-right-mob {
    display: none; }

  .footer-below-left,
  .footer-below-middle,
  .footer-below-right {
    display: inline-block;
    width: 33%; }

  .menu-footerleftmenu-wrapper,
  .menu-footermiddlemenu-wrapper,
  .menu-footerrightmenu-wrapper {
    display: inline-block;
    width: 33%;
    vertical-align: top; }

  /*    .menu-footerleftmenu-container,
      .menu-footermiddlemenu-container,
      .menu-footerrightmenu-container {
          display: inline-block;
          width: 33%;
          vertical-align: top;
      }*/
  #menu-footerleftmenu > li,
  #menu-footermiddlemenu > li,
  #menu-footerrightmenu > li {
    /*margin-left: 30px;*/
    float: none; }

  #menu-footerleftmenu,
  #menu-footermiddlemenu,
  #menu-footerrightmenu {
    padding-left: 0px;
    width: 100%; }

  #menu-footerleftmenu {
    margin-bottom: 30px;
    margin-top: 60px; }

  #menu-footerleftmenu > li > a,
  #menu-footermiddlemenu > li > a,
  #menu-footerrightmenu > li > a {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px; }

  #menu-footerleftmenu > li > a:after,
  #menu-footermiddlemenu > li > a:after,
  #menu-footerrightmenu > li > a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }

  #menu-footerleftmenu > li > a:hover:after,
  #menu-footermiddlemenu > li > a:hover:after,
  #menu-footerrightmenu > li > a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left; }

  footer {
    padding: 5px 0;
    background-color: #850804;
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff2df;
    /*background-image: url('./img/ifd-kv-w.svg');*/
    background-repeat: no-repeat;
    background-position: right; }

  .footer-menu-wrapper {
    margin-top: 0px; }

  .copyright {
    display: block; }

  .copyright-mob {
    display: none; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 35px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 18px; }

  .navbar-inverse #menu-secondmenu > li {
    margin-left: 30px; }

  #read-header-home-left {
    font-size: 35px; }

  .sec-kacheln-angebote .box-angebote {
    width: 25% !important; }

  .header-kacheln-angebote .elementor-widget-container {
    margin: 0 150px !important; }

  .icon-box .elementor-widget-container {
    padding: 0px 0px 20px 0px !important; }
  .icon-box .elementor-image-box-title {
    color: #fff2df !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px; }
  .icon-box .elementor-image-box-wrapper {
    position: relative;
    display: block;
    text-align: center !important; }
  .icon-box .elementor-image-box-img {
    width: auto !important;
    padding: 0px; }
  .icon-box .elementor-image-box-content {
    padding: 0; }

  .box-blue-content {
    padding: 40px 150px 40px 150px !important; }

  .box-content-bg-white {
    padding: 40px 150px 40px 150px !important; }

  .ls-action-on {
    font-size: 20px; }

  .sec-breadcrumb .elementor-widget-container {
    padding: 20px 150px 0 150px; } }
@media (min-width: 1680px) {
    /*h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 24px;
    }*/
  .container {
    width: 1600px; }

  #read-header-home-left {
    font-size: 45px; }

  .btn-red {
    padding: 10px 13px;
    height: 50px; }

  .ls-action-on {
    font-size: 24px; } }
