* {
	font-family: 'Quicksand', sans-serif !important;
	line-height: normal !important;
}

body {
	background-color: #e9e9e9 !important;
	font-family: 'Quicksand', sans-serif !important;
	line-height: normal !important;
}

.header {
	background-color: #393c4b;
	padding: .5rem 1rem;
}

input {
	float: left;
	outline: none;
	margin: 10px 0 !important;
}

input[type=text] {
	border-radius: 15px 0 0 15px;
	border: 0;
	height: 30px;
	width: 75%;
	padding-left: 1rem; 
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
}

input[type=text]:focus {
	background: #fff;
}

input[type=button], input[type=submit], input[type=reset] {
	border-radius: 0 15px 15px 0;
	border: none;
	width: 50px;
	height: 30px;
	background: #fdbe17;
	background-image: url('https://www.qualitytraffic.de/creatives/hofstein/ebay/media/suche.png');
	background-repeat: no-repeat;
	background-position: 13px 5px;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #ffe295;
	background-image: url('https://www.qualitytraffic.de/creatives/hofstein/ebay/media/suche.png');
	background-repeat: no-repeat;
	background-position: 13px 5px;
}

nav {
	background-color: #dcdde0;
	/*padding: 10px 0;*/
	border-top: 2px #feb80f solid;
	font-weight: 500;
	margin-bottom: 20px;
}

nav ul li a {
	color: #000;
	font-size: 0.8rem;
}

nav ul li a:hover {
	color: #000;
	background: #fdbe17;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #dcdde0;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #fdbe17
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

#sale {
	color: #ff3c00;
}

.content .row {
	margin-bottom: 20px;
}

/* GALERIE */

.galerie {
	overflow: hidden;
}

.viewport {
	overflow: hidden;
}

#i1, #i2, #i3, #i4, #i5, #i6, #i7, #i8, #i9, #10 {
	position: fixed;
	top: 0;
}

.slider {
	white-space: nowrap;
	font-size: 0;
	margin-bottom: 15px;
}

.slider > * {
	display: inline-block;
	width: 100%;
	height: 100%;
	max-height: 445px;
	vertical-align: top;
}

.slider img {
	border: 1px solid #393c4b;
	border-radius: 5px;
}

#i1:target ~ .slider {
    transform: translateX(-0%);
    -webkit-transform: translateX(-0%);
}

#i2:target ~ .slider {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

#i3:target ~ .slider {
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
}

#i4:target ~ .slider {
    transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
}

#i5:target ~ .slider {
    transform: translateX(-400%);
    -webkit-transform: translateX(-400%);
}

#i6:target ~ .slider {
    transform: translateX(-500%);
    -webkit-transform: translateX(-500%);
}

#i7:target ~ .slider {
    transform: translateX(-600%);
    -webkit-transform: translateX(-600%);
}

#i8:target ~ .slider {
    transform: translateX(-700%);
    -webkit-transform: translateX(-700%);
}

#i9:target ~ .slider {
    transform: translateX(-800%);
    -webkit-transform: translateX(-800%);
}

#i10:target ~ .slider {
    transform: translateX(-900%);
    -webkit-transform: translateX(-900%);
}

.viewport img {
	margin: 0 auto;
	display: block;
	max-height: 445px;
}

.thumbnails {
	text-align: center;
	padding: 10px 10px 0 10px;
}

.thumbnails li {
	display: inline-block;
	margin: 0 5px 10px 5px;
	max-width: 60px;
	max-height: 60px;
	overflow: hidden;
	border-radius: 5px;
}

.thumbnails img {
	max-width: 60px;
	max-height: 60px;
	width: auto;
	height: auto;
}

/* GALERIE ENDE */

/* LIGHTBOX */

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.cross {
	border: 0 !important;
}

/* LIGHTBOX ENDE */

.preisbox {
	background-color: #393c4b;
	border-radius: 5px;
	margin-right: .5rem;
}

.preisbox p {
	color: #fff;
	line-height: 1;
	margin: .5rem;
	font-size: .9rem;
}

.check {
	margin-right: .5rem;
}

#preis {
	color: #fdbe17;
	font-size: 2rem;
}


.button {
	background: #fdbe17;
	display: block;
	font-size: 1rem;
	height: 40px;	
	border-radius: 5px;
	vertical-align: middle;
	white-space: nowrap;
	color: #393c4b;
}

.button:hover {
	background: #ffe295;
	color: #393c4b;
}

.button img {
	background: #ffe295;
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
}

.button span {
	vertical-align: top;
	display: inline-block;
	padding: 10px;
}

.top-button {
	margin-bottom: 10px;
}

hr {
	background: #fcc125;
	height: 1px;
	width: 100%;
	border: none;
	margin: 10px 0;
}

.kategorien .row, .info .row {
	margin-bottom: 0;
}

.kategorien .row > div, .abschluss .row img {
	margin-bottom: 30px;
}

.card {
	border: 0 !important;
}

.overlay {
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
}

.title {
	margin-bottom: 0;
	font-size: 1rem;
	color: #212529;
}


.info h2 {
	font-size: 1.5rem;
	font-weight: normal;
}

.info h3 {
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	background: #fdbe17;
	padding: 0.5rem 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}

.info p {
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
}

.info div .box {
	background: #393c4b;
	padding: 0.6rem;
	margin-bottom: 30px;
	border-radius: 0 0 5px 5px;
	min-height: 314px;
}

.footer {
	margin-bottom: 30px;
}

.footer p {
	font-size: 0.6rem;
	line-height: 1;
	margin-left: 5px;
	margin-bottom: 0;
}

.footer p span {
	font-size: inherit;
	font-weight: 700;
}