@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Roboto:wght@300;400&display=swap');
/*--------------------------------------------------------------
# Theme Name:	ArtzElektronik 
  Author: Artz
  Version: 1.0
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables 
--------------------------------------------------------------*/
:root {
 --main-color-dark: rgba(39, 41, 67, 0.9); /*#272943*//*background: rgba(12, 34, 56, 0.9); /*0C2238*/
 --main-color-light: #23BECA;/*light blue #47b2e4; 31a9e1*/
 --color-light:rgba(35, 190, 202, .4);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,body {
	font-family: "Poppins", sans-serif;
	color: #000;
	max-width:100%;
	overflow-x:hidden;
}
a {
	color: var(--main-color-dark);
}
a:hover {
	color: #73c5eb;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 999;
	padding: 15px 0;
}
#header.header-inner-pages {
	background-color: var(--main-color-dark);
}
#header .logo {
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--main-color-light) !important;
}
#header .logo:hover {
	opacity: 0.5;
}
#header .logo img {
	max-height: 40px !important;
	width: auto;
}
/*--------------------------------------------------------------
# Nav-Bar
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.nav-menu ul li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 28px;
}

.navbar-toggler button{
	position:absolute;
	right:2%;
}

@media (max-width: 767.99px){
	.nav-menu ul {
	display: block;
	text-align: center;
}
}
.nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
	color: var(--main-color-light);
}
/*menu-item-has-children*/
.nav-menu .menu-item-has-children ul {
	border-radius: 8px;
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: var(--main-color-dark);
	box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.nav-menu .menu-item-has-children:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.nav-menu .sub-menu li {
	min-width: 180px;
	position: relative;
	border-bottom: 1px solid var(--main-color-light);
}
.nav-menu .menu-item-has-children ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #fff;
}
.nav-menu .menu-item-has-children ul a:hover, .nav-menu .menu-item-has-children ul .active > a, .nav-menu .menu-item-has-children ul li:hover > a {
	color: var(--main-color-light);
}
.nav-menu .menu-item-has-children > a:after {
	content: "\23F7";
	padding-left: 5px;
}
.nav-menu .menu-item-has-children .menu-item-has-children ul {
	top: 0;
	left: calc(100% - 30px);
}
.nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.nav-menu .menu-item-has-children .menu-item-has-children > a {
	padding-right: 35px;
}
.nav-menu .menu-item-has-children .menu-item-has-children > a:after {
	content: "\23F6";
	position: absolute;
	right: 15px;
}

/* Contact Button .contact-btn*/
.nav-menu .menu li.menu-item:last-of-type {
	margin-left: 25px;
	border-radius: 50px;
	padding: 7px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
	border: 2px solid var(--main-color-light);
	font-weight: 600;
}
.nav-menu .menu li.menu-item:last-of-type:hover {
	color: var(--main-color-dark)!important;
	background: var(--main-color-light);
	box-shadow: 0 0 20px var(--main-color-light);
}
.nav-menu .menu li.menu-item:last-of-type a {
	color: #fff !important;
}

.nav-menu .sub-menu li.menu-item:last-of-type {
	margin-left: 0;
	border-radius: 0;
	transition: 0.3s;
	font-size: 14px;
	border: none;
	padding: 0 0 0 28px;
}
.nav-menu .sub-menu li.menu-item:last-of-type:hover {
	box-shadow: none;
	background: transparent;
}
.nav-menu .sub-menu li.menu-item:last-of-type a:hover {
	color: var(--main-color-light) !important;
}

@media screen and (max-width: 768px) {
	.contact-btn {
		margin: 0 48px 0 0;
		padding: 6px 20px 7px 20px;
	}
}

