@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, :before, :after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
}
small{
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}
h1 {
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
}
h2 {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
}
h2 span {
    color: #D0101C;
}
h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}
h4 {
    
}
h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.cta {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 30px;
    border-radius: 5px;
    background: #D0101C;
    transition: all 0.4s ease-in-out;
}
.cta:hover {
    background-color: #006CB0;
    color: #fff;
}
a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.form-control:focus,
.btn:focus {
    box-shadow: none;
}
.form-control:focus {
    border-color: #D0101C;
}
.form-select:focus {
    border-color: inherit;
    box-shadow: none;
}
.p_120 {
    padding: 120px 0;
}
.text_bt {
    margin-bottom: 50px;
} 
p {
    color: #686A6C;
}
.dis_wreap {
    color: #D0101C;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 3px;
    border: 0.5px solid rgb(208 16 28 / 10%);
    background: rgba(208, 16, 28, 0.10);
}
.text_align {
    align-items: center;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*========== home page start here ==========*/
.hearder_top {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    padding: 15px 0;
}
.hearder_top .bt_img {
    text-align: center;
}
.hearder_top .cart_img {
    text-align: end;
    display: flex;
    align-items: center;
    gap: 35px;
}
.hearder_top .cart_img a {
    color: #000;
    font-size: 30px;
    position: relative;
}
.hearder_top .cart_img a span {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: #D0101C;
}
.hearder_top .cart_img .btn-group {
    gap: 10px;
}
.hearder_top .cart_img .btn-group .btn {
    background: #D0101C;
    text-decoration: none;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 28px;
    border-radius: 5px;
    border: 1px solid #EEE;
}
.hearder_top .cart_img .btn-group .btn:hover {
    background: #0d6efd;
}

.hearder_wrapper .navbar {
    background-color: #F5F5F5;
/*     padding: 0; */
}
.hearder_wrapper .navbar a.btn.sech_btn {
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D0101C;
    color: #fff;
    border-radius: 0;
}
.hearder_wrapper .navbar li.nav-item .nav-link {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.dropdown-menu li .dropdown-item {
    font-size: 14px;
}
.hearder_wrapper .navbar .navbar-nav {
    gap: 35px;
}
.hearder_wrapper .navbar .btn-group {
    display: none;
}
.banner_wreap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
}
.banner_content span {
    color: #D0101C;
    font-size: 28px;
    font-weight: 500;
}
.banner_content p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.banner_content form {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 45px 0 15px;
}
.banner_content form .seach_icon {
    position: relative;
    width: 550px;
}
.banner_content form .seach_icon .form-control {
    padding: 20px 0 20px 50px;
    font-size: 14px;
    color: #686A6C;
    font-weight: 500;
}
.banner_content form .seach_icon i {
    position: absolute;
    top: 24px;
    left: 30px;
    font-size: 14px;
    color: #686A6C;
}
.banner_content ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.banner_content ul li {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.banner_content ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 2px;
    border: 0.5px solid #ffffff4d;
    background: #0000004d;
    padding: 5px 10px;
}
.online_content .card_wreap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.online_content .card {
    border: 0;
    border-radius: 0;
}
.online_content .card .card-body {
    padding: 0;
}
.online_content .card .card-body span {
    color: #686A6C;
    font-size: 13px;
    font-weight: 500;
}
.online_content .card .card-body p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.online_content .card .online_img {
    margin-bottom: 30px;
}
.die_content h2 {
    margin-top: 30px;
}
.live_content {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #FFFFFF;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 33%);
}
.video-icon i {
    color: #D0101C;;
    font-size: 25px;
}
span.animate-ping {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.1vw;
    right: -0.1vw;
    bottom: -0.1vw;
    left: -0.1vw;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
}
.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
    50%,
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.live_content .drei_text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 9;
    color: #fff;
    text-align: center;
}
.bg_color {
    background-color: #F5F5F5;
    padding: 80px 0;
}
.bg_color .dow_btn {
    text-align: end;
}
.verans_content form {
    display: flex;
    gap: 20px;
    align-items: end;
}
.verans_content form .from_group {
    width: 100%;
}
.verans_content form .from_group label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.verans_content form .from_group .form-select {
    color: #686A6C;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 20px;
}
.verans_tb {
    width: 100%;
    margin-top: 65px;
}
.verans_tb thead tr th {
    color: #D0101C;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.verans_tb  tbody tr td {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.tb_img {
    max-width: 400px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.tb_img .tb_right {
    min-width: 100px;
    min-height: 100px;
    background-color: #F7F7F7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tb_img .tb_right img {
    max-width: 50px;
}
.tb_img p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.verans_tb tr th, .verans_tb tr td {
    padding: 15px 70px 15px 15px; 
}
.verans_tb tr th:last-child, .verans_tb tr td:last-child {
    padding-right: 15;
    text-align: end;
}
.verans_tb tr:nth-child(even) {
    background: rgba(209, 48, 55, 0.02);
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.verans_content {
    max-width: 1295px;
    margin: 0 auto;
}
.die_wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sie_content h2,
.sie_content p {
    color: #fff;
}
.sie_content ul {
    padding-left: 50px;
}
.sie_content ul li {
    position: relative;
    font-size: 14px;
    padding: 0 0 18px;
    color: #fff;
}
.sie_content ul li::after {
    position: absolute;
    content: '';
    background-image: url(../img/check.png);
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    top: 0;
    left: -40px;
    width: 25px;
    height: 25px;
}
.unsere_slider .unsere_img {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 31px 74px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 20px;
    height: 100%;
}
.unsere_slider .unsere_img img {
    margin: 0 auto;
    max-width: 65px;
}
.unsere_slider .unsere_img h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 15px 0 0;
}
.unsere_slider .slick-track {
    display: flex;
}
.unsere_slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    height: auto;
}
.unsere_slider .slick-list {
    margin: 0 -15px;
    overflow: unset;
}
.unsere_wrapper .text_bt {
    max-width: 58%;
}
.unsere_wrapper .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #eee;
    font-size: 20px;
    position: absolute;
    top: -100px;
    right: 0;
    color: #000;
    background-color: transparent;
    transition: all 0.3s ease-in-out
}
.unsere_wrapper .slick-arrow.pull-left {
    right: 75px;
}
.unsere_wrapper .slick-arrow.slick-disabled {
    color: #fff;
    background-color: #D0101C;
}
.unsere_slider.slick-slider::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #FAFAFA;
    left: -100%;
    z-index: 2;
}
.unsere_slider.slick-slider::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #FAFAFA;
    right: -100%;
    z-index: 2;
}
.unsere_wrapper {
    overflow: hidden;
}
#accordionExample .accordion-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
}
#accordionExample .accordion-collapse .accordion-body {
    padding: 30px 0;
}
.faq_content .nav button {
    font-size: 16px;
    line-height: 1.2;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 100px;
    color: #222422;
    text-align: center;
    font-weight: 600;
    border: 1px solid #EFEFEF;
    position: relative;
}
.faq_wrapper .faq_wreap .faq_hd h2 {
    margin-bottom: 40px;
}
#accordionExample .accordion-item .accordion-button {
    padding: 18px 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.faq_wrapper .accordion-button::after {
    background-image: url(../img/plus.svg);
    background-position: center;
}
.faq_wrapper .accordion-button:not(.collapsed)::after {
    background-image: url(../img/min.png);   
    background-position: center;
}
.footer_links {
    border-top: 1px solid #EEE;
}
.footer_alle ul {
    display: flex;
    flex-wrap: wrap;
}
.footer_alle ul li {
    width: 50%;
}
.footer_content h6 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.footer_content h6::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    width: 50px;
    height: 2px;
    background-color: #D0101C;
}
.footer_content .footer_img {
    margin-bottom: 30px;
}
.footer_content ul li a {
    color: #000;
    font-size: 15px;
    line-height: 40px;
}
.footer_content ul li a:hover {
    color: #D0101C;
}

