html {
    overflow-x: hidden;
}
section {
    padding: 25px 0;
}
body {
    overflow: hidden;
}
/* ------------------------------------header-top------------------------------------------ */
.header {
    padding: 9px 0;
}
.header .header-info > ul {
    display: flex;
}
.header .header-info {
    line-height: 1;
}
.header .header-info > ul > li {
    margin-right: 20px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
}
.header .header-info > ul > li a {
    text-decoration: none;
    cursor: pointer;
    color: #7e7e7e;
}
/* ------------------------------------header-top--reight------------------------------------------ */
.navbar-nav {
    align-items: center;
}
.header .header-info-right > ul {
    display: flex;
}
.header .header-info-right {
    line-height: 1;
    padding-left: 210px;
    float: left;
}
.header-info-right.social-icon h6 {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.header-info-right .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.header-info-right .social-icon a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #008ecc;
    border-radius: 30px;
    line-height: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-info .social-icon a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-top: -2px;
}
.header-info .social-icon a img {
    max-width: 16px;
}
/* --------- */
.header .text-brand {
    color: #008ecc !important;
}
.header ul {
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 0;
}
.header .header-info > ul > li:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #dee2de;
}
.header .header-info .line:before {
    content: unset;
    position: unset;
}
.header .header-info .language-dropdown {
    position: absolute;
    left: 0;
    z-index: 2;
    min-width: 70px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    border: 1px solid #ececec;
}
.header .header-info > ul > li:hover > ul.language-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    top: 25px;
}
.header .header-info > ul > li > ul li a {
    display: block;
    padding: 5px;
}
.header .col-xl-3 .language-dropdown a {
    color: #444444;
}
.header .header-info > ul > li > ul li a img {
    max-width: 15px;
    display: inline-block;
    margin-right: 5px;
}
.header .header-info > ul > li:hover > a {
    color: #0e0e0e;
}
.header .flex-home {
    display: flex;
    justify-content: space-between;
}
.header {
    border: 1px solid;
    border-right: none;
    border-left: none;
    border-top: none;
    border-color: #e5e5e5;
}
/* --------------------------------header-bottom------------------------------*/
.fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
    left: 0;
    /* padding-left: 300px; */
}
.header-bottom {
    position: relative;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ececec;
}
.header-bottom .navbar .main-categori-wrap > a {
    color: #fff;
    line-height: 2.5;
    background: #3b5998;
    padding: 0 30px;
}
.header-bottom .navbar .main-categori-wrap > a.navbar-brand {
    border-radius: 5px;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 600;
}
.header-bottom .navbar .main-categori-wrap .navbar-brand {
    display: flex;
}
.main-categori-wrap {
    position: relative;
}
.main-categori-wrap > a span {
    margin-right: 7px;
}
.header-bottom .nav-link .fa-angle-down {
    font-size: 12px;
}
.header-bottom .navbar .navbar-nav .nav-item {
    padding: 0 15px;
}
.main-categori-wrap .fa-th-large {
    margin-top: 13px;
    margin-right: 5px;
}
.main-categori-wrap .fa-angle-down {
    margin-top: 14px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.header-bottom .nav-flex {
    flex-grow: 0;
}
.hotline .big-font {
    color: #008ecc;
    font-size: 23px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-top: 15px;
}
.navbar-light .navbar-toggler:focus {
    outline: none;
}
.hotline .big-font span {
    font-weight: 500;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #7e7e7e;
    display: block;
    letter-spacing: 0.9px;
}
.header-bottom .collapse .nav-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #172631;
    padding: 0;
}
.header-bottom .collapse .active .nav-link {
    color: #008ecc;
}
.header-bottom .collapse .nav-item .nav-link:hover {
    color: #008ecc;
}
.header-bottom .collapse {
    margin-right: 50px;
}
.hotline {
    margin-left: auto;
}
.hotline:hover {
    text-decoration: none;
}
.header-bottom .hotline img {
    margin-right: 10px;
}
.header-bottom .main-categori-wrap .categori-dropdown-inner {
    min-width: 345px;
}
.main-categori-wrap .open .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-bottom .categories-dropdown-active-large .open {
    opacity: 1;
    visibility: visible;
}
.header-bottom .categories-dropdown-active-large {
    top: 100%;
    -webkit-box-shadow: 5px 5px 15px rgba(255, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(255, 96, 96, 0.05);
}
.header-bottom .categories-dropdown-wrap ul {
    padding: 0;
    margin-bottom: 0;
}
.header-bottom .categories-dropdown-wrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: 1.5;
    color: #dc4e1b;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}
.header-bottom .categories-dropdown-wrap ul li a:hover {
    color: #ff0000;
    background-color: transparent;
}
.header-bottom .categories-dropdown-wrap ul li a img {
    max-width: 25px;
    margin-right: 15px;
}
.header-bottom .categories-dropdown-wrap ul.end li {
    margin-right: 0;
}
.header-bottom .collapse .navbar-nav .nav-item {
    display: inline-block;
    position: relative;
}
.nav-item i {
    vertical-align: middle;
}
.nav-link {
    padding-left: 0;
}
.header-bottom .collapse .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.header-bottom .collapse .navbar-nav .nav-item .sub-menu li {
    line-height: 1;
    display: block;
    margin-bottom: 18px;
    position: relative;
    list-style-type: none;
}
.header-bottom .collapse .navbar-nav .nav-item .sub-menu li:last-child {
    margin-bottom: 0;
}
.header-bottom .collapse .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    min-width: 215px;
    padding: 25px 15px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}