/*--------------------------------------------------------------
#  Sections
--------------------------------------------------------------*/
/*------------------------
# Section Padding
------------------------*/
#about .container {
	padding: 14% 0 10% 0;
}
#contact .container, #imprint .container, #dsgvo .container, #layers .container {
	padding: 10% 0;
}
.product-details {
	padding: 10% 0 0 0;
}
#product .container {
	padding: 0 0 10% 0;
}
#specification-intro .container {
	padding: 10% 0 0 0;
}
#multi-intro .container {
	padding: 10% 0 0 0;
}
#multi-table {
	padding-bottom: 10%;
}
/*--------------------------------------------------------------
#  Buttons
--------------------------------------------------------------*/
/*contact btn*/
.contact-btn {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid var(--main-color-light);
	color: #fff;
}
.contact-btn:hover {
	background: var(--main-color-light);
	border: 2px solid var(--main-color-light);
	box-shadow: 0 0 20px var(--main-color-light);
	color: var(--main-color-dark);
}
/*  Dark */
.my-btn {
	color: var(--main-color-dark);
	border-radius: 50px;
	padding: 6px 25px 7px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	border: 2px solid var(--main-color-dark);
	font-weight: 600;
}
.my-btn:hover {
	background: var(--main-color-dark);
	color: #fff;
	box-shadow: 0 0 20px var(--main-color-dark);
	border: 2px solid var(--main-color-dark);
}
/*  light */
.my-btn2 {
	color: var(--main-color-light);
	border-radius: 50px;
	padding: 6px 25px 7px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	border: 2px solid var(--main-color-light);
	font-weight: 600;
}
.my-btn2:hover {
	background: var(--main-color-light);
	color: #fff;
	box-shadow: 0 0 20px var(--main-color-light);
	border: 2px solid var(--main-color-light);
}
/*--------------------------------------------------------------
#  Sections
--------------------------------------------------------------*/
/*list*/
.info-list li {
	list-style: none;
	list-style-position: outside;
	text-indent: -1em;
}
.info-list li i {
	color: var(--main-color-light);
	padding-right: .8em;
}
.section-title h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1px;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: 2px;
	color: var(--main-color-dark);
	opacity: 0.5;
}
.section-title h2::after {
	display: inline-block;
	background: var(--main-color-light);
	content: "";
	width: 120px;
	height: 1px;
	margin: 4px 10px;
}
/*--------------------------------------------------------------
# Hero Section   background: #37517e;
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 140vh;
	background: linear-gradient(rgba(55, 81, 126, 0.3), rgba(55, 81, 126, .5)), url(assets/media/back.svg);
	background-size: cover;
	background-position: center;
	margin-bottom: -150px;
}
#hero-img .cls-1, #hero-img .cls-2 {
	fill: #fff;
	stroke-dasharray: 600;
	stroke: var(--main-color-light);
	opacity: 0;
	animation: line 3s cubic-bezier(0.5, 0.23, 1, .1);
	-moz-animation: line 3s cubic-bezier(0.5, 0.23, 1, .1);
	-webkit-animation: line 3s cubic-bezier(0.5, 0.23, 1, .1);
	-o-animation: line 3s cubic-bezier(0.5, 0.23, 1, .1);
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
 @keyframes line {
 0% {
 opacity: 0;
 fill:none;
 stroke-dashoffset: 500;
}
 25% {
 opacity: 10;
 fill:none;
 stroke-dashoffset: 500;
}
 59% {
 fill:rgba(255,255,255,0);
}
 100% {
 opacity: 10;
 fill:#fff;
 stroke:none;
 stroke-dashoffset: 0;
}
}
@-webkit-keyframes line {
 0% {
 opacity: 0;
 fill:none;
 stroke-dashoffset: 500;
}
 25% {
 opacity: 10;
 fill:none;
 stroke-dashoffset: 500;
}
 59% {
 fill:rgba(255,255,255,0);
}
 100% {
 opacity: 10;
 fill:#fff;
 stroke:none;
 stroke-dashoffset: 0;
}
}
#hero-img {
	max-height: 400px;
	position: absolute;
	vertical-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-height: 500px){
	#hero-img {
	max-height: 200px;
   }
}

#hero .shorty {
	position: absolute;
	display: block;
	color: #fff;
	bottom: 15%;
	-moz-animation: appeareNow 5s ease-in forwards;
	-webkit-animation: appeareNow 5s ease-in forwards;
	-o-animation: appeareNow 5s ease-in forwards;
	animation: appeareNow 5s ease-in forwards;
}
#hero .btn-hero {
	position: absolute;
	bottom: 5%;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	-moz-animation: appeareNow 5s ease-in forwards;
	-webkit-animation: appeareNow 5s ease-in forwards;
	-o-animation: appeareNow 5s ease-in forwards;
	animation: appeareNow 5s ease-in forwards;
}
#hero .btn-hero:hover {
	background: var(--main-color-light);
	border: 2px solid var(--main-color-light);
	box-shadow: 0 0 20px var(--main-color-light);
}
 @keyframes appeareNow {
	 0% {
	opacity: 0;
	}
	 90% {
	opacity: 0.5;
	}
	 100% {
	opacity: 1;
	}
}
@-webkit-keyframes appeareNow {
	 0% {
	opacity: 0;
	}
	 90% {
	opacity: 0.5;
	}
	 100% {
	opacity: 1;
	}
}
/*--------------------------------------------------------------
# Product Section
--------------------------------------------------------------*/
#product .content {
	padding: 30px;
	background: #fff;
	border-radius: 25px;
	bottom: 0;
	margin-top: 200px;
}
#product .content h1 {
	margin-bottom: 30px;
}
#product .content p {
	text-align: justify;
	text-align-last: left;
	margin-bottom: 30px;
}
#product .p-boxes .product-box h4 {
	font-size: 30px;
	padding: 0 0 5% 0;
}
#product .p-boxes .product-box i {
	font-size: 30px;
	margin-bottom: 10px;
}
#pro1 h4, #pro1 i {
	color: var(--main-color-dark);
}
#pro2 h4, #pro2 i {
	color: var(--main-color-light);
}
#product .p-boxes .product-box p {
	font-size: 15px;
	color: var(--main-color-dark);
	text-align: justify;
	text-align-last: center;
}
#product .p-boxes .product-box {
	background: linear-gradient(rgba(255, 255, 255, 1)35%, rgba(255, 255, 255, .9)45%), url(assets/media/product.svg);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	width: 100%;
	text-align: center;
	border-radius: 25px;
	padding: 40px 30px;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: var(--main-color-dark);
	padding: 5% 0;
}
.cta h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.cta p {
	color: #fff;
}

