/* Site.master Styles
-----------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Quicksand:wght@300..700&display=swap');



:root {

	--mainWidth: 1640px;
	
	--colorBlack: #000000;
	--colorWhite: #FFFFFF;
	--ColorOrange: #F3B75B;
	--colorGrey: #808793;	
	--ColorPrimary:#000E27;
	--colorBackgroundGrey:#EFEFEF;


	--primaryFont: "Quicksand", sans-serif;
	--secondaryFont:"Gloria Hallelujah", cursive;

	
}

body {
	background-color: #FFF;
	color: #333;
	margin: 0;
	font-family: var(--primaryFont);
	
}

p {
	margin: .9em 0;
}
img {
	border: none;
	display: block;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #111;
}
h1,
.rbh1 {
	color: black;
	font-size: 30px;
	text-decoration: none;
	text-align: center;
	font-family: var(--primaryFont);
}

h2 {
}
h3,
.rb-profileext-title {
	color: black;
	font-size: 20px;
	font-weight: normal;
	margin: .5em 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button, input, textarea {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
}

button, textarea, input[type="text"], input[type="password"] {
	-webkit-appearance: none;
}





.login_buttons:after, .popup-register_link:after, .commentitem_right_header:after, .news_info-header:after {
	display: table;
	content: "";
	clear: both;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;	

}


#content-section {
	margin: 0;
}

.baseheader_top {
	height: 27px;
}

#logon_info {
	float: right;
	background: #f7f6f3;
	margin: 10px 8px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #e0dfd8;
	border-left: 1px solid #e0dfd8;
}

.baseheader {
    cursor: pointer;
}

/* Top Menu Styles
-----------------------------------------------------------*/

.rb-mediastate-Mobile.rb-scrolltop-show #header, 
.rb-mediastate-Tablet.rb-scrolltop-show #header {
	margin: 0 !important;
	-webkit-animation: none !important;
	   -moz-animation: none !important;
		 -o-animation: none !important;
			animation: none !important;
		
}
.baseheader_main {

	background-color: #FFFFFF;
	padding: 0 7.291666666666667vw 0.0833333333333335vw 7.291666666666667vw;
}
.baseheader_line1 {
	display: flex ;
	align-items: center;
}
.baseheader_line1 .menu_divitem {
	margin-right: 30px;
	display: flex;
	color: black;
}

.baseheader_left {
	width: 20%;
	display: inline-block;
}
.baseheader_center{
	width: 60%;
	display:flex;
	text-align: center;
	justify-items: center;
	justify-content: center;
}
.baseheader_right {
	width: 20%;
	justify-content: end;
    display: flex;
}
.baseheader_left .baseheader  {
	background: url(/content/images/logo-black.png) no-repeat center;
	width: 219px;
	height: 109px;
	background-size: 100%;

}



.baseheader_right .main_menu_profile  .menu_haschildmenu{
	background: url(/content/images/icon-user.png) no-repeat center;
	background-size: 80%;
	width: 22.5px;
	height: 30px;
	margin-right: 0;

}

.main_menu_profile {
    position: relative;
}
.menu_childitems_disable {
    left: -9999px;
    display: none;
}
.main_menu_profile .menu_childitems_active .menu_childitems {
    top: 0px;
    right: -50px;
    width: 165px;
}
.main_menu_profile .menu_childitems_active .menu_childitems .menu_divitem{
   padding: 20px;
}

.baseheader_right .main_menu_profile  .menu_childitems {
    position: absolute;
    margin-top: 30px;
    z-index: 1;
    background-color: White;
}

.baseheader_line1 .menu_divitem_title {
	color: black;
}
.baseheader_line1 .menu_divitem_title:hover {
	color: #F3B75B;
	font-weight: 700;
}

.baseheader_line1 .menu_firstitem .menu_divitem_image { 

	
}






/* Sidebar Styles */

#rbsidebar-menubutton {
	display: none;
	width: auto;
	height: auto;
	background: none;
}

#rbsidebar-menubutton .rbsidebar_button_img {
	width: 50px;
	height: 30px;
	background: url(/content/images/icon-hamburger-2.png) no-repeat center;
}

.rbsidebar_button_title {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #5a5a5a;
    line-height: 20px;	
}

