
/***************************
		Forms
***************************/

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon span.glyphicon {
    position: absolute;
    right: 2px;
    padding: 13px 12px;
    pointer-events: none;
	color:#000;
	font-size:13px;
}

/**** Dropdown ****/

.dropdown-menu  {
	border-radius: 0px;
}
.dropdown-menu > li > a {
	padding-left:12px;
	font-size:15px;
	text-decoration:none;
}

.btn-dropdown-black {
	background-color: #000;
	border-color: #000;
	border-radius: 0px;
	
	color:#fff;
	
	font-weight:600;
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing:0.05em;
	
	padding-top:9px;
	padding-bottom:9px;
	
	text-transform: uppercase;
}
.btn-dropdown-black:hover,
.btn-dropdown-black:focus,
.btn-dropdown-black:active,
.btn-dropdown-black.active,
.open .dropdown-toggle.btn-dropdown-black {
	background-color: #000;
	color:#fff;
	border-color: #000;

}

/**** Button 100% width ****/

.btn-width-100 {
	min-width:auto;
	width:100%;
	text-align:left;
}
.btn-width-100 .caret {
	position: absolute;
	left:auto;
	right:13px;
	top:19px;
}

/**** Buttons ****/

.btn-default {
	background-color: #B2997C;
	border-color: #B2997C;
	color:#fff;
	
	font-weight:700;
	font-size:15px;
	border-radius: 0px;
	padding-top:6px;
	padding-bottom:6px;
	
	text-transform: uppercase;
	text-decoration:none;
	
	font-family: 'Source Sans Pro', sans-serif;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #B2997C;
	color:#fff;
	border-color: #B2997C;
	
	
}

.btn-sm {
	padding-top:1px;
	padding-bottom:1px;
	font-size:14px;
}

.btn-add-basket {
	padding:2px 0 0 0;
	background:#fff;
}

.btn-checkout,
.btn-add-basket-detail {
	width:85%;
	height:48px;
	background-color: #B2997C;
	border-color: #B2997C;
	color:#fff;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:15px;
	
	border-radius: 0px;
	padding-top:7px;
	padding-bottom:7px;
	
	text-transform: uppercase;
	letter-spacing:0.05em;
	text-decoration:none;
}

.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout,
.btn-add-basket-detail:hover,
.btn-add-basket-detail:focus,
.btn-add-basket-detail:active,
.btn-add-basket-detail.active,
.open .dropdown-toggle.btn-add-basket-detail {
	background-color: #B2997C;
	color:#fff;
	border-color: #B2997C;
}

.btn-add-basket-detail img {
	margin-top:-3px;
	margin-left:10px;
}

@media (max-width: 480px) {
	.btn-add-basket-detail {
		padding:14px;
		width:100%;
	}
}

.btn-shop-details {
	padding-left:26px;
	padding-right:26px;
}
.btn-warenkorb-zur-kasse img,
.btn-shop-details img {
	margin-left:6px;
}

/**** Input ****/
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

style-select .form-control,
select.form-control,
.form-control {
	display: block;
	height: 40px;
	padding: 6px 12px;
	
	font-size: 15px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;

	color: #999999;
	background-color: #fff;
	background-image: none;
	border: 1px solid #CFCCCB;
	border-radius: 0px;
	-webkit-box-shadow: none;
		  box-shadow: none;
	-webkit-transition: none;
		  transition: none;
	-webkit-appearance: none;
}



style-select .form-control-count,
select.form-control-count,
.form-control-count {
  display: block;
  height: 28px;
  width: 34px;
  padding: 3px 8px;
  font-size: 14px;

  font-weight:300;

  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CFCCCB;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
          transition: none;
}



.checkbox label,
.radiobox label,
.form-group label {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

html,
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-size:14px;
	font-family: Georgia, "Times New Roman", serif;
	color:#000;
	margin:0;
	padding:0;
	/*background:#FAFAFA;*/
	background:#fff;
}

h1,
.ueberschrift {
	margin:0;
	padding:0;
	font-size:26px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing:2px;
}
@media (max-width: 767px) {
	h1,
	.ueberschrift {
		font-size:22px;
	}
}
h2 {
	margin:0;
	padding:0;
	font-size:22px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing:2px;
}
h4,
.ueberschrift_klein {
	margin:4px 0;
	padding:0;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing:2px;
}
h3 {
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing:0.05em;
}

a img {
border:0;
}

input {
margin:1px 0;
}

.clear {
clear:both;
font-size:0;
}

a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:active,
a:focus {
	outline: none;
	text-decoration:none;
}

label.error {
color:red;
padding:0 5px;
}

div,
ul,
li,
a,
form,
.clear {
	margin:0;
	padding:0;
}
ul {
	padding-left:15px;
}
li {
	line-height:30px;
}

table,tr,td {
	border-collapse:collapse;
}

/*.col:not(:first-child,:last-child) {*/
.row {
	margin-left:-10px;
	margin-right:-10px;
}
.row > div {
	padding-right:10px;
	padding-left:10px;
}

hr {
	
	border-top: 1px solid #CFCCCB;
}

/* Scrollbar-Fix -> Kein verschieben mehr */
/*html { margin-left: calc(100vw - 100%); }*/
#main {
	max-width:970px
}

.logo-box {
	text-align:center;
	position:relative;
}
.logo-box #logo {
	width:152px;
	margin-top:65px;
	margin-bottom:35px;
}
@media (max-width: 767px) {
	.logo-box #logo {
		margin-top:20px;
	}
}

#footer-kontakt,
#footer-oeffnungszeiten,
#footer-karte {
	text-align:center;
	padding-bottom:30px;
	padding-top:18px;
}
#footer-kontakt p,
#footer-oeffnungszeiten p,
#footer-karte p {
	margin:0;
	padding:0;
}
#footer-kontakt .logo {
	padding-top:20px;
	padding-bottom:2px;
}
#footer-oeffnungszeiten .logo {
	padding-top:20px;
	padding-bottom:26px;
}
#footer-karte .logo {
	padding-top:10px;
	padding-bottom:6px;
}

#footer-kontakt .telephone {
	color:#999999;
	font-size:26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	margin-bottom:10px;
}

#footer-kontakt .text,
#footer-oeffnungszeiten .text,
#footer-karte .text {
	font-style:italic;
}

#footer-oeffnungszeiten {
	border-left:none;
	border-right:none;
}


#footer_dark-kontakt,
#footer_dark-oeffnungszeiten,
#footer_dark-karte {
	text-align:center;
	padding-bottom:30px;
	padding-top:18px;
}
#footer_dark-kontakt h3,
#footer_dark-oeffnungszeiten h3,
#footer_dark-karte h3 {
	color:#B2997C;
}
#footer_dark-kontakt p,
#footer_dark-oeffnungszeiten p,
#footer_dark-karte p {
	margin:0;
	padding:0;
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer_dark-kontakt p a,
#footer_dark-oeffnungszeiten p a,
#footer_dark-karte p a {
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer;
}

#footer_dark-kontakt .logo {
	padding-top:20px;
	padding-bottom:2px;
}
#footer_dark-kontakt .icon {
	width:38px;
	height:38px;
	background:#ffffff;
	text-align:center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size:22px;
	padding:8px 0 0 0;
	-webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight:900;
}
#footer_dark-oeffnungszeiten .logo {
	padding-top:20px;
	padding-bottom:26px;
	text-align:center;
}
#footer_dark-oeffnungszeiten .icon {
	width:38px;
	height:38px;
	background:#ffffff;
	text-align:center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size:22px;
	padding:8px 0 0 0;
	-webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight:900;
}
#footer_dark-karte .logo {
	padding-top:10px;
	padding-bottom:6px;
}
#footer_dark-karte .logo img {
	max-height:85px;
	width:auto;
}

#footer_dark-kontakt .telephone {
	color:#7C7C7C;
	font-size:26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	margin-bottom:10px;
}

#footer_dark-kontakt .text,
#footer_dark-oeffnungszeiten .text,
#footer_dark-karte .text {
	font-style:italic;
}

#footer_dark-oeffnungszeiten {
	border-left:none;
	border-right:none;
}
.footer-info {
	margin-top:30%;
	height:1px;
	border-bottom:1px solid #CFCCCB;

}
@media (min-width:752px) {
	.footer-info {
		border-bottom:unset;
		height:76px;
		margin-top:0px;
	}
}