.footer_text ul li a {
    color: #D0101C;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}
.footer_text ul li a:hover {
    color: #000
}
.footer_between ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer_between ul li p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.footer_between {
    background-color: #006CB0;
    padding: 25px 0;
}
.footer_bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_bottom ul li p {
    margin: 0;
    font-size: 14px;
    color: #000;
}
.footer_bottom {
    padding: 20px 0;
}
.footer_bottom ul li p a {
    color: #000;
}
.footer_bottom ul li p a:hover {
    color: #D0101C;
    text-decoration: underline;
}
.bg_white {
    background-repeat: repeat;
    background-position: bottom;
}
/*========== home page end here ==========*/

/*========== Alle page start here ==========*/
.breadcrumb_wreap .breadcrumb {
    margin: 0;
}
.breadcrumb_wreap .breadcrumb li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.breadcrumb_wreap .breadcrumb li a {
    font-weight: 500;
    color: #fff;
}
.breadcrumb_wreap .breadcrumb li a:hover {
    color: #D0101C;
}
.breadcrumb_wreap .breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #fff;
}
.page_navigation .pagination {
    margin: 50px 0 0;
    justify-content: center;
    gap: 15px;
}
.page_navigation .pagination .page-link {
    width: 55px;
    height: 55px;
    border-color: #EEE;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F1F1F;
    font-size: 16px;
}
.page_navigation .pagination li.active .page-link {
    background-color: #D0101C;
    color: #fff;
}
/*========== Alle page end here ==========*/

