/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child
 Author:       ELVISUAL
 Author URI:   https://www.monis-grillhendl.at/
 Template:     hello-elementor
*/

@font-face {
  font-family: "HoboStd";
  src: url(fonts/HoboStd.eot);
  src: url(fonts/HoboStd.eot#) format("eot"),
   url(fonts/HoboStd.woff) format("woff"),
   url(fonts/HoboStd.ttf) format("truetype"),
   url(fonts/HoboStd.svgv#webfont) format("svg");
}

@font-face {
    font-family: "courier_primebold";
    src: url(fonts/courierprime-bold.eot);
    src: url(fonts/courierprime-bold.eot?#iefix) format("embedded-opentype"),
         url(fonts/courierprime-bold.woff2) format("woff2"),
         url(fonts/courierprime-bold.woff) format("woff"),
         url(fonts/courierprime-bold.ttf) format("truetype"),
         url(fonts/courierprime-bold.svg#courier_primebold) format("svg");
}

@font-face {
    font-family: "courier_primeregular";
    src: url(fonts/courierprime-regular.eot);
    src: url(fonts/courierprime-regular.eot?#iefix) format("embedded-opentype"),
         url(fonts/courierprime-regular.woff2) format("woff2"),
         url(fonts/courierprime-regular.woff) format("woff"),
         url(fonts/courierprime-regular.ttf) format("truetype"),
         url(fonts/courierprime-regular.svg#courier_primeregular) format("svg");
}

:root {
	--MoniBlack: #1B1C20 !important;
	--MoniBlackGradient: radial-gradient(#333,#1b1c20) !important;
	--MoniRed: #E60004 !important;
	--MoniRedDark: #B80006 !important;
	--MoniRedGradient: radial-gradient(#E60004, #B80006) !important;
	--MoniYellow: #FFF8B8 !important;
}

body {
	background-color: #FFF8B8 !important;
	margin: 0 !important;
}

.e-con {
	padding: 0 !important;
}

#headerbox{
	background-color: var(--MoniBlack);
	color: var(--MoniYellow) !important;
	padding: 0;
	z-index: 1000 !important;
}

#header-logo-box {
	width: 30% !important;
	align-content: center !important;
	align-items: center !important;
}

#header-nav-box {
	width: 70% !important;
	align-content: center !important;
	align-items: center !important;
}

#logo.elementor-widget-image a img[src$=".svg"] {
    width: 360px !important;
	max-width: 60% !important;
	height: auto !important;
	margin: 20px 0 20px 0 !important;
}

.LogoVikis img {
	width: 30% !important;
	margin-bottom: 5em;
}

.LogoVikis a {
	width: 100% !important;
}

#footer-box {
	background-color: var(--MoniBlack);
	color: var(--MoniYellow);
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transform:skew(0deg,-3deg);
	color: #FFF8B5;
	z-index: 1000 !important;
}

#footer-inhalt {
	width: 80% !important;
	max-width: 1000px;
	padding-top: 70px;
	padding-bottom: 60px;
	transform:skew(0deg,3deg);
	margin-left: auto;
	margin-right: auto;
}

#footer-box h5 {
	font-family: 'courier_primeregular' !important;
	font-weight: bold !important;
	margin-bottom: 0.8em;
}

#footer-box-element {
	width: 32%;
}

#footer-box-element a {
	color: var(--MoniYellow) !important;
	transition: all 0.3s ease-in-out;
}

#footer-box-element a:hover {
	padding-left: 15px;
	transition: all 0.3s ease-in-out;
}

#footer-box-element a .elementor-icon-list-icon  {
	transition: all 0.5s ease-in-out;
}

#footer-box-element a:hover .elementor-icon-list-icon  {
	color: var(--MoniRed) !important;
	transition: all 0.3s ease-in-out;
}

