/* Skip Links für Barrierefreiheit */
.skip-links {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    width: 100%;
    height: 50px; /* Feste Höhe für den Container */
}

.skip-link {
    position: absolute;
    top: 10px;  /* Abstand vom oberen Rand */
    padding: 10px 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-weight: bold;
    opacity: 0;
    z-index: 100;
    font-size: 16px;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    
    /* Rahmen und Box-Design */
    border: 3px solid #2c3e50;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5), 0 0 0 4px rgba(255,255,255,0.2);
    white-space: nowrap; /* Verhindert Umbrüche im Text */
    width: auto; /* Automatische Breite basierend auf Inhalt */
    display: flex; /* Flexbox für bessere Ausrichtung von Text und Icon */
    align-items: center; /* Vertikale Zentrierung für Text und Icon */
}

/* Spezielle Stile für jeden Skip-Link, um sie voneinander zu unterscheiden und zu positionieren */
.skip-link:nth-child(1) {
    background-color: #3498db; /* Blau */
    border-color: #2c3e50;
    left: 10px;
}

.skip-link:nth-child(2) {
    background-color: #27ae60; /* Grün */
    border-color: #2c3e50;
    left: 10px;
}

.skip-link:nth-child(3) {
    background-color: #e67e22; /* Orange */
    border-color: #2c3e50;
    left: 10px;
}

/* Aktiver Skip-Link mit einheitlichem schwarzen Rahmen */
.active-skip-link {
    border-color: #2c3e50;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5), 0 0 0 4px rgba(255,255,255,0.2);
    background-color: #3498db;
}

.skip-link:focus,
.skip-link:hover {
    top: 10px; /* Bleibt an der gleichen Position */
    opacity: 1;
    outline: none;
    background-color: #2980b9;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,0.6), 0 0 0 5px rgba(255,255,255,0.3);
    border-color: #2c3e50; /* Einheitlich schwarz */
}

/* Stile für das Ziel, wenn es fokussiert wird */
#menu:focus,
#content:focus,
#footer:focus {
    outline: 3px solid #2c3e50; /* Einheitlich schwarz */
    outline-offset: 3px;
}

/* Icon für Skip-Links */
.dvmd_actw_icon_enter {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    position: relative;
    top: 0;
}

/* Icon-Animation beim Hover - deaktiviert */
.skip-link:hover .dvmd_actw_icon_enter,
.skip-link:focus .dvmd_actw_icon_enter {
    transform: none !important;
}

/* Kein pulsierender Effekt mehr für die fokussierten Bereiche */

.headerBgCu {
    overflow: hidden;
    position: relative;
    min-height: 360px;
    background: url(../images/header-bg-new2.jpg) 70% 40% no-repeat;
    background-size: cover;
    background-position: center center;
}

.header .navbar-nav>li>a {
    font-size: 16px;
}

.header .navbar-nav>li>a:hover {
    color: #3498db;
    border-bottom: solid 2px #3498db;
}

.headerBgCu .container {
    padding-top: 70px;
    text-align: center;
}

.headerBgCu .container h1 {
    color: #ffffff;
    font-size: 30px;
}

.footer-v1 {
    font-size: 18px;
}

.footer-v1 address {
    font-size: 16px;
}

.pxbg-1 {
    background: url(../images/gold-163519_1280.jpg) 50% 0 fixed;
}

.pxbg-2 {
    background: url(../images/gold-163519_1280.jpg) 50% 0 fixed;
}

.pxbg-3 {
    background: url(../images/gold-163519_1280.jpg) 50% 0 fixed;
}

.pxbg-ng {
    background: url(../images/gold-163519_1280.jpg) 50% 0 fixed;
}

.pxbg-1 .counter,
.pxbg-1 h4 {
    color: #ffffff;
}

.pxbg-2 h2,
.pxbg-2 p {
    color: #ffffff;
}

.pxbg-3 h2,
.pxbg-3 p,
.pxbg-3 fa-angle-left {
    color: #ffffff;
}

.headline-center-v2 p {
    font-size: 16px;
}

.padding-top-m20 {
    padding: -20px;
}

.padding-bottom-m20 {
    padding: -20px;
}