.header-bottom .collapse .navbar-nav .nav-item .sub-menu li a {
    font-size: 13px;
    color: #7e7e7e;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
}
.header-bottom .categories-dropdown-wrap .more_categories span.icon {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 30px;
    margin-right: 5px;
}
.header .header-info > ul > li > ul li a img {
    max-width: 15px;
    display: inline-block;
    margin-right: 5px;
}
/* --------------------------------regular-slider------------------------------*/
.regular {
    margin-top: 20px;
    overflow-x: hidden;
}
.regular .img-slider1 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.regular .cd-content {
    position: absolute;
    bottom: 20%;
    left: 20%;
}
.regular h3 {
    font-size: 70px;
    font-weight: 600;
    color: #253d4e;
    font-family: "Quicksand", sans-serif;
    /* font-family: "Lato", sans-serif; */
    font-size: 50px;
    text-align: left;
    margin-top: 120px;
    margin-left: 280px;
}
.regular img {
    max-width: 100%;
    border-radius: 15px;
    border-color: #20aae1;
    margin: auto;
}
/* <!-------------------------------- About us Section------------------------------- */
.story-section .container {
    padding-bottom: 50px;
    padding-top: 0;
}
.story-section .story_section_main {
    display: flex;
    justify-content: space-between;
}
.story-section .story_section_img {
    align-items: center;
    display: flex;
    justify-content: center;
}
.story_section_img img {
    height: 500px;
}

.story-section .story_section_img1 {
    align-items: center;
    display: flex;
    justify-content: left;
}
.story_section_img1 img {
    height: 100px;
}

.story-section .story_section_img2 {
    align-items: center;
    display: flex;
    justify-content: left;
}
.story_section_img2 img {
    height: 50px;
}

.story-section .story_section_img3 {
    align-items: center;
    display: flex;
    justify-content: center;
}
.story_section_img3 img {
    height: 50px;
}

.story-section .story_section_img4 {
    align-items: center;
    display: flex;
    justify-content: left;
}
.story_section_img4 img {
    height: 50px;
}

.story-section .story_section_img5 {
    align-items: center;
    display: flex;
    justify-content: right;
}
.story_section_img5 img {
    height: 100px;
}

.story-section .story_section_img6 {
    align-items: center;
    display: flex;
    justify-content: center;
}
.story_section_img6 img {
    height: 50px;
}

