/*@import "https://fonts.googleapis.com/css?family=Cabin:900,800,700,600,400,300,200,100";*/
@import "https://fonts.googleapis.com/css?family=Jost:900,800,700,600,400,300,200,100";

.clearfix {
	zoom: 1;
}
.clearfix::before, .clearfix::after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

/*************************************************/
/*----- Login -----*/
/*************************************************/

body.login #wrapper, body.register #wrapper, body.password #wrapper {
	background-color: #87a447;
	margin: 0;
}
#wrapper {
	/*min-height: 100%;*/
	padding: 0 5px;
}
#logincontent {
	width: 407px;
	margin: 0 auto;
	font-size: 1.6em;
	overflow: visible;
	padding-bottom: 70px;
}
#boxcontent {
	position: relative;
	padding-top: 144px;
}
#boxcontent .error {
	border: 2px solid var(--ga-red);
	padding: 10px;
	margin-top: 20px;
}
#boxcontent .success {
	border: 2px solid var(--ga-green);
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#loginlogo {
	text-align: center;
}
.loginLogo {
	margin: -147px 0 0 0px;
	width: 100px;
}
.loginTitel {
	padding-top: 50px;
}
.loginTitel h1 {
	font-size: 24px;
}
#loginbox {
	background: var(--ga-white);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}
#loginbox .loginContent {
	padding: 0 40px;
}
#loginbox .textInput {
	position: relative;
	padding-top: 50px;
}
#loginbox .textInput label {
	font-size: 20px;
	position: absolute;
	line-height: 100%;
	margin: 15px 0 0 12px;
	color: #ccc;
	text-shadow: 0 1px 0 #fff;
	display: block;
}
#loginbox .textInput input, #loginbox .textInput select {
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 20px;
	padding: 12px 10px 10px 10px;
	line-height: 1.2;
	background: #f6f6f6;
	border: 1px solid;
	border-color: #cecece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	-webkit-box-shadow: 0 3px 4px rgba(0 0 0 / 5%) inset;
	-moz-box-shadow: 0 3px 4px rgba(0 0 0 / 5%) inset;
	box-shadow: 0 3px 4px rgba(0 0 0 / 5%) inset;
	outline: none;
}
#loginbox .textInput input::placeholder, #loginbox .textInput select option[disabled] {
	color: #999;
}
#loginbox .submitButton input {
	margin: 40px 0 40px 0;
	width: 100%;
	font-size: 20px;
	padding: 16px 10px 14px 10px;
	line-height: 100%;
	background: #688a4d;
	color: var(--ga-white);
}
#loginbox .submitButton input:hover {
	background: #87a447;
}
#subLoginbox {
	display: flex;
	justify-content: space-between;
}
#subLoginbox .forgotPw, #subLoginbox .noLogin {
	overflow: hidden;
	margin-top: 10px;
}
#subLoginbox .forgotPw a, #subLoginbox .noLogin a {
	color: var(--ga-dark);
	float: right;
	font-size: 18px;
}
#subLoginbox .forgotPw a:hover, #subLoginbox .noLogin a:hover {
	font-weight: bold;
}

.right-space{
	margin-right:20px;
}

.left-padding {
	padding-left: 20px !important;
}
.main-content {
	min-height: calc(100vh);
}
.menu {
    padding-bottom: 30px;
}
#arten-content .content .spalte-rechts {
	padding-left: 30px;
}