.padding-top-20 {
    padding: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.padding-bottom-20 {
    padding: 20px;
}

.padding-top-50 {
    padding: 50px;
}

.padding-bottom-50 {
    padding: 50px;
}

.p-20 {
    padding: 20px 20px 20px 20px;
}

.container {
    font-size: 18px;
}

.container h1 {
    font-size: 28px;
}

.container h2 {
    font-size: 26px;
}

.container h3 {
    font-size: 22px;
}

.container h4 {
    font-size: 20px;
}

.service .img-responsive {
    display: inline;
}

.testimonials-bs .headline-center-v2 span.author {
    color: white;
    font-size: 16px;
}

.testimonials-bs .headline-center-v2 p {
    font-size: 18px;
}

.testimonials-bs .carousel-arrow {
    color: white;
}

.title-v1 h1,
.title-v1 h2,
.title-v1 h3 {
    color: #444;
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.txt-counter {
    color: white;
    padding-right: 15px;
}

.btn-size-1 {
    margin-top: -45px;
    font-size: 25px;
}

@media (max-width: 768px) {
    .price-table {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .price-table2 {
        font-size: 12px;
    }
}

li a,
a {
    position: relative;
    color: #3498db;
}

a:hover,
a:hover:after,
a:hover:before {
    color: #3498db;
}

li a:hover,
li a:hover:after,
li a:hover:before {
    color: #3498db;
}

a[alt]:before {
    position: absolute;
    left: 0;
    top: -30px;
    background-color: #000000;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    padding: 0 15px;
    content: attr(alt);
    white-space: nowrap;
    display: none;
    font-size: 12px
}

a[alt]:after {
    position: absolute;
    left: 15px;
    top: -10px;
    border-top: 7px solid #000000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: none;
}

a[alt]:hover:after,
a[alt]:hover:before {
    display: block;
}

.afk-o {
    color: #72c02c;
    font-weight: bold;
    margin-top: 3px;
    font-size: 15px;
}

.afk-c {
    color: #ff0000;
    font-weight: bold;
    margin-top: 3px;
}

.title-v1 {
    margin-bottom: 30px;
}

.breadcrumbs .container h1 {
    color: #B29F67;
}

.container .row-fluid h3,
.container .row-fluid h4 {
    color: #B29F67;
}

.social-icons li a,
a.social-icon {
    width: 50px;
    height: 50px;
}

.header .navbar-nav>li>a:hover,
.header .navbar-nav>.active>a {
    color: #3498db;
    border-bottom: solid 2px #3498db;
}

.container button {
    font-size: 18px;
}

.page_buttons {
    margin-top: 10px;
}

.page_buttons button {
    font-size: 18px;
}

#auorg-bg>div>div>a:nth-child(1)>img:nth-child(1) {
    margin-top: -4px !important;
}

.dgp {
    margin-top: 10px;
}

.gdp {
    margin: 0 auto;
    height: 300px;
    padding: auto;
}

.gdp-sr {
    margin: 0 auto;
    height: 350px;
    padding: auto;
}

.gdp-s {
    height: 100%;
    padding-top: 35px;
}

.gdp-s img {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.gdp-1 img {
    margin-left: auto;
    margin-right: auto;
}

.gdp-1 .siegel-info {
    margin-top: -20px;
    font-size: 15px;
    text-align: center;
}

.gdp-2 #auorg-bg {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

.gdp-3 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gdp-a {
    padding-top: 50px;
}

.breadcrumb {
    padding: 0px;
    margin: 0px;
}

.breadcrumb li a {
    color: #3498db;
    font-size: 14px;
}

.breadcrumb li a:hover,
.breadcrumb li a:hover:after,
.breadcrumb li a:hover:before {
    color: #3498db;
    text-decoration: underline;
}

.breadcrumb li.active {
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

ol.ebene1 {
    counter-reset: listenpunkt_ebene1;
    list-style-type: none;
    padding: 0px;
}

ol.ebene1 li::before {
    content: counter(listenpunkt_ebene1) ". ";
    counter-increment: listenpunkt_ebene1;
}

ol.ebene2 {
    counter-reset: listenpunkt_ebene2;
    list-style-type: none;
}

ol.ebene2 li::before {
    content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2, decimal) ". ";
    counter-increment: listenpunkt_ebene2;
}

.col-tesgol {
    padding-top: 35px;
}

.txt-404 {
    color: white;
    text-shadow: 1px 1px 1px #B29F67, 1px -1px 1px #B29F67, -1px 1px 1px #B29F67, -1px -1px 1px #B29F67,
}

.text-header-info1 {
    color: #B29F67;
    width: 70%;
    font-weight: bold;
}

.text-header-info2 {
    color: #555;
    width: 100%;
    font-weight: bold;
}

#google-maps-div {
    position: relative;
    width: 100%;
}

#google-maps-div img {
    width: 100%;
    height: auto;
}

#google-maps-div button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ddd;
}

#siegel-ausgezeichnet-div {
    position: relative;
    width: 100%;
}

#siegel-ausgezeichnet-div img {
    margin: 0 auto;
}

#siegel-ausgezeichnet-div button {
    margin: 0 auto;
    font-size: 15px;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.price_time {
    font-size: 13px;
    padding-left: 5px;
}

.header-bg-t {
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    color: #555;
}

.headline h2,
.headline h3,
.headline h4 {
    border-bottom: 2px solid #B29F67;
}

.title-v1 h1:after,
.title-v1 h2:after {
    background: #B29F67;
}

.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
    background: #B29F67;
    padding: 6px 10px 2px;
}

.header .navbar-toggle {
    border-color: #B29F67;
}

.cont-footer {
    font-size: 12px;
}

