/*//// LANGENSCHEIDT HEADER und TOP-HEADER CSS | Fragen an Goldener Zirkel GmbH //////////// */
#stickyheader{ display: none; }

/*/////////////////// TOP-HEADER WRAPPER //////////////////// */
.top-header-wrapper {
    position: relative;
    z-index: 110;
}
@media screen and (max-width: 1024px){
.top-header-wrapper .mod_navigation{
	display: none;
}
}
.top-header-wrapper .mod_navigation {
    overflow: visible;
}

.top-header-wrapper .mod_navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    background: #fff;
    z-index: 9;
    margin-bottom: 0;
}

.top-header-wrapper .subnav-arrow {
    display: none !important;
}

.top-header-wrapper .mod_navigation ul ul {
    display: none;
    position: absolute;
    z-index: 119;
    box-shadow: 0 4px 11px -3px rgba(0, 0, 0, .15);
    text-align: left;
    padding-bottom: .5rem;
}

.top-header-wrapper .mod_navigation ul ul ul {
    display: none;
}

.top-header-wrapper .mod_navigation > ul > li {
    position: relative;
}

.top-header-wrapper .mod_navigation ul > li:hover > div > ul {
    display: block;
}

.top-header-wrapper .mod_navigation ul ul li {
    line-height: 1;
    padding: .5rem 1.25rem;
}

.top-header-wrapper .mod_navigation ul li a {
    font-size: .8125rem;
    color: #939393;
    text-transform: uppercase;
    letter-spacing: .074em;
    white-space: nowrap;
    text-decoration: none;
}

.top-header-wrapper .mod_navigation ul.level_1 > li > a {
    padding: .9375rem 1.25rem .75rem;
}

.top-header-wrapper .mod_navigation ul.level_1 > li {
    line-height: 4rem;
}

.top-header-wrapper .mod_navigation ul li {
    padding: 0;
}

.top-header-wrapper .mod_navigation ul li:hover > a {
    color: #0e242f;
}

.top-header-wrapper .mod_navigation > ul > li:hover {
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .15);
}


/*/////////////////// HEADER WRAPPER WITH MAIN NAVIGATION //////////////////// */
.header-wrapper {
    background: #ffcd0d;
}

@media screen and (max-width: 767px) {
    .header-wrapper .grid-wrapper
}

.header-wrapper,
.header-wrapper .ce_wrap{
	overflow: visible !important;
}
.header-wrapper .mod_navigation {
    overflow: visible;
    position: relative;
}

.header-wrapper .mod_navigation > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
}

.header-wrapper .mod_navigation .subnav-arrow {
    display: none;
    position: absolute;
    top: 42px;
    transition: left 1s;
    width: 1.25rem;
    height: 1.25rem;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    background: rgb(255, 205, 13);
    transform: rotate(45deg);
    z-index: 3000;

}

.header-wrapper .mod_navigation ul .level_2-wrapper {
    overflow: hidden;
    position: absolute;
    box-shadow: 0 4px 11px -3px rgba(0, 0, 0, .15);
    text-align: left;
    background: #ffcd0d;
    display: block;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 100;
    max-height: 0;
    transition: none;
    pointer-events: none;
    border-top: 2px solid #fff;
}

.header-wrapper .mod_navigation.animate ul .level_2-wrapper {
    transition: max-height 0.6s ease-in;
}

.header-wrapper .mod_navigation ul.level_1 > li {
    padding-bottom: 1.1rem;
}

.header-wrapper .mod_navigation ul > li > .level_2-wrapper.active {
    max-height: 800px;
    transition: max-height 0.4s ease-out;
    box-shadow: 0 5px 11px -4px rgba(0, 0, 0, .15);
    pointer-events: auto;
}

.header-wrapper .mod_navigation ul > li > .level_2-wrapper ul {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.header-wrapper .mod_navigation ul > li > .level_2-wrapper.active ul {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.header-wrapper .mod_navigation ul > li > div > ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 2.4375rem;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1240px;
    margin: auto;

}

.header-wrapper .mod_navigation ul.level_1 > li > a {
    text-transform: uppercase;
    letter-spacing: 0rem;

}

.header-wrapper .mod_navigation ul.level_2 > li {
    padding: 3.125rem 0
}

.header-wrapper .mod_navigation ul.level_2 > li > a {
    line-height: 1.11em;
    letter-spacing: .34px;
    font-weight: 700;
    margin-bottom: 2.4375rem;
    display: inline-block;

}

.header-wrapper .mod_navigation ul > li > a {
    color: rgb(14, 36, 47);
    text-decoration: none;
}

.header-wrapper .mod_navigation ul > li > a:hover {
    text-decoration: underline;
}

.header-wrapper .mod_navigation ul.level_3 {
    flex-direction: column;
}

.header-wrapper .mod_navigation ul ul > a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .0275rem;
    color: #0e242f;
}

