
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-light-blue: #33aae2;
    --color-blue: #0069b4;
    --color-dark-blue: #14387f;
    --color-green: #3fa535;
    --color-purple: #572484;
    --color-slate-blue: #bcdbf4;
}


body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
body {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}
b, strong {
    font-family: 'Open Sans', sans-serif;
}
h3, .h3 {
    font-size: 2.2rem;
}
h2, .h2 {
    font-size: 2.4rem;
}
.breadcrumbs{
    margin-top: 20px;
}
#page-title-heading {
    display: none;
}
[data-content-type="text"] > p,  [data-content-type="text"] > ul, [data-content-type="text"] > span {
    font-size: 1.7rem !important;
}
.page-wrapper {
    display: block;
}
.page-header {
    margin-bottom: 20px;
}
.categorypath-fur-hebammen-und-werdende-hebammen .breadcrumbs,
.categorypath-fur-werdende-eltern-und-familien-landeshauptstadt-munchen .breadcrumbs,
.categorypath-fur-werdende-eltern-und-familien-landkreis-munchen .breadcrumbs{
    display: none;
}


.sideblock {
    background-color: var(--color-slate-blue);
    padding: 2em;
}

.page-footer .widget.block {
    margin-bottom: 0;
}
.pagebanner {
    background-color: #dee6f6;
    margin-top: 8%;
    margin-left: calc(50% - 50vw - 20px);
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem; */
    padding: 1% 2%;
    position: relative;
    margin-bottom: 2em;
}
.pagebanner .bgtext {
    position: absolute;
    top: 40%;
    left: 60%;
    right: 3px;
}
.pagebanner .bglogo {
    position: absolute;
    top: -20%;
    right: 20%;
}
.pagebanner .bglogo img {
    max-height: 100px;
}
.pagebanner .bgimage {
    margin-top: -7%;
    /* max-width: 60%; */
}
.personblock {
    margin: 0 2rem;
}
.footer-text {
    font-size: 1.6rem; 
    color:#000;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.footer-text a {
    text-decoration: none;
    color:#000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-align: left;
}
h2 + h3 {
    margin-top: 0;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary, a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    width: 300px;
    border-color: var(--color-purple);
    border-radius: 17px;
}
a.pagebuilder-button-primary span {
    color: #fff;
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    color: var(--color-purple);
    background-color: #fff;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    background-color: var(--color-purple);
}

[data-content-type="buttons"] {
    margin-top: 3rem;
}

.newsquestion {
    font-weight: bold;
    margin: 2rem 1rem 1rem;
}
.newsdate {
    font-weight: bold;
    margin: 0 0 2rem 0;
}
.newsheader {
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 5px;
}
.block-cms-link-inline {
    font-weight: bold;
}
.block-cms-link-inline span {
    margin-left: 0;
    font-size: 110% !important;
    color: var(--color-purple);
}
.newssummary p {
    font-size: 1.4rem !important;
    color: #666;
    margin-bottom: 2rem;
}

.list-post-tabs .post-left {
    width: 0;
}

.textlogo {
    margin-bottom: -3px;
}
.maintextcol {
    padding-right: 2em;
}
.withbutton::before {
    background-image: url('../images/button_startseite_1.svg');
    height: 2em;
    display: inline-block;
    width: 2em;
    margin: 0 .5em -.5em 0;
    background-size: 100%;
    content: "";
}
.withbutton {
    line-height: 1.6;
}
.hebaapplink {
    max-width: 120px;
}
.teaminfo {
    flex-wrap: wrap;
    flex-direction: row !important;
    align-items: flex-start;
}
.teamfoto {
    display: inline-flex;
    width: 25%;
    margin-bottom: 2em;
}
.teamtext {
    display: inline-flex;
    flex-direction: column;
    width: calc(75% - 2em);
    margin-left: 2em;
    margin-bottom: 2em;
}
.flex100 {
    display: flex;
    width: 100%;
}
.h1, h1 {
    font-size: 3rem;
}
.footer-custom-link {
    line-height: 3;
}