/*========== Registrieren page start here ==========*/
.form-wrapper .input-block {
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
.form-wrapper .input-block .col-form-label {
  width: 30%;
}
.col-form-label,
.form-check-label.one {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.form-wrapper .input-block .radio-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.form-check-input:checked {
  border-color: rgba(208, 16, 28, 1);
  background-color: #fff;
}
.form-wrapper .input-block .form-control,
.form-wrapper .input-block .form-select {
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px 20px;
  color: #686a6c;
  font-size: 14px;
}
.radio-btn label.form-check-label {
  color: #686a6c;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.form-check.radio label,
.form-check.radio input,
.form-wrapper .form-check .form-check-input {
  cursor: pointer;
}
.form-wrapper {
  padding-top: 30px;
  width: 80%;
}
select.form-select {
  color: #686a6c;
  font-size: 14px;
  font-weight: 400;
}
select.form-select {
  background-image: url(../img/drop.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 4px 7px;
}

.form-wrapper .register-btn {
  width: 100%;
  margin-top: 30px;
}
.reg-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.registration-content span {
  color: #676a6b;
  font-size: 16px;
  font-weight: 400;
}
.registration-content h6 {
  color: rgba(208, 16, 28, 1);
  margin: 0 0 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.form-check.radio {
  padding: 20px 25px;
  line-height: 1.4;
}
.checkbox-wrap {
  padding: 30px 0px;
}
.checkbox-wrap .form-check.check-head {
  border-radius: 5px;
  background: #f5f5f5;
  padding: 20px 40px;
  margin-bottom: 45px;
}

.checkbox-wrap .form-check {
  color: #676a6b;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 40px;
}
.checkbox-wrap .form-check-input[type="checkbox"] {
  border-radius: 3px;
  border: 1px solid #eee;
  height: 15px;
  width: 15px;
}
.checkbox-wrap label {
  color: #676a6b;
  font-size: 16px;
  font-weight: 400;
}
.checkbox-wrap .form-check.check-head label {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.form-wrapper.p_1 p {
  color: #676a6b;
  font-size: 16px;
  font-weight: 400;
}
.require-box p {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.radio-btn label.form-check-label.one {
  color: #686a6c;
  font-size: 14px;
  font-weight: 400;
}
.reg-bg.bg2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.form-check.ich_wreap {
  margin: 20px 0;
}
.require-box {
  margin-bottom: 50px;
}
.form-check-input:checked[type=radio] {
  background-image: url(../img/Ellipse.svg);
}
/*========== Registrieren page end here ==========*/

/*========== MFA-Kurse page start here ==========*/
.fortb_group .fortb_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.fortb_group .fortb_list .card {
    border: 0;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
}
.fortb_group .fortb_list .card .card-body {
    padding: 35px 0;
}
.fortb_group .fortb_list .card .card-body .datum_wreap {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}
.fortb_group .fortb_list .card .card-body .datum_wreap h6 {
    color: #D0101C;
    font-size: 16px;
}
.fortb_group .fortb_list .card .card-body .datum_wreap span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.fortb_group .fortb_list .card .card-body .veranst_wreap h6 {
    color: #D0101C;
    font-size: 18px;
}

.fortb_group .fortb_list .card .card-body .veranst_wreap p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.fortb_group .fortb_list .card img {
    background-color: #EEEEEE1A;
    border-radius: 25px;
}
/*========== MFA-Kurse page end here ==========*/

/*========== MFA-Kurse page start here ==========*/
.video_wrapper .live_content {
    padding-bottom: 43%;
}
.page_navigation .pagination {
    gap: 10px;
    margin: 40px 0 0;
}
.page_navigation .pagination .page-link {
    width: 50px;
    height: 50px;
    font-size: 14px;
}
.datum_content ul li h6 {
    color: #D0101C;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.datum_content ul li span {
    color: #000;
    font-size: 16px;
}
.datum_content ul li {
    padding: 14px 0;
}
.programm_text h6 {
    color: #D0101C;
}
.programm_text ul {
    padding-left: 40px;
}
.programm_text ul li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 15px 0;
    color: #000;
}
.programm_text ul li::after {
    position: absolute;
    content: '';
    background-image: url(../img/check_1.png);
    background-repeat: no-repeat;
    background-size: 30px;
    top: 12px;
    left: -35px;
    width: 30px;
    height: 30px;
}
.herb_content .btn-group {
    gap: 50px;
}
.herb_content .btn-group .btn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 5px !important;
    border: 1px solid #EEE;
    padding: 20px 45px;
}
.herb_content .btn-group .btn.active {
    color: #fff;
    background-color: #D0101C;
}
.herb_content ul {
    margin-bottom: 40px;
}
.herb_content ul li {
    display: flex;
    align-items: center;
    gap: 50px;
    border-bottom: 1px solid #eee;
    padding: 35px 0;
}
.herb_content ul li:first-child {
    border-top: 1px solid #eee;
}
.herb_content ul li p {
    margin: 0;
}
.herb_content ul li p a {
    color: #D0101C;
    font-weight: 700;
}
.herb_content ul li p strong {
    color: #686A6C;
}
/*========== MFA-Kurse page end here ==========*/

/*========== FAQ page start here ==========*/
.faq_info .faq_tab .nav {
    justify-content: center;
    margin-bottom: 50px;
    gap: 20px;
}
.faq_info .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 100px;
    border-radius: 5px;
    border: 1px solid #EEE;
}
.faq_info .nav-link.active {
    background: #D0101C;
}
.faq_info .regist_wreap h6 {
    background-color: #F5F5F5;
    padding: 20px 50px;
    margin: 0;
}
.faq_info .regist_wreap .accordion-button::after {
    display: none;
}
.faq_info #accordionExample .accordion-item {
    margin: 0;
}
.faq_info #accordionExample .accordion-item .accordion-button .faq_icon {
    padding: 50px 30px;
    border-right: 1px solid #eee;
}
.faq_info #accordionExample .accordion-item .accordion-button .faq_icon i {
    width: 50px;
    height: 50px;
    border: 1px solid #676A6B;
    color: #676A6B;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.faq_info #accordionExample .accordion-item:first-child {
    border-top: 1px solid #EFEFEF;
}
.faq_info #accordionExample .accordion-item .accordion-button {
    padding: 0;
    gap: 16px;
}
.faq_info #accordionExample .accordion-collapse .accordion-body {
    margin-left: 110px;
    border-left: 1px solid #eee;
    padding-left: 16px;
}
.faq_info [aria-expanded="true"] .faq_icon i::before {
    content: "\f068";
}
.faq_info .regist_wreap:not(:last-child) {
    margin-bottom: 100px;
}
form.ihre_content {
    max-width: 1000px;
    margin: 0 auto;
}
form.ihre_content h5 {
    font-size: 25px;
    margin-bottom: 40px;
}
form.ihre_content .from_group label,.faq_info .from_group label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
form.ihre_content .from_group,.faq_info .from_group  {
    margin-bottom: 25px;
}
form.ihre_content .from_group .form-control,.faq_info .from_group input.form-control {
    color: #686A6C;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 20px;
}


