body {
    margin: 0;
    background-color: #ffffff;

    font-family: Rubik, sans-serif;
    font-size: 16px;
    color: #000000;

	background-image: url('/images/layout/blur.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.display_none,
div.customer_links a.display_none {
	display: none;
}

img {
	vertical-align: bottom;
}

#nav_edit h3 {
    font-size: 14px;
    margin: 3px 0 5px 6px;
}
#nav_edit a,
#nav_edit_2 a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 1px 4px;
    border: 1px solid transparent;
    color: #000000;
    margin: 0 0 2px 0;
}
#nav_edit a:hover,
#nav_edit_2 a:hover {
    background-color: #efeffa;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
#nav_edit,
#nav_edit_2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    border: 1px solid rgb(174, 174, 174);
    background-color: rgb(250, 250, 250);
    background-color: rgba(250, 250, 250, 0.85);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
    margin: 5px 10px;
    padding: 5px;
    font-size: 13px;
    overflow: hidden;
    z-index: 100;
}
#nav_edit_2 {
    width: 45px;
}

h1, h2, h3 {
	text-align: center;
}

h1 {
	margin: 0px 0 25px 0;
	font-size: 120%;
	font-weight: 500;
}

h2 {
}

h3 {
}

form {
	text-align: center;
}

input,
button,
textarea {
	font-family: Rubik, sans-serif;
	font-size: 16px;
}

input[type="text"] {
	text-align: center;
	border: 1px solid #333333;
	padding: 10px 5px;
	width: 100%;
	max-width: 72%;
	margin-bottom: 20px;
}

div.error {
	margin: 10px 0;
	color: #aa3333;
}

button {
	display: block;
	margin: 0 auto;
	background-color: #6aa576;
	color: #ffffff;
	padding: 15px 30px;
	border: 0 none;
	border-radius: 10px;
	min-width: 72%;
	cursor: pointer;
}
button.enter {
	background-color: #2c347b;
}

#pay_form div.button_container {
	padding-bottom: 22px;
}

div.offer_expired,
div.thank_you,
div.accept_button {
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
	text-align: center;
}
div.offer_expired button,
div.thank_you button {
	cursor: auto;
	background-color: #aeaeae;
}
div.accepted_at {
	padding-top: 5px;
	font-size: 14px;
	color: #555555;	
}

div.expired div.offer_expired,
div.accepted div.thank_you,
div.not_accepted div.accept_button {
	display: block;
}

div.offer_accept_text {
    background-color: rgba(211, 211, 211, 0.4);
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.4);
	margin: -10px -16px;
}

div.offer_accept_text a {
	color: #333333;
	text-align: center;
}

div.footer {
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	width: 100%;
	height: 25px;
	color: #333333;
	font-size: 13px;
}
div.customer_links {
	margin-top: 20px;
}
div.customer_links a {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
}

div#page {
	position: relative;
	margin: 20px auto;
	padding: 20px;
	padding-bottom: 70px;
	width: calc(100% - 32px);
	max-width: 390px;
	background-color: #ffffff;
	min-height: calc(100vh - 40px - 40px);
	box-sizing: border-box;
}
div#page img.customer_logo {
	display: block;
	max-width: 100%;
	max-height: 150px;
	margin: 0 auto;
}
div#content {
	padding: 0 10px;
}

div#nav1 {
    width: 200px;
}
div#nav1 ul {
    margin: 0;
    padding: 0;
}
div#nav1 ul.d0 {
    margin: 47px 6px 0 10px;
}
div#nav1 ul.d1 {
    margin-left: 8px;
}
div#nav1 li {
    text-align: left;
    list-style: none;
    padding: 0;
	padding-left: 2px;
	margin: 0;
}
div#nav1 li > img {
	display: block;
	margin: 6px 0;
}

#nav1 a {
	display: block;
    color: #e72b1f;
    text-decoration: none;
}
#nav1 li.selected > a {
	color: #000000;
}
#nav1 a:hover {
    text-decoration: none;
}


div#content  {
}

.preamble {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0.85em;
}

/*
 * Material: icons
 */
.material-icons,
.material-icons-outlined {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.material-icons {
	font-family: 'Material Icons';
}
.material-icons-outlined {
	font-family: 'Material Icons Outlined';
}

/*
 * Material: symbols
 */
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}


/*
 * Dashboard
 */
div.dashboard_box {
	width: 200px;
	border: 2px solid rgb(173, 175, 175);
	float: left;
	margin: 0 20px 15px 0;
	padding: 16px 12px 6px 12px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: normal;
}
a.db_top,
div.db_top {
	font-size: 48px;
	font-weight: bold;
	text-decoration: none;
}
div.db_bottom {
	text-align: right;
}
a.db_bottom {
}

/*
 * Payment
 */
#modal_content .desktop .content {
	margin: 0 auto;
	max-width: 280px;
}
#modal_content .desktop .qr {
	text-align: center;
}
#modal_content .desktop .qr img {
	max-width: 200px;
}

/*
 * Modal
 */
div#modal_container {
	position: fixed;
	background-color: rgb(0 0 0 / 65%);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 600;
}
div#modal_container > div.modal {
	position: relative;
	width: 100vw;
	max-width: 406px;
	min-height: 140px;
	max-height: 100vh;
	margin: 0 auto 16px auto;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

	background-color: #ffffff;
	color: #000000;
	padding: 8px 24px 24px 24px;
	border-radius: 0 0 5px 5px;
	border-top: 0 none;
}
div#modal_container div.modal_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#modal_container div.modal_header.no_flex {
	display: block;
	position: absolute;
	right: 8px;
}

div#modal_container h2 {
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-bottom: 1em;
	font-size: 18px;
	margin-top: 3px;
}
div#modal_container h2 i.material-icons,
div#modal_container h2 i.material-icons-outlined {
	vertical-align: text-bottom;
}

div#modal_container a.modal_close {
	color: black;
	background-color: initial;
}
div#modal_container a.modal_close:hover {
	color: black;
	background-color: initial;
}

/*
 * Modal: Payment Klarna desktop
 */
div#modal_container.klarna_desktop > div.modal {
	background-color: #f3f3f7;
	padding: 0;
}
div#modal_container.klarna_desktop > div.modal .modal_header {
	display: none;
}
div#modal_container.klarna_desktop > div.modal img.klarna.desktop {
	display: block;
	xmargin-top: -8px;
	xmargin-left: -24px;
	xwidth: calc(100% + 48px);
	width: 100%;
	cursor: pointer;
}


@media screen and (max-width:767px) {
	div#modal_container {
		overflow-y: auto;
	}
	div#modal_container > div.modal {
		border-radius: 0 0 10px 10px;
		border-top: 0 none;
		padding: 16px 12px 12px 12px;
	}
}

@media screen and (max-width:375px) {
	xdiv#page {
		margin: 0;
		width: 100%;
	}
	div#content {
		padding: 0;
	}
}

@media screen and (max-width:325px) {
	div#content {
		padding: 0;
	}
}
