.header {
	position: fixed;
	height: 60px;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 1007;
}

a {
	text-decoration: none;
}

.rieden-karten-logo {
	position: absolute;
	left: 30px;
	top: 11px;
	height: 21px;
	z-index: 1008;
	transition: 0.2s;
}

.oesterreich-wein-logo {
	position: absolute;
	left: 270px;
	top: 22px;
	width: 120px;
	z-index: 1008;
}

.slogan {
	position: absolute;
	z-index: 1009;
	top: 33px;
	left: 30px;
	height: 21px;
	transition: 0.2s;
}

.slogan:hover, .rieden-karten-logo:hover {
	transform: scale(1.05);
}

/*----- navbar -----*/
.navbar {
	background-color: white;
	height: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	font-family: Merriweather, Times, serif;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	z-index: 1006;
	width: 100%;
}

@media only screen and (max-width: 850px) {
    .navbar {
		display: none;
	}
}

.navbar a {
	float: right;
	font-size: 16px;
	color: var(--text);
	text-align: center;
	text-decoration: none;
	padding: 0px 15px;
}
  
.dropdown {
	float: right;
	height: 60px; 
}
  
.dropdown .dropbtn {
	position: relative;
	height: 100%;
	font-size: 16px;  
	border: none;
	outline: none;
	color: var(--text);
	padding: 0 15px;
	background-color: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin: 0;
	cursor: pointer;
	z-index: 1;
	text-transform: uppercase;
}
  
.navbar a:hover,.navbar span:hover, .dropdown:hover .dropbtn {
	color: var(--oewm_green);
}

.dropbtn.d1:focus, .dropbtn.d2:focus {
	color: var(--oewm_green);
}
  
.dropdown-content {
	/* display: none; */
	visibility: hidden;
 	opacity: 0;
 	transition: transform .3s ease-out, .3s,opacity .3s,-webkit-transform .3s ease-out;
    transition-property: transform, opacity, transform;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
    transition-timing-function: ease-out, ease, ease, ease-out;
    transition-delay: 0s, 0s, 0s, 0s;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: calc(100vh - 60px);
	z-index: 1003;
}

.expand_arrow {
	position: relative;
	top: -38px;
	margin-left: calc(50% - 12px);
	color: var(--oewm_green);
	cursor: default;
	visibility: hidden;
}

.entries {
	position: absolute;
	box-sizing: border-box;
	top: 2px;
	padding: 40px 20px 20px 40px;
	background-color: var(--background_gray);
	line-height: normal;
	width: 90%;
	left: 5%;
	min-width: 160px;
	max-height: 90%;
	overflow: auto;
	text-transform: uppercase;
}

.menu_title {
	text-transform: uppercase;
	cursor: default;
}

.entries-close {
	position: fixed;
	top: 60px;
	z-index: 1;
	right: calc(5% + 7px);
}

@media only screen and (max-width: 850px) {
	.entries-close {
		right: 7px;
	}
}

.entries-close .material-icons {
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	color: var(--oewm_green);
	cursor: pointer;
}

.entries-close .material-icons:hover {
	color: var(--green_hover_b);
}

.gen_wbg {
	height: auto;
	margin-bottom: 20px;
	position: relative;
	float: left;
	background: white;
	width: calc(100% - 40px);
	margin-left: 20px;
	padding: 5px 10px 5px 10px;
  }

/* .gen_wbg:first-child {
	margin-top: 0;
} */

.gen_wbg_a {
	margin: 0px;
	display:block;
	width:100%;
	color: var(--text);
	overflow:auto;
}
.gen_wbg_a:hover {
	color: var(--text);
}

.entries a,
.entries span {
	cursor: pointer;
	width: calc(100% - 30px);
	float: left;
	color: var(--text);
	padding: 10px 15px;
	text-align: left;
	text-decoration: none;
}
.entries p {
	margin: 0px;
	width: calc(100% - 30px);
	float: left;
	color: var(--text);
	padding: 10px 15px;
	text-align: left;
	text-decoration: none;
}
.entries p:hover{
	color: var(--text);
}
.dac_a {
	display: block;
	width: 30%;
}

