@charset "utf-8";

:root{
	--medicare-gelb: rgb(255 165 0);
	--medicare-blau: rgb(15 63 147);
	--medicare-grau: rgb(26 25 24);
	--medicare-schriftfarbe: #464646;
	--medicare-box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
}

#content {
    padding-bottom: 5px;
}

@media (max-width: 1023px){
	#navcontainer,
	#logo{
		position: absolute !important;}
	
	.desktop{
		display: none;}
}

@media (min-width: 1024px){
	.mobil{
		 display: none;}
}

.row * {
    line-height: 1.6 !important;}

/*Pop-up-Fenster*/
#overlay_item_box[style="display: block;"]:after {
    content: '';
    width: 100vw;
    height: 100vh;
    background: #0000009e;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1000000000;}

#overlay_item_box[style="display: block;"] > div {
    position: fixed;
    left: 0;
    right: 0;
    margin-inline: auto;
    top: calc(70vh - 360px);
    width: 800px;
    z-index: 1000000001;
    max-width: calc(100% - 40px);}

#overlay_item_box .article_headline,
#overlay_item_box .article_size{
    text-align: center !important;}

.article_description ul {
    text-align: left;
	margin-top: 5px !important;}

.article_description ul {
    padding-inline-start: 20px !important;
	margin-block: 0;}

.article_description ul:before {
    content: 'Beschreibung:';
    display: block;
    margin-left: -20px;}

::marker {
    font-size: 15px;}

.overlay_close {
    background: var(--medicare-gelb);
    display: flex;
    padding: 5px;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    line-height: 1;
    justify-content: center;
    align-items: center;
    color: white;
    border: 2px solid white;
    position: absolute;
    right: -10px;
    top: -10px;
	cursor: pointer;
	z-index: 1000;}

.overlay_close svg{
	fill: white;
	width: 15px;
}

.overlay_select_item {
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    padding: 5px;
    height: 40px;
    box-sizing: border-box;
    margin-top: 30px;
	width: 25%;
}

.article_select_box_e {
    display: flex;
    justify-content: center;
    grid-gap: 10px;}

/*#\31 1 > div.article_select_box, #\31 7 > div.article_select_box {
   grid-template-columns: repeat(1, 1fr);}*/

.row {
   padding-top: 50px;}

.wrapper {
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
   border:solid 0px red;
   font-family: Verdana,Geneva,sans-serif;
   font-size: clamp(16px, 1vw, 18px);
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;}


.step_box{
    display: grid;
    grid-gap: 10px;
    position: relative;
    z-index: 1;
	cursor: context-menu;}

.step_box[onclick*="changePage"] {
    cursor: pointer;}

.steps_row {
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
	z-index: 0;
    margin: 20px 0;}

.steps_row:after {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    background: #eeeeee;
    top: 34px;}

@media (max-width: 767px){
.steps_row {
    grid-template-columns: repeat(4, max-content);}
}

@media (min-width: 768px){
.steps_row {
    grid-template-columns: repeat(4, 1fr);}
}

.steps_row > .step_box.step_box_state:nth-child(1):before,
.steps_row > .step_box.step_box_state:nth-child(2):before,
.steps_row > .step_box.step_box_state:nth-child(3):before,
.steps_row > .step_box.step_box_state:nth-child(4):before{
    content: '';
    height: 3px;
    width: 100%;
    background: var(--medicare-blau);
    position: absolute;
    top: 34px;
    z-index: -1;}



.step_box_state .step-number {
    background-color: var(--medicare-blau);
    color: #ffffff;
    align-items: center;
    justify-content: center;}

@media (max-width: 767px){
.step-beschriftung{
	display: none;}
}


span.step-number {
    background-color: #f5f5f5;
    color: #464646;
    aspect-ratio: 1 / 1;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 60px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border: 8px solid white;
}

@media (min-width: 768px){
span.step-number {
    transform: translateX(-10px);
	border: 10px solid white;}
}

.step_line {
   border-top-width: 2px;
   border-color: #ffa500;
   border-top-style: solid;
   width: 50px;
   height: 2px;}

.box_headline h2{
   font-size: clamp(26px, 3vw, 36px) !important;
   text-transform: none !important;}

.info:before {
	content: 'i';
    background: var(--medicare-blau);
    width: 1rem;
    color: white;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    float: inline-start;
    margin-right: 8px;
    font-size: 17px;
    padding: 3px;
	transform: translateY(3px);}

.box_config {
   display: grid;
   grid-template-rows: 1fr;
   grid-column-gap: 40px;
   grid-row-gap: 0px;
   margin-bottom: 15px;}

.box_left {
    margin-bottom: 5px;}

@media (min-width: 1024px){
.box_config {
   grid-template-columns: repeat(2, 1fr);}	
}

@media (max-width: 1023px){
.box_left {
    margin-bottom: 30px;}
}

.box_conf_articles {
   display: grid;
   grid-gap: 20px;}

