

a { text-decoration: underline; text-decoration-color: #dddddd; }
i { font-weight: normal; }
.uk-link, a { text-decoration: underline !important; text-decoration-color: #dddddd; }
.uk-navbar-nav > li > a { text-decoration: none !important; }
.switcher_tab > li > a { text-decoration: none !important; }
.uk-accordion > li > a { text-decoration: none !important; }
.uk-thumbnav>.uk-active>::before{border:none !important;}
.tm-top { padding-bottom:0px; }
.tm-header .uk-navbar { border: 0px !important; }
.kontakt1 { background-color:#d1d3d0 !important; }
.kontakt2 { background-color:#dadada; }
.beruf-frage { background-color:#dadada; }
.lap-switcher > ul li { padding-right:100px; }

/* HikaShop Mini-Cart Overlay Fix */
.hikashop_cart_dropdown_container {
    position: relative;
}

.hikashop_cart_dropdown_content {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    z-index: 9999 !important;
    /*min-width: 400px;
    max-width: 600px; */
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid #e5e5e5;
    margin-top: 0 !important;
}

/* Verhindert Container-Höhen-Erweiterung */
.uk-navbar-container .hikashop_cart_module {
    position: static;
}

.uk-navbar-item .hikashop_cart {
    position: relative;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2D2E33;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #2D2E33;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #2D2E33;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  color: #2d2e33;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table :where(tbody), .table :where(td), .table :where(tfoot), .table :where(th), .table :where(thead), .table :where(tr) {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}


/* Sehr kleine Smartphones (320px) */
@media only screen and (max-width: 320px) {
    h1 { font-size:1.5rem !important; }

}

/* Standard Smartphones (375px) */
@media only screen and (min-width: 321px) and (max-width: 375px) {
    h1 { font-size:1.8 rem !important; }

}

/* Große Smartphones (414px) */
@media only screen and (max-width: 589px) {
    .hikashop_cart_dropdown_content {
		/*
        width: 100% !important;
        max-width: 100% !important; */
        right: -45px !important;
    }
	
	.floated_graphic_element {
		text-align:right; margin-right:40px;
	}

    h1 { font-size:2.5rem !important; }
	h1.el-title, h1.ibw-category_name { font-size:1.45rem !important; }
	h2 { font-size:1.4rem !important; }
}

/* Tablets und größere Geräte */
@media only screen and (min-width: 590px) {
    .hikashop_cart_dropdown_content {
        /* width: 500px;
        max-width: 500px; */
    }
	.floated_graphic_element {
		text-align:right; margin-right:5px;
	}
	.floated_graphic_element {
		text-align:right; margin-right:5px;
	}
	.hikashop_cart_module_product_quantity_value { text-align:right; font-size:1.1rem !important; font-family:Signika !important; font-weight:700 !important; }

	h1 { font-size:3rem !important; }
	h1.el-title, h1.ibw-category_name { font-size:1.6rem !important; }
	h2 { font-size:1.5rem !important; }
}

/* Tablets und größere Geräte */
@media only screen and (min-width: 690px) {
	h1 { font-size:3.25rem !important; }
	h1.el-title, h1.ibw-category_name { font-size:1.7rem !important; }
	h2 { font-size:2rem !important; }
}

/* Tablets und größere Geräte */
@media only screen and (min-width: 890px) {
	h1 { font-size:2.75rem !important; }
	h1.el-title, h1.ibw-category_name { font-size:2.5rem !important; }
	h2 { font-size:2.1rem !important; }
}

.uk-offcanvas-bar .hikashop_small_cart_checkout_link, .uk-offcanvas-bar .uk-nav-default > li > a { color:#afcb08 !important; font-size:1rem !important; font-family:Signika !important; text-transform: uppercase; letter-spacing:2px;}

.uk-offcanvas-bar .hikashop_cart_module_enhanced span.hikashop_small_cart_total_title.fa-layers.fa-fw { color:#afcb08 !important; }

.uk-offcanvas-bar .hikashop_cart_quantity { background-color:#afcb08 !important; }

ul.switcher_tab li { border:2px solid; }
ul.switcher_tab li:hover { border:3px solid; }

/* Login/Registrierung */
.hk-container-fluid {
	padding-left:0px !important;
	padding-right:0px !important;
}
	
.btn, .hikabtn {
  padding: 0px 0px 0px 0px !important;
}