#main { margin-bottom:40px; }
.footer_dark-info {
	height:76px;
	border-bottom:none;
	margin-bottom:30px;
}
.footer {
	background:#000000;
	width:100%;
	color:#000000;
	min-height:48px;
	margin-bottom:0;
	margin-top:56px;
}
.footer_dark {
	background:#ffffff;
	width:100%;
	color:#000000;
	min-height:48px;
	margin-bottom:0;
	margin-top:56px;
}

@media (max-width: 767px) {
	.footer {
		
	}
}
@media (min-width: 775px) {
	#footer-oeffnungszeiten {
	border-left:1px solid #CFCCCB;
	border-right:1px solid #CFCCCB;
}
#footer_dark-oeffnungszeiten {
	border-left:1px solid #CFCCCB;
	border-right:1px solid #CFCCCB;
}
}


.slider {
	float:left;
	width:100%;
	height:auto;
}
.sliderwrapper {
	float:left;
	width:100%;
	height:auto;
}
/*************************************
	Top Menü
/************************************/

.navbar-white {
	/*background-color: #FAFAFA;*/
	background-color: transparent;
	min-height: 28px;
	
	font-size:14px;
	z-index:3000;
	
	padding:0 0px 0px 0;
	margin-top:20px;
	margin-bottom:48px;

	border-radius: 0px;	
	border:none;
	border-top:1px solid #CFCCCB;
	border-bottom:1px solid #CFCCCB;
	
	text-align: center;
}

.navbar-brand {
	display:none;
}
@media (max-width: 767px) {
	.navbar-white {
		min-height: 124px;
		border-top:none;
		border-bottom:none;
		margin-top:15px;
	}
	.navbar-header {
		border-bottom:none;
		min-height: 124px;
	}
	.navbar-brand {
		padding-left:0;
		display:block;
	}
}

.navbar-white .nav > li {
	display: inline-block; 
	float: none;
	padding-left:36px;
	padding-right:36px;
}

@media (max-width: 992px) {
	.navbar-white .nav > li {
		padding-left:17px;
		padding-right:17px;
	}
}

.navbar-white .nav > li > a {
	color:#000;
	padding-left:0;
	padding-right:0;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	font-size:15px;
	text-decoration:none;
	letter-spacing:1px;
}

.navbar-white .nav > li > a:hover,
.navbar-white .nav > li > a:focus {
	color: #B2997C;
	background-color: transparent;
	text-decoration:none;
	border-bottom:3px solid #000;
}
.navbar-white .nav > .active > a,
.navbar-white .nav > .active > a:hover,
.navbar-white .nav > .active > a:focus {
	color: #B2997C;
	background-color: transparent;
	text-decoration:none;
	border-bottom:3px solid #000;
}

/*************************************
	Top Menü - Burger-Menü
/************************************/

.navbar-white .navbar-toggle {
	border-color: transparent;
	top:60px;
	right:8px;
	margin-right:0;
}
.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-white .navbar-toggle .icon-bar {
	background-color: #000;
}

@media (max-width: 774px) {
	.navbar-white .nav {	
		margin-top:20px;
	}
	.navbar-white .nav > li {
		display: block; 
	}
	
	.navbar-white .nav > li > a:hover,
	.navbar-white .nav > li > a:focus {
		color: #B2997C;
		background-color: transparent;
		text-decoration:none;
		border-bottom:3px solid transparent;
	}
	.navbar-white .nav > .active > a,
	.navbar-white .nav > .active > a:hover,
	.navbar-white .nav > .active > a:focus {
		color: #B2997C;
		background-color: transparent;
		text-decoration:none;
		border-bottom:3px solid transparent;
	}
}



/*************************************
	Top Menü - DARK
/************************************/

.navbar-dark {
	/*background-color: #FAFAFA;*/
	background-color: transparent;
	min-height: 28px;
	
	font-size:14px;
	z-index:3000;
	
	padding:0 0px 0px 0;
	margin-top:20px;
	margin-bottom:48px;

	border-radius: 0px;	
	border:none;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
	
	text-align: center;
}

.navbar-brand {
	display:none;
}
@media (max-width: 767px) {
	.navbar-dark {
		min-height: 124px;
		border-top:none;
		border-bottom:none;
		margin-top:15px;
	}
	.navbar-header {
		border-bottom:none;
		min-height: 124px;
	}
	.navbar-brand {
		padding-left:0;
		display:block;
	}
}

.navbar-dark .nav > li {
	display: inline-block; 
	float: none;
	padding-left:36px;
	padding-right:36px;
}

@media (max-width: 992px) {
	.navbar-dark .nav > li {
		padding-left:17px;
		padding-right:17px;
	}
}

.navbar-dark .nav > li > a {
	color:#ffffff;
	padding-left:0;
	padding-right:0;
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
	
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	font-size:15px;
	text-decoration:none;
	letter-spacing:1px;
}

.navbar-dark .nav > li > a:hover,
.navbar-dark .nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
	text-decoration:none;
	border-bottom:3px solid #B2997C;
}
.navbar-dark .nav > .active > a,
.navbar-dark .nav > .active > a:hover,
.navbar-dark .nav > .active > a:focus {
	color: #B2997C;
	background-color: transparent;
	text-decoration:none;
	border-bottom:3px solid #B2997C;
}

/*************************************
	Top Menü - Burger-Menü - DARK
/************************************/

.navbar-dark .navbar-toggle {
	border-color: transparent;
	top:60px;
	right:8px;
	margin-right:0;
}
.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-dark .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

@media (max-width: 774px) {
	.navbar-dark .nav {	
		margin-top:20px;
	}
	.navbar-dark .nav > li {
		display: block; 
	}
	
	.navbar-dark .nav > li > a:hover,
	.navbar-dark .nav > li > a:focus {
		color: #B2997C;
		background-color: transparent;
		text-decoration:none;
		border-bottom:3px solid transparent;
	}
	.navbar-dark .nav > .active > a,
	.navbar-dark .nav > .active > a:hover,
	.navbar-dark .nav > .active > a:focus {
		color: #B2997C;
		background-color: transparent;
		text-decoration:none;
		border-bottom:3px solid transparent;
	}
}


/*************************************
	Footer
/************************************/

.footer #menu_footer {
	text-align: center;
}
.footer #menu_footer li {
	display: inline-block; 
	float: none;
	
	margin-right: 10px;
	padding: 7px 2px 0 2px;
	list-style: none;
	line-height:30px;
	
}
.footer #menu_footer li.separator {
	padding-left:0;
	padding-right:0;
	color:#ffffff;
}
.footer #menu_footer li a {
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	font-weight:600;
}
.footer #menu_footer li a:hover {
	color: #B2997C !important;
}
@media (max-width: 774px) {
	.footer #menu_footer li a {
		font-size:10px;
	}
}

.footer_dark #menu_footer {
	text-align: center;
}
.footer_dark #menu_footer li {
	display: inline-block; 
	float: none;
	
	margin-right: 10px;
	padding: 7px 2px 0 2px;
	list-style: none;
	line-height:30px;
	
}
.footer_dark #menu_footer li.separator {
	padding-left:0;
	padding-right:0;
	color:#000000;
}
.footer_dark #menu_footer li a {
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	font-weight:600;
}
.footer_dark #menu_footer li a:hover {
	color: #B2997C;
}
@media (max-width: 774px) {
	.footer_dark #menu_footer li a {
		font-size:10px;
	}
}


/*************************************
	Menü-Button
/************************************/
.mainMenu_btn2 {
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	width:50px;
	height:50px;
	cursor:pointer;
	outline:none;
	z-index:9999;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:url(images/layout/menue_icn_mobile_neg.svg) no-repeat center center;
	background-size:108px;
	background-position:center center;
}
.mainMenu_btn {
	position:absolute;
	right:20px;
	top:20px;
	width:50px;
	height:50px;
	cursor:pointer;
	outline:none;
	z-index:9999;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:url(images/layout/menue_icn_mobile_neg.svg) no-repeat center center;
	background-size:108px;
	background-position:center center;
}
.mainMenu_btn:hover {
	background:url(images/layout/menue_icn_mobile.svg) no-repeat center center;
	background-size:108px;
}
.mainMenu_btn img {
	outline:none;
}
.mainMenu_btn_dark {
	position:absolute;
	right:20px;
	top:20px;
	width:50px;
	height:50px;
	cursor:pointer;
	outline:none;
	z-index:9999;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:url(images/layout/menue_icn_mobile.svg) no-repeat center center;
	background-size:108px;
	background-position:center center;
}
.mainMenu_btn_dark:hover {
	background:url(images/layout/menue_icn_mobile_neg.svg) no-repeat center center;
	background-size:108px;
}
.mainMenu_btn_dark img {
	outline:none;
}

