body {
    zoom: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Open Sans', sans-serif;
}
.wrap {
    overflow-x: hidden;
}
.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;
}
.homepage h3 {
    font-weight: 300 !important;
    font-size: 26px;
    letter-spacing: 5px;
    color: #004c66;
}
.homepage 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:#FD3C21 !important;
    font-weight: 800;
}
.homepage .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-landing-page {
    /* 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, #2b586b 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 {
    /* 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, #2b586b 57.5%, #fd3c21 44%);*/
    /*background: linear-gradient(90deg, #2b586b 57.5%, #2b586b 44%);*/
    background: linear-gradient(to right, #2a556a, #3b6a7c);
    /* 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, .header-section-landing-page h2 {
    color: #fff;
    font-weight: 100 !important;
    font-size: 26px !important;
    letter-spacing: 5px !important;
}

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

.header-left-side-cont {
    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: 800 !important;
    letter-spacing: 5px;
}
.form-cont h3 {
    color: #004c66;
    font-weight: 800 !important;
    font-size: 46px;
    letter-spacing: 0 !important;
    padding: 45px 0 15px 0;
}
.form-cont input[type='text'] {
    width: 95%;
    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;
    margin-left: 2.5%;
    -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: 35px;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 52px;
}
.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: 800 !important;
    font-size: 22px;
}
ul.search-tags {
    list-style: none;
    width: 100%;
    padding: 0;
}
ul.search-tags li {
    display: inline-block;
    padding: 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: 40px !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: 70px 0px 50px 0;
}
.so-funkt-container h2 {
    padding-bottom: 35px;
}
h3.space-title {
    font-size: 22px;
}
.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: 200px;
    padding-bottom: 30px;
}
img.step2 {
    width: 140px;
    margin-left: 100px;
    padding-bottom: 23px;
}
img.step3 {
    width: 15px;
    margin-left: 105px;
    padding-bottom: 23px;
}
.steps-row {
    max-width: 1600px;
    margin: auto !important;
}
.steps {
    max-width: 400px;
    margin: auto !important;
}
.step-mid {
    max-width: 420px;
}
.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: 0px;
}
.steps p {
    color: #000;
    font-size: 19px;
    padding-left: 0px;
}
p.step-1-width {
    /*max-width: 350px;*/
}
p.step-3-width {
    max-width: 370px;
}
.steps p span {
    color: #fd3c21;
    width: 100%;
    font-size: 18px;
    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;
}

.betroffen {
    background: #e5e3e1;
    padding: 30px 25px 40px 25px;
    position: relative;
}
div.betroffen-row {
    max-width: 1750px;
    margin: auto;
}
.betroffen h2 {
    margin: auto;
    color: #fd3c21;
    padding-bottom: 25px;
}
.betroffen h4 {
    text-align: center;
    margin: auto;
    font-weight: 800;
    color: #fd3c21;
    font-size: 26px;
}
.special-date {
    color: #004c66;
}
.betroffen h5 {
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #004c66;
    font-size: 26px;
}
.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: 26px;
    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: 30px;
    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: 30px;
    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: 30px;
    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;
}
.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: 10px;
}
.biete-section h3 {
    font-size: 17px;
}
.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;
}
#accordion,
#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: 25px !important;
}
.card-body{
    font-size: 18px;
}
.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 25px 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;
}
.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;
}
.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: 20px;
    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;
}
.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 .footer-icons li{
    padding: 10px 45px;
}
.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 Query Start *********************/

@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: 992px) {
    .header-section {/*background: #2b586b !important;*/}
    .header-section-landing-page {background: #2b586b !important;}
}

@media (max-width: 1200px) {
    p {
        line-height: 28px;
    }
      .nav-section{
        zoom:114%;
    }

  .footer, .last-footer{
    zoom:115%;
  }
    .header-section {/*background: #2b586b !important;zoom:75%;*/}
    .homepage .header-section{/*zoom:100%;*/}
    .header-section-landing-page {background: #2b586b !important;}
    .tel{margin-left: 35px;}
    .email{margin-left: 60px;}
    h2{font-size: 55px !important;}
    h3{font-size: 29px !important;}
    .form-cont{zoom:50%;}
    .special-nav{color:#FD3C21 !important;}
    #navbarSupportedContent{padding-top: 35px;}
    #navbarSupportedContent a{font-size: 25px;}
    .header-left-side-cont h1{font-size: 52px !important;}
    .biete-section h3{text-align: center;}
    .hide-mob{display: none !important;}
    .desktop-hide{display: block;}
    .form-cont h4{font-size: 18px;}
    .form-cont h3{font-size: 23px !important;padding-top: 15px;}
    .form-cont input[type='text']{font-size: 24px;}
    ul.search-tags li{width: 30%;}
    ul.search-tags li a{font-size: 25px;}
    .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;}
    .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: 28px;}
    .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: 28px;}
    .steps h5 {text-align: center;font-size: 30px;}
    .betroffen .row > div {padding-bottom: 31px;}
    .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: 30px !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 p{font-size: 28px;line-height: 40px;}
    .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;}
    .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;}
    .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;}
    .address{
  padding:20px 0;
}
.footer .btn-danger{
  margin: auto;
  margin-bottom: 35px;
}
}