@media (min-width: 768px){
.box_conf_articles {
   grid-template-columns: repeat(2, 1fr);}
}

.box_article_wrapper {
   background-color: #f5f5f5;
   border-radius: 5px;
   padding: 15px;
   text-align: center;
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: stretch;
   align-content: center;
   position: relative;}

.box_article_wrapper_ua:after {
    content: 'Dieses Produkt passt nicht mehr in die Box.';
    background: rgb(245 245 245 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);}

.hinweis{
	margin-top: 30px;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.article_amount {
    padding-top: 5px;
    border: 1px solid #e4e4e4;
	background: white;
    border-radius: 5px;}

.article_image {
    height: 160px;
    padding: 10px;
    margin-bottom: 20px;
    background: white;
    border-radius: 5px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;}

.article_image > div {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;}

.article_size {
   padding-top: 10px;}

.article_headline,
.article_size {
   text-align: left !important;}

.article_description{
	text-align: left;
}

.article_select_box {
   margin-top: 10px;
   padding-top: 10px;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: 1fr;
   grid-column-gap: 10px;
   grid-row-gap: 0px;
   height: 40px;}

.article_add,
.article_remove {
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    cursor: pointer;}

.article_add:hover,
.article_remove:hover,
.overlay_select_item:hover {
    background: #ffa500;
    color: white;
    border-color: #ffa500;}

.article_add {
    padding: 1px;}

/*Auswählen-Button*/
.article_select_box > .article_add:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;}


.progress_bar {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: rgb(245 245 245);}

.progress_bar_box.fixed-element {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: var(--medicare-box-shadow);
    background: white;
    padding: 10px 10px;
    box-sizing: border-box;
	z-index: 1000;
}

@media (min-width: 1024px){
	.ueberblick{display: none;}
}


.weiter_btn {
    background-color: var(--medicare-gelb);
    padding: 13px;
    min-width: 45%;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid var(--medicare-gelb);
    cursor: pointer;
    max-width: 600px;
    margin-left: auto;
	color: white;
    box-sizing: border-box;}

.box_selected:has(.selected_item_wrapper[style*="display: flex;"]) + div .weiter_btn{
    background: #ffa500;
    color: white;}

.weiter-button-fixed.fixed-element > .weiter_btn{
	margin-top: 0;
}

.weiter_nr{
    background: #f5f5f5 !important;
    border-color: #e4e4e4 !important;
	color: unset !important;}

.weiter_btn[onclick="changePage3_4(this)"] {
    background: var(--medicare-gelb);
    color: white;
    border-color: var(--medicare-gelb);
	margin-top: 10px !important;
}

.weiter-button-fixed.fixed-element {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    left: 0;
	padding: 10px;
	background: white;
	display: block;
	box-shadow: var(--medicare-box-shadow);	
}

#progress_bar_inner {
   background-color: var(--medicare-blau);
   width: 0%;
   height: 100%;
   border-radius: 10px;}

.progress_bar_info {
   margin-top: 10px;
   font-size: 0.9rem;}

@media (max-width: 767px){
.progress_bar_info {
   text-align: center;}
}


.box_selected {
    width: 100%;
    border-radius: 5px;
    margin: 20px 0;
    display: grid;
    padding: 0 20px;
    box-sizing: border-box;
	background: #f5f5f5;}

.selected_item_wrapper {
	padding: 20px 0px;
}

#si_items_wrapper > .selected_item_wrapper:not(:first-child) {
    border-top: 1px solid #e4e4e4;
}

@media (max-width: 1115px){
	.selected_item_wrapper {
		flex-direction: column;}
}

.si_image {
    height: 100px;
    width: 100%;
    max-width: 100px;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-color: white;
    border-radius: 3px;
    background-position: center;}

.si_data {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: start;
   flex-grow: 1;
	width: 100%;
	margin: 0 15px;}

.si_content, .item_si_e_text {
   color: #000000;
   font-size: 15px;}

.item_si_e_text:before {
    content: 'Ausführung: ';}

.si_select_box {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    height: 40px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.si_remove,
.si_add {
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
	cursor: pointer;}

.si_remove:hover,
.si_add:hover {
    background-color: var(--medicare-gelb);
    color: white;
	border-color: var(--medicare-gelb);}

.si_amount{
	padding-top: 5px;
	background: white;
    border: 1px solid #e4e4e4;
    border-radius: 5px;}

.box_back {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 15px;
    align-items: center;
	cursor: pointer;}

.box_back:before {
    content: '';
    width: 38px;
    height: 38px;
    background: url(/svg/arrow-left-white.svg);
    background-size: 10px;
    background-color: var(--medicare-gelb);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 48% 54%;
    border-radius: 50px;
}

.box_form_headline {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--medicare-blau);
}

.form_data {
   width: 100%;}

.form-section {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;}

.form-check {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 6px;

    align-items: baseline;}