#footer-bottom {
	background-color: var(--MoniYellow);
	color: var(--MoniBlack);
	text-align: center;
	margin-top: -70px;
	padding-top: 80px;
	padding-bottom: 5px;
}

.CookieFooter {
	margin-top: 15px !important;
}

.CookieFooter a {
	color: var(--MoniBlack) !important;
}


#titelbild {
	min-height: 500px !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	text-align: center  !important;
	margin-top: -40px !important;
	margin-bottom: -40px !important;
	transform:skew(0deg,-2deg);
}

p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.5em;
}

h1 {
	font-family: 'HoboStd' !important;
	font-size: 3em !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	position: relative !important;
}

.page404 h1 {
	font-family: 'HoboStd' !important;
	font-size: 8em !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	position: relative !important;
}

#headline {
	text-align: center !important;
}

#headline h1 {
	background: var(--MoniBlack) !important;
	color: #FFF8B5;
	line-height: 1.3em !important;
	padding: 15px 35px 10px 35px !important;
	margin-top: -0.3em !important;
	display: inline-block !important;
	transform:skew(0deg,-4deg);
}

.elementor-menu-toggle {
	color: var(--MoniYellow) !important;
	transition: all 0.2s ease-in-out !important;
}

.elementor-menu-toggle:hover {
	color: var(--MoniRed) !important;
	transition: all 0.2s ease-in-out !important;
}

h2 {
	font-family: 'courier_primeregular' !important;
	font-size: 3em !important;
	font-weight: bold !important;
	margin-bottom: 0.5em !important;
}

h3 {
	font-family: 'courier_primeregular' !important;
	font-size: 2.3em !important;
	font-weight: bold !important;
	margin-bottom: 0.5em !important;
}

h4 {
	font-size: 1.5em !important;
	font-weight: bold !important;
	margin-bottom: 0.2em !important;
}

h6 {
	font-size: 1.2em !important;
	font-weight: bold !important;
	margin-bottom: 0.8em !important;
}

#black-content-box {
	background-color: var(--MoniBlack);
	background: var(--MoniBlackGradient) !important;
	color: var(--MoniYellow);
	margin-top: -35px;
	margin-bottom: -35px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transform:skew(0deg,-4deg);
}

#black-content-box a {
	color: var(--MoniYellow) !important;
}

#red-content-box {
	background-color:#E60004;
	background-image: url(https://www.monis-grillhendl.at/wp-content/uploads/HG-Rays.svg), radial-gradient(#E60004, #B80006) !important;
	background-size: cover !important;
	background-position: center !important;
	color: #FFF8B5;
	margin-top: -35px;
	margin-bottom: -35px;
	position: relative !important;
	display: block !important;
	transform:skew(0deg,-4deg);
}

#beige-content-box {
	background-color:#FFF8B5;
	background: radial-gradient(#F0EAAA, #FFF8B5) !important;
	color: #1B1C20;
	margin-top: -35px;
	margin-bottom: -35px;
	position: relative !important;
	display: block !important;
	transform:skew(0deg,-3deg);
}

#inhalt {
	width: 80%;
	max-width: 1000px;
	padding-top: 120px;
	padding-bottom: 140px;
	margin-left: auto;
	margin-right: auto;
}

#inhalt a {
	font-weight: bold;
}

#inhalt ul {
	padding-left: 15px !important;
}

#inhalt li {
	list-style-position: outside !important;
	padding: 5px !important;
	margin: 0 !important;
}

#black-content-box #inhalt {
	transform:skew(0deg,4deg);
}

#black-content-box #inhalt a {
	color: #FFF8B5 !important;
}

#red-content-box #inhalt {
	transform:skew(0deg,4deg) !important;
}

#red-content-box #inhalt a {
	color: #FFF8B5 !important;
}

#beige-content-box #inhalt {
	transform:skew(0deg,3deg) !important;
}

.NewMark {
	width: 80% !important;
	background-color: #E60004 !important;
	color: #FFF8B5 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	border-radius: 3px !important;
	padding: 10px !important;
	margin: 15px auto 0 auto !important;
	display: inline-block !important;
}