#product-addtocart-button, #top-cart-btn-checkout, .checkout-cart-index button.action.checkout {
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
    color: #ffffff;
}
#product-addtocart-button:hover, #top-cart-btn-checkout:hover, .checkout-cart-index button.action.checkout:hover {
    background-color: var(--color-purple);
    border: 1px solid var(--color-purple);
    color: #ffffff;
}
.donate .field.qty {
    display: flex;
    justify-content: space-between;
}
.fieldset.donate {
    max-width: 100%;
    width: max-content;
    margin: 1em auto
}
.donate .field.qty {
    display: flex;
    justify-content: space-between;
}
.donate .field .label {
    margin: 0 !important;
    font-size: 1em;
    align-items: center;
    display: flex !important;
}
.donate .control input {
    font-size: 1em;
    padding: .4em;
    height: unset;
    width: 7em !important;
    margin-left: 2em;
}

@media (min-width: 768px), print {
    body {
        font-size: 1.6rem;
    }
    .footer.content .block {
        float: none;
    }
    .accordion {
        display: none;
    }
}

@media only screen and (min-width: 1024px), print {
    html {
        font-size: 72.5%;
    }
    .pagetextleft {
        padding-right: 3rem;
    }
    .pagetextright {
        padding-left: 3rem;
    }
}

@media only screen and (min-width: 2000px), print {
    .pagebanner .bgimage {
        margin-top: -6%;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 1.8rem;
    }
    .pagebanner .bglogo img {
        max-height: 70px;
    }
    .pagebanner .bgtext {
        top: 30%;
        font-size: smaller;
    }
    .pagebanner .bgtext span {
        font-size: 16px !important;
    }
    .sections.nav-sections {
        font-size: 150%;
    }
    .footer-logo {
        align-self: center !important;
    }
    .footer-text {
        width: 100% !important;
    }
    .footer-heba > div {
        flex-direction: column-reverse;
        align-content: center;
    }
    .sideblock {
        margin-top: 2em;
    }
    .contactlinksd {
        display: none !important;
    }
    .accordion h1:after {
        content: '\002D';
        display: inline-block;
        float: right;
        transform: scaleX(4);
        padding-right: 3pt;
    }
    
    .accordion .active h1:after {
        content: '\002B';
        display: inline-block;
        float: right;
        transform: scale(2);
        padding-right: 2pt;
    }
}
@media only screen and (max-width: 524px) {
    html {
        font-size: 58%;
    }
    .pagebanner .bgtext span {
        font-size: 14px !important;
    }
    .footer-logo {
        width: 60% !important;
    }
    .teamfoto, .teamtext {
        width: 100%;
    }
    .teamtext {
        margin-left: 0;
    }
    .teamfoto {
        justify-content: center;
    }
}
@media only screen and (max-width: 424px) {
    .pagebanner .bgtext span {
        font-size: 12px !important;
    }
    .pagebanner .bglogo img {
        max-height: 50px;
    }
}

/* ========================
todo HEADER
===========================*/
.page-header .panel.header .header.links{
    background: var(--color-light-blue);
}
.page-header .app {
    background: var(--color-green);
}
.page-header .donate {
    background: var(--color-blue);
}
.page-header .minicart-wrapper a.action.showcart{
    background: var(--color-slate-blue);
}

.customer-welcome ul:before {
    border-color: transparent transparent var(--color-blue) transparent;
}

nav.navigation > ul > li.level0{
    order: 0;
}

