/*
Theme Name: MYLS
Theme URI: http://www.themesawesome.com
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Text Domain: myls
Description: MYLS Theme
Tags: responsive-layout, custom-colors, custom-menu, featured-images, theme-options
Version: 1.0
License:      GNU General Public License V2
License URI:      license.txt
-----------------------------------------------------------------------------------
1.  BASE
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	margin: 0;
	font-family: 'Lato';
}
html {
  scroll-behavior: auto !important;
}

body {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}


img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}

a {
	cursor: pointer;
	outline: none;
	color: #333;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	color: #e65454;
	text-decoration: none;
	outline: none;
}

button:focus {
	outline: 0;
}

p {
	margin: 0 0 20px;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

th,
td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ddd;
	letter-spacing: 1px;
}

th {
	font-weight: bold;
	border-bottom: 2px solid;
	text-align: center;
}

*::-moz-selection {
	background: #000;
	color: #fff;
}

*::selection {
	background: #000;
	color: #fff;
}

button {
	background-image: none;
	background: transparent;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	margin: 1.5em 0;
	padding: 0;
	border: none;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote:before {
	color: #999;
	content: "\f10d";
	font-size: 2em;
	margin-right: 0.4em;
}

blockquote p {
	font-size: 20px;
	line-height: 32px;
	display: inline;
}

.bypostauthor {
	background: #ffffff;
}

.bypostauthor>.comment .comment-author cite:after {
	content: "post author";
	font-size: 14px;
	margin-left: 6px;
	color: #e65454;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
	margin: 0 auto;
}

img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 10px 20px 10px 0;
}

img.alignright {
	margin: 12px 0 12px 24px;
	margin: 10px 0 10px 20px;
}

pre {
	white-space: pre;
	word-wrap: normal;
	overflow-x: scroll;
	line-height: 1.3;
	margin: 1em 0;
}

figure,
select {
	max-width: 100%;
	height: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	line-height: 2;
	color: #757575;
	font-size: 12px;
	text-align: left;
}

.sticky .post-title:before {
	content: "Featured Post";
	padding: 10px 20px;
	color: #ffffff;
	background-color: #1bc0ea;
	float: right;
	position: relative;
	top: 0;
	z-index: 10;
	right: 0px;
	font-size: 12px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


input {
	width: 100%;
	height: 50px;
	background-color: #f0f0f0;
	border: none;
	padding: 0 15px;
}

textarea {
	width: 100%;
	background-color: #f0f0f0;
	border: none;
	padding: 15px;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	outline: 0;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
	.myls-testimonial-block {
    margin-block-start: unset !important;
}
@media (max-width: 575px) {
	.container {
		max-width: min(153.9rem, 100% - 2.4rem);
	}
}

/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-bottom: 30px;
	background-color: transparent;
	transition: all 0.3s ease;
}
.container.header-container{
	max-width: 90%;
	margin: 0 auto;
	padding: 0;
}
.header.menu-show {
	background-color: #ffffff;
}
.header > .container {
	position: relative;
}
.menus-header-wrap {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 80%;
	top: 54px;
	left: 50%;
	transform: translateY(-200%) translateX(-50%);
	-webkit-transform: translateY(-200%) translateX(-50%);
	opacity: 0;
	pointer-events: none;
	z-index: 100;
	transition: all 0.3s ease;
}
.header.menu-show .menus-header-wrap {
	transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%);
	opacity: 1;
	pointer-events: auto;
}
.header-menu {
	flex: 1;
}
.header-menu ul.header-nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.header-menu ul.header-nav-menu li > a:not(.mega-menu-link) {
	padding: 0;
	background-color: transparent;
	border-radius: 50px;
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
	transition: all 0.3s ease;
}
.header-menu ul.header-nav-menu li > a:not(.mega-menu-link):hover {
	padding: 10px 20px;
	background-color: #F9F9F9;
	color: #000000;
}
.header-right > div {
	padding: 0;
	border: 0;
}
.header-right > div ul {
	display: flex;
	align-items: center;
	gap: 17px;
}
.header-right > div ul li {
	opacity: 0.3;
	transition: all 0.3s ease;
}
.header-right > div ul li:hover,
.header-right > div ul li.wpml-ls-current-language {
	opacity: 1;
}
.header-right a {
	display: flex;
	padding: 0;
}
.header-right a img {
	width: 23px;
	height: 23px;
	object-fit: cover;
	border-radius: 50%;
}
.inner-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 122px;
}
.header-logo {
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 20px;
	z-index: 100;
	width: 115px;

	transform-origin: left center;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.header-logo.scrolled {
	transform: scale(0.65); /* 75 / 115 ≈ 0.65 */
}

