/* Allgemein */
strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.bg-grau {
	padding: 2em 0;
	background-color: #DEDDD8;
}

body {
	background-color: #F7F7F4;
	color: #525252;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 15px;
	line-height: normal;
}

b {
	font-weight: bold;
}

h1 {
	margin-top: 33px;
	margin-bottom: 30px;
	font-size: 28px;
	color: #938D7B;
	font-weight: lighter;
}

h2 {
	margin-bottom: 5px;
	color: #928C7A;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 14px;
	font-size: 19px;
}

h4 {
	margin-bottom: 15px;
	font-size: 17px;
	color: #B6B1A7;
	text-transform: uppercase;
}

a {
	color: #938D7B;
	text-decoration: none;
}

.left-column,
.right-column {
	display: inline-block;
	vertical-align: top;
}

.left-column {
}

.right-column {
}

.container {
	display: inline-block;
	vertical-align: top;
}

.liste {
  list-style: disc;
  padding-left: 20px;
}

.liste > li + li {
	margin-top: 10px;
}

.goto-top {
	visibility: hidden;
	display: inline-block;
	position: fixed;
	right: 30px;
	bottom: 100px;
	color: #555555;
}

.goto-top.is-visible {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

.down-arrow {
	position: absolute;
	bottom: 50px;
	width: 100%;
	cursor: pointer;
	z-index: 2;
}

.down-arrow > * {
	margin: 0 auto;
	width: 31.5px;
	height: 32px;
	position: relative;
	display: block;
	background: url(../images/arrow-down.png) no-repeat;
}

.down-arrow > *:hover {
	background-position: -32px 0px;
}

a.back-link {
	float: right;
	margin-top: 40px;
}

.shop-button {
	position: absolute;
	top: 0;
	right: 375px;
}

.logo-nero {
	width: 296px;
	height: 86px;
}

.logo-bistro {
	width: 296px;
	height: auto;
}

.google-map {
	width: 100%;
	height: 750px;
}


/* Backgroundimage Slider */
.header-slider {
	position: relative;
	min-height: 175px;
}

.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: auto;
}

.image {
	height: 854px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* IE 8 Support - background-size-polyfill */
	-ms-behavior: url(/plugins/background-size-polyfill-0.2.0/backgroundsize.min.htc);
}

.thumbnails {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.59);
}

.thumbnail-container {
	display: inline-block;
	vertical-align: top;
}

.event-galerie {
	display: block;
	position: relative;
	margin-top: 20px;
	min-height: 45px;
}


/* header */
header {
	position: absolute;
	top: 90px;
	width: 100%;
	z-index: 2;
}

header > nav {
	position: relative;
	padding: 0 0.5em;
	line-height: 41px;
	background-color: rgba(0,0,0,0.85);
	font-size: 18px;
	color: white;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.64);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.64);
}

header.sticky {
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.64);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.64);
	transition: .5s;
}

header.sticky .home-link {
	display: none;
}

header.sticky > nav {
	background: none;
	box-shadow: none;
}

header > nav > a {
	position: relative;
	padding: 0 1em;
	color: inherit;
	text-decoration: none;
}

header > nav > a:hover:not(.home-link) {
	opacity: 0.69;
}

header > nav > a:nth-child(2) {
	margin-left: 340px;
}

.home-link {
	position: absolute;
	bottom: -14px;
}

.telefon {
	position: absolute;
	right: 1em;
	color: rgba(255,255,255,0.69);
}


/* Menu */
#menu-button {
	display: none;
	position: absolute;
	top: -16px;
	right: 20px;
	cursor: pointer;
	
	/*SVG Einstellungen: */
	fill: white;
}

#smart-menu {
	display: none;
	background-color: rgba(0,0,0,0.85);
	text-align: center;
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.64);
}

#smart-menu li {
	padding: 7px 0;
}