@media (min-width: 775px) {
.mainMenu_btn2 {
	display:none;
	position:absolute;
	right:35px;
	top:39px;
	width:72px;
	height:72px;
	cursor:pointer;
	outline:none;
	z-index:9999;
	-moz-border-radius:0%;
	-webkit-border-radius:0%;
	border-radius:0%;
	background:url(images/layout/menue_icn_neg.svg) no-repeat center center;
	background-size:72px;
}
.mainMenu_btn {
	position:absolute;
	right:35px;
	top:39px;
	width:72px;
	height:72px;
	cursor:pointer;
	outline:none;
	z-index:9999;
	-moz-border-radius:0%;
	-webkit-border-radius:0%;
	border-radius:0%;
	background:url(images/layout/menue_icn_neg.svg) no-repeat center center;
	background-size:72px;
}
.mainMenu_btn:hover {
	background:url(images/layout/menue_icn.svg) no-repeat center center;
}
.mainMenu_btn img {
	outline:none;
}	
.mainMenu_btn_dark {
	position:absolute;
	right:35px;
	top:39px;
	width:72px;
	height:72px;
	cursor:pointer;
	outline:none;
	z-index:9999;
	-moz-border-radius:0%;
	-webkit-border-radius:0%;
	border-radius:0%;
	background:url(images/layout/menue_icn.svg) no-repeat center center;
	background-size:72px;
}
.mainMenu_btn_dark:hover {
	background:url(images/layout/menue_icn_neg.svg) no-repeat center center;
}
.mainMenu_btn_dark img {
	outline:none;
}	
}


/*************************************
	Main-Menü
/************************************/