.header-wrapper .mod_navigation ul ul > a:hover {
    text-decoration: underline;
}

.header-wrapper .owb-wrapper {
    align-self: center;
}

.header-wrapper .owb-icon {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    text-decoration: none;
    color: #0e242f;
    font-size: 1.41176471rem;
}

.header-wrapper .owb-icon i {
    font-style: normal;
}

.header-wrapper .owb-icon i:after {
    content: "";
}

.header-wrapper .header-cart a .icon__lgs-add-to-basket::before {
    content: "";
    display: block;
    font-size: 1rem;
    color: #fff;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
}

.header-wrapper .header-cart a:hover .icon__lgs-add-to-basket {
    box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.2);
}

.header-wrapper .header-cart .icon__lgs-add-to-basket {
    font-size: 1.0625rem;
    padding: 0.667rem 0.8125rem;
    border-radius: 50%;
    background: #36a5ec;
    width: 2.75rem;
    height: 2.75rem;
    color: #fff;
    margin-left: 5px;
}

.header-wrapper .header-cart a.btn:hover {
    text-decoration: none;

}

.header-wrapper .burger-menu {
    margin-left: 12px;
}
.header-wrapper .burger-menu button{
	-webkit-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1025px) {
    .header-wrapper .burger-menu {
        display: none;

    }
}

@media screen and (max-width: 1024px) {
	.header-wrapper .mod_navigation{
		display: none;
	}
    .header-wrapper .burger-menu .mobile-nav-toggle {
        background: transparent;
        border: none;
        height: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header-wrapper .burger-menu .mobile-nav-toggle.active .burger-bar:nth-child(2) {
        transform: rotate(45deg) translateY(2px) translateX(5px);
    }

    .header-wrapper .burger-menu .mobile-nav-toggle.active .burger-bar:nth-child(3) {
        display: none;
    }

    .header-wrapper .burger-menu .mobile-nav-toggle.active .burger-bar:nth-child(4) {
        transform: rotate(-45deg) translateY(-4px) translateX(7px);
    }


    .header-wrapper .burger-menu .mobile-nav-toggle .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .header-wrapper .burger-menu .mobile-nav-toggle .burger-bar {
        background: #0e242f;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .header-wrapper .mobile-burger-flex {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper .header-cart .icon__lgs-add-to-basket {
        width: 30px;
        height: 30px;
        padding: 4px 7px;
    }

    .header-wrapper .header-cart a .icon__lgs-add-to-basket::before {
        font-size: .875rem;
    }

    #header .header-wrapper .column {
        margin-bottom: 0 !important;
    }

}

/*/////////////////// HEADER SEARCH  //////////////////// */

.header-wrapper .header-search {
}

.header-wrapper .header-search {
    max-width: 770px;
    margin: auto;
}

.header-wrapper .header-search {
    margin: 0.5rem 0;
}

.header-wrapper .header-search-form {
    position: relative;
}

.header-wrapper .header-search .input-group {
    color: #9c9c9c;
    border-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 15px;
    background: #fafafa;
}

.header-wrapper .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.header-wrapper .input-group input.form-control {
    border: 0;
    height: 44px;
    outline: 0;
    padding: 0;
    padding-left: 2.0625rem !important;
    padding-right: 2.0625rem;
    line-height: 1.375rem;
    letter-spacing: 0.0625rem;
    border-bottom: 0;
    font-size: 17px;
    width: calc(100% - 40px);
}

.header-wrapper.input-group > .form-control,
.header-wrapper .input-group > .form-select,
.header-wrapper .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.header-wrapper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header-wrapper .input-group .btn {
    position: relative;
    z-index: 2;
}

.header-wrapper .header-search-btn, .header-search-btn.btn:active {
    height: 44px;
    padding: 0.625rem;
    color: #fff;
    background: #36a5ec;
    background-color: #36a5ec;
    text-align: center;
    font-size: 1rem;
    line-height: 1.375rem;
    width: 40px;
    border: 0;
}

.header-wrapper .header-search-btn {
    border-left: 0;
}