.header-act {
	position: absolute;
	top: 35px;
	right: 0;
	width: 107px;
	height: 69px;
	border-radius: 20px;
	background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);
	z-index: 100;
	cursor: pointer;
}
.header-act span.line-top,
.header-act span.line-bottom {
	content: "";
	width: 22px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transition: all 0.3s ease;
}
.header-act span.line-top {
	top: 25px;
	transform: translate(-50%, 0) rotate(0deg);
	-webkit-transform: translate(-50%, 0) rotate(0deg);
}
.header-act span.line-bottom {
	top: 42px;
	transform: translate(-50%, 0) rotate(0deg);
	-webkit-transform: translate(-50%, 0) rotate(0deg);
}
.header-act span.line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 20px;
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transition: all 0.3s ease;
}
.header.menu-show .header-act span.line {
	opacity: 0;
}
.header.menu-show .header-act span.line-top {
	top: 33px;
	transform: translate(-50%, 0) rotate(45deg);
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	width: 28px;
}
.header.menu-show .header-act span.line-bottom {
	top: 33px;
	transform: translate(-50%, 0) rotate(-45deg);
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	width: 28px;
}
.mobile-login-btn {
	display: none;
	justify-content: center;
	align-items: center;
	font-family: Sofia Pro Soft;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #FFFFFF;
	background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);
	border-radius: 20px;
	width: 100%;
	height: 58px;
	margin-top: 25px;
}
.mega-menu-wrap {
	position: absolute;
	top: calc(100% + 37px);
	left: -14vw;
	width: 100vw;
	background: #ffffff;
	padding: 50px 0;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: none;
}

.mega-menu-inner {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: 150px;
}
.mega-menu-left {
	grid-column: span 3 / span 3;
}
.mega-menu-right {
	grid-column: span 9 / span 9;
}
.mega-menu-left h3 {
	font-family: Sofia Pro Soft;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}
.mega-menu-left p {
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 30px;
}
.mega-menu-left a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 70px;
	border-radius: 20px;
	border: 1px solid #000000;
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
}
.mega-menu-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 40px;
	row-gap: 30px;
}
.menu-menu-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
}
.menu-menu-item img {
	width: 70px;
	min-width: 70px;
	height: 70px;
	object-fit: scale-down;
}
.float-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-menu-detail .mega-menu-link {
	display: block;
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	color: #000000;
	margin-bottom: 5px;
}
.menu-menu-detail p {
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
	margin: 0;

}
/* end Header */

/* Body or .content-wrap */
.content-wrap {
	transition: .5s filter;
}
.content-wrap.blurred {
	filter: blur(100px);
	-webkit-filter: blur(100px);
	pointer-events: none;
}
/* end Body or .content-wrap */

