/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/open-sans-v34-latin-300.eot');
	src: local(''),
		url('/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans-v34-latin-300.woff2') format('woff2'),
		url('/fonts/open-sans-v34-latin-300.woff') format('woff'),
		url('/fonts/open-sans-v34-latin-300.ttf') format('truetype'),
		url('/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/open-sans-v34-latin-regular.eot');
	src: local(''),
		url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
		url('/fonts/open-sans-v34-latin-regular.woff') format('woff'),
		url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
		url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
}
a {
	color: #fff;
	text-decoration: none;
}
.clearfix {
	clear: both;
}
.fa {
	color: #222;
}
.siteAnchor {
	display: block;
	width: 0;
	height: 0;
}

.load {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 9999;
}
.load_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -106px;
}

.red,
.red h2,
.red p {
	background-color: #be0307;
}
.black,
.black h2,
.black p {
	background-color: #000;
}
.yellow,
.yellow h2,
.yellow p {
	background-color: #e67b23;
}
.gold,
.gold h2,
.gold p {
	background-color: #d5a32a;
}
.weinrot,
.weinrot h2,
.weinrot p {
	background-color: #821f3e;
}
.silber {
	background-color: #dddee2;
	color: #000;
}
.silber h2,
.silber p {
	background-color: #dddee2;
}
.container.silber .link a {
	border-color: #000;
	color: #000;
}
.sand,
.sand h2,
.sand p {
	background-color: #ad9577;
}
.wein_blau,
.wein_blau h2,
.wein_blau p {
	background-color: #1065af;
}
.wein_rot,
.wein_rot h2,
.wein_rot p {
	background-color: #dc0714;
}
.wein_weiss {
	background-color: #fff;
	color: #000;
}
.wein_weiss h2,
.wein_weiss p {
	background-color: #fff;
}
.container.wein_weiss .link a {
	border-color: #000;
	color: #000;
}
.overlay h2,
.overlay p {
	background-color: transparent;
	color: #fff;
}

.menueToggle {
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: #fff;
	z-index: 100;
	display: table;
	text-align: center;
	font-size: 28px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.menueToggle a {
	display: table-cell;
	vertical-align: middle;
}

.wkToggle {
	position: fixed;
	top: 0;
	right: 60px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	z-index: 100;
	display: table;
	text-align: center;
	font-size: 28px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.wkToggle a {
	display: table-cell;
	vertical-align: middle;
}
body.small.wk-opened .menueToggle {
	z-index: 151;
	background-color: transparent;
	width: 60px!important;
	height: 60px!important;
}
body.small.wk-opened .menueToggle .toggleBtn.close {
	z-index: 151;
	height: 60px;
	width: 60px;
}
body.small.wk-opened .menueToggle .toggleBtn.close i {
	color: #fff;
}

.toggleBtnWk.open {
	padding-top: 6px;
}
.toggleBtnWk.close {
	pointer-events: none;
}

.menueBar {
	position: fixed;
	height: 60px;
	width: 100%;
	z-index: 50;
	background-color: #fff;
	top: -60px;
	left: 0;
	color: #000;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.menueBar.active {
	top: 0;
}
.menueBar .center {
	text-align: center;
}
.menueBar .language {
	position: absolute;
	top: 0;
	left: 15px;
}
.menueBar .language ul li {
	margin-left: 0;
	margin-right: 0;
	font-size: 12px;
}
.menueBar .language ul li a.active,
.menueBar ul li.smallLanguage a.active {
	text-decoration: underline;
	color: #be0307;
}
.menueBar ul {
	list-style: none;
	margin-left: -40px;
}
.menueBar ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.menueBar ul li a {
	color: #000;
	text-transform: uppercase;
	line-height: 30px;
}
.menueBar #topMenue.small {
	display: none;
}
.menueBar #topMenue.big {
	margin-top: 0;
}
.menueBar #topMenue.big {
	margin-left: -35px;
}
.menueBar #topMenue.big li {
	margin: 0;
}
.menueBar #topMenue.big li a {
	display: block;
	margin: 0;
	padding: 16px 10px 14px 10px;
}
.menueBar #topMenue.big li.wk a {
	background-color: #f3f2f2;
	font-size: 14px;
	padding-bottom: 13px;
	position: relative;
}
.menueBar #topMenue.big li.wk a img {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -12px;
}
.menueBar #topMenue.big li.wk a span {
	position: relative;
	top: 12px;
}