@media screen and (max-width: 767px) {
    .header-wrapper .header-search {
        width: 100vw;
        top: 32px;
        left: 0;
        padding: 2rem;
        background-color: #ffcd0d;
        display: none;
    }

    .header-wrapper .header-search.opened {
        display: block;
        position: absolute;
        transform: translateX(-18.5%);
        left: 0;

    }

    .header-wrapper .icon-search {
        font-family: "icons";
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: optimizeLegibility;
        color: #0e242f;
    }

    .header-wrapper .icon-search::before {
        content: "";
    }

    .header-wrapper a:hover {
        text-decoration: none;
    }
}

.header-wrapper .icon__lgs-search {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
}

.header-wrapper .icon__lgs-search::before {
    content: "";
}


/*/////////////////// HEADER ACCOUNT USER MENU //////////////////// */
@media screen and (max-width: 767px) {
    .header-wrapper .menu-login {
        margin-top: .15rem;
    }
}

@media screen and (min-width: 768px) {
    .header-wrapper .menu-login {
        margin-top: 0.5rem;
    }
}

.header-wrapper .menu-login a {
    color: #0e242f;
    font-size: 1rem;
    font-weight: 600;
}

.header-wrapper .menu-login span {
    cursor: pointer;
}

.header-wrapper .account-menu-wrapper {
    display: none;
    position: absolute;
    margin: 0px;
    transform: translate(-45px, 10px);
    background-color: #fff;
    z-index: 109;
    padding: 15px;
    box-shadow: 0 4px 11px -3px rgba(0, 0, 0, .15);

}

.header-wrapper .account-menu-wrapper.open {
    display: block;
}

@media screen and (max-width: 767px) {
    .header-wrapper .account-menu-wrapper {
        width: 50vw;
    }
}

@media screen and (max-width: 1023px) {
    .header-wrapper .account-menu-wrapper {
        width: 260px;
    }
}

.header-wrapper .account-menu-login {
    padding: 1rem 0;
    border-bottom: 1px solid #798490;
    margin-bottom: 0.25rem;
    text-align: center;
}

.header-wrapper .account-menu {
    text-align: left;
}

.header-wrapper .account-menu-login .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0.5rem;


    font-size: 0.875rem;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
    background-color: #36a5ec;
    border-radius: 0;
    display: inline-block;
    padding: 12px 2px;

    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #36a5ec;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.header-wrapper .account-menu-login .btn:hover {
    background-color: transparent;
    color: #36a5ec;
    text-decoration: none;
}

.header-wrapper .header-actions-col .account-menu .btn:hover {
    color: #0e242f;
    text-decoration: underline;
    background-color: transparent;
}

.header-wrapper .account-menu-register {
    text-align: center;
}

.header-wrapper .account-menu-register a {
    color: #337ab7;
    text-decoration: none;
}

.header-wrapper .list-group a {
    color: rgb(33, 37, 41);
}

.header-wrapper .list-group a:hover {
    color: #36a5ec;
}

.header-wrapper .account-menu-register a:hover {
    color: #36a5ec;
    text-decoration: underline;
}

@media screen and (min-width: 990px) {
    .header-wrapper .account-menu {
        min-width: 175px;
    }
}

/* Header-Wrapper Z-Index */
.header-wrapper {
    position: relative;
    z-index: 80;
}

/* /////////  Offcanvas-Container - VON OBEN AUFKLAPPEN ///////////// */
#offcanvas-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 70;
    overflow-y: auto;
    margin-top: 8rem;
}
@media screen and (max-width: 767px){
#offcanvas-mobile {
 margin-top: 3rem;
}
}
#offcanvas-mobile.open {
    transform: translateY(0);
}

#offcanvas-mobile::before {
    content: '';
    position: fixed;
    inset: 0;
    display: none;
    z-index: -1;
}

#offcanvas-mobile.open::before {
    display: block;
}

#offcanvas-mobile .mod_navigation.offcanvas-main {
    position: relative;
    background: #ffcd0d;
}

#offcanvas-mobile .mod_navigation.offcanvas-top {
    position: relative;
    background: #fff;
    padding-top: 12px;
}

#offcanvas-mobile .mod_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#offcanvas-mobile .mod_navigation a,
#offcanvas-mobile .mod_navigation button.back {
    display: block;
    width: 100%;
    padding: .5em 1em;
    text-align: left;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width:1024px){
	#offcanvas-mobile .mod_navigation a{
		text-align: center;
	}
}
#offcanvas-mobile .offcanvas-main {
    padding-top: 1rem;
}