.space60 {
    margin-bottom: 60px;
}
.recipie-single{
	padding:85px 0;
}
.single-recipe-image{
	padding:12px;
	border:1px solid #e9e9e9;
	margin:0 0 25px;
	background-color: #f9f9f9;
	text-align: center;
}
.single-recipe-image img {
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
.single-recipe{
	padding-bottom:40px;
	background-color:#fff;
}
.single-recipe h1,.single-recipe h2,.single-recipe h3,.single-recipe h4,.single-recipe h5,.single-recipe h6,.single-recipe .h1,.single-recipe .h2,.single-recipe .h3,.single-recipe .h4,.single-recipe .h5,.single-recipe .h6{
	text-transform:uppercase;
	text-align:left;
}
.single-recipe h3{
	margin-top:0;
}
.single-recipe p{
	margin-bottom:30px;
	font-size:17px;
	line-height:27px;
}
.single-recipe .heading-bottom-line{
	font-size:16px;
	padding-bottom:18px;
	margin-bottom:0;
}
.bewertung_wrapper {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.bewertung_wrapper.table {
	display: table;
}
.bewertung_wrapper .table-row {
	display: table-row;
}
.bewertung_wrapper .table-cell {
	display: table-cell;
	text-align: center;
}
.bewertung_wrapper .table-cell.bemerkung {
	font-size: 10px;
}

.matrix_wrapper {
	width: 100%;
	position: relative;
}
.matrix_wrapper img {
	width: 100%;
	margin-top: 20px;
}
.matrix_wrapper .show_matrix_output {
	position: absolute;
	transform-origin: 0 0;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	height: 20px;
	width: 20px;
	line-height: 24px;
	padding: 0;
	transform: translate(-50%, -100%);
	background: #383c42;
	  background: hsl(0deg 93% 44%);
	color: #fff;
	border-radius: 100px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
  }
  .matrix_wrapper .show_matrix_output .output {
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	transform: translate(-50%, -100%);
	background: #383c42;
	  background: hsl(0deg 93% 44%);
	color: #fff;
	border-radius: 100px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
  }
  .matrix_wrapper .show_matrix_output.all_user {
	line-height: 17px;
	background-color: #786b6b;
  }
  .profile_data .matrix_wrapper .show_matrix_output {
	height: 30px;
	width: 30px;
	padding-top: 5px;
  }
  
.ingredients{
	padding:27px 29px;
	margin-bottom:40px;
	border-top:1px solid #f9c56a;
	background-color:#ffe6b9;
}
.ingredients .title{
	margin-bottom:30px;
	font-size:16px;
	text-transform:uppercase;
}
.ingredients ul{
	list-style:none;
	padding:0;
	margin:0;
}
.ingredients li{
	margin-bottom:17px;
	font-size:17px;
}
.nutrition-table{
	margin-bottom:40px;
}
.nutrition-table table,.nutrition-table table th,.nutrition-table table td{
	text-align:left;
	padding:10px 0;
	border:none;
	white-space: normal;
}

#drinks.menu-items3 {
	height: auto !important;
}
#geschichte-content h3, #geschichte-content h4, #arten-content h3, #arten-content h4, #arten-content h5, #tonic-content h4, #tonic-content h5 {
	text-align: left;
}
#geschichte-content h4, #arten-content h4 {
	padding-top: 20px;
}
#geschichte-content img, #verkosten-content img, #aromen-content img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#arten-content h4 {
	padding-bottom: 30px;
}
.jconfirm-title {
	padding: 20px 20px 0;
}
.jconfirm-holder {
	padding: 0 !important;
}
.jconfirm-box {
	height: 100%;
}
.jconfirm-content-pane {
	max-height: calc(100vh - 100px) !important;
}
.nav-detail-content {
	width: 15%;
	display: flex;
}
.nav-detail {
	width: 40px;
}
.nav-detail i {
	font-size: 30px;
}
.nav-detail.nav-back, .nav-detail.nav-for {
	padding-top: 50px;
}
.nav-detail.nav-up {
	padding-top: 30px;
}
.menu-advent {
	background-color: #CC0B0E;
	padding-bottom: 100px;
}
.advent-nummern {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	min-height: 700px;
}
.fenster {
	border: thin solid white;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
	border-radius: 15px;
	background-color: white;
	height: 100%;
}
.ftop {
width: 180px; 
height:40px; 
background: #85051a;
border-radius: 15px 15px 0 0;
}

.ftop p {
	font-family: Raleway, sans-serif;
	color:white; 
	font-size: 14px; 
	font-weight:bold;
	padding-top: 10px;
}

.fbottom {
	width: 180px; 
	height:140px; 
	border-radius: 0px 0px 15px 15px;
}

.besetzt:hover{
	background: #f5cc49;
}

