@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.ttf') format('truetype');
	/*font-weight: 900;*/
	font-style: normal;
  }

@font-face {
	font-family: 'CaesarDressing';
	src: url('fonts/CaesarDressing-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--buttonBGcolor: #FF8C42;
	--headerBorder: #FF8C42;
	--productBG: #1F1F1F;
}

/* General - BurgerBunny Dark Theme */
html, body {
	font-family: Poppins;
	background-color: #0F0F0F;
	color: #F5F5F5;
	/* min-width: 480px; */
}
/* ##################################################### START WEBSHOP ############################################# */

.greek-font{
	font-family: 'CaesarDressing', serif;
	letter-spacing: 1px;
}

.section-title-text {
	text-align: center;
	font-size: 54px;
	margin-top: 24px;
	margin-bottom: 6px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }
  li {
	padding: 4px 0 4px 0;
  }
  ul ul {
	display: none;
	position: absolute;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	  border: 1px solid gray;
  }

  li:hover > ul {
	display: block;
	padding: 4px 10px;
  }

.products_group{
	/*background-image: url("../images/header-background.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*border: 2px solid #e7e5e4;*/
}

.top-slide h1{
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #D79C4C,
    1px -1px 0 #D79C4C,
    -1px 1px 0 #D79C4C,
    1px 1px 0 #D79C4C;
}

.card {
	margin-bottom: 20px;
}

.card-img-top {
	object-fit: cover;
}

.top-slide h4{
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

#servicestitle h2, .products_group_title h2{
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
    font-weight: bold;
	color: #FF8C42;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#rolunk.section{
	/*box-shadow: 3px 3px 10px #eee;*/
}

.pattern-divider {
	background-color: var(--main-blue);
	height: 3px;
	margin: 48px 0;
}

.company-rolunk-paragraph {
	max-width: 80ch;
	margin: 0 auto;
	/*text-align: center;*/
}

.slider-container {
	overflow: hidden;
	width: 100%; /* A teljes szélesség */
}

.slider {
	display: flex;
	transition: transform 1s ease-in-out;
	text-align: center;
}

.slide {
	min-width: 100%;
	box-sizing: border-box;
	background-color: #1F1F1F;
	color: #F5F5F5;
}

.slider img {
	height: 100px;
	width: auto;
}

#services .col:hover, #products_group .col:hover{
	/*
	background-color: var(--productBG);
	color: #fff;
	*/
}

.containerfull{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.reszletek{
	display: inline-block;
	border: 1px solid #fff;
	padding: 3px 10px;
	color: #fff;
	background-color: var(--buttonBGcolor);
	cursor: pointer;
	float: left;
}

.gomb{
	border-radius: 5px;
	font-size: 18px;
}

.itemcart{
	display: inline-block;
	width: calc(60% - 10px);
}

.product_number {
	width: 30px;
	display: inline-block;
}

.addcartitems{
	display: inline-block;
	border: 1px solid #fff;
	padding: 3px 10px;
	background-color: #222222;
	color: #fff;
	cursor: pointer;
	float: right;
}

.addcartitems:hover{
	display: inline-block;
	border: 1px solid #fff;
}

/* ##################################################### END WEBSHOP ############################################# */

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

a {
	color: var(--main-blue);
}

a:hover {
	color: var(--main-blue-dark);
}

.align-items-center {
    align-items: center !important;
}

.link-icon {
	color: var(--main-blue-dark);
	font-size: 20px;
	margin-right: 12px;
}

/* Sections */
.section {
	position: relative;
	transition: background-color 0.4s;
}
.section.light {
	background-color: #2D2D2D;
	color: #F5F5F5;
}
.section.dark {
	background-color: #1F1F1F;
	color: #F5F5F5;
}
.section + .section {
	/*border-top: 4px solid #999;*/
}
.section.light.section-active {
	background-color: #3D3D3D;
}
.section.dark.section-active {
	background-color: #2D2D2D;
}

header {
	background-color: transparent;
	color: #fff;
}

.section-head {
	width: 100%;
	padding: 15px 0;
	transition: background-color 0.4s;
}
.section.light .section-head {
	color: #FF8C42;
	background: linear-gradient(135deg, #2D2D2D 0%, #1F1F1F 100%);
	border-bottom: 2px solid #FF8C42;
}
.section.dark .section-head {
	color: #FF8C42;
	background: linear-gradient(135deg, #1F1F1F 0%, #0F0F0F 100%);
	border-bottom: 2px solid #FF8C42;
}

.section-content {
	padding: 10px 0;
}

.section-active .section-head {
	/*
	position: fixed;
	top: 60px;
	*/
	color: #FFD700;
	background: linear-gradient(135deg, #FF8C42, #E6702A);
	box-shadow: 0 5px 15px rgba(255, 140, 66, 0.3), 0 -2px 5px rgba(0, 0, 0, 0.5);
}

#welcome {
	margin-top: 80px;
	padding-bottom: 0;
	background-image: url('../images/wallpaper.jpg');
	background-size: cover;
	background-position: center top;
}

#welcome_main {
	height: 500px;
	min-height: 500px;
}

#welcome_main > .row {
	height: 100%;
}

/* #top-slider - removed empty rule */

/* .top-slide - removed empty rule */

#welcome .mb-5, .my-5 {
    margin-bottom: 0!important;
}

