/* Sonderklasse XXS */
@media (max-width: 550px) {

    .js-width-probe {width: 1px;}

    .hidden-xxs {
        display: none;
    }

    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-4 {
        width: 33.3%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.6%;
    }

    .eintrag--detaillink .pull-right {
        float: left !important;
    }

    .eintrag--logo {
        margin-bottom: 20px;
    }
}

body {
    background: url(images/default-bg.png) repeat-x;
    height: 100%;
    background-color: #cbcbcb;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.container {
    background-color: #fff;
}

main {
    padding-bottom: 20px;
}

.language-en_GB {

    display: block;
    padding-left: 15px;
    background-image: url(images/flag_en.gif);
    background-repeat: no-repeat;
    background-position: center left;
    margin-top: 13px;
    font-size: 13px;
    min-width: 18px;
    min-height: 18px;
    
}

.language-de_DE {

    display: block;
    padding-left: 15px;
    background-image: url(images/flag_de.gif);
    background-repeat: no-repeat;
    background-position: center left;
    margin-top: 13px;
    font-size: 13px;
    min-width: 18px;
    min-height: 18px;

}


.language-en_GB span, .language-de_DE span {
    padding-left: 10px;
    display: none;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

h1 span {
    font-weight: normal;
    color: #8e8e8e;
    padding-left: 15px;
}

.header-logo {
    padding-bottom: 15px;
    background-color: #fff;
    height: 70px;
}

.logo {
    float: left;
}

a.btn-default {
    font-size: 17px;
    border-width: 2px;
    border-color: #a4a4a4;
}

#mainnav a.btn {
    display: none;
}

.search-form .btn-default {
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    color: #797979;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*.search-form .input-group-btn {
    display: inline-block;
}*/

#suche {
    width: 300px;
    background-color: #f2f2f2;
    border: 2px solid #ccc;

}

.header-slogan {
    background: #fdca00;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
}

@media only screen and (max-width : 768px) {
    .header-slogan {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0.25rem 65px 0.25rem 30px;
    }
}

/* 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;

}

.breadcrumb a,
.breadcrumb > .active {
    color: #333;
}

.breadcrumb li:first-child {
    margin-left: -8px;
}

.breadcrumb > li::before,
.breadcrumb > li + li::before {
    content: "› ";
    color: #333;
    padding: 0 0 0 8px;
}

@media only screen and (max-width : 768px) {
    .breadcrumb {
        margin-bottom: 0;
        padding: 0 0 10px 0;
        font-size: 0.9em;
    }
}

/* PRIMARY BUTTON */
.btn-primary {
    background-color: #fdca00;
    border-color: #fdca00;
    color: #000;    
}

