/* font */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #545454;
    font-size: 1.0rem;
    font-weight:300;
    overflow-x: hidden;
}

a {
    color:#545454;
    text-decoration: none !important;
}
.a:hover {
    color:#99a4ac;
}
.content-news a,
.content-news a:hover {
    text-decoration: underline;
}
p {
    font-size: 1.0rem;
    line-height: 1.5rem;
    font-weight:300;
    margin-bottom: 0;
}
.marketplaceArticleInfo p {
    font-size: 1.1rem;
}
h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-top: 2.0rem;
    font-weight:400;
}
h2 {
    font-size: 2.0rem;
    line-height: 2.5rem;
    margin-top: 1.5rem;
    font-weight:300;
}
h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: 1.0rem;
    font-weight:300;
}
h1.article {
    line-height: 2.8rem;
}
.pflag {
    width:40px;
    float:left;
}
.article_typ {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_zusatz {
    font-size:1.0rem;
    display:block;
    clear:both;
    margin-left:40px;
}
b, strong {
    font-weight: 600;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-my-marktplatz-neu hr {
    border: 0;
}
.blue {
    color: #25377F !important;
}
.orange {
    color: orange !important;
}

#datatable_filter .form-control,
#datatable_order_filter .form-control,
#datatable_qr_filter .form-control,
#datatable_filter #insurance,
#datatable_order_filter #insurance,
#datatable_qr_filter #insurance {
    padding: .375rem .75rem .375rem 0rem;
    border: 0px solid #283583;
}
#datatable_filter input[type="search"],
#datatable_order_filter input[type="search"],
#datatable_qr_filter input[type="search"] {
    border-bottom: 1px solid #283583;
    border-radius: 0;
}

#datatable tr.even,
#datatable_modules tr.even {
    background-color: #f1f1f1;
}
table#datatable td,
table#datatable_modules td {
    padding:7px 0 10px 0 !important;
}
/*#datatable tr.odd {*/

/*}*/
/*#datatable tr.even {*/
/*    background-color: #f1f1f1;*/
/*}*/

/* Im Artikel Einstellprozess ausblenden */
#adCreateStepContent #wp_INPUT,
#adCreateStepContent #DESCRIPTION_EN_INPUT,
#adCreateStepContent #DESCRIPTION_IT_INPUT,
#adCreateStepContent #DESCRIPTION_NL_INPUT {
    display:none;
}
#adCreateStepContent .tab-content #DESCRIPTION_EN_INPUT,
#adCreateStepContent .tab-content #DESCRIPTION_IT_INPUT,
#adCreateStepContent .tab-content #DESCRIPTION_NL_INPUT {
    display:block;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.3rem;
}

input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="number"], input[class="form-control"], input[type="url"], input[type=""] {
    background: #ffffff;
    /** changed this back to give it a border **/
    border: 1px solid #99a4ac;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
}

textarea {
    background: #ffffff !important;
    border: 1px solid #99a4ac !important;
    width: 100% !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    padding-left: 20px;
}

.site-banner h1,
.site-banner h2,
.site-banner h3,
.site-banner p {
    font-weight:300;
}

.bg-seso-grey {
    background-color: #f1f1f1;
}
.special {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.specialbox > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.hidden {
    display:none;
}
.footer-area a,
.footer-area a:visited,
.footer-area h3 {
    color: #dddddd;
    font-weight: 100;
}

/* Background active */
#unit_site tr.active {
    background-color: #0c199c !important;
}

/* Button */

.btn {
    background:transparent;
}

.btn-info {
    color: #fff;
    background-color: #f29007;
    border-color: #d98106;
}

/*.seso-btn-clean,*/
.btn-info,
.btn-primary,
.btn-success,
.single-blog .ready-btn {
    border: 1px solid #545454;
    border-radius: 5px;
    color: #545454;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.seso-btn-clean{
    border-radius: 5px !important;
    border: 1px solid #545454;
    color: #545454 !important;
    background: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    margin-bottom: 1rem;
}
.seso-btn-clean:hover {
    background-color: #ffffff !important;
    text-decoration: none;
}

/*.seso-btn-clean:hover,*/
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover,
.single-blog .ready-btn:hover {
    color: #fff;
    border: 1px solid #f29007;
    background: #f29007;
}


.seso-btn-action,
.btn-info {
    color: #fff !important;
    border: 1px solid orange;
    background-color: orange !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 5px !important;
}

.seso-btn-action:hover,
.btn-info:hover {
    color: #fff !important;
    /*border: 1px solid #545454;*/
    background-color: orange !important;
    text-decoration: none;
}

.seso-btn-blue {
    color: #fff;
    border: 1px solid #25377f;
    background: #25377f;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.seso-btn-blue:hover {
    color: #fff;
    border: 1px solid #25377f;
    background: #25377f;
}

.seso-btn-inactive {
    color: #fff;
    border: 1px solid #c6c1c1;
    background: #c6c1c1;
    border-radius: 5px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.seso-btn-inactive:hover {
    color: #fff;
    border: 1px solid #999191;
    background: #999191;
}


.seso-btn-active {
    color: #fff;
    border: 1px solid #4e5666;
    background: #4e5666;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.seso-btn-active:hover {
    color: #fff;
    border: 1px solid #4e5666;
    background: #4e5666;
}

#sfeld1btn {
    display: none;
    background: none;
    border: none;
    /* border-bottom: 1px solid #dddddd; */
    margin-top: 10px;
    vertical-align: super;
    line-height: 1;
    padding-right: 10px;
    position: absolute;
}

.btn-slide-down {
    border: 1px solid #545454;
    border-radius: 0px;
    color: #99a4ac;
    background: #fff;
    width:100%;
    margin-bottom: 5px;
    padding:10px;
}

.material-icons {
    position: relative;
    top: 6px;
}

/* Box alert */

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 0;
}
.alert-info {
    color: #99a4ac;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #bee5eb;
}
.alert-info .alert-link {
    color: #99a4ac;
}
.alert.alert-light {
    padding: 0.75rem 0;
}

.marketplaceSellerOrderItemImage {
    display:none;
}

#team2,
#team3,
#team4 {
    width: 96% !important;
}

/* ul li */
ul {
    list-style: outside none none;
}

li.dropdown:hover > .dropdown-menu, li.dropdown:hover > .dropdown-item, li.dropdown:hover > a.nav-link {
    display: block;
}


/* header */
#sfeld1 {
    float: left;
    background: none;
    box-shadow: none;
    border:0;
    border-bottom: 1px solid #cccccc;
    height: 42px!important;
    padding-left: 10px;
    margin-top: 4px;

}

/* footer */
footer {
    margin-top: 0px;
    padding: 0;
    background: #444;
    color: #dddddd;
}

footer.line-seso {
    margin-top: 15px;
}

.line-seso {
    border-top: 10px solid orange;
}


/* design-ad */
.design-ad-row {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    color: #545454;
    padding: 6px 12px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.design-content-box, .design-ad-box, .design-row-item-inner, .design-page-content .text-box, .text-box, .design-ad-row {
    border-color: #F3F3F3;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    background: #fff;
    border: none;
}


.design-ad-box .design-ad-status, .design-ad-row .design-ad-status {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.design-ad-status .design-ad-status-top {
    background-color: #f29007;
    color: #fff;
}
.design-ad-status > div {
    font-size: 12px;
}
.design-ad-status > div {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    float: left;
    clear: left;
    font-size: 14px;
    line-height: 1.42857143;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    margin-top: 5px;
}

/* NAV */
#navbarCollapseMenline .dropdown-toggle::after, nav#headerMenuMain .dropdown-toggle::after {
    content: none;
}

#navbarCollapseMenline .nav > li > a {
    font-weight: normal;
}
#navbarCollapseMenline .nav > li > a:hover {
    text-decoration: none;
}

#navbarCollapseMenline .nav > li {
    padding: 0 0 0 9pt;
}
.navbar-nav .dropdown-item a.nav-link {
    color: #99a4ac;
}

.navbar-toggler {
    background: lightgray;
}

.nav-item a:hover,
.nav-item.active a {
    color: #99a4ac;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #99a4ac;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown .language,
.dropdown .dropdown-menu {
    min-width:	100%;
    border:0;
    top: 26px;
    /*left: 0px;*/
    border:0;
}

#loginDropdownDialog {
    top: 35px;
}

#loginDropdownDialog label {
    padding-left: 12px;
}
#loginDropdownDialog .checkbox label {
    padding-left: 2px;
}
#loginDropdownDialog .btn,
#loginDropdownDialog .newpw,
#loginDropdownDialog .registernow {
    margin-left: 12px;
}
#loginDropdownDialog input,
#loginDropdownDialog .checkbox {
    max-width: 90%;
    margin: 0 auto;
}
#loginDropdownDialog input {
    border-radius: 0;
    border: 1px solid #ced4da;
    background:#ffffff;
}

#topbanner {
    flex: 1 1 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
}

#topbannerAiEngine {
    flex: 1 1 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

#topbannerText {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(88,88,90,0.7);
    color: #545454;
    z-index: 100;
    padding: 50px 30px;
    line-height: 1.7rem;
}

#topbannerTextAiEngine {
    width: 100%;
    height: 100%;
    text-align: center;
    /*background-color: rgba(240,240,240,0.8);*/
    color: #e2f5f5;
    font-weight: lighter;
    z-index: 100;
    padding: 50px 30px;
    line-height: 1.7rem;
}

.aiengineheadline {
    font-size: 3rem;
}

ul.aienginelist li {

}

#topbannerTextAiEngine ul li {
    font-size: 1.8rem;
    line-height: 2.5rem;

}

.aiengineslogan {
    font-size: 2rem;
}

.aiengineslogan span {
    font-size: 4rem;
}

#topbannerTextAiEngine ul li i {
    color: #e2f5f5;;
    top: 7px;
}

#topbannerText span {
    font-size: 2.0rem;
    line-height: 3.2rem;
    display: block;
    margin-bottom: 7px;
}
#topbannerText .seso-btn {
    margin: 25px 0;
}
.fa-check-circle {
    float:right;
    color:green;
    font-size: 1.3rem;
}
.fa-minus-circle {
    float:right;
    color:red;
    font-size: 1.3rem;
}

.seso-color-orange {
    color: orange;
}

.seso-bg-orange {
    background: orange;
    color: white;
}

.accordion .card.card-repower {
    border: 0;
}

.accordion .card.card-repower .card-header {
    background: none;
    border: 0px;
    padding-bottom: 0;
}

.accordion .card.card-repower .card-body {
    margin-left: 1rem;
}



.repowerhead p {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.repowerhead .seso-btn-action {
    background: #25377f;
    color: white
}

.grey-background {
    background: #DCDCDC;
}

.paragraph-repower {
    font-size: 1.4rem;
    line-height: 2.0rem;
}



.repower-figcaption {
    text-transform: uppercase;
    color: #7FA172;
    font-size: 1.4rem;
}

@media (max-width: 990px) {
    .repower-figcaption {

        font-size: 1.0rem;
    }

    .paragraph-repower {
        font-size: 1.0rem;
        line-height: 1.6rem;
    }

}

@media (max-width: 778px) {
    .aiengineheadline {
        font-size: 2rem;
    }
    .awesome-project-content .project-dec a {
        left: 0;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        margin-top: 1%;
        font-size: 1.2em;
    }
    .add-actions:hover {
        background: transparent !important;
        opacity: 1 !important;
    }
}

@media (max-width: 991px) {
    #logo-mobile {
        max-width: 8.7rem;
    }
    .new-language-menue {
        /*margin-top: 1rem !important;*/
    }
}
/* Important for switch for Icon and Word 1572px */
@media (min-width: 991px) and (max-width: 1280px ) {
    .d-stefan {
        display: none !important;
    }

}

@media (max-width: 580px) {
    #topbannerTextAiEngine ul li {
        font-size: 1.3rem;
        line-height: 2.0rem;
    }

    .aiengineslogan {
        font-size: 1.5rem;
    }

    .aiengineslogan span {
        font-size: 2.5rem;
    }

    .aiengineheadline {
        font-size: 1.7rem;
    }
    .single-awesome-project h4 {
        position: relative !important;
    }
    .add-actions {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    }
    .nav {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    #SEARCH_FORM .fa-search {
        color:white;
    }
}

.fa-question-circle {
    color: orange;
    font-size: 1.4rem;
}

a.seso-btn-action:hover,
.seso-btn-action:hover,
    /*a.seso-btn-clean:hover,*/
.seso-btn-clean:hover {
    text-decoration: none !important;
}

a.seso-btn-clean:hover {
    text-decoration: none !important;
    color: #25377F;
    border: 1px solid #25377F;
}

.navbar-brand {
    color: white;
}

.border-filterboxen .box-topanzeige{
    position: absolute;
    background: orange;
    padding: 2px 10px;
    opacity: 0.9;
    color: white;
    top: 10px;
    width: auto;
}

#content .footer-area ul {
    margin: 0;
    padding: 0;
}

#content .footer-area ul li {
    /*margin: inherit;*/
    padding:0;
}

.content-repowering h1 {
    font-size: 3rem;
    font-weight: lighter;
}

.grey-arrow-left {
    /*background: url("../repower/cont-pfeil-grau.png");*/
    background: url("../images/repower/cont-pfeil-grau.png") no-repeat;
    /*background-position-x: -100px;*/
    background-size: contain;

}

.white-arrow-right {
    /*background: url("../repower/cont-pfeil-grau.png");*/
    background: url("../images/repower/cont-pfeil-weiss.png") no-repeat;
    /*background-position-x: -100px;*/
    background-size: contain;

}

.new-language-menue {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-language-menue ul {
    padding: 0;
}

.new-language-menue li {
    list-style: none;
    float: left;
    margin:0;
}

/* Smartphone */
@media (max-width: 580px) {
    #content h1,
    .container  h1 {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    #content h2,
    .container h2 {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    #topbannerTextAiEngine ul li {
        font-size: 1.3rem;
        line-height: 2.0rem;
    }

    .aiengineslogan {
        font-size: 1.5rem;
    }

    .aiengineslogan span {
        font-size: 2.5rem;
    }

    .aiengineheadline {
        font-size: 1.7rem;
    }
    .single-awesome-project h4 {
        position: relative !important;
    }
    .add-actions {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    }
    .nav {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    #SEARCH_FORM .fa-search {
        color:white;
    }
    .seso-btn-clean,
    .seso-btn-action,
    .btn-info,
    .btn-primary,
    .btn-success,
    .single-blog .ready-btn {
        font-size: 0.7rem;
    }
    ul li {
        font-size: 1.0rem;
    }
}

/* IPAD und > */
@media (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 98%;
    }
    #content h1,
    .container h1 {
        font-size: 1.4rem;
        line-height: 1.7rem;
        font-weight: 400;
    }
    #content h2,
    .container h2 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .seso-btn-clean,
    .seso-btn-action,
    .btn-info,
    .btn-primary,
    .btn-success,
    .single-blog .ready-btn {
        font-size: 0.8rem;
    }
    ul li {
        font-size: 1.0rem;
    }
}

@media (min-width: 766px) {
    .margin-flex {
        margin: 0 auto;
    }
    .mobil,
    .mobile {
        display:none !important;
    }
    .desktop {
        display:block !important;
    }
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
    .nav-item a, .nav-item .dropdown {
        color: #545454;
    }
    .nav-seso-bg {
        background: #ffffff;
    }
    .seso-search-width {
        width: 80%;
    }
    .navbar-content .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .navbar-content .navbar-nav li a {
        padding: 0 1.0rem;
    }
}

/* IPAD*/
@media (max-width: 1112px) {
    h1 {
        font-size: 2.0rem;
        line-height: 2.3rem;
        margin-top: 1.5rem;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-top: 1.2rem;
    }
    h3 {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-top: 1.0rem;
    }
}

@media (max-width:  1320px) {
    .seso-search-width {
        /*width: 400px;*/
        width: 80%;
    }
}

@media  (min-width: 992px ) and (max-width: 1280px) {
    #team2 div.col-12:last-child,
    #team3 div.col-12:last-child,
    #team4 div.col-12:last-child {

        display: none;

    }
    #loginDropdownDialog {
        min-width: 230px !important;
    }
}

/* Min LG */
@media  (min-width: 992px ) {
    .pull-lg-right {
        float: right;
    }
}


/* MD hier greift das was iPad Pro 11 und 12 anzeigt */
@media (max-width: 992px) {
    .seso-search-width {
        width: 250px;
    }
    .add-actions {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
        opacity: 1 !important;
    }

    #masthead .navbar {
        text-align: center;
    }
    #navbarCollapseMenline {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 25px;
    }

}

/* Mobil */
@media (max-width: 991px) {
    #masthead .navbar {
        text-align: center;
    }
    #navbarCollapseMenline {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 25px;
    }
    #loginDropdownDialog .btn,
    #loginDropdownDialog .newpw {
        width: 90%;
    }
    .dropdown-menu {
        top: 100%;
        left: -42px;
        float: left;
        min-width: 15rem;
    }
    .nav-item a, .nav-item .dropdown {
        color: #545454;
    }
    .nav {
        /*display: block;*/
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    #SEARCH_FORM ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1; /* Firefox */
    }

    #SEARCH_FORM :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
    }

    #SEARCH_FORM ::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
    }

    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 0rem;
    }
    .margin-flex {
        margin: 0 0 0 15px;
    }
    .mobil,
    .mobile {
        display:block !important;
    }
    .desktop {
        display:none !important;
    }
    h1 {
        font-size: 1.7rem;
        line-height: 2.0rem;
        margin-top: 1.5rem;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-top: 1.2rem;
    }
    h3 {
        font-size: 1.1rem;
        line-height: 1.4rem;
        margin-top: 1.0rem;
    }
    .line-seso-mobil {
        border-top: 10px solid orange;
    }
    .no_small {
        display: none !important;
    }
    .nav-seso-bg {
        background: #444;
    }
    .nav-seso-bg .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .seso-search-width {
        width:100%;
    }
    .nav-item a, .nav-item .dropdown {
        color: #fff;
    }
    .nav-item #loginDropdownDialog a, .nav-item #loginDropdownDialog .dropdown {
        color: #545454;
    }

    .navbar-content .nav-item a {
        color: #545454;
    }
    #FooterContent {
        padding: 0 20px;
    }
    .btn {
        width:90%;
        margin-top:15px;
    }
    #mc-embedded-subscribe.btn {
        width:100%;
    }
    #FooterContent .col-12 {
        margin-top:20px;
    }
    #FooterContent .text-right {
        text-align:center !important;
    }
    .add-actions {
        opacity: 1 !important;
    }
    #mobile .add-actions {
        background: transparent !important;
    }
    .index-b4clean .single-blog .blog-text {
        min-height: 20px;
    }
    .seso-btn-blue, .btn-info, .btn-primary, .btn-success, .single-blog .ready-btn {
        width: 100%;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }
    /*.seso-btn-clean{*/
    /*    margin-bottom: 1rem;*/
    /*    width: 100%;*/
    /*    color: #f29007;*/

}
.nav-link {
    display: block;
    float: left;
}
#SEARCH_FORM .fa-search {
    color:white;
}
.lang-flag {
    width: 20px;
    margin: 0 5px;
    margin-bottom: 0px;
}