.story-section .story_section_img7 {
    align-items: center;
    display: flex;
    justify-content: left;
}
.story_section_img7 img {
    height: 80px;
}

#story-section .story_section_inner_text {
    margin-bottom: 30px;
}

.story_section_inner_text h2 {
    font-family: "Quicksand", sans-serif;
    color: #008ecc;
    font-size: 30px;
    margin-bottom: 15px;
}
.story_section_inner_text h4 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: #495057;
}
.story-section .story_section_inner_text p {
    color: #495057;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    text-align: justify;
}

#story-section .story_section_inner_text1 {
    margin-bottom: 30px;
}

.story_section_inner_text1 h2 {
    font-family: "Quicksand", sans-serif;
    color: #008ecc;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: justify;
}
.story_section_inner_text1 h4 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    color: #495057;
}
.story-section .story_section_inner_text1 p {
    color: #495057;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    text-align: justify;
}

#story-section .story_section_inner_text2 {
    margin-bottom: 30px;
}

.story_section_inner_text2 h2 {
    font-family: "Quicksand", sans-serif;
    color: #008ecc;
    font-size: 30px;
    margin-bottom: 15px;
}
.story_section_inner_text2 h4 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    text-align: justify;
}
.story-section .story_section_inner_text2 p {
    color: #495057;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    text-align: justify;
}

#story-section .story_section_inner_text3 {
    margin-bottom: 30px;
}

.story_section_inner_text3 h2 {
    font-family: "Quicksand", sans-serif;
    color: #008ecc;
    font-size: 30px;
    margin-bottom: 15px;
}
.story_section_inner_text3 h4 {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    text-align: justify;
}
.story-section .story_section_inner_text3 p {
    color: #495057;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    text-align: justify;
}

#story-section .story_section_inner_text4 {
    margin-bottom: 30px;
}

.story_section_inner_text4 h2 {
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: 16px;
}
.story_section_inner_text4 h4 {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: white;
    text-align: justify;
}
.story-section .story_section_inner_text4 p {
    color: white;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    text-align: justify;
}

