
* {
    background: #fff;
    color: #000;
}

body {
    font: 14px/1.3 Arial, Helvetica, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

.btn,
.ads img,
.navbar-default,
footer {
    display: none;
}


/* Header */

.logo {
    max-width: 200px;
    margin-bottom: 3em;
}
.logo img {
    max-width: 100%;
}

.header-logo,
.topbar {
    display: none;
}

.header-slogan {
    border-bottom: 1px solid #000;
}
.header-slogan h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}


/* breadcrumb */

.breadcrumb {
    border: none;
    background: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 12px 0px 8px 0px;
    font-size: 11px;

}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:first-child {
    margin-left: -8px;
}
.breadcrumb > li::before,
.breadcrumb > li + li::before {
    content: "› ";
    color: #333;
    padding: 0 0 0 8px;
}


/* Module */

.modul--bildtext .row {
    /*display: flex;*/
    /*flex-direction: row-reverse;*/
}
.modul--bildtext .bildtext-bild {
    /*float: left;*/
    /*width: 30%;*/
    display: none;
}
.modul--bildtext .bildtext-bild img {
    /*width: 100%;*/
    /*height: auto;*/
    display: none;
}
.modul--bildtext:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

/*
.modul--kontaktcta .btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #2268a2;
    border-radius: 3px;
}
*/
.modul--kontaktcta ul {
    display: none;
}


/* Verzeichnisse */

.headline h2 {
    /*text-decoration: underline;*/
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.headline h2 span {
    margin-left: 5px;
}

ul {
    padding-left: 30px;
}

ul.verzeichnisliste li {
    margin-bottom: 5px;
}

.rubrik {
    display: flex;
    align-items: baseline;
}
.rubrik--nr {
    /*margin-right: 10px;*/
    /*width: 20px;*/
}
.rubrik--nr span {
    display: block;
    width: 30px;
}
.rubrik--contents {
    /*margin-left: 5px;*/
}
.rubrik h3 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.rubrik--used h2 {
    font-size: 18px;
}

.rubrik--notused h2 {
    font-size: 18px;
}

.rubrik .link {
    display: none;
}

.rubrik .breadcrumb {
    font-size: 14px;
    margin-top: 0;
}


/* Anbieter */

.anbieterliste {
    margin-top: 20px;
    margin-bottom: 10px;
}

.link-eintrag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.anbieterliste .eintrag {
    margin-bottom: 30px;
    display: table;
}

.anbieterliste .eintrag div {
    margin-bottom: 10px;
}

.anbieterliste .eintrag .eintrag--logo {
    width: 250px;
    float: left;
}
.anbieterliste .eintrag .eintrag--logo img {
    max-width: 150px;
    max-height: 120px;
}

.anbieterliste .eintrag .eintrag--adresse,
.anbieterliste .eintrag .eintrag--detaillink {
    margin-left: 275px;
}

.anbieterliste .eintrag .eintrag--adresse address {
    font-style: normal;
}


/* Detailseiten */

.entry-wrapper {}

.entry .row {
    display: flex;
}

.entry .row div:first-of-type {
    width: 250px;
}

.entry .row div:last-of-type {
    margin-left: 25px;
}

.entry img {
    width: 100%;
}

.entry address {
    font-style: normal;
}


/* kontakt--row */

.kontakt--wrap {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000;
    font-size: 14px;
}

.kontakt--row {
    display: flex;
}

.kontakt--dvs-media-logo {
    max-width: 250px;
    margin-top: 10px;
}

.kontakt--adresse {
    margin-left: 30px;
}

.kontakt--daten {
    margin-left: 30px;
}