/*---------------------------------- Vikis-Banner ----------------------------------*/

.InhaltBannerVikis {
	width: 80%;
	max-width: 1000px;
	background-image: url(https://www.monis-grillhendl.at/wp-content/uploads/2022/03/BG_Vikis-Start_left.png), url(https://www.monis-grillhendl.at/wp-content/uploads/2022/03/BG_Vikis-Start_right.png), url(https://www.monis-grillhendl.at/wp-content/uploads/2022/03/BG_Vikis-Start_back.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat !important;
	background-position: left, right, center !important;
	background-size: contain, contain, cover !important;
	color: #FFF8B5 !important;
	text-align: center !important;
	padding: 80px 10px 80px 10px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: -60px !important;
	margin-bottom: 170px !important;
}

.InhaltBannerVikis .LogoVikis img {
	width: 20% !important;
	margin-bottom: 2em;
}

.InhaltBannerVikis h2, .InhaltBannerVikis h3 {
	background: #FFED00 !important;
	color: #1B1C20 !important;
	padding: 10px 20px 10px 20px !important;
	display: inline-block !important;
	box-shadow: 1px 3px 8px #000;
}

.InhaltBannerVikis h2 {
	font-size: 3.5em !important;
	font-weight: bold !important;
	transform: rotate(-3deg) !important;
	margin-bottom: -8px !important;
}

.InhaltBannerVikis h3 {
	font-size: 2em !important;
	font-weight: normal !important;
	transform: rotate(-1deg) !important;
}

.InhaltBannerVikis .elementor-button {
	border: #FFF8B5 2px solid !important;
	background: transparent !important;
	color: #FFF8B5 !important;
	margin-top: 1.5em;
}

.InhaltBannerVikis .elementor-button:hover {
	background: #FFF8B5 !important;
	color: #1B1C20 !important;
	border: #FFF8B5 2px solid !important;
}

/*---------------------------------- Gerichte-Teaser ----------------------------------*/

.Gericht-TeaserHolder .elementor-grid-item, .Gericht-TeaserHolder .has-post-thumbnail, .Gericht-TeaserHolder .elementor-section-wrap, .Gericht-TeaserHolder .elementor-top-section {
	display: flex !important;
	flex-wrap: wrap !important;
}

.Gericht-TeaserHolder #inhalt {
	padding-top: 50px;
}

.Gericht-TeaserItem .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0 !important;
}

.Gericht-TeaserItem {
	border: #000 1px solid;
}

.Gericht-TeaserPic {
	width: 45% !important;
	padding: 8px !important;
}

.Gericht-TeaserPic .elementor-widget-wrap {
	align-content: center !important;
}

.Gericht-TeaserDesc {
	width: 55% !important;
	padding: 30px 15px 30px 0 !important;
}

.Gericht-TeaserMengenangabe {
	font-weight: bold !important;
	margin-bottom: 15px !important;
}

.Gericht-TeaserDesc .elementor-widget-wrap {
	align-content: space-between !important;
}

/*---------------------------------- Gerichte-Page ----------------------------------*/

.MealDescriptionBox .elementor-container {
	flex-wrap: wrap !important;
}

.MealText .elementor-element-populated {
	padding: 0 !important;
	align-items: center !important;
}

.MealText, .MealPic {
	width: 50% !important;
	align-items: center !important;
}

.MealText h2 {
	font-size: 2.4em !important;
}

.MealPic .elementor-element-populated {
	padding: 0 !important;
	justify-content: center !important;
}

.beilage {
	padding: 20px !important;
	margin: 3.5em auto 2em auto !important;
	border: #000000 2px solid !important;
	border-radius: 15px !important;
}

.beilage h3 {
	font-size: 1.8em !important;
	margin-bottom: 0 !important;
}

