
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
	font-family: 'CREAMPUF4';
	src: url('https://cdn1.galaxo.fi/fonts/www.oulunbaari.fi/CREAMPUF4.eot');
	src:	url('https://cdn1.galaxo.fi/fonts/www.oulunbaari.fi/CREAMPUF4.eot') format('embedded-opentype'),
			url('https://cdn1.galaxo.fi/fonts/www.oulunbaari.fi/CREAMPUF4.woff2') format('woff2'),
			url('https://cdn1.galaxo.fi/fonts/www.oulunbaari.fi/CREAMPUF4.woff') format('woff'),
			url('https://cdn1.galaxo.fi/fonts/www.oulunbaari.fi/CREAMPUF4.ttf') format('truetype'),
			url('https://cdn1.galaxo.fi/fonts/www.oulunbaari.fi/CREAMPUF4.svg#CREAMPUF4') format('svg');
	font-weight: 400;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", var(--bs-font-sans-serif);
	font-size: 18px;
	line-height: normal;
	color: #fff;
	background: url(taustakuva.jpg) #262424 repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

h1 {
	font-family: 'CREAMPUF4';
	font-size: 43px;
	font-weight: 400;
	margin-bottom: 30px;
}

h2 {
	font-family: 'CREAMPUF4';
	font-size: 33px;
	font-weight: 400;
}

h3 {
	font-size: 28px;
	font-weight: 600;
}

h4 {
	font-family: 'CREAMPUF4';
	font-size: 23px;
	font-weight: 400;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}

h6 {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}

a:link {
	color: #fff;
	font-weight: bold;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #FF851F;
}

.sitewidth {
	max-width: 1920px;;
}

.contentwidth {
	max-width: 1446px;
}

.content_padding {
	padding: 0 3%;
}

.contentbg {
	background-color: #000;
	border-left: 3px solid #4E4B49;
	border-right: 3px solid #4E4B49;
	border-bottom: 3px solid #4E4B49;
}

.contentarea img {
	max-width: 100%;
	height: auto;
}

.dot_brd {
	border-bottom: 3px dotted #ff851f;
	padding-bottom: 5px;
}

.btn {
	--bs-btn-padding-x: 1.875rem;
	--bs-btn-padding-y: 1rem;
	--bs-btn-font-size: 18px;
	--bs-btn-line-height: 1.5;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #373737;
	--bs-btn-border-color: #373737;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff851f;
	--bs-btn-hover-border-color: #ff851f;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff851f;
	--bs-btn-active-border-color: #ff851f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #373737;
	--bs-btn-disabled-border-color: #373737;
	--bs-btn-font-family: "Open Sans", var(--bs-font-sans-serif);
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: #373737;
	--bs-btn-border-color: #373737;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff851f;
	--bs-btn-hover-border-color: #ff851f;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff851f;
	--bs-btn-active-border-color: #ff851f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #373737;
	--bs-btn-disabled-border-color: #373737;
	--bs-btn-font-family: "Open Sans", var(--bs-font-sans-serif);
	--bs-btn-font-size: 12px;
	--bs-btn-padding-x: 10px;
	--bs-btn-padding-y: 10px;
}

.form-check-input:checked {
	background-color: #ff851f;
	border-color: #ff851f;
}

.form-text {
	color: #c0c0c0;
}

.menu_center {
	flex: 10.41666666666667% 0 0;
	padding: 0;
	min-width: 200px;
}

.menu_sidel, .menu_sider {
	flex: 43% 0 0;
	padding: 0;
}

.menu_sidel {
	text-align: right;
	margin-right: -15px;
}

.menu_sider {
	margin-left: -15px;
}

.ob_logo_div {
	width: 180px;
}

.ob_logo {
	position: relative;
	top: 16px;
	left: 0;
	vertical-align: top;
	z-index: 2;
}

.menu1row {
	background-color: #000F;
	height: 59px;
	line-height: 49px;
	margin: 0;
}

.menu2row {
	background-color: #312F2F;
	border-top: 1px solid #898481;
	border-bottom: 1px solid #898481;
	height: 55px;
	line-height: 55px;
	margin: 0;
}

.mm_item {
	display: inline-block;
	padding: 0 12px;
	border-top: 10px solid #000;
}

