@charset "UTF-8";
.dce-column .imgIcon {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
}

.dce-BoxCategory .row > .col-12 .BoxCategory {
    height: 500px;
}

.frame-type-text .btn.btn-primary {
    font-size: 16px;
}

/*instagram*/
.eapps-widget-toolbar {
    display: none !important;
}

.eapps-instagram-feed .eapps-instagram-feed-posts-item {
    position: relative;
    box-shadow: 0px 10px 10px #000000;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-item:after {
    content: "\f16d";
    display: block;
    position: absolute;
    bottom: 1rem;
    padding-left: 13px;
    left: 0;
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 30px;
}

.dce-layoutimg h3.little-subheadline {
    color: #000000;
    font-size: 20.8695652174px;
    line-height: 20.8695652174px;
}
.dce-layoutimg .btn-white {
    font-size: 16px;
}
.dce-layoutimg .grid-container .img-text {
    z-index: 1;
}
.dce-layoutimg .grid-container .grid-item .text {
    text-shadow: 2px 2px 4px #000000;
}
.dce-layoutimg .symbol-layoutimg {
    width: 233px;
    height: 233px;
    z-index: 1;
    bottom: -7.3rem;
    min-width: 100%;
}

.special-margin {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #fff;
}

/*slider-Element*/
.slider-element {
    position: relative;
}
.slider-element .slick-arrow {
    font-size: 3rem;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 45%;
}
.slider-element .slick-arrow.arrow-prev {
    left: 1rem;
}
.slider-element .slick-arrow.arrow-next {
    right: 1rem;
}

.icon-slider {
    top: 1rem;
    left: -1rem;
    width: 30%;
}

.h3-sans-serif {
    font-family: "Futura PT Cond Medium", sans-serif;
}

.container, .container-fluid, .frame-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

.container, .frame-container {
    max-width: 1500px;
}

a:not(.btn-white, .btn-primary, .video-trigger, .navbar, .linkButton, .footer-logo, .phoneTable) {
    transition: 0.3s all ease-in-out;
    position: relative;
}
a:not(.btn-white, .btn-primary, .video-trigger, .navbar, .linkButton, .footer-logo, .phoneTable):before {
    transition: 0.3s all ease-in-out;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #8B6F4E;
}
a:not(.btn-white, .btn-primary, .video-trigger, .navbar, .linkButton, .footer-logo):hover {
    color: #8B6F4E;
}
a:not(.btn-white, .btn-primary, .video-trigger, .navbar, .linkButton, .footer-logo):hover:before {
    width: 100%;
}

a.btn-white {
    color: #000;
    font-family: "Rockwell";
    font-weight: 700;
    font-size: calc(32px / var(--font-multiplicator));
    padding: 21px 16px 13px 16px;
    line-height: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    z-index: 1;
    position: relative;
    border: 1px solid #fff;
}
a.btn-white:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.3s linear;
    z-index: -1;
}
a.btn-white:hover {
    color: #fff;
}
a.btn-white:hover:before {
    width: 100%;
}

a.btn-primary {
    color: #fff;
    font-family: "Rockwell";
    font-weight: 700;
    font-size: calc(32px / var(--font-multiplicator));
    padding: 12px 20px;
    line-height: 100%;
    background-color: #8B6F4E;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    z-index: 1;
    position: relative;
    border: 1px solid #8B6F4E;
}
a.btn-primary:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.3s linear;
    z-index: -1;
}
a.btn-primary:hover {
    color: #8B6F4E !important;
}
a.btn-primary:hover:before {
    width: 100%;
}

header#page-header {
    padding-top: 28px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
header#page-header a.navbar {
    padding: 0;
}

