/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
}
body {
	background: #fff;
	font-family: 'StrawberrySansText', sans-serif;
	-webkit-overflow-scrolling: touch;
	height: auto;
	min-height: 100vh;
    display: flex;
	flex-direction: column;
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}
.content {
	flex: 1;
}
img, video {
    height: auto;
    max-width: 100%;
}
select, a {
	color: var(--strawberry-black);
}
.wrapper {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}
.mobile-scroll-lock {
    overflow: hidden;
	overscroll-behavior: none;
}
.scroll-lock {
    overflow: hidden;
}
.w-full {
	width: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* PUG overwrite */
.pug-overvwrite.agreement-list * {
	color: var(--strawberry-black);
	font: var(--strawberry-sans-text);
}
/* Setting snackbar */
body #changePasswordSuccess.pug-overwrite.eds-c-snackbar .eds-c-snackbar__container *,
body #updateSuccess.pug-overwrite.eds-c-snackbar .eds-c-snackbar__container * {
	color: var(--strawberry-black);
}
body #changePasswordSuccess.pug-overwrite.eds-c-snackbar .eds-c-snackbar__container,
body #updateSuccess.pug-overwrite.eds-c-snackbar .eds-c-snackbar__container {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	background-color: var(--strawberry-white);
	border: 1px solid var(--strawberry-warmgray-2);
	border-radius: 0.75rem;
}
body #changePasswordSuccess.pug-overwrite.eds-c-snackbar .eds-c-snackbar__container .eds-c-snackbar__message,
body #updateSuccess.pug-overwrite.eds-c-snackbar .eds-c-snackbar__container .eds-c-snackbar__message {
	font-family: var(--strawberry-sans-text);
	line-height: 1.5rem;
}
#pug-icon-replace::after {
  font-family: "Strawberry-Icons";
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1;
  font-weight: lighter;
}
/* DSM accordion */
#pug-icon-replace.eds-c-accordion__close::after {
  content: "\e183";
}
#pug-icon-replace.eds-c-accordion__open::after {
  content: "\e1e1";
}
/* ---- PUG overwrite ends ---- */

/* ---- Cookiebot overwrite ---- */
#CybotCookiebotDialog {
    &.CybotCookiebotDialogActive {
        font-family: var(--strawberry-sans-text);
    }
    & #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
        border-radius: 1rem;
        transition: border-radius 0.4s ease-in-out;
    }
    & form input[type='checkbox']:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
        background-color: var(--strawberry-purple);
    }
    & form input[type='checkbox']:checked + .CybotCookiebotDialogBodyLevelButtonSlider::before {
        background-color: var(--strawberry-lightpink);
    }
    & form input[type='checkbox'] + .CybotCookiebotDialogBodyLevelButtonSlider {
        background-color: var(--strawberry-warmgray-2);
    }
    & form input[type='checkbox'] + .CybotCookiebotDialogBodyLevelButtonSlider::before {
        background-color: var(--strawberry-white);
    }
    &
        .CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled
        form
        input[type='checkbox'][disabled]:checked
        + .CybotCookiebotDialogBodyLevelButtonSlider {
        background-color: var(--strawberry-purple);
        opacity: 0.5;
    }
    &
        #CybotCookiebotDialogDetailBodyContentCookieContainerTypes
        .CybotCookiebotDialogDetailBodyContentCookieInfo {
        background-color: var(--strawberry-warmgray-1);
    }
    @media (hover: hover) {
        & #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton:hover {
            border-radius: 1.6rem;
        }
        &
            #CybotCookiebotDialogDetailBodyContentCookieContainerTypes
            .CybotCookiebotDialogDetailBodyContentCookieGroup:not(.open):hover {
            background-color: var(--strawberry-warmgray-1);
            & > a {
                color: var(--strawberry-purple);
            }
        }
        &
            #CybotCookiebotDialogDetailBodyContentCookieContainerTypes
            .CybotCookiebotDialogDetailBodyContentCookieLink:hover {
            color: var(--strawberry-purple);
        }
    }
}
/* ---- Cookiebot overwrite ends ---- */