.beilage .MealText {
	width: 70% !important;
	align-items: center !important;
}

.beilage .MealPic {
	width: 30% !important;
	align-items: center !important;
}

.beilage .MealPic img {
	width: 80% !important;
	max-width: 250px !important;
}

.holiday {
	background-color:#E60004;
	text-align: center !important;
	color: #FFF8B5;
	padding-top: 20px !important;
	padding-bottom: 35px !important;
	margin-top: 5em !important;
	transform:skew(0deg,-2deg) !important;

}

.dialog-close-button {
	background: #1B1C20 !important;
    font-size: 25px !important;
    color: #fff !important;
    padding: 5px!important;
    border-radius: 50%!important;
}

.dialog-close-button:hover {
	background: transparent !important;
    color: #1B1C20 !important;
	border: #1B1C20 3px solid !important;
}

.popuplogo {
	margin: -30px auto 0 auto !important;
}

.popuplogo img {
	width: 40% !important;
	margin-bottom: 30px !important;
}

.popupholiday {
	text-align: center;
    padding: 5em 30px 5em 30px;
}

.popupholiday .inhalt {
	font-size: 1em;
	margin-top: 1em;
}

.notice-item {
	text-align: center !important;
	background: var(--MoniRedGradient) !important;
	color: var(--MoniYellow) !important;
	padding: 25px !important;
}

.notice-item h3 {
	font-size: 2.5em !important;
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
}

.notice-date {
	width: fit-content !important;
	background-color: var(--MoniYellow) !important;
	color: var(--MoniBlack) !important;
	font-size: 1.3em !important;
	font-weight: 600 !important;
	padding: 2px 15px !important;
	margin: 5px auto 10px !important;
	transform: rotate(-2deg) !important;
	box-shadow: -4px 7px 5px var(--MoniRedDark);
}

.holiday .inhalt {
	transform:skew(0deg,2deg) !important;
}

.holiday h3 {
	font-size: 2.2em !important;
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
}

.banner-holder {
	width: 100% !important;
	max-width: 1000px;
	margin-top: 3em;
	margin-bottom: -3em;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    position: static !important;
}


#BannerBox {
	border: #000 2px solid;
	padding: 20px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#StandortHolder {
	padding: 0px !important;
}

#StandortElement {
	width: 32.5% !important;
	background: #FFF8B5;
	text-align: center;
	color: #1B1C20;
	padding: 30px 15px 25px 15px;
	margin-bottom: 10px;
	box-sizing: border-box !important;
	position: relative !important;
}

#StandortElement h4 {
	background-color: #1B1C20;
	font-size: 1.5em !important;
	font-weight: bold;
	color: #FFF8B5 !important;
	padding: 8px 15px 5px 15px !important;
	margin-bottom: 0.5em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: inline-block;
	transform:skew(0deg,-3deg);
}

#StandortElement h5 {
	font-size: 1.2em !important;
	font-weight: bold !important;
	margin-top: 1.2em !important;
	margin-bottom: 0.3em !important;
}

#StandortElement ul {
	padding: 0 !important;
	margin: 0 !important;
}

#StandortElement li {
	justify-content: center !important;
	padding-bottom: 0 0 5px 0 !important;
}

#inhalt #StandortElement li a {
	color: #1B1C20 !important;
	justify-content: center !important;
	transition: all 0.3s ease-in-out !important;
}

#inhalt #StandortElement li a:hover {
	color: #1B1C20 !important;
	transition: all 0.3s ease-in-out !important;
}

#inhalt #StandortElement li a:hover:before {
	content: "\00bb" !important;
	color: #E60004 !important;
}

#inhalt #StandortElement li a:hover:after {
	content: "\00ab" !important;
	color: #E60004 !important;
	margin-left: 5px;
}

#FoodBox-Column {
	width: 49% !important;
	text-align: center;
	padding: 40px 15px 25px 15px;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

