/* = Custom CSS Variables = */:root {--border-color: #f207ea;--theme-color: #f207ea;--btn-color: #fefefe;}
/* = Akzeptanz = */.elementor-field-subgroup .elementor-field-option label {width: auto;}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {flex-basis: 100%;display: flex;-ms-flex: 1 1 auto;align-items: baseline;}/* = Akzeptanz End = */
h5 {
	font-family: 'mmextra' !important;
	font-size: 29px;
	font-weight: 300 !important;
	text-transform: none;
}
h6 {
	font-family: 'mmextra' !important;
	font-size: 47px;
}
.mega-font--mv {
	font-family: 'MV Boli' !important;
}
/* =================================================================================================================== Buttons ===== */
.scroll2top {position:fixed;display:none;bottom:32px;right:0px;width:auto !important;}

/* = Header = */
div.elementor-menu-toggle {z-index: 99999}.elementor-nav-menu--dropdown.elementor-nav-menu__container {height:100vh;}

.mm-menu-logo, .mm-menu-tel {
    display: none;
}
.mm-menu.elementor-sticky--active {
	background:#fff !important;
	color:#0806ed !important;
	box-shadow: 0px 1px solid;
}
.mm-menu.elementor-sticky--active .mm-main-menu a, .mm-menu.elementor-sticky--active .elementor-menu-toggle {
	color:#0806ed !important;
}
.mm-menu.elementor-sticky--active .elementor-nav-menu--dropdown a {
	color: #fff !important;
}
.mm-menu.elementor-sticky--active .mm-main-menu a:after {
	background-color:#0806ed !important;
}
.mm-menu.elementor-sticky--active .mm-menu-logo, .mm-menu.elementor-sticky--active .mm-menu-tel{
    display: block;
}

.mm-flex-container .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    flex-flow: row;
/*     padding-top: 6%; */
}
/* ======================================================================================================================== Slider ======== */

.elementor-slide-content {
    background: aliceblue;
	padding:1%;
}

/* ======================================================================================================================== Projekte ======== */
/* ===== Projekte Home Page ======= */
.mm-projekte-startseite .elementor-post__thumbnail img {
    height: 300px;
	object-fit: cover;
}
.mm-projekte-startseite .elementor-post__title {
    bottom: 90px !important;
    display: block;
    position: relative;
    padding: 5px 15px;
    background: #0806ed;
    width: 70%;
    float: right;
}
.mm-home-ref img {
    -webkit-transition: all 300ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */

-webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
} 
.mm-home-ref img:hover {
    transform: scale(1.2);
    -webkit-transition: all 300ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */

-webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.mm-home-projekte .elementor-post__thumbnail {
    -webkit-transition: all 300ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */

-webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.mm-home-projekte article:hover .elementor-post__thumbnail {
    transform: scale(1.2);
    -webkit-transition: all 300ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */

-webkit-transition-timing-function: cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
   -moz-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
     -o-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); 
        transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
/* ===== Projekt Single Page ===== */
.mm-projekt-title {
    width: 60%;
}
.mm-projekt-galerie img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}
/* ========================================================================================================== Referenzen === */
.mm-ref-table .elementor-tab-title {
    box-shadow: 0px -1px 10px #fff;
}

/* ========================================================================================================== Breakpoints === */
/* 1366px */
@media only screen and (max-width:1366px) {
	
}

/* 1024px */
@media only screen and (max-width:1024px) {
	.mega-ss--leistungen .elementor-column {
    width: 50% !important;
}
	.mm-projekt-galerie img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
	.mm-flex-container .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    flex-flow: row;
    padding-top: 15%;
}
	/* Header Tel, Map, Email */
	    .mm-header-item .elementor-icon-box-title {
        display: none;
    }
}

/* 812px */
@media only screen and (max-width:812px) {
	
}

/* 768px */
@media only screen and (max-width:768px) {
	
}

/* 736px */
@media only screen and (max-width:736px) {
	
	/* header */
	.mm-menu :nth-child(1), .mm-menu :nth-child(3) {
    order:1;
}
}

/* 667px */
@media only screen and (max-width:667px) {
	
}

/* 640px */
@media only screen and (max-width:640px) {
	
}

/* 568px */
@media only screen and (max-width:568px) {
	
}

/* 480px */
@media only screen and (max-width:480px) {
	/* Header */
	.mm-menu .mm-menu--container {
    order: 2;
}
	.mm-flex-container .elementor-widget-wrap {

    padding-top: 0%;
}
	#scroll2top {
		width:0 !important;
		opacity:0 !important;
		visibility:hidden !important;
		position:absolute !important;
		top:0 !important;
	}
	
	/* ===== Projekte Home Page ======= */
	.mm-home-projekte article:last-child {
    display: none;
}
.mm-projekte-startseite .elementor-post__thumbnail img {
    height: 150px;
}
	.mm-projekte-startseite .elementor-post__title {
	bottom: 0px !important;
    width: 100%;
}
		.mega-ss--leistungen .elementor-column {
    width: 100% !important;
}
	/* Slider */
	.elementor-slide-content {
    display:none;
}
	/* Footer */
	#mm-footer :nth-child(1), #mm-footer :nth-child(3) {
    order: 1;
}
}

/* 414px */
@media only screen and (max-width:414px) {
	
}

/* 375px */
@media only screen and (max-width:375px) {
	
}

/* 360px */
@media only screen and (max-width:360px) {
	
}

/* 320px */
@media only screen and (max-width:320px) {
	
}
