/*
 * Project: Ertürk Elektronic
 * Date: 2022 - 2023
 * Coder: Er Design
*/

#Anfertigung {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(102, 102, 102, 0.7)), url('../../Img/Anfertigung-Bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

#Anfertigung .Content h2 {
    font-family: var(--Link-Font);
    font-weight: 500;
    color: var(--Kirmizi-Renk);
    text-shadow: -1px 2px 3px var(--Beyaz-Renk);
    border-bottom: 3px solid var(--Hover-Color);
    padding-bottom: 5px;
}

#Anfertigung .Content .Content-Text {
    font-size: 18px;
    color: var(--Beyaz-Renk);
}

@media (max-width: 768px) {
    #Anfertigung {
        height: 100%;
        padding: 5rem 0;
        margin: 0 !important;
    }

    #Anfertigung .Content h2 {
        font-size: 20px;
    }
}