#black-content-box #FoodBox-Column {
	border: #444 2px solid;
}

#red-content-box #FoodBox-Column {
	border: #E72C24 2px solid;
}

#FoodBox-Column h4 {
	background: #FFF8B5 !important;
	color: #1B1C20;
	font-weight: bold !important;
	padding: 15px 35px 10px 35px !important;
	margin-bottom: 1em !important;
	display: inline-block !important;
	transform:skew(0deg,-4deg);
}

#FoodBox-Column ul {
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

#black-content-box #FoodBox-Column li {
	width: 43% !important;
	text-align: center;
	list-style: none !important;
	background: #333;
	padding: 10px !important;
	margin: 5px !important;
	position: relative !important;
	display: block !important;
}

#red-content-box #FoodBox-Column li {
	width: 43% !important;
	text-align: center;
	list-style: none !important;
	background: #E72C24;
	padding: 10px !important;
	margin: 5px !important;
	position: relative !important;
	display: block !important;
}

#FoodBox-Column li::before {
	content: "✔";
	margin-right: 5px !important;
	display: block;
}

#Box50-Column {
	width: 49% !important;
	text-align: center;
	padding: 40px 15px 25px 15px;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

#black-content-box #Box50-Column {
	border: #444 2px solid;
}

#red-content-box #Box50-Column {
	border: #E72C24 2px solid;
}

#Box50-Column h4 {
	background: #FFF8B5 !important;
	color: #1B1C20;
	font-weight: bold !important;
	padding: 15px 35px 10px 35px !important;
	margin-bottom: 1em !important;
	display: inline-block !important;
	transform:skew(0deg,-4deg);
}

#Box50-Column ul {
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

#black-content-box #Box50-Column li {
	width: 43% !important;
	text-align: center;
	list-style: none !important;
	background: #333;
	padding: 10px !important;
	margin: 5px !important;
	position: relative !important;
	display: block !important;
}

#red-content-box #Box50-Column li {
	width: 43% !important;
	text-align: center;
	list-style: none !important;
	background: #E72C24;
	padding: 10px !important;
	margin: 5px !important;
	position: relative !important;
	display: block !important;
}

#EasyBox50-Column {
	width: 49% !important;
	border: #E3D665 1px solid;
	padding: 25px 15px 25px 15px;
	margin-bottom: 1.5em !important;
}

#EasyBox50-Column h3 {
	font-size: 1.8em !important;
}

#EasyBox50 ul {
	list-style: square;
}

#EasyBox50-Column li {
	padding: 0 !important;
	margin: 0 !important;
}

#EasyBox100-Column {
	width: 100% !important;
	border: #E3D665 1px solid;
	padding: 25px 15px 25px 15px;
	margin-bottom: 1.5em !important;
}

#ContactBlock a {
	color: #1B1C20 !important;
	font-weight: normal !important;
	transition: all 0.3s ease-in-out !important;
}

#ContactBlock a:hover {
	padding-left: 15px;
	transition: all 0.3s ease-in-out !important;
}

#ContactBlock a:hover .elementor-icon-list-icon {
	color: #E60004 !important;
	transition: all 0.3s ease-in-out !important;
}

#ContactBlock ul {
	color: #1B1C20 !important;
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
}

#ContactBlock li {
	margin: 0 !important;
	padding: 0 0 15px 0 !important;
}


select {
	background: #FFF8B5 !important;
	color: #1B1C20 !important;
	border: 0 !important;
	border-radius: 0 !important;
	margin-bottom: 10px !important;
}

.elementor-select-wrapper:before {
	color: #1B1C20 !important;
	text-shadow: none !important;
}

.elementor-field-label {
	text-transform: uppercase !important;
	cursor: text !important;
	margin-bottom: 5px !important;
}

.elementor-field-label:after {
	color: #FFF8B5 !important;
}

