

img.logo-index {
max-height:110px!important;
}
img.logo-top {
max-height:110px;
padding-top: 32px;
}

.termin a {
color: #ffffff!important;
border-bottom: #FFFFFF!important;
text-decoration: none!important;
}
.termin a:hover {
color: #ecb2a8!important;
border-bottom: #ecb2a8!important;
text-decoration: none!important;
}

.project-classic-title,
.project-classic-tag{
color: #ffffff!important;
}
.project-classic-title a {
color: #ffffff!important;
border-bottom: #FFFFFF!important;
text-decoration: none!important;
}
.project-classic-title a:hover {
color: #ecb2a8!important;
border-bottom: #ecb2a8!important;
text-decoration: none!important;
}
.team-classic h4 {
color: #ffffff!important;
}

.team-classic {
color: #ffffff!important;
}

.title-style-1 {
color: #ffffff!important;
background-color: rgba(236, 178, 168, 0.75);
}

.team-classic-status  a {
color: #ffffff!important;
border-bottom: #FFFFFF!important;
text-decoration: none!important;
}
.team-classic-status  a:hover {
color: #ecb2a8!important;
border-bottom: #ecb2a8!important;
text-decoration: none!important;
}

.rights {
color: #ffffff!important;
}



.nav-custom .nav-custom-counter {
color: rgba(255,255,255, 0.5)!important;
}


.button-gray-100, .button-gray-100:focus {
color: #FFFFFF;
background-color:transparent;
}

.button-gray-100::before, .button-gray-100:focus::before {
background-color: #151515;
background-color:transparent;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #151515;
background-color: #ecb2a8;
    
}


/*
***********************************************
               Verbetering via ChatGPT Home Page
***********************************************
*/

  .preloader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .4s ease;
    z-index: 9999;
  }
  .preloader.fade-out { opacity: 0; pointer-events: none; }
  .spinner {
    width: 32px; height: 32px;
    border: 3px solid #ccc;
    border-top-color: #666;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  @keyframes spin { to { transform: rotate(360deg); } }


/*
***********************************************
               Media Queries
***********************************************
*/

@media only screen and (min-width: 0px) and (max-width: 768px) {


}


@media only screen and (min-width: 0px) and (max-width: 899px) {

.team-classic-status {
	letter-spacing: 0.05em!important;
    line-height: 1.2em!important;
}

.team-classic-caption {
	padding: 12px 8px!important;
	bottom: 10px!important;
}
.project-classic-tag {
letter-spacing: 0em!important;
}

}


@media only screen and (min-width: 768px) and (max-width: 1200px) {

img.logo-index {
max-height:80px!important;
}
.project-classic-tag {
letter-spacing: 0em!important;
}

}



