@import url('https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&family=Play:wght@700&family=Roboto&display=swa');

/* Main body text */
body,h1,h2,h3,h4,h5,h6 {font-family: 'Roboto', sans-serif; font-stretch: expanded !important;}
body, html {
  height: 100%;
	color: #fff;
	background-color: #e5e86c;
  font-size: calc(0.5rem + 2vmin);
}
.w3-black{background-color: #5D9732 !important;}
/* Colors */
.w3-poskeniraj-c-light  	{background-color:#e5e86c}
.w3-poskeniraj-c-base   	{background-color:#f78f1e}
.w3-poskeniraj-c-dark   	{background-color:#f78f1e}
.w3-poskeniraj-c-specials {background-color:#5D9732}

.w3-text-poskeniraj-specials-title	{color:#fff;
background-color: #5e97328a}
.w3-text-poskeniraj-specials-desc		{color:#fff;
background-color: #f78e1eb2
}
.w3-text-popkeniraj-specials-tag		{color:#000; background-color: #C19855;}
.w3-text-poskeniraj-specials-price	{color:#fff}

.w3-icon-poskeniraj-instagram {color:#5D9732; margin-left: 0.5em;}

.w3-text-poskeniraj-opentime {color: #fff}

.w3-text-poskeniraj-logo-title {
	color: #f78f1e;
	font-weight: 800;
	font-size: calc(0.5rem + 12vmin);
	text-transform: capitalize;
	text-shadow:1px 1px 0 #444;
}
.w3-text-poskeniraj-logo-subtitle {
	color: #f78f1e;
	font-size: calc(0.5rem + 9vmin);
	text-transform: capitalize;
	text-shadow:1px 1px 0 #444;
}

.w3-text-poskeniraj-title {
	color: #f78f1e;
	font-size: calc(0.5rem + 12vmin);
	font-weight: 800;
	text-transform: capitalize;
}
.w3-text-poskeniraj-subtitle {
	color: #f78f1e;
	font-family: "Coda Caption", Sans-serif; 
	font-weight: 800;
	font-size: calc(0.5rem + 7vmin);
	text-transform: capitalize;
}
.w3-text-poskeniraj-nav-category {
	color: #5D9732;
	height: calc(0.5rem + 2.5vmin);
	line-height: 1.2em;
}
.w3-text-poskeniraj-category-title 					{color:#5D9732;	font-family: "Coda Caption", Sans-serif; font-weight: 800;}
.w3-text-poskeniraj-category-desc 					{color:#5D9732; font-family: 'Play', sans-serif; padding: 16px 16px 16px 0px;}
.w3-text-poskeniraj-subcategory-title 			{color:#5D9732; font-family: "Coda Caption", Sans-serif; font-weight: 800;font-style: italic;}
.w3-text-poskeniraj-item-name 							{color:#f78f1e; font-family: 'Play', sans-serif; font-weight: 400; line-height: 1.1em;}
.w3-text-poskeniraj-item-desc 							{color:#777}
.w3-text-poskeniraj-item-tag 								{color:#fff; background-color: #5D9732;}
.w3-text-poskeniraj-item-price-unit 				{color:#777}
.w3-text-poskeniraj-item-price 							{color:#f78f1e; font-size: calc(0.5rem + 2.5vmin);}
.w3-text-poskeniraj-item-allergens 					{color:#bbb15a; font-size: calc(0.5rem + 1vmin);}
.w3-text-poskeniraj-item-allergens::before	{content: "A*: "}
.w3-text-poskeniraj-allergens-title 				{color:#5D9732; font-family: 'Play', sans-serif;}
.w3-text-poskeniraj-allergens-id 						{color:#f78f1e}
.w3-text-poskeniraj-allergens-name 					{color:#5D9732}
.w3-text-poskeniraj-optional-line1 					{color:#fff; background-color: #5D9732}

.w3-border-poskeniraj-c {border: 2px solid #C19855}

.w3-hover-poskeniraj-c:hover 				{color:#fff; background-color:#000}
.w3-hover-text-poskeniraj-c:hover 	{color:#FECB78}
.w3-hover-border-poskeniraj-c:hover {border-color:#FECB78}

.w3-border-poskeniraj-none {border-style: none !important}
.w3-border-poskeniraj { border-bottom: 2px solid #5D9732 !important}

@media (max-width:600px){
	.w3-poskeniraj-mobile {
		display: block;
		float: none !important;
	}
}


/* Headlines */
h1 {font-size: calc(0.5rem + 8vmin)}
.w3-h1-poskeniraj {
  font-weight: 600 !important;
  white-space:nowrap;
}
h2 {
	font-weight: bold;
  font-size: calc(0.5rem + 4vmin);
}
.w3-h2-poskeniraj {
	font-weight: 100 !important;
  overflow-wrap: break-word;
}
h3 {
	font-weight: bold;
  font-size: calc(0.5rem + 2vmin);
}
.w3-large-poskeniraj {
	font-size: calc(0.5rem + 5vmin);
}

.poskeniraj-center {
	margin: auto;
	max-width: 800px;
}
.poskeniraj-menulist {
	/*display: none;*/
	display: block;
}
.w3-poskeniraj-tabcolor {
	/* filter: drop-shadow(0px 0px 5px #C19855); */
	border-color: #f78f1e !important;
	color: #f78f1e !important;
	background-color: #f78f1e !important;
}

/* First image (Logo. Full height) */
.bgimg {
 /* background-color: rgba(51, 35, 10, 0.55) !important;  *//* to apply over image */
	background-position: center;
  background-blend-mode: multiply;
	background-size: cover;
	min-height: 100%;
}

/* Button for return to top */
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
	font-size: 18px;
	font-weight: 900;
  border: none;
  outline: none;
  background-color: rgba(70, 70, 70, 0.2);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}
#toTop:hover {
  background-color: rgb(0, 0, 0);
}


.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/* Divider line styles */
.divider
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 2px;
}
.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 2px;
	background-image: linear-gradient(to right, transparent, rgb(255, 255, 255), transparent);
}
.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: #FECB78;
	border-bottom: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
}
.div-tab-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 14px;
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
	border-radius: 0 0 8px 8px;
}
.div-stopper:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 12px;
	background-color: white;
	border-left: 2px solid rgb(48,49,51);
	border-right: 2px solid rgb(48,49,51);
}
.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #FECB78;
	border: 1px solid rgb(48,49,51);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}

/* Cookie stuff */
#cookies-eu-banner {
	display: none;
}