nav.navigation > ul > li.level0.category-node-31{
    order: 1 !important;
}
.minicart-wrapper .action.showcart.active:hover:before,
.header.panel > .header.links > li > a:visited,
.customer-welcome li a,
.customer-welcome li a:visited,
.customer-welcome .action.switch:after,
.customer-welcome .action.switch:hover:after,
.page-header .minicart-wrapper a.action.showcart:before,
.page-header .panel.header > .header.links,
.page-header .minicart-wrapper a.action.showcart,
#quick_sigup_link > *,
.page-header .app, .page-header .donate{
    color: #ffffff;
}
.nav-sections #quick_sigup_link > *{
    color: #000000;
}
.customer-welcome ul li:hover {
    background: var(--color-blue);
}
.nav-sections #quick_sigup_link > *,
.nav-sections .header.links a,
.nav-sections #quick_sigup_link {
    font-weight: normal;
}

@media (min-width: 768px), print {
    #quick_sigup_link > *,
    .customer-welcome li a,
    .header__app-links,
    .header.content .header.links .authorization-link a,
    .navigation .level0 > .level-top,
    .navigation li.level1 > a{
        font-size: 1.4rem;
    }
    header [data-content-type="text"] > p{
        font-size: 1.4rem !important;
    }
    .page-header .minicart-wrapper a.action.showcart,
    .page-header .panel.header > .header.links,
    .page-header .app,
    .page-header .donate{
        min-height: 26px;
    }
    
    nav.navigation .level0 > .level-top{
        padding: 10px 12px 6px;
    }
    .navigation ul {
        padding: 0;
    }
    nav.navigation > ul > li{
        border-bottom: 6px solid var(--color-purple);
    }
    nav.navigation > ul > li:nth-child(1){
        border-bottom: 6px solid var(--color-dark-blue);
    }
    nav.navigation > ul > li:nth-child(2){
        border-bottom: 6px solid var(--color-blue);
        margin-left: 0;
    }
    nav.navigation > ul > li:nth-child(3){
        border-bottom: 6px solid var(--color-slate-blue);
    }
    nav.navigation > ul > li.level0:nth-child(4){
        border-bottom: 6px solid var(--color-light-blue);
        margin-right: 0;
    }
    .navigation .level0 .submenu {
        min-width: auto;
    }
    .navigation .level0 .submenu .active > a {
        border-width: 0;
        background: #eeeeee;
    }
    .navigation .level0.active{
        background: #eeeeee;
    }
    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        background: #dee6f6;
        border-color: #dee6f6;
    }
    .navigation .level0.category-node-31 .submenu {
        right: 0;
        left: auto !important;
    }
    .navigation .level0 > .submenu > li {
        width: 100%;
        float: none;
        text-align: center;
    }
    .navigation .level0.parent > .level-top{
        padding-right: 17px;
    }
}

@media only screen and (min-width: 768px), print {
    .navigation .level0 .submenu {
        top: 63px !important;
    }
}
@media only screen and (min-width: 802px), print {
    .navigation .level0 .submenu {
        top: 52px !important;
    }
}
@media only screen and (min-width: 1024px), print {
    #quick_sigup_link > *,
    .customer-welcome li a,
    .header__app-links,
    .header.content .header.links .authorization-link a,
    .navigation .level0 > .level-top,
    .navigation li.level1 > a{
        font-size: 1.6rem;
    }
    header [data-content-type="text"] > p{
        font-size: 1.6rem !important;
    }
    .page-header .minicart-wrapper a.action.showcart, 
    .page-header .panel.header > .header.links,
    .page-header .app,
    .page-header .donate{
        min-height: 46px;
    }
    .navigation .level0 .submenu {
        top: 63px !important;
    }

}
@media only screen and (min-width: 1366px), print {
    .header.content {
        grid-template-columns: 10% 19% 21% 19% 19% 12%;
    }
}
@media only screen and (max-width: 767px) {
    .header.content .nav-sections-item-content .header.links .authorization-link a,
    #quick_sigup_link > *,
    .customer-welcome li a,
    .header__app-links,
    .header.content .header.links .authorization-link a,
    .navigation .level0,
    .navigation .level0 > .level-top,
    .navigation li.level1 > a{
        font-size: 1.4rem;
    }
    header [data-content-type="text"] > p{
        font-size: 1.4rem !important;
    }
    .navigation .submenu:not(:first-child) > li > a{
        padding-left: 25px;
    }
    nav.navigation > ul{
        display: flex;
        flex-direction: column;
    }
    .navigation li:last-child .level-top:after{
        display: none;
    }
}
@media only screen and (max-width: 424px) {
    .header.content .header-left .logo img {
        width: 70px;
    }
}