.mainMenu {
	position:fixed;
	right:-280px;
	top:0px;
	height:100%;
	width:260px;
	background:#B2997C;
	padding:20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	z-index:9999;
}
.mainMenu.active {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:100%;
	background:#B2997C;
	padding:20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	z-index:9999;
}
.mainMenu_close {
	position:absolute;
	top: 25px;
	right: 25px;
	width: 24px;
	height: 24px;
	background:url(images/layout/menuclose.png) no-repeat center center;
	cursor:pointer;
	z-index:9999;
}
.mainMenu_nav {
	position:absolute;
	top:60px;
	right:30px;
	width:90%;
	height:auto;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainMenu_nav ul {
	list-style:none;
}
.mainMenu_nav ul li {
	list-style:none;
	letter-spacing:1px;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	margin:0 0 13px 0;
}
.navMain:link, .navMain:visited {
	text-decoration:none;
	font-weight:300;
	letter-spacing:1px;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	color:#ffffff;
}
.navMain:hover, .navMain:active {
	text-decoration:underline;
	color:#000000;
	cursor:pointer;
}
.navSub:link, .navSub:visited {
	text-decoration:none;
	font-weight:400;
	letter-spacing:1px;
	font-size:14px;
	line-height:18px;
	text-transform:none;
	color:#000000;
}
.navSub:hover, .navSub:active {
	text-decoration:underline;
	color:#ffffff;
	cursor:pointer;
}
.navspacer {
	padding:2px 0 2px 0;
}
.navspacera {
	padding:1px 0 2px 0;
}

@media (min-width: 775px) {
.mainMenu {
	position:fixed;
	right:-280px;
	top:0px;
	height:100%;
	width:260px;
	background:#B2997C;
	padding:20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	z-index:9999;
}
.mainMenu.active {
	position:fixed;
	right:0px;
	top:0px;
	height:100%;
	width:260px;
	background:#B2997C;
	padding:20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	z-index:9999;
}
.mainMenu_close {
	position:absolute;
	top: 25px;
	right: 25px;
	width: 24px;
	height: 24px;
	background:url(images/layout/menuclose.png) no-repeat center center;
	cursor:pointer;
	z-index:9999;
}
.mainMenu_nav {
	position:absolute;
	top:40px;
	right:30px;
	width:220px;
	height:auto;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainMenu_nav ul {
	list-style:none;
}
.mainMenu_nav ul li {
	list-style:none;
	letter-spacing:1px;
	font-size:15px;
	line-height:19px;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	margin:0 0 18px 0;
}
.navMain:link, .navMain:visited {
	text-decoration:none;
	font-weight:300;
	letter-spacing:1px;
	font-size:15px;
	line-height:18px;
	text-transform:uppercase;
	color:#ffffff;
}
.navMain:hover, .navMain:active {
	text-decoration:underline;
	color:#000000;
	cursor:pointer;
}
.navSub:link, .navSub:visited {
	text-decoration:none;
	font-weight:400;
	letter-spacing:1px;
	font-size:15px;
	line-height:18px;
	text-transform:none;
	color:#000000;
}
.navSub:hover, .navSub:active {
	text-decoration:underline;
	color:#ffffff;
	cursor:pointer;
}
.navspacer {
	padding:3px 0 3px 0;
}
.navspacera {
	padding:2px 0 2px 0;
}	
}
.center-text {
	text-align:center;
}
@media (max-width: 767px) {
	.xs-center-text {
		text-align:center;
	}
}

ul.styled-list {
	padding:0 0 8px 0;
	list-style-type:none;
}
ul.styled-list li {
	background:url(/images/layout/styled-list-dot.png) no-repeat left center;
	padding-left:12px;
}

.text-header,
.text-gruppe {
	text-align:center;
}

.text-header-left,
.text-header {
	padding-bottom:46px;
}
.text-header-left p,
.text-header p {
	font-size:14px;
	font-style:italic;
	margin:2px 0 0 0;
}
.besichtigung_head {
	padding-bottom:0px !important;
}
.besichtigung_row {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.besichtigung_acc_abstand {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.shop_row {
	margin-top:-40px !important;
	margin-bottom:0 !important;
}
.shop_detail_row {
	margin-top:-10px !important;
	margin-bottom:0 !important;
}


.text-header_dark {
	text-align:center;
}
.text-header_dark h1 {
	color:#B2997C;
}
.text-header_dark-left p,
.text-header_dark p {
	font-size:14px;
	font-style:italic;
	margin:2px 0 0 0;
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.text-header_dark-left,
.text-header_dark {
	padding-bottom:46px;
}

.text-gruppe h2 {
	margin-bottom:18px;
}

.text-gruppe p {
	font-size:18px;
	font-style:italic;
	margin:0;
}
.text-gruppe img {
	margin-bottom:50px;
}

.text-gruppe .agraffe { 
	margin:auto;
	margin-top:40px;
	margin-bottom:46px;
}

.ausstattung-liste > div {
	height:649px;
}
.ausstattung-liste > .verschluesse {
	height:630px;
}
.ausstattung-liste #sondergroesse-mca-kapsel {
	height:519px;
}


@media (max-width: 992px) {
	.ausstattung-liste #sondergroesse-mca-kapsel {
		height:630px;
		padding-top:132px;
	}
}
@media (max-width: 767px) {

	.text-gruppe-left {
		text-align:center;
	}

	.text-gruppe-left .flasche {
		margin:auto;
	}
	
	.ausstattung-liste #sondergroesse-mca-kapsel {
		height:519px;
		padding-top:0px;
	}
}



h3.spacebottom{
	margin-top:16px;
	margin-bottom:16px;
}


.image-btn-info {
	margin:auto;
	margin-top:32px;
}



.imgcenter {
	width:100%;
	height:auto;
	text-align:center;
	padding:10px;
}
.text-block_dark {
	text-align:center;
	float:left;
	width:100%;
	height:auto;
	margin:45px 0;
	padding:0 10px;
}
.text-block_dark h1 {
	float:left;
	width:100%;
	height:auto;
	color:#B2997C;
	font-size:23px;
	line-height:29px;
	font-weight:600;
	letter-spacing:1px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 0% 8px 0%;
}
.text-block_dark p {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:26px;
	font-style:italic;
	margin:10px 0% 20px 0%;
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Georgia, "Times New Roman", serif;
}
.text-block_dark .small {
	font-size:14px;
	line-height:20px;
	font-style:normal;
	color:#ffffff;
	margin:10px 0% 10px 0%;
}
.text-block_dark h2 {
	float:left;
	width:100%;
	height:auto;
	color:#B2997C;
	font-size:15px;
	line-height:19px;
	font-weight:600;
	letter-spacing:1px;
	margin:20px 0% 5px 0%;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.text-block_dark a:link, .text-block_dark a:visited {
	text-decoration:underline;
	color:#ffffff;
	cursor:pointer;
}
.text-block_dark a:hover, .text-block_dark a:active {
	text-decoration:underline;
	color:#B2997C;
	cursor:pointer;
}
.text-block_dark ul {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:left !important;
}
.text-block_dark ul li {
	list-style:disc inside;
	color:#ffffff;
	font-weight:400;
	margin:0 0 3px 0;
	padding:0;
	text-align:left !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.kontaktbtnlocation:link, .kontaktbtnlocation:visited {
	font-size:18px;
	color:#000000 !important;
	text-decoration:none !important;
	font-family: 'Source Sans Pro', sans-serif;
	background:#B2997C;
	font-weight:700;
	line-height:23px;
	letter-spacing:1px;
	padding:12px 30px;
	text-transform:uppercase;
	outline:none;
}
.kontaktbtnlocation:hover, .kontaktbtnlocation:active {
	cursor:pointer;
	background:#ffffff;
}

.text-block_left_dark {
	text-align:center;
	float:left;
	width:100%;
	height:auto;
	margin:25px 0 45px 0;
	padding:0 10px !important;
}
.text-block_left_dark img {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.text-block_left_dark h1 {
	float:left;
	width:100%;
	height:auto;
	color:#B2997C;
	font-size:22px;
	line-height:29px;
	font-weight:600;
	letter-spacing:1px;
	margin:0 0 8px 0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.text-block_left_dark p {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:26px;
	font-style:italic;
	margin:10px 0 20px 0;
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Georgia, "Times New Roman", serif;
}
.text-block_left_dark .small {
	font-size:18px;
	line-height:25.71px;
	font-style:normal;
	color:#ffffff;
	margin:10px 0 10px 0;
}
.text-block_left_dark h2 {
	float:left;
	width:100%;
	height:auto;
	color:#B2997C;
	font-size:15px;
	line-height:19px;
	font-weight:600;
	letter-spacing:1px;
	margin:10px 0 0px 0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.text-block_left_dark a:link, .text-block_left_dark a:visited {
	text-decoration:underline;
	color:#ffffff;
	cursor:pointer;
}
.text-block_left_dark a:hover, .text-block_left_dark a:active {
	text-decoration:underline;
	color:#B2997C;
	cursor:pointer;
}
.text-block_right_dark {
	text-align:center;
	float:left;
	width:100%;
	height:auto;
	margin:25px 0 45px 0;
	padding:0 10px !important;
}
.text-block_right_dark img {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.text-block_right_dark h1 {
	float:left;
	width:100%;
	height:auto;
	color:#B2997C;
	font-size:23px;
	line-height:29px;
	font-weight:600;
	letter-spacing:1px;
	margin:0 0 8px 0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.text-block_right_dark p {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:26px;
	font-style:italic;
	margin:10px 0 20px 0;
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Georgia, "Times New Roman", serif;
}

.tableliste {
	float:left;
	width:100%;
	margin:5px 0 0 0;
	font-family: Georgia, "Times New Roman", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tableliste td {
	color:#ffffff;
	font-weight:400;
	text-align:left;
	margin:2px 0 2px 0;
	padding:5px 0 5px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.text-block_left_dark ul {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.text-block_left_dark ul li {
	list-style:disc inside;
	color:#ffffff;
	font-weight:400;
	margin:0 0 3px 0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.text-block_right_dark ul {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.text-block_right_dark ul li {
	list-style:disc inside;
	color:#ffffff;
	font-weight:400;
	margin:0 0 3px 0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.text-block_right_dark .small {
	font-size:18px;
	line-height:25.71px;
	font-style:normal;
	color:#ffffff;
	margin:10px 0 10px 0;
}
.text-block_right_dark h2 {
	float:left;
	width:100%;
	height:auto;
	color:#B2997C;
	font-size:15px;
	line-height:19px;
	font-weight:600;
	letter-spacing:1px;
	margin:10px 0 0px 0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.text-block_right_dark a:link, .text-block_right_dark a:visited {
	text-decoration:underline;
	color:#ffffff;
	cursor:pointer;
}
.text-block_right_dark a:hover, .text-block_right_dark a:active {
	text-decoration:underline;
	color:#B2997C;
	cursor:pointer;
}

#lv_verfahren h3 {
	margin-top:10px;
	margin-bottom:14px;
}
#lv_verfahren .fragen {
	margin-top:55px;
	font-style:italic;
}

@media (max-width: 774px) {
	#lv_verfahren .xs-padding-bottom {
		padding-bottom:20px;
	}
	#lv_verfahren .fragen {
		margin-top:35px; /* 55 - padding xs-padding-bottom */
	}
}

#lv_info_service h2 {
	text-align:center;
	padding-bottom:36px;
}

#map {
	height:596px;
	margin-bottom:20px;
}
@media (max-width: 774px) {
	#map {
		height:300px;
		margin-bottom:20px;
	}
}

.lv-info-service-intro-text {
	padding-right:30px;
	font-size:16px;
}
@media (max-width: 767px) {
	.lv-info-service-intro-text {
		padding-right:0px;
		padding-bottom:30px;
		text-align:center;
		font-size:16px;
	}
}

.btn-bereichswechsel {
	position:absolute;
	top:30px;
	right:30px;
	width:91px;
	height:91px;
}



@media (min-width: 775px) {
.imgcenter {
	width:100%;
	height:auto;
	text-align:center;
	padding:0px;
}	
.text-block_dark {
	text-align:center;
	float:left;
	width:100%;
	height:auto;
	margin:45px 0;
	padding:0;
}
.text-block_dark h1 {
	float:left;
	width:80%;
	height:auto;
	color:#B2997C;
	font-size:23px;
	line-height:29px;
	font-weight:600;
	letter-spacing:1px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 10% 8px 10%;
}
.text-block_dark p {
	float:left;
	width:80%;
	height:auto;
	font-size:18px;
	line-height:26px;
	font-style:italic;
	margin:10px 10% 20px 10%;
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Georgia, "Times New Roman", serif;
}
.text-block_dark .small {
	font-size:14px;
	line-height:20px;
	font-style:normal;
	color:#ffffff;
	margin:10px 10% 10px 10%;
}
.text-block_dark h2 {
	float:left;
	width:80%;
	height:auto;
	color:#B2997C;
	font-size:15px;
	line-height:19px;
	font-weight:600;
	letter-spacing:1px;
	margin:20px 10% 5px 10%;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.text-block_left_dark {
	text-align:left;
	float:left;
	width:46%;
	height:auto;
	margin:45px 4% 45px 0;
	padding:0 !important;
}
.text-block_right_dark {
	text-align:left;
	float:left;
	width:46%;
	height:auto;
	margin:45px 0 45px 4%;
	padding:0 !important;
}
.text-header-left,
.text-header {
	padding-bottom:46px;
}
.besichtigung_head {
	padding-bottom:0px !important;
}
.besichtigung_row {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.besichtigung_acc_abstand {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.shop_row {
	margin-top:30px !important;
	margin-bottom:30px !important;
}
.shop_detail_row {
	margin-top:30px !important;
	margin-bottom:30px !important;
}

}


.kontaktblock {
	color:000000;
	margin:0px 0px 40px 0px;
	padding:0 10px;
}
.kontaktblock_innen {
	background:#F5F1EB;
	padding:10px;
}
.kontaktblock h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:23px;
	line-height:29px;
	letter-spacing:1px;
	color:#000000;
	margin:0 0 18px 0;
}
.kontaktblock p {
	font-family: Georgia, "Times New Roman", serif;
	font-size:14px;
	line-height:24px;
	color:#000000;
	margin:0 0 18px 0;
}
.kontaktblock .phone {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	line-height:31px;
	color:#B2997C !important;
	font-weight:600;
	letter-spacing:1px;
	margin:0 0 0px 0;
}
.kontaktblock a:link, .kontaktblock a:visited {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
	font-weight:700;
	padding:8px 17px;
	color:#ffffff;
	background:#B2997C;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
}
.kontaktblock a:hover, .kontaktblock a:active {
	color:#ffffff;
	background:#000000;
	cursor:pointer;
}
.kontaktspacer {
	float:left;
	width:100%;
	height:auto;
	margin:35px 0 0 0;
}


.terminbox {
	float:left;
	width:100%;
	height:auto;
	padding:0 0 7px 0;
	background:#ffffff;
}
.terminbox_datum {
	float:left;
	width:100%;
	height:auto;
	padding:20px 20px 10px 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:15px;
	line-height:17px;
	color:#000000;
	font-weight:400;
}
.terminbox_headline {
	float:left;
	width:100%;
	height:auto;
	padding:0px 20px 10px 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:23px;
	line-height:29px;
	color:#B2997C;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:600;
}
.terminbox_beschreibung {
	float:left;
	width:100%;
	height:auto;
	padding:0px 20px 10px 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
	font-style:italic;
	font-weight:400;
}
.termin_detail_pic {
	float:left;
	width:84%;
	height:auto;
	margin:0 8% 60px 8%;
}
.termin_detail_pic img {
	width:100%;
	height:auto;
}
.terminbox_detail_beschreibung {
	float:left;
	width:84%;
	height:auto;
	padding:0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:18px;
	line-height:26px;
	color:#ffffff;
	font-style:italic;
	font-weight:400;
	margin:0 8% 30px 8%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.terminbox_detail_daten {
	float:left;
	width:84%;
	height:auto;
	padding:0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:14px;
	line-height:20px;
	color:#ffffff;
	font-style:normal;
	font-weight:400;
	margin:0 8% 90px 8%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.masonry-grid {
	margin-left:0px;
	margin-right:-20px;
}

/* fluid 3 columns */
.grid-sizer,
.grid-item { width: calc(33.33333333333333% - 20px); }

.lg-height {
	z-index:10;
}

.grid-item-sp-width {
	width: 34%;
	border:1px solid red;
}
.grid-item {
	padding:0;
	margin-bottom:20px;
}
.grid-item img {  
vertical-align: top;
	width:100%;
}





@media (max-width: 991px) {
	
	.grid-sizer,
	.grid-item { 
		width: calc(50% - 20px); 
	}

	
	.masonry-grid {
		margin-right:-20px;
	}
}


@media (max-width: 767px) {
	.grid-sizer,
	.grid-item { 
		width: 100%;
	}
	.grid-item img {  
		width:100%;
	}
	
	.masonry-grid {
		margin-left:0px;
		margin-right:0px;
	}
}




.fixed-with {
	display:inline-block;
	width:160px;
}



#faq {
	border-bottom:1px solid #CFCCCB;
}
.accordion {
	margin:0;
	padding:0;
}
#faq .headline {
	border-top:1px solid #CFCCCB;
	padding:14px 0 14px 0;
}
#faq .faq-content {
	padding-bottom:14px;
	padding-right:30px;
	font-size:16px;
}
#faq .faq-content li {
	line-height:22px;
	padding-bottom:6px;
}
#faq .faq-content .image img {
	margin:0 2px 2px 0;
}
#faq .headline a {
	text-decoration:none;
}
#faq .headline a:hover {
	text-decoration:none;
}


#faq .headline {
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url(/images/layout/icon-plus.png);

}

#faq h3.bezeichnung {
	color:#000;
	padding-top:2px;
	padding-right:40px;
}*, *:before, *:after {
	-webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
	-moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
	box-sizing: border-box; /* Opera/IE 8+ */
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.test_wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.test_hover_menu {
	float:left;
	width:100%;
	height:auto;
        margin:50px 0 50px 0;
}
.test_click_menu {
	float:left;
	width:100%;
	height:auto;
	margin:100px 0 50px 0px;
}
@media only screen and (min-width: 767px) {
	.test_wrap {
		max-width:767px;
		height:auto;
		margin:0;
		padding:0;
	}
	.test_hover_menu {
		float:left;
		width:306px;
		height:auto;
		margin:148px 0 500px 0;
	}
	.test_click_menu {
		float:left;
		width:306px;
		height:auto;
		margin:148px 0 500px 100px;
	}
}

/* HOVER MENU */
.articleMenu {
	float:left;
	width:100%;
	height:60px;
	position:relative;
	background:#000000;
	z-index:995;
	font-family:"Source Sans Pro", sans-serif;
}
.articleDropdown {
	float:left;
	width:100%;
	height:60px;
	background:#000000;
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	position:relative;
	padding:5px 0px;
	border:none;
	outline:none;
	box-shadow:none;
	text-align:left;
	cursor:pointer;
	font-family:"Source Sans Pro", sans-serif;
}	
.articleDropdown a {
	float:left;
	width:100%;
}
.articleDropdown label span {
	position:absolute;
	left:15px;
	top:22px;
	width:19px;
	height:2px;
	background:#ffffff;
}
.articleDropdown label span:nth-of-type(2) {
	top:28px;
}
.articleDropdown label span:nth-of-type(3) {
	top:34px;
}
.articleDropdown i {
	position:absolute;
	right:15px;
	top:10px;
	font-size:38px;
}
.articleDropdown label {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	cursor:pointer;
	padding:17px 40px 14px 44px;
	vertical-align:middle;
	text-align:left;
}
.articleDropdown input[type="checkbox"]{
	display:none;
}
.articleDropdown input[type="checkbox"]:checked ~ i:nth-of-type(1) {
	transform:rotatez(180deg) translate(0px,0px);
}
.dropdownNav {
	display:none;
	position:absolute;
	top:60px;
	padding:0px 0 0 0;
	left:0;
	width:100%;
	right:0;
}
.dropdownNav.active {
	display:block;
	position:absolute;
	top:60px;
	left:0;
	padding:0px 0 0 0;
	z-index:999;
}
.dropdownNav ul {
	float:left;
	width:100%;
	height:auto;
	background:#000000;
	list-style:none;
	color:#ffffff;
	margin:0;
	padding:0px 0 10px 0;
}
.dropdownNav ul li {
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	margin:0;
	position:relative;
/*	border-bottom:solid 1px #333333;*/
}
.dropdownNav ul li:last-of-type {
	border:none;
}
.dropdownNav ul li a {
	float:left;
	width:100%;
	height:auto;
	font-size:20px;
	line-height:40px;
	font-weight:400;
	color:#ffffff;
	padding:9px 12px;
	text-decoration:none;
	outline:none;
	transition:all 0.15s linear;
	font-family: 'Source Sans Pro', sans-serif;
}
.dropdownNav ul li:first-child a {
	margin:2px 0 0 0;
}
.dropdownNav ul li a:hover {
/*	background:#B9AF50;*/
	color:#B2997C;
}
.dropdownNav ul li i {
	position:absolute;
	right:18px;
	top:16px;
	font-size:28px;
}
.dropdownNav ul li a:hover i {
	transform:rotate(180deg);
}
.dropdownNav ul li:hover i {
	transform:rotate(180deg);
}
.dropdownNav ul li ul {
	display:none;
	padding:0px 10px 10px 10px;
}
.dropdownNav ul li ul li {
	border:none;
	padding:0;
}
.dropdownNav ul li:hover ul {
	display:block;
}
.dropdownNav ul li ul li a {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:38px;
	font-weight:400;
	color:#ffffff;
	padding:3px 10px 3px 20px;
	text-decoration:none;
	outline:none;
	transition:all 0.15s linear;
	font-family: 'Source Sans Pro', sans-serif;
}

@media only screen and (min-width: 767px) {
	.articleMenu {
		float:left;
		width:100%;
		height:50px;
		position:relative;
		background:#000000;
		z-index:995;
		font-family:"Source Sans Pro", sans-serif;
	}
	.articleDropdown {
		float:left;
		width:100%;
		height:50px;
		background:#000000;
		color:#ffffff;
		font-size:15px;
		line-height:22.5px;
		font-weight:400;
		position:relative;
		padding:0px;
		border:none;
		outline:none;
		box-shadow:none;
		text-align:left;
		cursor:pointer;
		font-family:"Source Sans Pro", sans-serif;
	}
	.articleDropdown label span {
		position:absolute;
		left:15px;
		top:17px;
		width:19px;
		height:2px;
		background:#ffffff;
	}
	.articleDropdown label span:nth-of-type(2) {
		top:23px;
	}
	.articleDropdown label span:nth-of-type(3) {
		top:29px;
	}
	.articleDropdown i {
		position:absolute;
		right:13px;
		top:8px;
		font-size:30px;
	}
	.articleDropdown label {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:50px;
		cursor:pointer;
		padding:14px 40px 14px 44px;
		vertical-align:middle;
		text-align:left;
	}
	.dropdownNav {
		display:none;
		position:absolute;
		top:50px;
		padding:2px 0 0 0;
		left:0;
		width:100%;
		right:0;
	}
	.dropdownNav.active {
		display:block;
		position:absolute;
		top:50px;
		left:0;
		padding:2px 0 0 0;
		z-index:999;
	}
	.dropdownNav ul {
		float:left;
		width:100%;
		height:auto;
		background:#000000;
		list-style:none;
		color:#ffffff;
		margin:0;
		padding:8px 0 12px 0;
	}
	.dropdownNav ul li a {
		float:left;
		width:100%;
		height:auto;
		font-size:15px;
		line-height:30px;
		font-weight:400;
		color:#ffffff;
		padding:5px 12px;
		text-decoration:none;
		outline:none;
		transition:all 0.15s linear;
		font-family: 'Source Sans Pro', sans-serif;
	}
	.dropdownNav ul li i {
		position:absolute;
		right:15px;
		top:8px;
		font-size:22px;
	}
	.dropdownNav ul li ul li a {
		float:left;
		width:100%;
		height:auto;
		font-size:14px;
		line-height:28px;
		font-weight:400;
		color:#ffffff;
		padding:2px 10px 2px 25px;
		text-decoration:none;
		outline:none;
		transition:all 0.15s linear;
		font-family: 'Source Sans Pro', sans-serif;
	}
}





/* CLICK MENU */
.articleClickMenu {
	float:left;
	width:100%;
	height:41px;
	position:relative;
	background:#000000;
	z-index:990;
	font-family:"Source Sans Pro", sans-serif;
}
.articleClickDropdown {
	float:left;
	width:100%;
	height:41px;
	background:#000000;
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	position:relative;
	padding:0px;
	border:none;
	outline:none;
	box-shadow:none;
	text-align:left;
	cursor:pointer;
	font-family:"Source Sans Pro", sans-serif;
}
.articleClickDropdown a {
	float:left;
	width:100%;
}
.articleClickDropdown label span {
	position:absolute;
	left:15px;
	top:22px;
	width:19px;
	height:2px;
	background:#ffffff;
}
.articleClickDropdown label span:nth-of-type(2) {
	top:28px;
}
.articleClickDropdown label span:nth-of-type(3) {
	top:34px;
}
.articleClickDropdown i {
	position:absolute;
	right:15px;
	top:7px;
	font-size:27px;
}
.articleClickDropdown label {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	cursor:pointer;
	padding:9px 40px 14px 12px;
	vertical-align:middle;
	text-align:left;
}
.articleClickDropdown input[type="checkbox"]{
	display:none;
}
.articleClickDropdown input[type="checkbox"]:checked ~ i:nth-of-type(1) {
	transform:rotatez(180deg) translate(0px,0px);
}
.dropdownClickNav {
	display:none;
	position:absolute;
	top:60px;
	padding:0px 0 0 0;
	left:0;
	width:100%;
	right:0;
}
.dropdownClickNav.active {
	display:block;
	position:absolute;
	top:41px;
	border-top: 1px solid #333333;
	left:0;
	padding:0px 0 0 0;
	z-index:999;
}
.dropdownClickNav ul {
	float:left;
	width:100%;
	height:auto;
	background:#000000;
	list-style:none;
	color:#ffffff;
	margin:0;
	padding:0px 0 10px 0;
}
.dropdownClickNav ul li {
	float:left;
	width:100%;
	height:auto;
/*	max-height:48px;*/
	padding:0px;
	margin:0;
	position:relative;
	border-bottom:solid 1px #333333;
	font-weight:600;
	line-height: 21.43px;
}
.dropdownClickNav ul li:last-of-type {
	border:none;
}
.dropdownClickNav ul li a {
	float:left;
	width:100%;
	font-size:20px;
	line-height:40px;
	font-weight:400;
	color:#ffffff;
	padding:9px 12px;
	text-decoration:none;
	outline:none;
	transition:all 0.15s linear;
	font-family: 'Source Sans Pro', sans-serif;

}
.dropdownClickNav ul li:first-child a {
	margin:0px 0 0 0;
}
.dropdownClickNav ul li a:hover {
/*	background:#B9AF50;*/
	color:#B2997C;
}
.dropdownClickNav ul li i {
	position:absolute;
	right:18px;
	top:15px;
	font-size:28px;
}
.dropdownClickNav label.active i {
	transform:rotate(180deg);
}
.dropdownClickNav label {
	float:left;
	width:100%;
	height:auto;
	cursor:pointer;
	font-size:20px;
	line-height:40px;
	font-weight:400;
	color:#ffffff;
	padding:9px 12px;
	vertical-align:middle;
	text-align:center;
	transition:all 0.15s linear;
	font-family: 'Source Sans Pro', sans-serif;
}
@media (min-width:992px) {
	.dropdownClickNav label {
		float:left;
		width:100%;
		height:auto;
		cursor:pointer;
		font-size:20px;
		line-height:40px;
		font-weight:400;
		color:#ffffff;
		padding:9px 12px;
		vertical-align:middle;
		text-align:left;
		transition:all 0.15s linear;
		font-family: 'Source Sans Pro', sans-serif;
	}
}
.dropdownClickNav label:hover {
/*	background:#B9AF50;*/
	color:#B2997C;	
}
.dropdownClickNav input[type="checkbox"]{
	display:none;
}
.dropdownClickNav input[type="checkbox"]:checked ~ i:nth-of-type(1) {
	transform:rotatez(180deg) translate(0px,0px);
}

.dropdownClickNav ul li ul {
	padding:0px 10px 10px 10px;
}
.dropdownClickNav ul li ul li {
	border:none;
	padding:0;
}
.dropdownSub {
	float:left;
	width:100%;
	height:auto;
	display:block;
	background:#ffffff;
	padding:5px 0;
}
.dropdownClickNav ul li ul li a {
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:38px;
	font-weight:400;
	color:#ffffff;
	padding:3px 10px 3px 20px;
	text-decoration:none;
	outline:none;
	transition:all 0.15s linear;
	font-family: 'Source Sans Pro', sans-serif;
}

@media only screen and (min-width: 767px) {
	.articleClickMenu {
		float:left;
		width:100%;
		height:41px;
		position:relative;
		background:#000000;
		z-index:990;
		font-family:"Source Sans Pro", sans-serif;
	}
	.articleClickDropdown {
		float:left;
		width:100%;
		height:41px;
		background:#000000;
		color:#ffffff;
		font-size:16px;
		line-height:22.5px;
		font-weight:400;
		position:relative;
		padding:0px;
		border:none;
		outline:none;
		box-shadow:none;
		text-align:left;
		cursor:pointer;
		font-family:"Source Sans Pro", sans-serif;
		border-bottom:1px solid #333333;
	}
	.articleClickDropdown label span {
		position:absolute;
		left:15px;
		top:17px;
		width:19px;
		height:2px;
		background:#ffffff;
	}
	.articleClickDropdown label span:nth-of-type(2) {
		top:23px;
	}
	.articleClickDropdown label span:nth-of-type(3) {
		top:29px;
	}
	.articleClickDropdown i {
		position:absolute;
		right:13px;
		top:8px;
		font-size:27px;
	}
	.articleClickDropdown label {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:41px;
		cursor:pointer;
		padding:9px 40px 14px 12px;
		vertical-align:middle;
		text-align:left;
	}
	.dropdownClickNav {
		display:none;
		position:absolute;
		top:50px;
		padding:2px 0 0 0;
		left:0;
		width:100%;
		right:0;
	}
	.dropdownClickNav.active {
		display:block;
		position:absolute;
		top:41px;
		left:0;
		padding:0px 0 0 0;
		z-index:999;
	}
	.dropdownClickNav ul {
		float:left;
		width:100%;
		height:auto;
		background:#000000;
		list-style:none;
		color:#ffffff;
		margin:0;
		padding:0px 0 0px 0;
	}
	.dropdownClickNav ul li a {
		float:left;
		width:100%;
		height:auto;
		font-size:16px;
		line-height:30px;
		font-weight:600;
		color:#ffffff;
		padding:9px 12px;
		text-decoration:none;
		outline:none;
		transition:all 0.15s linear;
		font-family: 'Source Sans Pro', sans-serif;
	}
	.dropdownClickNav ul li label {
		float:left;
		width:100%;
		height:auto;
		font-size:16px;
		line-height:30px;
		font-weight:600;
		color:#ffffff;
		padding:9px 12px;
		text-decoration:none;
		outline:none;
		transition:all 0.15s linear;
		font-family: 'Source Sans Pro', sans-serif;
	}
	.dropdownClickNav ul li i {
		position:absolute;
		right:15px;
		top:13px;
		font-size:22px;
	}
	.dropdownClickNav label {
		float:left;
		width:100%;
		height:auto;
		cursor:pointer;
		font-size:15px;
		line-height:30px;
		font-weight:400;
		color:#ffffff;
		padding:5px 12px;
		vertical-align:middle;
		text-align:left;
		transition:all 0.15s linear;
		font-family: 'Source Sans Pro', sans-serif;
	}
	.dropdownClickNav ul li ul li a {
		float:left;
		width:100%;
		height:auto;
		font-size:16px;
		line-height:28px;
		font-weight:400;
		color:#ffffff;
		padding:2px 10px 2px 25px;
		text-decoration:none;
		outline:none;
		transition:all 0.15s linear;
		font-family: 'Source Sans Pro', sans-serif;
	}
}

#shop-suche{
	float:left;
	width:100%;
	height:41px;
	line-height:50px;
	border:solid 1px #cfcccb;
	color:#cfcccb;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	border-radius:0px;
	position:relative;
}
#shop-suche::placeholder {
	color:#aca6a4;
}
.suche_icon {
	position:absolute;
	right:15px;
	top:0px;
	line-height:50px;
	font-size:20px;
	color:#EECCCC;
}
#age_background {
	background:white !important;
}
#age_background_1 {
	background:white !important;
}
#age_symbol {
	color:red !important;
}
#age_symbol_1 {
	color:red !important;
}
.agever_headline .text {
	color:black !important;
}
.agever_text {
	color:black !important;
}
.agever_noentry_headline .text {
	color:black !important;
}
.agever_noentry_text {
	color:black !important;
}
.entrybutton {
	background:orange !important;
	color:black !important;
}
.noentrybutton {
	background:red !important;
	color:red !important;
}



