body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: rgb(0, 98, 142);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: block;
	font-size: 16px;
	line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 1px solid #eee;
}

table {
    max-width: 100%;
}

#page-wrapper {
	background-color: #fff;
	max-width: 1170px;
	margin: 0 auto;
}

.box-layout {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

header {
	border-bottom: 3px solid #111;
}

.header-3 {
	padding: 15px 0;
	background-color: #ffffff;
	color: #000000;
}

.header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	height: 106px;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	display: contents;
}

.header-column {
	flex: 1;
	text-align: center;
	padding: 0 25px;
}

.header-search {
	text-align: left;
}

.header-logo {
	text-align: center;
}

.header-cart {
	text-align: right;
}

.logo {
	width: 560px;
    height: 99px;
    max-width: fit-content;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px;
}

.search-input {
    padding: 0.7em;
    border: none;
    font-size: 14px;
    flex: 1;
}

.search-button {
    padding: 0.7em 12px;
    background-color: #fff;
    border: none;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search-button:hover {
    background-color: #e6e6e6;
}

.cart-link {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
}

.cart-link:hover {
	color: #070489;
}

main.three-column-layout {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

main .left-column, main .right-column, main .center-column {
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}

main .left-column, main .right-column {
	flex: 1;
	min-width: 150px;
	max-width: 25%;
	display: none;
}

main .center-column {
	flex: 2;
	min-width: 50%;
	background-color: #ffffff;
}

main .left-column:has(*) {
	display: block;
}

main .right-column:has(*) {
	display: block;
}

footer {
    background-color: #00628e;
    color: #ddd;
    padding: 3px 15px 0px 15px;
    text-align: center;
    overflow: auto;
    font-size: 11px;
}

.footer .modul {
    background: #00628e;
}

.footer .modul a {
    color: #ddd;
}

/* Box-Styling */
.row {
	margin-right: -15px;
	margin-left: -15px;
}

.header-3-l, .header-3-m, .header-3-r {
	display: flex;
	align-items: center;
}

.header-3-m {
	text-align: center;
	justify-content: center;
}

.header-3-m img {
	vertical-align: middle;
}

.header-3-r {
	justify-content: flex-end;
}

.logo-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

h1 {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px !important;
	min-height: 40px;
}

h1.categorytitle {
    padding: 0px;
    margin: 0;
    display: inline-block;
    margin-top: 12px;
}

h2.productSnippetTitle {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0f4b6c;
    margin: -3px 0 10px 6px;
}


h6 {
    font-size: 14px;
}

.box {
	background-color: #fff;
	border: 3px solid #eee;
	border-radius: 0;
	padding: 20px;
}

.banner-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


.banner-slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.slide {
	min-width: 100%;
	box-sizing: border-box;
	height: 285px;
}

.slide img {
	width: 100%;
	display: block;
}

/* Navigation dots */
.dots-container {
	text-align: center;
	margin-top: 10px;
}

.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #bbb;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.dot.active {
	background-color: #717171;
}

.modul {
    background: #ffffff;
    margin-bottom: 20px;
}

.modul.bordered {
    padding: 15px;
    border: 3px solid #eee; 
    border-radius: 5px;
    overflow: hidden;
}

.modul.title {
    border-bottom: 1px solid #eee;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
}

h3 {
    margin: 0px 0 10px 0;
    font-size: 18px;
}

div#shopauskunft-widget_wrapper {
    text-align: center;
}

a {
    color: #0f4b6c;
    text-decoration: underline;
}

li a {
    color: #0f4b6c;
}

li.navitem a {
    text-decoration: none;
}

ul.nav.menu {
    list-style-type: circle;
}

nav.nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
}

.menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #003f6f;
    justify-content: center;
}

.menu-item {
    position: relative;
    cursor: pointer;
	white-space: nowrap;
}

.menu-item:hover {
	background-color: #187fb9;
}

.menu-item a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 10px 20px;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    background: #003f6f;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index: 1;
}

.menu-item:hover > .submenu {
    display: block;
}

.submenu-item {
    position: relative;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.submenu-item:hover {
    background-color: #f0f0f0;
}

.submenu-item a {
    text-decoration: none;
    color: #333;
    padding-right: 40px;
}

.submenu .submenu {
    top: -1px;
    left: 100%;
    border: 1px solid #ccc;
}

.submenu-item:hover > .submenu {
    display: block;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
}

.arrow.down {
border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    border-bottom: 2px solid transparent;
}

.arrow.right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333; 
    margin-left: 10px;
}

