/*Roboto Regular*/
@font-face {
    font-family: "roboto-regular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*Roboto Italic*/
@font-face {
    font-family: "roboto-italic";
    src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

/*Roboto Bold*/
@font-face {
    font-family: "roboto-bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    font-family: roboto-regular;
}

.text-bold{
    font-family: roboto-bold;
}

.placeholder{
    width: 10px;
}

@media (max-width: 768px) {
    .responsive-margin img {
        margin-left: 0 !important;
    }
    
}

.kompetenz-img{
    max-height: 300px !important;
}

#header-image {
    background-image: url(../images/kompetenz/kompetenz_eingaenge_3.jpeg);
    height: 250px; 
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: 30px;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

div#header-image:before {
    background: rgba(0,0,0,0.4);
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#header-image h1 {
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    font-family: "roboto-bold";
}


.header-list {
    box-sizing: border-box;
    list-style-type: none;
    color: white;
}

.mainLogo {
    width: 200px;
    height: auto;
}

.cardImg{
    height: 400px;
}

.bg-gray{
    background-color: lightgray;
}


.small-font-size{
    font-size: 12px;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-transparent {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease;
}

.navbar-nav .nav-link:hover {
    color: #fbd454 !important; /* Ändern Sie die Hover-Farbe hier */
}

.hidden{
    visibility: hidden;
}

.border-secondary{
    border: 6px solid;
}

#footerImage{
    max-height: 100px;
}