input[type=checkbox]
{
   Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
 -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;

}

.ageverform {
  /*display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.50); /* Black w/ opacity */
  padding-top: 10px;

}

.agever_headline {
    float:left;
    width:100%;
    height:auto;
    margin:5px 0 5px 0;
}
.agever_headline i {
    float:left;
    width:14%;
    height:auto;
    color:#000000;
    font-size:28px;
    line-height:38px;
    margin:4px 0 0 0;
}
.agever_headline .text {
    float:left;
    width:86%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:18px;
    line-height:26px;
    color:#821e19;
}
.agever_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:15px;
    line-height:24px;
    color:#000000;
    margin:8px 0 5px 0;
}
.agever_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 15px 0;
    text-align:center;
}
.agever_logo img {
    width:90%;
    max-width:350px;
    height:auto;
}
.agever_button_l {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:10px 1% 0px 0;

}
.agever_button_r {
    float:left;
    width:49%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:10px 0 0 1%;
}
.noentrybutton {
    float:left;
    width:100%;
    height:60px;
    text-align:center;
  background-color: #222222;
  color: white;
  padding: 10px 10px;
  margin: 4px 0 0px 0;
  border: none;
  cursor: pointer;
  font-size:12px;
  line-height:20px;
}
.noentrybutton:hover {
  opacity: 0.8;
}
.entrybutton {
    float:left;
    width:100%;
    height:60px;
    text-align:center;
  background-color: #821e19;
  color: white;
  padding: 10px 10px;
  margin: 4px 0 0px 0;
  border: none;
  cursor: pointer;
  font-size:14px;
  line-height:20px;
}
.entrybutton:hover {
  opacity: 0.8;
}
.entrybutton2 {
    float:left;
    width:100%;
    height:60px;
    text-align:center;
  background-color: #821e19;
  color: white;
  padding: 10px 10px;
  margin: 4px 0 0px 0;
  border: none;
  cursor: pointer;
  font-size:14px;
  line-height:20px;
}
.entrybutton2:hover {
  opacity: 0.8;
}
.clear {
    clear:both;
}