.menu_sidebar {
	background: #222;
	padding: 40px 20px;
}

.menu_sidebar .main-info-full,
.menu_sidebar .main_menu_register {
	padding: 10px;
}

.menu_sidebar a,
.menu_sidebar .main_menu_profile .rbmenuh2,
.menu_sidebar .main-info-full,
.menu_sidebar .main_menu_login,
.menu_sidebar .main_menu_register,
.menu_sidebar .main_menu_categories,
.menu_sidebar .popup_button_title {
	font-size: 20px;
	font-weight: 400;
	color: #A5A5A5;	
}

.menu_sidebar a:hover,
.menu_sidebar .main_menu_profile .rbmenuh2:hover,
.menu_sidebar .main-info-full:hover,
.menu_sidebar .main_menu_login:hover,
.menu_sidebar .main_menu_register:hover,
.menu_sidebar .popup_button_title:hover {
	color: #5FB468;
}

.menu_sidebar .main-info-image {
	display: none;
}

.popup-search_panel {
	width: 100%;
	padding: 20px;
}

.popup-search_panel .rbmenuh2 {
	margin-top: 0;
}

.popup-search_panel #search {
    width: 100%;
    padding: 10px;
    border: 1px solid #D7D7D7;
}

.popup-search_panel .search_button {
    left: auto;
    left: inherit;
    right: 10px;
}

/* Register Styles
-----------------------------------------------------------*/

.popup-register_panel,
.popup-login_panel {
	width: 90%;
    max-width: 975px;
	padding: 40px 50px 60px;	
}

.communallogin-before-items:before {
	content: "";
	display: block;
	width: 2px;
	height: 85px;
	background: #5FB468;
	margin: 0 auto;
}

.communallogin-before-items h3,
.popup-login_panel .input-footer h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;	
	margin-bottom: 0;
}

.communallogin-items-before,
.popup-register_panel .inputtitle,
.popup-login_panel .inputtitle,
.login_input_regis_before {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}

.popup-login_panel .input-footer {
	margin-top: 40px;
}

.communallogin-items {
	margin-top: 65px;
}

.communallogin-items,
.popup-register_panel .inputgroup-start {
	font-size: 0;
}

.communallogin-items > a:nth-child(2n+1),
.popup-register_panel .inputgroup-start > div:nth-child(2n+1),
.inputpage_field_LoginUserName {
	margin-right: 24px;
}

.communallogin-item,
.popup-register_panel .inputgroup-start > div {
	max-width: calc(50% - 12px);
	font-size: 20px;
}

.popup-register_panel .inputgroup-start > div,
.inputpage_field_LoginUserName,
.inputpage_field_LoginPassword {
	width: calc(50% - 12px);
	display: inline-block;
	vertical-align: top;
}

.inputpage_field_LoginUserName input,
.inputpage_field_LoginPassword input,
.input_Register input.inputpage_item,
.input_Register select.inputpage_item {
	width: 100%;
    font-size: 20px;
    color: #9c9c9c;
	line-height: 50px;
	background: #F5F5F5;
    padding: 0 30px;
	border: 0;
}

.input_Register select.inputpage_item {
	height: 50px;
}

.input_Register .rb-datedit-popupbutton {
	position: absolute;
}

.inputpage_field_LoginUserName input:focus,
.inputpage_field_LoginPassword input:focus {
	outline: 2px solid #5FB468;
}

.popup-register_panel .inputpage_field_Gender select {
	width: 100%;
}

.communallogin-item {
	font-size: 20px;
	padding: 0 55px;
	text-align: left;
}

/* Login Styles
-----------------------------------------------------------*/

.communallogin-items-full {
    margin-bottom: 30px;
}

.login_buttons .submitbutton {
	float: right;
}

.login_buttons .rbextbutton_items {
	margin-top: 13px;
	float: left;
}

.login_buttons .submitbutton,
.popup-register_panel .submitbutton,
.popup-register_panel .submitbutton:hover {
    height: auto;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    background: #5FB468;
    padding: 15px 50px;
    border: 0;
    border-radius: 35px;
    cursor: pointer;	
}

