.c-favorites-basket {
    position: absolute;
    right: 3vw;
    top: 50px;
}

.c-favorites-basket em, .c-wishlist em {
    color: #ff5876;
    font-size: 36px;
}

.c-favorites-basket > a > span, .c-wishlist > a > span {
    font-size: 10px;
    background-color: #2a3157;
    color: white;
    padding: 2px;
    border-radius: 50%;
    margin-left: 0;
    min-width: 12px;
    min-height: 12px;
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
aspect-ratio: 1/1;
}

.c-favorites-basket div.items div.itemcontent, .c-wishlist div.items div.itemcontent {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.c-favorites-basket div.items div.itemcontent h3 a span, .c-wishlist div.items div.itemcontent h3 a span {
    font-weight: 800;
}

.c-wishlist div.items div.list h3, div.items h3 {
    font-size: 16px;
}

.c-wishlist div.items div.photos {
    min-width: 50px;
}

.c-wishlist div.items div.photos img {
    width: 100%;
    height: auto;
}

#mobile-header .itemsgroup, #mobile-header {
z-index: 31;
}

@media (max-width: 990px) {
#abovetopbanner .c-favorites-basket {
display: none;
}
.c-favorites-basket em {
    font-size: 32px;
}
.c-favorites-basket em {
    margin-right: 5px;
}
}.items div.order {
position: absolute;
right: 28px;
top: 0;
}

#abovetopbanner div.itemsgroup {
    padding-top: 10px;
}

.filter_opt a {
    display: inline-block;
    padding: 10px 5px;
}

.items h3 {
    overflow-wrap: anywhere;
}

.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, #contenttop h1, #contenttop h2, button {
font-family: 'Poppins', sans-serif;
}

/* TITLES */

#contenttop h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.3em;
}

#contenttop h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    text-align: left;
}

@media (max-width: 990px) {
#contenttop h2 {
    font-size: 30px;
}
}

#contenttop .c-home-header h1 {
    text-align: center;
    margin-bottom: 0px;
    max-width: 950px;
    margin: 0 auto;
}

.c-home-header {
    text-align: center;
    margin-top: 100px;
}

#contenttop .c-inpage-header h1 {
    text-align: left;
}

#contenttop h1.c-title-xl {
    font-size: 60px;
    font-weight: 800;
    color: #2a3157;
    line-height: 1em;
    max-width: 700px;
    margin: 0 auto 50px auto;
    padding-bottom: 0;
}

#contenttop h1.c-title-lg {
    font-size: 40px;
    font-weight: 800;
    color: #2a3157;
    line-height: 1.2em;
    margin: 0 auto 50px auto;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
}

#contenttop h1.c-title-lg.c-title-logo, #contenttop h1.c-title-lg span.c-title-logo {
margin-left: 0;
margin-bottom: 15px;
}

#contenttop h1.c-title-lg.c-title-logo span, #contenttop h1.c-title-lg span.c-title-logo span {
    font-weight: 300;
    position: relative;
    display: inline-block;
}

#contenttop h1.c-title-lg.c-title-logo span:before, #contenttop h1.c-title-lg span.c-title-logo span:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ff5776;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 18px;
    top: 8px;
}

#contenttop h1.c-title-md, #belowsite h1.c-title-md {
    font-size: 22px;
    font-weight: 800;
    color: #2a3157;
}

#contenttop h3 {
    color: #2a3157;
    font-size: 20px;
}

/* BUTTON */

.c-button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 15px 25px;
    color: #3d3e42;
    margin: auto;
    margin-top: 15px;
    margin-right: 15px;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 25px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.c-button.c-button-pink {
   background-color: #ff5776;
}

.c-button:hover {
    background-color: #00ccbd;
}

/* OLD BUTTON 
.c-button::after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
} END */

/* NEW BUTTON */

.c-button::after {
    content: '';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
    display: inline-block;
    background-image: url('/cache/files/5046f7fcf9a2ab13e3de4ceb93ec33fb3ebdf16a.svg');
    background-size: contain;
    width: 12px;
    height: 12px;
}

/* END NEW BUTTON */

.c-button:hover::after {
right: -5px;
}

/* BUTTON WHITE */

.c-button.c-button-white {
background-color: white;
    color: #2a3056;
}

.c-button.c-button-white:hover {
    background-color: #ff5776;
    color: white;
}

.c-button.c-button-white::after {
    color: #3d3e42;
    transition: all 0.3s;
}