.ageverform_noentry {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  padding-top: 10px;
}
.agever_noentry_headline {
    float:left;
    width:100%;
    height:auto;
    margin:40px 0 20px 0;
}
.agever_noentry_headline i {
    float:left;
    width:18%;
    height:auto;
    color:#000000;
    font-size:28px;
    line-height:50px;
    margin:0px 0 0 0;
}
.agever_noentry_headline .text {
    float:left;
    width:82%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:18px;
    line-height:28px;
    color:#821e19;
}
.agever_noentry_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:18px;
    line-height:28px;
    color:#000000;
    text-align:center;
    margin:10px 0 40px 0;
}
.agever_noentry_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 30px 0;
    text-align:center;
}
.agever_noentry_logo img {
    width:90%;
    max-width:350px;
    height:auto;
}
.modal-content {
    position:relative;
    background-color: #ffffff;
    margin: 5px auto;
    border: none;
    width: 90%;
    box-shadow:4px 4px 4px rgba(0,0,0,0.4);
}
.formcontainer {
  padding: 16px;
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}


@media only screen and (min-width: 768px) {
.agever_headline i {
    float:left;
    width:8%;
    height:auto;
    color:#000000;
    font-size:38px;
    line-height:46px;
    margin:0px 0 0 0;
}
.agever_headline .text {
    float:left;
    width:92%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:34px;
    color:#821e19;
}	
.agever_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:28px;
    color:#000000;
    margin:8px 0 5px 0;
}
.agever_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 20px 0;
    text-align:center;
}
.agever_logo img {
    width:40%;
    height:auto;
}	
.agever_button_l {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:20px 1% 0px 0;
}
.agever_button_r {
    float:left;
    width:49%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:20px 0 0 1%;
}
.agever_noentry_headline i {
    float:left;
    width:8%;
    height:auto;
    color:#000000;
    font-size:38px;
    line-height:50px;
    margin:5px 0 0 0;
}
.agever_noentry_headline .text {
    float:left;
    width:92%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:32px;
    line-height:42px;
    color:#821e19;
}
}







