﻿#content {
    display: block;
    padding-bottom: 160px; /*Höhe der Fußleiste*/
}

#leistungsuebersicht_container {
    text-align: center;
    /*padding: 75px;*/
}

    #leistungsuebersicht_container section {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 35px;
        min-width: 260px;
    }

        #leistungsuebersicht_container section h2 {
            text-align: center;
            font-size: 22px;
            color: white;
            padding: 10px;
        }

        #leistungsuebersicht_container section ul {
            padding-left: 30px;
            padding-right: 30px;
            font-size: 16px;
            list-style-type: disc;
        }

.leistungsuebersicht_UP {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .leistungsuebersicht_UP a:hover {
        cursor: pointer;
    }

.leistungsuebersicht_section {
}

    .leistungsuebersicht_section h2 {
        background-color: #395278;
    }

        .leistungsuebersicht_section h2:hover {
            background-color: #0b2b4e;
        }


    .leistungsuebersicht_section ul {
        color: #395278;
    }

        .leistungsuebersicht_section ul li a:hover {
            color: #002040;
            font-weight: bold;
        }

.leistungsuebersicht_section_Seminare {
}

    .leistungsuebersicht_section_Seminare h2 {
        background-color: #c6422d;
    }

        .leistungsuebersicht_section_Seminare h2:hover {
            background-color: #b43120;
        }

    .leistungsuebersicht_section_Seminare ul {
        color: #c6422d;
    }

        .leistungsuebersicht_section_Seminare ul li a:hover {
            color: #7e0000;
            font-weight: bold;
        }

.check_color {
    color: #c6422d;
}

.SubItems {
    margin-left: -30px;
}

    .SubItems li {
        /*font-size: 13px;*/
    }

.leistung {
    position: relative;
}

.platzhalter {
    color: white;
}

    .platzhalter::selection {
        color: white;
    }

.zentriert {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.new {
    position: absolute;
    top: -26px;
    left: 0;
    color: green;
    font-weight: bold;
    font-size: 24px;
}

.newitem {
    color: green;
    font-weight: bold;
}

#shown-logos {
    display: block;
    margin-top: 50px;
    margin-bottom: 70px;
    overflow: hidden;
    white-space: nowrap;
}

    #shown-logos div {
        display: inline-block;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 30px;
        overflow: hidden;
    }


        #shown-logos div img {
            height: 50px;
        }

#firmen-logos {
    display: none;
}

@media(max-width:1156px) {
    #leistungsuebersicht_container section {
        min-width: 400px;
        margin-top: 35px;
        display: block;
    }

        #leistungsuebersicht_container section ul {
            text-align: center;
        }

    .leistungsuebersicht_UP {
        display: inline-block;
        min-width: 300px;
        text-align: left;
        margin-left: 75px;
    }

    .platzhalter {
        display: none;
    }
}

@media(max-width:1054px) {
    .leistungsuebersicht_UP {
        min-width: 200px;
    }

    .platzhalter {
        display: none;
    }
}

@media(max-width:854px) {
    .leistungsuebersicht_UP {
        min-width: 200px;
        margin-left: 0;
    }

    .platzhalter {
        display: none;
    }
}

@media(max-width:704px) {
    #leistungsuebersicht_container section ul {
        padding-left: 5px;
        padding-right: 5px;
    }

    .platzhalter {
        display: none;
    }
}

@media(max-width:614px) {
    #leistungsuebersicht_container section {
        min-width: 295px;
    }

    #leistungsuebersicht_container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .platzhalter {
        display: none;
    }
}

.durchsichtig{
    visibility: hidden;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.auftauchen{
    animation: fade-in 1s ease-out;
}
.verschwinden {
    animation: fade-out 1s ease-in;
}
