/*** CONTACT-FORM ***/ 
div.csc-mailform ol li {
  display: block!important;
}


/*** HEADER ***/
header.navbar.navbar-default.navbar-has-image.navbar-top.navbar-fixed-top {
    border-bottom: 5px solid #f9d523;
}
.breadcrumb a {
    color: #ffffff;
}

/* LOGO MOBIL AUSTAUSCHEN */
@media screen and (max-width: 991px) {
    a.navbar-brand.navbar-brand-image img{
        display: none !important;
    }
    a.navbar-brand.navbar-brand-image {
        background: url("/fileadmin/psb-logo-quer.png") no-repeat 0 0;
        width: 300px;
        height: 40px;
        margin: 15px;
        max-width: 70%;
    }
    h1 {
       font-size: 24px;
    }
}

/*** NAVIGATION ***/
.nav.nav-sidebar {
    margin-top: 30px;
}
.navbar-main > li > a .bar {
    background: #ff0000;
    opacity: 1.0 !important;
    height: 3px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #4e4e4e !important;
}
.nav.nav-sidebar li a:hover,
.nav.nav-sidebar li a:focus {
    background-color: #e7e7e7;
}
.nav.nav-sidebar li.active > a,
.nav.nav-sidebar li.active > a:hover,
.nav.nav-sidebar li.active > a:active,
.nav.nav-sidebar li.active > a:focus {
    color: #333;
}
.nav-sidebar a {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border: none;
}
.nav.nav-sidebar li a {
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
}
.navbar-default .navbar-nav > li > a:hover 
.navbar-default .navbar-nav > li > a:active {
    color: #8c8c8c;
}


@media screen and (max-width: 991px){
    .navbar-main .open .dropdown-menu {
        border-left: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
    nav.nav-sidebar li.active > a:active {
            color: #fff;
    }
}
ul.nav.navbar-nav.navbar-main {
    font-size: 14px;
}

@media screen and (min-width: 1199px) {
    ul.nav.navbar-nav.navbar-main {
        font-size: 16px;
    }
}

/*** IMAGES ***/
figure.image {
    margin-bottom: 0;
    border: 5px solid #f9d523;
}
.well figure.image {
    border: none;
}

/*** FOOTER ***/
.footer-section ul  {
    list-style-type: none;
    padding-left: 0;
}
footer .first-headline  {
    opacity: 1;
    font-size: 16px; 
    text-transform: uppercase;
}
.footer-section {
    margin-top: 0;
    border-top: none;
}
.footer-section p {
    font-size: 16px;
}
footer h3.first-headline {
    color: #8c8c8c;
}
.footer-section p,
.footer-section a {
    color: #6f6f6f;
    opacity: 1;
}

.footer-section a:hover {
    color: #ff0000;
    opacity: 1;
}

section.meta-section {
    display: none;
}


/*** TYPO ***/

h1.first-headline {
    margin-bottom: 25px;
}
h4 {
    margin-bottom: 5px;
}
p{
    margin: 0 0 18px;
}
a {
    color: #8c8c8c;
}
a:hover,
a:active,
a:focus {
    color: #ff0000;
}
.footer-section a:hover,
.footer-section a:active,
.footer-section a:focus {
    color: #ff0000;
}


/*** FORM ***/

input {
    background: #f9d523;
    padding-left: 10px;
    border: none;
}
input[type="submit"] {
    background: #333;
    color: #ffffff;
    width: 25% !important;
    float: right;
    margin-top: 15px;
}
input[type="submit"]:hover{
    background : #ff0000;
}
textarea {
    width: 73%;
}
legend {
    border-bottom: none;
}
.csc-form-element-textblock {
    margin-left: 25.5%;
}

.csc-mailform {
    margin-top: 30px;
}
.csc-form-element-header {
    margin-top: 30px;
    margin-bottom: 10px;
}
.csc-form-element {
    margin-bottom: 5px;
}
.csc-form-element label {
    width: 25%;
    vertical-align: top;
}
.csc-form-element input {
    width: 73%;
}
.csc-mailform ol {
    padding-left: 0;
}
.fieldset-subgroup legend {
    margin-top: 50px;
}
.csc-form-element-radiogroup {
    margin: 30px 0;
}
@media screen and (max-width: 767px) {
    .csc-form-element label, 
    .csc-form-element input,
    .csc-form-element-textblock {
        width: 100%;
        margin-left: 0;
    }
    input[type="submit"] {
        width: 100% !important;
    }    
}

/*** NEWS: Startseite ***/
.container:nth-of-type(4n) {
    background-color: #333;
    width: 100%;
    color: #8c8c8c;
    padding-top: 20px;    
}

@media screen and (min-width: 768px) {
    #c232 {
      width: 750px; 
      margin: 0 auto;
      padding: 0 15px
    }
    .first-headline small {
      display: none;
  }
}
@media screen and (min-width: 992px) {
    #c232 {
      width: 970px; 
      margin: 0 auto;
      padding: 0 15px
    }
}
@media screen and (min-width: 1200px) {
    #c232 {
      width: 1170px; 
      margin: 0 auto;
      padding: 0 15px
    }
    .first-headline small {
      display: block;
}
}
.news {
    margin-bottom: 20px;
}
#c232 h1.first-headline {
    color: #ffffff;
}