@media (min-width: 991px) {
    .lang-flag {
        /*margin-bottom: 20px;*/
    }
}

/*#login-dropdown {*/
/*    margin-bottom: 10px;*/
/*    display: block;*/
/*    margin-top: 10px;*/
/*}*/

#logoutlogin li {
    line-height: 2.3rem;
}



/* ckeditor */

.ck-editor__editable {
    min-height: 400px;
}

/* datepicker */
.ui-datepicker-group {
    background: #fff;
    width: 45%;
    float: left;
    padding: 25px;
    margin-right: 1rem;
}
.ui-datepicker-group-middle {
    margin-top: 25px;
}
.progress-bar {
    color:#000;
}
#calendarEventFormularSearchWordTab ul li {
    width: auto;
    float: left;
    margin-right: 10px;
}

/* NEW ARTICLE */

.content-my-marktplatz-neu label.design-input-label {
    width: 100%;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.content-my-marktplatz-neu .design-input-help {
    display: none;
    position: relative;
    left:0;
    top: 40px;
}
.content-my-marktplatz-neu .text-success,
.content-my-marktplatz-neu .text-danger {
    color: #545454 !important;
}
.content-my-marktplatz-neu .text-danger .form-control {
    border-color: red !important;
}
.content-my-marktplatz-neu .text-danger .form-select {
    border-color: red !important;
}
.content-my-marktplatz-neu .adCreate .headline-45 {
    margin-bottom: -26px;
    margin-top: -25px;
}

.content-my-marktplatz-neu .form-group {
    clear:both;
    margin-bottom: 0;
}
.content-my-marktplatz-neu .ad-group-45 hr {
    display:none;
}
.content-my-marktplatz-neu .design-input-field {
    float: none !important;
    min-height: 3.5rem;
}
.content-my-marktplatz-neu .form-control {
    float:left;
}
.content-my-marktplatz-neu #adCreateStepContent p.lead {
    padding-top: 1rem;
    margin-bottom:10px;
    clear: both;
}
.content-my-marktplatz-neu #PREIS_INPUT .form-group {

}


/*** Styles added to fix the issue with zoom in on iPad ***/
/* Diff iPad to Dectop */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .add-actions {
        opacity: 1 !important;
    }
    .add-actions {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    }
    .single-awesome-project h4 {
        z-index: 1000 !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .add-actions {
        opacity: 1 !important;
    }
    .add-actions {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    }
    .single-awesome-project h4 {
        z-index: 1000 !important;
    }
}
/* iPad Pro */
/*@media all and (device-width: 834px) and (device-height: 1112px) and (orientation:portrait) {*/
/*    !* For portrait layouts only *!*/
/*    .add-actions {*/
/*        opacity: 1 !important;*/
/*    }*/
/*    .add-actions {*/
/*        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;*/
/*    }*/
/*    .single-awesome-project h4 {*/
/*        z-index: 1000 !important;*/
/*    }*/
/*}*/

/*@media all and (device-width: 834px) and (device-height: 1112px) and (orientation:landscape) {*/
/*    !* For portrait layouts only *!*/
/*    .add-actions {*/
/*        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;*/
/*        opacity: 1 !important;*/
/*    }*/
/*    .single-awesome-project h4 {*/
/*        z-index: 1000 !important;*/
/*    }*/
/*}*/




/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/*@media only screen*/
/*and (min-width: 1024px)*/
/*and (max-height: 1366px) */
/*and (-webkit-min-device-pixel-ratio: 1.5) {*/

/*    .add-actions {*/
/*        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;*/
/*        opacity: 1 !important;*/
/*    }*/
/*    .single-awesome-project h4 {*/
/*        z-index: 1000 !important;*/
/*    }*/

/*    #masthead .navbar {*/
/*        text-align: center;*/
/*    }*/
/*    #navbarCollapseMenline {*/
/*        margin-left: auto !important;*/
/*        margin-right: auto !important;*/
/*        margin-bottom: 25px;*/
/*    }*/

/*}*/

.advertisement-box img {
    max-width: 100%;
    height: auto;
}


.btn-height {
    height: 2.6rem;
}

/* Cookie Banner */
.btn-success-cookie {
    color: #fff;
    border: 1px solid #f29007;
    border: 1px solid #25377F;
    background: #f29007;
    background: #25377F;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-size: 1.3rem;
    height: 3rem;
}

.btn-success-cookie:hover {
    color: #25377F;
    background-color: #ffffff;
    border-color: #25377F;
}

.btn-success-cookie:focus, .btn-success-cookie.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success-cookie.disabled, .btn-success-cookie:disabled {
    color: #fff;
    background-color: #f0704b;
    border-color: #e28928;
}

.btn-success-cookie:not(:disabled):not(.disabled):active, .btn-success-cookie:not(:disabled):not(.disabled).active,
.show > .btn-success-cookie.dropdown-toggle {
    color: #fff;
    background-color: #f0704b;
    border-color: #e28928;}

.btn-success-cookie:not(:disabled):not(.disabled):active:focus, .btn-success-cookie:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-cookie.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/* Cookie Banner 2023 HH */
.btn-success-cookie-blue {
    color: #fff;
    border: 1px solid #1D6AD4;

    background: #1D6AD4;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-size: 1.3rem;
    height: 3rem;
}

.btn-success-cookie-blue:hover {
    color: #222222;
    background-color: #ffffff;
    border-color: #1D6AD4;
}

.btn-success-cookie-blue:focus, .btn-success-cookie-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success-cookie-blue.disabled, .btn-success-cookie-blue:disabled {
    color: #fff;
    background-color: #f0704b;
    border-color: #e28928;
}

.btn-success-cookie-blue:not(:disabled):not(.disabled):active, .btn-success-cookie-blue:not(:disabled):not(.disabled).active,
.show > .btn-success-cookie-blue.dropdown-toggle {
    color: #fff;
    background-color: #1D6AD4;
    border-color: #1D6AD4;}

.btn-success-cookie-blue:not(:disabled):not(.disabled):active:focus, .btn-success-cookie-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-cookie.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


.btn-info-cookie {
    color: #5c5c5c;
    /*background-color: #f7f7f7;*/
    background-color: transparent;
    border-color: transparent;
}
.btn-info-cookie:focus,
.btn-info-cookie.focus {
    color: #5c5c5c;
    /*background-color: #e2e2e2;*/
    border-color: transparent;
}
.btn-info-cookie:hover {
    color: #5c5c5c;
    /*background-color: #e2e2e2;*/
    border-color: transparent;
}
.btn-info-cookie:active,
.btn-info-cookie.active,
.open > .dropdown-toggle.btn-info-cookie {
    color: #5c5c5c;
    /*background-color: #e2e2e2;*/
    border-color: transparent;
}
.btn-info-cookie:active:hover,
.btn-info-cookie.active:hover,
.open > .dropdown-toggle.btn-info-cookie:hover,
.btn-info-cookie:active:focus,
.btn-info-cookie.active:focus,
.open > .dropdown-toggle.btn-info-cookie:focus,
.btn-info-cookie:active.focus,
.btn-info-cookie.active.focus,
.open > .dropdown-toggle.btn-info-cookie.focus {
    color: #5c5c5c;
    background-color: #e2e2e2;
    border-color: transparent;
}
.btn-info-cookie:active,
.btn-info-cookie.active,
.open > .dropdown-toggle.btn-info-cookie {
    background-image: none;
}
.btn-info-cookie.disabled:hover,
.btn-info-cookie[disabled]:hover,
fieldset[disabled] .btn-info-cookie:hover,
.btn-info-cookie.disabled:focus,
.btn-info-cookie[disabled]:focus,
fieldset[disabled] .btn-info-cookie:focus,
.btn-info-cookie.disabled.focus,
.btn-info-cookie[disabled].focus,
fieldset[disabled] .btn-info-cookie.focus {
    background-color: #e2e2e2;
    border-color: transparent;
}
.btn-info-cookie .badge {
    color: #f7f7f7;
    background-color: #fff;
}

/* Leads */

.lead .text-box,
.lead p,
.lead td {
    line-height: 20px;
}
.lead b {
    font-weight:bold;
    margin-right:10px;
}
.lead h3 {
    font-size: 1.30rem;
    font-weight: 400;
}
.lead td {
    vertical-align: top;
}
.btn-success {
    color: #fff;
    background-color: #f29007;
    border-color: #f29007;
}
.design-page-content {
    text-align: left;
}

/* popup */
dialog {
    display: none;
    position: relative;
    background: white;
    z-index: 1002;
    padding: .5em 1em;
    width: 100%;
    height: auto;
}

dialog[open="open"] {
    display: block;
}

@media (min-width: 30em) {
    dialog {
        position: absolute;
        top: 20%;
        left: 0%;
        margin: 0 auto;
        width: 500px;
        border: 1px solid #ccc;
    }
}

dialog::backdrop,
#backdrop {
    /* Ebene zwischen Hintergrund und Dialog-Box, Pseudoelement noch nicht implementiert */

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

dialog #close-dialog {
    position: absolute;
    right: 0;
    top: 0;
    height: 2em;
    cursor: pointer;
    background-color: white;
    color: black;
    font-weight: normal;
    font-size: 1.0em;
}

.btn-secondsol {
    color: #fff;
    background-color: #f29007;
    border-color: #f29007;
}
.btn-secondsol:hover {
    color: #f29007;
    background-color: #fff;
    border-color: #f29007;
}
div small {
    line-height: 15px;
}

.btn-secondsol-grey {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
.btn-secondsol-grey:hover {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
}
.content-leads .lead td,
.content-leadsview .lead td {
    font-size: 1.0rem;
}

#individuelle_cookie_einstellungen {
    color: lightgray;
}

.fieldGroup59 {
    display: none;
}

#topbannerText h2,
#topbannerText p,
#topbannerText li {
    color:#ffffff;
}

@media (max-width: 990px) {
    .content-searchforpvreplacementmodules #topbanner {
        height:200px !important;
    }
}

@media (max-width: 560px) {
    p {
        font-size: 1.0rem;
        line-height: 1.1rem;
        font-weight: 300;
        margin-bottom: 0;
    }

    ul#cookies_set li,.btn-info-cookie {
        font-size: 0.8rem;
    }

    .btn-success-cookie {
        font-size: 0.9rem;
    }

    /*.modal-footer,.modal-header {*/
    /*    padding: 0.4rem;*/
    /*}*/
    /*.modal-footer,.modal-header h5 {*/
    /*    font-size: 0.7rem;*/
    /*}*/


}
@media (min-width: 991px) {
    .content-searchforpvreplacementmodules #topbanner {
        height:455px !important;
    }
}


@media (max-width: 992px) {
    #sfeld1::placeholder {
        color: #C0C0C0!important;
        opacity: 1;
    }
}

.bluebar {
    background-color: #25377F;
    color: white;
    height: 35px;
    font-size: 0.9rem;
}

.bluebar a {
    color: white;
    padding-left: 1rem
}

.whiteheadline {
    color: white;
}

h3.whiteheadline {
    font-size: 2rem;
    line-height: 2rem;
}

h1.whiteheadline {
    font-size: 3rem;
    line-height: 3rem;
}

ul.buehnestartul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: white;
}

ul.buehnestartul li {
    line-height: 2.3rem;
    color: white;
    font-size: 1.2rem;
}

/*.nav-link {*/
/*    text-transform: uppercase;*/
/*}*/

.seso-btn-clean.active {
    color: #fff;
    border: 1px solid #f29007;
    background: #f29007;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}


a.seso-btn-clean.active:hover {
    text-decoration: none;
}



.seso-btn-clean.active:hover {
    color: #545454;
    border: 1px solid #545454;
    background: #fff;
}

.display-none {
    display: none;
}

#ui-datepicker-div {
    background: white;
    border: 1px solid lightgray;
    width: inherit !important;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

#userMediaTab li {
    margin: 0;
}



#userMediaTab .show {
    border: 1px solid lightgray;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 3px;
    border-bottom: 0;
    padding: 3px 10px;
    margin-right: 0;
    margin-right: 0;
    border-bottom: 0;
    margin-left: -1px;
}

#userMediaTab .show.active {
    border: 1px solid lightgray;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 3px 10px;
    border-bottom: 0;
    color: white;
    background: #f29007;
    margin-right: 0;
    border-bottom: 0;
    margin-left: -1px;
}


#userMediaTab a {
    border: 1px solid lightgray;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 3px 10px;
    margin-right: 0;
    border-bottom: 0;
    margin-left: -1px;
}

.thumbnail.thumbnail-video {
    position: relative;
}

.fa.fa-play.fa-2x {
    top: 30px !important;
    left: 50px !important;
}

#calendarEventCategoryTree li.active .seso-btn-clean{
    border: 1px solid lightgray;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 7px 20px;

    color: white;
    background: #f29007;

}

.veranstaltungskalender a:hover {
    text-decoration: none;
}


.breadcrumb li a {
    font-size: 10px;
}

.content-my-sales-unit label {
    margin-left: 5px;
}


.kk-wrapper textarea.form-control {
    border-radius: 5px !important;
}


#ergebnislevel4 .card.mt-1 {
    margin-top: 1px !important;
}

.dlabel label {
    display: inline-block;
    margin-bottom: .5rem;
}


.my-form-control:focus {
    color: #8898aa;
    border-color: #bababa;
    outline: 0;
    background-color: #fff;
    box-shadow: none;
}

.my-form-control::placeholder {
    opacity: 1;
    color: #adb5bd;
}

.my-form-group {
    margin-bottom: 1.5rem;
}


.card > hr {

    margin: 0 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.dcHeader .card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

.bg-secondary {
    background-color: #fff !important;
}
.drow .row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.prow {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}
@media (max-width: 550px) {
    .prow {
        justify-content: center;
    }
}

.my-form-control:focus::placeholder {
    color: #adb5bd;
}
.form-control-alternative {
    border-radius: .375rem;
    transition: box-shadow .15s ease;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

form input:required{
    _border: red solid 1px;
}
form input:required:valid{
    _border-left: green solid 3px;
}

.form-control-alternative:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.heading-small {
    font-size: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #8898aa !important;
}

#lu_anrede{
    border-radius: 5px;
}

.payImg{
    height: 130px;
    padding: 1rem;
    text-align: center;
}

.imgCaption{
    text-align: center;
    font-weight: bold;
}

.payRadios{
    text-align: center;
}

.payobt{
    text-align: center;
}

.paymentType{
    margin: 22px;
}

.dcard .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: none;
    border-radius: 0;
    background-color: #fff;
    background-clip: border-box;
}
.my-form-control{
    background: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
    padding-left: 20px;
    font-weight: 500;
    border-radius: 0;
}

.dtabContainer .buttonContainer a{
    cursor: pointer;
    font-size: 0.94rem;
    text-align: center;
    flex-wrap: wrap;
    border: none;
    color: black;
    font-weight: 400;
    display: block;
    text-transform: none !important;
    margin-right: 5px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.dtabContainer {
    border: none;
}

.dtabContainer .buttonContainer li{
    border-bottom:3px solid transparent;
}

.dtabContainer .buttonContainer li.active {
    border-bottom:3px solid #f29007;
    color: #f29007;
}
.dtabContainer .buttonContainer li:hover{
    border-bottom:3px solid transparent;
    color: #f29007 !important;
}
.dtabContainer .buttonContainer .active a{
    color: #f29007 !important;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.dtabContainer .nav{
    display: flex !important;
}

.settingsSubTittle{
    text-transform: capitalize;
}

.dProcess h3 {
    font-size: larger!important;
    font-weight: bolder !important;
}

.dProcess h4 {
    font-size: large !important;
    font-weight: bolder !important;
}

div#addWrapper{
    background-color: #d8d8d8;
}

.phonescreen img{
    height: 50px;
}


.spareParts .card > hr {
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, .08) !important;
}
.spareParts .card-body{
    padding: 0;
}

.spareParts .cardshadow {
    box-shadow: 1px 4px 6px rgba(50, 50, 93, .11), 1px 1px 3px rgba(0, 0, 0, .08);
}

.spareParts .card-img-top{
    margin: 2rem 0;
}

.spareParts .cardshadow:hover {
    box-shadow: 2px 12px 14px rgba(50, 50, 93, .11), 2px 1px 3px rgba(0, 0, 0, .08);
}
.spareParts .card-text{
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 0.7rem;
}
.spareParts .card > a:hover{
    text-decoration: none;
    color: inherit;
}
.cardDeck{
    margin: 1rem 0.5rem;
}
.cardDeck-tittle{
    margin-bottom: 0;
    font-weight: 500;
}
@media (max-width: 550px) {
    .addSubA{
        margin: auto !important;
    }
}
@media (max-width: 550px) {
    .addSubB{
        margin: 1rem auto !important;
    }
}

@media (max-width: 995px) {
    .btnX, .btnY {
        width: 170px;
    }
}

.addSubA{
    margin: 0 8px;
}

.addSubB img{
    height: 200px;
}
.dProcess p{
    line-height: 1.5rem !important;
}
.addContent{
    padding: 1.5rem 0;
}
.content-packets_membership_upgrade .kk_subline {
    padding-top: 0px !important;
    font-size: 12px;
}
.content-packets_membership_upgrade .fa-check {
    color: forestgreen;
}
.content-packets_membership_upgrade .fa-times {
    color: red;
}
.content-packets_membership_upgrade li {
    list-style: none;
    padding-top: 10px;
}
.priceIcon {
    height: 20px;
}
.price-box {
    height: 45px !important;
}
.lang-flag {
    width: 22px;
}
.lang-flag-box {
    height: 16px;
    margin-top: -2px !important;
}
.border-flag {
    border: 1px solid #cccccc;
    width: 35px;
    height: 22px;
    display: block;
    position: absolute;
    top: 2px;
}

.border-flag-new {
    /*box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important*/
    /*-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);*/
    /*box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15) !important;*/
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15);
}

.dcard .card-header, .dcard .card-body{
    padding: 0 !important;
}

.kk-wrapper p.kkk-p{
    font-size:12px;
    color: #FFFFFF;
    text-align: center;
}

.kk-wrapper p.kk-hidep{
    visibility: hidden;
}

.kk-wrapper .kk_subline{
    padding-top: 0px;
    font-size: 12px;
    text-indent: 20px;
    font-weight: normal; !important;
}

.kk-label-div{
    float: left;
    width: 92%; !important;
}

.kk-label{
    text-align: left;
    padding-left: 10px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 30px;
}
.kk-radio-div{
    padding-top: 30px;
    float: right;
    width: 8%; !important;
}

.kk-wrapper .kk-per-month{
    text-align: center;
    padding-left: 13px;
    padding-top: 15px;
    padding-right: 13px;
}