#smart-menu li + li:before {
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 8px;
	background: linear-gradient(to right,  rgba(0,0,0,0.64) 0%,rgba(255,255,255,1) 50%, rgba(0,0,0,0.64) 100%);
}

#smart-menu li:last-child {
	padding-bottom: 15px;
}

#smart-menu a {
	display:block;
	color: white;
}


/* main */

.main-content {
	position: relative;
}

nav.kategorien {
	margin-top: 20px;
}
.submenu_neu {
	width: 306px;
	margin-bottom: 36px;
    margin-right: 20px;
	border: solid thin #DEDDD8;
	background-color: #DEDDD8;

	transition: 0.2s;
}

.submenu,
.team-mitglied {
	width: 306px;
	margin-bottom: 36px;
  margin-right: 20px;
	border: solid thin #DEDDD8;
	cursor: pointer;
	transition: 0.2s;
}

.team .team-mitglied {
	margin-left: 0;
}

.team .team-mitglied,
.team .team-mitglied > a,
.sauna .team-mitglied {
	cursor: default;
}

.submenu:hover > div {
	background-color: #DEDDD8;
	transition: 0.5s;
}

.team .submenu:hover > div,
.sauna .submenu:hover > div {
	background: white;
}

.submenu:nth-child(even) {
	/*margin-left: 154px;*/
}

.submenu > div,
.team-mitglied > div {
	height: 210px;
	background: white;
}

.team .team-mitglied > div {
	height: 115px;
}

.submenu > div,
.submenu > a,
.team-mitglied > div,
.team-mitglied > a {
	padding: 20px;
}

.submenu > a,
.team-mitglied > a {
	display: block;
	height: 300px;
	background-color: #DEDDD8;
}

.team .team-mitglied > a {
	height: auto;
}

.submenu img,
.team-mitglied img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.team .team-mitglied h2 {
	color: #928c79;
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
}


/* Gruppen */
.gruppe {
	margin-top: 20px;
}

.gruppe div.right-column {
	width: 50%;
}

.gruppe div.left-column {
	width: 125px;
}
.gruppe div.takeaway {
	width: 280px;
}

.gruppe > div {
	display: inline-block;
	padding: 5px;
	margin: 0 4px;
	margin-bottom: 8px;
	margin-left: 0;
	background-color: #DEDDD8;
	color: #928C7A;
	cursor: pointer;
	transition: 0.3s ease-in;
}

.gruppe > div:hover {
	background-color: #222222;
	color: white;
	transition: 0.4s ease-out;
}

/*.gruppe a {
  display: block;
  position: absolute;
  bottom: 0;
}
*/