.popup-login_panel .popup-register_full .popup_button_title {
	font-size: 20px;
    padding: 15px 50px;
    cursor: pointer;
    float: right;
	border: 2px solid #A5A5A5;
    border-radius: 35px;
}

.popup-register_panel .submitbutton:hover,
.popup-login_panel .popup-register_full .popup_button_title:hover,
.login_buttons .submitbutton:hover {
	text-decoration: underline;
}

/* Profile Styles
-----------------------------------------------------------*/

.popup-profile_panel {
	width: 90%;
	max-width: 768px;
	padding: 30px;
}

.popup-profile_panel .inputgroup-start > div,
.inputgroup-oldpassword > div {
	display: inline-block;
}

.popup-profile_panel .inputgroup-start > div {
	width: 47.5%;
}

.inputgroup-oldpassword > div {
	width: 30%;
}

.inputgroup-oldpassword .inputpage_field_Password {
	margin: 0 5%;
}

.popup-profile_panel .inputgroup-start > div select,
.popup-profile_panel .inputgroup-start .inputpage_rbdateedit input,
.popup-profile_panel .inputpage_field_EMailChange {
	width: 100%;
}

.popup-profile_panel .inputgroup-start > div:nth-child(2n+1) {
	margin-right: 5%;
}

.popup-profile_panel .rb-datedit-popupbutton {
	position: absolute;
}

.rb-profileext-button {
	border: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
	float: none;
}




/* Főoldal  
------------------------------*/ 
/* First section */


.rb-itemgroup-master-topbanner .rb-section-normal  {
	
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
} 

  .rb-itemgroup-master-topbanner .rb-section-normal-title-main {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 85%;
  }

  .rb-itemgroup-master-topbanner .rbh1{
	font-family: var(--secondaryFont);
	font-size: 4.6875vw;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: normal;
	width: 90%;
	margin: auto;


}
.rb-itemgroup-master-topbanner .rbh2{
	font-family: var(--secondaryFont);
	font-size: 3.125vw;
	line-height: normal;
	text-align: center;
	margin-top: 0px;
	width: 90%;
	margin: auto;

}




/* Iframe 
------------------------------*/ 


.rb-section-frame {
	

}

iframe {
	
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 270vh;
	margin: auto;
	
}

iframe .fb-close {
	display: none;
}


/* Footer */ 
.rb-section-footer {
	max-width: var(--mainWidth);
	width: 90%;
	margin: auto;
	margin-top: 75px;
}

.rb-section-footer-line1 {

	display: flex;
	gap: 5%;
	
}
.rb-section-footer .menu_divitem {

	float: none;
	margin-bottom: 20px;
}
.rb-section-footer .rb-section-footeritem-1 .footer_siteimage_1 {

	background: url(/content/images/logo-black.png) no-repeat center;
	width: 219px;
	height: 109px;
	background-size: 100%;
}

.rb-section-footer .rb-section-footeritem-1 {

	flex: 0 1 20%;

}
.rb-section-footer .rb-section-footeritem-2 {

	flex: 0 1 20%;
}


.rb-section-footeritem-menutitle {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
}


.rb-section-footer  .menu_divitem_title:hover {
	color: var(--ColorOrange);
	font-weight: 700;
}

.rb-section-footer .rb-section-footeritem-3 {

	flex: 0 1 20%;
}
.rb-section-footer .rb-section-footeritem-4 {

	flex: 0 1 40%;
	padding-top: 40px;
}