.c-button.c-button-white:hover::after {
    color: white;
}

/* BUTTON GREENBLUE */

.c-button.c-button-greenblue {
    background-color: #00ccbd;
}

.c-button.c-button-greenblue:hover {
    background-color: #2a3056;
    color: white;
}

.c-button.c-button-greenblue::after {
    color: white;
    transition: all 0.3s;
}

.c-button.c-button-white:hover::after {
    color: white;
}

/* BUTTON BLUE SE WHITE */

.c-button.c-button-blue-white {
    background-color: #2a3157;
}

.c-button.c-button-blue-white:hover {
    background-color: white;
    color: #2a3056;
}

.c-button.c-button-blue-white::after {
    color: white;
    transition: all 0.3s;
}

.c-button.c-button-blue-white:hover::after {
    color: #2a3157;
}


/* BUTTON CONTAINER TOP SECTION */

.c-button-top {
    display: inline-block;
    background-color: #2a3157;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 15px;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 25%);
}

.c-button-middle {
    display: block;
    background-color: #ff5776;
    color: white;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    margin-top: -10px;
}

.c-button-bottom a {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 25%);
}

/* =============== */

.c-maxw1280 {
max-width: 1280px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.c-maxw900 {
max-width: 900px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.c-ptop-100 {
padding-top: 100px;
}

.c-pbottom-100 {
padding-bottom: 100px;
}

/* SOCIAL MEDIA ICONS */

.c-social-icon {
    background-color: #ff5776;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
margin-right: 15px;
}

.c-social h3 {
margin-bottom: 10px;
}

/* ============= */

.c-bgcolor-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 100% 60%;
    background-position: center top;
    min-height: 600px;
    background-repeat: no-repeat;
}

/* SECTION HEADER */

.c-section-header {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.c-section-header > div {
    width: 50%;
}

#contenttop .c-section-header h1.c-title-lg {
    text-align: left;
    color: white;
}

.c-section-header > div:nth-child(2) {
text-align: right;
}

.c-video-box {
    height: 50vh;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 9/16;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
transition: 0.3s;
}

.c-video-box:hover {
    box-shadow: 10px 10px 0px rgb(0 0 0 / 20%);
}

.c-video-box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.c-video-box img {
width: 100%;
height: auto;
margin: 0px;
position: relative;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    top: 0px;
    left: 0px;
transition: 0.3s;
border-radius: 1.2vw;
}

.c-video-box:hover img {
    box-shadow: 10px 10px 0px rgb(0 0 0 / 20%);
    top: -10px;
    left: -10px;
}

.c-image-border {
border-radius: 1.2vw;
}

.c-box-gap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/* FOOTER */

.c-footer {
padding-top: 100px;
padding-bottom: 100px;
}

.c-partner-footer {
    background-color: white;
    margin: 0;
    padding: 20px;
    height: auto;
    width: 180px;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
}

.c-partner-footer img {
    width: 100%;
    height: auto;
}

.c-footer .c-title-md {
margin-top: 15px;
}


/* PARTNERS SECTION */

.c-partner-box {
    border-radius: 25px;
    border: 0px solid #cfd0d3;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    margin: 20px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    transition: 0.3s;
text-align: center;
    background-color: white;
}

.c-partner-box img {
    filter: grayscale(1);
    transition: 0.3s;
    width: 100%;
    height: auto;
    max-width: 220px;
    margin: 0 auto;
    object-fit: contain;
    aspect-ratio: 16/10;
}

.c-partner-box:hover {
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    top: -5px;
    left: 0px;
}

.c-partner-box:hover img {
    filter: grayscale(0);
}

.c-partners-section h1 {
    width: 50%;
    text-align: left !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
}


/* RESPONSIVE */

@media (max-width: 990px) {
/* SECTION HEADER */

.c-section-header {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}

.c-section-header > div {
    width: 100%;
}


.c-section-header > div:nth-child(2) {
text-align: left;
}

.c-bgcolor-container {
    background-size: 100% 90%;
}

#contenttop h1.c-title-lg span.c-title-logo span:before {
    left: 18px;
}

.c-partner-box {
    margin: 5px;
}

.c-partner-box img {
    filter: grayscale(0);
}

#contenttop h1.c-title-xl {
    font-size: 30px;
}

.c-video-box {
    margin-top: 30px;
}


}


/* FOOTER PARTNERS SECTION */

.c-footer-partners-container {
    padding-top: 70px;
}

