/*
Theme Name: Murface-Theme
Theme URI: https://murface.com
Template: hello-elementor
Author: Murface
Author URI: https://murface.com
Version: 1.0.1736331603
Updated: 2025-01-08 11:20:03

*/


/* Typo */
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 800;
  src: url('./fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
    font-size: 10px;
}

body {
    font-family: Tahoma, 'Open Sans', sans-serif;
    font-size:10px;
    color:#000;
	background-color: #fff !important;
}

p {
	font-size: 1.4rem;
    line-height: 2em;
    font-weight: lighter;
	color: #000;
	 font-family: Tahoma, sans-serif !important;
}

h2 {
    position: relative;
    overflow: hidden;
	padding-top: 1.5rem;
}

h2::after {
    content: "";
    height: 0.2rem;
    width: 0;
    background-color: #000;
    position: absolute;
    left: 0;
	top: 2px;
    animation: line-grow 1.5s ease-in-out forwards; /* Animation */
}

@keyframes line-grow {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.site-navigation-toggle-holder .site-navigation-toggle {
	background-color: transparent;
}

.site-navigation-dropdown {
	top: 0;
}

.site-navigation-toggle-holder {
	position: absolute;
    right: 40px;
    z-index: 20000;
}

.site-header {
    padding-block-start: 2rem;
    padding-block-end: 2rem;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    box-shadow: 0 0.5rem 0;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before,
.site-navigation-toggle-holder .site-navigation-toggle-icon:after {
    display: block;
    height: .2rem;
    width: 4rem;
    background-color: #000;
    margin-top: 8px;
    transition: all .25s cubic-bezier(.37,0,.63,1);
}

#site-header {
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}

#hero-intro p {
	color: #fff;
}

#content {
	margin: 2rem auto 6rem;
    max-width: 138.5rem;
}

.site-navigation ul.menu li a {
    font-size: 1.2rem !important;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative; 
    overflow: hidden;
	padding: 0;
}

.site-navigation ul.menu li {
	padding: 8px 15px;
}

.site-navigation ul.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 0%; 
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease-out;
}

.site-navigation ul.menu li a:hover::after {
    width: 100%; 
}

/* Content */
#murface-intro-box {
	padding: 4rem 8rem;
}

/* Standardzustand des Buttons */
.btn-read-more.elementor-widget-button .elementor-button {
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    width: 21rem;
    border: 0.2rem solid #000;
    background-color: #fff; 
    color: #000; 
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden; 
    z-index: 1; 
    transition: color 0.5s cubic-bezier(0.37, 0, 0.63, 1); 
	margin: 4rem 0;
}

.btn-read-more.elementor-widget-button .elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000; 
    z-index: -1; 
    transform: translateX(-100%); 
    transition: transform 0.5s cubic-bezier(0.37, 0, 0.63, 1); 
}

/* Hover-Zustand */
.btn-read-more.elementor-widget-button .elementor-button:hover {
    color: #fff; 
}


.btn-read-more.elementor-widget-button .elementor-button:hover::after {
    transform: translateX(0); 
}

/* Box zweispaltig */
.murface-box img {
	width: 55rem;
    height: 56rem;
}

/* Footer */
.main-footer {
    margin: 3rem auto 0;
    max-width: 138.5rem;
    width: 100%;
    height: auto;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 0 4rem;
}

.murface-image-button .elementor-button {
	background-color: transparent;
}

.murface-image-button {
    position: relative;
    overflow: hidden; /* Verhindert, dass überflüssige Teile sichtbar sind */
}