.warenkorb {
	background-color: #fff;
	color: #9d9d9c;
	position: fixed;
	width: 1140px;
	max-width:100vw;
	z-index: 150;
	top: 60px;
	margin: auto;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .75);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .75);
	font-size: 18px;
	display: none;
	max-height: 80%;
	overflow: auto;
	--syr-vertical-padding:65px;
}
.warenkorb a {
	color: #9d9d9c;
	text-decoration: none;
}

body.small .warenkorb{
	top: 0;
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	--syr-vertical-padding: 0;
	font-size: 16px;
}
body.small .warenkorb  .wkList .small,
body.small .warenkorb .wkList small {
	font-size: 65%;
}
body.small .brutto-hinweis {
	display: block;
	max-width: 12.5em;
}
body.small .gesamtsumme {
	margin-right: 0.5em;
}
body.small .warenkorb .wkHeader .logo {
	display: none;
}
.warenkorb .wkHeader {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	position:sticky;
	top:0;
	left:0;
	z-index:1;
	height:60px;
	display:flex; flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.warenkorb .wkHeader .headline {
	font-size: 30px;
	text-transform: uppercase;
	padding-left: 25px;
}
.warenkorb .wkHeader .logo img {
	max-height: 60px;
	position: relative;
	top: 3px;
}
.warenkorb .wkContainer {
	position: relative;
	min-height: 500px;
}
.warenkorb .wkBody {
	padding: 0 25px;
}
.small .warenkorb .wkBody {
	padding: 0 15px;
}
.warenkorb .wkBody p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.warenkorb .wkBody .wkList a.button,
.warenkorb .wkBody .wkAdresse a.button {
	display: block;
	color: #000;
	line-height: 28px;
	border: 1px solid #000;
	padding: 1px 21px;
	margin: 0;
	text-transform: uppercase;
}
.warenkorb .wkBody .wkList a.button.disabled {
	text-decoration: line-through;
}
body.small .warenkorb .wkBody .wkList a.button {
	width: 126px;
	box-sizing: border-box;
	padding: 1px 11px;
	text-align: center;
}
.warenkorb .wkBody .wkList a.button:hover,
.warenkorb .wkBody .wkAdresse a.button:hover,
.warenkorb .wkBody .wkList a.button:active,
.warenkorb .wkBody .wkAdresse a.button:active,
.warenkorb .wkBody .wkList a.button:focus,
.warenkorb .wkBody .wkAdresse a.button:focus {
	background-color: #f7f7f7;
	border-width: 2px;
	padding: 0 20px;
}
body.small .warenkorb .wkBody .wkList a.button:hover,
body.small .warenkorb .wkBody .wkList a.button:active,
body.small .warenkorb .wkBody .wkList a.button:focus {
	padding: 0 10px;
}

.form-group-wkaddresse-buttoncontainer {
	display: block;
	width: 100%;
	text-align: center;
}
body.small .warenkorb .wkBody .wkAdresse a.button {
	padding: 5px 21px;
	display: inline-block;
}

body.small .warenkorb .wkBody .wkAdresse a.button:hover,
body.small .warenkorb .wkBody .wkAdresse a.button:active,
body.small .warenkorb .wkBody .wkAdresse a.button:focus {
	padding: 4px 20px;
}

body.small .wk-list-right {
	width: 126px;
}

.warenkorb .wkBody .wkList .wkArtikel {
	border-bottom: 1px solid #000;
	padding: 20px 20px 0 20px;
}
body.small .warenkorb .wkBody .wkList .wkArtikel {
	padding: 15px 0 15px 0;
}
.warenkorb .wkBody .wkList .wkArtikel:last-child {
	border-bottom-width: 0;
}
.warenkorb .wkBody .wkList .wkArtikel .stk {
	width: 100px;
	height: 44px;
	position: relative;
}
.warenkorb .wkBody .wkList .wkArtikel .stk .wkListQty {
	width: 125px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.small .warenkorb .wkBody .wkList .wkArtikel .stk .wkListQty,
.small .warenkorb .wkBody .wkList .wkArtikel .stk {
	width: 76px;
}
.warenkorb .wkBody .wkList .wkArtikel .image {
	width: 125px;
	margin-bottom: 15px;
}
.small .warenkorb .wkBody .wkList .wkArtikel .image {
	width: 85px;
	height: 75px;
	margin-bottom: 0;
}
.warenkorb .wkBody .wkList .wkArtikel .text {
	width: calc(100% - 125px - 100px);
	margin-bottom: 15px;
}
.small .warenkorb .wkBody .wkList .wkArtikel .text {
	width: calc(100% - 85px - 76px);
}
.warenkorb .wkBody .wkList .wkListSumme {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: sticky;
	bottom: 0;
	background: #fff;
}
.warenkorb .wkBody .wkList .wkListSumme:before {
	position: absolute;
	top: 0;
	left: var(--syr-vertical-padding);
	width: calc(100% - (2 * var(--syr-vertical-padding)));
	content: "";
	background-color: #000;
	height: 1px;
}
.wkListQty .qtyminus, .wkListQty .qtyplus {
	width: 15px;
	text-align: center;
	float: left;
	color: #e6e6e6;
	font-size: 34px;
	line-height: 43px;
	vertical-align: middle;
	cursor: pointer;
}
.wkArtikel .stk input {
	box-shadow: none;
	outline: none;
	border: none;
	max-width: 100%;
}
.wkListQty .amount {
	width: 30px;
	padding: 0;
	float: left;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 43px;
	vertical-align: middle;
	border: none;
	text-align: center;
	outline: none;
	box-shadow: none;
}
.warenkorb .wkBody .wkList .wkListFooter {
	width: 55%;
}

.wkListArtikel, .wkListSumme, .wkListFooter {
	padding-left: var(--syr-vertical-padding);
	padding-right: var(--syr-vertical-padding);
}
.wkListWarningNote {
	visibility: hidden;
	font-size: 70%!important;
	margin-top: 8px!important;
}
body.small .wkListWarningNote  {
	font-size: 62%!important;
	position: relative;
	right: 0;
	width: calc(100vw - 30px);
	text-align: center;
	margin-top: 14px!important;
}
.wkListWarningNote.wkListWarningNoteVisible {
	visibility: visible;
}

.wkAdresse {
	padding: 20px 0 20px var(--syr-vertical-padding);
}
.wkAdresse .checkRow {
	margin-bottom: 20px;
}
.wkAdresse .checkRow a {
	text-decoration: underline;
	color: inherit;
}

.wkAdresse-checkLine {
	margin-bottom: 12px;
}
.wkAdresse fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wkAdresse legend {
	padding-bottom: 10px;
}

body.small .wkAdresse .form-row {
	width: calc(100vw - 17px);
}
body.small .wkAdresse .form-control {
	width: calc((100vw - (3 * 15px)) / 2);
	box-sizing: border-box;
}
body.small .wkAdresse textarea.form-control {
	width: calc((100vw - (2 * 15px)) / 1);
	box-sizing: border-box;
}
body.small .warenkorb .wkAdresse .form-control {
	margin-right: 15px!important;
	margin-bottom: 15px!important;
}
body.small .warenkorb .wkAdresse .form-group:last-of-type .form-control {
	margin-right: 0!important;
}
.bestellungOK {
	margin-top: 60px;
}

.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}
.font-weight-bold {
	font-weight: 700!important;
}
.text-black {
	color: #000!important;
}
.text-danger {
	color: #dc3545!important;
}
.small, small {
	font-size: 80%;
	font-weight: 400;
}
.text-center {
	text-align: center!important;
}
a.btn.disabled {
	pointer-events: none;
}
.btn.disabled, .btn:disabled {
	opacity: .65;
}

.wkLoader {
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	right: 0;
	padding: 0;
}
.lds-default {
	margin-top: 60px;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-default div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
}
.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 22px;
	left: 62px;
}
.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 11px;
	left: 52px;
}
.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 7px;
	left: 37px;
}
.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 11px;
	left: 22px;
}
.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 22px;
	left: 11px;
}
.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 37px;
	left: 7px;
}
.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 52px;
	left: 11px;
}
.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 62px;
	left: 22px;
}
.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 66px;
	left: 37px;
}
.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
}
.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
}
@keyframes lds-default {
	0%,
	20%,
	80%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}
  