header .logo-img {
    z-index: 100;
    width: 125px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.hamburger {
    left: 60px;
    top: 45px;
    width: 40px;
    height: auto;
    display: block;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger span.bar {
    visibility: visible;
    background: #ffffff;
    height: 3px;
    width: inherit;
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    margin-bottom: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger span.menu {
    transition: 0.3s all ease-in-out;
    font-size: 13px;
    position: absolute;
    color: #8B6F4E;
    margin-left: -60px;
    font-weight: 400;
    font-family: "Rockwell";
    text-transform: uppercase;
}
.hamburger span.menu.menu1 {
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}
.hamburger span.menu.menu2 {
    visibility: hidden;
    opacity: 0;
}
.hamburger.active span.bar {
    transition: all 0.3s ease-in-out;
    width: 40px;
}
.hamburger.active span.bar.bar1 {
    transform: translateY(8px) rotate(135deg);
}
.hamburger.active span.bar.bar2 {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
}
.hamburger.active span.bar.bar3 {
    transform: translateY(-8px) rotate(-135deg);
}
.hamburger.active span.menu.menu1 {
    margin-right: 30px;
    visibility: hidden;
    opacity: 0;
}
.hamburger.active span.menu.menu2 {
    visibility: visible;
    opacity: 1;
}

.dce-tabeljob {
    margin-bottom: 80px;
}

#mainnavigation {
    padding: 0 40px;
    background-size: cover;
    background-image: url("/fileadmin/System-Bilder/schneiders-baeckerei-navigation-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    right: -100%;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    display: block;
    transition: 0.3s;
}
#mainnavigation .nav-item:not(:last-child) {
    margin-bottom: 1rem;
}
#mainnavigation .nav-item.dropdown .nav-link {
    margin-bottom: 0;
}
#mainnavigation .dropdown-menu {
    display: block;
    position: relative;
}
#mainnavigation .dropdown-menu a:-webkit-any-link:focus-visible {
    outline-offset: unset;
}
#mainnavigation .dropdown-menu .dropdown-item:active, #mainnavigation .dropdown-menu .dropdown-item.active {
    background-color: unset;
}
#mainnavigation .dropdown-menu .dropdown-item:hover, #mainnavigation .dropdown-menu .dropdown-item:focus {
    background-color: unset;
}
#mainnavigation .dropdown-menu .dropdown-item:hover:before, #mainnavigation .dropdown-menu .dropdown-item:focus:before {
    content: unset;
}
#mainnavigation .dropdown-menu .dropdown-item:hover > .dropdown-text:hover, #mainnavigation .dropdown-menu .dropdown-item:focus > .dropdown-text:hover {
    color: #FFFFFF;
}
#mainnavigation .dropdown-menu .dropdown-item .dropdown-text {
    color: #8B6F4E;
    font-size: 20px;
}
#mainnavigation .dropdown-menu .dropdown-item .dropdown-text i {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
}
#mainnavigation .nav-link-text {
    transition: 0.2s all ease-in-out;
    position: relative;
    line-height: 30px;
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    background-size: 100% 4px, 0 4px;
    background-position: 100% 100%, 0 95%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    display: inline;
}
#mainnavigation .nav-link-text:hover, #mainnavigation .nav-link-text:focus {
    background-size: 0 4px, 100% 4px;
}
#mainnavigation .nav-link {
    padding-bottom: 0;
    margin-bottom: 30px;
}
#mainnavigation .nav-link:last-child {
    margin-bottom: 0;
}
#mainnavigation .nav-link .nav-link-text:hover {
    width: 100%;
    color: #ffffff;
}
#mainnavigation .nav-link .nav-link-text:hover:before {
    width: 100%;
}
#mainnavigation .nav-link:before {
    content: unset;
}
#mainnavigation .nav-link-text {
    color: #8B6F4E;
}
#mainnavigation.show {
    right: 0;
    margin: 0 auto;
}

.theme-dark {
    background-color: #262626;
}

.theme-dark .dce-tabeljob p, .theme-dark .dce-tabeljob ul, .theme-dark .dce-tabeljob li {
    color: #fff;
    font-weight: 300;
    font-family: "Futura PT Cond Book";
    font-size: 20px;
    line-height: 120%;
}
.theme-dark .dce-tabeljob i {
    transition: 0.3s all ease-in-out;
    font-size: 25px;
    cursor: pointer;
}
.theme-dark .dce-tabeljob .line {
    cursor: pointer;
}
.theme-dark .dce-tabeljob ul {
    padding-left: 20px;
}
.theme-dark .dce-tabeljob ul li {
    margin-bottom: 5px;
}
@media (max-width: 991px) {
    .theme-dark .dce-tabeljob span {
        color: #fff;
    }
    .theme-dark .dce-tabeljob .special-span {
        font-weight: bold;
        text-transform: uppercase;
    }
}

footer .footer-logo {
    position: static;
}

.modal.show i {
    background: transparent;
    right: 17px;
    top: 32px;
    font-size: 45px;
}

.modal-backdrop.show {
    opacity: 0.95;
}

.dce-slide i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 50px;
    z-index: 20;
}
.dce-slide i.fa-caret-left {
    left: 20px;
}
.dce-slide i.fa-caret-right {
    right: 20px;
}