/* Footer */
.footer {
	transition: .5s filter;
}
.footer.blurred {
	filter: blur(100px);
	-webkit-filter: blur(100px);
	pointer-events: none;
}
.footer-widgets-wrap {
	padding: 100px 0;
	background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.footer-widget-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 120px;
}
.footer-widget {
	padding: 30px 40px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.2);
}
.footer-widget-title {
	font-family: Sofia Pro Soft;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
}
.footer-widget div > h1,
.footer-widget div > h2,
.footer-widget div > h3,
.footer-widget div > h4,
.footer-widget div > h5,
.footer-widget div > h6,
.footer-widget div > p {
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	color: #ffffff;
}
.footer-bot {
	background: #F9F9F9;
}
.footer-bot-inner {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bot-inner p {
	margin: 0;
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
}
.footer-menu ul {
	display: flex;
	align-items: center;
}
.footer-menu ul li {
	padding: 0 5px;
}
.footer-menu ul li a {
	font-family: Sofia Pro Soft;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
}
.footer-menu ul li:not(:last-child) {
	border-right: 1px solid #000000;
}
/* end Footer */

/* CUSTOMIZE STYLING FOR SUPPORT IN EDITOR */
body {
	font-family: "Sofia Pro Soft";
}

body p{
	line-height: normal;
}

.row-editor-align-self-start{
	align-self: flex-start;
}

.text-gradient-main{
	background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Sofia Pro Soft;

}

.cover-shadow{
	box-shadow: 0px 0px 100px 0px #0000001A;

}

.pre-footer-element-bg-color{
	background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%) !important;

}

/* Custom Single Post */
.single-post-head {
	position: relative;
	height: 795px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.single-post-head::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	z-index: 1;
}
.single-post-head-title {
	font-family: Sofia Pro Soft;
	font-size: 96px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 2;
}
.single-post-content {
	margin-top: -100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	background: #FFFFFF;
	padding: 80px 0;
	position: relative;
	z-index: 2;
}
.single-post-content-inner {
	display: flex;
	align-items: center;
	column-gap: 60px;
}
.featured-image-post {
	width: 70%;
}
.featured-image-post img {
	width: 100%;
	border-radius: 50px;
	object-fit: cover;
}
.single-post-text-content {
	width: 50%;
}
.cats-post {
	margin-bottom: 24px;
}
.cats-post a {
	font-family: Sofia Pro Soft;
	background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
}
.single-post-title h3 {
	font-family: Sofia Pro Soft;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	color: #000000;
	margin-bottom: 24px;
}
/* end Custom Single Post */

.openingHours-day:not(:last-child) {
	margin-bottom: 5px;
}



/* my code */


.wp-block-column.barista-description.is-layout-flow.wp-block-column-is-layout-flow {
    height: 100%;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.bereits-inner-image img {
	border-radius: 30px 30px 0 0;
}

.wp-block-column.bereits-right-colum.is-layout-flow.wp-block-column-is-layout-flow {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

div#myls-grid-video-block-block_27cfc5301da9e5c9929fe13d1901fcc2 {
	margin: unset;
}

div#myls-grid-video-block-block_2703160e265dc98e4b3b1a2567ee354d {
    margin: unset;
}

#myls-grid-video-block-block_27cfc5301da9e5c9929fe13d1901fcc2 .projekte-description {
	padding: 30px !important;
	row-gap: 16px;
}

.wp-block-column.barista-colum.is-layout-flow.wp-container-core-column-is-layout-45bc2a46.wp-block-column-is-layout-flow {
	padding-bottom: unset !important;
}

.barista-description .myls-script-g-review-badge h3 {
	font-size: 2.5rem;
	font-weight: 500 !important;
	margin-top: 0;
}

.barista-description .badge-reviews {
	font-size: 22px !important;
	font-weight: 300 !important;
}

.barista-description .stars svg {
	width: 25px;
	height: 25px;
	margin-top: 10px;
}

figure.wp-block-image.size-full.has-custom-border.ai-icons {
	box-shadow: 0 0 100px #00000040 !important;
	border-radius: 25px;
}

.myls-form-title-wrap h3 {
	font-size: 56px !important;
}

.myls-script-g-review-badge h3 {
	margin-bottom: 15px !important;
}

.myls-features-block .feature-item:last-child .feature-item-content {
	max-width: 80% !important;
}