.logo.center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -106px;
	z-index: 30;
}
.logo.center.sub {
	display: none;
}

.arrow.center {
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -25px;
	z-index: 30;
	width: 50px;
	height: 50px;
	background-color: #be0307;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 40px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.arrow.center:hover {
	background-color: #000;
}
.arrow.center .fa {
	color: #fff;
}
.arrow.center a {
	display: block;
}

.container {
	width: 50%;
	height: 100%;
	position: relative;
	display: table;
}
.container.left {
	float: left;
}
.container.right {
	float: right;
}

.container .middle.center {
	text-align: center;
	width: 400px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 75px;
	letter-spacing: 1px;
	font-weight: 300;
}
.container .bigFont {
	font-size: 40px;
	font-weight: 300;
	line-height: 42px;
}
.container h2 {
	text-transform: uppercase;
	font-size: 44px;
	padding: 5px 0;
	font-weight: 300;
	letter-spacing: 1px;
}
.container p {
	padding: 5px 0;
	letter-spacing: 1px;
	font-weight: 300;
}

.container .overlay {
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.container .link {
	margin-top: 75px;
}
.container .link ul {
	list-style: none;
	margin-left: -40px;
}
.container .link ul li {
	display: inline-block;
}
.container .link a {
	display: block;
	line-height: 30px;
	border: 1px solid #fff;
	padding: 0 20px;
	margin: 0 10px;
	text-transform: uppercase;
}

.container .info {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	bottom: 10%;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	font-size: 40px;
	z-index: 10;
}
.container .info.open {
	background-color: #be0307;
}
.container .info.close {
	background-color: #000;
}
.container .info a {
	display: block;
	line-height: 70px;
}
.container .info.close a {
	display: block;
	line-height: 66px;
}
.container .info a .fa {
	color: #fff;
}
.container .info a img {
	position: relative;
	top: 6px;
}

.container .imprint {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.container .imprint a {
	color: #000;
	text-transform: uppercase;
}

.container .bottomImg {
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -120px;
}

.form-control {
	border: 1px solid #f3f2f2;
	background-color: #f3f2f2;
	padding: 10px 20px;
	width: 300px;
	margin-bottom: 20px;
	font-size: 16px;
}
select.form-control {
	width: 342px;
}
textarea.form-control {
	font-family: 'Open Sans', sans-serif;
	resize: none;
	width: 300px;
	height: 8em;
}
.wkAdresse textarea.form-control {
	width: 662px;
	height: 4em;
}
#submit-contact-form {
	background-color: transparent;
	border: 1px solid #000;
	line-height: 30px;
	width: 200px;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 16px;
}
#submit-contact-form:focus {
	outline: 0;
}
.has-error .form-control,
.form-control.is-invalid {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.is-invalid ~ label {
	color: #a94442;
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #ce8483;
}
.form-control:focus {
	outline: 0;
}

.warenkorb .form-control {
	margin-right: 20px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/* fullPage */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #fff;
}
.fp-slidesNav {
	top: 50%;
	right: 17px;
	left: inherit;
}
.fp-slidesNav ul li {
	display: block;
}
.fp-slide {
	position: relative;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 14px 7px;
}
#fp-nav.blackNav ul li .fp-tooltip {
	color: #000;
}
#fp-nav.blackNav ul li a span {
	background: #000;
}

.smlinks {
	text-align: center;
}
.smlinks a.smig {
	margin-left: 50px;
}
.smlinks a img,
.smlinks-logo img {
	width: 64px;
}
.container.kontakt p {
	padding: 0;
}
@media (max-width: 767px) {
	.container.kontakt h2 {
		padding: 0;
	}
}