.kk-p{
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.kk-tri{
    margin: 0 auto;
}

.kk-btn{
    border-radius: 5px;
    background-color: #e8e8e8;
}

.kk-form-padding{
    margin-right: 5px;
    margin-left: 5px; !important;
}

.kk-wrapper .startbutton{
    margin-top: 10px; !important;
}

.kk-wrapper .business-packages{
    display: flex;
    justify-content: center;
}

.kk-wrapper .rect-package{
    padding-bottom: 20px
}

.kk-wrapper li {
    list-style: none;
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
}

.rectangle{
    background: #FFFFFF;
    /*width: 290px;*/
    /*height: 380px;*/
    /*outline-color: #e8e8e8;*/
    /*outline-style: double;*/
    /*outline-width: thin;*/
}

.rectangle.small-rect{
    visibility: hidden;
    /*width: 290px;*/
    height: 35px;
    background: #f29007;
    padding: 0;
}

.rectangle.stand.small-rect{
    visibility: visible;
}

.you-pay-1{
    text-align: center;
    padding-left: 13px;
    padding-top: 69px;
    padding-right: 13px;
}

.you-pay-2{
    text-align: center;
    padding-left: 13px;
    padding-top: 91px;
    padding-right: 13px;
}

.pay-price{
    text-align: center;
    padding-left: 13px;
    padding-top: 15px;
    padding-right: 13px;
    font-size: 40px;
}

.rectangle:hover{
    background-color: #e8e8e8;
}

.rectangle:hover ~ .text-center {
    background: #e8e8e8;
}
#stand-rect{
    background-color: #e8e8e8;

}

.triangle-down {
    visibility: hidden;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #e8e8e8;
}
.stand-tri{
    visibility: visible;
}

i.fa.fa-check{

    color: green;
}

.small-in-line{
    font-style: normal;
    font-size: 12px;
!important;
}

.prem-container{
    width: 290px; height: 145px; background-color: #FFFFFF; !important;
}

.stand-container{
    width: 290px; height: 109px; background-color: #FFFFFF; !important;
}

.essen-container{
    width: 290px; height: 235px; background-color: #FFFFFF; !important;
}

.kk-seso-package li {
    list-style: none;
    padding-top: 10px;
    font-weight: bold;
}

section {
    padding: 60px 0;
}

.dtabContainer{
    margin-bottom: 1rem; /* b5 rb account 2023 */
}

#tabs-head .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f29007;
    background-color: transparent;
    border-color: transparent transparent #f29007;
    border-bottom: 2px solid !important;
    font-size: 15px;
    /*text-transform: capitalize; !important;*/
    font-weight: bold;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000000;
    font-size: 15px;
    text-transform: capitalize; !important;
}
.mobile_rate, .mobile_specs{
    margin: 0 !important;
}
@media (max-width: 500px) {
    .marketplaceArticleMoreProducts #team2 > div{
        padding: 0!important;
    }
}
@media (max-width: 500px) {
    .this_couldBe_interesting{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .marketplaceArticleMoreProducts h2{
        font-size: 0.95rem;
        font-weight: 400;
    }
}
.download-left{
    min-width: 60%;
}

#tabs-head-dec li{
    margin-right: 0 !important;
}
.accordion-namer:first-letter{
    text-transform: capitalize !important;
}

.accordion-namer{
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none !important;
    display: block !important;
    text-transform: initial;

}

@media (min-width: 500px) {
    .mobileView, .mobile_price_button {
        display: none;
    }
}

@media (max-width: 500px) {
    .deskView, .desk_price_button{
        display: none;
    }

}

.headText button{
    text-decoration: none;
}

#tab_price td, #tab_price th {
    margin: 0;
    padding: 4px;
    vertical-align: middle;
}

@media (max-width: 500px) {
    .mobileview_detail_width {
        max-width: 100%;
    }
}
@media (min-width: 501px) {
    .mobileview_detail_width {
        max-width: 87%;
    }
}
.design-page-content .nav-tabContent{
    height: 100%;
}
h1.categoryFieldview{
    font-weight: bold;
    font-size: 1.3rem;
}

.priceDecoAlpha{
    font-size: 1.8rem;
    font-weight: 800;

}
.priceDecoBeta{
    font-size: 1.3rem;
    font-weight: 700;
}

.dtabContainer .buttonContainer a,
.dtabContainer .buttonContainer a:hover,
.dtabContainer .buttonContainer a:focus,
.dtabContainer .buttonContainer a:active,
.dtabContainer .buttonContainer li {
    border-bottom:1px solid transparent !important;
    text-decoration: none !important;
}

.dtabContainer .buttonContainer li:hover,
.dtabContainer .buttonContainer li:focus,
.dtabContainer .buttonContainer li.active {
    border-bottom:1px solid #ff8000 !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .dec-list-btn {
        padding-left: 15px;
    }
}

.add-list-dropdown{
    color: #545454 !important;
    font-weight: 300 !important;
}

.toastAnime{
    transition: 1s;
    border: 1px solid #ff8000 !important;
}
.hiddenButtn {
    margin: 0 !important;
    padding: 7px 11px !important;
}
.days-ended, .days-paused {
    border-radius: 15px;
    color: rgb(255, 255, 255);
    max-width: 50px;
    min-width: 50px;
    display: inline-block;
    text-align: center;
}

.days-paused {
    background: #01386a;
}
.days-ended {
    background: red;
}

.days-many, .days-low {
    border-radius: 15px;
    color: rgb(255, 255, 255);
    max-width: 50px;
    min-width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;

}
.days-many {
    background: rgb(22, 161, 58);
}

.days-low {
    background: #ff8000;
}

#kk-busr-popup2 .kkk-p {
    display: block;
    padding: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

/*.text-center.pb-4.box-unten {*/
/*    height: 100px;*/
/*}*/



.list-checkmarks {
    padding-left: 1.5rem !important;
}

.list-checkmarks li {
    list-style-type: none;
    padding-left: 1rem;
}

.list-display li {
    margin-bottom: .4rem;
    font-size: 1.1rem;
}

.list-checkmarks li {
    list-style-type: none;
}

.list-display li {
    font-size: 1.1rem;
}

.list-checkmarks li::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 5px 0 -28px;
    color: #17aa1c;
}


.box-orange {
    height: 45px !important;
    background: #f29007;
}
.box-orange p {
    display: block;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}
.box-clean {
    height: 45px !important;
}
.my-membership-bg {
    background-color: #f1f1f1;
}
.member-box-min-h {
    min-height: 920px;
}
.memberships li {
    margin-bottom: 12px !important;
}
.memberships li.li_subline {
    margin-top: -20px;
    margin-left: 20px;
    font-size: 12px;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}
.content-my-marktplatz-neu #adCreateStepContent p.headline-45 {
    /*margin-bottom: -28px !important;*/
    clear: both;
    margin-top: 15px;
}
.dtabContainer .buttonContainer li {
    padding: 0 15px;
}
.userAdsTab ul li {
    padding: 0 15px;
}

form .form-group input {
    background-color: #eeeded63;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
}
form .form-group select {
    background-color: #eeeded63;
}
form .form-group textarea {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
}

form .form-group .input-group input,
form .form-group .input-group textarea {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    /*border-top-left-radius: 0 !important;*/
    /*border-bottom-left-radius: 0 !important;*/
}
form .form-group .input-group span {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
form .form-group .input-group .input-group-addon {
    padding: 10px 12px;
}
form .form-group .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 4px 0 30px 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    /* background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4)); */
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.form-check {
    padding-left: 0rem;
}
.adcolor {background-color: #fbf0d580  !important;}

.bus-dir-logo {
    height: 150px !important;
    width: 150px !important;
    float: left;
    background-color: white;
    margin-top: -75px;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.nav-style-padding a{
    padding: 0 !important;
}

@media (max-width: 992px) {
    img.icon-responsive {
        width: 50px !important;
        height: 50px !important;
    }
}
@media (min-width: 992px) {
    img.icon-responsive {
        width: 80px !important;
        height: 80px !important;
    }
}

img.icon-responsive {
    fill: #545454;
}

.price-table-dec td{
    font-size: 0.83rem;
}
.price-table-title-dec th {
    background-color: white;
    text-align: center;
}
.price-table-subtitle-dec th {
    font-weight: 400;
    background-color: white;
    border-bottom: none;

}
.price-table-subtitleB-dec td {
    background-color: white;
    border-top: none;
    padding-top: 0;
}
.non-table td{
    border: none;
    height: 0;
    padding: 0;
}
tr .check-cross {
    text-align: center;
    /*font-size: 1rem;*/
}
tr .cross-red{
    color: red;
}
.non-bordered-tab  td {
    border: none;
    background-color: white;
}

#ergebnis .form-check {
    padding-left: 1.25rem;
}
.table-small-font td,
.table-small-font td a {
    font-size: 0.8rem;
}
.w-20 {
    width: 20% !important;
}
.w-40 {
    width: 40% !important;
}

@media (max-width: 600px) {
    .faq-screens {
        max-width: 100%;
        margin: auto;
    }
}
@media (min-width: 601px) {
    .faq-screens {
        max-width: 75%;
        margin: auto;
    }
}
@media (min-width: 601px) {
    .mobileView1 {
        display: none;
    }
}

@media (max-width: 600px) {
    .deskView1 {
        display: none;
    }

}

.faqLinks{
    color: blue;
}
.mobileView1{
    width: 100%;
    margin: auto;
}

.faq-screens hr{
    margin: 0;
}
.faq-screens .btn-link h3{
    color: #212529;
    text-decoration: none !important;
}
.faq-screens .card-header:hover{
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: inherit;
}
.faq-screens .card-header{
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: black;
}
.faq-screens .card{
    border: none;
}
.faq-screens .tabContent {
    margin-top: 10px;
}

@media (max-width: 500px) {
    .faq-screens .tabContainer ul li{
        font-size: 1rem;
    }
}

.faq-screens .collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #868e96;
    position: absolute;
    top: calc(50% - 0px);
    right: -1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.faq-screens .collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #868e96;
    position: absolute;
    top: calc(50% - 6px);
    right: calc(-1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.faq-screens .collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.faq-screens .collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.faq-screens .buttonContainer button{
    background-color: transparent;
    outline: none;
    border: none !important;
    margin-right: 5px;
    border-bottom:2px solid transparent !important;

}
.faq-screens .buttonContainer button:hover{
    outline: none;
    border: none !important;
    border-bottom:2px solid #f29007 !important;
    color: #f29007;
    size: initial;
}
.faq-screens .nav-tabs{
    margin-bottom: -1px
}
.faq-screens .tabContent{
    min-height: 300px;
}
@media (max-width: 992px) {
    img.icon-responsive-mod {
        width: 50px !important;
        height: 50px !important;
    }
    .icon-dec{
        justify-content: initial !important;
    }
}
@media (min-width: 992px) {
    img.icon-responsive-mod {
        width: 70px !important;
        height: 70px !important;
    }
}

img.icon-responsive-mod {
    fill: #545454;
}
.card-style-acc h5{
    margin-bottom: 5px;
}
.mini-cards-acc .card:hover{
    background: #fafafa;
}
.acc-page .cards .card{
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 0;
    min-width: 340px;
}
.acc-page .cards .card-content{
    height: 100%;
    padding: 1rem;
}
.acc-page .cards .icon-dec{
    float: left;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 1px;
    overflow: visible;
    /*width: 10px;*/
}

.acc-page .card-links{
    display: block;
}
.icon-dec img{
    width: 10px;
}
.acc-page .cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 20px;
}
.acc-view{
    max-width: 1500px;
    margin: auto;
}
.ext-wrd.acc-page p {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.ext-wrd.acc-page a {
    text-decoration: none;
}
.acc-page .card-body{
    padding: 0 0 0 5px;
}
.card-style-acc a:hover{
    color: inherit;
}
@media (max-width: 500px) {
    .fullpageD-width {
        max-width: 100%;
    }
}
@media (min-width: 501px) {
    .fullpageD-width {
        max-width: 1500px;
        width: 83%;
    }
}
.headerOver-image{
    color: #fff;
    font-size: 3rem  !important;
    margin-bottom: 2rem !important;
    line-height: 2.3rem !important;
}
@media (max-width: 1112px) {
    .headerOver-image {
        font-size: 2.8rem !important;
        margin-bottom: 2rem !important;
        line-height: 2.3rem !important;
    }
}
@media (max-width: 991px) {
    .headerOver-image {
        font-size: 2.5rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 2.3rem !important;
    }
}
@media (max-width: 781px) {
    .headerOver-image {
        font-size: 1.9rem !important;
        margin-bottom: 1rem  !important;
        line-height: 2.3rem !important;
    }
}
.headerOver-image p{
    line-height: 1.5rem !important;
}

@media (max-width: 1112px) {
    .front-headerOver-image {
        font-size: 1rem;
        font-weight: 400;
        line-height: 2rem
    }
}
@media (max-width: 991px) {
    .front-headerOver-image {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 2rem
    }
}
@media (max-width: 781px) {
    .front-headerOver-image {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.8rem
    }
}
.border-filterbox .box-topanzeige{
    position: absolute;
    background: orange;
    padding: 2px 10px;
    opacity: 0.9;
    color: white;
    top: 10px;
    width: auto;
}
.dropdown .ddm-left {
    left: 0 !important; /* b5 account rb 2023  */
}



.header__mobile{
    /*height: 7rem;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 15px;*/
}

.hamburger-toggle {
    color: black;
    /*margin-left: 15px;*/
    padding: 0;
    margin: 0;
    /*width: 2rem;*/
    /*height: 2rem;*/
}

.navbar-toggler.toggler-hamburger {
    cursor: pointer;
    background: none;
}
.nav-notify{
    display: flex;
    flex-direction: column;
}

.search__mobile{
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search__input{
    background-color: #f4f2f2 !important;
    border: none  !important;
    color: inherit;
    padding: 5px 1.3rem;
    border-radius: 4px!important;
    /*width: 97% !important;*/
    transition: all .3s;
    margin-right: -20px;
    margin-left: -8px;
}

.search__input:focus{
    outline: none !important;
    /*width: 100% !important;*/
    background-color: #f0eeee !important;
}

.search__input:focus + .search__button{
    background-color: #f0eeee !important;
}
.search__button{
    border: none;
    background-color: #f4f2f2 !important;
    align-content: center;
    display: flex;
}
.search__button:focus{
    outline: none;
}
.search__button:active{
    transform: translateY(2px);
}


.search__icon{
    height: 0.75rem;

}
.nav__subB{
    display: flex;
    align-items: center;
    /*align-self: stretch;*/
}

.user-nav__notification{
    font-size: 0.65rem;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 50%;
    background-color: #333333;
    color: #fff;
    position: absolute;
    left: 1.8rem;
    bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-nav__icon-box{
    padding: 0 3.2vw;
    cursor: pointer;
    position: relative;
}

.user-nav__icon-box-final{
    padding-left: 3.4vw;
    padding-right: 0;
    cursor: pointer;
    position: relative;
}


.user-nav__icon,.user-nav__icon-final{
    height: 1.45rem;

}

.menu__icon-header{
    height: 1.45rem;
}


.seso_logo-link{
    display: contents;
}
.menu__icon-header:focus{
    outline: none;
}

button.navbar-toggler.toggler-hamburger{
    margin-right: 15px;
}

button.navbar-toggler.toggler-hamburger:focus{
    outline: none;
}

.site-header-dec{
    padding: 5px 10px;
}

nav__subA{

}

.form-seso input,
.form-seso select {
    -webkit-appearance: none;
    display: block;
    font-size: 1rem;
    border: solid 1px #99a4ac;
    border-radius: 5px;
    padding: 0.7rem;
    color: #555;
    width: 100%;
    max-width: 50rem;
}
.seso-border-round {
    -webkit-appearance: none;
    display: block;
    font-size: 1rem;
    border: solid 1px #99a4ac;
    border-radius: 5px;
    padding: 0.7rem;
    color: #555;
    width: 100%;
    max-width: 50rem;
}
.headerfront .column, .headerfront .column1 {
    width: 25%;
    height: 23.5vw;
    min-height: 270px;
    position: relative;
    z-index: -1;
}
.lefttext{
    width: 25%;
    background-color: #BFEFFF;
    position: relative;
}
.search_box .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background: orange!important;
    z-index: 1;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search_box .btn:hover{
    background: #ff8c00 !important;
}
.search-wrapper .search_box .search_field .input{
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 38px;
    color: #6f768d;
    background-color: #f9f9f9!important;
    outline: none;
}
.btn_common .search_button__icon{
    width: 22px;
    text-align: end;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.search-wrapper .search_box .search_field .input:focus{
    outline: none;
}
.search-wrapper .search_box .search_field{
    width: 350px;
    height: 100%;
    position: relative;
}
.search-wrapper .search_box{
    /*width: calc(300px + 15vw);*/
    background: #F3F3F3;
    border-radius: 4px;
    padding: 0 25px;
    display: flex;
    border:  1px solid #e9ecef!important;
}
.search-wrapper{
    margin-top: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
}

@media (max-width: 991px) {
    .search-wrapper {
        width: 99%;
        margin: auto;
    }

    .search_box{
        width: 100%!important;
    }
    .user-nav__icon-box{
        padding-left: 8px;
        padding-right: 8px;
    }
    .user-nav__icon-box-final{
        padding-left: 8px;
    }
    /*.button.navbar-toggler.toggler-hamburger{*/
    /*    margin-right: 8px;*/
    /*}*/
}

@media (max-width: 350px) {
    .user-nav__icon-box{
        padding-left: 8px;
        padding-right: 8px;
    }
    .user-nav__icon-box-final{
        padding-left: 8px;
    }
    button.navbar-toggler.toggler-hamburger{
        margin-right: 8px!important;
    }
}

.topmost_border{
    border-right: 1px solid #fff;
}
.bluebar_content{
    height: 100%;
}
.header_background__SellOnSecondsol{
    background-color: orange;
    display: flex;
    height: 100%;
    padding: 8px 15px;
    align-items: center;
    font-size: 0.85rem;
}
.main_nav__elements{
    padding: 36px 15px;
}

.logedin_topLinks{
    align-self: center;
}
.logedin_topLinks a{
    padding: 0 10px!important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
}

.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    display: block;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 1.9rem;
    font-weight: bolder;
    color: #818181;
    padding: 10px;
}

.sidenav .closebtn:hover{
    color: black;
}

.navbar-nav-dec a{
    color: black;!important;
}
.slide-logo{
    width: 200px;
    padding-left: 20px!important;
}

.navbar-nav-dec li{
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    height: 60px;
    display: flex;
}

.navbar-nav-dec li a{
    display: flex;
    align-items: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 400;
}

.section1{
    border-bottom: 25px solid #eee;
    margin-bottom: 0;
}

.section2{
    border-bottom: 25px solid #eee;
    margin-bottom: 0;
}

.section3{
    margin-bottom: 0;
}
.in-nav__icon{
    height: 13px;
    cursor: pointer;
}

.nav-overlay{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
}
.dropdown-toggle::after{
    display: inline-block !important;
    margin-left: 1px !important;
    vertical-align: 0 !important;
    content: "";
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent!important;
}

.dropdown-toggle::after:focus{
    outline: none;
}

.dropdown-toggle:focus{
    outline: none;
}
.lang-flags{
    width: 26px;
}
.lang-flags_desktop{
    width: 30px;
    margin: 3px 0;
    align-self: center;
    height: 22px;

}

.hidden-flag{
    display: none;
}

.topmost_links{
    display: flex;
}
.topmost_links a{
    cursor: pointer;
}
.menu_tittles{
    border-top: 1px solid orange;
    display: flex;
    background-color: #F3F3F3;
    padding: 4px;
    font-size: 0.85rem;
}
.bold_navLink{
    font-weight: 600;
}
.menu_tittles .navbar-nav a{
    padding: 9px!important;
}

@media (min-width: 1110px) {
    .menu_tittles .navbar-nav a{
        padding: 9px 15px!important;
    }
}
.head_icon_text{
    font-size: 0.85rem;
    /*margin-top: -3px;*/
}
.menu_tittles li{
  border-bottom: none!important;
    font-size: 1.00rem;
}
.mobi_search{
    margin-bottom: 10px;
    margin-top: 5px;
}
.mobi_search a:hover, .mobi_search a:focus{
    outline: none;
}
.dropdown-dec a:hover, .dropdown-dec a:active {
    outline: none;
}
.side-icon-space{
    margin-right: 13px;
}
#ergebnislevel4 .card {
    border-top: 4px solid #F1F1F1;
}

#filterform input[type="text"] {
    /*font-size: 25px;*/
    /*position: absolute;*/
    /*transform: translate(-50%, -50%);*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*padding: 15px;*/
}
#filterform input[type="text"]::-webkit-input-placeholder {
    color: #c4c4c4;
    font-size: 0.8rem;
}
#filterform input[type="text"]:-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
    font-size: 0.8rem;
}
#filterform input[type="text"]::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
    font-size: 0.8rem;
}
#filterform input[type="text"]:-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 0.8rem;
}
#filterform input[type="text"]::-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 0.8rem;
}
#filterform input[type="text"]::placeholder {
    color: #c4c4c4;
    font-size: 0.8rem;
}