@media (max-width: 550px) {

input[type=checkbox]
{
   Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
 -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
margin-bottom:100%;

}
}




@media (min-width: 1200px) {
input[type=checkbox]
{
   Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
 -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
margin-bottom:80%;
}



.ageverform {
 /* display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.50); /* Black w/ opacity */
  padding-top: 100px;
}
.ageverform_noentry {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  padding-top: 100px;
}
.modal-content {
    position:relative;
    background-color: #ffffff;
    margin: 5px auto;
    border: none;
    width: 35%;
    box-shadow:4px 4px 4px rgba(0,0,0,0.4);
}
.agever_headline {
    float:left;
    width:100%;
    height:auto;
    margin:5px 0 10px 0;
}
.agever_headline i {
    float:left;
    width:11%;
    height:auto;
    color:#000000;
    font-size:38px;
    line-height:48px;
    margin:2px 0 0 0;
}
.agever_headline .text {
    float:left;
    width:100%;
	text-align:center;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:34px;
    color:#821e19;
}
.agever_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:30px;
    color:#000000;
    margin:8px 0 5px 0;
}
.agever_logo {
    float:left;
    width:100%;
    height:auto;
    margin:8px 0 20px 0;
    text-align:center;
}
.agever_logo img {
    width:50%;
    height:auto;
}
.agever_noentry_headline {
    float:left;
    width:100%;
    height:auto;
    margin:40px 0 30px 0;
}
.agever_noentry_headline i {
    float:left;
    width:11%;
    height:auto;
    color:#000000;
    font-size:44px;
    line-height:54px;
    margin:5px 0 0 0;
}
.agever_noentry_headline .text {
    float:left;
    width:89%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:28px;
    line-height:40px;
    color:#821e19;
}
.agever_noentry_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:22px;
    line-height:34px;
    color:#000000;
    text-align:center;
    margin:10px 0 40px 0;
}
.agever_noentry_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 30px 0;
    text-align:center;
}
.agever_noentry_logo img {
    width:70%;
    height:auto;
}

}