/*========== FAQ page end here ==========*/

/*========== Impressum page start here ==========*/
.impressum_contect ul li {
    padding-bottom: 10px;
}
.impressum_contect ul li a {
    color: #686A6C;
}
.impressum_contect ul li a:hover {
    color: #D0101C;
}
.haftung_wreap,
.haftung_wreap li {
    padding-top: 40px;
}
.daten_wrapper #accordionExample .accordion-item .accordion-button {
    padding: 30px;
    background-color: #F5F5F5;
}
.daten_wrapper .accordion-button::after {
    width: 41px;
    height: 41px;
    border: 1px solid #676A6B;
    filter: sepia(1);
    border-radius: 100%;
}
.daten_wrapper #accordionExample .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-right: 30px;
}
/*========== Impressum page end here ==========*/

/*========== Cart page start here ==========*/
table.cart_tb {
    width: 100%;
}
table.cart_tb .cart_img {
    display: flex;
    align-items: center;
    gap: 40px;
}
table.cart_tb .cart_img p {
    margin: 0;
    color: #000;
}
.cart_tb tbody tr td {
    color: #000;
    font-weight: 600;
    padding: 30px 100px 30px 0;
    width: 70%;
}
.cart_tb tbody tr td a {
    font-size: 20px;
    color: #000;
}
.cart_tb tbody tr td a:hover {
    color: #D0101C;
}
.cart_tb tbody tr:first-child {
    border-top: 1px solid #eee;
}
.cart_tb tbody tr {
    border-bottom: 1px solid #eee;
}
.cart_content .cart_pri {
    width: 60%;
    margin-left: auto;
    margin-top: 40px;
}
.cart_content .cart_pri .absenden_text {
    display: flex;
    align-items: center;
    gap: 30px;
}
.cart_content .cart_pri .absenden_text a.btn {
    color: #686A6C;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 45px;
    border-radius: 5px;
    border: 1px solid #EEE;
    width: 50%;
    transition: all 0.4s ease-in-out;
}
.cart_content .cart_pri .absenden_text a.btn:hover {
    color: #fff;
    background-color: #D0101C;
}
.cart_content .cart_pri .absenden_text .form-control {
    padding: 20px 45px;
    border-radius: 5px;
    border: 1px solid #EEE;
    width: 50%;
    line-height: 1.2;
}
table.cart_total1 {
    margin-left: auto;
}
table.cart_total1 tbody tr td {
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}
.cart_content .cart_total {
    margin-top: 60px;
}
table.cart_total1 tbody tr td span {
    font-size: 20px;
}
.cart_content .cart_total .text-end {
    margin-top: 40px;
}
.cart_content .cart_total hr {
    background-color: #eee;
    margin: 30px 0;
    opacity: 1;
}
/*========== Cart page end here ==========*/