input {
	background: #FFF8B5 !important;
	color: #1B1C20 !important;
	border: 0 !important;
	border-radius: 0 !important;
	margin-bottom: 10px !important;
}

textarea {
	background: #FFF8B5 !important;
	color: #1B1C20 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

#red-content-box .elementor-button {
	border: #1B1C20 2px solid !important;
	background: #1B1C20 !important;
	color: #FFF8B5 !important;
	margin-top: 1.5em;
	margin-left: auto !important;
	margin-right: auto !important;
	display: inline-block !important;
	position: relative !important;
	flex-basis: unset !important;
}

#red-content-box .elementor-button:hover {
	background: #E60004 !important;
	color: #FFF8B5 !important;
	border: #FFF8B5 2px solid !important;
}

.elementor-message {
	margin-top: 20px !important;
	text-align: center;
}

.sichtbarkeit {
	display: none !important;
}

.SymbolGet img {
	height: 80px !important;
}

.SymbolGet {
	width: 100% !important;
}

/*------------Buttons------------*/

.elementor-button {
	padding: 15px 30px 15px 30px !important;
	background: #1B1C20 !important;
	color: #FFF8B5 !important;
	border: #1B1C20 2px solid !important;
	border-radius: 6px !important;
	margin-top: 1.5em;
	margin-left: auto !important;
	margin-right: auto !important;
}

.elementor-button:hover {
	background: #FFF8B5 !important;
	color: #1B1C20 !important;
}

#red-content-box #StandortElement .elementor-button {
	border: #1B1C20 2px solid !important;
	background: #FFF8B5 !important;
	color: #1B1C20 !important;
	margin-top: 1.5em;
	display: none !important;
}

#red-content-box #StandortElement .elementor-button:hover {
	background: #1B1C20 !important;
	color: #FFF8B5 !important;
	border: #1B1C20 2px solid !important;
}

#black-content-box #FoodBox-Column .elementor-button {
	border: #FFF8B5 2px solid !important;
	background: #FFF8B5 !important;
	color: #000 !important;
	margin-top: 1.5em;
}


#black-content-box #FoodBox-Column .elementor-button:hover {
	background: transparent !important;
	color: #FFF8B5 !important;
	border: #FFF8B5 2px solid !important;
}

.PicMeal {
	margin-top: 2em !important;
	margin-bottom: -5em !important;
}


/*------------check&radiobox original entfernen------------*/

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  visibility: hidden;
}

/*------------check&radiobox new style------------*/

input[type='checkbox'] + label {
	width: 100% !important;
	text-align: center;
	margin-top: 3em !important;
	margin-bottom: 1.5em !important;
	position: static !important;
	display: block !important;
	align-content: center;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
    width: 25px !important;
    height: 25px !important;
    background: #E60004;
    content: "";
	line-height: inherit;
    border: 3px solid #FFF8B5;
    margin-right: 15px;
	margin-bottom: -0.55em;
    display: inline-block;
	transition: all 0.2s ease-in-out;
}

input[type='checkbox'] + label {
	cursor: pointer;
}

input[type='checkbox']:checked + label::before {
	content: "✔";
	color: #FFF8B5;
    background: #1B1C20;
	border-color: #1B1C20;
    display: inline-block;
    position: relative;
	transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 2500px) {
	#titelbild {
		min-height: 600px !important;
		margin-top: -70px !important;
	}
}