.rb-section-footer .rb-section-footeritem-4 .inputform .inputtitle {

	
	max-width: 270px;
	width: 90%;

}
.rb-section-footeritem-1  .menu_image  {
	display: flex;
	
}
.rb-section-footeritem-1 .menu_image_jpg {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.rb-section-footeritem-1 .menu_divitem_info {
	display: inline-block;
	cursor: pointer;
}
.rb-section-footer .rb-section-footeritem-4 .inputform  .inputsubtitle{

	max-width: 468px;
	width: 90%;

}



.rb-section-footer .rb-section-footeritem-4 .inputform  .inputpage_fieldtype_Text {


	border: 1px solid grey;
	width: 100%;
	border-radius: 50px;

}

.rb-section-footer .rb-section-footeritem-4 .inputform .input-fieldtype-Text {
	border: none;
	outline: none;
	background: transparent;
	color: var(--colorBlack);
	padding: 20px;
	width: 100%;
}

.rb-section-footer .rb-section-footeritem-4 .inputform .input-fieldtype-Text.input-validation-error {
	color: var(--ColorPrimary) !important;
	border-radius: 50px;
}

.rb-section-footer .rb-section-footeritem-4 .inputform .inputpage_field_EMail  {

	margin: 20px 0;
}
.rb-section-footer .rb-section-footeritem-4 .inputform  .inputpage_buttons_after {
	border: none;
}

.rb-section-footer .rb-section-footeritem-4 .inputform .rbh3{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;

}

.rb-section-footer .rb-section-footeritem-4 .okbutton {

	
	border: 1px solid var(--colorBlack);
	height: auto;
	padding: 20px 35px;
	background-color: transparent;
	color: var(--colorBlack);
	border-radius: 50px;
	font-size: 20px;
	position: relative;
	font-weight: 300;
	cursor: pointer;	
	transition: all 0.2s ease-out;
	z-index: 1;
	
}

.rb-section-footer .rb-section-footeritem-4 .okbutton:before {

	
	content: "";
	display: block;
	position: absolute;
	border-radius: 50px;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 100%;
	background-color: var(--ColorOrange);

	
}
.rb-section-footer .rb-section-footeritem-4 .okbutton:hover:before {

	
	content: "";
	display: block;
	position: absolute;
	border-radius: 50px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	background-color: var(--ColorOrange);
	z-index: -1;
	
}
.rb-section-footer .rb-section-footeritem-4 .okbutton:hover {

	
	color: var(--colorWhite);
	font-weight: 700;

	
}

.rb-section-footer .input-validation-error {
    border: none !important; 
     background-color: transparent !important; 
}

.rb-section-footer .field-validation-error {
    color: #ff0000;
    display: block;
    clear: both;
    margin-top: 0px;
    padding-left: 30px;
}

.footer-newsletter .inputpage_label {
	font-size: 13px;
	color: var(--colorGrey);
}


.footer_pay_image {
	background: url(/content/images/payimage.png) no-repeat center;
	max-width: 316px;
	width: 100%;
	height: 28px;
	background-size: 100%;
	margin: auto;
}



/* Ismerj meg !*/ 

.rb-section-style-ismerjmeg {
	background-color: var(--colorBackgroundGrey);
	padding-bottom: 25px;
}

.rb-section-style-ismerjmeg  .rb-section-normal .rbh1 {
	font-size: 55px;
	font-family: var(--secondaryFont);
	margin: 0 0 10px 0;
}
.rb-section-style-ismerjmeg .rb-section-description {
	text-align: center;
	font-size: 15px;
	
}


.rb-section-style-aboutus .rb-section-normal-main {
	margin-top: 20px;
	display: flex;
	gap: 10.416666666666666vw;
	align-items: center;

}
.rb-section-style-aboutus  .rb-section-normal-left {
	flex: 0 1 50%;
	padding-left:11.020833333333334vw ;
}
.rb-section-style-aboutus  .rb-section-normal-left .rbh1{

	text-align: left;
	font-size: 30px;
}
.rb-section-style-aboutus .rb-section-normal-left .rbh2{
	font-size: 15px;
	font-weight: 500;
}
.rb-section-style-aboutus .rb-section-normal-left .rb-section-description {
	font-size: 15px;
	font-weight: 300;
}
.rb-section-style-aboutus .rb-section-normal-right{
	flex: 0 1 50%;
}


.rb-section-news {
	max-width: var(--mainWidth);
	width: 90%;
	margin: auto;
	margin-top: 50px;
}

.rb-section-news .rb2-slider-title {
	float: none;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 5px;
}
.rb-section-news .rb2-slider-description {
	text-align: center;
	font-size: 15px;
}

.rb-section-news .rb2-slider-item {
    flex: 0 1 calc(100% / 4 - 5.208333333333333vw);
	border: none;
	cursor: auto;

}
.rb-section-news  .news-type-1 {
	cursor: auto;
}

.rb-section-news .imageitem_body {
	/*justify-items: center;*/
}
.rb-section-news .news_image_img  {
	width: 69px;
	height: 69px;
	margin: auto;
}

.rb-section-news .rbh1 {
	font-size: 20px;
	font-weight: 700;
}

.rb-section-news .rbh2 {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}





/* Kontakt */ 

.body_Home_Contact  .rb-section-style-kontakt {
	background-color: var(--colorBackgroundGrey);
	padding-bottom: 25px;
}

.body_Home_Contact  .rb-section-style-kontakt .rb-section-normal .rbh1 {
	font-size: 55px;
	font-family: var(--secondaryFont);
	margin: 0 0 10px 0;
}
.body_Home_Contact  .rb-section-style-kontakt .rbh2 {
	text-align: center;
	font-size: 15px;
	max-width: 500px;
	width: 90%;
	margin: auto;
}

.rb-section-contactmessage {
	max-width: 1088px;
	width: 90%;
	margin: auto;
	margin-top: 75px;
}
.rb-section-contactmessage .rb-section-input{

	display: flex;
	gap:5.208333333333333vw ;

}
.rb-section-contactmessage .rb-section-input-header {

	flex: 0 1 50%;
}
.rb-section-contactmessage .rb-section-input-header .rbh1 {
	
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	
}
.rb-section-contactmessage .rb-section-input-header .rbh2 {
	font-size: 15px;
	font-weight: 300;
}
.rb-section-contactmessage .rb-section-input-header .rb-section-description {
	font-size: 15px;
	font-weight: 300;
}
.rb-section-contactmessage .rb-global-partialinput {

	flex: 0 1 50%;
}




.rb-section-contactmessage .inputgroup-name {
	display: flex;
	gap: 0.78125vw;
}

.rb-section-contactmessage .inputpage_fieldtype_Text {
	flex: 0 1 50%;
	border-radius: 50px;
}

.rb-section-contactmessage .input-fieldtype-Text {
	width: 100%;
	border-radius: 34px;
	padding: 20px;
	margin-bottom: 20px;
}


.rb-section-contactmessage .inputgroup-phonenumber {
	display: flex;
	gap: 0.78125vw;
}

.rb-section-contactmessage .input-fieldtype-Memo {
	border-radius: 34px;
	padding: 20px;
	height: auto !important;

}

.inputpage_buttons_after {
    border-top: none;
   border-top: 0;
}

.rb-section-contactmessage .okbutton {
    border: 1px solid var(--colorBlack);
    height: auto;
    padding: 20px 35px;
    background-color: transparent;
    color: var(--colorBlack);
    border-radius: 50px;
    font-size: 20px;
    position: relative;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.2s ease-out;
    z-index: 1;
}



.rb-section-contactmessage .okbutton:before {

	
	content: "";
	display: block;
	position: absolute;
	border-radius: 50px;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 100%;
	background-color: var(--ColorOrange);

	
}
.rb-section-contactmessage .okbutton:hover:before {

	
	content: "";
	display: block;
	position: absolute;
	border-radius: 50px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	background-color: var(--ColorOrange);
	z-index: -1;
	
}
.rb-section-contactmessage .okbutton:hover {

	
	color: var(--colorWhite);
	font-weight: 700;

	
}
.rb-section-googlemap-body {
	max-width: var(--mainWidth);
	width: 90%;
	margin: auto;
	height: 600px;
	margin-top: 25px;
}

#home_map{
	height: 100%;
	border-radius:25px ;
}