.seso-special-button {
    background-color: white !important;
    color: #666666 !important;
    border: 1px solid #CCCCCC !important;
}

.seso-special-button:hover {
    border-color: #CCCCCC !important;
    background-color: #666 !important;
    color: #fff !important;
    fill: #fff !important;
}

@media screen and (max-width: 768px) {
    .process-circles{
        display: flex!important;
        flex-direction: column !important;
        align-content: center;
    }

}

@media screen and (max-width: 625px) {
    .bs-foot-txt p{
        line-height: 1.5!important;
        text-align: center;
    }
    .bs-footerBtns {
        align-items: center;
    }
    .directoryInfo-top h4, .directoryInfo-body h4{
        text-align: left!important;
    }
    .directoryInfo-top-sub {
        text-align: left!important;
    }
    /*.directoryInfo-top-sub .labels {*/
    /*    text-align: center!important;*/
    /*}*/

    .bs-icon-shell {
        width: 80px !important;
        height: 80px !important;
    }

    .bs-icon-shell .bs-icons {
        width: 50px !important;;
    }

    /*.bs_rightArrows-wrap{*/
    /*    display: none!important;*/
    /*}*/
    .content-shadow-mobile{
        width: 100%;
        height: 100%;
        color: white;
    }
    .content-shadow{
        display: none;
    }
    .top-image-gradient{
        background-color: rgba(0, 0, 0, 0.6);
        padding: 15px;
    }

    .top-image-gradient a:hover{
        border: none;
    }

    .top-image-gradient h1{
        font-size: 1.5rem;
        margin-top: 0!important;
        line-height: 1.3!important;
    }
    .bs-body-img{
        height: 225px!important;
    }
}


@media screen and (max-width: 350px) {
    .directoryInfo-top-sub-icons .labels {
        width: 80px!important;
    }
}

.directoryInfo-top-sub-icons .labels{
    max-width: 15ch;
}

@media screen and (max-width: 991px) {
    .bs-group-shell-parent{
        display: flex!important;
        flex-direction: column !important;
        align-content: center;
    }
    .bs-group-shell{
        width: 305px!important;
    }
}

@media screen and (max-width: 390px) {
    .bs-footerBtns a{
        font-size: 0.68rem!important;
    }
}

@media screen and (min-width: 625px) {
    .content-shadow1{
        display: none;
    }
}
.top-image-gradient {
    width: 100%;
    height: 100%;
    position: relative;
}
.directoryInfo-top hr{
    width: 100%;
    margin: 20px 0;
}
.directoryInfo-top h4, .directoryInfo-body h4{
    text-align: center;
    align-content: center;
}

.directoryInfo-top-sub{
    max-width: 60rem;
    margin: auto;
    text-align: center;
}

.directoryInfo-top-sub-icons{
    max-width: 60rem;
    margin: auto;
    justify-content: space-between;
    /*padding: 0 10px;*/
}

.directoryInfo-top-sub-icons figure{
   width: fit-content;
}

.directoryInfo-body h5{
    font-size: 1rem;
    font-weight: 700;
}

.process-section li{
    display: flex;
    flex-direction: column;
}
.top-image-gradient .card{
    width: 30rem;
    height: 20rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 10px;
    border: none!important;
}

.top-image-gradient .card h1{
    margin-top: 0;
    font-size: 1.71rem;
    font-weight: 600;
}
.top-image-gradient .card-body{
    height: 100%;
}

