
/*AUVA / [Layout] / portal.css
rgb(28, 128, 190);  blau
*/


/* ============================================ */
/* base settings                        - Start */
/* ============================================ */

/* color definition */

:host,:root {
    --text-color: var(--bw-grey-140-body);
}

*,:after,:before {
    box-sizing: border-box;
}

body {
    color: var(--text-color);
    font-size: 1rem;
    position: relative;
}

* {
	font-family: Inter,Helvetica,Arial,sans-serif;
}

body,h1,h2,h3,h4,h5 {
    margin: 0;
}

p {
    margin: 0 0 15px;
}

:host,:root {
    --brand-blue-dark-100: #1c2541;
    --brand-blue-brand-100: #007bb6;
    --brand-blue-brand-040: #99cae2;
    --brand-yellow-100: #f7d147;

    --accent-active-blue-100: #2997ff;
    --accent-active-blue-010: #eaf5ff;

    --bw-pure-white: #fff;
    --bw-grey-140-body: #555860;
    --bw-black: #000;

    --bg-bg-grey-040: #e5e5e5;
    --2nd-green-02080: #519d49;
    --bg-bg-bisque-010: #faf9f8;
    --bg-bg-blue-040: #e2ebf0;

    --btn-primary-bg-color: #f7d147;
    --btn-primary-text-color: #000;
    --btn-primary-hover-color: #f9da6c;
    --btn-secondary-bg-color: #007bb6;
    --btn-secondary-text-color: #fff;
    --btn-secondary-hover-color: #2997ff;
    --btn-tertiary-bg-color: #0000;
    --btn-tertiary-text-color: #007bb6;
    --btn-tertiary-border-color: #007bb6;
    --btn-tertiary-hover-color: #2997ff;
}