/*cim  */ 

.rb-itemgroup-master-cim {
	max-width: 1066px;
	width: 90%;
	margin: auto;
	margin-top: 75px;

}
.rb-itemgroup-master-cim .rb-section-normal-image_img {
	border-radius:25px;
}


.rb-section-style-kontaktegyeb {
	max-width: 1066px;
	width: 90%;
	margin: auto;
	margin-top: 50px;
 }

.rb-section-style-kontaktegyeb .rb-section-news .rbh1 {
	color: var(--ColorOrange);
    font-size: 20px;
    font-weight: 700;
}

.rb-section-style-kontaktegyeb .rb-section-news .news_subname  {

    font-size: 20px;
    font-weight: 700;
	text-align: center;
	max-width: 200px;
	width: 90%;
	margin: auto;
}
.rb-section-style-kontaktegyeb .rb-section-news .rb2-slider-item {
    flex: 0 1 calc(100% / 3 - 5.208333333333333vw);
    border: none;
	cursor: auto;
}

/* Menu Styles
-----------------------------------------------------------*/

.rb-section-dailymenu,
.rb-section-chefsuggestion {
	width: 100%;
	max-width: 100%;
}

.rb-section-dailymenu .rb-section-slideritem-news,
.rb-section-chefsuggestion .rb-section-slideritem-news {
	padding: 2.5vw 0 5vw;
}
.rb-section-chefsuggestion .rb-section-slideritem-news{
padding: 0.5vw 0 5vw;
background-size: cover;
background-position: bottom center;

}