.directoryInfo-top-sub-icons .bs-icons{
    width:  55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bs-group-icons{
    width: 53px;
}

.bs-icon-shell{
    border-radius: 100px;
    background-color: rgba(255, 165, 0, 0.2);
    width: 115px;
    height: 115px;
    position: relative;
}
.bs-group-shell{
    border-radius: 0.25rem;
    background-color: rgba(255, 165, 0, 0.2);
    width: 280px;
    height: 300px;
    position: relative;
    margin: 5px;
}
.bs-body-img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 10%;
}
.bs-SubGroup{
    display: flex;
    padding: 15px 0 15px 15px;
}
.bs-SubGroup div, .bs-SubGroup p{
    align-self: center;
}
.bs-SubGroup p{
    padding-left: 20px;
}
.bs-SubGroup img{
    margin-left: -8px;
}
.bs-group-content{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.number-Circles{
    width: 68px;
    height: 68px;
    border-radius: 50px;
    color: white;
    text-align: center;
    display: grid;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.number-CirclesA{
    background-color: rgba(255, 165, 0, 0.45);
}
.number-CirclesB{
    background-color: rgba(255, 165, 0, 0.65);
}
.number-CirclesC{
    background-color: rgba(255, 165, 0, 1);
}

.process-circles{
    max-width: 45rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
}
.bs_rightArrows{
    color:  #abb2b9;
}
.top-number{
    position: relative;
    height: 60px;
    width: 100%;
}
.processContent{
    width: 190px;
}
.processContent h5{
    text-align: center;
    margin-top: 15px;
}
.processContent p{
    text-align: center;
}
.bs-foot-img{
    height: 375px;
    background-image: url('/de/cache/design/resources/de/images/bs-midImg-C.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px;

}
.bs-foot-img p{
    color: #fff;
}
.bs-foot-txt{
    margin-top: 80px;
}
.bs-foot-txt p{
    font-size: 1.4rem;
    font-weight: 600;
}

.bs-footerBtns{
    display: flex;
    flex-direction: column;
}
.bs-footerBtns a{
    max-width: 390px;
    margin: 12px 0;
    border-radius: 0;
    color: #fff;
    background-color: orange;
    border: none;
    font-size: 0.8rem;
    font-weight: 600;
}
.bs-footerBtns a:hover{
    border: none;
}
.process-circles p{
    font-size: 0.85rem;
}
.content-shadow-mobile .top-image-gradient h1{
    font-size: 1.75rem;
    margin-top: 15px!important;
    line-height: 1.3!important;
}
.w-95{
    width: 95%;
}
.top-40{
    top:40px;
}
.swiss-product-details .article-number, .swiss-product-details .article-availability{
    font-size: 0.8rem;
}
.swiss-b2b-details{
    float: right;
    font-size: 0.8rem;
}

.double-banner h1{
    /*font-size: calc(1rem + 1.5vw);*/
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
}
.double-banner p{
    font-size: calc(1rem + 0.1vw);;
    line-height: 1.3;
}
.swiss-firstBanner, .swiss-secondBanner{
    height: calc(150px + 13.5vw);
    min-height: 235px;
    max-height: 435px;
}
.swiss-secondBanner .top-banner-text-right-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

.swiss-secondBanner .top-banner-text-right{
    color: rgba(0,0,0,0.5);
    margin: auto;
    height: 100%;
    padding: 30px;
}
.swiss-secondBanner .top-banner-text-right h1{
    margin-bottom: 35px;
    margin-top: 2.5rem;
    font-size: 1.7rem;
    font-weight: 700;
    max-width: 350px;
}
.swiss-container .head-ImageA{
    background-image: url('/de/cache/design/resources/de/images/bs-midImg-A.jpg');
    background-position: left;
}

.swiss-container .head-ImageB{
    background-image: url('/de/cache/design/resources/de/images/bs-midImg-C.jpg');
    background-position: center;
    position: relative;
}

.swiss-container .head-ImageE{
    background:linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01)), url('/de/cache/design/resources/de/images/top-swiss-new.jpg');
}

.swiss-container .head-ImageA, .swiss-container .head-ImageB, .swiss-container .head-ImageE{
    height: 100%;
    background-size: cover;
    border-radius: 0.3rem;
    overflow: hidden;
    color: #fff;
    padding: 30px;
    width: 100%;
}
.swiss-grey-content .desc-content{
    text-align: center;
}
.swiss-wrap.last-bgImg{
    background-image: url('/de/cache/design/resources/de/images/bs-midImg-C.jpg');
    height: 380px;
    background-size: cover;
    background-position: center;
    margin: auto;
    color: #fff;
    position: relative;
}

.swiss-wrap.last-bgImg h5{
    font-size: 2rem;
}
.swiss-wrap.last-bgImg p{
    font-weight: 500;
    font-size: 1.1rem;
}

.swiss-wrap.last-bgImg .card{
    background-color: #0D4F8B;
    width: 28rem;
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 0.4rem!important;
    height: 320px;
}
.swiss-icon-shell{
    height: 75px;
    width: 75px;
    background-color: rgba(255, 165, 0, 0.2);
    border-radius: 50px;
    position: relative;
    flex: initial!important;
}

.swiss-icon-shell .swiss-icons{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiss-grey-content .swiss-icons{
    width: 1.2rem;
}
.swiss-icons{
    width: 3rem;
}

.swiss-check-list .swiss-icons{
    margin-top: 5px;
    margin-right: 10px;
}
.swiss-check-list{
    max-width: 60rem;
}

.swiss-icon-list{
    max-width: 45rem;
}

@media screen and (max-width: 768px) {
    .swiss-icon-labels{
        display: block;
    }
}

.swiss-container{
    max-width: 1696px;
    margin: auto;
}

.swiss-chart{
    position: relative;
}
.swiss-chart{
    height: 552px;
}
.swiss-grey-content h2{
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0!important;
}
.swiss-grey-content .seso-btn-action{
    margin-bottom: 35px;
    font-weight: 500;
}
@keyframes faded {

    0%{
        opacity: 0;
    }

    99%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes faded-reverse {

    0%{
        opacity: 1;
    }

    1.000%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}

.swiss-discount-cards .card-body{
    position: relative;
}

.swiss-sample-tittles{
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
}
.swiss-container .top-banner-text p{
    color: rgba(255,255,255,0.9);
    font-weight: 600;
    margin-top: 25px;
    width: 35vw;
    max-width: 570px;
    overflow: auto;
}
.swiss-container .top-banner-text h1, .swiss-container .top-banner-text p{
    margin-top: 1rem;
}

.swiss-container .head-ImageB button{
    left: 30px;
}
.seso-product-wrapper{
    border-radius: 4px;
}
.seso-product-img{
    max-height: 200px
}
.seso-product-box-base{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}
.seso-product-price{
    float: none;
    font-size: 1rem
}
.seso-product-stars-align{
    align-self: end;
}
.product-flag-name{
    text-transform: uppercase;
}
.seso-product-box-small{
    font-size: 0.78rem;
    color: #8f96a3;
}
.seso-self-align-end{
    align-self: end;
}
.seso-product-box-base .lang-flag-box, .seso-product-box-base .userBoxIconTopSeller{
    height: 1rem;
}
.seso-product-wrapper{
    min-width: 230px;
}

@media screen and (max-width: 600px) {
    .seso-product-wrapper .truncate-seso, .seso-product-price{
        font-size: 0.8rem;
    }
}
.swiss-container .btn-darker{
    margin-top: 30px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px;
    color: #fff;
    padding: 10px 40px;
}
.swiss-container .btn-darker:hover{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

/*carousel*/
.swiss-container .vertical .carousel-inner {
    height: 100%;
}

.swiss-container .carousel slide{
    position: relative;
}
.swiss-container .carousel slide{
    height: 250px;
}
.carousel-inner, .carousel-item{
    height: 100%;
}

/* NEW SLIDER vertical */
.swiss-container .vert .carousel-item-next.carousel-item-start,
.swiss-container .vert .carousel-item-prev.carousel-item-end

{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiss-container .vert .carousel-item-next,
.swiss-container .vert .active.carousel-item-end
{

    -webkit-transform: translate3d(-10%, 100%, 0);
    transform: translate3d(-10%, 100%, 0);
}

.swiss-container .vert .carousel-item-prev,
.swiss-container .vert .active.carousel-item-start
{
    -webkit-transform: translate3d(-10%,-100%, 0);
    transform: translate3d(-10%,-100%, 0);
}

.swiss-container .vert .carousel-item.carousel-item-start .chart-text, .vert .carousel-item.carousel-item-start .carousel-page{
    animation: faded !important;
    animation-duration: 1s !important;
}

.swiss-container .vert .carousel-item.carousel-item-end .chart-text, .vert .carousel-item.carousel-item-end .carousel-page{
    animation: faded !important;
    animation-duration: 1s !important;
}

.swiss-container .carousel .carousel-page {
    position: absolute;
    right: 102px;
    top: 50%;
    transform: translate(0, -50%);
    animation-name: faded;
    animation-duration: 500ms;
}
.swiss-container .chart-text button{
    margin-top: 1.5rem;
}


.swiss-container .curve-image{
    height: 34.5rem;
    left: 16rem;
}


/*new chart*/
.swiss-container .carousel {
    position: relative;
    overflow: hidden;
}

.swiss-container .carousel .carousel_item,
.swiss-container .carousel .carousel__item--visible {
    display: none;
}

.swiss-container .carousel .carousel__item--visible {
    display: block;
}

.swiss-container .carousel_buttons {
    cursor: pointer;
    height: 50px;
    width: 50px;
    border: 0;
    border-radius: 50px;
    color: #fff;
    background-color: orange;
    margin: 80px 30px;
}

.swiss-container .carousel-controls {
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    right: 70px;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    justify-content: space-between !important;
}
.swiss-container .carousel-item img{
    object-position: center;
    object-fit: cover;
    height: 360px;
    width: 360px;
    border-radius: 200px;
    display: inline;
    position: absolute;
    left: 8rem;;
    top: 50%;
    border: 20px solid #f1f1f1;;
    transform: translate(0, -50%);
}

.swiss-container .carousel .chart-text {
    position: absolute;
    left: 535px;
    top: 50%;
    transform: translate(0, -50%);

}

.swiss-container .carousel-item.active .chart-text, .carousel-item.active .carousel-page {
    animation: faded-reverse;
}


.swiss-container .carousel-item{
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    transition: 0.4s !important;
}

.swiss-container .chart-text p, .chart-text h5{
    width: 40vw;
    max-width: 700px;
}

.swiss-container .chart-text {
    width: 100%;
}

.swiss-discount-cards img{
    max-width: 240px;
    padding: 15px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
button.view-all-link.btn-swiss{
    font-size: 0.8rem;
    color: #0D4F8B;
    font-weight: 600;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}
.swiss-container .top-banner-text button, .swiss-container .head-ImageB button{
    padding: 8px 60px;
    position: absolute;
    bottom: 70px;
    margin-top: 25px;
}
.swiss-container .top-banner-text h1, .swiss-container .top-banner-text p{
    max-width: 450px;
    min-width: 250px;
}
@media screen and (max-width: 1440px) {
    .swiss-chart{
        height: 400px;
    }

    .swiss-container .carousel-item img{
        height: 245px;
        width: 245px;
        left: 8.3rem;
    }
    .swiss-container .curve-image{
        left: 14rem;
    }
    .swiss-container .carousel .chart-text{
        left: 410px;
    }
    .swiss-container .carousel-controls {
        right: 55px;
    }
    .swiss-container .carousel .carousel-page {
        right: 90px;
    }

    .swiss-container .top-banner-text button, .swiss-container .head-ImageB button{
        bottom: 45px !important;
    }

}
@media screen and (max-width: 1025px) {
    .swiss-chart{
        height: 380px;
    }
    .swiss-container .carousel-item img{
        height: 185px;
        width: 185px;
        left: 1rem;
    }
    .swiss-container .curve-image{
        left: 5rem;
    }
    .swiss-container .carousel .chart-text{
        left: 215px;
    }
    .swiss-container .carousel-controls {
        right: 15px;
    }

    .swiss-container .carousel .carousel-page {
        right: 53px;
    }
    .swiss-container .top-banner-text button, .swiss-container .head-ImageB button{
        bottom: 27px !important;
    }
    .swiss-container .top-banner-text p{
        width: 350px;
    }
    .swiss-secondBanner .top-banner-text-right h1{
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .swiss-container .head-ImageB button{
        padding: 8px 25px!important;
    }
    .swiss-secondBanner .top-banner-text-right h1{
        max-width: 270px;
    }
}
@media screen and (max-width: 600px) {
    .swiss-chart{
        height: 510px;
    }
    .swiss-container .curved-line-mobile, .swiss-container .icon-mobile-left, .swiss-container .icon-mobile-right{
        display: block!important;
    }
    .swiss-container .curved-line-desk, .swiss-container .icon-desk-down, .swiss-container .icon-desk-up{
        display: none;
    }
    .swiss-container .curve-image{
        left: 0!important;
        top: 4rem
    }
    .swiss-container .carousel-item img{
        height: 135px;
        width: 135px;
        left: 50%;
        top: 0.5rem;
        transform: translate(-50%, 0);
        border: 15px solid #f1f1f1;;
    }
    .swiss-container .carousel-controls{
        display: flex !important;
        flex-direction: row !important;
        position: absolute !important;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0) !important;
        justify-content: space-between !important;
        width: 85%;
        top: auto!important;
    }
    .swiss-container .carousel .chart-text {
        text-align: center;
        left: 50%!important;
        top: 54% !important;
        transform: translate(-50%, -50%)!important;
    }
    .swiss-container .chart-text p, .chart-text h5{
        width: 95%;
        line-height: 1.5!important;
        margin: auto;
        max-height: 200px;
    }
    .swiss-container .carousel .carousel-page {
        left: 50%;
        bottom: 45px;
        top: auto !important;
        right: auto!important;
        transform: translate(-50%, 0)!important;
    }
    .swiss-container .carousel_buttons {
        margin: 30px 20px;
    }
    .swiss-wrap.last-bgImg .card {
        position: absolute;
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    /* NEW SLIDER vertical */
    .swiss-container .vert .carousel-item-next.carousel-item-start,
    .swiss-container .vert .carousel-item-prev.carousel-item-end
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .swiss-container .vert .carousel-item-next,
    .swiss-container .vert .active.carousel-item-end
    {
        -webkit-transform: translate3d(100%, 15%, 0);
        transform: translate3d(100%, 15%, 0);
    }

    .swiss-container .vert .carousel-item-prev,
    .swiss-container .vert .active.carousel-item-start
    {
        -webkit-transform: translate3d(-100%,15%, 0);
        transform: translate3d(-100%,15%, 0);
    }

    .swiss-container .top-banner-text button, .swiss-container .head-ImageB button{
        bottom: 27px !important;
        padding: 8px 35px;
    }

    .swiss-secondBanner .top-banner-text-right h1{
        font-size: 1rem;
    }

    .swiss-container .top-banner-text p{
        font-size: 1rem;
    }

    .horizontal-scroll{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: auto;
    }
    .horizontal-scroll .seso-product-wrapper, .horizontal-scroll .swiss-discount-cards{
        box-shadow: 0 0 3px 1px #eaeaea;
    }
}
@media screen and (max-width: 400px) {
    .swiss-container .top-banner-text p{
        width: 80vw!important;
        margin-top: 15px;
    }
    .swiss-container .top-banner-text h1{
        font-size: 1.3rem!important;
        margin-top: 0!important;
    }
}
.swiss-discount-cards .card-body, .swiss-discount-cards .card-header, .swiss-discount-cards .card-footer {
    background-color: #f1f1f1;
}
.swiss-discount-cards .card-header, .swiss-discount-cards .card-footer {
    border: none;
}
.card.swiss-discount-cards {
    min-height: 400px;
}
.swiss-grey {
    background-color: #f1f1f1;
}

.swiss-wrap .last-bgImg-container{
    max-width: 1696px;
    margin: auto;
    position: relative;
    height: 100%;

}

.swiss-company-logo .swiss-logo-item{
    padding: 16px;
    text-align: center;
}

.swiss-company-logo.horizontal-scroll{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
}

@media (min-width:575px) and (max-width:766px) {
    .swiss-container .top-banner-text-right h1 {
        font-size: 0.92rem!important;
    }
}

.head-ImageA{
    position: relative;
}

.swiss-firstBanner .top-banner-text-right-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

img.kk-image{
    max-width: 100%;
    width: 800px;
}

.rectangle{
    background: #FFFFFF;
    width: 180px;
    height: 280px;
    outline-color: #e8e8e8;
    outline-style: double;
    outline-width: thin;
}

.rectangle.small-rect{
    visibility: hidden;
    width: 180px;
    height: 30px;
    background: #f29007;
}

.kkk-p{
    font-size:12px;
    color: #FFFFFF;
    text-align: center;
}

.kk-label{
    text-align: left;
    padding-left: 5px;
    padding-top: 15px;
    font-weight: bold;
}
.rectangle:hover{
    background-color: #e8e8e8;
}

.kk-p{
    text-align:center;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 12px;
}
.triangle-down {
    visibility: hidden;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #e8e8e8;
}
.kk-tri{
    margin-left: 65px;
}

/*homepage begin (index.htm)*/

.home-content .left{
    margin: auto;
    padding: 0 8px 8px 8px;
}
.home-content .box-topanzeige{
    z-index: 1
}
.home-content .wrapper123 .sub-details{
    font-size: 0.9rem;
}
.home-content .marg-adjust{
    margin-top:-4px;
}
.home-content .userBoxIconTopSeller {
    height: 16px;
}


@media (max-width: 990px) {
    .home-content .wrapper123 .top{
        max-height: 205px !important;
    }
    .home-content .wrapper123 .titleName{
        font-size: 0.9rem!important;
        padding: 0!important;
    }
    .home-content .wrapper123 .sub-details, .home-content .wrapper123 .sub-details p{
        font-size: 0.85rem !important;
    }
    .home-content .mobile-strt{
        padding-left: 0!important;
    }
    .home-content .shadows{
        box-shadow: 0 0 3px 1px #eaeaea;
    }
    .home-content .marg-adjust{
        margin-top:0;
    }
    .home-content .top{
        max-height: 200px;
    }
    .home-content .lh-15 {
        line-height: 15px
    }
    .home-content .lh-16 {
        line-height: 16px
    }
    .home-content .advertisement-box img {
        max-width: 90%;
    }
}

@media screen and (min-width: 320px) and (max-width:1050px) {
    .home-content .lefttext-sub1 p, .home-content .lefttext-sub1 a, .home-content .banner_btn {
        font-size: 0.68rem!important;
    }
    .home-content .lefttext-sub1{
        width: 85%;
    }
    .home-content .banner_btn {
        font-size: 0.75rem!important;
    }
    .home-content .lefttext-sub{
        width: 85%;
    }
    .home-content .left-sub-text{
        font-size: 12px!important;
    }
    .home-content .second_barner_text{
        font-size: 20px;
    }
    .home-content .card-footer.service_cards_footer{
        font-size: 0.77rem!important;
    }
}

@media (max-width: 990px) {
    .home-content .headerfront {
        display: none;
    }
}
@media (min-width: 990px) {
    .home-content .headerfront-mini,.xxd {
        display: none;
    }
}

.home-content .font-seso-headline {
    font-size: 1.4rem;
}

.home-content .headerfront .column, .home-content .headerfront .column1 {
    width: 25%;
    height: 23.5vw;
    min-height: 270px;
    position: relative;
    z-index: -1;
}

/* Three image containers (use 25% for four) */
.home-content .headerfront .column img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-content .headerfront .column1 img{
    display: block;
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Clear floats after image containers */
.home-content .headerfront .row::after {
    content: "";
    clear: both;
    display: table;
    vertical-align: middle;
}

.home-content .wrapper123{
    width: 100%;
    max-width: 360px;
    min-width: 210px;
    /*height: 400px;*/
    background: #fff;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}
.home-content .border-filterbox {
    height: 243px;
}
.home-content .top{
    margin: auto !important;
    max-width: 100%;
    max-height: 243px;
    padding: 15px;
    display: block;
}
.home-content .second_barner_text{
    color: #fff!important;
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 2.7vw!important
}
.home-content .left-sub-text{
    line-height: 1.7vw;
    color: #fff;
    font-size: 1vw;
}
.home-content .lefttext-sub p {
    line-height: 1.7vw;
    color: #0D4F8B;
    font-size: 1.1vw;
    min-font-size: 0.8rem;
}
.home-content .lefttext-sub1 p, .home-content .lefttext-sub1 a {
    line-height: 1.6vw;
    color: #0D4F8B;
    font-size: 1vw;
}
.home-content .lefttext-sub{
    color: #fff;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    overflow: hidden;
}
.home-content .lefttext-sub1{
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    overflow: hidden;
}
.home-content .lefttext{
    width: 25%;
    background-color: #BFEFFF;
    position: relative;
}
.home-content .start-top-btn1 :hover{
    text-decoration: initial;
    color: #00003f;
    border-color: #00003f;
}
.home-content .scrollable .card-img{
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(10%, -50%);
}
.home-content .scrollable.card{
    height: 180px;
    width: 290px;
    margin-right: 15px;
    flex-shrink: 0;
    background-color: #0D4F8B;
}
.home-content .card-wrapper{
    display: flex;
    overflow-x: auto !important;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
    z-index: 100!important;
    background-image: linear-gradient(#BFEFFF, rgba(255,255,255, 0));
}
/* Hide scrollbar for chrome, safari, opera */
.home-content .card-wrapper::-webkit-scrollbar{
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.home-content .card-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.home-content .column-mid{
    width: 75%;
    position: relative;
}
.home-content .lefttext-mid{
    width: 25%;
    background-color: #0D4F8B;
    position: relative;
}

.home-content .lefttext-mid-mobile{
    width: 100%;
    background-color: #0D4F8B;
    position: relative;
}

.home-content .card-grid{
    justify-content: space-evenly;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.home-content .fix-pos{
    position: relative;
}
.home-content .product-container{
    /*max-width: 1300px;*/
    /*width: 95%;*/
    margin: auto;
}
.home-content .cat-font{
    padding-right: 1rem;
    font-size: 1.4rem;
    border-right: 1px solid #0D4F8B ;
}
.home-content .cat_font_noborder{
    font-size: 1.4rem;
}

.home-content .cat-font-mobile{
    padding-right: 0.5rem;
    font-size: 1rem;
    border-right: 1px solid #0D4F8B ;
    font-weight: 900;
}
.home-content .cat-font-noborder-mobile{
    font-size: 1rem;
    font-weight: 900;
}
.home-content .banner-start{
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-content .banner-start img{
    margin: 4rem 0
}
.home-content .product-container .wrapper{
    justify-content: space-between;
}
.home-content .card-img-top{
    max-height: 280px;
    width: initial;
    max-width: 100%;
    align-self: center;
    overflow: hidden;
    padding: 15px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

.home-content .scrollable-mini.card{
    margin-right: 15px;
    flex-shrink: 0;
    padding: 0!important;
    box-shadow: 0 0 3px 1px #eaeaea;
}
.home-content .btn-scrollable{
    display: flex;
    overflow-x: auto !important;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
    z-index: 100!important;
}

.home-content .card-wrapper-mini{
    display: flex;
    overflow-x: auto !important;
    overflow-y: hidden;
    margin: 0 -15px 0 0px;
    white-space: nowrap;
    z-index: 100!important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding: 3px;
}
@media (min-width: 990px) {
    .home-content .card-wrapper-mini{
        display: none;
    }
}
/* Hide scrollbar for chrome, safari, opera */
.home-content .card-wrapper-mini::-webkit-scrollbar, .home-content .btn-scrollable::-webkit-scrollbar {
    display: none;
}

.home-content  .card-wrapper::-webkit-scrollbar{
    display: none;
}

.home-content .btn-scrollable {
    scrollbar-width: none;
}

.home-content .card-img-top-mob{
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 200px;
}
.home-content .card-body-mob{
    width: initial;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
}

.home-content .service-btn{
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.home-content .service-btn:hover{
    text-decoration: none;
    color: #fff;
    border-color: #00003f;
}
.home-content .service-btn:after{
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}

.home-content .discount_cards{
    height: 400px;
    background-color: #f9f9f9;
}

.home-content .single-team-member{
    overflow: hidden;
}



.home-content .btnns {
    line-height: 50px;
    height: 100%;
    min-height: 50px;
    text-align: center;
    cursor: pointer;
}
@media (min-width: 2000px) {
    .home-content .btnns {
        line-height: 2.8vw!important;
    }
}
.home-content .banner_btn {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    font-size: 1.2vw;
}
.home-content .banner_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.home-content .banner_btn:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.home-content .banner_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.5);
    transform: scale(1.2,1.2);
}
.home-content .banner_btn:hover::after {
    opacity: 1;
    transform: scale(1,1);
}

.home-content .banner_btn1 {
    color: #0D4F8B;
    transition: all 0.5s;
    position: relative;
    font-size: 1.2vw;
}
.home-content .banner_btn1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,20,0.1);
    transition: all 0.3s;
}
.home-content .banner_btn1:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.home-content .banner_btn1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #00003f;
    transform: scale(1.2,1.2);
    text-decoration: initial;
}
.home-content .banner_btn1:hover::after {
    opacity: 1;
    transform: scale(1,1);
}



.home-content a:link { text-decoration: none; }

.home-content a:visited { text-decoration: none; }

.home-content a:hover { text-decoration: none; }

.home-content a:active { text-decoration: none; }

.home-content .card.service_cards{
    padding: 0;
    text-align: center;
    margin: 15px;
    border: none;
}
.home-content .service_cards img {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
}
.home-content .service_cards {
    overflow: hidden;
}
.home-content .card.service_cards {
    background-color: rgba(255,255,255,0.1);
    margin: 15px!important;
}

.home-content .card-footer.service_cards_footer {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    height: 68px;
}

.home-content .service_cards .card-footer{
    box-shadow: none;
}
.home-content .card_mobile_service {
    margin: 20px auto;
    width: 170px;
    height: 170px;
    cursor: pointer;
    transition: 0.4s;
}

.home-content .card_mobile_service .card_image {
    width: inherit;
}

.home-content .card_mobile_service .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 2px;
    object-fit: cover;
}

.home-content .card_mobile_service .card_title {
    text-align: center;
    /*font-weight: bold;*/
    margin-top: 5px;
    line-height: 1 !important;
    font-size: 0.85rem;
    color: #545454;
    overflow: hidden;
}

.home-content .home-seller .card {
    display: flex;
    /*max-height: 180px;*/
    width: 290px;
    align-content: center;
    /*width: 180px;*/
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 0 3px 1px #eaeaea;
}
.home-content .seller-logo{
    max-width: 114px;
    max-height: 89px;
    height: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home-content .member_circle {
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    width: 155px;
    height: 155px;
    position: relative;
}
@media (max-width: 990px) {
    .home-content .member_circle {
        border-radius: 50%;
        border: 1px solid #dcdcdc;
        width: 130px;
        height: 130px;
        position: relative;
    }
    .home-content .seller-logo{
        max-width: 91px;
        max-height: 75px;
    }
    .home-content .filter-bg {
        height: 24rem!important;
    }
    .home-content .filter-sub-name{
        font-size: 13px;
    }
    .home-content .tab-content{
        height: 250px;
    }
}

@media screen and (max-width: 1050px) and (min-width: 766px) {
    .home-content .product-container{
        /*width: 83% !important;*/
        margin: auto;
    }
}

@media screen and (max-width:765px) {
    .home-content .product-container{
        /*width: 95% !important;*/
    }
}
@media screen and (max-width:1300px) {
    .home-content .second_barner_align{
        margin-top: 39px;
    }
}
@media screen and (min-width:1299px) {
    .home-content .second_barner_align {
        margin-top: 33px;
    }
}
.home-content .second_barner_align{
    margin-bottom: 33px;
}


/*the modal*/
/*.home-content .modal_bottom .modal {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 2;*/
/*    padding-top: 100px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    background-color: rgb(0,0,0);*/
/*    background-color: rgba(0,0,0,0.0);*/
/*}*/

/*.home-content .modal_bottom .modal-content {*/
/*    background-color: rgba(0,0,0,0.7);*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    border: none;*/
/*    width: 100%;*/
/*    position:fixed;*/
/*    top:auto;*/
/*    right:auto;*/
/*    left:auto;*/
/*    bottom:0;*/
/*    border-radius: 0!important;*/
/*    color: #fff;*/
/*}*/

/*.home-content .modal_bottom .closeModal {*/
/*    padding: 0!important;*/
/*    font-size: 32px;*/
/*    font-weight: 100;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    right: 22px;*/
/*    top: 12px;*/
/*    color: #fff;*/
/*}*/
/*.home-content .modal_bottom .modal-header{*/
/*    padding: 0 0 10px 0 !important;*/
/*    border: none;*/
/*}*/

/*.home-content .modal_bottom .closeModal:hover,*/
/*.home-content .modal_bottom .closeModal:focus {*/
/*    outline: none;*/
/*}*/

/*.home-content .modal-dec{*/
/*    margin: auto;*/
/*    align-self: center;*/
/*    display: flex;*/
/*}*/
/*.home-content .home-content .modal-dec p, .home-content.modal-dec img{*/
/*    margin-right: 5vw;*/
/*}*/
/*.home-content .home-content .modal-image{*/
/*    height: 120px;*/
/*}*/
/*.home-content .home-content .modal-dec button{*/
/*    padding: 8px 25px!important;*/
/*    height: fit-content!important;*/
/*}*/
.home-content .midBanner-content{
    background-color: #0D4F8B;
}

/*home hero*/

.home-content .home-filter .nav-item.bordered{
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.home-content .nav-tabs {
    border-bottom: none;
}

.home-content .nav-link.active {
    /*background-color: #bababa;*/
    /*border-color: transparent transparent #d3d3d3!important;*/
    /*border-bottom: 1px solid #d3d3d3 !important;*/
}
.home-content .home-filter{
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.home-content .filter-icon-wrap{
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 2px solid;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.home-content .filter-icons{
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-content .home-filter .nav-pills .nav-link {
    border-radius: 0.25rem;
}

/*.home-content .home-filter .nav-tabs .nav-link.active {*/
/*    color: darkorange!important;*/
/*    background-color: #fff;*/
/*    border-bottom: #d3d3d3!important;*/
/*    font-size: 15px;*/
/*    border-radius: 4px!important;*/
/*}*/

.home-content .filter-sub-name{
    text-transform: uppercase;
}
.home-content .filter-title{
    align-self: center;
}
.home-content .filter-title img{
    width: 31px;
    height: 31px;
}

.home-content .bg-image-cover{
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.15);
    height: 480px;
}

.home-content .filter-bg {
    height: 24rem;
    position: relative;
    z-index: 1
}
.home-content .filter-bg button{
    width: 13.8rem;
    height: 2.4rem;
    border-radius: 100px;
    background-color: #D8D8D8;
    position: absolute;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
    color: initial;
}

.home-content .advertisement-box{
    overflow: hidden;
}
.home-content .product-container{
    margin-bottom: 33px
}
.home-content  .see-all{
    font-size: 0.9rem;
    color: #0D4F8B;
}
.object-position-left{
    object-position: left
}
.home-content .discount_cards .card-header, .home-content .discount_cards .card-footer{
    background-color:#f9f9f9;
    border: none;
}
.d-contents{
    display: contents;
}
.home-content .headermid1 .mid-pic-banner{
    height: 18vw!important;
    min-height: 270px
}
.lefttext-sub .mid-banner-content{
    font-size: 2.6vw;
    font-weight: 400;
    line-height: 2.7vw!important
}
.lefttext-sub .lefttext-mx-12{
    margin: 12px 0
}
.home-content .product-container .top-inverter{
    margin-left: -15px!important;
    margin-right: 0!important;
}
.mid-pic-banner .column-mid.fix-pos{
    background-color: #0D4F8B
}

.mid-pic-banner .service_cards{
    border-radius: 0;
    box-shadow: none;
}
.object-fit-cover{
    object-fit: cover
}
.home-content .cat-font-mobile{
    margin-bottom: 15px;
    margin-right: 8px;
}
.home-content .discount_cards .card-header, .home-content .discount_cards .card-footer{
    background-color:#f9f9f9;
    border: none;
}
.see-all2{
    font-size: 0.9rem;
    color: #0D4F8B;
    background-color: rgba(255,255,255,0);
    border: 0;
    width: auto;
    padding-left: 0;
    margin-left: 0!important;
    margin-top: 0
}
.member-logo-padding{
    padding: 3px
}
.home-content .scrollable-mini{
    height: 330px;
    background-color: #f9f9f9
}
.home-content .scrollable-mini .card-header{
    background-color: #f9f9f9;
    border-bottom: none;
    align-self: center;
}
.home-content .scrollable-mini .card-header .card-title{
    white-space: initial;
}
.h-60{
    height: 60%;
}
.mini-scrollable-card{
    background-color: #f9f9f9;
    border-bottom: none
}
.height-160{
    height: 160px;
}
.headermid1.home-banner-content{
    background-color: #0D4F8B;
    color: #fff;
    min-height: 160px;
    padding: 20px 15px
}
@media screen and (max-width: 700px) {
    .home-content .home-filter .nav-tabs .nav-link {
        font-size: 13px;
    }
    .home-content .home-filter .nav-tabs .nav-link.active {
        font-size: 13px;
    }
    .home-content .horizontal-scroll{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: auto;
        overscroll-behavior-inline: contain;
        overscroll-behavior: contain;
    }
}
.home-content .nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 700px) {
    .home-content h1{
        font-size: 1.85rem!important;
    }
}

/*GDPR COOKIE*/
.gdpr-modal.modal1 .modal-dialog, .gdpr-modal.modal3 .modal-dialog, .gdpr-modal.modal2 .modal-dialog {
    width: 85% !important;
    max-width: 1250px !important;
    margin: auto;
}

.gdpr-modal .modal-content{
    height: 100%;

}
.gdpr-modal.modal1 .cookie__elements{
    display: flex;
}
.modal3 .cookie__elements{
    display: flex;
}

.gdpr-modal .modal-content .seso-btn-clean{
    padding: 8px 20px!important;
}

.gdpr-modal .cookie__buttons button{
    min-width: 140px;
}

.gdpr-modal .cookie__elements{
    align-items: center;
}

.gdpr-modal.modal3 .cookie__buttons{
    flex-direction: column;
}

.gdpr-modal .cookie__buttons{
    margin-top: 35px;
    margin-bottom: 19px;
}

.gdpr-modal .modal-dialog {
    text-align: left!important;
}
.gdpr-modal .big_cookie__text p{
    font-size: 1.5rem;
    line-height: 1.5;
}

.gdpr-modal .big_cookie__text h3{
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;
}

.gdpr-modal.modal1 img, .modal3 img{
    height: 240px;
}

@media (max-width: 575px) {
    .gdpr-modal .big_cookie__text h3{
        font-size: 1.6rem;
    }
    .gdpr-modal .big_cookie__text p{
        font-size: 1.2rem;
    }

    .gdpr-modal.modal1 .modal-dialog, .gdpr-modal.modal3 .modal-dialog, .gdpr-modal.modal2 .modal-dialog {
        width: 95% !important;
    }

    .gdpr-modal .cookie__buttons{
        flex-direction: column;
        width: 100%;
    }
    .gdpr-modal .wrapper.active ul {
        height: 250px !important;
    }

    .gdpr-modal .wrapper.active ul.marketing_dropdown{
        height: 277px!important;
    }

    .gdpr-modal .cookie_done__img{
        width: 230px;
    }
    .gdpr-modal.modal3 img {
        height: auto;
    }
}

@media (max-width: 1281px) {
    .gdpr-modal .cookie_inform__section{
        border-bottom: 1px solid #dcdcdc;
    }
}


@media (min-width: 992px) {
    .gdpr-modal.modal1 img, .modal3 img{
        height: 290px;!important;
    }
    .gdpr-modal .cookie__buttons{
        flex-direction: row !important;
    }

}
@media (min-width: 1281px) {
    .gdpr-modal.modal1 img, .modal3 img{
        height: 315px;!important;
    }
    .gdpr-modal .cookie__buttons{
        flex-direction: column!important;
    }
    .gdpr-modal .cookie_inform__section{
        padding-bottom: 0;
        border-bottom: none;
    }
}
@media (max-width: 991px){
    .gdpr-modal .cookie__buttons .btn {
        width: 100% !important;
    }
}


.gdpr-modal .cookie_img__wrapper{
    display: flex;
    align-items: end;
    justify-content: center;
}
.gdpr-modal .cookie_text{
    align-self: center;
}



/*toggle*/
.gdpr-modal .toggle {
    --width: 40px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);

    align-self: center;
    display: inline-block;
    cursor: pointer;
}

.gdpr-modal .toggle__input {
    display: none;
}

.gdpr-modal .toggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #dddddd;
    transition: background 0.2s;
}

.gdpr-modal .toggle__input:checked ~ .toggle__fill {
    background: #000000;
}

.gdpr-modal .toggle__fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}

.gdpr-modal .toggle__input:checked ~ .toggle__fill::after {
    transform: translateX(var(--height));
}
.w-85{
    width: 85%;
}
.gdpr-modal .button_close__modal{
    right: 15px;
    position: absolute;
    top: 8px;
    font-size: 35px;
}


/*dropdown*/

.gdpr-modal .wrapper {
    margin: 15px auto;
    display: block;
    text-align: center;
    transition: 0.15s ease; }
.gdpr-modal .wrapper.active .arrow {
    transform: rotate(45deg) translate(-5px, -5px); }
.gdpr-modal .wrapper.active .arrow:before {
    transform: translate(10px, 0); }
.gdpr-modal .wrapper.active .arrow:after {
    transform: rotate(90deg) translate(10px, 0); }
.gdpr-modal .wrapper.active ul {
    opacity: 0.8;
    height: 165px;
    margin-bottom: 5px;
}
.gdpr-modal .wrapper.active ul.marketing_dropdown{
    height: 277px;
}


.gdpr-modal .arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    left: -10px;
    transition: 0.4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right;
}
.gdpr-modal .arrow:before, .arrow:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #808080;
    transition: 0.4s ease;
}
.gdpr-modal .arrow:after {
    position: absolute;
    transform: rotate(90deg);
    top: -5px;
    left: 5px; }

.gdpr-modal .click-text {
    display: block;
    text-align: left;
    padding: 15px;
    margin: 0;
    cursor: pointer;
    transition: 0.15s ease;
}
.gdpr-modal .click-text:hover {
    color: black;
    border-bottom-color: black;
}

.gdpr-modal .wrapper1 ul {
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s ease;
}

.gdpr-modal .wrapper1 .cookie__description p{
    list-style-type: none;
    margin: 0 auto;
    padding: 4px 12px;
    text-align: left;
    cursor: pointer;
}
.gdpr-modal .wrapper1 .cookie__description p:first-child {
    margin-top: 12px;
}
.wrapper1 .cookie__description p:last-child {
    margin-bottom: 12px;
}

.gdpr-modal .wrapper1{
    border: 1px solid #CECECE;
    border-radius: 4px;
}

.gdpr-modal .wrapper1 li {
    list-style-type: none;
    margin: 0 auto;
    padding: 4px 12px;
    text-align: left;
    cursor: pointer;
}
.gdpr-modal .wrapper1 li:first-child {
    margin-top: 5px;
}
.gdpr-modal .wrapper1 li:last-child {
    margin-bottom: 12px;
}
/*END OF GDPR COOKIE*/

/*swiss update*/
.w-88{
    width: 88%;
}


.swiss-container .head-ImageE{
    height: calc(205px + 13.5vw);
    min-height: 280px;
    max-height: 455px;
    object-fit: cover;
    background-position: left;
}

.swiss-update-logo{
    width: 11rem;
}
.swiss-icon-bg{
    height: 3.6rem;
    width: 3.6rem;
    min-width: 3.6rem;
    border-radius: 50%;
    background-color: #ffd79f;
    display: flex;
}

.carousel-inner .testimonial-avatar{
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
}

.testimonial-inner{
    align-items: center;
    margin: 0 2.2rem;
}

.sens-special{
    width: 5.8rem;
}
.swiss-grey-textured{
    height: 25rem;
}

.swiss-storage-image{
    height: 34rem;
    position: relative;
}

.swiss-logo_frame .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: none!important;
    max-height: 89px;
    height: auto;
    margin: auto;
    max-width: 114px;
}

.swiss-logo_frame{
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    width: 155px;
    height: 155px;
    position: relative;
    object-fit: contain;
    display: flex;
    align-items: center;
}
.swiss-logo_frame a{
    margin: auto;
}
@media (max-width: 960px) {
    .swiss-update-logo{
        width: 7.5rem;
    }
    .swiss-logo_frame .img-thumbnail {
        max-width: 91px;
        max-height: 75px;
    }
    .swiss-logo_frame {
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 690px) {
    .swiss-update-logo{
        width: 5.7rem;
    }
    .sens-special{
        width: 4rem;
    }

    .testimonial-inner .swiss-update-logo , .connect_section .swiss-update-logo{
        width: 7.8rem;
    }

    .testimonial-inner {
        display: block !important;
        text-align: center;
    }

    .swiss-grey-textured {
        height: 34rem;
    }
    .new-controls.btn-previous, .new-controls.btn-next{
        margin: 0 3rem;
    }

    .swiss-carousel .carousel-control-prev, .swiss-carousel .carousel-control-next {
        top: initial !important;
        bottom: 0;
    }
    .testimonial-inner {
        margin: 0 !important;
    }
    .swiss-storage-image{
        height: 25rem;
    }
}
@media (min-width: 991.98px) {
    .testimonial-inner {
        align-items: center;
        margin: 0 2.4rem !important;
    }
}
@media (min-width: 691px) and (max-width: 991.98px) {
    .carousel-inner .testimonial-avatar{
        height: 10rem;
        width: 10rem;
    }
    .testimonial-inner {
        align-items: center;
        margin: 0 2.5rem !important;
    }
    .swiss-storage-image{
        height: 28rem;
    }
    .swiss-storage-image{
        height: 28rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-inner .testimonial-avatar{
        height: 13rem;
        width: 13rem;
    }
}

@media (min-width: 1200px) {
    .carousel-inner .testimonial-avatar{
        height: 15rem;
        width: 15rem;
    }
}
.swiss-logo-list{
    max-width: 62rem;
}
.connect_section{
    background-color: #75A1D0;
    color: #fff;
}
.avatar-box{
    padding: 3rem 0;
    height: 25.5rem;
    width: 19.5rem;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.connect_section__head h4{
    max-width: 570px;
    margin: auto;
    font-weight: 700;
}
.connect_section__head p{
    max-width: 1000px;
    margin: auto;
}
.avatar-box img{
    height: 12rem;
    width: 12rem;
    object-fit: cover;
    border-radius: 50%;
}
.avatar-box figcaption{
    color: initial;
}
.swiss-call-section{
    max-width: 1000px;
    margin: auto;
}
.swiss-call-section .iconA{
    width: 2.1rem;
    height: 2.1rem;
    margin: auto;
}
.swiss-call-section .iconB{
    width: 2.8rem;
    height: 2.8rem;
    margin: auto;
}
.swiss-carousel .carousel-control-prev, .swiss-carousel .carousel-control-next{
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: orange;
    opacity: 0.7;
    border: none;
    border-radius: 50%;
}
.swiss-grey-textured .carousel-indicators li{
    background-color: orange!important;
    opacity: 0.3;
}
.bg-seso-textured{
    background-image: url('/de/cache/design/resources/de/images/textured-bg.jpg');
    background-repeat: repeat;
    padding: 2rem 0
}
.swiss-storage-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
    filter: brightness(90%);
}

.swiss-storage-image p{
    position: absolute;
    z-index: 2;
    top: 24%;
    font-size: 1.9rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    padding: 23px;
}
.name-length-adjust{
    white-space: nowrap;
    overflow: hidden;
}

/*pre contact page & faq*/

.alerting .notification {
    position: relative;
    width: 1.7rem;
    height: 1.7rem;
}
.alerting .notification svg {
    width: 1.7rem;
    height: 1.7rem;
}
.alerting .notification svg > path {
    fill: #545454;
}
.alerting .notification--bell {
    animation: bell 2.2s linear infinite;
    transform-origin: 50% 0;
}
.alerting .notification--bellClapper {
    animation: bellClapper 2.2s 0.1s linear infinite;
}


a.accordion-inner.collapsed::after{
    content: '+';
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 0;
    margin-top: -7px;
    color: initial;
}
a.accordion-inner::after {
    content: '-';
    font-size: 22px;
    font-weight: 400;
    right: 3px;
    position: absolute;
    margin-top: -7px;
    color: initial;
}


.accordion-inner-alert.collapsed::after{
    content: '+';
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 0;
    margin-top: -7px;
}
.accordion-inner-alert::after {
    content: '-';
    font-size: 22px;
    font-weight: 400;
    right: 3px;
    position: absolute;
    margin-top: -7px;
}




.fag-hero{
    background-size: cover;
    background-blend-mode: multiply;
    background-color: gray;
    height: 400px
}
.pos-rel{
    position: relative;
}
@keyframes bell {
    0%, 25%, 75%, 100% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(10deg);
    }
    45% {
        transform: rotate(-10deg);
    }
    55% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-4deg);
    }
}
@keyframes bellClapper {
    0%, 25%, 75%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-0.5rem);
    }
    45% {
        transform: translateX(0.5rem);
    }
    55% {
        transform: translateX(-0.2rem);
    }
    60% {
        transform: translateX(0.2rem);
    }
}
.preContactPage_faq .card{
    border: 1px solid #efefef;

}
.preContactPage_faq .sides{
    display: inline;
    align-self: center;
}
.preContactPage_faq .alert-box{
    border-radius: 4px;
    background-color:  	rgb(255,165,0, 0.15);
}
.preContactPage_faq .card svg{
    height: 1.7rem;
    width: 1.7rem;
    fill: #545454;
    display: inline;
    margin: 0 0.5rem;
}
.preContactPage_faq .card p{
    display: inline;
}
.preContactPage_faq .option-cards .card{
    flex-direction: row;
}

.preContactPage_faq .seso-accordion-faq{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 12px;
}

.preContactPage_faq .seso-accordion-faq-first{
    border-top: 1px solid rgba(0, 0, 0, 0.125);

}

.preContactPage_faq .link-blue{
    color: blue!important;
    text-decoration: underline!important;
    align-self: end;
    cursor: pointer;
}
.preContactPage_faq .alert-box .link-blue{
    margin-left: 52px;
}
.preContactPage_faq .seso-accordion-faq-question{
    display: inline;
}

@media (max-width:1281px){
    .preContactPage_faq .alert-box .link-blue{
        margin-top: 1rem;
    }
}

.pos-rel{
    position: relative;
}
.preContactPage_faq .fag-button{
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 2px solid transparent!important;
    font-size: 1rem!important;
}
.preContactPage_faq .fag-button:hover,.preContactPage_faq  .fag-button:focus, .preContactPage_faq .fag-button:active{
    font-size: 1rem!important;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom: 2px solid #f29007!important;
    outline: 0!important;
}

.accordion-inner-alert{
    position: relative;
}
.accordion-inner-alert.collapsed::after{
    content: '+';
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    right: 0;
    height: 33px;
    width: 33px;
    background: orange ;
    border-radius: 50%;
    color: #fff;
    line-height: 29px;
    align-self: center;
    margin-top: 0!important;
}
.accordion-inner-alert::after {
    content: '-';
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    right: 0;
    height: 33px;
    width: 33px;
    background-color: orange;
    border-radius: 50%;
    color: #fff;
    line-height: 29px;
    align-self: center;
    margin-top: 0!important;
}

h5.alerting-message{
    padding-right: 50px;
    color: initial;
    cursor: pointer;
}
h5.alerting-message:hover, h5.alerting-message:focus,  h5.alerting-message:active, .option-cards a{
    text-decoration: none!important;
    color: initial;
}

.option-cards .card{
    cursor: pointer;
}
.text-transform-asInput{
    text-transform: none!important;
}
.list-bullets{
    list-style: initial!important;
}

/*sell on SecondSol page*/

.sell-on-secondsol .circled_frame{
    border-radius: 50%;
    background-color: rgba(255, 165, 0, 0.2);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sell-on-secondsol .circled_icon{
    width: 3.5rem;
    height: 3.5rem;
}

.sell-on-secondsol .sell-processed-icons{
    justify-content: space-between;
}
.sell-on-secondsol .sell-processed-icons figure{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mid-image_sellPage, .mid-image_sellPage-b {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 3.5rem;
    color: white;
}
.mid-image_sellPage {
    background-image: url("{uri_resource(images/bs-midImg-A.jpg)}");
    height: 25rem;

}

.mid-image_sellPage-b{
    background-image: url("{uri_resource(images/bs-midImg-B.jpg)}");
    height: 28rem;

}
.mid-image_sellPage-b a{
    max-width: 17rem;
}

.mid-image_sellPage h3{
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.5;
}

.sell-on-secondsol .section-height{
    height: 23rem;
}
.sell-on-secondsol .card-header{
    border: none;
    background-color: transparent;

}

.sell-on-secondsol .accordion-row .card {
    border-radius: 25px!important;
    background-color: rgba(255, 165, 0, 0.2);
}

.sell-on-secondsol .grow {
    padding:5px;
    border-radius:25px;
    height: 82px;
    width: 20%;
    transition:height 0.3s;
    -webkit-transition:height 0.3s;
    text-align: center;
    overflow: hidden;
    background-color: rgba(255, 165, 0, 0.2);
}

.sell-on-secondsol .grow:hover {
    height: 365px; /* This is the height on hover */
    background-color: rgba(255, 165, 0, 0.8);
}

.sell-on-secondsol .grow-one{
    height: 365px;
}

.sell-on-secondsol .circled_arrow{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #cccccc;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.sell-on-secondsol .mid-section-banner{
    background-color: rgba(255, 165, 0, 0.2);
    display: flex;
    align-items: center;
}
.sell-on-secondsol .text-only_sub-mid-banner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.sell-on-secondsol .text-only_sub-mid-banner p{
    font-size: 2rem;
    margin-top: 1rem;
}
.sell-on-secondsol .w-85{
    width: 85%;
    margin: auto;
}
.sell-on-secondsol .macbook_section #accordion .card:hover{
    background-color: orange!important;
    transition:background-color 0.5s;
    -webkit-transition:background-color 0.5s;
}
.sell-on-secondsol .macbook_section img{
    width: 100%;
    min-width: 75rem;
    overflow: hidden;
}
.sell-on-secondsol .trade-process {
    justify-content: space-between;
}

@media (max-width: 992px) {

    .sell-on-secondsol .section-height {
        height: 100%;
    }
}

.sell-on-secondsol .btn-link{
    color: initial;
    text-decoration: none;
    border: none;
}

.sell-on-secondsol .btn-link:hover,
.sell-on-secondsol .btn-link:active,
.sell-on-secondsol .btn-link:visited,
.sell-on-secondsol .btn-link:focus,
.sell-on-secondsol .accordion .card:hover{
    text-decoration: none !important;
    color: initial !important;
    outline: none;
    border: none;
    box-shadow: none !important;
}

/*sell on seso hero section*/
.sell_on_seso-hero .heroDesk, .sell_on_seso-hero .heroMobile{
    position: relative;
    background-image: url("{uri_resource(images/titlebild_sell_on_seso.jpg)}");
    background-size: cover;
    height: 25rem;
}
.sell_on_seso-hero .heroDesk .card {
    width: 30rem;
    height: 20rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3rem;
    padding: 10px;
    border: none !important;
}
.sell_on_seso-hero .heroDesk .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sell_on_seso-hero .heroMobile .heroMobile-content{
    color: #ffffff;
    display: flex;
    background-color: rgba(0,0,0,0.5);
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    text-align: center;
}
.sell_on_seso-hero .heroMobile .heroMobile-content a{
    margin: 0 auto;
}
.sell-on-secondsol .heroMobile h1{
    font-size: 1.6rem !important;
}

@media (min-width: 992px) {
    .sell-on-secondsol .sell-processed-icons figure{
        width: 20%;
        /*margin-bottom: 1.5rem;*/
        /*justify-content: left !important;*/
    }
    /*.sell-on-secondsol .sell-processed-icons{*/
    /*    justify-content: left;*/
    /*}*/
}

@media (max-width: 992px) {
    .sell-on-secondsol .sell-processed-icons figure{
        width: 33%;
        margin-bottom: 1.5rem;
        justify-content: left !important;
    }
    .sell-on-secondsol .sell-processed-icons{
        justify-content: left;
    }
}
@media (max-width:520px) {
    .sell-on-secondsol .sell-processed-icons figure{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: left;
    }
    .sell-on-secondsol .sell-processed-icons figure figcaption{
        margin-left: 1.5rem;
    }
    .sell-on-secondsol .sell-processed-icons{
        justify-content: left;
    }
    .sell-on-secondsol p{
        line-height: 1.5;
    }
}
.sell-on-secondsol .sesoCostCard{
    max-width: 30rem;
}
.sell-on-secondsol .text-only_sub-mid-banner p{
    line-height: 1;
}

.sell-on-secondsol .card_one,
.sell-on-secondsol .card_two,
.sell-on-secondsol .card_three,
.sell-on-secondsol .card_four,
.sell-on-secondsol .card_five
{
    min-height: 4rem;
}
.sell-on-secondsol .card_one button,
.sell-on-secondsol .card_two button,
.sell-on-secondsol .card_three button,
.sell-on-secondsol .card_four button,
.sell-on-secondsol .card_five button
{
    min-height: 4rem;
}
.sell-on-secondsol .sos_base_section{
    display: flex;
    flex-direction: column;
}
#teasergerman .ck-editor__editable,
#teaserenglish .ck-editor__editable,
#teaseritali .ck-editor__editable,
#teasernederlands .ck-editor__editable
{
    min-height: 150px;
}

/*Höhen fuer den CKEDITOR TEASER anpassen*/
#teasergerman .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
#teaserenglish .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
#teaseritali .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
#teasernederlands .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred
{
    min-height: 150px;
}

/*Preisboxen, Darstellung der Preise */
.pricedisplay {
    font-size: 0.8rem !important;
}

/*about page*/

.aboutUs-page .hero-section{
    height: 37vw;
    background-size: cover;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 15px;
}
.aboutUs-page .hero-header{
    position: absolute;
    bottom: 4vw;
    color: white;
}

.aboutUs-page .tiny-text{
    font-size: 1rem;
}

.aboutUs-page .word-inspired h2{
    font-size: 2.5rem;
    font-weight: bold;
}

.aboutUs-page .word-inspired p{
    font-size: 1.4rem;
    position: relative;
    width: fit-content;
    margin: auto;
    line-height: 1.2;
    font-weight: bold;
}
.aboutUs-page .bg-idea{
    position: relative;
}
.aboutUs-page .bg-idea p{
    position: relative;
}
.aboutUs-page .bg-idea::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("{uri_resource(images/idea-bulb.png)}");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 13rem;
}
.aboutUs-page .with-bg-width{
    width: 74%
}

.aboutUs-page .special-text{
    color: orange;
}
.aboutUs-page .seso-numbers .special-text{
    font-size: 2.2rem;
}
.aboutUs-page .seso-numbers{
    max-width: 55rem;
    margin: auto;
}

.aboutUs-page .word-inspired p::after{
    content: '"';
    font-weight: bold;
    font-size: 4.5rem;
    color: orange;
    position: absolute;
    bottom: -1rem;
    right: -3rem;
}
.aboutUs-page .word-inspired p::before{
    content: '"';
    font-weight: bold;
    font-size: 4.5rem;
    color: orange;
    position: absolute;
    top: -1.5rem;
    left: -3rem;
}
.aboutUs-page .seso-accordion-faq {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 12px;
}
.aboutUs-page #accordion:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.aboutUs-page .callToActions-cards{
    display: grid;
    align-content: center;
    text-align: center;
    width: 10rem;
    height: 5rem;
    border: 1px solid orange;
    border-radius: 4px;
}
.aboutUs-page .callToActions-cards:hover{
    background-color: orange;
    color: #FFFFFF;
}

.aboutUs-page .sesoNow-sub{
    display: flex;
    align-items: center;
}
.aboutUs-page .sesoNow{
    position: relative;
}
.aboutUs-page .numbering {
    display: flex;
    align-items: center;
    height: 4.4rem;
    width: 4.4rem;
    border-radius: 50%;
    background-color: #D3D3D3;
    text-align: center;
}
.aboutUs-page .numbering p{
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}
.aboutUs-page small.tiny-text{
    color: #b4b4b4;
}
.aboutUs-page .cityNman-img{
    height: 19rem;
    width: 19rem;
    border-radius: 4px;
}
.aboutUs-page .cityNman small{
    max-width: 19rem;
    margin: auto;
    display: inline-block;
}
.aboutUs-page .cityNman .location-icon{
    width: 2rem;
}
.aboutUs-page .cityNman p{
    font-weight: bold;
}
.aboutUs-page .btn-special{
    width: 12.5rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #acacac;
    border-radius: 4px;
    max-width: 15rem!important;
    margin: 2rem 0 2.8rem 0;
}

.aboutUs-page .btn-special:hover{
    background-color: #ffffff;
}
.aboutUs-page .cityNman-about{
    max-width: 50rem;
    margin: auto;
}

.aboutUs-page .management{
    display: flex;
    justify-content: center;
}
.aboutUs-page .management .card{
    color: #FFFFFF;
    background-size: cover;
    height: 23rem;
    width: 19rem;
    position: relative;
}
.aboutUs-page .management .card.frk{
    background-image: url("{uri_resource(images/frank.jpg)}");
}
.aboutUs-page .management .card.stf{
    background-image: url("{uri_resource(images/stef.jpg)}");
}
.aboutUs-page .linkedIn-icon{
    display: flex;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    align-items: center;
}

.aboutUs-page .management a{
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 165, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
}
.aboutUs-page .management a:hover{
    width: 2.7rem;
    height: 2.7rem;
    background-color: rgba(255, 165, 0, 1);
}
.aboutUs-page .management h2{
    margin: 0;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.aboutUs-page.teamMembers{
    background-color: rgba(208, 208, 208, 0.10);
}
.aboutUs-page.teamMembers .card{
    border-radius: 0;
    width: 200px;
    padding: 5px;
    background-color: #FFFFFF;
    margin: auto;
    border: none;
    height: 275px;

    -webkit-box-shadow: -0.5px 0.5px 19px -2px #dddddd;
    -moz-box-shadow: -0.5px 0.5px 19px -2px #dddddd;
    box-shadow: -0.5px 0.5px 19px -2px #dddddd;
}

.aboutUs-page .members-container{
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.aboutUs-page .member-wrapper img{
    height: 195px;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .aboutUs-page .callToActions-section{
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    .aboutUs-page .bg-idea::before{
        opacity: 0.2;
        right: -4rem;
        background-size: 18rem;
    }
    .aboutUs-page .with-bg-width{
        width: 100%;
        text-align: center;
    }
    .aboutUs-page p{
        line-height: 1.5;
    }

    .aboutUs-page .numbering {
        height: 9rem;
        width: 9rem;
        opacity: 0.15;
        border-radius: 50%;
        background-color: orange;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    .aboutUs-page .numbering p{
        color: initial;
        font-size: 4rem;
    }
    .aboutUs-page .seso-numbers .special-text{
        font-size: 1.8rem;
    }
}

@media (max-width: 560px) {
    .aboutUs-page .seso-numbers .special-text{
        font-size: 2.5rem;
    }
}

/*end of about page*/

.mini-btn{
    border-radius: 10px!important;
    padding: 2px 30px;
    max-width: 10rem;
    margin-top: 0 !important;
}
.marketplace_bought .card{
    max-width: 800px;
    background-color: #f8f9fa;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    min-height: 500px;
    border: none;
    display: grid;
    justify-content: center;
    align-items: center;
}
.marketplace_bought .card-description-text{
    min-width: 250px;
}
.marketplace_bought img{
    width: 60px;
}
.btn-success-cookie-blue {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.btn-outline-success-blue {
    color: #222222;
    border-color: #1D6AD4;
}

.btn-outline-success-blue:hover {
    color: #ffffff;
    border-color: #1D6AD4;
    background-color: #1D6AD4;
}

#individuelle_cookie_einstellungen {
    color: #222222;
}

#individuelle_cookie_einstellungen:hover {
    color: #ffffff;
}
.mobi-nav-text-positioning{
    width: fit-content;
    margin: auto;
}
@media (max-width: 991px) {
    .logs-style{
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left!important;
    }
}

.top_product_holder{
    position: relative;
}
.top_product_holder_button_wrapper{
    position: absolute;
    bottom: 0;
    right:20px;
}
.w-fitContent{
    width: fit-content;
}
.filterHeader #loginDropdownDialog{
    right: 1rem; top: 5rem; left: initial
}
.seso-cancel-btn{
    color: red;
}
.seso-cancel-btn:hover{
    color: #ffffff !important;
}
/*new-header*/
.btn-blue {
    background-color: #25377F;
    color: #ffffff !important;
    padding: 0 0.5rem;
    border-radius: 3px;
}
.has-svg-child:hover svg.svg-hover-light {
    fill: #99a4ac;
}
.has-svg-children a:hover svg.svg-hover-light {
    fill: #99a4ac;
}
.dropdown li small.grey-text{
    color: #99a4ac;
}
svg.fill-initial {
    fill: #545454;
}

.menu__icon-header {
    max-width: 300px;
}

.desk-logo-wrapper {
    max-width: 200px;
}

@media (min-width: 991px) {
    .fit-content-lg{
        width: fit-content;
    }
    .desk-logo-wrapper {
        max-width: 250px;
    }
}@media (max-width: 991px) {
    .desk-logo-wrapper {
        position: absolute;
        top: 27%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.header-login #loginDropdownDialog {
    top: auto;
}
#header-user-dash .navbar-nav li {
    border-bottom: 0;
}
.sideNav-toggler-wrapper{
    max-width: fit-content;
}
.header-bar-content .navbar-toggler{
    background-color: transparent;
}

.offcanvas .home-logo-width{
    max-width: 200px;
}
.capitalize-field{
    text-transform: capitalize;
}
.header-acc-dropdown{
    right: 0;
    left: auto!important;
    margin-top: -2px
}
.link-ul{
    text-decoration: underline !important;
}
.grey-text{
    color: #99a4ac;
}

.new-language-menue .dropdown-menu {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem !important;
}

.new-language-menue .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    background-color: transparent !important;
}

table.dataTable tbody tr.even {
    background: #f0f0f0;
}
#content.content-privacy_police ul,
#content.content-marketplace_terms ul,
#content.content-general_terms ul {
    list-style-type: disc;
    /*padding-left: 3rem;*/
}
#content.content-privacy_police ul#tabs-head,
#content.content-marketplace_terms ul#tabs-head,
#content.content-general_terms ul#tabs-head {
    list-style-type: none;
}
#content.content-privacy_police a,
#content.content-marketplace_terms a,
#content.content-general_terms a,
#content.content-impressum a,
#content.content-privacy_police_xing a,
#content.content-privacy_police_linkedin a,
#content.content-privacy_police_twitter a,
#content.content-privacy_police_facebook a,
#content.content-information_on_dataprocessing a,
#content.content-privacy_police_social a{
    color: #2E4FD7;
    font-weight: 600;
}
#content .dtabContainer a {
    color: black;
    font-weight: 400;
}
.dtabContainer ul#tabs-head {
    border: none !important;
}