@media (min-width: 769px) {
.cta .cta-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about {
	background: linear-gradient(rgba(55, 81, 126, 0.3), rgba(55, 81, 126, .5)), url(assets/media/about.svg);
	background-repeat: no-repeat;
	background-position: top;
}
#about div p {
	text-align: justify;
	text-align-last: left;
}

@media screen and (max-width: 576px) {
	#about {
		padding-left: 3%;
	}
}



/*--------------------------------------------------------------
#  Product | Intro
--------------------------------------------------------------*/
#p-banner{
	background: linear-gradient(-118deg,#272943 40%, rgba(255,255,255, 0.5) 60%), url(assets/media/back.svg);
	background-size: cover;
	background-position: center;
	
}#p-banner p{
	color:#fff;
	text-align: justify;
	text-align-last: center;
}

#p-banner .container{
	padding:10% 0 3% 0;
}

#p-banner h1{
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
	color: var(--main-color-dark);
	opacity: 0.7;
}

#p-banner svg{
	display:block;
}

/*--------------------------------------------------------------
# Product Details | Batch
--------------------------------------------------------------*/
.product-details .product-details-container {
	position: relative;
}
.product-details .product-details-container img {
	min-width: 320px;
	height: auto;
}
.product-details .p-border img {
	padding: 5% 0;
}
.product-details .product-details-div {
	position: relative;
	z-index: 1;
}
.product-details .product-info .product-info-list .p-emphasis {
	font-weight: 500;
	color: var(--main-color-light);
}
.product-details .product-info {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: -70px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	z-index: 2;
	border-radius: 2%;
}
.product-details .product-info h3 {
	font-size: 18px;
	color: var(--main-color-dark);
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--main-color-light);
}
.product-details .product-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.product-details .product-info ul li + li {
	margin-top: 10px;
}
.product-details .product-description {
	padding-top: 50px;
}
.product-details .product-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.product-details .product-description p {
	padding: 0;
	text-align: justify;
	text-align-last: left;
}
/*Price options*/
.product-price .container{
	padding: 10% 0 ;
}
.product-price {
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(55, 81, 126, 0.8)), url(assets/media/back.svg);
	background-size: cover;
	background-position: center;
}
.price-box {
	padding: 3% 1% 5% 1%;
	background: var(--main-color-dark);
	border-radius: 5px;
}
.price-option {
	margin: 0 0 10% 0;
}
.pricing {
	margin: 0% 1%;
	border: 2px solid var(--main-color-light);
	background: var(--color-light);
	height: 100%;
}
.entry-title {
	background: var(--main-color-dark);
	height: 120px;
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.entry-title > h3 {
	background: var(--main-color-dark);
	font-size: 20px;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 3% 0;
}
.entry-title > h5 {
	background: var(--main-color-light);
	color: var(--main-color-dark);
	font-size: 20px;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 3% 0;
}
.entry-title > h5 ~ div.price {
	position: absolute;
	color: var(--main-color-light);
	background: #272943;
	bottom: -25px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	border-radius: 50px;
	border: 2px solid var(--main-color-light);
	line-height: 80px;
	font-size: 20px;
	font-weight: 600;
}
.entry-title .price {
	position: absolute;
	bottom: -25px;
	background: var(--main-color-light);
	height: 80px;
	width: 80px;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	border-radius: 50px;
	border: 2px solid #fff;
	line-height: 80px;
	font-size: 20px;
	font-weight: 600;
}
.entry-content {
	color: #fff;
}
.entry-content ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.entry-content li {
	border-bottom: 1px solid var(--main-color-dark);
	padding: 10px 0;
}
.entry-content li:last-child {
	border: none;
}
.individual {
	border: 3px solid var(--main-color-dark);
	height: 100%;
}
.entry-content-ind {
	text-align: justify;
	text-align-last: center;
	color: #fff;
}
.entry-content-ind p {
	font-size: 14px;
	text-align: justify;
	text-align-last: center;
	color: #fff;
	padding: 0 10%;
}
.entry-content p {
	font-size: 12px;
	text-align: justify;
	text-align-last: center;
	margin: 0;
	padding: 4% 10%;
}
#entry-price-det {
	text-align: left !important;
	font-size: 12px;
	padding: 5% 5%;
}
#entry-price-det .parcel i {
	font-size: 30px;
	border: 2px solid var(--main-color-light);
	padding: 5% 0;
	border-radius: 50%;
	color: #fff !important;
}
#entry-price-det .parcel i:hover {
	background: var(--main-color-light);
	border: 2px solid #fff;
}
/* Scroll Bar*/
.myScroll {
	height: 310px;
	overflow-y: auto;
	width: 500px;
}
.sc::-webkit-scrollbar {
 width: 6px;
 height: 5px;
}
.sc::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: var(--main-color-dark);
}
.sc::-webkit-scrollbar-thumb {
 background-image: linear-gradient(#c723b7, #23BECA);
 border-radius: 10px;
-webkit-box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;	
box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
}

@media (max-width: 768px) {
	.product-details .product-info {
		position: static;
		margin-top: 30px;
	}
}
/*--------------------------------------------------------------
#  Product | Serie
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#  Specification
--------------------------------------------------------------*/
#specification {
	background: linear-gradient(rgba(255, 255, 255, 0)25%, rgba(55, 81, 126, .5));
}
#specification-intro img {
	max-width: 320px;
}
#specification-intro p, #multi-intro p {
	text-align: justify;
	text-align-last: left;
}
#spec-table {
	padding: 5% 0 10% 0;
}
#spec-table .table tbody td, #spec-table .table tbody th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1.5px solid var(--main-color-dark);
}
#spec-table .table .thead-dark th {
	color: #fff;
	background-color: var(--main-color-dark);
	border-color: transparent;
}
#spec-table .table .thead-dark th:first-of-type {
	border-top-left-radius: 5px;
}
#spec-table .table .thead-dark th:last-of-type {
	border-top-right-radius: 5px;
}