.dce-slider-mobile {
    padding-top: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dce-slider-mobile .wrap {
    padding: 0px 70px;
}

.dce-slider-desktop {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dce-slider-desktop h2 {
    max-width: 420px;
    font-size: 42px;
    line-height: 120%;
}
.dce-slider-desktop i {
    cursor: pointer;
}

.form-control, .form-group {
    border-radius: unset !important;
    font-size: 27px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}
.form-control > label, .form-group > label {
    color: #fff;
    font-family: "Futura PT Cond Book";
    font-weight: bold;
}
.form-control select, .form-group select {
    appearance: auto;
}
.form-control input, .form-control select, .form-control textarea, .form-group input, .form-group select, .form-group textarea {
    font-family: "Futura PT Cond Book";
    border-radius: unset !important;
}
.form-control input::placeholder, .form-control select::placeholder, .form-control textarea::placeholder, .form-group input::placeholder, .form-group select::placeholder, .form-group textarea::placeholder {
    color: #000;
}
.form-control input:not(.add-on), .form-control select:not(.add-on), .form-control textarea:not(.add-on), .form-group input:not(.add-on), .form-group select:not(.add-on), .form-group textarea:not(.add-on) {
    padding: 10px 20px;
}
.form-control .checkbox span, .form-group .checkbox span {
    font-size: 24px;
    font-family: "Futura PT Cond Book";
    font-weight: bold;
    color: #fff;
    line-height: 120%;
}
.form-control .powermail_fieldwrap_type_submit .btn-primary, .form-group .powermail_fieldwrap_type_submit .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 45px 8px 45px;
    font-size: 18px;
}
.form-control.has-error input, .form-control.has-error select, .form-control.has-error textarea, .form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
    margin-bottom: 10px;
}
.form-control.has-error span.error, .form-group.has-error span.error {
    font-family: "Futura PT Cond";
}

.form-actions .btn-toolbar {
    justify-content: flex-end;
}
.form-actions .btn-toolbar button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 45px 8px 45px;
    font-size: 18px;
}