.news-list-view .news-img-wrap {
    display: none;
}
.header h3 {
    color: #333 !important;
}
#c232 .news .article .teaser-text {
    margin: 10px 0 0 0;
    color: #ffffff;
}
.news .footer {
    color: #f9d523;
}
#p84 .news a {
    color: #fff;
    font-size: 24px;
}
.news a:hover {
    color: #ff0000;
}
#p84 .news a.more{
    color: #8c8c8c;
    font-size: 16px;
}
#p84 .news a.more:hover{
    color: #ff0000;
}
.news-related {
    border: 3px solid #f9d523;
}
p.lead {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.55;
    margin-bottom: 18px;
}

/*** Teaser Startseite Tablet Portrait ***/ 
@media screen and (max-width: 768px) {
    .col-sm-4 {
        width: 100%;
    }
}

/*** SONSTIGES ***/
img.lazyload{
    opacity: 1 !important;
}
.jumbotron {
    background-color: #333;
    padding: 80px 0;
}
.jumbotron p {
    color: #fff;
    font-size: 18px; 
}
.jumbotron h2.first-headline {
    margin-bottom: 22px;
    color: #fff;
    font-size: 30px; 
}
.jumbotron h2, .jumbotron h3 {
    color: #fff;
}
.image-wrap {
    margin-bottom: 15px;
}
.well {
    margin-bottom: 30px;
}
#content {
    margin-bottom: 30px;
    min-height: 500px;
}
/*** DOWNLOADS***/
li.media {
    margin-bottom: 20px;
}
.media-left {
    border: 5px solid #f9d523;
    padding-right: 0;
}
.media-body {
    background: #333333;
    padding: 1.5em 0 0 1.5em;
    position: relative;
    max-height: 50px;
}
.media-body h4.media-heading {
    position: absolute;
    bottom: 15px;
    font-size: 18px;
}
.media-body h4.media-heading a {
    color: #ffffff;
}
.media-body h4.media-heading a:hover {
    color: #ff0000;
}


/* MARKETING */

#c207 .image-center-inner {
    background: #333;
    padding: 15px 30px 0 30px;
}
#c207 figure.image {
    border: 6px solid #f9d523;
    border-bottom: none;
}
#c207 figcaption.caption {
    color: #333333;
    background: #f9d523;
    margin-bottom: 30px;
    padding-bottom: 5px !important;

}
#c207 h4 {
    background: #333;
    margin-bottom: 20px;
    padding: 20px 0 20px 30px;
    color: #ffffff
}
.modal-lightbox .modal-caption-title {
    display: none;
}

/* PARTYSERVICE IN IHRER NAEHE */ 
h2.first-headline {
    margin-bottom: 20px;
}
.tx-go-maps-ext input {
    width: 35%;
}
.tx-go-maps-ext input[type="submit"] {
    margin-top: 0;
}
input.gme-submit {
    background: #333333;
}

input.gme-sword {    
    margin-bottom: 5px;
}
input.gme-sword:before {    
    content: 'bla';
}
.gme-map {
    margin-top: 15px;
}

/* MAPS Liste ausblenden*/
.searchResultContainer,
.tx-mymap h1 {
    display: none;
}
/* Startseite Teaser */
div#c199,div#c200,div#c201 {
    margin-top: 0;
}
/*Kooperationspartner*/
section#p116 figure.image {
    border: none;
}
input[type="radio"] {
    width: 30%;
    float: left;
}

/* Jumbotron */

.jumbotron {
    margin-top: 0;
}
.jumbotron h2,
.jumbotron h3,
.jumbotron p {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {
    .jumbotron h2,
    .jumbotron h3,
    .jumbotron p {
        width: 940px;
    }    
}
@media screen and (max-width: 800px) {
    .jumbotron h2,
    .jumbotron h3,
    .jumbotron p {
        width: 94%;        
    }    
}

/* PSB-20 */

.social-media i {
    width: 30px;
}
a.facebook, a.twitter {
    color: #fff;
}
a.twitter:hover, 
a.twitter:active, 
a.twitter:focus {
    color: #1da1f2;
}
a.facebook:hover, 
a.facebook:active, 
a.facebook:focus {
    color: #3b5998;
}
.footer-section .col-sm-4 .frame:first-of-type {
    margin-bottom: 0 !important;
}
div#c320 {
    margin-top: 25px;
}
.news.news-single .facebook {
    display: none;
}
/* PSB-20 Social Media Flyout */
.social-media-fly {
    position: absolute;
    top: 200px;
    right: 0;
}
.social-media-fly .facebook,
.social-media-fly .twitter {
    color: #fff;
    width: 250px;
    position: fixed;
    right: -200px;
    background: #f9d523;
    padding-left: 15px;
}
.social-media-fly .twitter {
    margin-top: 30px;

}
.social-media-fly .facebook:hover,
.social-media-fly .twitter:hover{
    right: 0;
    transition: 0.7s;
    color: #333;
}
.social-media-fly a .fa {
    width: 40px;
    height: 50px;
    font-size: 26px;
    padding: 15px 0;
}
span.facebook-txt,
span.twitter-txt {
    position: absolute;
    top: 15px;
}

.social-media-fly a.facebook:active,
.social-media-fly a.facebook:focus,
.social-media-fly a.twitter:active,
.social-media-fly a.twitter:focus {
    color: inherit;
}
.social-media-fly {
    top: 250px;
}

@media screen and (max-width: 991px) {
   .social-media-fly {
      top: 100px;
   }    
}
/*iPad-Bug bei absoluter Positionierung ausserhalb vom Viewport*/
body{
overflow-x: hidden; 
width:100%;
}