#spec-link{
	color: var(--main-color-light);
}

#spec-link:hover{
	color: var(--main-color-dark);
}

#multi-table p {
	padding: 5% 0 1% 0;
	font-size: 18px;
	color: var(--main-color-dark);
}
#multi-table .table td, #multi-table .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid var(--main-color-light);
}
/*--------------------------------------------------------------
# Contact Section   
--------------------------------------------------------------*/
#contact {
	background: linear-gradient(118deg, #fff 35%, transparent 60%), url(assets/media/back.svg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
#contact .row {
	padding: 5% 0;
}
.card {
	box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
	background: #fff;
}
.card-body {
	padding: 0;
	margin: 0;
}
.img-area {
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
.contact-card:hover .side-two {
	transform: rotateY(0deg);
}
.contact-card:hover .side-one {
	transform: rotateY(180deg);
}
.inner-area {
	transform: perspective(1000px);
	transition: 1s;
	transform-style: preserve-3d;
}
.side-one {
	position: relative;
	transform: rotateY(0deg);
	z-index: 2;
	margin-bottom: 30px;
}
.side-two {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(-180deg);
}
.side-one, .side-two {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	transition: 1s;
	transform-style: preserve-3d;
}
.side-one .card, .side-two .card {
	width: 320px;
	height: 320px;
}
.img-area img {
	width: 100%;
	height: auto;
}
.card-body .title-card {
	transform-origin: 0 0;
	transform: rotate(-90deg);
	font: bold 35px Sans-Serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: absolute;
	bottom: -45px;
	left: 0;
	color: var(--main-color-dark);
}
.card-body .title-card::after {
	display: inline-block;
	background: var(--main-color-light);
	content: "";
	width: 120px;
	height: 1px;
}
.card-body p {
	text-align: justify;
	color: #000;
	left: 0;
}
#clock {
	width: 150px;
	height: auto;
}
.hours {
	font-size: 16px;
	margin: 0;
}


 @media screen and (max-width: 576px) {
	 #contact h1 {
		 margin-top:15%;
		 font-size: 2rem;
	 }
	 #contact p {
		 text-align: justify;
		 text-align-last: left;
	 }
}


 @media screen and (max-width: 767.99px) {
	  #hour{
		 color:#fff;
		 padding-bottom:2%;
	 }
	.hours {		
		margin: 5%;
	 }
}

 @media screen and (max-width: 991px) {
	 #contact {
	background: linear-gradient(180deg, #fff 30%, transparent 60%), url(assets/media/back.svg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	 }
}






/*--------------------------------------------------------------
#  Sections
--------------------------------------------------------------*/
/*list*/
#dsgvo ol {
	text-align: left;
	font-size: 25px;
}
#dsgvo h2 {
	font-size: 25px;
}
#dsgvo ol p {
	font-size: 16px;
}
ol {
	counter-reset: item;
}
ol.number li {
	display: inline-block;
	padding-left: 5%;
	margin-top: 20px;
}
ol.number h2 {
	display: inline-block;
}
ol.number li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	padding-right: 10px;
}
ol.alpha {
	counter-reset: list;
	font-size: 16px;
}
ol.alpha li {
	font-size: 16px;
}
ol.alpha li span {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
ol.alpha li p {
	padding-left: 40px;
}
ol.alpha > li {
	list-style: none;
	position: relative;
	padding-left: 5%;
}
ol.alpha > li:before {
	content: "(" counter(list, lower-alpha) ") ";
	counter-increment: list;
}
ul.sign {
	counter-reset: list;
	font-size: 16px;
	margin-left: 40px;
}
ul.sign li {
	font-size: 16px;
	display: block;
	padding: 0 0;
}
ol.sign li span {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
ol.sign li p {
	padding-left: 40px;
}
ol.sign > li {
	list-style: none;
	position: relative;
}
ul.sign > li:before {
	content: counter(list, square );
	counter-increment: list;
	margin-left: -1em;
}
/*--------------------------------------------------------------
#  404 Error Page 
--------------------------------------------------------------*/
#notfound404 {
	width: 100%;
	background: linear-gradient(80deg, #fff 40%, transparent 70%), url(assets/media/back.svg);
	background-size: cover;
	background-position: center;
}
#notfound404 .container {
	padding: 10% 0;
}
#notfound404 .page-title {
	padding: 3% 0;
	color: var(--main-color-dark);
}
#notfound404 #searchform #s {
	border-radius: 50px;
	padding: 7px 25px;
	background: rgba(255,255,255,.6);
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
	border: 2px solid var(--main-color-light);
	color: var(--main-color-dark);
}
#notfound404 label.screen-reader-text {
	visibility: hidden;
	position: relative;
}
#notfound404 label.screen-reader-text:after {
	font-family: "FontAwesome";
	content: '\f002';
	font-size: 25px;
	color: var(--main-color-dark);
	visibility: visible;
	position: absolute;
	right: 20px;
	padding: 0;
	margin: 0;
}
#notfound404 input[type=submit] {
	color: transparent;
	border-radius: 50px;
	padding: 7px 25px;
	margin-left: -8%;
	background: #272943;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
	border: 2px solid var(--main-color-light);
	color: #fff;
}