.tabs input[type="radio"] {
    display: none;
}

.tab-title {
    display: inline-block;
    padding: 7px 12px;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-right: 1px;
    border-bottom: transparent;
    border-radius: 4px 4px 0 0;
}

.tab-title:hover {
    background-color: #ddd;
}

.tabs input[type="radio"]:checked + label {
    background-color: white;
    font-weight: bold;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    cursor: default;
}

.tab-content .tab-panel {
    display: none;
}

.tabs input[type="radio"]:nth-of-type(1):checked ~ .tab-content .tab-panel:nth-of-type(1),
.tabs input[type="radio"]:nth-of-type(2):checked ~ .tab-content .tab-panel:nth-of-type(2),
.tabs input[type="radio"]:nth-of-type(3):checked ~ .tab-content .tab-panel:nth-of-type(3),
.tabs input[type="radio"]:nth-of-type(4):checked ~ .tab-content .tab-panel:nth-of-type(4),
.tabs input[type="radio"]:nth-of-type(5):checked ~ .tab-content .tab-panel:nth-of-type(5),
.tabs input[type="radio"]:nth-of-type(6):checked ~ .tab-content .tab-panel:nth-of-type(6),
.tabs input[type="radio"]:nth-of-type(7):checked ~ .tab-content .tab-panel:nth-of-type(7),
.tabs input[type="radio"]:nth-of-type(8):checked ~ .tab-content .tab-panel:nth-of-type(8),
.tabs input[type="radio"]:nth-of-type(9):checked ~ .tab-content .tab-panel:nth-of-type(9),
.tabs input[type="radio"]:nth-of-type(10):checked ~ .tab-content .tab-panel:nth-of-type(10) {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 0 4px 4px 4px;
	overflow: auto;
}


.subcategory-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}

.subcategory {
    flex: 1 1 calc(25% - 16px);
    box-sizing: border-box;
    margin: 8px;
    max-width: calc(25% - 24px);
    display: flex;
    flex-direction: column;
}