.my-video-block .myls-projekte-item {
	border-radius: 30px !important;
	box-shadow: 0 0 100px #00000040 !important;
}

.my-video-block .myls-projekte-item .projekte-image img {
	object-fit: cover;
	width: 100%;
	min-height: 200px !important;
	max-height: 380px;
}

.my-video-block .myls-projekte-item .projekte-image img {
	object-fit: cover;
	width: 100%;
	min-height: 200px;
	max-height: 380px;
}

.my-video-block .myls-projekte-item .projekte-image a.circle-learn-more {
	display: none !important;
}

.wp-block-column.button-colum.is-layout-flow.wp-block-column-is-layout-flow {
	display: flex;
	gap: 20px;
	flex-direction: row;
}

#myls-script-reviews-header .head-name {
	font-weight: 600 !important;
	font-size: 15px !important;
}

#myls-script-reviews-header .head-meta {
	color: #333333 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
}

.script-g-review-name {
	font-weight: 600 !important;
	font-size: 14px !important;
	color: #333333 !important;
}

.script-g-review-date {
	font-size: 13px !important;
	color: #8a8a8a !important;
}

.script-g-review-text {
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 300 !important;
}

.post-content iframe {
   width: -webkit-fill-available;
}

#myls-script-reviews-list button.myls-review-text-toggle-btn {
	font-size: 11px !important;
}

.wp-block-columns.bereits-right-sub-colum.is-layout-flex.wp-container-core-columns-is-layout-45368e78.wp-block-columns-is-layout-flex {
	align-items: stretch !important;
}

div#myls-grid-video-block-block_27cfc5301da9e5c9929fe13d1901fcc2 {
	height: 100%;
}

div#myls-grid-video-block-block_d538f7571de14bd6fb51360da42836d7 {
	margin: unset;
}

@media (max-width: 880px){
	.myls-form-title-wrap h3 {
		font-size: 36px !important;
	}
	h2.wp-block-heading.bereits-heading {
		font-size: 30px !important;
	}
	.icons-colum {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: space-between !important;
		gap: 20px !important;
	}
	.icons-colum .wp-block-column {
		flex: 1;
	}
	.icons-colum img {
		max-width: 100%;
		height: auto;
	}
	figure.wp-block-image.size-full.has-custom-border.ai-icons {
		box-shadow: 0 0 100px #00000040 !important;
		border-radius: 40px;
	}
	p.bottom-paragraph {
		font-size: 16px !important;
	}
	.myls-script-g-review-badge h3 {
		margin-bottom: 10px !important;
	}
	.bereits-right-colum .wp-block-columns .wp-block-column:nth-child(2) > h3.wp-block-heading {
		font-size: 20px !important;
	}
	.wp-block-cover.alignfull.is-light.video-section1.video-text-wrap {
		min-height: fit-content !important;
	}
}