@media screen and (max-width: 576px) {
#notfound404 {
	min-height: 40vh;
	background: linear-gradient(-180deg, #fff 40%, transparent 70%), url(assets/media/back.svg);
	background-size: cover;
	background-position: center;
	text-align: center;
}
#notfound404 .container {
	padding: 20% 3%;
	text-align: center;
}
}

@media screen and (max-width: 518.99px) {
#notfound404 #searchform #s {
	padding: 7px 10px;
}
#notfound404 input[type=submit] {
	margin-top: 5%;
	padding: 7px 25px;
	margin-left: 0;
}
#notfound404 label.screen-reader-text {
	margin: 0 40% 5% 40%;
}
#notfound404 label.screen-reader-text:after {
	color: var(--main-color-light);
}
}

@media screen and (min-width: 768px)and (max-width: 988.98px) {
#notfound404 input[type=submit] {
	margin-top: 5%;
	padding: 7px 25px;
	margin-left: 0;
}
#notfound404 label.screen-reader-text {
	margin: 0 40% 5% 40%;
}
#notfound404 label.screen-reader-text:after {
	color: var(--main-color-light);
}
}

@media screen and (min-width: 989px)and (max-width: 1199.98px) {
#notfound404 input[type=submit] {
	padding: 7px 25px;
	margin-left: -20%;
}
}
/*--------------------------------------------------------------
# Search Result   
--------------------------------------------------------------*/
#search-result {
	width: 100%;
	background: url(assets/media/search.svg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
#search-result .container {
	padding: 10% 0;
}
#search-result .page-title {
	padding: 5% 2%;
	color: var(--main-color-dark);
}
/*--------------------------------------------------------------
# Imprint   
--------------------------------------------------------------*/
#imprint svg {
	width: 300px;
	height: auto;
}
/*--------------------------------------------------------------
# Maps 

iframe{
	border:0;
	width: 100%;
	height: 350px;
	display:block; 
}
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	font-size: 14px;
	background-color: var(--main-color-light);
	color: #fff;
}
#footer .main-footer {
	padding: 60px 0 10px 0;
	background-color: #272943;
	color: #fff;
}
#footer .main-footer .footer-contact {
	margin-bottom: 30px;
}
#footer .main-footer .footer-contact h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--main-color-light);
}
#footer .main-footer .footer-contact p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	color: #fff;
}
#footer .main-footer a {
	color: #fff !important;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
#footer .main-footer a:hover {
	color: var(--main-color-light) !important;
}
#footer .main-footer .footer-contact p:first-of-type > span {
	font-weight: 700;
	font-size: 13px;
}
#phone-footer {
	list-style: none;
	margin-left: 0;
	padding: 10px 0;
	font-size: 13px;
}
#phone-footer .f-strong {
	font-weight: bold;
}
#footer .main-footer h4 {
	font-size: 16px;
	font-weight: bold;
	color: var(--main-color-light);
	position: relative;
	padding-bottom: 12px;
}
#footer .main-footer .footer-links {
	margin-bottom: 30px;
}
#footer .main-footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .main-footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .main-footer .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .sub-footer {
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--main-color-dark);
	font-size: 12px;
}
.sub-footer .footer-legal ul {
	text-align: right;
	margin-bottom: 0px;
	list-style-type: none;
	padding: 0;
}
.sub-footer .footer-legal li {
	display: inline-block;
	color: var(--main-color-dark);
}
.sub-footer .footer-legal li a {
	color: var(--main-color-dark);
}
.sub-footer .footer-legal li a:hover {
	color: #fff !important;
}
.sub-footer .footer-legal li:after {
	content: '|';
	padding: 0 10px;
	color: #fff;
}
.sub-footer .footer-legal li:last-child:after {
	content: '';
}
#footer .copyright {
	float: left;
}

@media screen and (max-width: 768px) {
#footer .sub-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#footer h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#footer .sub-footer ul {
	text-align: center;
}
}

/*--------------------------------------------------------------
# Modal - Shipping Price
--------------------------------------------------------------*/
.modal-header {
	background: var(--main-color-dark);
	color: var(--main-color-light);
  padding: 15px;
  border-bottom: 1px solid var(--main-color-light);

}
.modal-footer {
	background: var(--main-color-dark);
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
#modalTable .modal-footer p {
	font-size: 12px;
	opacity: .6;
	position: sticky;
}
#modalTable p {
	color: #fff;
}
.modal-content {
	background-color: var(--main-color-dark);
	height: auto !important;
	max-height: calc(100vh - 100px) !important;	
}.modal-body {
	overflow-y: scroll !important;		
	overflow-x: hidden;
}
.close-btn {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 3px 20px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 5px;
	border: 2px solid var(--main-color-light);
	color: #fff;
}
.close-btn:hover {
	background: var(--main-color-light);
	border: 2px solid var(--main-color-light);
	box-shadow: 0 0 20px var(--main-color-light);
	color: var(--main-color-dark);
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}
.close:hover {
	color: var(--main-color-light);
}

