body {
  zoom: 70%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: 'Open Sans', sans-serif;
}
.nav-container {
  /* background: linear-gradient(90deg, #2b586b 58.31%, #fd3c21 44%); */
  background-color: transparent;
}

.nav-container button:focus {
  outline: none !important;
}

.navbar-light .navbar-toggler {
  border: none;
  font-size: 30px;
  padding-top: 11px;
}
.nav-container i {
  color: white;
  cursor: pointer;
}
.nav-img{
  width: 299px;
  max-width: 100%;
}
.always-active {
        border: 2px solid#fd3c21;
        border-radius: 20px;
      }

      .nav-link:hover {
        border-bottom: 1px solid white;
        color: white;
      }
      .always-active:hover {
        background-color: #fd3c21;
        border-bottom: 0px;
        border: 2px solid#fd3c21;
        border-radius: 20px;
      }
      .always-active .nav-link:hover {
        border-bottom: 0px;
      }
      .always-active a.active{
        border-bottom: 0px !important;
      }
h3 {
  font-weight: 300 !important;
  font-size: 26px;
  letter-spacing: 5px;
  color: #004c66;
}
h2 {
  font-weight: 800 !important;
  font-size: 42px !important;
  letter-spacing: 0 !important;
  color: #004c66;
}
.logo-container img {
  /*max-width: 100%;*/
  width: 300px;
  margin-left: 30px;
}
.nav-bar {
  height: 70px;
  position: absolute;
  z-index: 10;
  padding: 25px 25px;
}
.nav-bar li {
  list-style: none;
  padding: 0;
}
.navbar {
  align-items: flex-start !important;
}
.nav-link {
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  padding: 0.5rem 1.2rem !important;
}
.special-nav {
  color: rgb(82, 86, 89) !important;
  font-weight: 800;
}
.nav-link:hover {
  border-bottom: 1px solid white;
  color: white;
}

.topnav .icon {
  display: none;
  color: white;
  font-size: 30px;
}

