@charset "UTF-8";
/* ü€Úτƒ-8 */

:root {
		--svg-thumb-up: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'/%3E%3C/svg%3E");
		--svg-warndreieck: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");
		--svg-kreis-ausrufezeichen: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E");
		--svg-kreis-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");
}




/* ************************************************ */
/* PW login text box									 */
/* ************************************************ */

div.password-wrapper {
    position: relative;
    width: 80%;
    display: inline-flex;
    vertical-align: middle;
    line-height: 0;
}


#customer_loginname {
	width: 40%;
}
div.shoppw {
	width: 40%;
}

div.w50,
input.w50 {
	width: 50%;
}

div.password-wrapper input {
    margin: 0 !important;
    width: 100%;
    padding-right: 3rem; 
    box-sizing: border-box;
    height: 3rem;
    display: block;
}


.toggle-password {
    position: absolute;
    right: 0.7rem;
    top: 44%;
    transform: translateY(-50%); 
    
    background: transparent !important; 
    border: none;
    cursor: pointer;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    -webkit-tap-highlight-color: transparent; 
}

.toggle-password:hover .eye-icon {
    filter: brightness(70%);
}

.eye-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: var(--svg-eye);
}

.is-visible .eye-icon {
    background-image: var(--svg-eye-hide);
}




/* ************************************************ */
/* INFO BOXEN								 */
/* ************************************************ */


/* Gemeinsame Basis für die Infoboxen */
div.box-info,
div.box-ok,
div.box-error,
div.box-warning {
    background-color: #FDFDEF;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 1.4rem 1rem 1.2rem 4.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-repeat: no-repeat;
    background-position: 1rem 1.3rem;
    background-size: 2.4rem 2.4rem; /* Festgelegt auf 24x24px bei 10px Basis */
    line-height: 1.6em;
    min-height: 2.0em;
    vertical-align: middle;
}
 
/* OK - Daumen nach oben */
div.box-ok {
    background-image: var(--svg-thumb-up);
}

/* ERROR / ALERT - Warndreieck mit runden Ecken */
div.box-error {
    background-image: var(--svg-warndreieck);
}

/* WARNING - Kreis mit Ausrufezeichen */
div.box-warning {
    background-image: var(--svg-kreis-ausrufezeichen);
}

/* INFO - Kreis mit 'i' */
div.box-info {
    background-image: var(--svg-kreis-info);
}

div.boxbasic {
    background: #f9f9f9;
    border: 1px solid #cdcdcd;
    padding: 1rem;
    padding-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

div.boxbasic,
div.boxbasic li,
div.boxbasic a {
    font-size: 1.4rem;
}












/* ************************************************ */
/* PROMO SEITEN 						 													*/
/* ************************************************ */
#downloadlink {
    text-align: center;
    padding-top: 3rem;
}

#downloadlink a {
    font-size: 1.6rem;
    ttext-transform: uppercase;
}











/* ************************************************ */
/* Seitenauswahl */
/* ************************************************ */

#pagination {
		list-style-type: none;
    text-align: center;
    list-style-position: inside;
}

#pagination.left {
    text-align: left;
}

#pagination li {
	display: inline-block;
	margin-left:0;
	margin-right: 1rem;
	margin-bottom:1rem;
}

#pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    width: 2em;
    height: 2em;
    color: #991A8B !important;
    text-decoration: none !important;
    border: 1px solid #2589d0;
    border-radius: 3px;    
}

#pagination a:hover {
	border-color: navy;
	color: navy !important;
}

#pagination li.current a {
		color: white !important;
		background-color: #2589d0;
		border-color: #2589d0;
    pointer-events: none;
}

#pagination a.notavail {
    pointer-events: none;
    border-color: #dddddd;
    color: #dddddd !important;
}