.btn-u {
    background: #B29F67;
}

.goldde-sieg {
    text-align: center;
}

/* Diese Regeln wurden durch die keyboard-nav Klasse ersetzt (siehe unten) */

/* Buttons innerhalb von Links: pointer-events entfernen, damit Klicks auf den Link gehen */
a button,
a .btn,
a .btn-u,
a [class*="btn"] {
    pointer-events: none;
}

/* JavaScript, um Elemente aus dem Tab-Flow auszuschließen */
.skip-tab-focus {
    pointer-events: auto; /* Mausklicks weiterhin ermöglichen */
}




/* Verhindere, dass Links beim Hovern oder Fokussieren ihre Größe ändern */
a:hover, a:focus, 
.btn:hover, .btn:focus, 
.btn-u:hover, .btn-u:focus,
button:hover, button:focus,
.navbar-toggle:hover, .navbar-toggle:focus,
.logo:hover, .logo:focus {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    scale: 1 !important;
    -webkit-scale: 1 !important;
    -moz-scale: 1 !important;
    size: initial !important;
    -webkit-animation: none !important;
    animation: none !important;
}

/* Stelle sicher, dass alle Hover-Effekt-Klassen beim Hovern keine Größenänderung verursachen */
.grow:hover, .shrink:hover, .pulse:hover, .pulse-grow:hover,
[class*="hvr-"]:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    scale: 1 !important;
}

/* Überschreibe explizit die Hover-Effekt-Klassen aus dem Plugin */
.grow, .grow:hover, .grow:focus, .grow:active,
.shrink, .shrink:hover, .shrink:focus, .shrink:active,
.pulse, .pulse:hover, .pulse:focus, .pulse:active,
.pulse-grow, .pulse-grow:hover, .pulse-grow:focus, .pulse-grow:active,
[class*="hvr-"], [class*="hvr-"]:hover, [class*="hvr-"]:focus, [class*="hvr-"]:active {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    scale: 1 !important;
    box-shadow: inherit;
}

/* Deaktiviere alle Transformationen und Animationen für interaktive Elemente */
.btn, .btn-u, button, a, .navbar-nav > li > a, 
.link-list a, .footer-socials a, .skip-link {
    transition-property: color, background-color, border-color, outline !important;
    -webkit-transition-property: color, background-color, border-color, outline !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

/* Skip-Link sollte weiterhin die Opazität ändern können, aber keine Größenänderung */
.skip-link {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}

/* =====================================================
   FOKUS-STYLE NUR BEI TASTATURNAVIGATION
   ===================================================== */

/* Entferne Standard-Fokus-Outline für alle Elemente bei Mausklick */
:focus {
    outline: none !important;
}

/* Klasse für Tastaturnavigation - wird via JavaScript hinzugefügt */
body.keyboard-nav :focus {
    outline: 2px solid #2c3e50 !important;
    outline-offset: 2px !important;
}

/* Spezielle Fokus-Stile für verschiedene Elemente bei Tastaturnavigation */
body.keyboard-nav a:focus:not(.btn):not(.btn-u):not([class*="btn"]):not(.skip-link):not(.navbar-brand):not(.logo) {
    outline: 2px solid #2c3e50 !important;
    outline-offset: 2px !important;
}

/* Weiße Umrandung für Links im Footer bei Tastaturnavigation */
body.keyboard-nav .footer a:focus:not(.btn):not(.btn-u):not([class*="btn"]):not(.skip-link),
body.keyboard-nav footer a:focus:not(.btn):not(.btn-u):not([class*="btn"]):not(.skip-link) {
    outline: 2px solid #ffffff !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #ffffff !important;
}

/* Schwarze Umrandung für Formularfelder bei Tastaturnavigation */
body.keyboard-nav input[type="text"]:focus,
body.keyboard-nav input[type="email"]:focus,
body.keyboard-nav input[type="password"]:focus,
body.keyboard-nav input[type="search"]:focus,
body.keyboard-nav input[type="tel"]:focus,
body.keyboard-nav input[type="url"]:focus,
body.keyboard-nav input[type="number"]:focus,
body.keyboard-nav textarea:focus {
    outline: 2px solid #2c3e50 !important;
    outline-offset: 2px !important;
}

/* Skip-Links immer mit Fokus-Outline bei Tastaturnavigation */
body.keyboard-nav .skip-link:focus {
    outline: 3px solid #2c3e50 !important;
    outline-offset: 3px !important;
}


/* Für Screen Reader - versteckt visuell, aber für Screenreader verfügbar */
.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;
}

/* Blockquote Styling */
blockquote {
    margin: 1rem 0;
    padding-left: 1rem;
    border-left: 0px solid #ccc;
    font-style: italic;
}

blockquote footer {
    font-style: normal;
    margin-top: 0.5rem;
    font-size: 0.9em;
}

blockquote cite {
    font-weight: bold;
}

a.btn-u {
    font-size: 18px !important;
}