.close-pos{
    position: absolute;
    top: 5px;
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: 0 5px 10px #cecece;
    z-index: 1;
    padding: 5px;
    cursor: grab;
}

.bg-green-buy, .bg-green{
    background-color: #d1e7dd;
    border-radius: 5px;
}
.bg-green-buy{
    padding: 18px 0;
}
.bg-green{
    padding: 8px 35px;
}
.bg-green-list{
    list-style-type: disc!important;
}
.mac-wrap{
    position: relative;
}

.mac-wrap::before,
.mac-wrap::after
{
    position: absolute;
    height: 80px;
    width: 80px;
    top: -25px;
    left: 80px;
    background: rgb(232, 232, 232);
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.mac-wrap::before
{
    content: '🔍';
    font-size: 1.7rem;
    display: grid;
    z-index: 10;
    place-items: center;
}

.mac-wrap::after
{
    content: '';
    animation: pulse 2000ms infinite;
}
@keyframes pulse {
    0%{
        transform: scale(1);
        opacity: 0.9;
    }
    100%{
        transform: scale(1.8);
        opacity: 0;
    }
}

/*price page*/
.price_page .corporate-text {
    margin-top: 86px;
}
.de_price.price_page .corporate-text {
    margin-top: 26px;
}

.price_page .private {
    background-color: #f1f1f1;
}

.price_page .price-boxes .card {
    height: 353px;
    margin: 10px;
    max-width: 215px;
    min-width: 215px;
    /*border: none;*/
    border-radius: 3px;
    padding: 1.8rem 1rem 1rem 1rem;
    display: flex;
    position: relative;
    border: 1px solid #cccccc;
}

.price_page .price-boxes .card-comp {
    background: #f6f6f6;
}

.price_page .card .banner {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #faf7f1;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 0.7rem;
    border: 1px solid orange;
}

.price_page .btn-btm-2_5 {
    position: absolute;
    bottom: 1rem;
}

.price_page .card-header {
    text-align: left;
    background: none;
    border: none;
    padding: 0;
}

.price_page .price-txt {
    font-weight: bold;
    font-size: 1.8rem;
    margin-right: 0.3rem;
    position: relative;
    top: -10px;
}

.price_page .price-amt {
    font-size: 2.3rem;
    font-weight: 900;
}

.price_page .txt-gray {
    color: #a2a2a2;
}

.price_page .period-dropdown {
    height: 1.8rem;
    width: 85%;
    border-radius: 3px;
    border: none;
    padding: 0 12px;
    position: absolute;
    bottom: 5rem;
    font-size: 0.8rem;
}

.price_page .comp-mobi-button {
    display: none;
}

.price_page .private-text p {
    width: 50%;
}

/*mobile*/
@media (max-width: 1400px) {
    .price_page h1,
    .price_page h2,
    .price_page h3,
    .price_page h4,
    .price_page h5,
    .price_page h6 {
        font-weight: bold;
    }

    .price_page .price-boxes.private-package {
        margin-left: -12px;
    }

    .price_page .corporate-text {
        margin-top: 0;
    }

    .price_page .private-text p {
        width: 100%;
    }

    .price_page .price-boxes {
        display: flex;
        width: 100%;
        clear: both;
        margin-top: 2rem;
    }

    .price_page .price-boxes .container .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: start !important;
    }

    .price_page .price-boxes .container .row .col {
        flex: 0 0 auto;
    }

    .price_page .h-sroll-wrap {
        padding: 0;
        margin-left: -12px;
        width: calc(100% + 12px);
    }

    .price_page .h-sroll-wrap .fit-content {
        width: calc(100% + 12px);
    }

    .price_page .com-button {
        width: 200px !important;
    }

    .price_page .comp-desk-button {
        display: none;
    }

    .price_page .comp-mobi-button {
        display: block;
    }

    .price_page .private-package {
        order: 2;
    }

    .price_page .private-text {
        order: 1;
    }

    /*table*/
    .price_page .table-container {
        overflow-x: visible;
    }

    .price_page .package_table th:first-child,
    .price_page .package_table td:first-child {
        position: relative;
        z-index: 2;
        background-color: #ffffff;

    }

    .price_page .package_table th:first-child,
    .price_page .package_table td:first-child {
        position: sticky;
        left: 0;
    }
}