/*# sourceMappingURL=css_02_layout.css.map */
.order_addbasket {
	text-align:left;
}
.age_popup_bg {
	font-family:'Source Sans Pro', sans-serif;
	background-color:#404040;
	width:100%; 
	height:100%;
	display:block;
}
.age_popup_inside {
	font-family:'Source Sans Pro', sans-serif;
	background-color:#b2997c;
	color:white;
	display:inline-block;
	text-align:center;
	margin:20px;
}
.age_popup_btns {
	font-family:'Source Sans Pro', sans-serif;
	display:inline-block;
	padding-top:20px;
	width:30%;
	background-color:white;
	color: #b2997c;
}
#myModal {
	font-family:'Source Sans Pro', sans-serif;
	background-color:#404040;
	z-index:9999;
	overflow-y:unset;
	height:auto;
	overflow:unset;
}
.modal-dialog {
	font-family:'Source Sans Pro', sans-serif;
	width:100%;
	padding:4%;
	height:100%;
}
.modal-content {
	font-family:'Source Sans Pro', sans-serif;
	background-color:#b2997c;
	font-size:20px;
	color:white;
	text-align:center;
	border-radius:0px;
/*	width:100%;
	height:auto; */
	width:610px;
	height: 426px;
	display:block;
}
.modal-body {
	font-family:'Source Sans Pro', sans-serif;
	padding:48px !important;
	font-size:21px;
	display:inline-block;
	line-height:27px;
}
.unter18_message {
	color:black;
	display:none; 
	margin-top:24px; 
	font-family:'Source Sans Pro', sans-serif; 
	font-size:21px;
	line-height:27px;
}
.btn_under, .btn_uber {
	border-radius:0px;
	background-color:white;
	color:#b2997c;
	font-size:15px;
	width:40%;
	height:48px;
/*	padding:20px;*/
	display:inline-block;
	font-weight:600;
}
@media (min-width: 992px) {
	.btn_under, .btn_uber {
		border-radius:0px;
		background-color:white;
		color:#b2997c;
		font-size:15px;
		width:145px;
		height:48px;
	/*	padding:20px;*/
		display:inline-block;
		font-weight:600;
	}
}
.btn_under:hover {
	background-color:black !important;
	color:#b2997c !important;
}
.btn_uber:hover {
	background-color:black !important;
	color:#b2997c !important;
}
.age_buttons {
	display:block;
	margin-top:24px; 
	height:48px;
	width:100%;
}
.footer-containerF {

  display: grid;
  grid-gap: 1rem; /* Optional */
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 1rem; /* Optional */
}

.columnF {
  padding: 1rem; /* Optional */
}

.float{
	position:fixed;
	left:0px;
	z-index:99999;
	background-color:none;
	color:#FFF;
	text-align:center;
	width:40px;
	height:214.62px;
/*	top:168.38px;*/
	top:265px;
	bottom:unset;
}
.float_lohv {
	position:fixed;
	left:0px;
	z-index:99999;
	background-color:none;
	color:#FFF;
	text-align:center;
	width:40px;
	height:136px;
/*	top:168.38px;*/
	top:265px;
	bottom:unset;
}
.kollektion-space {
	float:left;
	width:100%;
	height:20px;
	margin:0;
	padding:0;
}
.footer ul li a:hover {
	color:#B2997C !important;
}
.mobile_verkostung_space_unten {
	margin-bottom:-40px !important;
}
.mobile_verkostung_space_oben {
	margin-top:-40px !important;
}

@media (min-width: 774px) {
.mobile_verkostung_space_unten {
	margin-bottom:50px !important;
}
.mobile_verkostung_space_oben {
	margin-top:0px !important;
}	
}

.silvaner, .chardonnay, .coeur {
/*	max-width: 80% !important;
	margin-left: 10% !important;*/
	width:302.65px !important;
	height:208px !important;
	margin:auto !important;
}

@media (min-width:992px) {
	.silvaner, .chardonnay, .coeur {
/*		max-width:38.5% !important;
		margin-left:30% !important;*/
		width:360px !important;
		height:243px !important;
	}
}

@media (max-width:850px) {
	.modal-content {
		width:100%;
		height:100%;
	}
	.modal-dialog {
		margin: 0px;
		height:auto;
	}
	.im_shop_bestellen {
		width:auto;
		height:auto;
	}
}

.dropdown-menu {
	background:black;
}
.open ul li a {
	color:white;
}
.im_shop_bestellen {
	width:220px;
	height:46px;
}
.footerelement {
	margin-left:20%; /*300px*/
	width:60%; /*910px*/
	height:auto;
	max-height:none; /*80px*/
}
.footerlogo {
/*	width:57%; height:auto;*/
	width:80px;
	height:80px;
	margin-top:20px;
}
.col-md-3, .col-md-4, .col-md-2, .col-md-5{
/*	margin-top:30px;
	margin-bottom:30px;*/
	text-align:center;
}
.row { margin-top:30px; margin-bottom:30px; }
.suchbeg { width:70%; }
.artikel_detail_beschreibung { text-align:left; }
.td1, .td2 { text-align:left; }
.artikel_warenkorb_beschr, .artikel_warenkorb_beschr_price { text-align:left; }
.artikel_warenkorb_beschr { width:35% !important;} 
.artikel_warenkorb_beschr_zusatz { text-align:left; }
/**.expertise { bottom:-442px !important; position:relative; }*/
.expertise { position:absolute; margin-bottom:40px; }
/*.expertise2 { bottom:-330px !important; }*/
.img-responsive2 { margin-left:28% !important; }
.col-md-eichelmann, .col-md-vinum { padding-left:0px; padding-right:0px; width:100%;}
@media (min-width: 992px) {
	.img-responsive2 { margin-left:0px !important; max-width:100%; }
	.expertise{ bottom:unset; position:unset; top:inherit; }
	.artikel_warenkorb_beschr { width:45% !important; }
	.suchbeg { width:33.3333%; }
	.float {
		width:40px;
		height:214px;
/*		bottom:160px;*/
		top:380px;
	}
	.float_lohv {
		width:40px;
		height:136px;
/*		bottom:160px;*/
		top:380px;
		bottom:unset;
	}
	.row { margin-top:0px; margin-bottom:0px; }
	.footerlogo { margin-top: 0px; }
	.col-md-3, .col-md-4, .col-md-2, .col-md-5 {
		text-align:left;
		margin-top:30px;
		margin-bottom:30px;
	}
	.footerlogo { margin-left:30px; }
	
	.kollektion-space {
		float:left;
		width:100%;
		height:30px;
		margin:0;
		padding:0;
	}

}
@media (min-width:774px) {
	.col-md-eichelmann, .col-md-vinum { padding-left:0px; padding-right:0px; width:100%;}
}
.eichelmannlogo, .vinumlogo {
	width:160px !important;
	float:inherit !important;
	height:160px !important;
}


@media (max-width:850px) {
	.footerelement { 
		width: 100%;
		height: 100%;
		margin-left: 0px;
		text-align: center !important;
		max-height: unset;
		
	}
	.list-unstyled-left {
		text-align:center !important;
	}

}
@media (max-width:1250px) {
	.footerli {
		text-align:left !important;
	}
/*	.footerlogo {
		width:15%;
		padding-top:20px;
	}*/
}
@media (max-width:750px) {
	.footerli {
		text-align:center !important;
	}
}
.footerli {
	text-align:right;
}
.footer-text-white {
	letter-spacing: 1px;
	font-size:13px;
	font-weight:600;
}
.list-unstyled-left {
	text-align:left;
}
#prehome .footer {
	float:left;
	margin:0 !important;
	padding:0;
}
.footer {
	margin:0;
	background:#ffffff;
}
#footer-kontakt .icon {
	width:38px;
	height:38px;
	background:#ffffff;
	text-align:center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size:22px;
	padding:8px 0 0 0;
	margin:0 0 3px 0;
	-webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  color:#000000;
}
#footer-oeffnungszeiten .icon {
	width:38px;
	height:38px;
	background:#ffffff;
	text-align:center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size:22px;
	padding:8px 0 0 0;
	-webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  color:#000000;
}
#footer-karte .logo img {
	max-height:85px;
	width:auto;
}
.footer #menu_footer {
	text-align: center;
}
.footer #menu_footer li {
	display: inline-block; 
	float: none;
	
	margin-right: 10px;
	padding: 7px 2px 0 2px;
	list-style: none;
	line-height:30px;
	
}
.footer #menu_footer li.separator {
	padding-left:0;
	padding-right:0;
	color:#000000;
}
.footer #menu_footer li a {
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	font-weight:600;
}
.footer #menu_footer li a:hover {
	color: #B2997C;
}
@media (max-width: 774px) {
	.footer #menu_footer li a {
		font-size:10px;
	}
}