.c-footer-partners-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-partners-box h1 {
width: 100%;
}

.c-footer-partners-box:nth-child(1) {
width: 30%;
    padding-top: 30px;
}

.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 100px;
    border-right: 1px solid;
}

.c-footer-partners-box:nth-child(2) {
    width: 70%;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-partners-logo {
    margin-top: 10px;
}

.c-footer-partners-logo img {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    margin-right: 15px;
}


@media (max-width: 1024px) {
.c-footer-partners-container {
    margin-left: 15px;
    margin-right: 15px;
}
.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 55px;
}
}

@media (max-width: 768px) {
.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 0px;
    border-right: 0px solid;
}
.c-footer-partners-box:nth-child(1), .c-footer-partners-box:nth-child(2) {
    width: 100%;
}
}

/* CTA */

.c-cta-link {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background-color: #00ccbe;
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.c-cta-link:hover {
    background-color: #ff5776;
}

.c-cta-link-big {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    text-align: center;
    background-color: #ff5776;
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.c-cta-link-big:hover {
    background-color: #ff5776;
}


/* =============== */

/* DATES BOXES */

.c-dates-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #2a3157;
    border-radius: 20px;
    text-align: center;
}

.c-dates-boxes h3 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 800;
    color: #ff5776;
width: 100%;
margin-top: 20px;
}

.c-date-box {
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    align-items: center;
    font-size: 20px;
    margin: 10px;

}

.c-date-box h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 800;
color: #2a3157;
margin-top: 0px;
}

.c-date-box p {
margin-bottom: 0px;
margin-top: 10px;
}

@media (max-width: 990px) {
.c-date-box {
    width: calc(50% - 10px);
    margin: 5px;
}

.c-date-box h3 {
    font-size: 20px;
}
}

/* PARTNERS */

.c-partner-container {
    width: 100%;
    position: relative;
}

.c-partner-inner {
    position: relative;
    display: flex;
    max-width: 1280px;
    margin: auto;
flex-direction: row;
}

.c-logo {
    flex-basis: 33.33%;
    margin: 20px;
    margin-top: 90px;
    text-align: center;
}

.c-logo img {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 5px 10px 0px rgb(0 0 0 / 20%);
}

.c-top-bg-color {
    background-color: #00ccbd;
    position: absolute;
    width: 100%;
    height: 65%;
top: 0;
}


/* 2025 Updates */

.c-inpage-header {
   margin-top: 80px;
   margin-bottom: 150px;
}

.c-header-image img {
   width: 100%;
   height: auto;
   border-radius: 25px;
   margin-top: 60px;
}

.c-bgcolor-radius {
   background-color: #eceef1;
    border-radius: 25px;
}

.c-main-inner.c-bgcolor-radius {
    margin-bottom: 100px;
}


.c-border-image {
    height: 100%;
    width: 100%;
}

.c-border-image img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.c-content-boxy {
    padding: 4vw;
}

#contenttop div.htmlbox ul.c-ul {
    padding-left: 0;
}

#contenttop div.htmlbox ul.c-ul li {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

#contenttop div.htmlbox ul.c-ul li::before {
    content: '';
    min-width: 10px;
    min-height: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: #2A3056;
    margin: 7px 10px 0 0;
}

.faqs, #worksheets, #cta {
   margin-top: 100px;
}

.faqs .accordion {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 15px;
}

.faqAnswer {
    padding-right: 40px;
    padding-top: 20px;
}

.accordion h3.faqHeader {
font-size: 20px;
    font-weight: 400;
    color: #2A3056;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 0px;
    user-select: none;
}

.faqHeader::after {
    content: '+';
    display: block;
    font-size: 30px;
    font-weight: 100;
    padding: 22px 0px 18px;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #F8F9FB;
    line-height: 0;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    color: #2A3056;
    transform: rotate(0deg);
    transition: 1s;
}

.active .faqHeader::after {
    transform: rotate(45deg);
    background-color: #FF5776;
    color: white;
}

#contenttop #faqs h2 {
    max-width: 500px;
}

#faqs .col-md-5 {
    position: sticky;
    top: 100px;
}

.c-main-inner {

}

#cta.c-main-container {
   position: relative;
   z-index: 0;
   border-radius: 25px;
   overflow: hidden;
}

#cta.c-main-container::before {
   content: '';
   background-color: #2A3056;
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 0;
    pointer-events: none;
}