a.btn.btn-whatsapp {
    color: #000;
    font-family: "Rockwell";
    font-size: 18px;
    line-height: 100%;
    padding: 21px 18px 13px 55px;
    font-weight: bold;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
    border: 1px solid transparent;
    vertical-align: unset;
}
a.btn.btn-whatsapp:before {
    background-image: url("/fileadmin/System-Bilder/whatsApp.png") !important;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: unset;
    left: 15px;
}
a.btn.btn-whatsapp:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.dce-BoxCategory .row > .col-12 .BoxCategory img {
    object-fit: cover;
    object-position: top;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .textarea > div {
    max-width: 60%;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .img + .textarea {
    text-shadow: 2px 2px 4px #000000;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .button {
    bottom: 2rem;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .button > div {
    background: #8B6F4E;
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Rockwell";
    font-weight: 700;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .button > div a {
    color: #FFFFFF;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .button > div a:hover {
    color: #8B6F4E;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .button > div a:before {
    content: unset;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .button > div:hover {
    background-color: #fff;
    cursor: pointer;
}
.dce-BoxCategory .row > .col-12 .BoxCategory .button > div:hover a {
    color: #8B6F4E;
}

@media only screen and (min-width: 992px) {
    .dce-column .imgIcon {
        width: 350px !important;
    }
    .frame-type-text .btn.btn-primary {
        font-size: 32px;
    }
    .dce-layoutimg h3.little-subheadline {
        font-size: 26px;
        line-height: 26px;
    }
    .dce-layoutimg .btn-white {
        font-size: 32px;
    }
    .slider-element {
        position: relative;
    }
    .slider-element .slick-arrow {
        font-size: 5rem;
    }
}
@media only screen and (max-width: 1023px) {
    .dce-tabeljob strong {
        text-decoration: none;
        font-size: 24px;
        line-height: 120%;
        font-family: "Rockwell", serif;
    }
    .dce-tabeljob span {
        font-family: "Futura PT Cond Book";
        font-size: 26px;
        line-height: 120%;
        font-weight: 200;
        color: #fff;
    }
    .dce-tabeljob span.special-span {
        font-family: "Futura PT Cond Medium";
    }
    .dce-tabeljob .table-mobile-margin-bottom {
        margin-bottom: 20px;
    }
    .dce-tabeljob .line {
        border-top: 1px solid #8B6F4E;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dce-tabeljob .line:last-child {
        padding-bottom: 0;
    }
    .dce-tabeljob .text-column {
        border-bottom: none;
    }
    .dce-tabeljob [class|=line] {
        border-bottom-color: transparent;
    }
    .dce-tabeljob [class|=line] p {
        margin: 0;
    }
}
@media (min-width: 1024px) {
    a.btn-white, a.btn-primary {
        font-size: 18px;
    }
    #mainnavigation {
        width: 50%;
    }
    .dce-tabeljob thead th {
        font-size: 24px;
        line-height: 120%;
        font-weight: bold;
        color: #8B6F4E;
    }
    .dce-tabeljob thead th:last-child {
        text-align: center;
    }
    .dce-tabeljob tr.line td:last-child {
        text-align: center;
    }
    .thead-over-mobile {
        border-bottom: 1px solid #8B6F4E;
        padding-bottom: 12px;
    }
    .thead-over-mobile .thead-title {
        font-size: 24px;
        font-weight: bold;
        line-height: 120%;
        font-family: "Rockwell";
    }
    .line {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #8B6F4E;
    }
    .line .job-title, .line .job-title > span {
        font-size: 27px;
        font-family: "Futura PT Cond Book";
        font-weight: bold;
        line-height: 100%;
    }
    .line span.special-span {
        font-family: "Futura PT Cond Medium";
    }
    .line > div > span {
        font-family: "Futura PT Cond Book";
        font-size: 27px;
        font-weight: 300;
    }
    .line > a > div > span {
        font-family: "Futura PT Cond Book";
        font-size: 27px;
        font-weight: 300;
    }
    .line .empty-job-internal-link {
        text-decoration: unset;
    }
    .line .empty-job-internal-link:hover:before, .line .empty-job-internal-link:hover:after {
        content: unset;
    }
    .dce-tabeljob .content-area {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .dce-tabeljob .content-area h1, .dce-tabeljob .content-area h2, .dce-tabeljob .content-area h3, .dce-tabeljob .content-area h4 {
        font-size: 42px;
        line-height: 120%;
        font-weight: 300;
    }
    .dce-tabeljob .content-area p, .dce-tabeljob .content-area ul, .dce-tabeljob .content-area li {
        font-size: 32px;
        line-height: 120%;
    }
    .dce-tabeljob .content-area ul {
        padding-left: 30px;
    }
    .dce-tabeljob .content-area.active {
        border-bottom: 1px solid #8B6F4E;
    }
}
@media (min-width: 768px) {
    .dce-layoutimg img {
        height: 100%;
    }
    .dce-column .imgIcon {
        width: 150px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 5;
        marign-bottom: 0;
    }
    .special-margin {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    #mainnavigation .navbar-nav {
        max-width: 50%;
    }
    #mainnavigation .navbar-nav .dropdown-menu .dropdown-item .dropdown-text {
        font-size: 25px;
    }
    .dce-layoutimg .grid-container .grid-item img {
        object-fit: cover;
    }
}
@media (min-width: 1024px) {
    #mainnavigation .navbar-nav {
        max-width: unset;
    }
}
@media (max-width: 767px) {
    .dce-layoutimg .grid-item {
        width: 100%;
        height: auto;
    }
    .dce-layoutimg .grid-item img {
        height: auto;
    }
    .BoxCategory.text-height {
        min-height: 60vh;
    }
}
@media (max-width: 740px) and (max-height: 540px) {
    .dce-BoxCategory .row > .col-12 .BoxCategory {
        height: 400px;
    }
    .dce-BoxCategory .row > .col-12 .BoxCategory img {
        object-fit: contain !important;
    }
}
@media (min-width: 844px) and (max-width: 915px) and (max-height: 414px) {
    .dce-BoxCategory .row > .col-12 .BoxCategory {
        height: 400px;
    }
    .dce-BoxCategory .row > .col-12 .BoxCategory img {
        object-fit: contain !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .dce-layoutimg .grid-container {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .dce-layoutimg .grid-container .grid-item.item1 {
        grid-column: 1;
    }
    .dce-layoutimg .grid-container .grid-item.item2 {
        grid-column: 2;
        grid-row: 1/span 2;
    }
    .dce-layoutimg .grid-container .grid-item.item3 {
        grid-column: 1;
    }
    .dce-layoutimg .grid-container .grid-item.item6 {
        grid-column: 1;
        grid-row: 3/span 2;
    }
    .dce-layoutimg .grid-container .grid-item.item4 {
        grid-column: 2;
        grid-row: 3;
    }
    .dce-layoutimg .grid-container .grid-item.item7 {
        grid-column: 2;
        grid-row: 4;
    }
    .dce-layoutimg .grid-container .grid-item.item5 {
        grid-column: 2;
        grid-row: 5/span 2;
    }
    .dce-layoutimg .grid-container .grid-item.item5 {
        grid-column: 2;
    }
}
@media (min-width: 1200px) {
    .dce-column .imgIcon {
        bottom: 4rem;
    }
    .eapps-instagram-feed .eapps-instagram-feed-posts-item:after {
        padding-left: 25px;
        padding-bottom: 25px;
        font-size: 60px;
    }
    .dce-layoutimg .grid-container .grid-item img {
        height: 100%;
    }
    .dce-layoutimg h3.little-subheadline {
        font-size: 48px;
        line-height: 48px;
    }
    .dce-layoutimg .grid-container {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
    .dce-layoutimg .grid-container .grid-item.item2 {
        grid-column: 2;
        grid-row: 1/span 2;
    }
    .dce-layoutimg .grid-container .grid-item.item3 {
        grid-column: 3;
    }
    .dce-layoutimg .grid-container .grid-item.item4 {
        grid-column: 1;
    }
    .dce-layoutimg .grid-container .grid-item.item5 {
        grid-column: 3;
        grid-row: 2/span 2;
    }
    .dce-layoutimg .grid-container .grid-item.item6 {
        grid-column: 1;
        grid-row: 3/span 2;
    }
    .dce-layoutimg .grid-container .grid-item.item7 {
        grid-column: 2;
        grid-row: 3;
    }
    .dce-layoutimg .grid-container .grid-item.item8 {
        grid-column: 2;
        grid-row: 4;
    }
    .dce-layoutimg .grid-container .grid-item.item9 {
        grid-column: 3;
        grid-row: 4;
    }
    .dce-layoutimg .grid-container .grid-item.item10 {
        grid-column: 1;
        grid-row: 5;
    }
    .dce-layoutimg .grid-container .grid-item.item11 {
        grid-column: 2;
        grid-row: 5;
    }
    .dce-layoutimg .grid-container .grid-item.item12 {
        grid-column: 3;
        grid-row: 5/span 2;
    }
    .dce-layoutimg .symbol-layoutimg {
        padding-left: 33.3%;
    }
    /*temp*/
    /*
    #p45 {
      .grid-container{
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
        .grid-item{
          &.item2 {
            grid-column: 2 ;
            grid-row: 1 / span 2;
          }

          &.item3 {
            grid-column: 3 ;
          }

          &.item4 {
            grid-column: 1 ;
          }

          &.item5 {
            grid-column: 3 ;
            grid-row: 2 / span 2;
          }

          &.item6 {
            grid-column: 1 ;
            grid-row: 3 / span 2;
          }

          // Hinzufügen von drei neuen Items für die neue Reihe
          &.item7 {
            grid-column: 1;
          }

          &.item8 {
            grid-column: 2;
          }

          &.item9 {
            grid-column: 3;
          }
        }
      }
    }

     */
    #mainnavigation .nav-link-text {
        line-height: 40px;
    }
    #mainnavigation .nav-link-text:before {
        bottom: -5px;
    }
    #mainnavigation .dropdown-menu .dropdown-item .dropdown-text {
        font-size: 32px;
    }
    a.btn-white, a.btn-primary {
        font-size: 18px;
    }
    .form-actions .btn-toolbar button {
        font-size: 28px;
    }
    .dce-BoxCategory .row > .col-12 .BoxCategory .textarea > div {
        max-width: unset;
    }
    .dce-BoxCategory .row > .col-12 .BoxCategory .button > div {
        font-size: 32px;
    }
}
@media (min-width: 1400px) {
    #mainnavigation .nav-link-text {
        line-height: 60px;
    }
    .BoxCategory .textarea > div {
        max-width: 70%;
    }
    .dce-BoxCategory .row > .col-12 .BoxCategory {
        height: 500px;
    }
}
@media (min-width: 1600px) {
    .dce-BoxCategory .row > .col-12 .BoxCategory img {
        object-fit: contain;
    }
    .dce-BoxCategory .row > .col-12 .BoxCategory .textarea > div {
        max-width: 60%;
    }
    .icon-slider {
        top: 1.5rem;
        left: -3rem;
        width: auto;
    }
}

/*# sourceMappingURL=bootstrap.css.map */