.brand_main {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.start_button {
	position: relative;
	bottom: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-1 {
	padding: 0 0 0 20px;
}

ul.list-1 > li {
	position: relative;
	margin: 20px 10px;
}

ul.list-1 > li:before {
	position: absolute;
	top: 0;
	left: -20px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color:  var(--main-blue-dark);
	line-height: 30px;
}

ul.list-1 > li > h5 {
	display: inline-block;
	font-family: 'Exo 2', sans-serif;
}
.section.light ul.list-1 > li > h5 {
	color: black;
}
.section.dark ul.list-1 > li > h5 {
	color: white;
}

ul.list-2 {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

ul.list-2 > li {
	position: relative;
	margin: 5px 10px;
}

ul.list-2 > li:before {
	position: absolute;
	top: 0;
	left: -20px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	/* color: rgb(200, 100, 0); */
	color: var(--main-blue-dark);
	line-height: 30px;
}

/* Contact */

#contact {
	background-image: url('../assets/contact.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-color: transparent;
}

#contact .section-head {
	/*background-color: rgba(210, 210, 210, 0.85);*/
}

#contact .section-content {
	background: linear-gradient(90deg, var(--main-blue-light) 0%, var(--main-blue) 100%);
	color: #fff;
}

#contact .section-content a{
	color: #fff;
}

#contact .section-content h3 {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 2rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--main-white);
}

#contact .section-content h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	/*	color: var(--main-blue-dark);*/
}

#contact .section-content label {
	font-family: "Open Sans", sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	margin-bottom: 0.3rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

/* Content frame */
#frame {
	margin-top: 64px;
	border-top: 4px solid var(--buttonBGcolor);
	background-image: url('../assets/wallpaper.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-color: transparent;
}

#frame .section-head {
	background-color: rgba(255, 255, 255, 0.5);
}

#frame .section-content {
	background-color: rgba(255, 255, 255, 0.3);
	min-height: calc(100vh - 384px);
	padding: 50px 0;
}

#frame .section-content h2 {
	margin-bottom: 50px;
}

/* Form */

.section.dark .form-control {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9rem;
	background-color: rgba(45, 45, 45, 0.8);
	color: #F5F5F5;
	border: 2px solid #FF8C42;
	border-radius: 8px;
	padding: 1.4rem 0.7rem;
	transition: all 0.3s ease;
}

.section.dark .form-control:focus {
	background-color: rgba(31, 31, 31, 0.9);
	border-color: #FFD700;
	box-shadow: 0 0 10px rgba(255, 140, 66, 0.3);
}

/* FOOTER */
footer {
	/*padding: 20px 0 50px 0;*/
	border-top: 3px solid #FF8C42;
	/*background-color: black;*/
	color: #F5F5F5;
	background: linear-gradient(135deg, #2D2D2D 0%, #1F1F1F 100%);
}

footer h5 {
	font-family: Poppins, serif;
	font-size: .9rem;
	/*font-weight: 700;*/
	margin-top: 2rem;
	margin-bottom: 12px;
	letter-spacing: .05em;
	/*text-transform: uppercase;*/
	color: #FFF;
}

.container.pb-4 p,
.container.pb-4 a {
	color: #cbd5e1;
	font-family: Poppins, serif;
	font-size: 0.8rem;
}

footer a:hover {
	color: var(--main-blue-light);
	text-decoration: none;
}

/* MODAL */
.modal {
	padding-right: 0 !important;
}

.modal-content {
	background: linear-gradient(135deg, #2D2D2D 0%, #1F1F1F 100%);
	color: #F5F5F5;
	border-radius: 15px !important;
	border: 3px solid #FF8C42;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.modal-header {
	display: block;
	border-bottom: 2px solid #FF8C42;
	background: linear-gradient(135deg, #FF8C42, #E6702A);
	color: #1A1A1A;
	border-radius: 12px 12px 0 0 !important;
}

.modal-header .close {
	color: #1A1A1A;
	text-shadow: none;
	font-weight: bold;
}

.modal-header h5 {
	display: block;
	font-family: "Exo 2", sans-serif;
	text-transform: uppercase;
	color: #1A1A1A;
	font-weight: bold;
}

.modal-footer {
	display: block;
	border-top: 2px solid #FF8C42;
	background-color: rgba(45, 45, 45, 0.3);
	border-radius: 0 0 12px 12px !important;
}

#map_frame {
	border: 4px solid rgba(0, 0, 0, 0.2);
}

#map {
	height: 384px;
}

.openingName {
	font-weight: bold;
	/*color: var(--main-blue-dark);*/
	margin: 2px 8px 2px 0;
	display: inline-block;
}

.openingTime {
	font-weight: normal;
	/*color: #555;*/
	display: inline-block;
}

@media (max-device-width: 800px), (max-width: 800px){
	img{
		/*max-width: 100%!important;*/
		max-width: 100%;
	}
	.company_logo_contact_page {
		max-width: 30% !important;
	}

}


@media (max-height: 500px), (max-device-width: 990px), (max-width: 990px) {
	ul ul {
	  display: none!important;
	}
  }