.mm_item a {
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
}

.mm_item.active {
	background-color: #312F2F;
	border-top: 10px solid #FF7501;
	height: 60px;
}

.mm_item.active a {
	color:  #FF7501;
	font-weight: 600;
}

.mm_item img {
	vertical-align: baseline;
}

.sm_item {
	display: inline-block;
	text-decoration: none;
	padding-right: 25px;
}

.menu_sider .sm_item {
	padding-right: 0;
	padding-left: 25px;
} 

.sm_item a {
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
}

.sm_item.active a {
	color:  #FF7501;
	font-weight: 600;
}

.mn_cont {
	border-bottom: 3px solid #4E4B49;
}

.mn_cont > .row {
	margin: 0;
}

.mobilogo {
	width: 100%;
	height: auto;
	max-width: 133px;
}

.navbar-toggler {
	color: rgba(255, 255, 255, 0.65);
	outline-color: rgba(255, 255, 255, 0.65);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2024%22%3E%3Cg%20transform%3D%22translate%28-310%20-16%29%22%3E%3Crect%20width%3D%2230%22%20height%3D%224%22%20transform%3D%22translate%28310%2016%29%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%2230%22%20height%3D%224%22%20transform%3D%22translate%28310%2026%29%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%2230%22%20height%3D%224%22%20transform%3D%22translate%28310%2036%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.navbar-toggler:focus .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2024%22%3E%3Cg%20transform%3D%22translate%28-310%20-16%29%22%3E%3Crect%20width%3D%2230%22%20height%3D%224%22%20transform%3D%22translate%28310%2016%29%22%20fill%3D%22%23ff7502%22%2F%3E%3Crect%20width%3D%2230%22%20height%3D%224%22%20transform%3D%22translate%28310%2026%29%22%20fill%3D%22%23ff7502%22%2F%3E%3Crect%20width%3D%2230%22%20height%3D%224%22%20transform%3D%22translate%28310%2036%29%22%20fill%3D%22%23ff7502%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nav-item {
	display: flex;
	flex-wrap: wrap;
}

.nav-link {
	border-bottom: 1px solid #fff;
	padding: 16px;
	font-size: 20px;
}

.dropdown-toggle {
	padding: 0 15px;
}

.dropdown-toggle::after {
	content: "\002B";
	color: #fff;
	font-size: 40px;
	border: 0;
}

.dropdown-toggle.active::after, .dropdown-toggle.show::after {
	content: "\2212";
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
	color: #FF7502;
}

.navbar-nav .nav-link.active {
	background-color: #4E4B49;
	border-color: #888A8B;
}

.navbar-nav a.nav-link.active {
	border-left: 1px solid #888A8B;
}

.navbar-nav .dropdown-toggle.nav-link.active, .navbar-nav .notdrop.nav-link.active {
	border-right: 1px solid #888A8B;
}

.dropdown-menu {
	width: 100%;
	flex-grow: 2;
	background-color: #4E4B49;
	border-radius: 0;
	margin-top: 0;
	margin-left: 10px;
	border-left: 1px solid #888A8B;
	border-right: 1px solid #888A8B;
	padding: 0;
}

.dropdown-item {
	background-color: transparent;
	border-bottom: 1px solid #888A8B;
	padding: 16px;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
	color: #FF7502;
}

.dropdown-item:hover {
	background-color: transparent;
	color: #FF7502;
}

.carousel-caption {
	bottom: 7px;
	right: 10%;
	left: 10%;
}

.carousel-caption p {
	font-family: 'CREAMPUF4';
	font-size: 30px;
	line-height: 25px;
	color: #fff;
	text-shadow: 4px 4px 10px #4d4d4d;
	margin-bottom: 16px;
}

p.caption-no-link {
	margin-bottom: 15%;
}

.carousel-indicators {
	bottom: 16px;
	margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 1;
}

.carousel-indicators .active {
	background-color: #fff;
}

.subimg, .subimgtextontop {
	position: relative;
}

.subimg img {
	width: 100%;
}

.imglink {
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;
}

.imglink::after {
	content: url(linkarr.png);
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	z-index: 3;
}

.subimgtextontop img {
	border: 1px solid #707070;
	width: 100%;
}

.subimgtextontop p {
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	margin: 0;
	font-family: CREAMPUF4;
	font-weight: normal;
	font-size: 38px;
	text-align: center;
	color: #fff;
	text-shadow: 4px 4px 10px #4d4d4d;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.subtext {
	border-top: 2px solid #4E4B49;
	border-bottom: 2px solid #4E4B49;
}

.subtext_tarea {
	flex: 1 0 100%;
	padding: 30px 6%;
}

.subtext_iarea {
	flex: 0 0 100%;
	padding: 0 10px;
	text-align: center;
}

.lunch_list_fp {
	line-height: 35px;
}

.lunch_list_fp img {
	margin-left: 30px;
}

.fp_avoinna_info {
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
}

.lunch_add_fp_cont {
	margin-top: 40px;
}

.fp_img_col {
	padding: 4px;
}

.fp_footer {
	margin: 10% 0 5% 0;
}

.luncmenu_daterange {
	font-family: "Open Sans", var(--bs-font-sans-serif);
	font-size: 16px;
	white-space: nowrap;
}

.menulinks {
	text-decoration: none;
	margin: 0 5px;
	white-space: nowrap;
}

.menu_col {
	padding-left: 4px;
}

.menu_item_orderno {
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 18px;
	color: #8b8a8a;
	margin: 0 10px 0 0;
	width: 20px;
	text-align: right;
	line-height: normal;
}

.menu_item_text {
	font-weight: bold;
	font-size: 18px;
}

.menu_item_price {
	font-weight: bold;
	margin: 0 0 0 15px;
}

.menu_item_desc {
	font-size: 16px;
}

.page_img_col .subimg p {
	text-align: center;
	margin: 20px 0;
}

footer {
	background-color: #312F2F;
}

.footer {
	border-top: 19px solid #FF851F;
}

.pbg a {
	color: #fff;
	font-size: 16px;
	opacity: 0.5;
	text-decoration: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	body {
		font-size: 20px;
	}

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 25px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 16px;
	}
	
	.subimgtextontop p {
		font-size: 40px;
	}
	
	.menu_col {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	
	.menu_item_orderno {
		font-size: 30px;
		width: 35px;
		margin: 0 15px 0 20px;
		line-height: 1;
	}
	
	.menu_item_text {
		font-size: 20px;
	}
	
	.menu_item_desc {
		font-size: 20px;
	}
	
	.carousel-caption {
		bottom: 14px;
		right: 15%;
		left: 15%;
	}
	
	.carousel-caption p {
		margin-bottom: 33px;
	}
	
	p.caption-no-link {
		margin-bottom: 20%;
	}
	
	.carousel-indicators [data-bs-target] {
		width: 15px;
		height: 15px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.subtext_tarea {
		flex: 0 1 69.5%;
		padding: 5%;
	}

	.subtext_iarea {
		flex: 0 0 30.5%;
		min-width: 350px;
		padding: 0;
	}
	
	.btn {
		--bs-btn-font-size: 20px;
	}
	
	.btn-info {
		--bs-btn-font-size: 18px;
		--bs-btn-padding-x: 20px;
		--bs-btn-padding-y: 10px;
	}
	
	.carousel-caption p {
		font-size: 50px;
		line-height: 45px;
		margin-bottom: 60px;
	}
	
	p.caption-no-link {
		margin-bottom: 20%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.lunch_add_fp_cont {
		margin-top: 140px;
	}

	
}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.lunch_list_fp_cont {
		margin-left: 15%;
	}
	
	.lunch_info_fp_cont {
		margin-right: 15%;
	}
	
	.carousel-caption p {
		margin-bottom: 86px;
	}
	
	p.caption-no-link {
		margin-bottom: 25%;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

@media (min-width: 1660px) {
	
}

/* x-small devices (portrait phones, less than 576px) */ 
@media (max-width: 575.98px) {
	
}

/* small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	
}

/* medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
}

/* large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	
}

@media print {
	body {
		color: #000;
		background: #fff;
	}
	
	.contentbg {
		background: #fff;
		border: 0;
	}
	
	.menulist_container:first-child {
		margin-top: -48px;
	}
	
	.menulist_container {
		padding-top: 0px !important;
		margin-bottom: 20px;
	}
	
	.menu_col > div {
		margin-bottom: 20px !important;
	}
}