#cta.c-main-container::after {
   content: '';
   background-image: url('/cache/files/fa0c9a577ee39f3055f3ce985b65a049bda29949.jpg');
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
    z-index: 1;
    opacity: 0.1;
    pointer-events: none;
    background-position: 60% 30%;
    background-size: cover;
}

#cta.c-main-inner {
    position: relative;
    z-index: 2;
}

#contenttop #cta h2 {
    color: white;
    font-size: 30px;
}

#contenttop #cta .c-form h2 {
   display: none;
}

#contenttop #cta .c-form button {
    padding: 10px 25px;
    border-radius: 25px;
    border: 0px;
    font-size: 16px;
    background-color: #FF5776;
    color: white;
}

#contenttop #cta .c-form .submit {
    text-align: right;
}

#cta .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

#cta .c-main-inner {
    padding: 7vw 20px;
    margin-bottom: 0px;
}

#cta .c-main-inner .container-fluid {
    max-width: 1000px;
}

#cta p {
    color: white;
    max-width: 100%;
}

#cta .c-form p{
    width: 100%;
}

#cta .c-form input {
    border: 0;
    border-radius: 100px;
    background-color: white;
    width: 100%;
    padding-left: 20px !important;
}

div.contactform p label, div.thelogin p label {
    display: block;
    color: #666;
    font-size: .7em;
    padding: 0px 0 0 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}


#worksheets .c-bgcolor-radius {
background-color: #eceef1;
}

.c-worksheets-boxy {
    background-color: white;
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    margin: 30px;
}

#worksheets .col-md-5 {
    position: sticky;
    top: 100px;
}

#gold-partners .c-content-boxy, #silber-partners .c-content-boxy, #bronze-partners .c-content-boxy, #verbande .c-content-boxy, #zusammenarbeit .c-content-boxy, #kooperationspartner .c-content-boxy {
    padding: 50px 20px 0px 20px;
}

#contenttop #gold-partners h2, #contenttop #silber-partners h2, #contenttop #bronze-partners h2, #contenttop #verbande h2, #contenttop #zusammenarbeit h2, #contenttop #kooperationspartner h2, #contenttop #gold-partners h2 {
    margin: 0;
    padding: 0;
}

#gold-partners .c-bgcolor-radius, #silber-partners .c-bgcolor-radius, #bronze-partners .c-bgcolor-radius, #verbande .c-bgcolor-radius, #zusammenarbeit .c-bgcolor-radius, #kooperationspartner .c-bgcolor-radius {
    padding-bottom: 30px;
}

.c-contact-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: lightgrey;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.c-contact-email-button {
    background-color: #00ccbe;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
}

.c-contact-email-button a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

@media (max-width: 990px) {
.contactform {
    max-width: 100%;   
}
}.c-newlogo {
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 190px;
    transform: translate(-50%, 0%);
}


.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}


.mobile-header {
    height: auto;
    min-height: 90px;
}

#mobile-header button {
    color: white;
    font-size: 16px;
    padding: 10px;
    background-color: #ff5776;
    border-radius: 30px;
}


.header__menu-toggle {
    width: auto;
    height: auto;
}

.side-nav__hide {
    width: auto;
    height: auto;
    background-color: #ff5776;
    padding: 10px;
    border-radius: 50%;
}

/* =================== */
/* ALLAGES AUGUST 2025 */

#mobile-header button span {
    display: none;
}


#mobile-header button:after {
    content: "Menü";
    font-size: 20px;
}

@media (max-width: 768px) {

#mobile-header button:after {
    font-size: 16px;
}
}

/* END ALLAGES AUGUST 2025 */
/* =================== */.c-newsletter {
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
margin: auto;
}

.c-newsletter h2 {
    font-size: 22px;
    font-weight: 800;
    color: #2a3157;
    font-family: 'Poppins', sans-serif
}

.c-newsletter .mc-field-group label {
  margin-top: 12px;
  margin-bottom: 4px;
}

.c-newsletter input#mc-embedded-subscribe.button {
  margin-top: 8px;
}



.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #2a3157;
font-family: 'Poppins', sans-serif;
}



.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

/* BUTTON */

.c-newsletter form .submit button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
}

.c-newsletter form .submit button:hover {
    background-color: #00ccbd;
}

.c-newsletter form .submit button::after {
    content: '\e163';
    font-family: 'Material Symbols Outlined';
    margin-top: 0;
    font-size: 19px;
    position: absolute;
    right: 19px;
    top: 18px;
    margin-left: 10px;
    transition: all 0.3s;
    transform: rotate(-45deg);
}