.story_section_button button {
    background-color: #008cba;
    color: white;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
#more {
    display: none;
}
/* ------------------------------------Software Sollution Section---------------------------------------*/
hr {
    width: 80px;
    height: 1px;
    background-color: rgb(218, 218, 218);
    border: none;
    margin: auto;
    margin-bottom: 70px;
    align-items: center;
}
.text p strong {
    font-size: 25px;
    font-weight: 600;
}
.featured img {
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured {
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card {
    border: none;
    height: 400px;
}
.card-img-overlay {
    padding: 3rem;
    background-color: #1d5d9b;
}
.banner-left-icon {
    position: relative;
    background: #f4f6fa;
    padding: 20px;
    border-radius: 10px;
    height: 150px;
}
.featured .banner-icon {
    max-width: 55px;
    margin-right: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    align-items: center;
}
.featured img {
    max-width: 100%;
}
.featured .banner-text p {
    font-size: 20px;
    color: #1a1a1b;
    font-weight: 600;
    margin: 5px 0px;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    line-height: 1.5;
}
.text h2 {
    font-family: "Quicksand", sans-serif;
}
#soft-title {
    margin-bottom: 25px;
}
.featured {
    background-color: #1d5d9b;
    width: 100%;
}
.featured .card-img-overlay {
    position: static;
}
.featured .card {
    height: auto;
}
/* ---------------footer-mid-------------------------- */
.footer-mid {
    margin-top: 50px;
}
.footer-mid .widget-about {
    min-width: 330px;
    font-size: 15px;
    /* background-color: #bce3c9; */
    margin-right: 30px;
}
.footer-mid .mb-30 {
    margin-bottom: 30px !important;
}
.footer-mid .logo a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.footer-mid .mb-15 {
    margin-bottom: 15px !important;
}
.footer-mid p:last-child {
    margin-bottom: 0;
}
.footer-mid .font-lg {
    font-size: 17px;
}
.footer-mid .text-heading {
    color: #253d4e;
}
.footer-mid .contact-infor {
    font-size: 15px;
    color: #253d4e;
    padding: 0;
}
.footer-mid .contact-infor span {
    font-size: 14px;
    color: #232424;
}
.footer-mid .contact-infor strong {
    font-size: 15px;
    font-weight: 600;
    color: #232424;
}
.footer-mid .contact-infor li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-mid .contact-infor li img {
    margin-right: 8px;
    max-width: 16px;
}
.footer-mid .contact-infor li {
    list-style-type: none;
}
.footer-mid .footer-link-widget {
    margin-right: 0;
    /* background-color: #7e7e7e; */
}
.footer-mid .company-font {
    font-size: 12px;
    color: rgb(175, 175, 175);
}
.footer-mid .footer-link-widget h4 {
    font-family: "Quicksand", sans-serif;
    color: #232424;
    font-weight: 700;
    line-height: 1.2;
}
.footer-mid .col {
    flex: 1 0 0%;
}
.footer-mid .footer-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    min-width: 170px;
}
.footer-mid .footer-list li {
    /* display: block; */
    margin: 0 0 13px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
.footer-mid .footer-list li a {
    /* display: block; */
    margin: 0 0 13px;
    color: #253d4e;
    text-decoration: none;
    font-size: 14px;
}
.footer-mid .contact-infor strong {
    font-size: 15px;
    font-weight: 600;
    color: #495057;
}

.footer-mid .footer-list strong {
    font-size: 15px;
    font-weight: 600;
}
.footer-mid .footer-list li:hover {
    padding-left: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-mid .footer-list li a:hover,
.footer-mid .footer-list li:hover {
    color: #008ecc;
}
.footer-mid .footer-mid .widget-title {
    margin: 15px 0 20px 0;
}
/* ----------------------------------------- */
.footer .mb-30 {
    margin-bottom: 30px !important;
}
.footer .footer-bottom {
    border-top: 1px solid #b5ddee;
}
.footer .font-sm {
    font-size: 14px;
    font-weight: 300;
}
.footer .font-sm a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: black;
}
.footer .font-sm a {
    font-size: 16px;
    font-weight: 280;
    text-decoration: none;
    color: black;
}
.footer .font-sm a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #008ecc;
}
.footer .text-brand {
    color: #008ecc !important;
}
.footer .hotline {
    min-width: 250px;
}
.footer .hotline img {
    min-width: 8px;
    margin-right: 10px;
    max-width: 25px;
    opacity: 0.5;
}
.footer .hotline p {
    color: #008ecc;
    font-size: 22px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
}
.footer .hotline p span {
    font-weight: 500;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #7e7e7e;
    display: block;
    letter-spacing: 0.9px;
}
.text-center {
    text-align: center !important;
}
.text-end {
    text-align: right !important;
}
.footer .mobile-social-icon h6 {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 0;
}
.footer .mobile-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.footer .mobile-social-icon a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #008ecc;
    border-radius: 30px;
    line-height: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .mobile-social-icon a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-top: -2px;
}
.footer .mobile-social-icon a img {
    max-width: 16px;
}
.pb-30 {
    padding-bottom: 25px !important;
}
/* <!-------------------------------------------------------------------- Über Uns ---------------------------------------------------------------------> */
#top-btn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #008ecc;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
#top-btn :hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
select {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    /* color: fieldtext; */
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    /* box-sizing: border-box; */
    align-items: center;
    cursor: pointer;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(236, 11, 11), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 0px;
    background-color: #ffffff;
    width: 82px;
    text-align: center;
}
.overlay-active {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1111111;
}
.overlay-active:before {
    content: "";
    position: fixed;
    background: #00000091;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
option {
    position: relative;
}
button.navbar-toggler.close {
    position: absolute;
    top: 15px;
    right: 15px;
}
button.navbar-toggler.close .navbar-toggler-close-icon {
    color: #000;
    background-image: none;
    width: 30px;
    background-image: url(../image/1165028-200.png);
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Kontakt_bauhaus {
    border: 2px solid rgb(170, 168, 168);
    margin-top: 50px;
    background-color: black;
    padding: 2px;
    height: 310px;
}

.Kontakt_bauhaus_left {
    float: left;
    width: auto;
    height: 300px;
    color: white;
    padding-left: 5px;
}

.Kontakt_bauhaus_right {
    color: white;
    padding-right: 10px;
    text-align: justify;
    height: 300px;
}

.Kontakt_bauhaus_right_first {
    float: left;
    width: auto;
    height: 300px;
    border-left: 1px solid rgb(255, 255, 255);
    color: white;
    text-align: justify;
    padding-right: 10px;
    padding-left: 5px;
}

.Kontakt_bauhaus_right_second {
    width: auto;
    height: 450px;
    color: white;
    text-align: justify;
    padding-right: 10px;
    padding-left: 5px;
}

.Kontakt_bauhaus_bottom {
    border: 2px solid rgb(170, 168, 168);
    background-color: black;
    float: left;
    padding: 5px;
}

.Kontakt_bauhaus_left_bottom {
    width: 475px;
    color: white;
    float: left;
    padding-right: 10px;
    padding-left: 5px;
    height: 800px;
    border-right: 1px solid rgb(255, 255, 255);
    text-align: justify;
}

.Kontakt_bauhaus_right_bottom {
    height: 800px;
    width: 450px;
    width: auto;
    color: white;
    text-align: justify;
    padding-right: 10px;
    padding-left: 5px;
}

.international {
    text-decoration: none;
    color: black;
}
/* cookies
.cookies-section {
    width: 100%;
    max-height: calc(100vh - 20px);
    position: fixed;
    height: auto;
    left: 0;
    bottom: 0;
    right: 0;
    grid-template-rows: minmax(0, 1fr);
    z-index: 99999;
    background: #ececec;
    border-style: solid;
    border-color: #f9f9f9;
    border-width: #f9f9f9;
    border-radius: #f9f9f9;
    padding: 15px 20px;
    display: grid;
    grid-gap: 10px;
}
.cookies-section .consent {
    justify-self: center;
    grid-column-start: 2;
    font-size: 15px;
    color: #191e23;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.cookie-use-main {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 30px;
}
.cookie-conset-main {
    width: 100%;
    padding: 15px 20px;
}
.cookie-use-main-text {
    font-size: 12px;
    line-height: 15px;
    color: #191e23;
    font-weight: 400;
    margin-right: auto;
}
.cookies-btn {
    max-width: 180px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 20px;
    background-color: #f1f1f1;
    color: #21759b;
    text-align: center;
    padding: 15px;
    margin: 0 10px 10px;
}
.cookie-use-main-title {
    width: 40%;
}
.cookie-use-accounting {
    width: 15%;
}
.cookie-use-btn-main {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.cookies-btn:hover,
.cookies-btn:focus {
    text-decoration: none;
    background-color: #21759b;
    color: #f1f1f1;
}

.cookie-links-dienste {
    margin-left: auto;
}
.cookie-links {
    font-size: 15px;
    font-weight: 400;
    color: #21759b;
    line-height: 20px;
    text-decoration: underline;
    margin-right: 10px;
}
.cookie-links-dienste-text {
    font-size: 15px;
    font-weight: 400;
    color: #21759b;
    line-height: 20px;
    text-decoration: underline;
    margin-left: 10px;
}
.cookie-acc {
    margin: 0 auto;
    max-width: 100%;
}

.cookie-acc-card {
    margin-bottom: 10px;
    position: relative;
    background: #e3e3e336;
}

.cookie-acc-title {
    background: #e3e3e336;
    color: #212121;
    cursor: pointer;
    display: block;
    padding: 10px;
    position: relative;
    text-align: left;
}
.cookie-acc-card-main {
    position: relative;
}
.cookie-acc-title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    top: 16px;
    right: 20px;
    content: " ";
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.cookie-acc-title.active::after {
    transform: rotate(227deg);
    transition: all 0.2s ease-in-out;
}

.cookie-acc-panel {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    background: #e3e3e336;
    color: #212121;
    display: none;
    margin: 0;
    padding: 15px;
    text-align: left;
}
.content {
    display: none;
}
.cookie-use-btn-main.visible {
    width: 20%;
}
.cookies-btn.visible {
    margin-bottom: 10px;
}
.content.visible {
    display: block;
}
.cookie-use-accounting.visible {
    width: 80%;
}
.cookies-section.visible {
    display: none;
}
.cookies-close {
    width: 15px;
    height: 15px;
    font-size: 20px;
    position: absolute;
    top: 16px;
    right: 20px;
    color: #000;
    cursor: pointer;
}
.cookie-use-btn-main.visible {
    flex-direction: column;
} */

/* .switch input {
    position: absolute;
    opacity: 0;
}
.Immer-title-main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}
.Immer-title {
    font-size: 15px;
    font-weight: 500;
    color: #008000;
    margin-bottom: 0;
}
.switch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    display: inline-block;
    font-size: 20px; /* 1 */
/* height: 1em;
    width: 2em;
    background: #5e6469;
    border-radius: 1em;
    cursor: pointer;
}

.switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #fff;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.switch input:checked + div {
    background-color: #008ecc;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.switch input:checked {
    background-color: #fff;
}  */

.wrapper {
    position: fixed;
    bottom: 80px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #e6e5e5;
    border-radius: 8px;
    padding: 15px 25px 10px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.show {
    right: 20px;
}
.wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
header i {
    color: #008ecc;
    font-size: 32px;
}
header h2 {
    color: #008ecc;
    font-weight: 700;
    font-size: 24px;
}
.wrapper .data {
    margin-top: 16px;
}
.wrapper .data p {
    color: #333;
    font-size: 15px;
}
.data p a {
    color: #008ecc;
    text-decoration: none;
}
.data p a:hover {
    text-decoration: underline;
}
.wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #39a9da;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
    background-color: #008ecc;
}
#declineBtn {
    border: 2px solid #008ecc;
    background-color: #fff;
    color: #008ecc;
}
#declineBtn:hover {
    background-color: #008ecc;
    color: #fff;
}
.cookie-links-main {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
}
.cookie-links {
    padding: 10px 10px;
}