/*@media (max-width: 700px){}*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .form-cont {zoom: 100%;}
    .form-cont h4 {font-size: 25px;}
    .form-cont h3 {font-size: 48px !important;}
    .form-cont input[type='text'] {font-size: 27px;}
    .form-cont h5 {font-size: 25px;}
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .navbar {padding: 0px !important;}
    .nav-img {width: 134px;}
    .navbar-light .navbar-toggler {font-size: 13px;padding-top: 5px;}
    .navbar-toggler {padding: 6px 5px 0 0 !important;}
    .header-left-side-cont .title-cont {padding-top: 60px;}
    .header-section {margin-top: -10px;}
    .header-section h2, .header-section-landing-page h2 {font-size: 14px !important;}
    .header-left-side-cont h1 {font-size: 42px !important;}
    .header-left-side-cont h1 {margin-bottom: 50px;}
    .form-cont {width: 95%;}
    .form-cont h3 {font-size: 45px !important;padding-top: 40px;}
    .form-cont h4 {font-size: 30px;letter-spacing: 7px;}
    .form-cont h5 {font-size: 25px;}
    .header-section-landing-page h1 {font-size: 25px !important;}
    h3.space-title {font-size: 15px !important;letter-spacing: 2px;padding-left: 0px;}
    .so-funkt-container h2 {font-size: 30px !important;padding-left: 0px;}
    .so-funkt-container {padding: 50px 0px 50px 0;}
    img.step1, img.step2 {width: 130px;margin-top: 15px;}
    img.step3 {margin-top: 15px;}
    .steps span {font-size: 20px;width: 15px;}
    .steps h4 {font-size: 20px !important;padding-top: 0;line-height: 30px;}
    .steps h5 {font-size: 15px;}
    .steps p {font-size: 15px;}
    .steps p span {font-size: 15px;}
    .title-cont h2 {font-size: 15px !important; }
    .betroffen h2 {font-size: 30px !important;}
    .betroffen h4 {font-size: 13px;}
    .betroffen h5 {font-size: 13px;}
    .card-header h5 button {font-size: 18px !important;}
    .fa-minus, .fa-plus {font-size: 18px !important;}
    i.fa {font-size: 18px !important;}
    .card-body {font-size: 16px !important;padding: 5px !important;}
    .toggle-justify {margin-top: 0px;}
    .toggle-justify a {height: 55px;}
    div.jeder-txt h2 {font-size: 23px !important;}
    .red-square{padding: 30px 35px;}
    .red-square p {font-size: 15px;line-height: 20px;}
    .red-square h2{ font-size: 20px !important;;}
    .red-square h6{ font-size: 10px;}
    .footer {padding: 20px 0 0 0;}
    .footer p {font-size: 12px;line-height: 18px;}
    .footer .erreichst {width: 130px;}
    .footer button {margin: 25px auto;font-size: 14px;} 
    .footer-contact{padding-left: 5px !important;}
    .bot-logo {width: 175px;margin-bottom: 50px;}
    .bot-dark-bg ul{margin: 0px;padding: 5px 0 5px 0;}
    .bot-dark-bg ul li {font-size: 12px;padding: 10px 10px 0px 10px;}
    /*.footer-social{}*/
    .bot-dark-bg ul .footer-icons li{padding: 0px 22px;}
    .footer-icons.d-inline{padding-bottom: 10px;}
    .bot-dark-bg .icons {width: 13px;}
    .bot-dark-bg a span img {margin: 0px;}
    #navbarSupportedContent {padding: 18px 0px 0px 0px;margin-left: 0px;line-height: 1.0;}
    #navbarSupportedContent a {font-size: 11px;padding-top: 15px;}
    .accordion-container h3 {font-size: 15px !important;letter-spacing: 3px;}
    .accordion-container h2 {font-size: 30px !important;}
    .biete-section h3, .jeder-cont h3, .red-square h3 {font-size: 15px !important;letter-spacing: 4px;}
    .biete-section h2 {font-size: 30px !important;letter-spacing:2px;margin-bottom:0px;padding-top:0px;}
    .blick-section{padding: 40px 25px 50px 25px;}
    .nav-link {padding: 0.4rem 0.4rem !important;}
    .icons{width: 10px;}
    .tel{margin-left: 15px;}
    .email{margin-left: 25px;}
    .footer .btn-danger {padding: 3px 22px;}
    .footer button{font-size: 13px;margin: 13px auto;}
    .footer-addr{padding-bottom: 15px;}
    .text-center li{padding-top: 5px;}
      .footer-contact{
    text-align: left !important;
    padding-left: 35px !important;
  }
  .bot-logo {
    width: 185px;
    margin-bottom: 20px;
}
}

/*@media screen and (min-width: 320px) and (max-width: 359px) {}*/