.rb2-sectionslider-empty .rb-section-slideritem-news {
	padding: 0;
}

.rb-section-dailymenu .rb2-slider-root,
.rb-section-chefsuggestion .rb2-slider-root {
	position: relative;
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
}

.rb-section-dailymenu .rb2-slider-pager-item-main,
.rb-section-chefsuggestion .rb2-slider-pager-item-main {
	max-width: 1500px;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
	padding: 20px;
}

.rb-section-dailymenu .rb2-slider-item,
.rb-section-chefsuggestion .rb2-slider-item {
	background: rgba(255, 255, 255, 0.5);
	/*padding: 35px;*/
	border-radius: 20px;
	text-align: center;
	backdrop-filter: blur(10px);
	-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.08);
			box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.rb-section-dailymenu .rb2-slider-item .news,
.rb-section-chefsuggestion .rb2-slider-item .news {
	padding: 35px;
}

.rb-section-dailymenu .newsslider_menu-date,
.rb-section-chefsuggestion .newsslider_menu-date2,
.popupinput-DailyMenu .rbh3 {
	font-family: var(--primaryFont);
	font-size: 25px;
	font-weight: 700;
}

.rb-section-dailymenu .newsslider_menu-date:after,
.rb-section-chefsuggestion .newsslider_menu-date:after {
	content: "";
	display: block;
	width: 35px;
	height: 2px;
	background: var(--ColorOrange);
	margin: 10px auto 25px;
}

.rb-section-dailymenu .news-body-main-title,
.rb-section-chefsuggestion .news-body-main-title {
	font-size: 20px;
	margin-bottom: 10px;
	display: none;
}

.rb-section-dailymenu .news-body-main-items,
.rb-section-chefsuggestion .news-body-main-items {
	font-size: 14px;
}

.rb-section-dailymenu .news-body-main-hun,
.rb-section-dailymenu .news-body-soup-hun,
.rb-section-chefsuggestion .news-body-main-hun,
.rb-section-chefsuggestion .news-body-soup-hun {
	font-size: 17px;
	font-weight: 700;
}

.rb-section-dailymenu .news-body-main {
	
}

.rb-section-dailymenu .rb2-slider-description,
.rb-section-chefsuggestion .rb2-slider-description {
	max-width: 450px;
	margin: 0 auto 40px;
    border-radius: 20px;
    padding: 20px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
}

.rb-section-dailymenu .rb2-slider-description b,
.rb-section-dailymenu .news-body-price,
.rb-section-chefsuggestion .rb2-slider-description b,
.rb-section-chefsuggestion .news-body-price {
	font-size: 18px;
	font-weight: 700;
	color: var(--ColorOrange);
}

.rb-section-dailymenu .news-body-price {
	margin-top: 40px;
}

.rb-section-chefsuggestion .news-body-price {
	margin-top: 5px;
}

.rb-section-chefsuggestion .news-body-full {
	margin-top: 20px;
}


.rb-section-dailymenu .news-body-delim,
.rb-section-chefsuggestion .news-body-delim {
    font-family: var(--primaryFont);
    font-size: 20px;
    font-weight: 700;
	margin: 15px 0;
}

.inputpage_fields .rb-datedit-popupbutton {
	position: absolute;
}

.popupinput-DailyMenu .rbh3 {
	margin-bottom: 20px;
}