/* ========================
todo Additional menu for Landing
===========================*/
.additional-menu [data-content-type="buttons"] {
    margin-top: 0;
}
.additional-menu{
    margin-top: 0;
    margin-bottom: 20px;
}
.additional-menu a.pagebuilder-button-link, .additional-menu button.pagebuilder-button-link, .additional-menu div.pagebuilder-button-link {
    margin: 0 0 3px;
}
.additional-menu .pagebuilder-column-line {
    border: 1px solid #cccccc;
}
.additional-menu .pagebuilder-column:nth-child(2){
    position: relative;
}
.additional-menu .pagebuilder-column:nth-child(2):before{
    content: "";
    width: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    height: calc(100% - 20px);
    top: 10px;
}
.additional-menu .pagebuilder-column:nth-child(2):after{
    content: "";
    width: 1px;
    background: #cccccc;
    position: absolute;
    right: 0;
    height: calc(100% - 20px);
    top: 10px;
}
@media (min-width: 768px), print {
    .additional-menu a.pagebuilder-button-link,
    .additional-menu button.pagebuilder-button-link,
    .additional-menu div.pagebuilder-button-link{
        font-size: 1.4rem;
    }

}
@media only screen and (min-width: 1024px), print {
    .additional-menu a.pagebuilder-button-link,
    .additional-menu button.pagebuilder-button-link,
    .additional-menu div.pagebuilder-button-link{
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .additional-menu a.pagebuilder-button-link,
    .additional-menu button.pagebuilder-button-link,
    .additional-menu div.pagebuilder-button-link{
        font-size: 1.2rem;
        padding: 6px 6px;
    }
    .additional-menu .pagebuilder-column-line {
        flex-wrap: nowrap;
        flex-direction: row;
    }
}


/* ========================
todo Footer
===========================*/
.footer-cms-block [data-content-type="text"] p {
    font-size: 1.7rem !important;
}
.footer__awag-logo{
    margin-top: 24px;
}
.footer__awag-logo p{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (min-width: 768px){
    .page-footer {
        background: #ffffff;
    }
}
@media (max-width: 767px) {
    .footer__text-logos {
        text-align: center;
    }
    .page-footer figure {
        max-width: 50%;
        margin: 8px auto;
    }
    .footer__awag-logo p{
        justify-content: center;
    }
    .footer__awag-logo p img{
        margin-top: 14px;
    }
}

/* ========================
todo HOME PAge
===========================*/
.counter-num{
    font-size: 4rem;
}
.counter-num p{
    margin-bottom: 0;
}

/* ========================
todo Category PAge
===========================*/

@media (min-width: 768px){

}
.full-description.item {
    display: none;
}

/* ========================
todo Anmelden Page
===========================*/
.login-container .block-customer-login{
    float: left;
}
.login-container .block-new-customer{
    float: right;
}

/* ========================
todo basket
===========================*/

@media (min-width: 768px) and (max-width: 1023px){
    .cart-summary {
        width: 100%;
        padding: 14px;
    }
    .cart-container .form-cart {
        width: 100%;
        padding: 0;
    }
    .cart-container {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* ========================
todo checkout header
===========================*/
.awag_checkout_header {
    margin: 14px 0 30px;
}
.awag_checkout_header .pagebuilder-column-line{
    justify-content: center;
}
.checkout_header__logo img{
    width: 70px;
}

.checkout_header__logo{
    max-width: 70px;
    margin: 0 20px;
}
.checkout_header__app{
    max-width: 300px;
    margin: 6px 20px;
    font-weight: bold;
}
.checkout_header__app [data-content-type="html"]{
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout_header__app .app {
    background: var(--color-green);
    width: calc(100% - 20px);
    padding: 8px 10px 8px 30px;
    margin: 0;
    line-height: 1.2;
    border-radius: 4px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
}
.checkout_header__app .app:before{
    background: url(../images/logo-app.png) no-repeat;
    position: absolute;
    left: 16px;
    top: calc(50% - 26px);
    width: 50px;
    height: 50px;
    content: "";
    background-size: contain;
    padding-left: 20px !important;
}
.checkout_header__app .app:hover{
    text-decoration: none;
}
.opc-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    counter-reset: i;
}

#checkout .authentication-wrapper {
    text-align: left;
}
#checkout .authentication-wrapper button {
    padding: 14px 12px;
}
.opc-block-summary .content.minicart-items{
    display: block !important;
}
.discount-code{
    display: none;
}

@media (min-width: 768px), print {
    .opc-progress-bar-item:before {
        height: 1px;
    }
}
@media (max-width: 767px) {
    .awag_checkout_header .pagebuilder-column-line {
        flex-wrap: nowrap;
    }
    .checkout_header__logo{
        max-width: 80px;
    }
    .checkout_header__app {
        max-width: 250px;
    }
    .checkout_header__app .app {
        padding: 8px 10px 8px 60px;
        max-width: 245px;
    }
    .checkout_header__logo img {
        width: 60px;
        margin-top: 6px;
    }

    .opc-estimated-wrapper {
        margin-top: 0;
    }
    .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
        background: #e4e4e4;
        border: 1px solid #cccccc;
        height: 38px;
        margin-left: -19px;
        transition: background 0.3s;
        width: 38px;
        border-radius: 50%;
        content: '';
        left: 50%;
        position: absolute;
        top: 0;
    }
    .opc-progress-bar-item > span:after {
        background: #ffffff;
        height: 26px;
        margin-left: -13px;
        top: 6px;
        width: 26px;
        content: counter(i);
        counter-increment: i;
        color: #333333;
        font-weight: 600;
        font-size: 1.8rem;
    }
}



/* todo btn on ststic page*/
.page-products .box-tocart .action.tocart,
.page-layout-1column:not(.catalog-product-view) .box-tocart .action.tocart {
    margin-right: 0;
    width: 100%;
}

/* todo btn on product page*/

@media (min-width: 768px) and (max-width: 1199px) {
    .box-tocart .action.tocart{
        margin-right: 0;
        width: 100%;
    }
}

/*todo Cookies*/
.amgdprcookie-bar-container .amgdprcookie-buttons-block{
    flex-direction: column;
}
.amgdprcookie-buttons-block .amgdprcookie-button{
    background: #666666;
    color: #ffffff;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-save{
    background: #B3C6EA;
    color: #000000;
}
.amgdprcookie-cookie-container:first-child .amgdprcookie-toggle-cookie::before {
    top: 7px;
    left: 4px;
}
.amgdprcookie-buttons-block button:focus{
    box-shadow: none !important;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover,
.amgdprcookie-groups-modal .amgdprcookie-done:focus,
.amgdprcookie-groups-modal .amgdprcookie-done{
    background: #B3C6EA;
    color: #000000;
    box-shadow: none;
}
.modal-popup .modal-content{
    padding-bottom: 20px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
    opacity: 1;
}






#minicart-content-wrapper .block-content {
    display: flex;
    flex-direction: column;
}
#minicart-content-wrapper .block-content  .minicart-items-wrapper {
    order: -1;
}
#minicart-content-wrapper .items-total{
    display: none
}