/*
Theme Name: Kalium - Child Theme
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/

/* Import */
@import "css/gallery.css";
@import "css/footer.css";
@import "css/legal-content.css";
@import "css/intro.css";
@import "css/leistungen.css";
@import "css/slider.css";

/* Barrierefrei */
.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.menu>li>a:focus {
    outline: none; /* Deaktiviert den Standardfokus des Links, falls gewünscht */
}

.menu>li>a:focus-visible {
    outline: none !important;
}

.focus-outline,
.menu>li:has(>a:focus),
.vc_btn3:focus {
    outline: 5px solid transparent !important; /* Innerer transparenter Rahmen */
    outline: 2px solid #000000 !important;        /* Äußerer blauer Rahmen */
    outline-offset: 5px !important;           /* Um sicherzustellen, dass der Rahmen das Element nicht verschiebt */
    z-index: 10000 !important;                  /* Stellt sicher, dass der Rahmen im Vordergrund ist */
}

.menu-item a .link:focus {
    outline: 5px solid transparent !important; /* Innerer transparenter Rahmen */
    outline: 2px solid #ffffff !important;        /* Äußerer blauer Rahmen */
    outline-offset: 5px !important;           /* Um sicherzustellen, dass der Rahmen das Element nicht verschiebt */
    z-index: 10000 !important;                  /* Stellt sicher, dass der Rahmen im Vordergrund ist */
}

#footer a {
	color: var(--k-body-color);
}


html {
    scroll-behavior: smooth;
}

@media (min-width: 1200px) {
    .vc_hidden-lg {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vc_hidden-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .vc_hidden-xs {
        display: none !important;
    }
}


/* Menü */
.fullscreen-menu nav .menu>.menu-item {
    margin: 2.5rem;
}

.admin-bar .fullscreen-menu,
.fullscreen-menu-is-open .fullscreen-menu {
    top: var(--k-admin-bar-height);
    height: 100vh;
    height: 100dvh; /* Firefox und moderne Browser */
} 

@media (max-width:768px) {
	.header-block__row.header-block__row--main .header-block__column:first-child {
		display: none;
	}
	
	.header-logo.logo-image {
		width: 200px;
		height: auto;
	}
}


/* Allgemein */
.content-image {
    width: 100%;
}

.site-header {
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

/*.negative-color h1, .negative-color h2, .negative-color h3 {
    color: #fff;
}*/

@media (min-width: 1200px) {
    .copy-2col {
        column-count: 2;
        column-gap: 50px;
        max-width: 90%;
    }
    
    .content-row {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
}

/* Label */
label.referenz-label {
    background: #222222;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    min-height: 65px;
    align-content: center;
    margin-bottom: 30px;
}

label.referenz-label p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
}