.rb-section-dailymenu .rb2-pager-item-pagertype-prevnext,
.rb-section-chefsuggestion .rb2-pager-item-pagertype-prevnext {
	width: 59px;
	height: 59px;
	position: absolute;
	border-radius: 50%;
	z-index: 1;
	top: 65%;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
			box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb-section-dailymenu .rb2-pager-item-prev,
.rb-section-chefsuggestion .rb2-pager-item-prev {
	left: 0;
	background: url(/content/images/icon-pager-prev.png) no-repeat center;
	background-size: 100%;
}

.rb-section-dailymenu .rb2-pager-item-next,
.rb-section-chefsuggestion .rb2-pager-item-next {
	right: 0;
	background: url(/content/images/icon-pager-next.png) no-repeat center;
	background-size: 100%;
}


.rb-section-chefsuggestion .newsslider_menu {

	column-count: 2;
	column-width: 400px;
    column-gap: 40px;
    max-height: 685px;
	height: 100%;
    overflow: auto;
}

.rb-section-chefsuggestion .rb2-slider-item {
	background: rgba(255, 255, 255, 0.5);
	/*padding: 35px;*/
	border-radius: 20px;
	text-align: center;
	backdrop-filter: blur(10px);
	-ms-flex: 1 1 calc(100% / 3);
		flex: 1 1 calc(100% / 3);
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.08);
			box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.08);
}






/* Home Styles
-----------------------------------------------------------*/

/* Rb Tablet */
@media screen and (max-width: 1155px)
{

	.rb-section-footeritem-1 .menu_image {
		display: flex;
		justify-content: center;
	}
	.baseheader_mini {
		display: inline-block;	
		width: 5%;

	}
	#rbsidebar-menubutton  {
		display: inline-block;
		background: url(/content/images/menu-burger.png)no-repeat center;
		background-size: 100%;
		width: 30px;
		height: 30px;
	
		
	}
	.baseheader_center {
        display: none;
    }
	.baseheader_left {
		
		justify-content: center;
       margin: auto;
	   width: 30%a;

	}
	.baseheader_center {
		
	}
	.baseheader_right{
		width: 5%;

	}


	iframe {
	
		width: 100%;
		aspect-ratio: 16 / 9;
		height: 320vh;
		margin: auto;
		
	}

	.rb-section-footer {
		max-width: var(--mainWidth);
		width: 90%;
		margin: auto;
		margin-top: 30px;
	}

	.rb-section-footer-line1 {
		display: flex;
		flex-wrap: wrap;
	}

	.rb-section-footer .rb-section-footeritem-1 {

		
		flex: 0 1 100%;
		text-align: center;
	
	}
	.rb-section-footer .rb-section-footeritem-2 {
	
		
		flex: 0 1 100%;
		text-align: center;
	}
	
	.rb-section-footer .rb-section-footeritem-1 .footer_siteimage_1 {
	
		margin: auto;
	}
	

	
	.rb-section-footeritem-menutitle {
		font-weight: 700;
		font-size: 20px;
		margin-bottom: 20px;
		padding-top: 40px;
	}
	
	.rb-section-footer .rb-section-footeritem-3 {
	
		
		flex: 0 1 100%;
		text-align: center;
	}
	.rb-section-footer .rb-section-footeritem-4 {
	
		flex: 0 1 100%;
		padding-top: 0px;
	}

	.rb-section-footer .rb-section-footeritem-4 .okbutton {
		border: 1px solid var(--colorBlack);
		height: auto;
		padding: 20px 35px;
		background-color: transparent;
		color: var(--colorBlack);
		border-radius: 50px;
		font-size: 20px;
		position: relative;
		font-weight: 300;
		cursor: pointer;
		transition: all 0.2s ease-out;
		z-index: 1;
		margin-bottom: 20px;
	}

	.rb-section-dailymenu .rb2-slider-item{
		-ms-flex: 0 1 50%;
			flex: 0 1 50%;
	}
}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{
.rb-section-chefsuggestion .newsslider_menu {
    column-count: auto;
    column-width: auto;
    column-gap: 40px;
    max-height: 535px;
    overflow: auto;
	overflow-y: scroll;

}
.rb-section-chefsuggestion .newsslider_menu::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
}
.rb-section-chefsuggestion .newsslider_menu::-webkit-scrollbar {
	
	width: 4px;
	background: white;
 	border-radius: 10px;
  
}


	
}