.murface-image-button .elementor-widget-container {
    position: relative;
    width: 100%; /* Optional: Breite anpassen */
    height: 12rem !important; /* Höhe des Buttons */
    background-image: url(https://murface.com/wp-content/uploads/2025/01/fensterloser-boden.webp); /* Hintergrundbild */
    background-size: cover; /* Bildabmessungen anpassen */
    background-position: center; /* Bildzentrierung */
    transition: transform 0.5s ease; /* Weicher Übergang für den Zoom */
}

.murface-image-button:hover .elementor-widget-container {
    transform: scale(1.1); /* Zoom-Effekt beim Hover für das Hintergrundbild */
}

.murface-image-button .elementor-button-wrapper {
    position: relative;
    z-index: 2; /* Über dem Hintergrundbild */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Übernimmt die volle Höhe */
}

.murface-image-button .elementor-button-text {
    color: white; /* Textfarbe */
    font-size: 18px; /* Schriftgröße */
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; /* Optional: Text in Großbuchstaben */
}

.murspace-box-list strong {
	font-size: 1.4rem;
	font-weight: bold;	
}

.murspace-box-list p {
	margin-bottom: 0;
}

.murspace-box-list ul li {
	font-size: 1.4rem;
    line-height: 2em;
    font-weight: lighter;
}


.murspace-box-list ul {
	margin-top: .6rem;
    margin-bottom: .6rem;
}

.murface-gallery-hover .gallery-icon img,
.murface-gallery-hover .gallery-icon {
	width: 100%;
}
.murface-gallery-hover .gallery-icon {
    overflow: hidden;
    display: inline-block; 
    position: relative;
}

.murface-gallery-hover .gallery-icon img {
    transition: transform 0.5s ease-in-out;
}

.murface-gallery-hover .gallery-icon:hover img {
    transform: scale(1.2);
}

.murface-downloads a {
	color: #000;
    text-transform: uppercase;
	font-size: 1.4 rem;
	font-weight: 700;
}

.murface-icons-contact a {
	color: #000;
    font-weight: 400;
    font-size: 1.4rem;
}

.murface-icons-contact strong {
	color: #000;
    font-weight: 900;
}

.site-navigation ul.menu li.menu-item-has-children:after {
	display: none;
}

.site-navigation ul.menu li ul {
	border: 1px solid #000;
}

.site-navigation ul.menu li ul li {
    border-block-end: none;
}

.murface-referenzen .elementor-gallery__titles-container {
	justify-content: flex-start;
}

.murface-referenzen .elementor-gallery-title {
	height: 3rem;
    width: auto;
    padding: .5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 2rem;
    border-bottom: .2rem solid #000;
    transition: all .25s cubic-bezier(.37,0,.63,1);
    cursor: pointer;
    opacity: .5;
}

.murface-referenzen .elementor-gallery-title.elementor-item-active {
	opacity: 1;
}

.murface-referenzen .elementor-gallery-item .e-gallery-image {
    background-size: 100%;
    transition: transform 0.3s ease-in-out, background-size 0.3s ease-in-out;
}

.murface-referenzen .elementor-gallery-item:hover .e-gallery-image {
    background-size: 110%;
}

.murface-hover-image .elementor-widget-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    z-index: 1;
}

.header-inner {
    max-width: 138.5rem !important;
    margin: 2rem auto 6rem;
}

/* Footer */
.murface-footer p {
	color: #fff;
}
.color-overview img {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.color-overview figcaption {
    margin-top: 18px !important;
    text-align: left !important;
    font-style: normal;
	padding-left: 0 !important;
}

.jobs2-long,
.jobs2-image {
	display: none;
}

h2.jobTitle {
	font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

h2.jobTitle::after {
	display: none;
}

.jobs2-short,
.jobs1-short{
	margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: .2rem solid #000;
    opacity: .25;
    transition: all .25scubic-bezier(.37,0,.63,1);
	position: relative;
}

.jobHeadRow {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 4rem;
    cursor: pointer;
	display: flex;
}

.jobTime {
	font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
}

.toggle {
	position: absolute;
	right: 0;
	bottom: 20px;
	    height: 3.2rem;
    width: 3.2rem;
    cursor: pointer;
}

.jobs1-long {
	border-bottom: .2rem solid;
	padding-bottom: 60px;
}

.jobs1-short {
	display: none;
}

.jobs2-short h3,
.jobs1-short h3 {
	font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.description {
	font-size: 1.2rem;
    line-height: 2em;
	width: 80%;
}

.jobs1-short,
.jobs2-short {
	margin-bottom: 20px !important;
}

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form textarea {
	width: 100%;
    border: .2rem solid #fff !important;
    border-radius: 0 !important;
    background-color: #000 !important;
    padding: 1rem 2rem !important;
    margin-bottom: 2rem !important;
    color: #fff !important; 
	max-width: 100% !important;
}
.wpforms-form input[type="text"]::placeholder,
.wpforms-form input[type="email"]::placeholder,
.wpforms-form textarea::placeholder {
    color: #fff !important;
    font-size: 1.4rem !important;
    font-family: "Tahoma", "Open Sans", sans-serif !important;
    opacity: 1 !important;
}

.wpforms-container .wpforms-field {
	padding: 0 !important
}

#wpforms-form-1601 .wpforms-submit {
	opacity: .5 !important;
	background-color: #fff !important;
    height: 4rem !important;
    width: 15rem !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin-top: 0 !important;
    transition: all .25sease-in-out;
}

.wpforms-field-label-inline {
	 color: #fff !important;
}

.wpforms-field-label-inline a {
	 color: #fff !important;
	font-weight: bold !important;
}

div.wpforms-container-full:not(:empty) {
	margin: 0 !important;
}

#wpforms-form-1814.wpforms-form input[type="text"]::placeholder,
#wpforms-form-1814.wpforms-form input[type="email"]::placeholder,
#wpforms-form-1814.wpforms-form textarea::placeholder{
	color: #000 !important;
}

#wpforms-form-1814.wpforms-form input[type="text"],
#wpforms-form-1814.wpforms-form input[type="email"],
#wpforms-form-1814.wpforms-form textarea {
    border: .2rem solid #000 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    padding: 1rem 2rem !important;
    margin-bottom: 2rem !important;
    color: #000 !important; 
	max-width: 100% !important;
}