/* Extra large devices (large desktops, 1400px  and up) */
@media (max-width: 1400px) {
    .advise-img {
        float: right;
    }
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .header-bottom .navbar .navbar-nav .nav-item {
        padding: 0 6px;
    }
    .header-bottom .collapse .nav-link {
        font-size: 13px;
    }
    .story-section .container {
        padding-bottom: 25px;
    }
    .footer-mid .col {
        flex: 1 0 35%;
    }
    .footer-mid .col:nth-child(4) {
        margin-top: 30px;
    }
    .footer-mid {
        margin-top: 25px;
    }
    .featured .card-img-overlay {
        padding: 25px 0;
    }
    .featured hr {
        margin-bottom: 50px;
    }
    .col.footer-link-widget.company-font {
        margin-top: 155px;
    }
    .header .header-info > ul > li {
        margin-right: 8px;
    }
    .regular {
        margin-top: 0;
    }
}
@media (max-width: 1023px) {
    .footer-mid {
        margin-top: 0;
    }
    .story-section {
        padding-top: 0;
    }
    .featured .card-img-overlay {
        padding: 0;
    }
    .story-section .container {
        padding-bottom: 0;
    }
    section {
        padding: 40px 0;
    }
}
/* Larg devices (desktops 1235px and up) */
@media (max-width: 1235px) {
    .advise-img {
        float: left;
    }
    .advise-text {
        margin-bottom: 0;
    }
    .footer-mid {
        margin-top: 10px;
    }
    section {
        padding: 30px 0;
    }
    .header-bottom .collapse .navbar-nav .nav-item {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .header-bottom .collapse .nav-link {
        width: 100%;
        margin-right: auto;
    }
    .navbar-nav {
        align-items: start;
    }
    .navbar-collapse {
        left: -100%;
    }
    .footer-mid .widget-about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .footer-mid .col:nth-child(3) {
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .footer-mid .col:nth-child(4) {
        margin-left: 65px;
    }
    .cookie-use-main {
        flex-wrap: wrap;
    }
    .header-area .collapse {
        left: -100%;
        transition: left 0.5s ease;
    }
    .header-area .collapse.visible {
        left: 0px;
        transition: left 0.7s ease;
    }
    .header-area .collapse {
        display: block;
    }
    .header-area .collapse.active {
        display: none;
    }
    .Ansprechpartners {
        padding-bottom: 0;
    }
    .story_section_inner_text {
        margin-left: 15px;
    }
    .col-l-1 {
        width: 8.33%;
    }
    .col-l-2 {
        width: 16.66%;
    }
    .col-l-3 {
        width: 25%;
    }
    .col-l-4 {
        width: 33.33%;
    }
    .col-l-5 {
        width: 41.66%;
    }
    .col-l-6 {
        width: 50%;
    }
    .col-l-7 {
        width: 58.33%;
    }
    .col-l-8 {
        width: 66.66%;
    }
    .col-l-9 {
        width: 75%;
    }
    .col-l-10 {
        width: 83.33%;
    }
    .col-l-11 {
        width: 91.66%;
    }
    .col-l-12 {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .advise-img {
        float: left;
    }
    .advise-text {
        margin-bottom: 0;
    }
    section {
        padding: 30px 0;
    }
    .hotline {
        margin-left: 0;
        order: 3;
    }
    .navbar a.nav-link {
        order: 2;
        display: flex;
        padding-right: 0;
    }
    .nav-item .nav-link {
        order: 1;
    }
    .header .header-info-right > ul {
        display: flex;
        justify-content: end;
    }
    .header .header-info > ul > li:before {
        background-color: transparent;
    }
    .nav-item i {
        display: flex;
        order: 2;
    }
    .hotline .big-font {
        display: none;
    }
    .header-info.header-info-right .social-icon,
    #callUs,
    #time {
        display: none;
    }
    .header .header-info-right {
        padding-left: 0;
        margin-left: auto;
        width: 100%;
    }
    .header-bottom .collapse .navbar-nav .nav-item {
        width: 100%;
        display: flex;
    }
    .header-bottom .collapse .nav-link {
        width: 100%;
        margin-right: auto;
    }
    .header-bottom .hotline img {
        margin-right: 0;
    }
    .navbar-nav {
        align-items: start;
    }
    .header-bottom .collapse {
        order: 3;
    }
    .header-bottom .nav-item {
        margin-bottom: 15px;
    }
    .navbar-collapse {
        left: -100%;
    }
    .header-bottom .collapse {
        left: -100%;
        transition: left 0.5s ease;
    }
    .header-bottom .collapse.visible {
        left: 0px;
        transition: left 0.7s ease;
    }
    body.header-bottom_active {
        overflow: hidden;
    }
    .header-bottom .collapse {
        position: fixed;
        width: 100%;
        max-width: 400px;
        background: rgb(255, 255, 255);
        height: 100%;
        top: 0px;
        padding: 82px 30px;
        z-index: 111;
    }
    .navbar-toggler {
        display: flex;
        order: 1;
        padding: 0;
        border: none;
    }
}
/* Mediam devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .col-m-1 {
        width: 8.33%;
    }
    .col-m-2 {
        width: 16.66%;
    }
    .col-m-3 {
        width: 25%;
    }
    .col-m-4 {
        width: 33.33%;
    }
    .col-m-5 {
        width: 41.66%;
    }
    .col-m-6 {
        width: 50%;
    }
    .col-m-7 {
        width: 58.33%;
    }
    .col-m-8 {
        width: 66.66%;
    }
    .col-m-9 {
        width: 75%;
    }
    .col-m-10 {
        width: 83.33%;
    }
    .col-m-11 {
        width: 91.66%;
    }
    .col-m-12 {
        width: 100%;
    }

    .advise-img {
        width: 100%;
    }
    .advise-text {
        width: 100%;
    }
    .header-bottom .collapse {
        position: fixed;
        width: 100%;
        max-width: 100%;
    }
    .footer-mid .col {
        flex: 1 0 100%;
    }
    .footer-mid .widget-about {
        align-items: start;
        margin-bottom: 30px;
    }
    .footer-mid .logo {
        text-align: center;
        margin: auto;
    }
    .footer-mid .col,
    .footer-mid .col:nth-child(3) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-mid .col:nth-child(4) {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .col.footer-link-widget.company-font {
        margin-top: 0;
    }
    .wrapper {
        width: 100%;
        align-self: center;
        max-width: 710px;
        bottom: 36px;
        display: block;
        right: -720px;
        margin: auto;
    }
    .cookie-links-main {
        text-align: center;
        display: block;
    }
    .buttons .button {
        max-width: 100%;
        width: 80%;
        display: block;
    }
    .btn-accept {
        margin-right: 5px;
    }

    /* .cookie-use-btn-main {
        display: block;
    }
    .cookie-links-main {
        display: block;
        text-align: center;
    }
    .cookie-links-dienste {
        text-align: center;
        margin-top: 20px;
    }
    .cookie-use-btn-main {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
    .cookie-use-main-title {
        width: 100%;
        text-align: center;
    }
    .cookie-use-main-text {
        margin-bottom: 0;
    }
    .cookie-use-btn-main.visible {
        margin-top: 30px;
    }
    .cookie-use-accounting.visible {
        width: 100%;
        margin-top: 30px;
    }
    .cookie-use-btn-main.visible {
        width: 100%;
    } */
    .solution_bg {
        margin-bottom: 15px;
    }
    .solution_bg:last-child {
        margin-bottom: 0;
    }
    .featured .col-lg-1-5 {
        margin-bottom: 30px;
    }
    .Ansprechpartner_main_title h1 {
        font-size: 35px;
    }
    .Ansprechpartner_main_title h3 {
        font-size: 24px;
    }

    element.style {
        display: block;
    }
    #top-btn {
        display: none;
        position: fixed;
        bottom: -19px;
        right: 4px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #008ecc;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 10px;
        font-size: 15px;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-5 {
        width: 41.66%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .col-sm-11 {
        width: 91.66%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .advise-img {
        width: 100%;
    }
    .advise-text {
        width: 100%;
    }
    .advise-img {
        width: 100%;
    }
    .featured .col-lg-1-5 {
        margin-bottom: 30px;
    }
    .footer-mid .widget-about {
        margin-bottom: 0;
    }
    .featured .col-lg-1-5:last-child {
        margin-bottom: 0;
    }
    .footer-mid .col,
    .footer-mid .col:nth-child(3) {
        margin-bottom: 30px;
    }
    /* .cookie-links-dienste {
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    } */
    .cookie-links-main {
        text-align: center;
        display: block;
    }
    .wrapper {
        width: 100%;
        align-self: center;
        max-width: 550px;
        bottom: 36px;
        display: block;
        right: -550px;
    }
    .footer-mid .col:nth-child(4) {
        margin-bottom: 0;
    }
    .Ansprechpartner_main_title h3 {
        font-size: 20px;
    }
    .advise-text {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .nav-link {
        padding-left: 0;
        justify-content: center;
        display: flex;
    }
}