@media screen and (max-width: 800px)
{
	iframe {
	
		width: 100%;
		aspect-ratio: 16 / 9;
		height: 500vh;
		margin: auto;
		
	}

}


/* iPad Portrait */
@media screen and (max-width: 768px)
{
	.rb-itemgroup-master-topbanner .rbh1 {
		font-size: 35px;
}

	.rb-itemgroup-master-topbanner .rbh2 {
 	font-size: 25px;
}


	/* About us page  */ 

	.rb-section-style-aboutus .rb-section-normal-main {
		margin-top: 20px;
		display: flex;
		gap: 10.416666666666666vw;
		align-items: center;
		flex-wrap: wrap;
	}

	.rb-section-style-aboutus .rb-section-normal-left {
		flex: 0 1 100%;
		padding-left: 0;
		order: 2;
		max-width: var(--mainWidth);
		width: 90%;
		margin: auto;
	}



	.rb-section-style-aboutus .rb-section-normal-right {
    	flex: 0 1 100% ;
		order:1;
}
.rb-section-style-aboutus .rb-section-normal-left .rbh1 {
    text-align: center;
    font-size: 30px;
}
.rb-section-style-aboutus .rb-section-normal-left .rbh2 {
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	max-width: 450px;
	width: 90%;
	margin: auto;
}
.rb-section-style-aboutus .rb-section-normal-left .rb-section-description {
    font-size: 15px;
    font-weight: 300;
	max-width: 500px;
	width: 90%;
	margin: auto;
}




/* Kontakt */ 
.rb-section-contactmessage {
	margin-top: 0;
}
 .rb-section-contactmessage .rb-section-input {
    display: flex;
    gap: 5.208333333333333vw;
	flex-wrap: wrap;

}
.rb-section-contactmessage .rb-section-input-header {
    flex: 0 1 100%;
}
.rb-section-contactmessage .rb-global-partialinput {
    flex: 0 1 100%;
}

.rb-section-dailymenu .rb2-slider-item .news {
	padding: 20px;
}

	.rb-section-dailymenu .rb2-pager-item-pagertype-prevnext {
		width: 44px;
		height: 44px;
	}


}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	.baseheader_left .baseheader {
	
		width: 219px;
		height: 109px;
		background-size: 100%;
	}

	.baseheader_left {

		width: 55%;
	}
	.baseheader_center {
        display: none;
    }


    .rb-itemgroup-master-topbanner .rbh1 {
        font-size: 25px;
    }
	    .rb-itemgroup-master-topbanner .rbh2 {
        font-size: 20px;
    }

	.rb-itemgroup-master-topbanner .rb-section-normal-title-main {
	position: absolute;
	top: 45%;

  }

		.rb-section-footer .rb-section-footeritem-1 .footer_siteimage_1 {
			width: 219px;
			height: 109px;
			background-size: 80%;
		}




		.rb-section-style-ismerjmeg .rb-section-description {
			text-align: center;
			font-size: 15px;
			max-width: 350px;
			width: 90%;
			margin: auto;
		}

		.rb-section-style-ismerjmeg .rb-section-normal .rbh1 {
			font-size: 55px;
			font-family: var(--secondaryFont);
			margin: 0 0 10px 0;
			max-width: 450px;
			width: 90%;
			margin: auto;
		}

		.rb-section-news .rb2-slider-item {
			flex: 0 1 100%;
			border: none;
			margin-bottom: 20px;
		}

		.rb-section-dailymenu .rb2-slider-pager-item-main {
			width: calc(100% + 40px);
			margin-left: -20px;
		}

		.rb-section-dailymenu .rb2-pager-item-prev {
			left: calc(-5% + 5px);
		}

		.rb-section-dailymenu .rb2-pager-item-next {
			right: calc(-5% + 5px);
		}

		.rb-section-news .rb-section-body .rb2-slider-pager-item-main {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			flex-wrap: wrap;
		}


		.rb-section-style-kontaktegyeb .rb-section-news .rb2-slider-item {
			flex: 0 1 calc(100% / 1 );
			margin-top: 20px; 
			border: none;
		}

}
@media screen and (max-width: 400px)
{


}



.rb-section-footeritem-2 .rb-section-footeritem-menutitle {
	/*display: none;*/
}
.footer_pay_title {
	display: none;
}