.subcategory-link {
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subcategory-frame {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subcategory-frame:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.subcategory-image {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 8px;
}

.subcategory-name {
    font-size: 1rem;
    font-weight: bold;
    color: #0f4b6c;
    margin-top: auto; 
}


ul.category-tree {
    margin-left: -25px;
}

.category-tree ul {
    list-style-type: none;
    display: none; 
}

.category-tree ul.open {
    display: block; 
	margin-left: -25px;
	list-style: circle;
}

.category-tree ul.closed {
    display: none; 
}

.category-link, .subcategory-link, .subsubcategory-link {
    text-decoration: none;
    color: #0f4b6c;
    font-weight: bold;
    margin-bottom: 3px;
}

.category-link:hover, .subcategory-link:hover, .subsubcategory-link:hover {
    color: #007BFF;
}

.breadcrumb {
    border-bottom: #eee;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 10px;
    padding-left: 8px;
    color: rgb(204, 204, 204);
    margin-top: 5px;
}

a.pathway {
    color: #0f4b6c;
    margin-left: 5px;
    margin-right: 5px;
}

.products-1 {
    display: block;
}

.products-1 > div {
    display: block;
}

.products-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.products-2 > div {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(48% - 1%);
    box-sizing: border-box;
    align-items: stretch;
	max-width: 49%;
}


.products-2 > div > div {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(48% - 1%);
    box-sizing: border-box;
    align-items: stretch;
}

.products-2 .productSnippet {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.productSnippet {
    border: 1px solid rgb(160, 160, 160);
    border-radius: 6px;
    border-color: #ddd;
    padding: 7px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.productSnippet a {
    text-decoration: none;
}

.productSnippetShort {
    padding: 5px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-height: 300px;
}

.productSnippetShort .smallProductImageContainerShort {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
    min-height: 200px;
    max-height: 200px;
}

.productSnippetShort .productSnippetImageShort {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.productSnippetShort .productSnippetTitleShort {
    margin: 10px 0;
    padding: 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productDetailContainerShort {
    text-align: center;
    margin: 0;
    padding: 10px;
    background-color: white;
    border-top: 1px solid #eee;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.productDetailContainerShort .productSnippetPrice {
    font-size: 1.2em;
    font-weight: bold;
    color: #00628e;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.productDetailContainerShort .productSnippetOriginalPrice {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    width: 100%;
}

h2.productSnippetTitleShort {
    font-size: 1rem;
    font-weight: bold;
    color: #0f4b6c;
}

.productSnippetPrice {
    text-align: left;
    color: #333;
    font-weight: 700;
    font-size: 1.2rem;
    height: 25px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}

.productDetailContainer-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin: 5px;
}

.productSnippetOriginalPrice {
    color: red;
    text-decoration: line-through;
    font-size: 1.1rem;
    width: 100%;
    text-align: right;
    margin-bottom: -10px;
}

.productDetailContainer-2 {
    display: flex;
    align-items: end;
    margin: 5px;
    clear: both;
}

.productDetailButton {
    border: 2px solid;
    width: 125px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    border-color: #ddd;
    border-radius: 7px;
    font-size: 1.0em;
    margin-top: 6px;
    background: #eee;
    color: #0f4b6c;
}

.smallProductImageContainer {
    width: 200px;
    height: 200px;
    float: inline-start;
    margin: -5px 10px 0px 5px;
}

img.productSnippetImage {
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

img.productSnippetImageShort {
    max-width: 200px;
    max-height: 200px;
}

.productSnippetDesc-1 {
    text-align: justify;
    margin: 0px 5px 0 214px;
}

.productSnippetDesc-2 {
    display: none;
}

h1.productTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    height: fit-content;
    font-size: 26px;
    font-weight: 500;
    margin-left: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    width: 100%;
}

.product-edit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.product-edit-icon:hover {
    background-color: #0056b3;
    color: white;
}

.product-edit-icon i {
    font-size: 14px;
}

.productRow {
    display: flex;
    margin-top: 15px;
}

.productImages {
    display: flex;
    flex-direction: column;
    width: 50%;
    min-height: 350px;
	overflow: hidden; 
}

.productImage {
	display: flex;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    max-height: 400px;
}

h2.productDescTitle {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
	text-align: left;
}

.productDetails {
    display: flex;
    width: 49%;
    flex-wrap: wrap;
    align-content: flex-start;
    height: fit-content;
    margin-left: 1%;
}

.productImageList ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 0 10px;
}

img.thumbnail {
    padding-right: 5px;
    height: 90px;
    cursor: pointer;
}

.productDescription {
    overflow-x: auto;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    text-align: justify;
}

.productDescription iframe, 
.productDescription video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.fancybox__thumb {
    width: auto !important;
    padding-top: 0px !important;
    margin: auto;
}

.productBuyArea {
    margin-left: 5px;
    border-bottom: 1px solid #ddd;
    width: -webkit-fill-available;
    padding-bottom: 5px;
}

.priceRange {
    float: inline-start;
    margin-right: 5px;
    margin-top: 3px;
}

.productPrice {
    color: #333;
    font-weight: 700;
    font-size: 1.2rem;
    height: 25px;
    width: 100%;
    clear: inline-end;
    margin-bottom: 10px;
}

.originalPrice {
    color: red;
    text-decoration: line-through;
    font-size: 1.1rem;
}

.taxShipNote, .productSku, .productGtin, .basePrice {
    font-size: 80%;
    margin-left: 3px;
}

.addToCartButton {
    background-color: #204d74;
    color: #fff;
    margin-top: 9px;
    height: 35px;
    width: 190px;
    max-width: 100%;
    align-content: center;
    text-align: center;
    border-radius: 8px;
    font-size: 17px;
    border: 3px solid #286090;
    cursor: pointer;
}

.addToCartButton:hover {
background-color: #286090;
    border-color: #286090;
    font-size: 18px;
}

.selectVariantButton {
    background-color: #757575;
    color: #fff;
    margin-top: 15px;
    height: 35px;
    width: 190px;
    align-content: center;
    text-align: center;
    border-radius: 8px;
    font-size: 17px;
    border: 3px solid #757575;
    cursor: not-allowed;
}

.selectVariantButton:hover {
    color: #eee;
}

.notAvailableButton {
    background-color: #bbb;
    color: #fff;
    margin-top: 15px;
    height: 35px;
    width: 190px;
    align-content: center;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
    border: 3px solid #bbb;
    cursor: not-allowed;
}

.productVariants {
    margin-top: 20px;
    margin-bottom: 10px;
}

select#childProducts, select#siblingProducts, select#grandparentProducts {
    background-color: beige;
    height: 40px;
    font-weight: 700;
    max-width: 100%;
    border: 2px solid #aaa;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    min-width: 275px;
}

select#childProducts option, select#grandparentProducts option {
    font-size: 14px;
    text-wrap-mode: nowrap;
}

.quantity-wrapper {
    position: relative;
    font-size: 18px; 
    margin-top: 10px;
    margin-right: 12px;
    float: inline-start;
}

.quantity-input {
    width: 60px;
    height: 31px;
    margin-right: 10px; 
    font-size: 16px; 
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-appearance: textfield; 
    -webkit-appearance: textfield; 
    appearance: textfield;        
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    opacity: 1;
    margin: 0;
    width: 18px;
    height: 37px;
}

.quantity-input[type="number"] {
    -moz-appearance: number-input;
    -webkit-appearance: number-input;
    appearance: number-input;
}

.quantity-input::-moz-number-spin-box {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.deliveryTimeGreen {
    font-size: 14px;
    color: darkgreen;
    margin-top: 15px;
    margin-bottom: -5px;
}

.deliveryTimeRed {
    font-size: 14px;
    color: darkred;
    margin-top: 15px;
    margin-bottom: -5px;
}

h3.relatedProductsTitle {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.relatedProductList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.relatedProduct {
    width: 230px;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-top: 10px;
    margin-bottom: 10px;
}

button.buttonReadMore {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: blue;
    padding: 0;
    font-size: inherit;
}

.youtube-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.youtube-container {
	position: relative;
	width: 560px;
	height: 315px;
	max-width : 100%;
	margin: auto;
}

.youtube-thumbnail {
	cursor: pointer;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productOptions {
    margin-left: 3px;
    margin-bottom: 15px;
}

.optionTitle {
    font-weight: bold;
    padding-top: 15px;
}

select.optionsValueDropdown {
    margin-bottom: 20px;
    height: 35px;
    font-weight: 600;
    background-color: beige;
    max-width: 100%;
    min-width: 275px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    border-color: #aaa;
}

.optionsValueCeckbox, .optionsValueCeckboxRow{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.optionsValueCeckbox input, .optionsValueCeckboxRow input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 22px;
    width: 24px;
    left: -4px;
    z-index: 1;
    top: -2px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border: 1px solid #aaa;
}

.optionsValueCeckbox:hover input ~ .checkmark, .optionsValueCeckboxRow:hover input ~ .checkmark {
  background-color: #ccc;
}

.optionsValueCeckbox input:checked ~ .checkmark, .optionsValueCeckboxRow input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.optionsValueCeckbox input:checked ~ .checkmark:after, .optionsValueCeckboxRow input:checked ~ .checkmark:after {
  display: block;
}

.optionsValueCeckbox .checkmark:after, .optionsValueCeckboxRow .checkmark:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.optionsValueCeckboxRow {
    display: inline-flex;
    margin-right: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

input.optionsValue {
    height: 24px;
    width: 275px;
    max-width: 100%;
    border: 2px solid #aaa;
}

.addToCart {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.formularContainer {
	margin: 0 auto;
	padding: 20px;
	border: 3px solid #eee;
	border-radius: 5px;
}

.errorMessage {
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    border: 1px solid;
    padding: 5px;
    background-color: red;
    border-radius: 12px;
	text-align: center;
}

.successMessage {
	color: green;
	font-size: 1em;
}

button.send {
	background-color: #0f4b6c;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
}

button.send:hover {
	background-color: #286090;
}
        
.formularContainer form input, textarea {
    width: 97%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
}      

.formularContainer h2 {
    font-size: 16px;
}

.formularShortProductDesc {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: justify;
}

.productActions {
    padding-top: 15px;
}

.link-icon {
	color: #00628e;
	font-size: 22px;
	margin-right: 10px;
	cursor: pointer;
}

a.prescription-button {
    display: inline-block;
    background-color: #0f4b6c;
    color: white;
    padding: 5px 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 16px;
    margin-bottom: 5px;
}    

a.prescription-button:hover {
    background: #286090;
}
        
.productActionIcons {
    float: inline-start;
    padding-top: 6px;
}        

a.backToProduct {
    display: inline-block;
    background-color: #0f4b6c;
    color: white;
    padding: 5px 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.dataProcessing {
    display: flex;
    align-items: flex-start;
}

input#dataProcessing {
    max-width: 25px;
    margin-top: 4px;
    margin-right: 5px;
}

label.dataProcessingDesc {
    font-size: 14px;
    margin-bottom: 15px;
}

.productFiles {
    margin-top: 20px;
}

ul.productFiles {
    list-style: none;
    margin-top: 0px;
    padding-left: 0px;
}

img.productFileImage {
    vertical-align: middle;
    margin-right: 5px;
    width: 50px;
}

li.productFile {
    margin-bottom: 10px;
}

.productReviews {
    margin-top: 15px;
}

ul.productReviews {
    padding-left: 0px;
}

li.productReview {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.reviewText {
    font-size: 14px;
}

h3.reviewTitle {
    font-size: 14px;
}

i.fas.fa-star.star, i.fas.fa-star-half-alt.star {
    color: gold;
    font-size: 20px;
}

i.fas.fa-star.star-grey {
    color: lightgray;
    font-size: 20px;
}

.reviewStars {
    float: inline-start;
    padding-right: 10px;
}

span.reviewAuthor {
    font-size: 14px;
    margin-right: 10px;
}

span.reviewDate {
    font-size: 12px;
    color: #007e5e;
}

.reviewAverageStars {
    display: flex;
    align-items: center;
    font-size: 16px;
}

span.reviewAverageValue {
    font-size: 20px;
    font-weight: bold;
    padding-right: 7px;
}

.reviewCount {
    margin-bottom: 25px;
}

.productReviewsStars {
    zoom: 75%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

a.writeReview {
    float: right;
    background-color: #0f4b6c;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    width: 120px;
    text-align: center;
    height: 49px;
    font-size: 14px;
    padding-top: 5px;
    margin-right: 10px;
    margin-top: 20px;
}

.formRating {
    margin-bottom: 15px;
}

.formRatingStars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    cursor: pointer;
}

.formRatingStar {
    font-size: 2rem;
    transition: color 0.2s;
}

.required-star {
	color: red;
	margin-left: 3px;
}

.note {
    font-size: small;
    zoom: 90%;
}

.rednote {
	color: red;
    font-size: small;
    zoom: 90%;
}

.manufacturer {
    clear: both;
    float: left;
    margin-top: 8px;
    font-size: 14px;
}

.pagination a {
    font-size: 22px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.quantity-button {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.2s ease;
}

.quantity-button:hover {
    background-color: #f5f5f5;
}

.quantity-button.minus {
    color: #e74c3c;
}

.quantity-button.plus {
    color: #2ecc71;
}

.quantity-controls span {
    min-width: 2rem;
    text-align: center;
    font-weight: bold;
}

/*******************************************************************************************************************/





@media (max-width : 1024px) {
	main .left-column, main .right-column {
		max-width: 100%;
		flex: 1 1 100%;
	}
	main .center-column {
		flex: 1 1 100%;
        order: 1; 
	}
	
	.header-row {
		flex-wrap: wrap;
		height: 150px;
	}
	
	.header-column {
		flex: 1 1 100%;
		text-align: center;
		margin-bottom: 10px;
		overflow: auto;
	}
	
	.header-search {
		text-align: center;
		position: relative;
		overflow: visible;
	}
	
	.header-cart {
		text-align: center;
	}
	
	main.three-column-layout {
        display: flex;
    }
    
    main .left-column {
        order: 2; 
    }
    
    main .right-column {
        order: 3; 
    }
    
    nav {
    	margin-top: -15px;
	}
	
    .menu {
        display: none;
        flex-direction: column; 
        background-color: #003f6f;
        width: 100%;
    }
    
    .menu.visible {
        display: flex !important;
    }
    
    .menu-item {
        text-align: left;
        padding: 10px 0;
    }
    
    .menu-item a {
        display: block;
        width: 100%;
    }
    
    .menu-toggle {
        display: block;
    }
    
    body.menu-open {
        overflow: hidden;
    }
    
    .subcategory {
        max-width: 31%;
    }
    
    .productDescription table {
        width: unset !important;
    }

    .productDescription iframe,
    .productDescription video {
        max-width: 100%;
    }    
    .search-form {
        margin: 0 auto;
        position: relative;
        overflow: visible;
    }
    
    .search-suggestions {
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 300px;
        z-index: 1001;
    }
}

@media (max-width : 768px) {
	.logo {
		height: 80px;
		width: 453px;
	}
	nav {
    	margin-top: -35px;
	}
    .subcategory {
        flex: 1 1 calc(50% - 16px); 
        max-width: 46%;
    }    
}

@media ( max-width : 700px) {
	.productRow {
		flex-direction: column;
	}
	
	.productImages {
  	  width: 100% !important;
	}
	
	.productDetails {
  	  width: 100% !important;
	}
	
	h1.productTitle {
		margin-top: 10px;
		flex-wrap: wrap;
	}
	
	.product-edit-icon {
		width: 28px;
		height: 28px;
	}
	
	.product-edit-icon i {
		font-size: 12px;
	}
}

@media (max-width: 555px) {
    .subcategory {
        flex: 1 1 100%;
        max-width: 100%;
    }
	.products-2 {
		display: block;
	}
	.products-2 > div {
		max-width: initial;
	}    
}

@media (max-width : 480px) {
	.search-input {
		width: 150px;
		font-size: 12px;
	}
	.cart-link {
		font-size: 14px;
	}
	main .left-column, main .right-column, main .center-column {
		padding: 5px;
	}
    .logo {
	   height: 55px;
		width: 311px;
        max-width: 100%;
        max-height: fit-content;
    } 	
	.search-button {
		padding: 0.5em 12px;
	}
	nav {
    	margin-top: -50px;
	}
	.productSnippet {
    	display: flex;
	    flex-direction: column;
	}
	.productSnippetDesc-1 {
        margin-left: 5px;
	}    
	.productSnippetPrice {
    	margin-top: 5px;
	}
	.smallProductImageContainer {
    	margin-left: auto;
    	margin-right: auto;
	    float: inherit;
	}
	.productImage {
		min-width: unset;	
		max-width: 100%;
	}    
	span.ShortDescReadMore {
	    display: none;
	}	
    .search-suggestions {
        width: 100%;
        max-width: 250px;
        z-index: 1001;
    }
}

@media ( min-width : 1200px) {
	.container {
		width: 1170px;
	}
}

@media ( min-width : 1024px) {
	nav.nav.sticky {
	    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	    max-width: 1170px;
	}
}

@media ( max-width : 1170px) {
	.banner-container {
		display: none;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 970px;
	}
}

@media ( min-width : 768px) {
	.container {
		width: 750px;
	}
}

@media ( min-width : 680px) {
	.productDetailContainer-1 {
	    margin-left: 215px;
	}
}

@media ( min-width : 480px) {
	.productSnippetOriginalPrice {
    	padding-bottom: 20px;
	}
	button.buttonReadMore {
    	display: none;
	}
}




@page {
    size: A4 portrait;
}

@media print {
body {
	font-size: 12px;
	color: black;
}

.header-search, .header-cart, nav, .breadcrumb, .left-column, .right-column, .footer,
iframe, .productActions, .addToCart, .deliveryTimeRed, .deliveryTimeGreen, .productVariants,
.relatedProducts, .productFiles, .productReviews, .writeReview, .productNavigation {
    display: none !important;
}

.header-row {
    height: 78px;
}

.productRow {
    flex-direction: column;
}

.productImages {
    width: 100%;
}

a#mainImageLink {
    aspect-ratio: auto;
}

.productDetails {
    width: 100%;
}

.productDescription {
    overflow-x: initial;
    box-sizing: initial;
}

}

.cart-item-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cart-item-image {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px;
}

.cart-item-image img {
    max-width: 126px;
    max-height: 126px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-item-details a {
    display: block;
    margin-bottom: 8px;
    color: #0f4b6c;
    text-decoration: none;
    font-weight: 500;
}

.cart-item-details a:hover {
    text-decoration: underline;
}

.selected-options {
    font-size: 0.9em;
    color: #666;
}

.selected-options .option {
    margin-bottom: 4px;
}

.selected-options .option:last-child {
    margin-bottom: 0;
}

/* Warenkorb Styles */
.cart-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.cart-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.cart-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item-header {
    margin-bottom: 15px;
}

.cart-item-name {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0f4b6c;
    text-decoration: none;
    margin-bottom: 8px;
}

.cart-item-name:hover {
    text-decoration: underline;
}

.cart-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.cart-item-price, .cart-item-total {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-label, .total-label {
    font-size: 0.9em;
    color: #666;
}

.price-value, .total-value {
    font-weight: bold;
    color: #333;
}

.cart-item-quantity {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.cart-item-actions {
    display: flex;
    align-items: center;
}

.remove-button {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.remove-button:hover {
    background: #fff5f5;
}

.cart-summary {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.cart-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.button.continue-shopping {
    background-color: #fff;
    color: #0f4b6c;
    border: 2px solid #0f4b6c;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.button.continue-shopping:hover {
    background-color: #f5f5f5;
}

.button.checkout {
    background-color: #0f4b6c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    min-width: 120px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.button.checkout:hover {
    background-color: #286090;
}

@media (max-width: 435px) {
    .checkout-progress {
        zoom: 80%;
    }
}

/* Responsive Styles für den Warenkorb */
@media (max-width: 768px) {
    .cart-item {
        flex-direction: column;
        padding: 15px;
    }

    .cart-item-image {
        width: 97%;
        margin-bottom: 15px;
    }

    .cart-item-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    /* Neue Reihenfolge der Elemente */
    .cart-item-quantity {
        order: 1;
        justify-content: center;
    }

    .cart-item-price {
        order: 2;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .cart-item-total {
        order: 3;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .cart-item-actions {
        order: 4;
        justify-content: center;
    }

    .cart-actions {
        flex-direction: column;
    }

    .button.continue-shopping,
    .button.checkout {
        width: 88%;
        text-align: center;
    }
}

/* Suchergebnisse Styles */
.search-results-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.search-results .category-results {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.search-results .category-results h2 {
    margin-bottom: 1rem;
    font-size: 1.2em;
    color: #333;
}

.search-results .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.search-results .category-item {
    margin: 0;
}

.search-results .category-item a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}

.search-results .category-item a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.search-results .search-summary {
    margin-bottom: 1rem;
    font-size: 1.1em;
}

.search-results .product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.search-results .product-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.search-results .product-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-color: #007bff;
}

.search-results .product-content {
    height: 100%;
    padding: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

.search-results .product-content .productSnippetShort {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 1;
}

.search-results .product-content .productDetailContainerShort {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0;
    padding: 10px;
    background-color: white;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-results .product-content .productSnippetTitleShort {
    margin: 0 0 1rem 0 !important;
}

.search-results .product-content .smallProductImageContainerShort {
    margin: 0 0 1rem 0 !important;
}

.search-results .product-content .productSnippetImageShort {
    max-width: 100% !important;
    height: auto !important;
}

.search-results .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.search-results .pagination-button {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.search-results .pagination-button:hover {
    background-color: #f5f5f5;
}

.search-results .page-number {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.search-results .page-number.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.search-results .page-number:hover:not(.active) {
    background-color: #f5f5f5;
}

.search-results .error-message {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fff3f3;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    color: #d32f2f;
}

/* Search Suggestions Styles */
.search-input-container {
    position: relative;
    flex: 1;
}

.search-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 5px;
    text-align: left;
}

.search-suggestions ul {
    padding-left: 10px;
    margin: 0;
}

.suggestion-item {
    cursor: pointer;
    transition: background-color 0.2s;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 3px 0;
}

.suggestion-item::before {
    content: "🔍";
    font-size: 14px;
    flex-shrink: 0;
}

.suggestion-link {
    text-align: left;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

/* Search suggestions styling */
.suggestion-item.selected {
    background-color: #f0f0f0;
    cursor: pointer;
}

.suggestion-item.selected a {
    color: #000;
    text-decoration: none;
}

.productNavigation {
    position: relative;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.navArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    z-index: 10;
}

.navArrow:hover {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.prevArrow {
    left: 5px;
}

.nextArrow {
    right: 5px;
}

.navArrow i {
    font-size: 0.8em;
}

/* Farbvarianten */
.color-variants {
    margin: 1rem 0;
}

.color-variant-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    gap: 0.7rem;
}

.color-variant-item {
    aspect-ratio: 1;
}

.color-variant-item a {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.color-variant-item a:hover {
    transform: scale(1.1);
    border-color: #666;
}

.color-variant-item a.active {
    border-color: #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.ekatalog-link {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

.ekatalog-image {
    max-width: 50px;
    height: auto;
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* No Products Message */
.no-products-message {
    padding: 2rem;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 1rem 0;
}

.no-products-message .alert {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background-color: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    color: #0d47a1;
    font-size: 1.1rem;
    line-height: 1.5;
}

.no-products-message .alert i {
    font-size: 1.5rem;
    color: #1976d2;
}

/* Cart Success Modal */
.cart-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.cart-modal-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cart-modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #f0fdf4;
    border-radius: 8px 8px 0 0;
}

.cart-modal-icon {
    font-size: 2rem;
    color: #22c55e;
}

.cart-modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #1f2937;
    font-weight: 600;
}

.cart-modal-body {
    padding: 1.5rem;
}

.cart-modal-body p {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.5;
}

.cart-modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.cart-modal-button-primary,
.cart-modal-button-secondary {
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    border: none;
}

.cart-modal-button-primary {
    background-color: #00628e;
    color: #fff;
}

.cart-modal-button-primary:hover {
    background-color: #004d6e;
}

.cart-modal-button-secondary {
    background-color: #f3f4f6;
    color: #374151;
}

.cart-modal-button-secondary:hover {
    background-color: #e5e7eb;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .cart-modal-content {
        width: 95%;
        margin: 1rem;
    }
    
    .cart-modal-footer {
        flex-direction: column;
    }
    
    .cart-modal-button-primary,
    .cart-modal-button-secondary {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    
    .cart-modal-footer a.cart-modal-button-primary {
        display: block;
    }
}

/* ========================================
   Password Reset Pages
   ======================================== */

.password-reset-container {
    padding: 0 1rem;
}

.password-reset-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
}

.password-reset-header {
    text-align: center;
    margin-bottom: 2rem;
}

.password-reset-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.password-reset-icon i {
    font-size: 2rem;
    color: white;
}

.password-reset-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212121;
    margin-bottom: 0.5rem;
}

.password-reset-description {
    font-size: 1rem;
    color: #757575;
    line-height: 1.6;
}

.password-reset-card .form-group {
    margin-bottom: 1.5rem;
}

.password-reset-card .form-group label {
    display: block;
    font-weight: 500;
    color: #424242;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.password-reset-card .form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.password-reset-card .form-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.password-reset-card .form-input.has-error {
    border-color: #f44336;
}

.password-reset-card .field-error {
    display: block;
    color: #f44336;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.password-reset-card .submit-button {
    width: 100%;
    padding: 1rem;
    background: #1976d2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.password-reset-card .submit-button:hover:not(:disabled) {
    transform: translateY(-2px);
    background: #1565c0;
    box-shadow: 0 8px 24px rgba(25, 118, 210, 0.3);
}

.password-reset-card .submit-button:disabled {
    background: #bdbdbd;
    cursor: not-allowed;
}

.password-reset-card .back-to-login {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.password-reset-card .back-to-login a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.password-reset-card .back-to-login a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.password-reset-card .success-state {
    text-align: center;
}

.password-reset-card .success-state .form-input {
    background-color: #f5f5f5;
}

.password-reset-card .info-box {
    background: #e3f2fd;
    border-left: 4px solid #1976d2;
    padding: 1rem 1.25rem;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.password-reset-card .info-box p {
    margin: 0;
    color: #0d47a1;
    font-size: 0.95rem;
    line-height: 1.6;
}

.password-reset-card .info-box strong {
    color: #0d47a1;
    font-weight: 600;
}

.password-reset-card .password-requirements {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.password-reset-card .password-requirements h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #424242;
    margin: 0 0 0.75rem 0;
}

.password-reset-card .password-requirements ul {
    margin: 0;
    padding-left: 1.25rem;
    list-style-type: none;
}

.password-reset-card .password-requirements li {
    font-size: 0.875rem;
    color: #616161;
    margin-bottom: 0.5rem;
    position: relative;
}

.password-reset-card .password-requirements li:before {
    content: "✓";
    position: absolute;
    left: -1.25rem;
    color: #4caf50;
    font-weight: bold;
}

.password-reset-card .password-requirements li:last-child {
    margin-bottom: 0;
}

.password-reset-card .password-toggle {
    position: relative;
}

.password-reset-card .password-toggle-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #757575;
    cursor: pointer;
    padding: 0.5rem;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.password-reset-card .password-toggle-btn:hover {
    color: #424242;
}

@media (max-width: 576px) {
    .password-reset-card {
        padding: 1.5rem;
    }

    .password-reset-title {
        font-size: 1.5rem;
    }
}

