.caret {
    float: none;
}

.in .caret {
    float: right;
}

.dropdown-menu > ul {
    background-color: #02bdd5;
}

#top-bar .in .dropdown-menu > ul {
    box-shadow: none;
}

#top-bar .dropdown-menu > ul > li > a {
    border-bottom: none;
}

#top-bar .main-menu li a:hover,
#top-bar .main-menu li a.active {
    color: black;
}

.Kontrastswitch {
    right: 15px;
    top: -60px;
}

#Map-section {
    background-color: #fcfcfc;
    margin-top: 80px;
}

    #Map-section #Adressen {
        max-height: 800px;
        max-height: calc(100vh - 253px);
        min-height: 660px;
        overflow-y: auto;
        padding-top: 30px;
        position: relative;
        max-width: 100%;
    }

    #Map-section .col-sm-1,
    #Map-section .col-sm-10,
    #Map-section .col-sm-11,
    #Map-section .col-sm-12,
    #Map-section .col-sm-2,
    #Map-section .col-sm-3,
    #Map-section .col-sm-4,
    #Map-section .col-sm-5,
    #Map-section .col-sm-6,
    #Map-section .col-sm-7,
    #Map-section .col-sm-8,
    #Map-section .col-sm-9 {
        float: right;
    }

    #Map-section #map {
        background-color: #f7f7f7;
        margin-top: 20px;
        position: relative;
    }

    #Map-section .nomapsdiv {
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        text-align: center;
        font-family: Roboto;
    }

#About-section {
    padding: 70px 16px 100px 16px;
}

.content-holder ul {
    padding-left: 15px;
}

    .content-holder ul li {
        list-style: initial;
    }

.content-holder img {
    max-width: 100%;
}

#searchlink {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.adres-block {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

    .adres-block h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .adres-block h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .adres-block span {
        display: block;
    }

    .adres-block .strasse {
        margin-top: 10px;
    }

    .adres-block .url,
    .adres-block .mailto {
        display: block;
        text-decoration: underline;
    }

        .adres-block .url:hover,
        .adres-block .mailto:hover {
            text-decoration: none;
        }

#Search {
    margin-bottom: 20px;
}

.P_SearchResults {
    margin-bottom: 0;
}

    .P_SearchResults .small {
        display: block;
        text-align: center;
        padding: 15px;
    }

.media {
    font-weight: normal;
}

    .media .adres {
        margin-top: 10px;
    }

    .media .person {
        /*margin-top: 1.5em;*/
        padding-left: 0;
    }

        .media .person h4 {
            margin-bottom: 5px;
        }

    .media label {
        min-width: 60px;
        margin-bottom: 0;
    }

    .media h3 {
        margin-bottom: 0;
    }

    .media h4 {
        margin: 5px 0 0 0;
    }

.firstadres {
    margin: 30px 0 0 0;
    padding-bottom: 0;
}

.secondadres {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .secondadres .person {
        padding-top: 0;
    }

    .secondadres .img {
        background-color: transparent;
    }

    .secondadres .person {
        margin-top: 0;
    }

.sameheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

    .sameheight > [class*='col-'] {
        display: flex;
        flex-direction: column;
        background-color: #fcfcfc;
        margin-top: 30px;
    }

#Aufgabenfelder,
#BundesweiteVernetzung {
    background-color: #f7f7f7;
}

.Error .global-page-header {
    background-color: #b0d12e;
}

    .Error .global-page-header .container {
        display: block;
    }

@media only screen and (max-width: 560px) {
    .media-body .media-heading,
    .media-body .small {
        text-align: left;
    }

    .secondadres .media-left {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #map {
        margin-bottom: 15px;
    }

    #searchlink {
        padding-top: 0;
    }

    .sameheight h2 {
        text-align: center;
    }

    #Aufgabenfelder .blog-post-image {
        display: none;
    }
}