.gruppe img {
	width: 168px;
}
.takeaway img {
	width: 280px;
}
.takeaway-box {
	display: inline-block;
	vertical-align: top;
	width: 193px;
	height: 206px;
	background-image: url(../images/startseite/postit_blank.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: -1;
}
.takeaway-box p {
	position: relative;
	top: 70px;
	right: 5px;
	width: 66%;
	margin: 0 auto;
	color: #111111;
	font-family: "Shadows Into Light", cursive;
	font-size: 21px;
	text-align: center;
	transform: rotate(-3deg);
	line-height: 1;
}
.content {
	position: relative;
}

/* Events */
nav.archiv {
	margin-bottom: 20px;
}

nav.archiv > a {
	dispaly: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	background: #E8E7E3;
	color: #535353;
}

nav.archiv > a:hover,
nav.archiv > a.selected {
	background: #C7C3B9;
}

.event {
	padding: 25px 10px;
	background-color: #DEDDD8;
}

.event:nth-child(even) {
	background: none;
}

.event > .content > * {
	display: inline-block;
	vertical-align: top;
	/*font-size: 21px;*/
}

.event .event-text {
	width: 600px;
	padding-right: 20px;
}

.event h3 {
	margin: 0;
	font-weight: bold;
	/*font-size: 21px;*/
	font-size: inherit;
}

.event .datum {
  width: 86px;
	margin-right: 34px;
	font-weight: bold;
}

.event img {
	width: 220px;
}

p.galerie-link {
	width: 75px;
	cursor: pointer;
}


/* Footer */
footer {
	margin-top: 50px;
	padding-top: 42px;
	padding-bottom: 168px;
	background-color: #181818;
	color: #6B6B6B;
	font-size: 13px;
}

footer section > div {
	/*margin: 0 auto;*/
}

footer a {
	color: inherit;
	text-decoration: none;
}

footer a:hover {
	opacity: .5;
}

footer > div > section {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

footer nav a {
	display: block;
}

.follow-us {
	display: inline-block;
	margin-top: 40px;
	margin-right: 20px;
}

.follow-us + a {
	display: inline-block;
	vertical-align: middle;
}

.bistro-switch {
	margin-top: 40px;
	font-size: 17px;
}

.nero-menu {
	margin-top: 25px;
}

.nero-menu > h4 {
	display: inline-block;
	margin-right: 5px;
}

.nero-menu a {
	display: inline-block;
	vertical-align: middle;
}

a.copyright {
	color: #555555;
	font-size: 10px;
}

a.copyright:hover {
	color: #94202C;
}

.business-hours {
	text-align: center;
}

.business-hours > div {
	display: inline-block;
	text-align: left;
}

.quick-links > div {
	float: right;
}


/* Buttons */
.toolbar {
	margin: 5px 0;
}

.toolbar > * {
	vertical-align: middle;
	cursor: pointer;
}

.sendbutton {
	padding: 8px 16px 8px 16px;
	border: none;
	background-image: none, -webkit-linear-gradient(270deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	background-image: none, -moz-linear-gradient(270deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	background-image: none, -o-linear-gradient(270deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	background-image: none, linear-gradient(180deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	color: #F7F7F4;
	font-size: 18px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}

a.button {
	background:#990000; 
	font-size:14px; 
	line-height:18px; 
	color:#fff; 
	display:inline-block; 
	padding:6px 30px 5px 100px; 
	border-radius:6px; 
	box-shadow:0 1px 1px #adaeab
}
a.button:hover {
	background:#222222
}

input[type=submit] {
	padding: 10px;
	border: none;
	background-image: none, -webkit-linear-gradient(270deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	background-image: none, -moz-linear-gradient(270deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	background-image: none, -o-linear-gradient(270deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	background-image: none, linear-gradient(180deg,rgba(166,190,27,1.00) 0%,rgba(119,136,19,1.00) 100%);
	color: #F7F7F4;
	font-size: 21px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}

input[type=submit]:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(119,119,119,1.00) 0%,rgba(17,17,17,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(119,119,119,1.00) 0%,rgba(17,17,17,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(119,119,119,1.00) 0%,rgba(17,17,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(119,119,119,1.00) 0%,rgba(17,17,17,1.00) 100%);
}


/* FAQ */
.faq > ul {
	margin-top: 10px;
	list-style: disc;
	padding-left: 20px;
}

.faq > ul > li + li {
	margin-top: 15px;
}

.question {
	display: inline;
}

.question:hover {
	cursor: pointer;
	opacity: 0.5;
}

.answer {
	display: none;
	margin-top: 5px;
	margin-left: 20px;
}


/* Shop */
table.shop {
	margin-bottom: 20px;
	width: 100%;
	table-layout: fixed;
	color: #726C5B;
}

table.shop tr {
	/*height: 63px;*/
}

table.shop tbody tr:nth-child(odd) {
	background-color: #DEDDD8;
}

table.shop tr.special {
  /*background-color: rgba(166, 190, 27, 1) !important;
  color: white !important;*/
}

table.shop tr.special a {
  /*color: inherit;*/
}

table.shop th {
	text-align: left;
	color: #726C5C;
	font-size: 16px;
	font-weight: bold;
}

table.shop th,
table.shop td {
	padding: 15px 10px;
	vertical-align: middle;
}

td.top {
	vertical-align: top !important;
}

table.shop input {
	width: 56px;
	height: 31px;
	padding-left: 5px;
	line-height: 31px;
	color: #726c5b;
	font-size: 16px;
	border: solid thin #deddd8;
}


td.toolbar {
	text-align: center;
}

.kontakt-formular {
	margin-top: 35px;
}

.kontakt-formular input,
.kontakt-formular textarea {
	font-size: 16px;
}

.kontakt-formular .left-column,
.kontakt-formular .right-column {
	width: 49.7%;
}

.kontakt-formular .right-column {
	text-align: right;
}

textarea {
	width: 100%;
	height: 115px;
	padding: 10px;
	background-color: #DEDDD8;
	color: #726C5B;
	border: none;
	font-family: inherit;
}

div.details {
	margin-top: 15px;
}

div.details img {
	display: inline-block;
	vertical-align: middle;
}

div.details p {
	display: inline-block;
	max-width: 55%;
	margin-left: 15px;
	font-style: italic;
}


/* Bistro */
.bistro-text {
	display: inline-block;
	max-width: 730px;
}

.bistro-text + img {
	float: right;
	clear: right;
}

.next-tasting {
  position: absolute;
  top: 25px;
  right: 10px;
}

.next-tasting p {
  position: absolute;
  bottom: 29px;
  width: 250px;
	color: #AD946C;
	font-size: 25px;
  text-align: center;
}

.recommend-btn {
  position: absolute;
  top: 45px;
  left: 300px;
}

a.takeaway-btn {
  position: absolute;
  color:#ffffff;
  top: 45px;
  left: 300px;
  background-color:#990000;
  padding-left:15px;
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:4px;
}
a.takeaway-btn:hover {
  background-color:#a0a0a0;
}

.register-btn {
  position: absolute;
  top: 45px;
  left: 435px;
}


/* Animationen */
.input--kaede {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	max-width: none;
	background-color: #DEDDD8;
}

.input__field--kaede {
	width: 70%;
	color: #726c5b;
	font-size: 16px;
}

.input__label--kaede {
	color: #726C5B;
	font-size: 100%;
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede {
	transform: translate3d(70%, 0, 0);
}

.cl-effect-3 a {
	/*padding: 8px 0;*/
}

.cl-effect-3 a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(255,255,255,1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:not(.home-link):hover::after,
.cl-effect-3 a:not(.home-link):focus::after,
.cl-effect-3 a.current:not(.home-link)::after {
	opacity: 0.9;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

table.reparatur {
  border: none !important;
}

table.reparatur td {
  padding: 5px;
  padding-left: 0;
  border: none !important;
}

nav.links {
}

nav.links a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 150px;
  margin-right: 10px;
  margin-bottom:10px;
  padding: 10px;
  background-color: #DEDDD8;
  text-align: center;
  font-weight: bold;
}

nav.links a:hover {
  background-color: #C4C1B9;
}

div.bildergalerie img {
  margin-right: 20px;
  margin-bottom: 10px;
}


/* Belegungsplan */
.belegungsplan th,
.belegungsplan td {
  padding: 2px 5px;
  border: solid thin #DEDDD8;
}

.belegungsplan tr:nth-child(2n+3) {
  background-color: #DEDDD8;
}

.friendlywoman {
	margin-top:-240px;
}

#hilfe {
    position:absolute;	
	top:-680px;
	padding:10px;
	background-color:#FFFFFF;
}


/* Smartphone und Tablet */
@media only screen and (max-width: 1023px) {
	nav.links {
  }
  
  table.shop {
		width: auto;
	}
	
	.goto-top {
		right: 5px;
	}
  
  .next-tasting {
    position: relative;
    width: 250px;
    margin: 0 auto;
  }
}

/* Tablet only */
@media only screen and (max-width: 1023px) and (min-width: 700px) {
	#hilfe {
		top:-330px;
	}

	.wrapper {
		width: 660px;
	}
	
	header > nav {
		line-height: 31px;
		font-size: 14px;
	}
	
	header > nav > a:nth-child(2) {
		margin-left: 235px
	}
  
	#menu-button {
		display: block;
    top: -21px;
	}
	
	.logo-nero {
		width: 222px;
		height: auto;
	}
	
	.logo-bistro {
		width: 205px;
		height: auto;
	}
  
  .main-menu {
		height: 30px;
	}
	
	.main-menu > * {
		display: none;
	}
	
	.main-menu > *:first-child {
		display: block;
	}
  	
	.home-link {
		bottom: -9px;
	}
	
	.image {
		height: 480px;
	}
	
	.submenu:nth-child(even) {
		margin-left: 95px;
	}
	
	.team .submenu {
		margin-left: 0;
		margin-right: 20px;
	}
	
	.shop-button {
		right: 190px;
	}
	
	.event > .content > * {
		font-size: 15px;
	}
  
 	.event > .content > img {
    margin-top: 20px;
    margin-left: 124px;
  }

	.event .event-text {
		width: 400px;
	}
	
	.bistro-text {
		max-width: 490px;
	}
	
	.google-map {
		height: 550px;
	}
	
	.submenu:nth-child(even) {
		margin-left: 0;
	}
	
	.container {
		margin-right: 20px;
	}
  
  .nero-menu > h4 {
    display: block;
  }
  
  .friendlywoman {
	margin-top:-280px;
}

}

/* Smartphone only */
@media only screen and (max-width: 699px) {
	
	#hilfe {
		position:relative;
		top:-25px;
		background-color:transparent;
		padding-left:0px;
		padding-right:0px;
	}
	
	.smart-hide {
		display: none;
	}
	
	h1 {
		font-size: 20px;
	}
	
	header {
		top: 20px;
	}
	
	.header-slider {
		min-height: 40px;
	}
	
	#menu-button {
		display: block;
	}
	
	footer section + section {
		margin-top: 20px;
	}
	
	footer > div > section {
		width: 100%;
	}
	
	.wrapper {
		width: 300px;
	}
	
	.image {
		height: 245px;
	}
	
	.kontakt-formular .left-column,
	.kontakt-formular .right-column {
		display: block;
		width: auto;
		text-align: left;
	}
	
	.logo-nero,
	.logo-bistro {
		width: 110px;
		height: auto;
	}
	
	.home-link {
		bottom: -11px;
	}

	.main-menu {
		height: 20px;
	}
	
	.main-menu > * {
		display: none;
	}
	
	.main-menu > *:first-child {
		display: block;
	}
	
	.shop-button {
		right: 5px;
	}
	
	.submenu:nth-child(even) {
		margin-left: auto;
	}
	
	a.back-link {
		margin-top: 60px;
		font-size: 12px;
	}
	
	.input__label--kaede {
		font-size: 70%;
	}
	
	.input {
		width: 100%;
	}
	
	ul.events {
		display: none;
	}
	
	.event .event-text {
		width: 280px;
	}
	
	.event img {
		margin-top: 15px;
	}
	
	.bistro-text {
		width: auto;
	}
	
	.bistro-text + img {
		display: block;
		width: 250px;
		float: none;
		clear: none;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.business-hours {
		text-align: left;
	}
	
	.quick-links > div {
		float: none;
	}
	
	.event h3 {
		margin-top: 15px;
	}
	
	.google-map {
		height: 350px;
	}
  
  .event .datum {
    width: auto;
  }
  
  .recommend-btn {
    top: 30px;
    left: auto;
    right: 5px;
  }

  a.takeaway-btn {
    top: 35px;
    left: auto;
    right: 5px;
  }
  
  .register-btn {
    top: 50px;
    left: auto;
    right: 5px;
  }
  
  .friendlywoman {
	  display:none;
  }
}