.besetzt {
	background: #fff;
	position: relative;
}
.frei {
	background-color: #d58787;
}
.fbottom .img_container {
	position: absolute;
	width: 180px;
	height: 140px;
	text-align: center;
}
.fbottom .img_container img {
	height: 140px;
}
.frei span {
	font-family: Raleway, sans-serif;
	color:#000;; 
	font-size: 18px; 
	font-weight:bold;
	line-height: 100%;
	position: absolute;
	opacity: 0;
	transition: all 8ms linear;
	z-index: 300;
	width: 150px;
	height: 110px;
	background-color: #f5cc49;
	left: 15px;
	top: 15px;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fbottom .img_container:hover span {
	opacity: 1;
}
.besetzt p {
	color:black; 
	font-size:14px; 
	font-weight:normal; 
	width: 160px; 
	margin-left:0px; 
	padding-top: 20px; 
	line-height: 110%; 
	z-index: 100;
}
.fbottom.frei .advent-zahl {
	font-family: Cooper Black, sans-serif;
	color:white; 
	font-size: 120px; 
	font-weight:bold;
	line-height: 100%;
}

.fbottom.besetzt .advent-zahl {
	font-family: Cooper Black, sans-serif;
	font-size: 40px; 
	font-weight:bold;
	line-height: 100%;
	color: black;
	z-index: 10; 
	/*margin-top: -100px; */
	padding-top: 90px;
	padding-left: 125px;
}
.besetzt-text {
	width: 180px;
	height: 140px;
	z-index: 100;
	position: absolute;
	top: 0;
}
.besetzt-zahl {
	width: 180px;
	height: 140px;
	z-index: 10;
	/*margin-top: -100px;*/
	position: absolute;
}
.info_data .klassisch {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: thin solid #333;
	text-align: center;
}
.info_data .klassisch a {
	font-weight: bold;
}
.tab-content {
	margin-top: 50px;
	margin-bottom: 50px;
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active, .form .active {
	display: block;
}
.tab-content .tab-pane span {
	color: rgb(155,155,155);
}
.bar-tabelle button span {
	color: #333 !important;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.5);
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.form_register {
	padding: 20px;
}
.form-group {
	margin-bottom: 1rem;
}
.profileArea .form .form-group, .form_register .form-group {
	margin-top: 10px;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.profileArea .form .form-label, .form_register .form-label {
	font-size: 14px;
	color: #6c7688;
	display: block;
	margin-bottom: 5px;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ababab;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #f1f1f1;
	opacity: 1;
}
.profileArea .form .form-control, .form_register .form-control {
	color: #333;
	border: 1px solid #ababab;
	height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 400;
}
.form_register .form-control {
	max-width: 400px;
	width: 100%;
}
.profileArea .form .form-control.readonly {
	background-color: #f1f1f1;
}
.form-control::placeholder {
	color: #b5b8bd;
}
.profileArea .form .form-control.is-invalid, .form_register .form-control.is-invalid {
	border-color: #c3342f;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="#e3342f" viewBox="-2 -2 7 7"><path stroke="#e3342f" d="M0 0l3 3m0-3L0 3"><circle r=".5"><circle cx="3" r=".5"><circle cy="3" r=".5"><circle cx="3" cy="3" r=".5"></svg>');
	background-repeat: no-repeat;
	background-position: 100% calc(0.375em + 0.1875rem);
	background-size: calc(0.75 + 0.375rem) calc(0.75em + 0.375rem);
}
button.inactiveBtn {
	pointer-events: none;
}
button.activeBtn {
	background-color: #84bc0f !important;
	color: #fff !important;
	pointer-events: inherit;
}
button.activeBtn:hover {
	background-color: darkgreen !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}
.profileArea .form .submit-btn {
	font-size: 16px;
	text-transform: initial;
	font-weight: initial;
	height: 38px;
	background-color: #fff;
	color: #b5b8bd;
	display: inline-block;
	border: 1px solid #ababab;
	border-radius: 4px;
	padding: 0 15px;
	min-width: 75px;
	outline: 0;
}
.register li.menu-item input {
	border: 1px solid #ababab !important;
}
.btn-red-300 {
	color: #fff;
	font-size: 16px;
	text-transform: initial;
	font-weight: initial;
	height: 38px;
	background-color: #ff6565;
	display: inline-block;
	border: 1px solid #ababab;
	border-radius: 4px;
	padding: 0 15px;
	min-width: 75px;
	outline: 0;
}
.btn-red-300:hover {
	background-color: #85051a;
}

small, .small {
	font-size: 80%;
	font-weight: 400;
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #e3342f;
}
.form-control.is-invalid~.invalid-feedback {
	display: block;
}
.profileDetailsPanelBox {
	padding: 0 35px 20px 0;
}
#bewertung-navtab, #matrix-navtab, #suche-navtab {
	padding-left: 30px;
	border-bottom: 1px solid #d9d9d9;
	background-color: #fafafa;
	padding-top: 10px;
	margin-left: -40px;
	margin-right: -40px;
}
a#2022bewertung-tab, a#2021bewertung-tab, a#2020bewertung-tag, a#2022matrix-tab, a#2021matrix-tab, a#2020matrix-tag, #gin-panel-tab, #botanical-panel-tab, #tonic-panel-tab, #beilage-panel-tab {
	background-color: #fff;
}
#bewertung-navtab .nav-item, #matrix-navtab .nav-item, #suche-navtab .nav-item {
	border-bottom-width: 1px !important;
	padding: 10px 20px;
	color: #9b9b9b !important;
	background: 0 0;
}
#bewertung-navtab .nav-item.active, #matrix-navtab .nav-item.active, #suche-navtab .nav-item.active {
	background-color: #fff;
	border: 1px solid #d9d9d9 !important;
	margin-bottom: -1px !important;
	border-bottom: 1px solid #fff !important;
	color: #4a4a4a !important;
	border-radius: 6px 6px 0 0 !important;
}
.bewertungDetailsPanelBox .tab-content, .matrixDetailsPanelBox .tab-content, .bar-content .tab-content {
	display: none;
}
.bewertungDetailsPanelBox .tab-content.active, .matrixDetailsPanelBox .tab-content.active, .bar-content .tab-content.active {
	display: block;
}
.matrixlist-table.col-left {
	width: 30%;
}
.matrix_wrapper.col-right {
	width: 70%;
	height: 100%;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.bewertunglist-table, .matrixlist-table {
	overflow: hidden;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.bewertunglist-table table, .matrixlist-table table {
	table-layout: fixed;
	margin-bottom: 50px;
}
.table th, .table td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th, .table thead td {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.bewertunglist-table thead th, .matrixlist-table thead th {
	border-bottom-width: 1px;
}
.bewertunglist-table td, .bewertunglist-table th, .matrixlist-table td, .matrixlist-table th {
	color: #4a4a4a;
	vertical-align: middle;
}
#bewertung-panel .bewertunglist-table thead th, #matrix-panel .matrixlist-table thead th {
	border-top: none;
	color: #767676;
	font-weight: bold;
}
/*#bewertung-panel .bewertunglist-table td, #matrix-panel .matrixlist-table td {
	border-top:  1px solid #fff;
}*/
#bewertung-panel .bewertunglist-table td img, #matrix-panel .matrixlist-table td img {
	height: 40px;
}
/*#bewertung-panel .bewertunglist-table table tbody tr:nth-of-type(odd) {
	background: #f1f1f1;
}*/
#bewertung-panel .bewertunglist-table .row, #matrix-panel .matrixlist-table .row {
	width: 100%;
}