.grid-1{
    display: grid;
	grid-template-columns: 1fr !important;
}


.form-section .grid-3,
.form-section .grid-2{
    display: grid;
    grid-column-gap: 20px;}

@media (min-width: 768px) and (max-width: 1023px){
.form-section .grid-3 {
    grid-template-columns: repeat(2, 1fr);}
}

@media (min-width: 1024px){
.form-section .grid-3 {
    grid-template-columns: repeat(3, 1fr);}
}

@media (min-width: 768px){
.form-section .grid-2 {
    grid-template-columns: repeat(2, 1fr);}
}


.form-group input,
.form-group select {
    border-radius: 0;
    border-color: #e4e4e4;
    border-width: 1px;
    border-style: solid;
    padding: 0.75em;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: clamp(16px, 1vw, 18px);
	border-radius: 3px;
	font-family: Verdana, Geneva, sans-serif;
}

.form-group input:not([type="radio"]),
.form-group select {
	min-height: 58px;
}

input[type='radio']{
	accent-color: var(--medicare-blau) !important;
}

input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--medicare-blau);
	transform: translateY(1px);
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-size: 9px;
}

.form-group label {
    margin-bottom: 5px;
    display: block;
}


.form-group:has([required]) label:after {
    content: '*';
    display: inline-block;
    margin-left: 2px;
}

.form-group:has(:not([required])) input[type="radio"] + label:after {
	content: '' !important;}

.form_radio_btn_cus {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: start;
   align-items: center;
   align-content: center;}

.form_la_hidden {
   display: none;}

.has-error input {
   border-color: red;}

.error-message {
  	font-size: 0.9rem;
   	color: red;
	transform: translateY(-9px);}

div#box_cus_conf {
    position: sticky;
    top: 10px;
    height: max-content;}

.box_z_article_wrapper {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;}

.z_article_select_box,
.z_article_select_box_2{
    display: grid;
    grid-auto-columns: max-content;
    grid-gap: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
    grid-template-columns: repeat(auto-fill, minmax(50px, 100px));}

.z_article_select_box input,
.z_article_select_box_2 input{
	display: none;}


.z_article_select_box label,
.z_article_select_box_2 label{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e4e4e4;}

.z_article_select_box label:has(input:checked),
.z_article_select_box_2 label:has(input:checked){
    background: white;}

.confirm_item[style*="display: block"] {
	display: grid !important;
    grid-template-columns: max-content auto;
    grid-gap: 8px;
    padding: 2px 0;
}

.product-item {
    display: grid;
    grid-template-columns: 80px auto;
    align-items: flex-start;
	grid-gap: 10px;
	margin-bottom: 10px;}

.product-item:last-child {
    margin-bottom: 0;}

.product-image {
    background-size: contain !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}



.confirm_box > div:has(.confirm_headline_2) {
    background: #f5f5f5;
    padding: 10px 20px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;}

.confirm_headline_2 * {
    font-size: 18px;}

.confirm_box > div > div:not(:first-child) .confirm_headline_2 {
    border-top: 1px solid #e4e4e4;
    padding-top: 5px;
    margin-top: 20px;
}

#confirm_artikel_box, .zusatzartikel-item {
    background: white;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;}


@media (min-width: 1024px){
.confirm_box .grid-2 {
    display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);}
}

/*Wert bei nicht ausgefüllten Formularfeldern*/
.confirm_text:empty:after {
    content: 'Keine Angabe';
	opacity: 0.5;
}


/*Unterschriftfeld*/
#signature-pad {
    background: white;
    width: 100%;
    max-width: 450px;
	min-height: 200px;
    border-radius: 5px;}

button#clear {
    background: white;
    border: 1px solid #e4e4e4;
    padding: 13px 26px 13px 48px;
    border-radius: 5px;
    font-size: 18px;
    opacity: 0.6;
    cursor: pointer;}

.clear-signature {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;}

.clear-signature:before {
    content: '\f2ed';
    font-family: "Font Awesome 5 Free";
    font-weight: 800 !important;
    display: flex;
    font-size: 15.5px;
    position: absolute;
    pointer-events: none;
    line-height: unset !important;
    align-items: center;
    transform: translateY(-1px);
    left: 26px;}

.sig_error,
.hinweise_error{
    display: none;}

.sig_error[style*="display: block"],
.hinweise_error[style*="display: block"]{
    font-size: 0.9rem;
    color: red;
    margin: 10px 0 12px;}

.daten-ueberprueft {
    min-width: 45%;
    max-width: 561px;
    text-align: center;
    margin: 20px 0 0 auto !important;}

.sig_hint {
  display: none;}

.confirm_hinweise_wrapper {
    margin: 10px 0 20px;}

.confirm_item.confirm_hinweis_item {
    display: flex;}

.confirm_item.confirm_hinweis_item > input {
    margin-right: 10px;
    display: inline-block;
    transform: translateY(3px);
    min-height: unset;}