@media (max-width: 768px) {
	.wp-block-column.button-colum.is-layout-flow.wp-block-column-is-layout-flow {
		gap: 10px !important;
	}
	.button-colum .myls-button-block {
		padding: 0 15px !important;
	}
	.barista-colum .myls-grid-video-block .myls-projekte-item {
		max-width: 100% !important;
	}
	.myls-button-block {
        width: fit-content !important;
    }
	.myls-features-block .feature-loop {
        padding: 30px 30px !important;
        width: calc(100% - 60px);
		border-radius: 70px;
    }
	.wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.weite-section1 {
    	margin-top: unset !important;
		padding-top: 30px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.myls-website-column {
    	margin-top: unset !important;
	}
	.myls-website-column .wp-container-core-group-is-layout-3d58d952.wp-block-group-is-layout-flex {
    	margin-top: unset !important;
	}
	p.has-text-align-center.has-white-color.has-text-color.has-link-color {
    	line-height: 1.1 !important;
		font-size: 32px !important;
	}
	h1.wp-block-heading.has-text-align-center.has-white-color.has-text-color.has-link-color.wp-elements-e10c751742db2a922087fe7b7a9bc27c {
    	font-size: 32px !important;
		line-height: 1.1 !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.referenzen-column {
    	margin-top: 50px !important;
	}
	.referenzen-column .wp-container-core-group-is-layout-bc53c05f.wp-block-group-is-layout-flex {
    	margin-top: unset !important;
	}
	.container {
    	padding: 0 30px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.contact-detail-column {
    	margin-top: 30px !important;
        padding: 20px 0 0 !important;
		z-index: 1;
	}
	.wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.contact-detail-column-bottom {
    	margin-top: -10px !important;
        padding: 0 !important;
	}
	.footer-widget {
		padding: 30px;
	}
	.footer-widget-title {
    	font-size: 26px;
	}
	.single-post-head-title {
        font-size: 30px !important;
        width: 80%;
        text-align: center;
    }
	.single-post-head {
    	height: 500px;
		background-size: 100vh;
    	background-position: 70% 0%;
	}
	 h1.wp-block-heading.has-text-align-center {
        font-size: 40px !important;
        line-height: 1;
		margin-top: -30px !important;
    }
	h2.wp-block-heading.has-text-align-center.text-left-mobile.text-center {
		margin-bottom: 30px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.partner-bottom-section.has-aspect-ratio {
    	margin-bottom: 50px !important;
		padding: unset !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.refernce-section-home {
    	margin-top: unset !important;
	}
	.header-act {
        width: 50px !important;
        height: 50px !important;
		top: 34px;
		right: -10px;
    }
	.header-logo {
		padding: 20px 0px;
	}
	.wp-block-cover.is-light.cover-mobile-padding.job-section-home, .wp-block-cover.is-light.cover-mobile-padding.google-partner-home {
    	padding: unset !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.news-section-home {
    	padding: 50px 0 !important;
		margin-top: unset !important;
	}
	.wp-block-cover.is-light.my-news-post {
    	padding: 0;
	}
	.wp-block-cover, .wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.ads-section1, .wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.ads-section2 {
		margin-top: 0 !important;
	}
	.wp-block-cover.is-light.client-section, .wp-block-cover.is-light.top-feature-section {
    	margin: unset !important;
	}
	div#myls-features-block-block_4c6ac69208d5919fb499b39475773ecc .feature-loop {
        padding: 0 !important;
		width: calc(100% - 10px);
	}
	.wp-block-cover.is-light.cover-mobile-padding.job-section-home {
    	padding-bottom: 40px !important;
		margin-bottom: 0 !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.google-partner-home {
    	padding-bottom: 40px !important;
	}
	.hero-sub-page {
		min-height: 450px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.Aktuelle-Projekte {
    	padding: unset !important;
    	margin: unset !important;
	}
}

@media (max-width: 1024px) {
	.wp-block-column.barista-description.is-layout-flow.wp-block-column-is-layout-flow {
		justify-content: flex-start;
	}
	.become-partner-banner.has-aspect-ratio {
    	margin-top: 40px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.Interessiert-section {
    	padding-top: 60px !important;
		padding-bottom: 30px !important;
		margin-top: 40px !important;
	}
	.loginlinkmenu a {
		display: none !important;
	}
	.footer-widget-list .footer-widget:last-child {
  		place-self: center;
	}
	a#myls-button-block-block_d32934b55080a19e669b29cb2746b984 {
    	width: fit-content;
	}
	#myls-produkte-block-block_28a08ecbc19a0a6b8e6507a791e3e8f2 .produkte-wrap {
        width: 100% !important;
    }
	.wp-block-cover.is-light.testi-section, .wp-block-cover.is-light.cover-mobile-padding.request-free-section {
    	margin: unset !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.products-column {
		margin: 0 !important;
    	padding: 40px 0 !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.myls-home-section {
        margin-top: unset !important;
        padding: 50px 0 30px !important;
    }
	.wp-block-cover.is-light.features-block-wrap {
	 	padding: 0 0 40px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.refernce-section-home {
    	padding: 40px 0 !important;
	}
	div#kontaktformular {
    	padding-top: 50px !important;
		margin-top: 50px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.pre-footer-element-bg-color.myls-text-btn-banner {
    	margin-top: unset !important;
	}
	.wp-block-cover.is-light.google-map-section {
    	margin: unset !important;
	}
	.wp-block-cover.alignfull.is-light.stellen-section-1 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
	 .projekte-description {
        padding: 32px 40px !important;
    }
	div#myls-filter-projekte-block-block_650ac0ad6d8760f2c794ca9ce9743839 {
    	padding-bottom: unset !important;
	}
	.myls-filter-projekte-block.myls-project-reference, .wp-block-cover.is-light.cover-mobile-padding.cover-after-hero.referenzen-column {
    	padding-bottom: unset !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	#myls-grid-video-block-block_27cfc5301da9e5c9929fe13d1901fcc2 .projekte-description {
		padding: 16px;
	}
	.wp-block-columns.bereits-right-sub-colum.is-layout-flex.wp-container-core-columns-is-layout-45368e78.wp-block-columns-is-layout-flex {
		flex-wrap: wrap !important;
	}
	.icons-colum {
		gap: 20px !important;
	}
	.wp-block-column.barista-description.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: 100% !important;
	}
	.wp-block-column.barista-colum.is-layout-flow.wp-container-core-column-is-layout-45bc2a46.wp-block-column-is-layout-flow {
		flex-basis: 100% !important;
	}
	.wp-block-cover {
		margin: 50px 0 !important;
		padding: 0 !important;
	}
	.wp-block-cover.is-light.pricing-block-wrap {
    	margin: unset !important;
    	padding-bottom: 50px !important;
	}
	.wp-block-cover.is-light.top-feature-section {
    	margin-top: unset !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.request-free-section {
		min-height: 300px;
	}
	.wp-block-cover.hero-sub-page {
    	min-height: 600px !important;
	}
	.wp-block-cover.is-light.cover-mobile-padding.news-section-home {
    	margin: 0px !important;
    	padding: 50px 15px !important;
	}
	.wp-container-core-group-is-layout-aaa8dca4.wp-block-group-is-layout-flex {
    	gap: 70px;
	}
	.wp-block-cover.is-light.cover-mobile-padding.job-section-home {
    	padding-bottom: 70px !important;
		margin-bottom: 0 !important;
	}
	.cover-after-hero.contact-detail-column, .cover-after-hero.contact-detail-column-bottom {
		min-height: unset;
	}
	h1.wp-block-heading.has-text-align-center.has-white-color.has-text-color.has-link-color, p.has-text-align-center.has-white-color.has-text-color.has-link-color {
		font-size: 4em !important;
	}
	.myls-client-block{
		padding: 80px 0;
	}
	.news-section-1, .referenzen-column, .team-section-1, .stellen-section-1 {
    	padding: 60px 0px !important;
    	margin-top: -150px !important;
	}

	.contact-detail-column, .video-section1, .myls-website-column, .weite-section1, .ads-section1 {
    	padding: 60px 0px 0 !important;
    	margin-top: -150px !important;
	}
	.myls-filter-projekte-block .filter-projekte-container .myls-projekte-item {
		padding: 15px !important;
	}
}

@media (min-width: 1527px) and (max-width: 1600px) {
	.wp-block-cover.is-light {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.produkte-info-wrap {
		padding: 60px 25px !important;
		width: 92%;
	}
	.wp-block-cover.is-light.testi-section {
    padding: unset !important;
	}
}

@media (min-width:1441px) and (max-width: 1719px) {
	.mega-menu-inner {
        column-gap: 100px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-widget-list .footer-widget:last-child {
        width: fit-content;
	}
}