.register-content .menu-submenu-container {
	width: 100%;
	position: relative;
}
.register-content .menu-submenu-container ul {
	margin: 0 auto;
	list-style: none;
	display: flex;
	padding-left: 0;
}
.register-content .menu-submenu-container ul li {
	margin: 0 20px 20px 0;
	background: #84bc0f;
	height: 37px;
	padding: 10px 10px;
	line-height: 15px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.register-content .menu-submenu-container ul li:hover {
	background-color: darkgreen;
}

.register-content .menu-submenu-container ul li a {
	color: #ffffff;
}
.register-content .menu-submenu-container ul li input {
	background-color: #84bc0f;
	border: none;
	box-shadow: none;
	padding-left: 5px;
	margin-top: -10px;
	color: #ffffff;
	cursor: pointer;
}
.register-content .menu-submenu-container input:focus {
	border: none !important;
}
.register-content .menu-submenu-container > ul > li:hover > input {
	background-color: darkgreen;
}
.register-content .menu-submenu-container ul ul {
	position: absolute;
	top: 30px;
	padding: 0;
	margin: 0;
	background: #333;
}
.register-content .menu-submenu-container ul ul li {
	margin: 0;
	margin-left: -10px;
}
.register-content .menu-submenu-container ul ul {
	top: -9999px;
}
.register-content .menu-submenu-container ul li:hover ul {
	top: 38px;
	flex-direction: column;
}
.register-content .menu-submenu-container ul ul li:hover {
	background: darkgreen;
}
.register-content .menu-submenu-container ul ul li:hover a {
	color: #fff;
}
.register-content .menu-submenu-container ul ul li:hover input {
	color: #fff;
	background-color: darkgreen;
}
.register-content .tabelle-wrapper {
	margin-top: 20px;
	margin-bottom: 70px;
}
.text-muted {
	display: none;
}
.form h6 {
	text-align: left;
	text-transform: none;
	margin-top: 5px;
}

.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}
.mt-0, .my-0 {
	margin-top: 0 !important;
}
.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}
.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}
.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}
.pr-0, .px-0 {
	padding-right: 0 !important;
}
.pl-0, .px-0 {
	padding-left: 0 !important;
}
.pl-5, .px-5 {
	padding-left: 3rem !important;
}
.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}
.rw-pl-50 {
	padding-left: 50px !important;
}
.fade {
	transition: opacity .15s linear;
}
.align-items-center {
	align-items: center !important;
}
.d-flex {
	display: flex !important;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.text-primary {
	color: green;
}
.text-primary:hover {
	color: var(--ga-link-hover-color);
}
.has-rated {
	color: var(--ga-link-color);
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	max-width: 80%;
	font-size: 1.25em;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	/*padding: 0.625rem 1.25rem;*/
}
.inputfile + label figure {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #84bc0f;
	display: block;
	padding: 20px;
	margin: 0 auto 10px;
}
.inputfile:focus + label figure, .inputfile + label:hover figure {
	background-color: darkgreen;
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}
svg:not(:root) {
	overflow: hidden;
}
.inputfile + label svg {
	width: 1em;
	height: 1em;
	fill: white;
	vertical-align: middle;
	margin-top: -0.25em;
	margin-right: 0.25em;
}
.link.anleitung a {
	background-image: url(../img/anleitung.jpg);
	width: 200px;
	height: 228px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
}
.link.anleitung a:hover {
	background-image: url(../img/anleitung-hover.jpg);
}
.link.advent-2020 a {
	background-image: url(../img/deckblatt-kalender-2020.jpg);
	width: 200px;
	height: 284px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.advent-2020 a:hover {
	background-image: url(../img/deckblatt-kalender-2020-hover.jpg);
}
.link.advent-2021 a {
	background-image: url(../img/deckblatt-kalender-2021.jpg);
	width: 200px;
	height: 284px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.advent-2021 a:hover {
	background-image: url(../img/deckblatt-kalender-2021-hover.jpg);
}
.link.advent-2022 a {
	background-image: url(../img/deckblatt-kalender-2022.jpg);
	width: 200px;
	height: 283px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.advent-2022 a:hover {
	background-image: url(../img/deckblatt-kalender-2022-hover.jpg);
}
.link.advent-2023 a {
	background-image: url(../img/deckblatt-kalender-2023.jpg);
	width: 200px;
	height: 283px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.advent-2023 a:hover {
	background-image: url(../img/deckblatt-kalender-2023-hover.jpg);
}
.link.advent-2024 a {
	background-image: url(../img/deckblatt-kalender-2024.jpg);
	width: 200px;
	height: 283px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.advent-2024 a:hover {
	background-image: url(../img/deckblatt-kalender-2024-hover.jpg);
}


.link.geschmacksmatrix a {
	background-image: url(../img/gin_chart_large_2020-2022.jpg);
	width: 200px;
	height: 201px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.geschmacksmatrix a:hover {
	background-image: url(../img/gin_chart_large_2020-2022-hover.jpg);
}
.link.geschmacksmatrix-empty a {
	background-image: url(../img/gin_chart_empty_2022.jpg);
	width: 200px;
	height: 201px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.geschmacksmatrix-empty a:hover {
	background-image: url(../img/gin_chart_empty_2022-hover.jpg);
}
.link.geschmackstabelle a {
	background-image: url(../img/gin_geschmack_tabelle.jpg);
	width: 200px;
	height: 159px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	border: 1px solid gray;
	color: transparent;
	padding-bottom: 30px;
}
.link.geschmackstabelle a:hover {
	background-image: url(../img/gin_geschmack_tabelle-hover.jpg);
}
.table-container {
	width: 100%;
}
.div-table {
	display: table;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	border: 1px solid #ddd;
}
.bar-content .bar_data {
	padding-bottom: 70px;
}
.bar-content .tab-content {
	margin-top: 0;
}
.bar-content .table-searchtool {
	width: calc(100% + 80px); 
	margin-left:-40px; 
	padding:10px; 
	background-color:#a4bb75;
}
.bar-content .search {
	margin-left: auto;
	margin-right: auto;
}
.bar-content .search {
	width: 100%;
	max-width: 700px;
	position: relative;
	display: flex;
}
.bar-content .searchTerm {
	width: 100%;
	border: 2px solid #688a4d;
	border-right: none;
	padding: 5px;
	height: 40px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #9DBFAF;
}
.bar-content .searchTerm:focus {
	color: #00B4CC;
}
.bar-content .searchButton {
	width: 40px;
	height: 40px;
	border: 1px solid #688a4d;
	background: #688a4d;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}
.bar-content .searchButton i {
	margin-left:auto; 
	margin-right:auto;
}
.table-toolbar {
	display: flex;
	justify-content: space-between;
}
.bar-content .table-toolbar {
	flex-direction: row;
	flex-wrap:nowrap; 
	justify-content:space-around; 
	padding-top: 10px;
}
.bar-content .table-toolbar .bar-button {
	position: relative;
}
.bar-content .table-toolbar i {
	padding-right: 10px;
}
.bar-content .table-toolbar .bar-button.sorting {
	padding-left: 30px;
}
.bar-content .table-toolbar .sorting::before, .table-toolbar .sorting::after, .table-toolbar .sorting_asc::before, .table-toolbar .sorting_asc::after, .table-toolbar .sorting_desc::before, .table-toolbar .sorting_desc::after {
	text-align: left;
	top: 1em;
	opacity: .3;
	border: 6px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 10px;
	top: 50%;
	position: absolute;
	width: 0;
}
.bar-content .table-toolbar .sorting::before, .table-toolbar .sorting_asc::before, .table-toolbar .sorting_desc::before {
	border-bottom-color: #333;
	margin-top: -15px;
}
.bar-content .table-toolbar .sorting::after, .table-toolbar .sorting_asc::after, .table-toolbar .sorting_desc::after {
	border-top-color: #333;
	margin-top: 1px;
}

.bar-content .table-toolbar .sorting_asc::before, .table-toolbar .sorting_desc::after {
	opacity: 1;
}
.bar-content .table-toolbar .button-active  {
	background-color: #ffa200;
}
.bar-content .table-toolbar .bar-button:hover {
	border: 3px solid #688a4d;
}
.bar-content .table-container {
	margin-top: 30px;
}
.bar-content .div-table-row {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	width: 100%;
}
.bar-content .div-table-row:hover {
	background-color: #ddd;
}
.bar-content .div-table-row-content {
	display: flex; 
	width: 100%; 
	flex-direction:row; 
	flex-wrap:nowrap;
	justify-content:space-between;
}
.bar-content .gin-data-wrapper {
	position: relative; 
	width: 100%; 
	display:flex; 
	flex-direction: row; 
	flex-wrap: nowrap;
}
.bar-content .gin-data-wrapper .gin-detail-link {
	position: absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	text-decoration: none; 
	z-index: 10; 
	background-color: #fff; 
	opacity: 0; 
	filter: alpha(opacity=1);
}
.bar-content .gin-data-wrapper .div-table-cell.bild {
	flex-basis:45px; 
	display:flex; 
	justify-content:center; 
	flex-direction:column;
}
.bar-content .gin-data-wrapper .div-table-cell.bild img {
	height: 70px;
}
.bar-content .gin-data-wrapper .div-table-cell.text {
	padding-left:10px; 
	width:calc(100% - 90px);
}
.bar-content .gin-data-wrapper .div-table-cell.name {
	font-size:20px; 
	font-weight:bold; 
	line-height:1; 
	margin-bottom:5px;
}
.bar-content .gin-data-wrapper .div-table-cell.bewertung, .bar-content .gin-data-wrapper .div-table-cell.botanical, .bar-content .gin-data-wrapper .div-table-cell.tonic, .bar-content .gin-data-wrapper .div-table-cell.beilagen, .bar-content .gin-data-wrapper .div-table-cell.kalender {
	display: flex;
}
.bar-content .gin-data-wrapper .div-table-cell.bewertung .bewertung {
	position: relative;
	background-image: url('../img/rate.png'); 
	background-repeat:no-repeat; 
	background-size:contain; 
	width:20px;
	top: 5px;
}