#wpforms-form-1814 .wpforms-field-label-inline {
	color: #000 !important;
}

#wpforms-form-1814 .wpforms-submit {
	background-color: #000 !important;
    height: 4rem !important;
    width: 15rem !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin-top: 0 !important;
    transition: all .25sease-in-out;
}

.murface-footer-line .e-con-inner {
	justify-content: center !important;
}

.murface-footer a {
	color: #fff;
}

.murface-footer ul {
    list-style: none;

}

.murface-press {
	height: 420px;
	width: 420px;
}

.elementor-widget-n-accordion div.e-n-accordion-item-title-text {
	color: #000;
	font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1rem;
    cursor: pointer;
}

.elementor-widget-n-accordion div {
	padding: 0 !important;
}

.elementor-widget-n-accordion div p {
	padding: 10px !important;
}

.e-n-accordion-item-title {
	border: none !important;
	border-bottom: 1px solid #000 !important
}

.murface-press .elementor-widget-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dunkles Overlay */
    z-index: 1;
}

.murface-press .elementor-widget-container div {
    position: relative;
    z-index: 2; /* Liegt über dem Overlay */
    padding: 20px;
}

.video-element {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.video-element.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.preview-images img {
    cursor: pointer;
    margin: 10px;
}

.video-container {
    display: flex;
    align-items: center; /* Zentriert das Video vertikal */
    justify-content: center; /* Optional, falls das Video nicht die volle Breite haben soll */
    min-height: 360px; /* Statische Mindesthöhe */
}

.d-none {
    display: none !important;
}

.video-element.hidden {
    display: none;
}


.menu-dropdown-tablet .header-inner {
	margin:0;
}

#site-header {
	justify-content: center;
}

.e-hotspot__tooltip {
	background-color: #fff !important;
    color: #000 !important;
    padding: 30px !important;
    width: 24rem !important;
}

.e-hotspot__tooltip .arrow {
	transform: rotate(180deg);
    cursor: pointer;
    transition: all .25scubic-bezier(.37,0,.63,1);
}


.e-hotspot__tooltip .details a {
	color: #000;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.e-hotspot__tooltip .details img {
	position: absolute;
    width: 17px;
    height: 100p;
    right: 30px;
    bottom: -5px;
}


.e-hotspot__tooltip img {
    margin: 0 auto;
    display: block;
	margin-bottom: 30px;
}

.e-hotspot__tooltip h3 {
	font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.e-hotspot__tooltip p {
	text-wrap: auto;
	font-size: 1.2rem;
    line-height: 1.4em;
}

@media (max-width: 782px) {
    body.sticky-header.admin-bar #site-header {
        top: 10px !important;
    }
	
	body.sticky-header #site-header .site-branding,
	body.sticky-header #site-header .site-branding, body.sticky-header #site-header.sticky-header-minified .site-branding {
		margin-left: 2rem;
	}
}

/* Desktop */
@media (min-width: 1280px) {
    .site-navigation ul.menu li a {
        font-size: 0.75rem;
    }
	
	#murspace-box-murspace {
		height: 56rem;
	}
	
	.murspace-box-image img {
		width: 55rem;
    	height: auto;
	}
}