/*table*/
.package_table .table td:nth-child(2), .package_table .table th:nth-child(2) {
    background-color: #f6f6f6;
}

.package_table .table th:nth-child(2), .package_table .table th:nth-child(3), .package_table .table th:nth-child(4), .package_table .table th:nth-child(5), .package_table .table th:nth-child(6), .package_table .table th:nth-child(7){
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: middle;
    position: relative;
}

.package_table .table td:nth-child(2), .package_table .table td:nth-child(3), .package_table .table td:nth-child(4), .package_table .table td:nth-child(5), .package_table .table td:nth-child(6), .package_table .table td:nth-child(7) {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.package_table .table th .package_name{
    position: absolute;
    top: 35px;
    left: 50%;
    font-weight: bold;
    font-size: 1.2rem;
    transform: translateX(-50%);
}

.package_table .table {
    border-collapse: separate;
    border-spacing: 10px 0; /* Adjust as needed */
    table-layout: fixed;
    width: 100%; /* Adjust as needed */
    min-width: 1296px;
}

.package_table table{
    min-width: 950px;
}

.package_table .table td:nth-child(3), .package_table .table th:nth-child(3) {
    background-color: #ffffff;
}

.package_table .table td:nth-child(4), .package_table .table th:nth-child(4) {
    background-color: #f6f6f6;
}

.package_table .table td:nth-child(5), .package_table .table th:nth-child(5) {
    background-color: #ffffff;
}

.package_table .table td:nth-child(6), .package_table .table th:nth-child(6) {
    background-color: #f6f6f6;
}

.package_table .table td:nth-child(7), .package_table .table th:nth-child(7) {
    background-color: #ffffff;
}

.package_table  table th, .package_table table td, .package_table table, .package_table table tr {
    border: none;
    outline: none;
}

.price_page .th-cover::before{
    content: "";
    width: 100%;
    height: 20px;
    background: #ffffff;
    display: flex;
    position: absolute;
    top: -20px;
    left: 0;
}

.package_table .head-cells th:not(:first-child){
    height: 220px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.package_table tr.cell-bb td:not(:first-child) {
    border-bottom: 1px solid #cccccc;
}
.package_table tr.cell-bt td:not(:first-child) {
    border-top: 1px solid #cccccc;
}


.price_page .table-container {
    overflow-x: auto;
}

.price_page .spaced-row0 td {
    height: 0;
    background-color: transparent;
    border: none;
    padding: 0;
}

.price_page .spaced-row td {
    height: 53px;
    background-color: transparent;
    border-color: transparent;
}

.price_page .table-sub-head {
    font-weight: bold;
}

/*ribbons*/
.price_page .ribbon-wrap, .ribbon_p-wrap {
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: -8px;
}
.price_page .ribbon-wrap::before, .price_page .ribbon-wrap::after, .price_page .ribbon_p-wrap::before, .price_page .ribbon_p-wrap::after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: -1;
}

.price_page .ribbon-wrap::before, .price_page .ribbon-wrap::after{
    background: rgba(255, 165, 0, 0.5);
}
.price_page .ribbon_p-wrap::before, .price_page .ribbon_p-wrap::after{
    background: rgba(37, 55, 127, 0.5);
}

.price_page .ribbon-wrap::before, .price_page .ribbon_p-wrap::before{
    top: 0;
    right: 0;
}
.price_page .ribbon-wrap::after, .price_page .ribbon_p-wrap::after{
    bottom: 0;
    left: 0;
}
.price_page .ribbon, .price_page .ribbon-p{
    width: 185px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;

    color: #ffffff;
    position: absolute;
    transform: rotate(-45deg);
    right: -17%;
    top: 25%;
}
.price_page .ribbon{
    background: orange;
}
.price_page .ribbon-p{
    background: #25377F;
}

.price_page button.btn-blue{
    text-transform: uppercase;
    font-size: 15px;
}

/*end of pricing pag*/

/* Header */
.navbar-expand .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.9rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.nav-item a.nav-Ersatzteile,
.nav-item a.nav-Spare,
.nav-item a.nav-Ricambi,
.nav-item a.nav-Onderdelen {
    color: orange;
    font-weight: 700;
}
.nav-item a:hover.nav-Ersatzteile,
.nav-item a:hover.nav-Spare,
.nav-item a:hover.nav-Ricambi,
.nav-item a:hover.nav-Onderdelen {
    color: darkorange;
    font-weight: 700;
}
.nav-item.active {
    border-bottom: 0;
}

/*business_directory fix*/
.other_locations p{
    margin-bottom: 1rem;
}

/*login page*/
.left-column{
    height: 580px;
}

@media screen and (min-height: 1000px) {
    .loginPage.container-fluid, .left-column {
        height: 100vh;
    }
}

.loginPage .left-column {
    background-image: url('/de/cache/design/resources/de/images/bs-midImg-B.jpg');
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.loginPage .right-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1441px) {
    .loginPage .right-column .form-section{
        margin-left: 100px;
    }

    .loginPage .right-column {
        justify-content: start;
    }
}

.loginPage .form-section {
    width: 80%;
    max-width: 450px;
}
.loginPage .form-section h1{
    font-size: 1.7rem;
    font-weight: bold;
}

.loginPage .or-divider {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.loginPage .or-divider::before,
.loginPage .or-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    border-bottom: 1px solid #cccccc
}

.loginPage .or-divider::before {
    left: 0;
}

.loginPage .or-divider::after {
    right: 0;
}

.loginPage .form-section input{
    border-color: #cccccc;
    border-radius: 2px;
}
.txt-orange{
    color: orange;
}
.changePassword_content{
    max-width: 750px;
}
.txt-clean{
    color: #FFFFFF;
}
.loginPage .form-section a:hover {
    color: orange;
}

/*ads action page*/
.ad_action_page .detailHead {
    background-color:  #f8f9fa;
    min-width: 40%;
}
.ad_action_page #marketplaceArticleBuy {
    padding: 10px 50px;
    margin: 0;
}
.ad_action_page #actionLinks a{
    font-size: 0.8rem!important;
}