.ads {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.ads .cover-img {
    width: 150px;
}

.ads-header {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.ads-content {
  /*min-height: 350px;*/
  /*background-color: #ddd;*/

}

.ads-content img {
    max-width: 100% !important;
    height: auto !important;
}

.headline {
    margin: 20px 0 30px -43px;
    float: left;
}

.headline h1 {
    background-image: url(images/headline-bg-center.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    height: 61px;
    max-width: 656px;
    float: left;
}

.headline .bg-left {
    float: left;
    background-image: url(images/headline-bg-left.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 13px;
    height: 61px;
}

.headline h2 {
    background-image: url(images/headline-bg-center.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    height: 61px;
    max-width: 656px;
    float: left;
}

.headline .bg-right {
    background-image: url(images/headline-bg-right.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 61px;
    width: 48px;
    
}

@media (max-width: 600px) {

    .headline {
        margin: 15px -15px 20px -15px;
        width: calc(100% + 30px);
    }

    .headline h2 {
        width: 100%;
        height: auto;
        padding-left: 15px;
        padding-bottom: 12px;
        padding-top: 14px;
        background-image: none;
        background-color: #D8D8D8;
        background-repeat: repeat;
    }

    .headline .bg-left,
    .headline .bg-right {
        display: none;
    }

    .headline h1 {
        background-image: none;
        background-color: #D9D9D9;
        padding:8px 20px;
        height: auto;
        line-height: 1.25em;
        float: none;
    }
}

.contact-phone {
    margin-bottom:20px;
}

.entry {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom:10px;
    margin-bottom: 10px;
}

.entry:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.entry .enties-list ul {
    list-style: none;
    margin:0;
    padding:0;
}

.entry .enties-list ul li {
    float: left;
    padding-right:20px;
}

.entry .enties-list a {
    color: #333333;
    text-decoration: underline;
}

.entry .enties-list a:hover {
    text-decoration: none;
}

.label-anbieterliste {
  display: block;
  margin-left: 15px;
  float: right;
  background-color: #F3F3F3;
  color: #333;
  padding: 0.4em 0.6em;
  margin-top: -3px;
}

/* ANBIETERLISTE */

.anbieterliste > a {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 0;
    border-bottom: 1px solid #cacaca;
    color: #333;
}
.anbieterliste > a:hover .btn.btn-primary {
    background: #286090;
    border-color: #286090;
    color: #fff;
}


.anbieterliste .row {
    margin-left: 0;
    margin-right: 0;
}

.anbieterliste > a:last-child {
}

.anbieterliste > a div {
    /*padding: 0;*/
}

.anbieterliste img {
    padding-right: 10px;
}

.anbieterliste address {
    padding-right: 10px;
}

.anbieterliste a.btn {
    float: right;
}

.anbieterliste address span {
    font-weight: bold;
}

.dienstleistungen {
    margin-top: 20px;
    border-top: solid 1px #bbb;

}

.dienstleistungen ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.dienstleistungen li {
    padding-left: 20px;
    padding-top: 5px;
}

.dienstleistungen > ul > li {
    margin-bottom: 20px;
}

.dienstleistungen li:before {
    content: "\203A";
    padding-right: 5px;

}

.dienstleistungen li.active span,
.dienstleistungen li span.glyphicon {
    color: #0b800e;
}

.dienstleistungen li a {
    color: #333;
    text-decoration: underline;
}

.dienstleistungen li a:hover {
    text-decoration: none;
}

.dienstleistungen li.active:before {
    content: "";
}

.modul--kontaktcta {
    border: solid 1px #cacaca;
    padding: 15px 25px 25px 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.modul--kontaktcta ul {
    display: inline-block;
    padding-left: 20px;
}

.modul--kontaktcta ul li {
    display: inline-block;
    margin-right: 25px;
}

.modul--kontaktcta ul li a {
    color: #000;
    text-decoration: underline;
    font-size: 1.25em;
}

.modul--kontaktcta ul li a:hover {
    text-decoration: none;
}


/* FOOTER */
footer {
    background: #ededed;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
}

footer.container {
    background: #ededed;
}

footer ul {
    margin-bottom: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;

}

footer ul li a {
    text-decoration: underline;
    color: #656565;
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px #656565;
}

footer ul li a:hover {
    text-decoration: none;
    color: #000;
}

.webdesign {
    float: right;
    text-align: right;
    margin-bottom: 0;
}

.webdesign a {
    padding-left: 14px;
    text-decoration: none;
    background: url(images/profilschmiede-hammer.svg) no-repeat left center;
    color: #656565;
}

.navbar-default .navbar-toggle {
    background: #fff;
    margin-top: -33px;
    border: 2px solid #fdca00;
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 768px) {
    h2 {
        font-size:18px;
    }
}


@media only screen and (min-width : 768px) {

    .language-en_GB span, .language-de_DE span {
        display: block;
    }

    /*.breadcrumb {
        display: block;
        position: absolute;
        top: -75px;
        margin-right: 75px;

    }*/


    #wrapper {
        margin-top: 20px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    .search-form {
        float: right;
        width: 340px;
    }

    .header-logo .search-form {
        margin-top: 15px;
    }

    #mainnav {
        border-bottom: solid 1px #fdca00;
        position: relative;
    }

    #mainnav a.btn {
        /*
        position: absolute;
        top: 15px;
        right: 0;
        display: inline-block;
        */
        float: right;
        display: inline-block;
        margin-top:12px;
    }

    .navbar-default {
        background: #fff;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background-color: #fff;
        background-image: url(images/navi_active.gif);
        background-repeat: no-repeat;
        background-position: center bottom;
        font-weight: bold;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        padding-top: 28px;
        padding-bottom: 15px;
    }

    .navbar-header {
        padding-top: 20px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-nav > li {
        margin-right: 24px;
    }

    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }
    .breadcrumb {
        position: relative;
        top: auto;
        margin-right: 0px;

    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    body {
        background: url(images/default-bg.png) repeat-x;
        height: 100%;
        background-color: #cbcbcb;
    }

}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background-image: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
    }

    #mainnav a.btn {
    }

    .navbar-nav {
        margin-top:13px;
        width: 79%;
    }
}

/* RUBRIK STARTSEITE */

.rubrik {
    display: table-row;
    padding-bottom: 10px;
}

.rubrik .rubrik--nr {
    display: table-cell;
    padding-right: 20px;
}

.rubrik .rubrik--nr span {
    padding: 10px 15px;
    border-radius: 25px;
    background: #fdca01;
    font-size: 1.5rem;
    font-weight: bold;
}

.rubrik .rubrik--contents {
    display: table-cell;
    padding-bottom: 10px;
}

.rubrik .rubrik--contents h3,
.rubrik h2 {
    font-size: 2rem;
    margin-bottom: 5px;
}

.rubrik .rubrik--contents .breadcrumb {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.rubrik .rubrik--contents h3 a,
.rubrik h2 a {
    color: #333;
    text-decoration: underline;
}

.rubrik .rubrik--contents h3 a:hover,
.rubrik h2 a:hover {
    text-decoration: none;
}

.rubrik.rubrik--notused h2,
.rubrik.rubrik--notused h2 a {
    color: #777;
}

.rubrik .rubrik--seemore a {
    color: #333;
}

.eintrag .eintrag--logo img {
    max-height: 120px;

}

.veranstaltungshinweis {
    background: #1F5DA9;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;

    display: block;
    text-decoration: none;
    transition: background-color 250ms ease;
}
.veranstaltungshinweis:hover,
.veranstaltungshinweis:focus {
    color: #fff;
    background-color: #2163b3;
    text-decoration: none;
}

.veranstaltungshinweis span.messe-name {
    font-size: 1.4em;
    font-weight: bold;
}

.veranstaltungshinweis-suche {
    background: #1F5DA9;
    color: #fff;
    padding: 8px 15px;
    /*border-radius: 3px;*/
}

.veranstaltungshinweis-suche span.messe-name {
    font-weight: bold;
}

@media only screen and (max-width: 550px) {
    .messehinweis-verzeichnis {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .messehinweis-suchergebnisse {
        margin-top: 12px;
    }
}

@media only screen and (max-width : 480px) {

    .rubrik .rubrik--contents h3,
    .rubrik h2 {
        font-size: 1.6rem;
        font-weight: bold;
    }

}

/* XS */
@media (max-width: 767px) {

    .entry-wrapper .img-responsive {
        width:100%;
        max-width: 350px;
        margin-bottom: 10px;
    }
}

.breadcrumb li {
    display: inline;
}

/* Yumpuu */
.embed-container { position: relative; padding-bottom:56.25%; height:0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