#offcanvas-mobile .offcanvas-top {
    border-top: 1px solid #ddd;
}

/* Submenu-Wrapper für Level 2 & 3 - WEITERHIN VON RECHTS */
#offcanvas-mobile .level_2-wrapper,
#offcanvas-mobile .level_3-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease-in-out !important;
    will-change: transform !important;
    z-index: 2 !important;
    overflow-y: auto !important;
}

#offcanvas-mobile .level_2-wrapper.active,
#offcanvas-mobile .level_3-wrapper.active {
    transform: translateX(0) !important;
}

/* Back-Button im Submenu */
#offcanvas-mobile .mod_navigation button.back {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
}

#offcanvas-mobile .mod_navigation a {
    color: #0e242f;
    text-transform: uppercase;
}

/* Level-spezifische Verbesserungen */
#offcanvas-mobile ul.level_1 > li.submenu > a::after {
    content: '\f105';
    transition: transform 0.2s ease;
    font-family: 'Fontawesome';
	margin-left: 14px;
}

#offcanvas-mobile ul.level_1 > li.submenu > a[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

#offcanvas-mobile ul.level_2 > li.submenu > a::after {
    content: '\f105';
   
    transition: transform 0.2s ease;
    font-family: 'Fontawesome';
	margin-left: 14px;
}
@media screen and (max-width:767px){
#offcanvas-mobile ul.level_1 > li.submenu > a::after,
#offcanvas-mobile ul.level_2 > li.submenu > a::after{
	 float: right;
}
}

#offcanvas-mobile ul.level_2 > li.submenu > a[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

/*/////////////////// OWB MENÜ DESKTOP //////////////////// */
.owb-container {
    width: 100%;
}

.owb-container .search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.8125rem 0;
}

.owb-container .search-container .search-bar {
    width: 66.66667%;
}

.owb-container .search-bar form .bar input {
    height: 2.5rem;
    font-size: 1rem;
    padding: 0 2.0625rem 0 .6875rem;
    line-height: 1.375rem;
    letter-spacing: .0625rem;
    border: 0;
    border-radius: 0;
    width: 75%;
}

@media (min-width: 999px) {
    .owb-container .search-bar form .bar input {
        height: 3.75rem;
        padding: 0 2.0625rem;
    }
}

.owb-container .language-selection {
    margin-bottom: 1rem;
    position: relative;
    color: #0e242f;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
}

.owb-container .language-selection a {
    background: 0 0;
    border: 0;
    text-transform: capitalize;
    font: inherit;
    padding: 0 .375rem;
}

.owb-container .language-selection .dropdown-menu {
    max-height: 0;
    position: absolute;
    z-index: 5000;
    top: 0;
    left: 0;
    background: #fff;
    overflow-y: auto;
    list-style: none;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .15);
}

.owb-container .language-selection .dropdown-menu li {
    padding: .875rem 2.8125rem .625rem;
    font-size: 1rem;
}

.owb-container .language-selection .dropdown-menu.opened {
    max-height: 250px;
}

.owb-container .search-bar form .bar {
    display: flex;
}

.owb-container .search-bar form .bar input {
    height: 2.5rem;
    font-size: 1rem;
    padding: 0 2.0625rem 0 .6875rem;
    line-height: 1.375rem;
    letter-spacing: .0625rem;
    border: 0;
    border-radius: 0;
    width: 75%;
}

.owb-container .search-bar form .bar input {
    height: 3.75rem;
    font-size: 1rem;
    padding: 0 2.0625rem 0 .6875rem;
    line-height: 1.375rem;
    letter-spacing: .0625rem;
    border: 0;
    border-radius: 0;
    width: 75%;
}

.owb-container .search-bar form .bar .button-submit {
    display: inline-block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 3.75rem;
    background-color: #36a5ec;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1rem;
    padding: .625rem;
    box-sizing: border-box;
}

@media (min-width: 999px) {
    .owb-container .search-bar form .bar .button-submit {
        padding: 1.25rem 2.5rem;
        height: 3.75rem;
    }
}

.owb-container .dict-info {
    text-align: center;
    padding-bottom: 3.125rem;
}

.owb-container .dict-info .hightlighted {
    margin: 0 .625rem;
    font-family: Handelson;
    font-size: 2.375rem;
    line-height: 1;
    color: #fff;
    border-bottom: 2px solid #0e242f;
}

.owb-container a {
    color: #0e242f;
    text-decoration: none;
}

}

