@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {
    font-family: 'encodesansnarrow';
    src: url('theme/fonts/encodesansnarrow-regular.woff2') format('woff2'),
         url('theme/fonts/encodesansnarrow-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'encodesansnarrow';
    src: url('theme/fonts/encodesansnarrow-bold.woff2') format('woff2'),
         url('theme/fonts/encodesansnarrow-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
	min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
	min-height: 100%;
	line-height: 130%;
	background-color: #fff9e5;
}

body, a, p, td, li, input, button, textarea, select, option {
    font-family: 'encodesansnarrow';
    font-weight: normal;
    font-size: 14px;
	color: #000000;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'encodesansnarrow';
	font-weight: bold;
	text-transform: uppercase;
    padding: 0px;
	line-height: 130%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'encodesansnarrow';
    text-decoration: none;
	font-weight: bold;
}

h1, h1 a {
	color: #000000;
	font-weight: normal;
}

h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #931012;
}

h1 {
    margin: 27px 0px 13.5px 0px;
}

h1.start {
	text-align: center;
}

h1, h1 a {
    font-size: 45px;
}

h2 {
    margin: 21px 0px 10.5px 0px;
}

h2, h2 a {
    font-size: 24px;
}

h3 {
    margin: 17px 0px 8.5px 0px;
}

h3, h3 a {
    font-size: 19px;
}

h4 {
    margin: 15px 0px 7.5px 0px;
}

h4, h4 a {
    font-size: 16px;
}

h5, h6 {
    margin: 14px 0px 7px 0px;
}

h5, h5 a, h6, h6 a {
    font-size: 14px;
}

p  {
    padding: 0px;
    margin: 7px 0px 7px 0px;
}

ul, ol  {
    padding: 0px 0px 0px 20px;
    margin: 7px 0px 7px 0px;
}

li {
    padding: 0px;
    margin: 3px 0px 3px 0px;
}

h1, h2, h3, h4, h5, h6, div, p, li {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, li:first-child {
    margin-top: 0px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, li:last-child {
    margin-bottom: 0px;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.alignjustify {
    text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capalized {
	text-transform: capalized;
}

.indent1 {
    margin-left: 30px;
}

.indent2 {
    margin-left: 60px;
}

.indent3 {
    margin-left: 90px;
}

.indent4 {
    margin-left: 120px;
}

.indent5  {
    margin-left: 150px;
}

@media screen and (max-width: 901px) {
	.indent1 {
		margin-left: 15px;
	}

	.indent2 {
		margin-left: 30px;
	}

	.indent3 {
		margin-left: 45px;
	}

	.indent4 {
		margin-left: 60px;
	}

	.indent5  {
		margin-left: 75px;
	}
}

@media screen and (max-width: 651px) {
	.indent1, .indent2, .indent3, .indent4, .indent5 {
		margin-left: 0px;
	}
}

.colored {
	color: #931012;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="button"] {
	box-sizing: border-box;
	padding: 4px 5px;
	width: 100%;
}

input[type="text"],
input[type="email"] {
	border: 1px solid #000000;
	background-color: #fff9e5;
	color: #000000;
}

button,
input[type="submit"],
input[type="button"] {
	border: 0px;
	background-color: #000000;
	color: #fff9e5;
	font-weight: bold;
	cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
}

label {
	display: block;
}

textarea {
	box-sizing: border-box;
	border: 1px solid #000000;
	background-color: #fff9e5;
	color: #000000;
	padding: 4px 5px;
	width: 100%;
	min-height: 120px;
	resize: vertical;
}

select {
	box-sizing: border-box;
	border: 1px solid #000000;
	padding: 4px 5px;
	width: 100%;
	height: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

select option {
	padding: 0px 10px;
}

.header, footer {
	background-color: #ffffff;
	color: #000000;
}

.header > .colframe {
    padding-top: 11px;
    padding-bottom: 11px;
}

@media screen and (max-width: 901px) {
	.header > .colframe {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media screen and (max-width: 651px) {
	.header > .colframe {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.headerlogo, .footerlogo {
	width: 100%;
	max-width: 250px;
}

.headerlinks {
	text-align: right;
}

.headerlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.headerlinks ul:after {
	content: '';
	display: block;
	clear: both;
}

.headerlinks li {
	padding: 0px;
	margin: 0px 0px 0px -2px;
	float: left;
}

.headerlinks li,
.headerlinks li a {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.headerlinks li a span {
	border: 2px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 15px;
	display: block;
	margin-top: 0px;
}

.headerlinks li a svg {
	width: 25px;
	height: 25px;
	fill: #000000;
}

.headerbild {
	display: block;
	width: 100%;
}

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

#products.colframe {
	background-color: #ffffff;
}

#content > div.colframe:nth-child(even) {
	background-color: #ffffff;
}

#content .singleblock {
    position: relative;
    overflow: hidden;
}

.singleblock img,
.colalign_full img {
	max-width: 100%;
	height: auto;
}

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

.imgfullsize {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.zweispaltig,
.dreispaltig {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-width: 100%;
	-moz-column-width: 100%;
	column-width: 100%;
}

@media screen and (min-width: 651px) {
	.zweispaltig,
	.dreispaltig {
		-webkit-column-gap: 45px;
		-moz-column-gap: 45px;
		column-gap: 45px;
	}
}

@media screen and (min-width: 901px) {
	.zweispaltig,
	.dreispaltig {
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
}

@media screen and (min-width: 651px) {
	.zweispaltig {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-width: 50%;
		-moz-column-width: 50%;
		column-width: 50%;
	}

	.dreispaltig {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-width: 33.333%;
		-moz-column-width: 33.333%;
		column-width: 33.333%;
	}
}

.formfield {
	margin-top: 5px;
}

#sendmail {
	margin-top: 10px;
}

.kontakttext {
	margin-top: 19px;
}

@media screen and (max-width: 650px) {
	.kontakttext {
		margin-top: 0px;
	}
}

footer .address p {
	font-weight: bold;
}

footer .address p a {
	font-weight: bold;
	text-decoration: none;
}

footer .address p strong {
	display: inline-block;
	width: 70px;
	color: #790f11;
}

footer .menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer .menu li {
	font-weight: bold;
}

footer .menu li a {
	font-weight: bold;
	text-decoration: none;
}






.slider {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 7px;
}

@media screen and (min-width: 651px) {
	.slider {
		margin-top: 14px;
	}
}

@media screen and (min-width: 901px) {
	.slider {
		margin-top: 21px;
	}
}

.sliderframe {
    position: relative;
    width: 100%;
    overflow: hidden;
	/*
    margin: 10px 0px 20px 0px;
	*/
}
/*
@media screen and (max-width: 1000px) {
    .sliderframe {
        margin: 5px 0px 15px 0px;
    }
}
*/
#cycle-prev,
#cycle-next {
    position: absolute;
    display: block;
    z-index: 10;
	cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#cycle-prev {
    left: -26px;
}

#cycle-next {
    right: -26px;
}

#cycle-prev svg,
#cycle-next svg {
	width: 44px;
	fill: #931012;
}

#slider {
    position: relative;
    white-space: nowrap;
    margin: 0px -20px;
	/*
    overflow: visible !important;
	*/
}

@media screen and (max-width: 1000px) {
    #slider {
        margin: 0px -15px;
    }
}

#slider:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.slider .sliderdiv {
    box-sizing: border-box;
    padding: 0px 20px;
    display: inline-block;
	/*
    display: block !important;
	*/
    vertical-align: top;
}

@media screen and (max-width: 1000px) {
    .slider .sliderdiv {
        padding: 0px 15px;
    }
}

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

.slider .sliderprevcont {
    position: relative;
    background-color: #fff;
    margin-top: 10px;
}

.slider .slidertopline {
    position: absolute;
    background-color: #931012;
    color: #fff;
    font-family: 'EncodeSansBold';
    padding: 5px 2px 5px 2px;
    margin: -10px 0px 0px 5px;
	text-transform: uppercase;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 20px;
}

.slider .slidertopline span {
    padding: 0px 10px;
}

.slider .slidertopline img {
    width: 100%;
}

.slider .sliderprevcont .sliderprevimg {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.slider .slidertxt {
    text-align: center;
    margin-top: 13px;
    padding: 5px 0px 5px 0px;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    white-space: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.slider .slidertxt strong.sliderprodname {
	text-transform: uppercase;
}

.slider .sliderdiv a:hover .slidertxt strong.sliderprodname {
	color: #931012;
}


#opencookies {
	cursor: pointer;
}

#cookiewin {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	z-index: 10000;
}

#cookiewin.showcookiewin {
	display: block;
}

#cookielist {
	position: absolute;
	width: 350px;
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding: 10px 20px;
	background-color: #fff9e5;
	border: 3px solid #000000;
}

#cookiesave {
	margin-top: 10px;
}

