.ad_action_page .productName{
    font-size: 1.5rem;
    font-weight: 600;
}
.ad_action_page .rating a{
    text-decoration: none;
}
.ad_action_page .rating a:hover{
    color: #f29007;
}
.reviewLink, .ad_action_page .text-muted, .ad_action_page .design-ad-details-vendor-menu, .ad_action_page .action-table {
    font-size: 0.8rem !important;
}
.ad_action_page #marketplaceArticleBuy, .ad_action_page .seso-btn-action:hover{
    background-color:#f29007;
    color: white !important;
    border-color: #f29007;
}

.ad_action_page .completePrice{
    line-height: 1.2rem;
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem;
    color: #dc3545;

}
.ad_action_page h2.categoryField{
    font-size: 1.1rem;
    line-height: 1rem;
    text-decoration: none;
    font-weight: 600;
    color: #999999;
}
.ad_action_page .first-bread-crumb{
    font-size: 1rem;
    display: block;
    text-transform: lowercase !important;
    line-height: 1.2rem;
    font-weight: 400;
}

.ad_action_page .first-bread-crumb a{
    color: #f29007;
}
.ad_action_page .first-bread-crumb span:first-letter{
    text-transform: capitalize !important;
}


.ad_action_page .design-ad-details-vendor-menu ul li {
    font-size: 0.8rem !important;
}

.ad_action_page .seso-price-btn {
    color: #fff !important;
    border: 1px solid #01386a;
    background: #01386a;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 2px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
    text-decoration: none;
}

/*footer style*/
footer {
    background: #444;
    color: #dddddd;
}
footer a{
    color: #dddddd;
    font-weight: 100;
    text-decoration: none;
}
footer a:hover{
    color: #dddddd;
    text-decoration: none;
}

footer h3 {
    font-size: 1.4rem;
}

/*Index_home page css...............................*/

/* Hero background image */
.home-content .bg-image-cover {
    background-position: center;
    background-color: rgba(0, 0, 0, 0.35);
    background-image: url('/de/cache/design/resources/de/images/seso_hero_long1.jpg');
}
/* Hide scrollbar for chrome, safari, opera */
.home-content .horizontal-scroll::-webkit-scrollbar{
}
/* Hide scrollbar for IE, Edge and Firefox */
.home-content .horizontal-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.home-content .tab-pane a:hover, .home-content .tab-pane a:active, .home-content .tab-pane a:focus{
    text-decoration: none;
    color: inherit;
}
.home-content .card-wrapper {
    background-image: none;
}

@media (max-width: 992px) {

    .home-content .bg-image-cover{
        height: 265px;
        background-position: bottom;
    }

    .home-content .home-filter{
        position: absolute;
        top: 133%;
    }

    .home-content .filter-bg button{
        bottom: 2.3rem;
    }

    .home-content .filter-bg {
        height: 17rem;
    }
    .icon-status_a, .icon-status_c{
        width: 50px;
    }
    .icon-status_b{
        width: 35px;
    }

}
.home-content .home-filter .nav-tabs .nav-link.active {
    color: darkorange!important;
    background-color: #fff;
    border-bottom: #fff;
    font-size: 15px;
    border-bottom: none !important;
}

@media (max-width: 991px) {
    .tab-content > .active {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/*added code*/
@media (min-width: 992px) {
    .home-content .home-filter .bg-white {
        margin: auto;
        max-width: 975px;
    }
}
.home-content .home-filter .bg-white {
    margin: auto;
    max-width: 975px;
}

.home-content .nav-link.active svg {
    fill: #f29007;
}
.home-content .nav-link svg {
    display: inline;
    width: 1.5rem;
    height: 1.5rem;
}

.navbar .nav-link svg {
    fill: #545454;
    width: 1.2rem;
    height: 1.2rem;
    display: inline;
}

@media (max-width: 992px) {

    .home-content .home-filter .nav-item {
        flex: 1 0 auto;
    }

    .home-filter button.nav-link{
        height: 100%;
    }
}
@media (min-width: 992px) {
    .home-filter .nav-item {
        border-right: 1px solid #D8D8D8;
    }

    .home-filter .nav-item:last-child {
        border-right: none; /* Remove border for the last item */
    }

    .home-filter .nav-item:not(:has(button.active)) {
        border-bottom: 1px solid #D8D8D8;
    }
}
.home-content .tab-content-box svg{
    width: 7rem;
    height: 7rem;
}

.home-content .filter_items_wrap a{
    display: contents;
}
.home-content .nav-item.filter-title span{
    vertical-align: middle;
}

@media (max-width: 992px) {
    .home-filter .nav-item {
        border-bottom: 1px solid #D8D8D8;
    }

    .home-filter .nav-item:last-child {
        border-bottom: none; /* Remove border for the last item */
    }

    .home-filter .nav-item:not(:has(button.active)) {
        border-right: 1px solid #D8D8D8;
    }

    .home-filter .tab-icon-box {
        width: 75px;
    }

    .home-filter .tab-content-box {
        width: calc(100% - 75px);
    }

    .home-content .nav-link svg {
        width: 2rem;
        height: 2rem;
    }

    .home-content .tab-content-box svg{
        width: 5.5rem;
        height: 5.5rem;
    }

}
@media (max-width: 396px) {
    .home-content .tab-content-box svg{
        width: 4rem;
        height: 4.5rem;
    }
    .home-content .tab-content-box figcaption{
        font-size: 0.88rem;
    }

}

.home-content .banner {
    position: relative;
    width: 975px;
    padding: 0;
    margin: auto;
    text-align: center;
}

.home-content .banner-text h1{
    font-size: 3rem;
}
.home-content .banner-text h1,
.home-content .banner-text p {
    color: white;
    margin: 0; /* Remove default margins */
}
.home-content .banner-text h1{
    padding-top: 7rem;
    font-size: 3.5rem;
    padding-bottom: 2rem;
    line-height: 1;
}

.home-content .banner-text p {
    font-size: 1.5rem;
}

/*end of index_home page css.................................*/

.content-packets_membership_upgrade .member-box-min-h {
    min-height: 470px;
}

.content-register section {
    padding: 0px 0;
}

/*testenstart page*/
.testen_home .carousel.slide{
    height: 70vh;
    max-height: 650px;
}
@media (max-width: 1024px) {
    .testen_home .carousel.slide {
        max-height: 500px;
    }
}
@media (max-width: 768px) {
    .testen_home .carousel.slide {
        max-height: 400px;
    }
}

.testen_home .section_paddingless {
    padding: 0;
}

.testen_home .zigzag-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testen_home .zigzag-img-wrapper {
    height: 425px;
}

.testen_home .zigzag-txt-wrapper {
    background: rgba(255, 165, 0, 0.10);
}

.testen_home .zigzag-txt-wrapper .zigzag-txt-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.testen_home .zigzag-txt-wrapper .zigzag-txt-inner {
    padding-left: 36px;
    padding-right: 36px;
}

.testen_home .zigzag-txt-inner .seso-btn-action {
    width: 230px;
    margin-top: 24px;
}

/*form css*/

#progressDiv {
    position: relative;
    background-color: #e0e0e0;
    width: 100%;
    height: 22px;
    border: 1px solid lightgrey;
    margin-bottom: 20px;
    border-radius: 10px;

}

#progressbarnew {
    height: 100%;
    width: 0%;
    border-radius: 10px;
    background: green;
    transition: width 0.5s ease-in-out;
}

#percentagevalue {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    transition: opacity 0.5s ease-in-out;
}

.testen_home .custom-file-label-new  .upload-box {
    border: 2px dashed #ccc;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #f8f9fa;
    margin: 0;
}

.testen_home button.delete-img{
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.85);
    position: relative;
    left: 63px;
    top: -90px;
    border: 1px solid white;
    display: grid;
    place-content: center;
}
.testen_home button.delete-img i{
    color: red;
    font-size: 1.3rem;
}


.testen_home .help-block {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.testen_home .form-step {
    display: none;
}

.testen_home .form-step.active {
    display: block;
}

.testen_home .next-btn,
.testen_home .submit-btn {
    margin-top: 20px;
}

/* form btns */
.testen_home .form-prev-btn-wrap {
    width: fit-content;
    margin: 0;
}

.testen_home .form-next-btn-wrap {
    width: fit-content;
    margin: 0 0 0 1rem;
}

.photo-name-box span {
    margin-right: 10px;
}

.photo-name-box button {
    background-color: #ffffff;
    border: none;
    border-radius: 3px;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 0;
    font-size: 1rem;
    line-height: initial;
}

.testen_home .thank_you_txt {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px
}

.testen_home .file_size_modal {
    z-index: 2 !important;
}

.testen_home .next-btn {
    z-index: 1 !important;
}

.testen_home .form-step .form-group {
    margin-bottom: 1rem;
}

.testen_home .form-step .form-group label {
    padding-bottom: 5px;
}

.testen_home .form-step .form-group input {
    padding: 10px;
}

.testen_home .form-step .modal-content p {
    margin-bottom: 2rem;
}

.modal-footer button {
    color: initial;
    /*margin: auto;*/
}

.testen_home .form-step .modal-footer button:hover {
    color: #ffffff;
}

.testen_home .inner_bullets {
    list-style-type: square !important;
}

.testen_home ul.list-style-arrow {
    list-style-type: none;
    padding-left: 0;
}

.testen_home ul.list-style-arrow li::before {
    content: "\2192";
    /* Unicode for right arrow */
    padding-right: 10px;
    /* Space between arrow and list item text */
    color: #333;
    /* Arrow color */
    font-size: 16px;
    /* Arrow size */
}

@media (max-width: 767px) {

    .testen_home .zigzag-wrapper .zigzag-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .testen_home .zigzag-txt-wrapper .zigzag-txt-inner {
        padding: 36px 24px;
    }
}

@media (max-width: 767px) {
    .preContactPage_faq .pos-rel .btn {
        line-height: 1.5 !important;
        text-align: left !important;
    }
}

@media (max-width: 560px) {
    .preContactPage_faq .pos-rel .btn p {
        line-height: 1.5 !important;
    }
}

.testen_home p {
    line-height: 1.5 !important;
}

.testen_home .carousel-text{
    place-content: center;
    color: #ffffff;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.testen_home .sub-header{
    font-size: 1.4rem;
    max-width: 750px;
    margin: auto;
}
.testen_home .head-btn{
    max-width: 250px;
}

@media (max-width: 767px) {
    .testen_home .zigzag-img-wrapper{
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .testen_home.central-inv .zigzag-img-wrapper{
        width: 100%;
    }
}

.indent-reg-list{
    list-style-type: initial !important;
    margin-left: 1rem;
}

.mini-li-txt li{
    font-size: 0.9rem;
}

/*fulfillment page*/
.fulfillment-page .carousel.slide {
    height: 70vh;
    max-height: 650px;
}

.fulfillment-page h1 {
    font-size: 3rem;
    margin-bottom: 35px;
}

.fulfillment-page p {
    line-height: 1.5;
}

.fulfillment-page .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fulfillment-page .carousel-item .carousel-text {
    text-align: center;
    color: #ffffff;
    width: fit-content;
    height: fit-content;
}

.fulfillment-page .carousel-item .sub-header {
    font-size: 1.4rem;
}
.search-input-wrapper i {
    font-size: 1.0rem !important;
}
.search-width {
    position: relative;
    top: -12px;
}

.fulfillment-page .circle-container {
    position: relative;
    width: 350px;
    height: 350px;
}

.fulfillment-page .orange-one,
.fulfillment-page .orange-two,
.fulfillment-page .orange-three {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 165, 0, 0.33);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fulfillment-page .orange-one {
    width: 280px;
    height: 280px;
    z-index: 3;
}

.fulfillment-page .orange-two {
    width: 380px;
    height: 380px;
    z-index: 2;
}

.fulfillment-page .orange-three {
    width: 480px;
    height: 480px;
    z-index: 1;
}

.fulfillment-page .package-img {
    width: 370px;
    position: absolute;
    bottom: -243px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.fulfillment-page.intro-section {
    padding-top: 125px;
    padding-bottom: 71px;
}



@media (max-width: 1200px) {
    .fulfillment-page.intro-section {
        padding-bottom: 34px;
    }
}

@media (max-width: 992px) {
    .fulfillment-page.intro-section {
        padding-bottom: 71px;
    }
    .fulfillment-page .package-img {
        bottom: -275px;
    }
}

@media (min-width: 1200px) {
    .fulfillment-page.intro-section {
        padding-bottom: 71px;
    }
}

.fulfillment-page.intro-section h2 {
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 32px;
}
.fulfillment-page.intro-section .intro-txt {
    z-index: 9;
}


.fulfillment-page .globe-section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.fulfillment-page .globe-text-wrap {
    border-radius: 10px;
    background: #f29007;
    background: linear-gradient(90deg, #f29007 27%, rgba(37, 55, 127, 1) 73%);
    padding: 90px 32px;
}


.fulfillment-page .globe-txt {
    color: white;
    flex: 1;
}

.fulfillment-page .globe-txt h3, .fulfillment-page.form-sec h2 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 32px;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .fulfillment-page .globe-img-wrapper {
        width: 400px;
        flex-shrink: 0;
    }

    .fulfillment-page .package-img {
        bottom: -275px;
    }

}

.fulfillment-page .globe-section img {
    max-width: 380px;
}



.fulfillment-page .we-offer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding-bottom: 50px;
}
@media (max-width: 992px) {
    .fulfillment-page .we-offer {
        grid-template-columns: repeat(2, 1fr);
    }

    .fulfillment-page .intro-txt {
        position: relative;
        top: -100px;
    }
}

@media (max-width: 576px) {
    .fulfillment-page .we-offer {
        grid-template-columns: repeat(1, 1fr);
    }
    .fulfillment-page .globe-section img {
        max-width: 275px;
    }
}

.fulfillment-page .we-offer-item {
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.fulfillment-page .we-offer-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.fulfillment-page .we-offer-item p {
    padding-bottom: 1rem;
}

.fulfillment-page .form-group {
    margin-bottom: 1.2rem !important;
}

.fulfillment-page .form-group input {
    border-radius: 0 !important;

}
/*end of fulfillment page*/

#SEARCH_FORM label.form-top, #SEARCH_FORM div {
    font-size: 1rem !important;
    /*margin-top: 0px !important;*/
}

#SEARCH_FORM input {
    min-height: 1rem !important;
}

.search-input-wrapper i {
    font-size: 1.0rem !important;
}

.search-width {
    position: relative;
    top: -12px;
}

/*start training page*/
.testen_home .carousel-inner img {
    height: 70vh;
    max-height: 650px;
    object-fit: cover;
}

.testen_home .office-intro-img {
    overflow: hidden;
    white-space: nowrap;
}

.testen_home .office-intro-img img {
    height: 31rem;
    width: 16.5rem;
    object-fit: cover;
}

.testen_home .office-intro-img img.office-intro-img2 {
    margin-top: -6rem;
}

.testen_home .office-amenities li {
    overflow: hidden;
    text-align: center;
}

.testen_home .office-amenities figure,
figure {
    display: flex;
    flex-direction: column;
}

.testen_home .mini-header {
    position: relative;
    color: #777777;
    text-transform: uppercase;
    font-weight: 900;
}

.testen_home .service-section h3{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.testen_home .zoom-effect-container {
    overflow: hidden;
}

.testen_home .zoom-effect-container .img-fluid {
    transition: transform 1s ease;
    display: block;
}

.testen_home .zoom-effect-container:hover .img-fluid {
    transform: scale(1.02);
}

.testen_home .conference-room-text p {
    margin: 16px 0;
}

.testen_home .service-section .card {
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    min-height: 21rem;
}

@media (min-width: 992px) {
    .testen_home .card {
        min-height: 26rem;
    }
}
/*end training page*/

/*service page*/
.service-page .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

@media (max-width: 1200px) {
    .service-page .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .service-page .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .service-page .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .service-page .grid-container {
        grid-template-columns: 1fr;
    }
}

.service-page .grid-item {
    display: flex;
    flex-direction: column;
}

.service-page .card.galleryDec {
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border: none;
    aspect-ratio: 1;
    border-radius: 3px;
    overflow: hidden;
}

.service-page .galleryDec:hover img {
    transform: scale(1.1);
}

.service-page .card a {
    height: 100%;
    width: 100%;
}


.service-page .card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
}

.service-page .card-footer.descriptor {
    color: #ffffff;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    min-height: 64px;
    align-content: center;
}

.service-page .galleryDec img {
    width: 100%;
    transition-duration: 1s;
    -webkit-filter: brightness(80%);
    margin: 0;
    text-align: center;
    height: 100%;
    object-fit: cover;
}

.service-page .galleryDec {
    overflow: hidden;
}

.service-page .service-my-spacing {
    margin: 70px auto;
}

/*404 page*/

.error-page {
    background: #FFA500;
    height: 82vh;
    padding: 0;
    align-content: center;
}

.error-wrapper {
    place-content: center;
}

.error-page .content-box {
    position: relative;
    max-width: 1440px;
    max-height: 1440px;
    margin: auto;
}

.error-page-body {
    color: #ffffff;
}

.error-page-body h1 {
    font-size: 10rem !important;
    font-weight: 700;
}

.error-page-body p {
    margin-top: 5rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.error-page-body .btn {
    max-width: 15rem !important;
}

.error-txt {
    padding-top: 8rem;
}

img.sun {
    width: 32rem;
    position: absolute;
    left: -3rem;
    top: 1rem;
}

img.dog {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 33rem;
}

/*404 page end*/