/*Table Tablepress Plugin*/
#tablepress-1,#tablepress-2 {
	border-collapse: collapse;
    width: 100%;
	color:#fff!important;
	background: var(--main-color-dark)!important;
}

#tablepress-1 td,
#tablepress-1 th,
#tablepress-2 td,
#tablepress-2 th{
	padding:8px;	
	border: 1px solid var(--color-light);
	text-align:center;
	background: var(--main-color-dark);
}
#tablepress-1 td span {
	font-size: 12px;
	font-weight: normal;
}

#tablepress-1 th, #tablepress-1 tr.row-2,
#tablepress-2 th, #tablepress-2 tr.row-2
{
		border-bottom: 2px solid var(--main-color-light);

}
#tablepress-1 tr:not(.row-2):hover, 
#tablepress-2 tr:not(.row-2):hover
{
	background: var(--color-light);
}

#tablepress-1 .even td, #tablepress-1 .odd td,
#tablepress-2 .even td, #tablepress-2 .odd td
{
	background-color: transparent;
}


/*--------------------------------------------------------------
# Icon-Bar - Switch language
--------------------------------------------------------------*/
.icon-bar {
	position: fixed;
	top: 30%;
	left: 0;
	margin-left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.6;
}
.icon-bar:hover, .icon-bar:focus {
	opacity: 1;
}
.icon-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.icon-bar li {
	background: var(--main-color-dark);
	color: #fff;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 60px;
	font-size: 20px;
	line-height: 50px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.icon-bar a {
	color: #fff;
	text-decoration: none;
}
.icon-bar li.current-lang {
	background: var(--main-color-light)!important;
}
.icon-bar li:hover {
	background-color: var(--main-color-light);
}
.icon-bar li:hover a {
	color: var(--main-color-dark);
}
.icon-bar li:first-of-type {
	border-top-right-radius: 5px;
}
.icon-bar li:last-of-type {
	border-bottom-right-radius: 5px;
}