.container,.container-narrow {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

.container {
    max-width: 1152px;
}

:host,:root {
    --headline-color: var(--brand-blue-brand-100,#007bb6);
    --subheadline-color: var(--brand-blue-dark-100,#1c2541);
    --text-color: var(--bw-grey-140-body,#555860);
    --supratitle-color: var(--brand-blue-dark-100,#1c2541);
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
    overflow-wrap: break-word;
    word-break: break-word;
}

.editor-output h1:not([class*=visual-h-]),.visual-h-1 {
    color: var(--headline-color);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.editor-output h2:not([class*=visual-h-]),.visual-h-2 {
    color: var(--headline-color);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
}

.editor-output h3:not([class*=visual-h-]),.visual-h-3 {
    color: var(--subheadline-color);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.editor-output h4:not([class*=visual-h-]),.visual-h-4 {
    color: var(--subheadline-color);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.editor-output h5:not([class*=visual-h-]),.visual-h-5 {
    color: var(--subheadline-color);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

.body-base-bold {
    color: var(--subheadline-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.38;
}

.editor-output a:not(.btn) {
    color: var(--accent-active-blue-100);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.editor-output a:not(.btn):hover {
    color: var(--accent-active-blue-120,#2179cc);
}

.editor-output p {
    color: var(--text-color);
    font-family: Inter,Helvetica,Arial,sans-serif;
    line-height: 150%;
}

.editor-output>:last-child {
    margin-bottom: 0;
}

@media print {
    blockquote,h2,h3,img,pre,tr {
        page-break-inside: avoid;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        color: #000;
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: "";
    }

    blockquote,pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100%!important;
    }

    h2,h3,p {
        orphans: 3;
        widows: 3;
    }
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("/esvportal/layouts/fonts/inter/Inter-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("/esvportal/layouts/fonts/inter/Inter-SemiBold.ttf") format("truetype");
 }

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("/esvportal/layouts/fonts/inter/Inter-Bold.ttf") format("truetype");
}

@media(min-width: 1024px) {

    .editor-output .h1,.editor-output .h2,.editor-output .h3,.editor-output .visual-h-3,.editor-output .visual-h-4,.editor-output .visual-h-5,.editor-output h1,.editor-output h2,.editor-output h3,.editor-output h4,.editor-output h5 {
        margin-bottom:15px;
    }

    .editor-output h1:not([class*=visual-h-]),.visual-h-1 {
        font-size:3.5rem;
    }

    .editor-output h2:not([class*=visual-h-]),.visual-h-2 {
        font-size:3rem;
    }

    .editor-output h3:not([class*=visual-h-]),.visual-h-3 {
        font-size:2.5rem;
    }

    .editor-output h4:not([class*=visual-h-]),.visual-h-4 {
        font-size:2rem;
    }

    .editor-output h5:not([class*=visual-h-]),.visual-h-5 {
        font-size:1.5rem;
    }

}

@media(max-width: 1024px) {

    .container--gray-1-2,.container--gray-2-3 {
        border-radius:0;
        max-width: 100%;
    }

    .editor-output .h1,.editor-output .h2,.editor-output .h3,.editor-output .visual-h-3,.editor-output .visual-h-4,.editor-output .visual-h-5,.editor-output h1,.editor-output h2,.editor-output h3,.editor-output h4,.editor-output h5 {
        margin-bottom:10px;
    }

    .display-1,.display-2,.visual-h-1,.visual-h-2 {
        margin-bottom:15px;
    }

}

/* button */
button {
	min-height: unset;
}

.btn {
    align-items: center;
    border: 0;
    border-radius: 99px;
    cursor: pointer;
    display: flex;
    font-family: Inter,Helvetica,Arial,sans-serif;
    font-weight: 600;
    gap: 8px;
    overflow: hidden;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btn:disabled {
    background-color: var(--bg-bg-grey-040);
    color: var(--bw-grey-100);
    cursor: not-allowed;
}

.btn:disabled svg path {
    fill: var(--bw-grey-100);
}

.btn svg {
    min-width: 24px;
}

.btn--primary {
    --loading-ring-color: var(--btn-primary-text-color);
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    transition-duration: 0s;
}

.btn--primary:hover {
    background-color: var(--btn-primary-hover-color);
    color: var(--btn-primary-text-color);
}

.btn--primary svg path {
    fill: var(--bw-black);
}

.btn--lg {
    font-size: 1rem;
    min-height: 48px;
    padding: 12px 32px;
}

/* image */

img {
    pointer-events: none;
}

.image-container {
    margin: 0;
    max-width: 100%;
    position: relative;
}

@media(min-width: 768px) {
    .image-container {
        max-width:unset;
    }
}

/* list styles */

ul {
    list-style: none;
    padding: 0;
}

ul,ul li {
    margin: 0;
}

.editor-output ol,.editor-output ul {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
}

.editor-output ol li,.editor-output ul li {
    margin-bottom: 12px;
}

.editor-output ol li::marker {
    font-weight: 700;
}

.editor-output ul {
    list-style: disc;
}

@media(min-width: 768px) {

    .editor-output ol,.editor-output ul {
        padding:0 0 0 30px;
    }

}

/* dropdown */

nav.dropdown {
    display: none;
}

html.has-subheader {
    scroll-padding-top: 49px;
}

@media(min-width: 1200.2px) {
    
    html {
        scroll-padding-top:193px;
    }

}

@media(max-width: 1200px) {

    .dropdown--desktop {
        display:none;
    }

    html {
        scroll-padding-top:169px;
    }

}

/* subheader */
@media(max-width: 1024px) {
    .subheader__cta {
        display:none;
    }
} 

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

/* special text styles */
@media(min-width: 1200.2px) {
    
    .d-mobile {
        display:none!important;
    }

    .d-desktop {
        display:flex;
    }

}

@media(max-width: 1200px) {

    .d-mobile {
        display:flex;
    }
    
    .d-desktop {
        display:none!important;
    }

}

/* ============================================ */
/*  HEADER                              - Start */
/* ============================================ */

#esv-header {
	height: unset;
	position: sticky;
	top: 0;
}

#esv-header .main {
	display: none;
}

#esv-header .logo {
	position: relative;
	top: 3px;
}

.fixed #esv-header .logo {
	top: 3px;
}

#esv-header .logo picture {
    display: inline-block;
    height: auto;
}

#esv-header .logo img {
	height: unset; 
}

.fixed #esv-header .logo img {
	height: unset;
}

.header {
    border-bottom: 1px solid #48535e24;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header--static {
    position: static;
}

.meta-header {
    background: var(--brand-blue-dark-100);
    justify-content: flex-start;
    padding: 8px 16px;
    width: 100%;
    z-index: 11;
}

.meta-header,.meta-header__btn {
    align-items: center;
    display: flex;
    position: relative;
	justify-content: end;
}

.meta-header__btn {
    background: #0000;
    border: none;
    color: var(--brand-blue-brand-040);
    cursor: pointer;
    gap: 8px;
    margin-right: 24px;
    padding: 0;
    text-decoration: none;
}

.meta-header__btn.btn-contact {
    order: 2;
}

.meta-header__btn-text {
    font-family: Inter,sans-serif;
    font-size: .75rem;
}

.meta-header__btn--right-spacer {
    margin-right: auto;
}

.meta-header__btn-icon {
    flex: 0 0 24px;
    transition: transform .3s ease-in-out;
}

.meta-header__btn:hover {
    color: var(--brand-yellow-100,#f7d147);
    text-decoration: underline;
}

.meta-header__btn-icon svg path {
    fill: #99CAE2;
}

.meta-header__btn-icon .outline-path {
    stroke: #99CAE2;
}

.meta-header__btn-icon .contrast-path {
    fill: #99CAE2;
}

.meta-header__btn:hover svg path {
    stroke: var(--brand-yellow-100,#f7d147);
}

.meta-header__btn.active:before {
    border-bottom: 12px solid var(--brand-blue-dark-100);
    border-left: 12px solid #0000;
    border-right: 12px solid #0000;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -19px;
    width: 0;
}

.meta-header__btn.display--desktop {
    display: none;
}

.meta-header__btn.contrast-btn {
    order: 1;
}

.meta-header__dropdown {
    order: 3;
    z-index: 10;
}

.meta-header__dropdown .dropdown__toggle {
    height: 24px;
    width: 24px;
}

.meta-header__dropdown .dropdown__toggle:after {
    background: none;
    background-size: 24px;
    color: var(--brand-blue-brand-040);
    content: "···";
    display: inline-block;
    font-size: 1.5rem;
    height: 24px;
    line-height: 24px;
    margin-left: 0;
    transform: rotate(90deg);
    width: 24px;
}

.meta-header__group {
    display: flex;
}

.main-header {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='104' fill='none'%3E%3Cpath d='M1307.61 104H0V0l1307.61.004V.02H1400s-42.35 65.279-57.4 86.39c-8.32 11.686-21.25 17.591-34.99 17.591Z' fill='%23007BB6'/%3E%3C/svg%3E");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 71px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 70px 57px;
    height: 128px;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.main-header__wrapper {
    box-shadow: 0 1px 1px 0 #48535e12,0 2px 1px -1px #48535e0f,0 1px 3px 0 #48535e24;
    position: relative;
    z-index: 10;
}

.main-header__cell {
    align-items: center;
    display: flex;
}

.main-header__cell--disclaimer {
    color: var(--bw-pure-white,#fff);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 18px;
    padding-right: 50px;
    text-align: right;
}

.main-header__cell--cta {
    display: none;
    justify-content: flex-end;
}

.main-header__cell--cta.mobile-only {
	display: none;
}

.main-header__cell--cta .btn {
    letter-spacing: normal;
}

@media(min-width: 1200.02px) {

    .meta-header__btn.display--mobile {
        display:none;
    }

    .meta-header__btn.display--desktop {
        display:flex;
    }

    .meta-header__btn.contrast-btn {
        order:3;
    }

    .meta-header__dropdown {
        order:1;
    }

    .main-header__wrapper {
        background:linear-gradient(180deg,#007bb6,#007bb6 105px,#fff 0,#fff);
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 50% 105px;
    }

    .main-header__cell--logo {
        min-width:150px;
        padding-left: 32px;
        padding-right: 30px;
    }

    .main-header__cell--disclaimer {
        padding-right:40px;
    }

    .main-header__cell--cta {
        display:flex;
        padding-right: 120px;
    }

    .meta-header__dropdown .dropdown__toggle {
        display:none;
    }

    .meta-header__dropdown .dropdown__menu {
        align-items: center;
        background: none;
        display: flex;
    }

    .main-header {
        background-position:top 0 right 40px;
        background-size: auto 105px;
        grid-template-columns: auto 1fr auto auto;
        grid-template-rows: 105px 47px;
        height: 152px;
    }

}

@media(max-width: 1200px) {

    .meta-header__btn-text {
        display:none;
    }

    .meta-header__dropdown .meta-header__btn {
        margin-bottom:8px;
    }

    .meta-header__dropdown .meta-header__btn-text {
        color: var(--brand-blue-dark-100);
        display: block;
        white-space: nowrap;
    }

    .meta-header__dropdown .meta-header__btn-icon path {
        stroke: var(--brand-blue-dark-100);
    }

    .meta-header__dropdown .dropdown__menu {
        padding: 10px 10px 2px;
    }

    .main-header__wrapper {
        background:linear-gradient(180deg,#007bb6,#007bb6 71px,#fff 71px,#fff);
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 50% 71px;
    }

    .main-header__cell--logo {
        padding-left:16px;
        padding-right: 10px;
    }

    .main-header__cell--cta {
        order:3;
        padding-right: 16px;
    }

	.main-header__cell--cta.mobile-only {
        display: flex;
    }

}

/* ============================================ */
/* content                              - Start */
/* ============================================ */

.breadcrumb {
    display: none;
}

.esv-application #esv-container {
    width: 100%;
}

.center {
    float: none;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.center .breadcrumb {
    padding-left: 0;
}

@media (max-width: 1312px) {

	.center {
		margin: 0 16px;
		width: calc(100% - 32px);
	}
	
}

@media (max-width: 960px) {

	.contentline .center {
		min-width: 293px; /* 325px - 32px */
		width: calc(100% - 32px);
	}

}

/* ============================================ */
/* fg                                   - Start */
/* ============================================ */

div.esv-fg .radio_wrap input:checked~.radio_rplc:after{
    left: 20% !important;
}

.check_wrap input:checked ~ .check_rplc:after{
    height: 80% !important;
    width: 40% !important;
}

.pika-table thead th{
    background: none;
    border: none;
}

.esv-application div.esv-fg .repeatblock_action_control_bar button.deleteRepetition::after {
    padding: 0;
}


/* ============================================ */
/* footer                               - Start */
/* ============================================ */

.footer {
    background-color: var(--brand-blue-dark-100);
	bottom: 0;
    overflow: hidden; 
    position: relative;
	width: 100%;
}

.footer__background {
    background: var(--brand-blue-dark-100);
    display: flex;
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.footer__background svg {
    height: 101%;
    position: absolute;
}

.footer__item {
    font-size: .75rem;
    line-height: 16px;
    margin-bottom: 14px;
}

.footer__item .subtitle {
	font-size: 0.65rem;
    line-height: 10px;
}

.footer__list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer__logo {
    display: flex;
    margin: 0 auto 16px;
    max-width: 120px;
    width: 100%;
}

.footer__top {
    padding: 30px 0 20px;
}

.footer__col {
    width: 100%;
}

.footer__col h3 {
    color: var(--bw-pure-white);
}

.footer__col p {
    color: var(--bw-pure-white);
	margin: 0;
}

.footer__title {
    border: 0;
    border-bottom: 1px solid var(--bw-pure-white);
    color: var(--brand-blue-brand-040);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
}

.footer__headerTitle {
    color: var(--brand-blue-brand-040);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 16px;
    position: relative;
}

.footer__headerButton {
    align-items: center;
    background-color: #0000;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

.footer__headerButton svg path {
    stroke: #99CAE2;
}

.footer__headerButton svg .path1 {
    transform: rotate(0);
    transition: transform .2s ease-in;
}

.footer__headerButton svg .path2 {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: transform .2s ease-in;
}

.footer__headerButton[aria-expanded=true] svg .path2 {
    transform: rotate(0deg);
    transition: transform .2s ease-in;
}

.footer__home {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.footer__home:focus-visible {
    outline-offset: 3px;
}

.footer__home .editor-output {
    margin-top: 16px;
}

.footer__home .editor-output a,.footer__home .editor-output p {
    color: var(--bw-pure-white);
    font-size: .75rem;
    text-decoration: none;
}

.footer__home .editor-output a:hover {
    color: var(--brand-yellow-100,#f7d147);
    text-decoration: underline;
}

.footer__panel {
    padding-left: 20px;
}

.footer__panel[hidden] {
    display: none;
}

.footer__link {
    color: var(--bw-pure-white);
    display: block;
    font-size: .75rem;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.footer__link:hover {
    color: var(--brand-yellow-100,#f7d147);
    text-decoration: underline;
}

.footer__link:hover:after {
    width: 100%;
}

.footer__link:focus-visible {
    outline-offset: 3px;
}

.footer__link .landesstelle {
	font-size: 0.85rem;
}

.footer__bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
    padding-top: 40px;
    position: relative;
}

.footer__bottom-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer__bottom-copyright {
    color: var(--bw-pure-white);
    font-size: .75rem;
    font-weight: 400;
    line-height: 16px;
    order: 2;
    text-align: center;
}

.footer__bottomList {
    margin-bottom: 0;
    text-align: center;
}

.footer__bottomItem {
    align-items: center;
    display: flex;
    font-size: .75rem;
    justify-content: center;
    line-height: 16px;
    margin-bottom: 24px;
}

.footer__bottomLink {
    color: var(--bw-pure-white);
    font-size: .75rem;
    line-height: 24px;
    text-decoration: none;
}

.footer__bottomLink:hover {
    color: var(--brand-yellow-100,#f7d147);
    text-decoration: underline;
}

.footer__icon {
    transition: fill .3s ease;
}

.footer__icon:focus-visible {
    outline-offset: 3px;
}

.footer.bottom-footer-only {
    background-color: var(--brand-blue-dark-100);
}

.footer.bottom-footer-only .footer__background {
    display: none;
}

.footer.bottom-footer-only .footer__bottom {
    padding-top: 18px;
}

@media(min-width: 1400px) {

    .footer__background svg {
        left:40px;
    }

}

@media only screen and (min-width: 1200.02px)and (max-width:1520px) {

    .footer:not(.bottom-footer-only) .container {
        margin-left:250px;
        max-width: calc(100% - 250px);
    }

}

@media(min-width: 1200.02px) {

    .footer__list {
        flex-wrap:wrap;
    }

    .footer__logo {
        margin:0 20px 10px 0;
    }

    .footer__background {
        background:linear-gradient(to right,var(--bw-pure-white) 30%,var(--brand-blue-dark-100) 0);
    }

    .footer__item {
        margin-bottom:4px;
        margin-right: 20px;
    }

    .footer__top {
        display:flex;
        padding-bottom: 56px;
        padding-left: 30px;
        padding-top: 48px;
		position: relative;
    }

    .footer__cols {
        display:grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        max-width: 780px;
        width: 100%;
    }

    .footer__col {
        margin-bottom:0;
        padding: 0 10px;
        width: 100%;
    }

    .footer__col:first-child {
        padding-left: 0;
    }

    .footer__col:last-child {
        grid-column: span 2;
        padding-right: 0;
    }

    .footer__col:last-child .footer__list {
        max-height: 120px;
    }

	.footer__panel {
		display:block;
		margin-bottom: 0;
		max-height: 100%;
		padding-left: 0
	}
	
    .footer__title {
        border-bottom:0;
        margin: 0 0 16px;
        padding: 0;
    }

    .footer__headerButton svg {
        display:none;
    }

    .footer__headerButton {
        pointer-events: none;
    }

    .footer__home {
        align-items:start;
        margin: 0 60px 0 0;
        max-width: 200px;
        text-align: left;
    }

    .footer__bottom {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 30px;
        padding-top: 0;
    }

    .footer__bottom-box {
        flex-direction:row;
        margin-right: 30px;
    }

    .footer__bottom-copyright {
        margin-right:40px;
        order: 1;
        text-align: left;
    }

    .footer__bottomList {
        display:flex;
        order: 2;
        padding-bottom: 0;
    }

    .footer__bottomItem {
        margin-bottom:0;
        padding: 0 12px;
    }

    .footer__bottomItem:first-child {
        padding-left: 0;
    }

    .footer__bottomItem:last-child {
        padding-right: 0;
    }
    
}

@media (max-width: 1200px) {

	.footer__home {
		position: relative;
	}

	.footer__cols {
		position: relative;
	}

	.footer__headerTitle {
		font-weight: 700;
	}

	.footer__col nav {
		display: none;
		padding-top: 20px;
	}

	.footer__col.open nav {
		display: block;
	}

	.footer__col.open svg .path2 {
		display: none;
	}

}

/* ============================================ */
/* BEWE                                 - Start */
/* ============================================ */

/* Bestell- und Warenkorbansicht */

#BEWE_WEB-allgemeinesBestellwesenForm .row-view .bestellung_container .bestellung_links {
	margin-right: 30px;
	width: 100px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_link a,
#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_link div.artikel-titel {
	font-size: 1.15rem;
}

#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_preis {
	font-size: 1.15rem;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-button-wrapper {
	line-height: 0;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-button-wrapper,
#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button.decrement,
#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button.increment {
	height: 30px;
	width: 30px;
}

#BEWE_WEB-allgemeinesBestellwesenForm button {
	min-height: 30px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button {
	font-size: 1.5rem;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button .sv-minus:before {
	top: 3px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .formelement input.input-field-article:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="reset"]) {
	font-size: 0.9rem;
	height: 30px;
	min-height: 30px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .article-input-button .sv-plus:before {
	left: 2px;
	top: 3px;
}

#BEWE_WEB-allgemeinesBestellwesenForm .bestellung_out_of_stock {
	font-size: 0.9rem;
}


/* Bestell- und Warenkorbansicht im Zeilenlayout */

#BEWE_WEB-allgemeinesBestellwesenForm .row-view.column-view .bestellung_links {
	margin-right: 0;
	width: 100%;
}


/* Warenkorbansicht */

#BEWE_WEB-allgemeinesBestellwesenForm .row-view .bestellung_container.active .bestellung_links {
	margin-right: 0;
	max-width: 100px;
	width: auto;
}


@media (max-width: 690px) {

    /* Bestell- und Warenkorbansicht im Zeilenlayout */

	#BEWE_WEB-allgemeinesBestellwesenForm .row-view .bestellung_container.active .bestellung_links {
		max-width: 100%;
	}

}

