@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: 'komet_promedium', Helvetica, Arial, sans-serif;
	line-height: 1.25;
	color: #333;
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
only screen and (min-width : 880px) {
	.desktop-off, 
	.tablet-on,
	.phone-on {
		display: none;
	}
	.desktop-on, 
	.tablet-off, 
	.phone-off {
		display: block;
	}
}
/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 879.9px) {
	.tablet-off,
	.desktop-on, 
	.phone-on {
		display: none;
	}
	.tablet-on,
	.desktop-off, 
	.phone-off {
		display: block;
	}
}
/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.phone-off,
	.desktop-on, 
	.tablet-on
	 {
		display: none;
	}
	.phone-on, 
	.desktop-off, 
	.tablet-off {
		display: block;
	}
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1,
.intro h2 {
	font-size: 3rem; /* 40px 40/16 = 2.5 */
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 30px;
}

h1 span {
	font-size: 1.20rem;	
	font-family: 'komet_promedium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

h2, 
.ui-accordion h2.ui-accordion-header  {
	font-size: 2rem; 
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 25px;
	margin-top: 0px;
}

.index-site #bestellen h3 {
	font-size: 1.20rem !important;
	margin-bottom: 10px !important;
}

.ui-accordion h2.ui-accordion-header:last-of-type {
	margin-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header {
	padding: 0;
}

.ui-state-default {
	background: none;
	border: 0px;
	
}

.accordion .ui-icon {
	background-image: url(../img/layout/icon-accordion-list.svg);
	background-position: 0 0;
	padding-right: 10px;
}

.accordion .ui-state-active .ui-icon {
	background-image: url(../img/layout/icon-accordion-list-on.svg);
}

h3 {
	color: #333;
	font-weight: normal;
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.produkt .bildcontainer a {
	position: relative;
}

.produkt .bildcontainer .info {
	position: absolute;
    left: 0px;
    bottom: 15px;
}

img.icon {
	width: 15px;
}

_:-ms-lang(x),
img.icon {
	width: 20px;
    height: 20px;
}

.produkt .bildcontainer .info img.icon {
	width: 20px;
	display: inline;
	background: #bb9f5d;
    padding: 5px;
	transform: none;
	float: left;
	margin-right: 1px;
}

.produkt .bildcontainer .info img.icon:last-of-type {
	margin-right: 0px;
}

.produkt .bildcontainer .info img.icon.new {
	background-color: #a13a3e;
}

.produktcontent {
	padding-bottom: 10px;
}

.box h2,
h2.small {
	font-size: 1.20rem; /* 20px 20/16 = 1.25 */
	color: #898989;
	margin-bottom: 10px;
	margin-top: 30px;
}

h2.small {
	text-transform: uppercase;
	color: #333;
}

h4 {
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 1.05rem;
   	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

h2:first-child, 
h3:first-child {
	margin-top: 0;	
} 

h1, h2 {
	display: grid;		
}

h1 span {
	padding-top: 10px;
}

.header-full h2 span {
	padding-top: 20px;
}

.center {
	text-align: center;
}

p {
	font-size: 1rem; /* 12px 12/16 = 0.75 */
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

p:last-child {
	padding-bottom: 0px;
}

p.lead,
p.lead a {
	font-size: 1.125rem;
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
	display: inline;
}

p.lead a:hover {
	color: #bb9f5d; 
	text-decoration: underline;
}

p~h2 {
	margin-top: 45px;
}

h2~p {
	margin-top: 0;
}



p.lead+p {
	margin-top: 15px;
}

p.date {
	font-size: 0.8rem;
}

p.call {
	text-transform: uppercase;
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
}

p.call span,
p.call span a {
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
}

strong {
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
}

address {
	font-style: normal;
	margin-bottom: 15px;
}

hr.titelline {
    display: inline-block;
    width: 50px;
    clear: both;
    border-top: 2px solid #000;
	margin-top: 0px;
    margin-bottom: 30px;
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	h1 {
		font-size: 2rem; /* 30px 32/16 = 2 */
	}
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
} 

li {
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 15px;
	list-style-type: disc;
	font-size: 1rem; /* 12px 12/16 = 0.75 */
}

ol li {
	list-style-type: decimal;
}

/*Links*/
a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a[href^="mailto:"],
a[href^="tel"] {
	color: #333;
}

/* Buttons */
.btn a {
	display: block;
	padding: 15px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	
}

.btn a:hover {
	background: #bb9f5d;
}

.btn.inline a {
	display: inline-block;
}

.btn.inline.right {
	text-align: right;
}


/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1rem */
	height: 100%;
}

body, img, p, tr, td {
	color: #333;
}

.content-block-center {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.content {

}

section#intro.content,
.bestellung-site.gesendet-site section.content:first-child,
.agb-site section.content:first-child,
.impressum-datenschutz-site section.content:first-child,
.nicht-gefunden-site section.content:first-child{
	padding-top: 0;
}

section.content {
	padding-top: 10vh;
	padding-bottom: 0vh;
}

section.grey {
	background: #ccc !important;
}

section.grey p {
	color:#000;
}

section.grey input {
	background: #bb9f5d;
	color: #fff;
}

section#intro .flex a[href^="tel"] {
	display: contents !important;
}

header {
	height: 66.66vh;
	overflow: hidden;
	margin-bottom: 10vh;
}

header .image-full {
	background-size: cover;
	background-position: center center;
	height: 66.66vh;
}

.header-full {
	display: flex;
	justify-content: center;
	height: calc(100% - 20vh);
	padding-top: 10vh;
	padding-bottom: 10vh;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.header-full #logo img {
	text-align: center;
}

.header-full #logo a {
	display: block;
}

.header-full #logo > a img {
	height: 10vh;
	width: auto;
}

.header-full img.full {
	min-width: 100%;
	min-height: 66.66vh;	
}

.intro {
    text-align: center;
    text-transform: uppercase;
}

.intro h2,
.intro span {
	color: #fff;
}

.intro h2 {
	font-size: 4.5vh;
}

.intro span {
	font-size: 2vh;
}

@media 
only screen and (min-width : 600px) and (max-width : 1390px) {
	.content-block-center {
		margin-left: 45px;
		margin-right: 45px;
		width: auto;
	}
	#logo img {
		width: 35VW;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	body {
		font-size: 90%; 
	}
	.content-block-center {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	#logo img {
		width: 45VW;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

footer {
	position: relative;
	background: #000;
	padding-top: 40px;
}

footer .grid-1.last-grid {
	text-align: right;
}

footer p,
footer p strong {
	color: #fff;
}

footer a[href^="mailto:"],
footer a[href^="tel"] {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer .footer-nav a {
	font-size: 0.9rem;
}

footer a:hover {
	color: #bb9f5d;
}

.skipp {
	position: absolute;
	right: 20px;
	top: 20px;
}

.skipp img {
	display: block;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape/FireFox */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* aktuelle Browser */
	opacity: 0.7;
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.skipp {
		display: none;
	}
}

/*********
Tools & spezifische Content-Styles
*********/
.flex {
	display: flex;
	flex-wrap: wrap;
}

.box {
	background: #bb9f5d;
	padding: 30px;
}

section#intro .flex a[href^="tel"] {
	text-decoration: none;
}

.box.grey {
	background: #777777;
}

.box.grey h2,
.box.grey p {
	color: #fff;
}

.box.formular a {
	color: #fff;
}

.box.formular label {
	color: #fff;
	font-size: 1.1rem;
}

.box.formular input,
.box.formular select,
.box.formular textarea {
	background: #fff !important;
}

.box.formular input[type="submit"] {
	background: #000 !important;
	cursor: pointer;
	text-transform: uppercase;
	padding: 15px;
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
}

.box.formular input[type="submit"]:hover {
	background: #777777 !important;
}

select option[disabled] {
	color: lightgrey;
}

.box h2,
.box p {
	color: #fff;
}

.box h2 {
	text-transform: uppercase;
	
}

ul.list.produkt {
	display: flex;
	flex-wrap: wrap;
}

.produkt li {
	position: relative;
}

ul.list.produkt li {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.produkt h3 {
	 color: #333;
	text-transform: uppercase;
	font-size: 1rem !important;
	margin-bottom: 10px;
}

.produkt .bildcontainer a {
	overflow: hidden;
	margin-bottom: 10px;
}

.produkt .bildcontainer img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
}

.produkt .bildcontainer img:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 0%;
	margin-bottom: 3.5%;
}

.list li a {
	text-decoration: none;
	display: block;
}

.list.fuenf-spalten li {
	width: 17.2%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.vier-spalten li {
	width: 22.375%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.drei-spalten li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.zwei-spalten li, 
.list.zwei-spalten.news.front li {
	width: 48.25%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.fuenf-spalten li:nth-child(5n),
.list.vier-spalten li:nth-child(4n),
.list.drei-spalten li:nth-child(3n), 
.list.zwei-spalten li:nth-child(2n), 
.list.zwei-spalten.news.front li:nth-child(2n) {
	margin-right: 0;
}

@media 
only screen and (min-width : 600px) and (max-width : 879.9px) {
	.list.fuenf-spalten li {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 7%;
	}
	.list.fuenf-spalten li:nth-child(3n) {
		margin-right: 0%;
	}
	.list.fuenf-spalten li:nth-child(5n) {
		margin-right: 3.5%;
	}
	.list.fuenf-spalten li:nth-child(15n) {
   		margin-right: 0%;
	}
	.produkt h3 {
	 margin-bottom: 10px;
	}
	.produkt .bildcontainer a {
    	margin-bottom: 10px;
	}
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n) {
		width: 48.25%;
		margin-right: 3.5%;
	}
	.list.vier-spalten li:nth-child(2n), 
	.list.drei-spalten li:nth-child(2n) {
		margin-right: 0;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.list.fuenf-spalten li {
		width: 47.25%;
		margin-right: 5%;
		margin-bottom: 7%;
	}
	.list.fuenf-spalten li:nth-child(2n){
		margin-right: 0px;
	}
	
	.list.fuenf-spalten li:nth-child(5n){
		margin-right: 5%;
	}
	.list.fuenf-spalten li:nth-child(10n) {
   		margin-right: 0%;
	}
	.produkt h3 {
	 margin-bottom: 5px;
	}
	.produkt .bildcontainer a {
    	margin-bottom: 5px;
	}
	.list.zwei-spalten li, 
	.list.zwei-spalten.news.front li, 
	.list.zwei-spalten li:nth-child(2n), 
	.list.zwei-spalten.news.front li:nth-child(2n),
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n), 
	.list.drei-spalten li:nth-child(2n), 
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.vier-spalten li:nth-child(2n) {
		width: 100%;
		margin-right: 0%;
		float: none;
		display: block
	}
}

@media 
only screen and (min-width : 0px) and (max-width : 199.9px) {
	.list.fuenf-spalten li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 7%;
	}
}

/*********
Accordion und Tab/Register
*********/
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl,
.ui-corner-bottom {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-active:focus {
	border:none;
	background:none;
	font-weight:normal;
	color:#fff;
	outline: none;
}

.ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    border: none;
	border-bottom: 0px solid #ddd;
}

.accordion {
	margin-bottom: 0px;
}

.accordion h3 {
	outline: none;
}

.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion .ui-button .ui-state-highlight.ui-icon, 
.accordion .ui-state-error .ui-icon, 
.accordion .ui-state-error-text .ui-icon, 
.accordion .ui-button .ui-icon, 
.accordion .ui-icon, 
.accordion .ui-widget-header .ui-icon, 
.accordion .ui-state-hover .ui-icon, 
.accordion .ui-state-focus .ui-icon, 
.accordion .ui-button:hover .ui-icon, 
.accordion .ui-button:focus .ui-icon, 
.accordion .ui-state-highlight .ui-icon, 
.accordion.service .ui-button .ui-state-highlight.ui-icon, 
.accordion.service .ui-state-error .ui-icon, 
.accordion.service .ui-state-error-text .ui-icon, 
.accordion.service .ui-button .ui-icon {
	outline: none;
}

.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon, 
.accordion .ui-state-active .ui-icon, 
.accordion .ui-button:active .ui-icon {
	outline: none;
}

.ui-accordion .ui-accordion-content {
	padding: 0;
	border: 0px;
}

.ui-widget-content {
	background: none !important;
}

/*********
Footer Nav
*********/
.footer-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}

.footer-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.footer-nav ul li:last-child {
	padding-right: 0px;
}

.footer-nav li a {
	color: #fff;
	font-size: 1rem;
	text-decoration: underline;
}

.footer-nav li a.active, 
.footer-nav li a:hover {
	color: #bb9f5d;
}

@media only screen and (max-width: 1390px) and (min-width: 220px) {
	footer.flex {
		display: grid;
	}	
}

@media 
only screen and (min-width : 600px) and (max-width : 879.9px) {
	footer.flex .grid-1:first-of-type {
		width: 48%;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 599.9px) {
	.footer-nav ul {
		float: left;
	}
}

/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

tr, td, th {
	border: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

th {
	padding: 8px;
	border-bottom: 1px solid #000;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
	background-color: #333;
}

td {
	margin: 0;
	padding: 8px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	border-bottom: 5px solid #bb9f5d;
}

td.right {
	text-align: right;
}
td.total {
	font-weight: bold;
}

/*********
Formulare
*********/
form {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form p {
	padding-bottom: 10px;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1rem;
	text-transform: uppercase;
}

label {
	display: block;	
	margin-bottom: 5px;
}

label.inline {
	display: inline;
}

input, 
select, 
textarea {
	background-color: #A4A4A4;
	color: #333;
	border: 0;
	padding: 8px;
	width: 100%;
	margin-bottom: 8px;
}

form .list.produkt div.produktfooter input[type="number"] {
	width: 25% !important;
}

/* Autocomplete Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px);
}

textarea {
	height: 120px;
}

input:focus {
	border: none;
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	margin-right: 5px;
	border: 0;
}

input[type="checkbox"] {
	border: 0;
	background: #fff;
	padding: 0px;
}

input[type="submit"], 
button[type="submit"] {
	width: 100%;
	background: #333;
	color: #fff;
}

input[type="submit"]:hover {
}

input.pflicht, 
textarea.pflicht,
select.pflicht {
	border-right: 5px solid #000;
	width: calc(100% - 16px - 5px);
}

select {
	width: 100% !important;
}

.validationerror {
	background: none;
	color: #c81717;
	font-family: 'komet_probold', Helvetica, Arial, sans-serif;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 1px;
	width: 100%;	
}

.list.produkt div.produktfooter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

form .list.produkt div.produktfooter input {
	margin-bottom: 0;
	width: auto;
}

form .list.produkt div.produktfooter p {
	padding-bottom: 0;
	margin-bottom: 0;
}

form div.flex {
	    display: flex;
    justify-content: space-between;
}

form p.small {
	width: 25%; margin-right: 15px; float:left;
}

form p.bright {
	width: calc(75% - 15px); margin-right: 0px; float:left;
}

@media 
only screen and (min-width : 220px) and (max-width : 879.9px) {
	input, 
	textarea,
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover, 
	.validationerror
	 {
		width: 90%;
		width: calc(100% - 16px);
	}
	select, 
	input[type="submit"],
	button[type="submit"],
	input[type="submit"]:hover {
		width: 100%;
	}
	input.pflicht {
		width: calc(100% - 16px - 5px);
	}
}

/*Browers Hacks*/
_:-ms-lang(x),
h1 span,
h2 span {
    display: block;
}

_:-ms-lang(x),
section#intro .flex {
    display: block;
}

_:-ms-fullscreen,
:root ul.list.produkt li {
    display: block;
}

@media 
only screen and (min-width : 600px) and (max-width : 879.9px) {
_:-ms-lang(x),
.box:nth-child(1) input  {
	width: calc(100% - 16px - 60px);
}

_:-ms-lang(x),
.box:nth-child(1) input.pflicht {
	width: calc(100% - 16px - 60px - 5px) !important;
}

_:-ms-lang(x),
.box:nth-child(1) select.pflicht {
	width: calc(100% - 60px - 5px) !important;
}
}