.c-newsletter form .submit button:hover::after {
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#topbanner {
    height: 0px;
}
#topmenu {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9dd;
}




/* BUTTON */

#topbanner a.c-button-topbanner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 60;
    height: 100px;
    min-width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #00ccbe;
}

#topbanner a.c-button-topbanner:hover {
    background-color: #00ccbd;
}

#topbanner a.c-button-topbanner::after {
    content: '\f040';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
}


#topbanner a.c-button-topbanner:hover::after {
right: -10px;
}

#topbanner a.c-button-topbanner:before {
    content: '';
    border-bottom: 2px solid white;
    position: absolute;
    width: 2px;
    height: 2px;
    left: 165px;
    margin-top: 13px;
    transition: all 0.3s;
}

#topbanner a.c-button-topbanner:hover:before {
    width: 10px;
}

div.topmenu ul li {
    border-radius: 5px;
}


/* ABOVE TOP BANNER */

#abovetopbanner .htmlbox {
float: initial;
}

#abovetopbanner .htmlbox p {
    margin-bottom: 0;
    line-height: 1.2;
   color: white;
font-size: 14px;
letter-spacing: 1px;
    text-transform: uppercase;
}

.c-nobreak {
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 1280px) {
#contenttop h1.c-title-xl {
    font-size: 40px;
    margin: 20px auto 50px auto;
    max-width: 860px;
}
}

@media (max-width: 1100px) {
.c-detail-quickinfo-box {
padding-left: 10px;
padding-right: 10px;
}
}

@media (max-width: 990px) {
.c-partners-section h1{
width: 100%;
}

#contenttop h1.c-title-lg {
font-size: 30px;
}

#contenttop h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 1;
}

/* FILTRA GIA TA TAGS */

.aboveitems .filter_opt a {
    font-size: 12px;
    margin-right: 7px;
}

/* ============== */

.c_detail_modal .close_button, .vp_morevideos_modal .close_button {
    left: 20px;
    top: 20px;
}

.c_detail_modal .slick-slider {
   height: 100vh;
   height: var(--doc-height);
}

#content {
    padding-left: 15px;
    padding-right: 15px;
}

#innercontent {
    padding-left: 0px;
    padding-right: 0px;
}

.slider-arrows {
    bottom: 20px;
}
.slider-arrow-left {
    bottom: 90px;
}

button.slider-arrows.slider-arrow-right.slick-arrow::after, button.slider-arrows.slider-arrow-left.slick-arrow::after {
font-size: 14px;
bottom: -15px;
}

.c-slider-top .slick-current.c-slide-lg:before, .c-slider-top .slick-current.c-slide-lg::after {
opacity: 0 !important;
}

.vp_morevideos_modal .slick-vertical .slider-arrow-left {
    bottom: auto;
    top: calc(50% - 40px);
}
.vp_morevideos_modal .slick-vertical .slider-arrow-right {
    bottom: auto;
    top: calc(50% + 40px);
}

.c-footer .col-md-2, .c-footer .col-md-3{
margin-top: 40px;
}

.c-main-container {
    padding: 50px 20px;
    margin-top: 50px;
}

}

/* QUICK INFO MOBILE VERSION - HIDE THE MOBILE VIEW */
@media (min-width: 769px) {
.c-sayhello-mobile, .c-wishlist-mobile, .c-title-share-mobile {
display: none;
}

div.items div.detail .boxy.c-mobileinfo {
display: none;
}

}
/* END QUICK INFO MOBILE VERSION - HIDE THE MOBILE VIEW */

@media (max-width: 768px) {

/* QUICK INFO MOBILE VERSION */

.c-detail-quickinfo-container div {
    width: 100%;
}

.c-sayhello-desktop, .c-wishlist-desktop {
display: none;
}

.c-detail-quickinfo-icons {
border-right: 0px;
    text-align: center;
}

.c-detail-quickinfo-container {
    margin: -30px 15px 0px 15px;
}

.c-detail-quickinfo-inner {
    width: 100%;
}

.c-quickinfo-mobile-boxes {
    padding: 15px;
}

.c-quickinfo-mobile-boxes .c-detail-quickinfo-box {
    width: 90%;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
}

.c-quickinfo-mobile-boxes .c-sayhello-mobile {
    background-color: #ff5776;
    text-align: center;
    border-radius: 5px;
}

.c-quickinfo-mobile-boxes .c-sayhello-mobile.c-sayhello a {
    color: white;
    display: block;
    width: 100%;
    padding: 10px 0px;
}

.c-quickinfo-mobile-boxes .c-detail-quickinfo-box.c-wishlist-mobile {
width: auto;
}

.c-quickinfo-mobile-boxes .c-heart-wishlist {
    display: flex;
    align-items: center;
}

.c-title-share-mobile {
    white-space: nowrap;
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 0px;
    margin-left: 15px;
}

/* END QUICK INFO MOBILE VERSION */

#contenttop h1.c-title-lg.c-title-logo span:before, #contenttop h1.c-title-lg span.c-title-logo span:before {
    width: 4px;
    height: 4px;
    left: 13px;
    top: 5px;
}

}.chatbot_assistant.bubble > h4::before {
   width: 40px;
   height: 40px;
}

