/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html, body {
	min-width: 350px !important;
	overflow-x: hidden !important;
	font-size: 17px;
	font-weight: 400;
}

/* * {
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
} */

b, strong {
	font-weight: 600;
}

mark {
	background-color: #f7f2ed;
}

.amici-nav a {
	text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

.amici-nav a.elementor-item-active,
.amici-nav a:hover {
	text-shadow: none;
}

.amici-container {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.amici-galerie .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.amici-galerie div:nth-child(2n + 1) > figure > img {
	margin-top: 80px;
}

.amici-speisekarte ul {
	display: block !important;
}

.amici-speisekarte ul li {
	display: inline-block !important;
}

.popup-close,
.dialog-close-button {
	outline: none !important;
	box-shadow: none !important;
}

/* Media Queries */
@media (max-width: 1280px) {
	.amici-container {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@media (max-width: 960px) {
	.amici-container {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
}

@media (max-width: 600px) {
	.amici-container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}