/*
html, body {
    overflow-x: visible !important;
}
*/

.navigation-branding img, .site-logo.mobile-header-logo img {
    height: 60px !important;
}

.sticky-top-icons {
    position: -webkit-sticky !important; /* Safari Support */
    position: sticky !important;
    top: 0 !important;
    font-size: clamp(16px, 2.1vw, 20px);
    z-index: 9999 !important;
    background-color: #ffffff !important;
    /* Verhindert, dass Flexbox-Eigenschaften unter Android Sticky killen */
    flex-shrink: 0; 
}

.site-header .grid-container {
    align-items: flex-end;
}

.site-branding {
    align-self: flex-end;
}

.main-navigation {
    align-self: flex-end;
}

.main-navigation .main-nav ul li a {
    line-height: 30px !important;
    padding-left: 15px !important; /* keine 20px */
}

.main-navigation .inside-navigation {
    align-items: flex-end !important;
}

.navigation-branding img, .site-logo.mobile-header-logo img {
    padding: 0 !important;
}

.featured-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    max-width: 40%;
}

/* --- */

.boxzilla-center {
  border-radius: 10px;
}

.avbox {
  height: 300px;
}

/* Copy-Functionality */
.copy-data {
    position: relative;
}
.copy-message {
	top: 0px;
	left: 100%;
	margin-bottom: 0px;
	transform: translate(0%, 0%);
	position: absolute;
	display: none;
	width: auto;
	white-space: nowrap;
	font-size: 12px;
	background-color: gray;
	color: white;
	padding: 2px 6px;
	border-radius: 2px;
	z-index: 100;
        cursor: pointer;
	&:after,
	&:before {
		content: '';
	}
}
.copy-data:hover .copy-message,
.copy-data:focus .copy-message,
.copy-data:focus-within .copy-message {
    display: block;
}

/* DSGVOGOOGLEMAP */
.dsgvogooglemap-wrapper {
    position: relative;
    aspect-ratio: 4 / 3;
    width: 100%;
}
.dsgvogooglemap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.dsgvogooglemap-mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #152654;
    color: white;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.dsgvogooglemap-text {
    padding-top: 10px;
    font-size: 200%;
}
#dsgvogooglemap-btn {
    margin-top: 20px;
    font-size: 150%;
    background-color: #e2dcd6;
    color: #152654;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}
.dsgvogooglemap-google {
    margin-top: 2em;
    text-align: center;
}
.wp-block-post-content div.dsgvogooglemap-google a {
    color: white;
}