.chatbot_assistant.bubble > h4::after {
   width: 43px;
   height: 43px;
}

/* NEES ALLAGES */
@media (max-width: 768px) {
.modalactive .fixed_chatbot_icon {
    bottom: 45%;
}
.fixed_chatbot_icon .chat_icon {
    width: 60px;
    height: 60px;
}
}

/* END NEES ALLAGES */.chatbot_assistant {
    position: relative;
    max-height: calc(100% - 120px);
}

.messages .bot p {
    line-height: 1.4em;
}

.chatbot_assistant > h4 {
    position: relative;
    top: 0;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 25px 25px 0px 0px;
    font-size: 12px;
    font-weight: 600;
}

.chatbot_assistant > h4::before {
   content: '';
   display: block;
   width: 60px;
   height: 60px;
   background-image: url('/cache/files/fd70d03e29c817f095c5adf9f6fcb8dd81ea4113.svg');
    margin: 0 auto 10px;
    background-size: contain;
}

.chatbot_assistant > h4::after {
    content: '';
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 51%;
    background-image: url('/cache/files/4c18ab35c9c3113c7f14d60dbef48067dbdbfe5f.svg');
    margin: 0 auto 10px;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chatbot_assistant.thinking > h4::after {
   animation: icon-rotate 1s infinite linear;
   display: block;
}

.chatbot_assistant .chatbot_container {
    border-radius: 0 0 25px 25px;
    display: flex;
    flex-direction: column;
    padding: 1em;
}

.chatbot_assistant .messages {
    height: auto;
    padding-bottom: 0px;
}

.chatbot_assistant form.prompt-form {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
padding: 10px 15px;
}

.chatbot_assistant form.prompt-form span.charcounter {
    font-size: 10px;
    bottom: -15px;
    right: 15px;
}
.chat_disclaimer {
    font-size: 9px;
    position: relative;
    top: 0px;
    padding-top: 10px;
}

.close_chat_button {
    border: 0;
}


/* NEES ALLAGES */

.chatbot_assistant .chatbot_container {
    height: 100%;
}

.chatbot_assistant .messages {
    height: 100%;
max-height: 50vh;
}

.chatbot_assistant {
    height: 100%;
    margin-top: 20px;
}

#contenttop .chatbot_assistant h3, #belowcontent .chatbot_assistant h3 {
    color: #2a3157;
    font-size: 16px;
}
#contenttop .chatbot_assistant h3 a, #belowcontent .chatbot_assistant h3 a {
    color: #2a3157;
}

#contenttop .chatbot_assistant p a, #belowcontent .chatbot_assistant p a {
    font-size: 14px;
    text-decoration: none;
    color: #2a3157;
    background-color: rgb(42 49 87 / 15%);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
}


.chatbot_assistant button.scrollToBottom {
 bottom: calc(12% + 60px);
    background-color: #00ccbe;
    color: white;
    border: 0;
}

.actionbuttons {
    border: 0;
}

.chatbot_assistant .new_chat {
    font-size: 20px;
    line-height: 0;
    padding: 10px;
    background-color: #ff5876;
    top: 20px;
}

.chatbot_assistant .new_chat span {
    font-size: 20px;
}


@media (max-width: 768px) {
.chatbot_assistant .new_chat span {
    font-size: 16px;
}
.chatbot_assistant .new_chat {
    top: 10px;
}
}

.chatbot_assistant .messages > ul > li {
    overflow-wrap: anywhere;
    word-wrap: break-word;
    hyphens: auto;
}

.chatbot_assistant .messages > ul > li.user {
    background-color: #2a3056;
}

/* END NEES ALLAGES */