@media only screen and (max-width: 1000px) {
	#StandortElement {
		width: 49% !important;
	}
	
	#black-content-box #FoodBox-Column li, #red-content-box #FoodBox-Column li {
		width: 100% !important;
	}
	
	#black-content-box #Box50-Column li, #red-content-box #Box50-Column li {
		width: 100% !important;
	}
	
	.LogoVikis img {
		width: 40% !important;
		margin-bottom: 3em;
	}
	
	/*---------------------------------- Gerichte-Teaser ----------------------------------*/

	.Gericht-TeaserItem {
		border: #000 1px solid;
	}

	.Gericht-TeaserPic {
		width: 100% !important;
		padding: 25px !important;
	}

	.Gericht-TeaserDesc {
		width: 100% !important;
		padding: 25px !important;
	}

	.MealText {
		width: 100% !important;
	}

	.MealPic {
		width: 100% !important;
		margin-top: 3em !important;
	}
	
	.beilage h3 {
		font-size: 1.3em !important;
		margin-bottom: 0.5em !important;
	}
	
	.beilage .MealText {
		width: 100% !important;
	}

	.beilage .MealPic {
		width: 100% !important;
		margin: 0 auto 1em auto !important;
	}
	
	.beilage .MealPic img {
		max-width: 200px !important;
	}
	
}

@media only screen and (max-width: 760px) {
	
	#header-logo-box {
		width: 100% !important;
		border-radius: 0;
		padding-top: 15px !important;
		position: relative;
		display: block !important;
	}

	#header-nav-box {
		width: 100% !important;
		margin-top: 15px !important;
		margin-bottom: 45px !important;
	}
	
	#logo.elementor-widget-image a img[src$=".svg"] {
		width: 550px !important;
		max-width: 80% !important;
		height: auto !important;
	}
	
	.LogoVikis img {
		width: 60% !important;
		margin-bottom: 3em;
	}
	
	#footer-box-element {
		width: 100%;
		margin-bottom: 2em;
	}
	
	#footer-inhalt {
		width: 90% !important;
	}
	
	#black-content-box {
		min-height: 100%;
		background-color: #1B1C20;
		color: #FFF8B5;
		transform:skew(0deg,-3deg);
	}
	
	#red-content-box {
		width: 100%;
		min-height: 35px;
		background-color:#E60004;
		color: #FFF8B5;
		margin-top: 20px;
		transform:skew(0deg,-4deg);
	}
	
	#beige-content-box {
		width: 100%;
		min-height: 35px;
		background-color: #FFF8B5;
		color: #000;
		margin-top: 30px;
		transform: skew(0deg,-3deg);
	}
	
	#titelbild {
		height: 300px !important;
		margin-top: -40px !important;
	}
	
	#inhalt {
		width: 90%;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	h1 {
		font-size: 2.2em !important;
		padding: 0px !important;
		margin-bottom: 10px !important;
	}

	#headline h1 {
		padding: 15px !important;
		margin-top: -0.2em !important;
	}
	
	h2 {
		font-size: 2em !important;
	}
	
	h3 {
		font-size: 1.8em !important;
	}
	
	#StandortElement {
		width: 100% !important;
	}
	
	#red-content-box #StandortElement .elementor-button {
		display: inline-block !important;
	}
	
	/*---------------------------------- Vikis-Banner ----------------------------------*/

	.InhaltBannerVikis {
		width: 80%;
		background-image: none, none, url(https://www.monis-grillhendl.at/wp-content/uploads/2022/03/BG_Vikis-Start_back.jpg);
		padding: 40px 10px 40px 10px !important;
		margin-top: -50px !important;
		margin-bottom: 70px !important;
	}

	.InhaltBannerVikis .LogoVikis img {
		width: 40% !important;
		margin-bottom: 2em;
	}

	.InhaltBannerVikis h2, .InhaltBannerVikis h3 {
		padding: 10px 20px 10px 20px !important;
		box-shadow: 1px 3px 8px #000;
	}

	.InhaltBannerVikis h2 {
		font-size: 2.5em !important;
		margin-bottom: -8px !important;
	}

	.InhaltBannerVikis h3 {
		font-size: 1.5em !important;
	}
	#FoodBox-Column {
		width: 100% !important;
	}
	
	#Box50-Column {
		width: 100% !important;
	}
	
	#EasyBox50-Column {
		width: 100% !important;
		margin-bottom: 1.5em !important;
	}
	
	.sichtbarkeit {
		display: inline !important;
	}

}