/*========== Check Out page start here ==========*/
.checkout_bg {
    position: relative;
}
.checkout_bg::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -1;
}
.step_header .nav {
    justify-content: space-between;
}
.step_header {
    padding: 35px 0;
    background-color: #006CB0;
    position: relative;
}
.step_header::after {
    position: absolute;
    content: '';
    top: 55px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.step_header li.tab-pills {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
}
.stp_login .tab_next3 {
    display: none;
}
.checkout_wrapper .dark_bg {
    background-color: #F5F5F5;
}
.checkout_wrapper .step_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.checkout_wrapper .step_grid .sp_rightside,
.checkout_wrapper .step_grid .sp_leftside {
    padding: 80px;
}
.sp_rightside .tab_next2 form .form-control {
    color: #686A6C;
    font-size: 16px;
    line-height: 1.2;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
    margin-top: 20px;
}
.sp_rightside .tab_next2 form  #next_button2 {
    margin-top: 50px;
}
.step_header li.tab-pills .top_step {
    margin: 0 auto 15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
}
.step_header li.tab-pills.active .top_step::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-color: #D0101C;
    border-radius: 100%;
    z-index: 1;
}
.sp_leftside .from_gp {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sp_leftside .from_gp label {
    width: 40%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.sp_leftside .from_gp .form-control {
    width: 60%;
    padding: 18px;
}
.sp_leftside .check_box {
    display: flex;
}
.sp_leftside .check_box label {
    padding-left: 20px;
}
.sp_leftside .check_box input {
    min-width: 15px;
    min-height: 15px;
}
.sp_leftside .card-footer {
    padding: 0;
    background-color: #fff;
    margin-top: 50px;
    border: 0;
}
.sp_leftside .card-footer .cta {
    border: 0;
    margin-left: 0 !important;
}
.sp_rightside .gesamt_wreap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.sp_rightside .checkout_pro thead tr {
    border-bottom: 1px solid #E1E1E1;
}
.sp_rightside .checkout_pro thead tr:first-child {
    border-top: 1px solid #E1E1E1;
}
.sp_rightside .checkout_pro thead tr td .pro_checko {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sp_rightside .checkout_pro thead tr td .pro_checko p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.sp_rightside .checkout_pro thead tr td {
    width: 80%;
    padding: 30px 0;
}
.sp_rightside .checkout_totel thead tr td:last-child,
.sp_rightside .checkout_pro thead tr td:last-child {
    text-align: end;
}
.sp_rightside .checkout_totel thead tr td {
    font-weight: 600;
    padding: 25px 0 0;
}
.sp_rightside .checkout_bnt {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}
.sp_rightside .checkout_bnt .form-control {
    padding: 20px 26px;
    color: #686A6C;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    width: 50%;
}
.sp_rightside .checkout_bnt .btn.cta {
    width: 50%;
    padding: 20px 26px;
}
.sp_leftside form.card_wrapper .form-control {
    color: #6A6A6A;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}
.sp_leftside .from_gp input.form-control {
    margin: 0;
}
.sp_leftside form.card_wrapper .form-check {
    padding: 25px 40px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin: 0;
}
.sp_leftside form.card_wrapper .chack_pay {
    border: 1px solid #D9D9D9;
    border-top: 0;
    border-bottom: 0; 
    background: #F6F6F6;
    padding: 15px 15px 0;
}
.sp_leftside form.card_wrapper .form-check label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.8px;
}
.sp_leftside form.card_wrapper .sadresse_wreap {
    margin-top: 50px;
}
.sp_leftside form.card_wrapper .liefe_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 25px;
}
.sp_leftside form.card_wrapper .liefe_text p {
    margin: 0;
}
.sp_leftside form.card_wrapper .liefe_wreap {
    margin-top: 50px;
}
.sp_leftside form.card_wrapper .form-check-input:checked[type=checkbox] {
    background-color: #D0101C;
}
/*========== Check Out page end here ==========*/

ul.dropdown-menu.show {
    margin-top: 0.70rem;
	background-color:#F5F5F5;
}