@media only screen and (max-width: 1090px) and (min-width: 425px) {
    .dac_a {
		width: 40%;
	}
}

@media only screen and (max-width: 425px) {
    .dac_a {
		width: 90%;
	}
}

/* .dropdown:hover .dropdown-content {
	/* display: block; *//*
	visibility: visible;
	opacity: 1;
} */

.navbar_group {
	width: calc(33.3% - 20px);
	float: left;
	background: white;
	margin-right: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
    .navbar_group {
		width: calc(50% - 20px);;
	}
}

.spez_wbg { 
	float: left;
	margin-left: 40px;
}

.show {
	/* display: block; */
	visibility: visible;
	opacity: 1;
}

.impressum {
	color: var(--text);
	font-weight: normal;
	padding-bottom: 40px;
}

.navbar_mobile {
	position: relative;
	background-color: white;
	height: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	font-family: Merriweather, Times, serif;
	font-weight: 700;
	line-height: 60px;
	z-index: 1007;
	width: 100%;
	display: none;
}

@media only screen and (max-width: 850px) {
    .navbar_mobile {
		display: block;
	}

	.oesterreich-wein-logo {
		width: 100px;
		left: calc(50% - 50px);
		top: 2px;
	}

	.rieden-karten-logo {
		left: 0;
		right: 0;
		margin: auto;
	}

	.slogan {
		left: 0;
		right: 0;
		margin: auto;
	}
}

.small_bar {
	height: 20px;
	background-color: var(--background_gray);
}

.hamburger {
	position: absolute;
	top: 7px;
	left: 13px;
	color: var(--text);
	cursor: pointer;
}

.navbar_mobile_area {
	position: absolute;
	top: 60px;
	width: 100%;
	max-height: calc(100% - 60px);
	min-height: 110px;
	overflow: auto;
	background: var(--background_gray);
	z-index: 1005;
	font-family: Merriweather, Times, serif;
	color: var(--text);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	z-index: 1006;
	display: none;
	overflow-y: scroll !important;
	overflow-x: hidden;
	/* scrollbar-color: var(--text) var(--background_gray) !important; */
}

/* .navbar_mobile_area::-webkit-scrollbar-track {
	background: var(--background_gray) !important;
} */

@media only screen and (min-width: 851px) {
    .navbar_mobile_area {
		display: none !important;
	}
}

.mobile_entry {
	height: 40px;
	line-height: 37px;
	padding-left: 20px;;
	cursor: pointer;
	clear: left;
	text-transform: uppercase;
}

.mobile_entry_arrow {
	position: relative;
	top: 5px;
	margin-left: -3px;
	font-size: 23px;
	        transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	    -ms-transition-duration: 0.2s;
}

.mobile_entry_arrow_open {
	transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
	   -moz-transform: rotate(90deg) !important;
	    -ms-transform: rotate(90deg) !important;
}

.navbar_mobile_subarea {
	max-width: 400px;
	width: calc(100% - 20px);
	line-height: 30px;
	overflow: auto;
	display: none;
}

.nav_m_se {
	cursor: pointer;
	color: var(--text);
	float: right;
	text-align: left;
	width: 100%;
}

.mobile_entry:hover, .nav_m_se:hover, .gen_wbg_a:hover {
	color: var(--green_hover_b)
}

#mobile-search-toggle {
	/* margin-top: 7px;
	margin-bottom: -7px; */
	position: absolute;
	top: 6px;
	right: 13px;
	color: var(--text);
	cursor: pointer;
   }   

.language_mobile {
	font-family: inherit;
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
}

.checkboxcircle {
	float: left;
	margin-right: 8px;
	margin-left: 0px;
}

.circle_mobile {
	position: relative;
	top: 5px;
}

.no-hover:hover {
	color: inherit;
}