
@charset "utf-8";
/* CSS Document */

body {
    max-width: 1600px;
    margin: auto;
    background-image: url("../images/bg_pdl_2.jpg");
    /*font-size: 0.9em;*/
}

.gtmenuitem:visited{
	color: #162643;
    background-color: #fcb74a;
}

.gtmenuitem:hover, .gtred{
    background-color: #ffffd9;
    }
.gtmenuitem:hover{
    color: #162643;
    background-color: #ffffd9;
    }

.gtmenuitem, .gtdarkred{
	color: #162643;
    background-color: #fcb74a;
}
.gtmenuitem:active{
    color: #162643;
    
}
.nav-pills .nav-link.active{
  color: #fcb74a;
  background-color: #162643; 
}
.titel2{
    letter-spacing: 0.2em;
	color: #fcb74a;

}
.titel5{
	letter-spacing: 0.5em;
    /*font-weight: bold;*/
    font-size: 1.7em;
}
.footer-text, .copyright-text{
    font-size: 0.8em;
} 
.footer-text-color{
	color: #fcb74a;
}
.footer-text{
    position: absolute ;
    right: 0.5em; bottom: 0.5em;
	color: #fcb74a;
}
.copyright-text{
    position: absolute ;
    left: 0.5em; top: 0.5em;
	color: #ffffd9;
}

.hr-standard{
    border: 0.03em solid #fcb74a;
}
.modal-content{
	background-color: rgba(0,0,0,0.00);
	border: 0px;	
}
.bg-ttt {
  background-color: #111513 ; 
}
.fg-ttt {
  background-color: #FFFCE0 ; 
}
.bg-fsh {
  background-color: rgba(255,255,255,0.75) ; 
}.bg-red {
	background-color: #D43333;
}
.bg-blue {
	background-color: #0041E3;
}
.bg-mk {
	background-color: #6f1314;
}
.bg-bs {
	background-color: rgba(90,90,90,0.55);
	border-radius: 0.25rem !important;
}
.bg-individuell{
	background-color: #ffffd9;
}
.border-big{
	border: 5px solid;
	border-color: #fcb74a;
}
.link-standard{
	text-shadow: 0 0 2px #162643;
}
.link-standard:hover{
	text-shadow: 0 0 2px #fcb74a;
}
.rounded-img{
	border-radius: 0.25rem !important;
	border-color: white !important;
	border: solid;
}
.header-icons-giselle {
    position: absolute ;
    right: 0.5em; top: 3em;
    opacity: 0.6; 
}
.header-leuchten{
    filter: brightness(1.0);
}
.header-leuchten:hover{
    filter: brightness(1.0) contrast(1.0) saturate(1.0);
}
.img-align-mitte-container {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
.img-align-mitte-container:hover {
    opacity: 1; /* Bild erscheint beim Darüberfahren mit der Maus */
}

/* Breitenanpassung für verschiedene Bildschirmgrößen */
@media (min-width: 1200px) {
    .img-align-mitte-container {
        width: 36%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .img-align-mitte-container {
        width: 48%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-align-mitte-container {
        width: 58%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .img-align-mitte-container {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .img-align-mitte-container {
        width: 100%;
    }
}
::-moz-selection { background: #fcb74a; color: #162643; }
::selection { background: #fcb74a; color: #162643; }