.header-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a6673+0,3a6673+39,1a4454+99 */
  /*background: #3a6673; /* Old browsers */
  /*background: -moz-radial-gradient(center, ellipse cover,  #5c748f 0%, #5c748f 19%, #214556 99%); /* FF3.6-15 */
  /*background: -webkit-radial-gradient(center, ellipse cover,  #5c748f 0%,#5c748f 19%,#214556 99%); /* Chrome10-25,Safari5.1-6 */
  /*background: radial-gradient(ellipse at center,  #5c748f 0%,#5c748f 19%,#214556 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6673', endColorstr='#1a4454',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  /* background-image: url(../img/bg1.jpg); */
  background: linear-gradient(90deg, #004C66 57.5%, #fd3c21 44%);
  /* background-size: contain; */
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.header-section h2 {
  color: #fff;
  font-weight: 100 !important;
  font-size: 26px !important;
  letter-spacing: 5px !important;
}

.header-section h1 {
  color: #fff;
  font-weight: 800 !important;
  font-size: 43px !important;
}

.header-left-side-cont {
  /*background: -moz-linear-gradient(left, #1a4454 0%, #3a6673 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left, #1a4454 0%,#3a6673 100%); /* Chrome10-25,Safari5.1-6 */
  /*ackground: linear-gradient(to right, #1a4454 0%,#3a6673 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  padding-left: 0 !important;
}
.header-left-side-cont .title-cont {
  margin: auto;
  padding-top: 100px;
}
.header-left-side-cont h1 {
  font-size: 86px !important;
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
}
.header-left-side-cont h2 {
  font-weight: 500 !important;
}
.form-cont {
  width: 90%;
  background: #fff;
  margin: auto;
  margin-top: 50px;
  padding: 55px 25px 15px 25px;
  max-width: 1129px;
}
.form-cont h4 {
color: #fd3c21;
    font-weight: 600 !important;
    letter-spacing: 6px;
    margin-top: -20px;
    /* margin-bottom: 15px; */
    font-size: 18px;
}
.form-cont h3 {
    color: #004c66;
    font-weight: 800 !important;
    font-size: 42px;
    letter-spacing: 2px !important;
    padding: 35px 0 15px 0;
    line-height: 48px;
}
.form-cont input[type='text'] {
  width: 98%;
  padding-right: 150px;
  height: 95px;
  border: #d6d4d2 solid 1px;
  border-radius: 55px;
  color: #97a5b2;
  font-size: 20px;
  font-weight: 400;
  padding-left: 45px;
  outline: none;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s all ease-in-out;
}
.form-cont input[type='text']:hover,
.form-cont input[type='text']:focus {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.form-cont button[type='submit'] {
  width: 170px;
  margin-left: -185px;
  height: 70px;
  background: #fd3c21;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 35px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.2s all ease-in-out;
  position: relative;
    padding-right: 20px;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 50px;
}
.form-cont button[type='submit']:hover {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.form-cont button[type='submit'] span {
  font-size: 36px;
  font-weight: 800;
  position: absolute;
  top: 10px;
  right: 25px;
}
.form-cont h5 {
  margin-top: 50px;
  color: #004c66;
  font-weight: 700 !important;
  font-size: 20px;
}
ul.search-tags {
  list-style: none;
  width: 100%;
  padding: 0;
}
ul.search-tags li {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #d6d4d2;
  border-radius: 15px;
  margin: 5px 5px;
  width: 22%;
  min-width: 200px;
}
ul.search-tags li a {
  color: #97a5b2;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
ul.search-tags li a:hover {
  color: #fd3c21;
  text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}
.header-right-side-cont {
  background: #fd3c21;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: center;
  -ms-flex-align: top;
  align-items: center;
  margin-bottom: 0 !important;
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}
.video-container {
  width: 100%;
  max-width: 60%;
  padding-bottom: 50px;
  margin: auto;
  margin-top: 0px;
  position: relative;
}
.video-container:after {
  content: '';
  position: absolute;
  width: 432px;
  height: 919px;
  max-height: 100%;
  left: 0px;
  top: -21px;
  background-image: url(../img/frame1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/*.header-right-side-cont video {
  width: 100%;
  max-width: 80%;
  margin-top: 0px;
  margin-right: 40px;
  object-fit: fill;
  border-radius: 25px;
}*/
div.video{
  max-width: 85%;
  margin: auto;
}
div.video .carousel-item{
  margin-top: 0;
}
div.video .carousel-item img{
  border-radius: 25px;
}
.header-right-cont {
  max-width: 720px;
  margin: auto;
}
.so-funkt-container {
  padding: 120px 0px 130px 0;
}
.so-funkt-container h2 {
      padding-bottom: 75px;
    letter-spacing: 8px !important;
    margin-left: 80px;
    font-size: 46px !important;
}
h3.space-title {
  font-size: 20px;
}
.so-funkt-container .space-title span {
  color: #fd3c21;
  font-weight: 600;
}
.so-funkt-container img {
  max-width: 100%;
  display: block;
  margin-left: 45px;
  margin-top: 35px;
}
img.step1 {
  width: 300px;
  padding-bottom: 20px;
  padding-left: 100px;
}
img.step2 {
  width: 140px;
  margin-left: 200px;
  padding-bottom: 23px;
}
img.step3 {
  width: 15px;
  margin-left: 205px;
  padding-bottom: 23px;
}
.steps-row {
  max-width: 1890px;
  margin: auto !important;
}
.steps {
  max-width: 600px;
  margin: auto !important;
}
.step-mid {
  max-width: 100%;
}
.step-3{
  margin-left: 50px !important;
}
.steps span {
  font-weight: 800;
  font-size: 62px;
  display: inline-block;
  width: 50px;
  color: #004c66;
}
.steps h4 {
  display: inline-block;
  width: calc(100% - 150px);
  padding-left: 10px;
  font-weight: 800;
  color: #004c66;
}
.steps h5 {
  color: #fd3c21;
  font-weight: 600;
  font-size: 20px;
  padding-left: 65px;
  letter-spacing: 2px;
}
.steps p {
  color: #000;
  font-size: 21px;
  padding-left: 65px;
}
p.step-1-width {
  max-width: 450px;
}
p.step-2-width{
  max-width: 490px;
}
p.step-3-width {
  max-width: 400px;
}
.steps p span {
  color: #fd3c21;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  display: inline;
}

.carousel-item.active:hover,
.carousel-indicators.active:hover {
  background-color: inherit;
}

.carousel-item.active,
.carousel-item.active:hover,
.carousel-indicators > .active,
.carousel-indicators > .active:hover {
  border-color: transparent;
}

.news-item:hover{
  cursor: pointer;
}
.betroffen {
  background: #e5e3e1;
  padding: 40px 25px 40px 25px;
  position: relative;
}
div.betroffen-row {
  max-width: 1750px;
  margin: auto;
}
.betroffen h2 {
  margin: auto;
  color: #fd3c21;
  padding-bottom: 25px;
  font-size: 40px !important;
  letter-spacing: 4px !important;
  padding-bottom: 20px !important;
}
.betroffen h4 {
  text-align: center;
  margin: auto;
  font-weight: 800;
  color: #fd3c21;
  font-size: 26px;
}
.betroffen h4 span.special-date {
  color: #004c66;
  font-size: 20px;
  font-weight: 700 !important;
  display: block;
  margin-bottom: -20px;
  text-transform: uppercase;
}
.betroffen h5 {
  text-align: center;
  margin: auto;
  font-weight: 600;
  color: #004c66;
  font-size: 20px;
  padding-top: 4px;
}
.red-slash {
  color: #004c66;
}
.question-mark {
  color: #004c66;
}

.carousel-item {
  margin: 50px 0;
}

.three-squares:before {
  content: '';
  position: absolute;
  display: block;
  width: 92px;
  height: 15px;
  background-image: url(../img/3-dots.png);
  background-size: cover;
  top: 36px;
  left: -41px;
}
.three-squares:after {
  content: '';
  position: absolute;
  display: block;
  width: 92px;
  height: 15px;
  background-image: url(../img/3-dots.png);
  background-size: cover;
  top: 36px;
  right: -38px;
}

.three-squares-icon {
  display: block;
  background-image: url(../img/3-dots.png);
  background-size: cover;
}

.two-squares:before {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 15px;
  background-image: url(../img/2-dots.png);
  background-size: cover;
  top: 36px;
  left: -10px;
}
.two-squares-right:after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 15px;
  background-image: url(../img/2-dots.png);
  background-size: cover;
  top: 36px;
  right: 10px;
}

.blick-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004C66+0,004C66+80,172735+100 */
  background: #004c66; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #004c66 0%,
    #004c66 85%,
    #172735 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #004c66 0%,
    #004c66 85%,
    #172735 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #004c66 0%,
    #004c66 85%,
    #172735 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004C66', endColorstr='#172735',GradientType=0 ); /* IE6-9 */

  padding: 70px 25px 50px 25px;
}
.blick {
  max-width: 1500px;
  margin: auto !important;
}
.padding-blick{
  padding-bottom: 10px;
  display: block;
}
.section-img {
  width: 700px;
  max-width: 100%;
}
.accord-img-container {
  background-image: url(../img/bieten-img1.jpg);
  background-size: cover;
  height: 100%;
  padding-top: 50%;
  display: flex-start;
  margin: 0 100px 0 -50px;
  background-position: left center;
  padding-left: 0;
}
.blick h3,
.biete-section h3 {
  font-size: 20px;
  padding-bottom: 0px;
}
.biete-section h3 {
  font-size: 17px;
  font-weight: 400 !important;
}
.fa-minus,
.fa-plus {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 18px !important;
}

/*.btn-link > .fa-plus {
  display: none;
}
.btn-link.collapsed > .fa-plus {
  display: block;
}*/
.btn-link:hover, .btn-link:focus, .btn-link:active{
  text-decoration: none !important;
}
.blick h3,
.blick h2 {
  color: #fff;
}
.blick h2, .biete-section h2{
  font-size: 44px;
  letter-spacing: 2px !important;
}
.blick h3{
  font-size: 17px;
}
#accordion1,
#accordion2 {
  padding-top: 50px;
}
.card {
  background: none !important;
  border: none !important;
}
.card-header {
  border: none !important;
  background: none !important;
  border-top: 1px solid white !important;
  padding-left: 0 !important;
}
.biete-section .card-header {
  border: none !important;
  background: none !important;
  border-top: 1px solid #004c66 !important;
  padding-left: 0 !important;
}
.card-header h5 button {
  font-size: 22px !important;
  font-weight: 600 !important;
}
.card-body{
  font-size: 22px;
}
.btn-link {
  color: #fff !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 800 !important;
  font-size: 26px !important;
  outline: none !important;
  text-align: left !important;
}
.btn-link:focus,
.btn-link:active,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.card-body {
  color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.toggle-justify {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.toggle-justify a {
  color: #fd3c21;
  border: 3px #fff solid;
  border-radius: 20px;
  padding: 12px 20px 40px 20px;
  margin-top: 25px;
  height: 52px;
  margin-bottom: 10px;
}
.toggle-justify a:hover {
  color: #fff;
}
.toggle-justify img {
  width: 75px;
  max-width: 100%;
  padding-top: 15px;
}

.biete-section {
  background: #e5e3e1;
  padding: 70px 25px 50px 25px;
}
.biete-section h2 {
  margin-bottom: 20px;
  font-size: 44px;
}
.biete-cont {
  max-width: 1500px;
  margin: auto !important;
}
.biete-faq-cont {
  padding-right: 80px !important;
}
.biete-cont .section-img {
  float: left;
  margin-left: 0px;
}
.biete-cont div.girl-img {
  /*background-image: url(../img/girl-img1.jpg);
  background-size: 110%;
  margin-left: 60px;
  margin-right: -60px;
  background-repeat: no-repeat;*/
}

.biete-cont .btn-link {
    color: #004c66 !important;
    font-size: 30px !important;
    letter-spacing: 3px;
    font-weight: 700 !important;
}
.biete-cont .card-body {
  color: #000 !important;
}
.biete-cont .toggle-justify a {
  color: #fd3c21;
  border: 3px #004c66 solid;
}
div.no-border {
  border-top: none !important;
}
.biete-section div.card-header.no-border {
  border-top: none !important;
}
.fur-jeder {
  padding: 50px 25px;
}
.jeder-cont {
  max-width: 1500px;
  margin: auto !important;
}
.jeder-cont h3 {
  font-size: 21px;
  padding-bottom: 15px;
  padding-top: 50px;
}
div.jeder-txt {
  padding-left: 35px !important;
}
div.jeder-txt h2 {
  font-size: 41px !important;
}
.fur-jeder img {
  width: 95%;
  max-width: 100%;
}
.laptop-section {
  padding: 100px 25px;
  background: #e5e3e1;
}
.laptop-cont {
  max-width: 1500px;
  margin: auto !important;
}
.laptop-section .laptop {
  width: 1000px;
  max-width: 100%;
  margin-right: 100px;
}
.red-square-cont {
  padding-left: 50px !important;
}
.red-square {
  background: #fd3c21;
  padding: 65px 55px;
  max-width: 700px;
  margin: auto;
}
.red-square h3,
.red-square h2,
.red-square h6,
.red-square p {
  color: #fff;
}
.red-square h3 {
  font-size: 20px;
  text-align: center;
}
.red-square h2 {
  font-size: 38px !important;
  margin-top: 20px;
}
.red-square p {
  margin: 10px 0 30px 0;
  line-height: 30px;
  font-weight: 300;
  font-size: 19px;
}
.red-square h6 {
  font-weight: 800;
  font-size: 18px;
}
.apple,
.google {
  width: 150px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: 10px;
}
.footer {
  padding: 50px 25px;
  background: #004c66;
}
.footer-cont {
  max-width: 1400px;
  margin: auto !important;
}
.footer-red_color {
  color: #fd3c21;
}
.footer .erreichst {
  width: 200px;
  max-width: 100%;
}
.bot-logo {
  width: 430px;
  max-width: 100%;
  margin-bottom: 0px;
}
.footer p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
}
.footer .btn-danger {
  background-color: #fd3c21;
  border-radius: 30px;
  padding: 10px 70px;
  margin-left: 220px;
}
.bot-dark-bg {
  background: #17354a;
}
.bot-dark-bg ul {
  list-style: none;
  margin-top: 25px;
}
.bot-dark-bg ul li {
  display: inline;
  padding: 10px 25px;
  color: #fff;
}
.bot-dark-bg ul li a {
  color: #fff;
}
.icons {
  width: 17px;
  fill: #fff;
}
.bot-dark-bg a span img {
  margin-bottom: 2px;
  margin-right: 5px;
}
.jeder-txt {
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: 0 0 22.666667% !important;
  max-width: 22.666667% !important;
}
.jeder-img {
  margin-right: -15px !important;
  padding-right: 0 !important;
  flex: 0 0 77.333333% !important;
  max-width: 77.333333% !important;
}
.collapsing {
  -webkit-transition-delay: 0s !important;
}
.desktop-hide{
  display: none;
}
.tel{
  margin-left: 25px;
}
.email{
  margin-left: 40px;
}
@media screen and (max-width: 1686px) and (min-width: 1200px) {
  .nav-container .nav-img {
    width: 150px !important;
  }
  .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .header-section {
    background: #2b586b !important;
  }
}
@media (max-width: 992px) {
  .header-section {
    background: #2b586b !important;
  }
}

@media (max-width: 1200px) {
  body{
    zoom:100%;
  }
  .cookieDialog{
    zoom:210% !important;
  }
  h2{
    font-size: 55px !important;
  }
  h3{
    font-size: 29px !important;
  }
  .special-nav{
    color:#FD3C21 !important;
  }

  #navbarSupportedContent{
    padding-top: 35px;
  }
  #navbarSupportedContent a{
    font-size: 25px;
  }
  .biete-section h3{
    text-align: center;
  }
  .hide-mob{
    display: none !important;
  }
  .desktop-hide{
    display: block;
  }
  .header-left-side-cont .title-cont{
    padding-top: 200px;
  }
  .form-cont h4{
    font-size: 24px;
    letter-spacing: 3px;
  }
  .form-cont h3{
    font-size: 38px !important;
  }
  .form-cont h5{
    font-size: 26px;
    font-weight: 700 !important;
    margin-top: 80px;
  }
  .form-cont input[type='text']{
    font-size: 24px;
    height: 115px;
    /*border:2px solid #004C66;*/
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4)
  }
  .form-cont button[type='submit']{
    line-height: 72px;
    height: 90px;
    border-radius: 45px;
  }
  ul.search-tags li{
    width: 30%;
  }
  ul.search-tags li a{
    font-size: 25px;
  }
  .step-3{
    margin-left: 0 !important;
  }
  .so-funkt-container .col-sm-4 {
    max-width: 90%;
  }
  p.step-1-width {
    max-width: 100%;
  }
  p.step-3-width {
    max-width: 100%;
  }
  .steps {
    max-width: 900px;
  }
  p.step-2-width{
  max-width: 100%;
}
  .laptop-section .laptop {
    margin: auto;
    display: block;
    margin-bottom: 50px;
  }
  .topnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .topnav ul {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav .responsive ul li {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right-side-cont {
    padding-top: 88px !important;
  }
  h3.space-title {
    font-size: 28px!important;
    padding-top: 0px;
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding-left: 35px;
}
  .so-funkt-container h2{
    font-size: 60px !important;
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding-left: 35px;
    padding-bottom: 25px;
  }
  .steps {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .steps-row {
    flex-direction: column;
    align-items: center;
  }
  .steps-row-responsive {
    display: flex;
    justify-content: center;
  }
  .steps h4 {
    display: inline;
    font-size: 40px !important;
    align-self: center;
    padding-top: 10px;
    width: inherit;
    display: block;
    padding-left: 15px;
    line-height: 40px;
  }
  .special-h4 {
    width: auto;
  }

  .steps span {
    font-weight: 800;
    font-size: 56px;
    display: inline-block;
    width: 50px;
    color: #004c66;
  }
  .steps p span{
    font-size: 33px;
  }
  .so-funkt-container img {
    margin-left: 0;
  }
  img.step1 {
    width: 236px;
    padding-bottom: 23px;
    margin: auto;
    margin-top: 65px;
  }
  img.step2 {
    width: 220px;
    margin: auto;
    padding-bottom: 23px;
    margin-top: 65px;
  }
  img.step3 {
    width: 15px;
    margin: auto;
    padding-bottom: 23px;
    margin-top: 65px;
  }
  .steps p {
    text-align: left;
    font-size: 33px;
  }
  .steps h5 {
    text-align: center;
    font-size: 30px;
  }
  .betroffen .row > div {
    padding-bottom: 31px;
  }
  .betroffen h4{
    font-size: 36px;
  }
  .betroffen h5{
    font-size: 32px;
  }
  .dotts:after {
    content: '';
    position: absolute;
    display: block;
    width: 92px;
    height: 15px;
    background-image: url(../img/3-dots.png);
    background-size: cover;
    top: 71px;
    left: 45%;
  }
  /* .three-squares:after {
    width: 0px;
  } */
  .three-squares:before {
    width: 0px;
  }
  .two-squares:before {
    width: 0px;
  }
  .two-squares:after {
    width: 0px;
  }
  .accordion{
    width: 100%;
  }
  #accordion1{
    padding-top: 50px;
  }
  i.fa{
    font-size: 1.1em !important;
  }
  .card-header h5 button{
    font-size: 36px !important;
  }
  .accord-img-container {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
    padding-top: 100%;
  }
  .accordion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card-body{
    font-size: 33px !important;
  }
  .toggle-justify a{
    height: 76px;
  }
  .biete-section {
    padding: 30px 25px 50px 25px;
  }
  .biete-cont .row {
    flex-direction: column-reverse;
  }
  .biete-cont .section-img {
    width: 100%;
  }
  .biete-faq-cont {
    padding-right: 15px !important;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fur-jeder {
    padding: 50px 0px;
  }
  .jeder-img {
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .fur-jeder img {
    width: 100%;
    max-width: 100%;
  }
  div.jeder-txt {
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  .red-square{
    max-width: 100%;
  }
  .red-square p{
    font-size: 33px;
    line-height: 42px;
  }
  .red-square h6{
    font-size: 36px;
  }
  .bot-light-bg {
    flex-direction: column;
    align-items: center;
  }
  .bot-light-bg .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .footer p {
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 28px;
    line-height: 42px;
    color: #fff !important;
    text-decoration: none !important;
  }
  .footer button{
    font-size: 28px;
  }
  .bot-dark-bg ul {
    list-style: none;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
  }
  .footer button {
    margin: 35px auto;
  }
  .footer .erreichst{
    width: 300px;
  }
  .bot-dark-bg ul li{
    font-size: 28px;
  }
  .bot-dark-bg .icons{
    width: 30px;
    padding: 
  }
  .bot-dark-bg span{
    padding-right: 10px;
  }
  .two-squares:before,
  .two-squares-right:after,
  .dotts:after {
    display: none;
  }
  .footer-contact{
    text-align: left !important;
    padding-left: 65px !important;
  }
  .bot-dark-bg ul .footer-icons li {
    font-size: 28px;
    padding: 10px 50px;
}
.tel{
  margin-left: 37px;
}
.email{
  margin-left: 60px;
}
.address{
  padding:20px 0;
}
.bot-logo {
  margin-bottom: 35px;
}
.footer .btn-danger{
  margin: auto;
}
}
