/*custom-bs.css*/
/* Webfont Bliss
-----------------------------------------------------------------------------*/

@font-face {
font-family: 'Bliss2-Bold';
    src: url('../webfont/Bliss2-Bold.eot?#iefix') format('embedded-opentype'),
         url('../webfont/Bliss2-Bold.otf')  format('opentype'),
         url('../webfont/Bliss2-Bold.woff') format('woff'),
         url('../webfont/Bliss2-Bold.ttf')  format('truetype'),
         url('../webfont/Bliss2-Bold.svg#Bliss2-Bold') format('svg');
         font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss2-Light';
    src: url('../webfont/Bliss2-Light.eot?#iefix') format('embedded-opentype'),
         url('../webfont/Bliss2-Light.otf') format('opentype'),
         url('../webfont/Bliss2-Light.woff') format('woff'),
         url('../webfont/Bliss2-Light.ttf') format('truetype'),
         url('../webfont/Bliss2-Light.svg#Bliss2-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  height: 100%;
  background-repeat:no-repeat;
  background-color:#E3E3E3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

h1{
  font-size: 24px;
  font-family:'Bliss2-Light',sans-serif;
  color: #000;
}
h2{
  font-size: 18px;
  font-family:'Bliss2-Light',sans-serif;
  margin:8px 0px;
}
h3{
  font-size: 16px;
  font-family:'Bliss2-Bold',sans-serif;
  margin:8px 0px;
}

.txt-bold20{
  font-size:18px;
  font-family:'Bliss2-Bold',sans-serif;
  }

.txt-light24{
  font-size:24px;
  font-family:'Bliss2-Light',sans-serif;
  }


.box-top,.box-content{
  max-width: 1064px;
  padding: 0px 10px 0px 10px;
}
.box-top{
  padding:0;
  margin: auto;
}
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
/* Boxen vordefinieren */

.box1{
  height: 100%;
  padding: 0;
  background-color: #B3B3B3;
  margin-right: 2px;
  margin-bottom: 2px;
}
.box1 a, .box5 a{
  color:#000;
}
.box3 a, .box4 a{
  color:#fff;
}

.box-content object{
  max-width: 100%;
  max-height:100%;
}
.box2{
  background-color:#fff;
  padding: 0;
  margin-left: 2px;

}
.box3{
  background-color:#4D4D4D;
  padding: 0;
  color: #fff;
  margin-left: 2px;
  
}
.box4{
  
  background-color:#808080;
  padding: 0;
  color: #fff;
  margin-right: 2px;
  
}  
.box5{
  background-color:#fff;
  padding: 0;
  border-top : solid 4px #E3E3E3;
 margin-left: 2px;
  
}  
.box5 img{
  padding-left: 4px;
  
}

#icons-rechts {
  position:absolute;
  left:825px;
  top:0px;
  height:35px;
  width:35px;
  background-image: url(../images/icons.png);
  background-repeat:no-repeat;
  background-position:   0   0; /* Menu */
  background-position: -35px 0; /* Home */
  background-position: -70px 0; /* Lupe */
  background-position:-105px 0; /* Info */
  background-position: -70px 0; /* Lupe */
  display: none;
  }

#lupe-kl {
  position:absolute;
  right: 9px;
  top: 9px;
  border:none;
}
#lupe {
  position:absolute;
  
  top:0px;
  height:35px;
  width:35px;
  background-image: url(../images/icons.png);
  background-repeat:no-repeat;
  background-position: -70px 0; /* Lupe */
  display: block;
  
  }

#lupe a{
  display=block;
  width:35px;
  height:35px;
}

.infobutton {
  position:absolute;
  
  top:0px;
  height:35px;
  width:35px;
  background-image: url(../images/icons.png);
  background-repeat:no-repeat;
  background-position: -105px 0; /* Lupe */
  display: block;
}
.infobutton a{
  display=block;
  width:35px;
  height:35px;
}

.info{
  font-weight: bold;
  color: green;
}

#icons-links {
  position:absolute;
  left:0px;
  top:0px;
  height:35px;
  width:35px;
  background-image: url(../images/icons.png);
  background-repeat:no-repeat;
  background-position:   0   0; /* Menu */
  background-position: -35px 0; /* Home */
  background-position: -70px 0; /* Lupe */
  background-position:-105px 0; /* Info */
  background-position:  0    0; /* Menu */
  display: block;
  }


@media (min-width: 0px) {
  
  .box-content{
    margin-top: 0px;
    background-color: #e3e3e3;
  }
  .box-content .cwrapper{
    overflow:hidden;
  }
  .box-content .cwrapper .col-sm-6 , .box-content .cwrapper .col-md-5, .box-content .cwrapper .col-sm-10,.box-content .cwrapper .col-xs-12,.box-content .cwrapper .col-md-10,.box-content .cwrapper .col-sm-12 {
    background-color: #fff;
    padding-bottom:1800px; 
    margin-bottom:-1800px;
  }
  .box-content .cwrapper .col-right .row-images, .box-content .cwrapper .col-right .col-image{
    background-color:#efefef;
  }
  .box-content .cwrapper .col-right .row-images:first-child{
    /*border-left: solid 1px darkgray;
    border-right: solid 1px darkgray;
    border-bottom: solid 1px darkgray;
    border-right: solid 1px #fff;*/
    padding-bottom:2px;
  }
  .box-content .cwrapper .col-right .row-images:last-child{
    padding-top:2px;
    /*border-right: solid 2px #fff;*/
  }
  .row-images .col-image:first-child{
    padding-right:2px;
  }
  .row-images .col-image:last-child{
    padding-left:2px;
  }
  .image {
    margin-bottom: 0px;
  }
  .image .caption {
    padding: 3px 10px 0px 10px;
    color:#333;
    font-size: 0.8em;
  }
  .box-content .cwrapper .row-images .col-sm-6,.box-content .cwrapper .row-images .col-mdm-6{
    padding-bottom:0px; 
    margin-bottom:0px;
  }
  .content{
    border:solid 1px blue;

    float:none;
  }
  .footer .col-sm-12{background-color:#e3e3e3;}  
  .box-content .col-sm-6, .box-content .col-md-5, .box-content .col-sm-12,.box-content .col-md-10, .tx-pg-events .col-xs-6,.row{
    margin:0px;
    padding:0px;
  }
  .box1, .box2,.box3, .box4,.box5{
    padding: 0;
  }
  .navbar-collapse, .navbar{
    padding: 0px;
    margin-top:0px;
  } 
  .box1,.box2{
    margin-top:2px;
  }
  .lpb-logo{
    margin-top: 50px;
    margin-left: -5px;
  }
  .navbar-top{
    border-radius: 0px;
    margin-left: 0px;
    width:100%;
  }
  #lupe{
    right:35px;
    height: 35px;
  }
  .infobutton{
    right:0px;
    margin-top:0px;
    margin-right:-1px;
    height: 35px;
  }
  .thema{
    padding: 15px;
  }
  .thema p.txt-caps11, .box5 h1{
    font-weight: bold;
    font-size: 12px;
  }
  .navbar-inverse .navbar-nav .open .dropdown .dropdown-menu  > li:last-child > a{
    border-bottom: 1px solid #4EA8D9;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu  > li > a {
    color: #020202;
    background-color: #f9f9f9;
     padding: 8px 20px 10px 30px;
  }
  .navbar-inverse .navbar-nav .open .dropdown .dropdown-menu  > li > a {
     background-color: #f1f1f1;
     padding: 8px 20px 10px 40px;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown .dropdown .dropdown-menu  > li > a {
       background-color: #eee;
       padding: 8px 20px 10px 50px;
  }
  .navbar-inverse .navbar-nav .open .dropdown .dropdown .dropdown .dropdown-menu  > li > a {
       background-color: #e1e1e1;
       padding: 8px 20px 10px 60px;
  }
  .abbinder{
      line-height:36px;
      margin-bottom:1px;
  }
}


@media (max-width: 767px){
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #000;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
    background-color: #fff;
  }
}

.rlp-logo{
  margin-top: 110px;
}
/* Grenzen bei Bootstrap: xs < 768, sm >=768, md >=992, lg >=1200 */
@media (min-width: 300px) {
  
  .navbar-top{
    border-radius: 0px;
    
  }
  
}

@media (min-width: 768px) {
  .caret{display:none;}
  .lpb-logo{
    margin-top: 0px;
  }
  .rlp-logo{
    margin-top: 116px;
    margin-left: 5px;

  }
  .box4{
    margin-top: -212px;

  }
  .box5{
    margin-top: 0px;
  }
  .box1,.box3,.box4{
    height: 428px;
  }
  .box2,.box5{
    height:214px;
  }
  .box1,.box4{
    margin-bottom: 2px;
  }
  .box2, .box3{
    background-color:#E3E3E3;
    margin-bottom: 2px;
    
  }
  
  .box1 .thema{
    background-color:#B3B3B3;
  }  
  .box3{
    margin-top: 2px;
    margin-bottom: 2px;
    
    background-color:#4D4D4D;
  }
  .box4{
    background-color:#808080;
    margin-top: -214px;
  }
  .box5 .thema{
    background-color:#fff;
    height: 100%;
  }  
  .box-content .thema{
    padding-bottom: 24px;
    line-height: 18px;
    padding:15px 25px 10px 27px;
  }
  
  .navbar-top{
    border-radius: 0px;
    margin-left: -5px;
    width: 730px;
  }
  #icons-rechts{
    display: block;
  }
  .box1,.box3,.box4,.box5{
    font-size: 12px;
  }
  .box-content .col-md-10{background-color:#fff;}  
  .infobutton {
    margin-top: -1px;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #020202;
    background-color: #f9f9f9;
    padding: 8px 20px 10px 20px;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown .dropdown-menu  > li > a {
       background-color: #eee;
       padding: 8px 20px 10px 20px;
  }
  .navbar-inverse .navbar-nav .open .dropdown .dropdown .dropdown-menu  > li > a {
       background-color: #eee;
       padding: 8px 20px 10px 20px;
  }
  .navbar-inverse .navbar-nav .open .dropdown .dropdown .dropdown .dropdown-menu  > li > a {
      background-color: #e1e1e1;
       padding: 8px 20px 10px 20px;
  }
  
}

@media (max-width: 991px) {
  #lupe-kl{
    display:none;
  }
  .tx-indexedsearch-searchbox-sword{
    display:none;
  }
}
  
@media (min-width: 992px) {
  .box-content .col-md-10{background-color:#fff;}  
  .lpb-logo{
    margin-top: 0px;
  }
  .rlp-logo{
    margin-top:115px;
    margin-left:-38px;
    width:124px;
  }
  
  .box3{
    margin-top: 3px;
    
  }
  .box4{
    margin-top: -356px;
    
  }
  .box5{
    margin-top: -142px;
  }
  .navbar-top{
    border-radius: 0px;
    margin-left: -5px;
    width: 790px;
    
  }
  
  .infobutton{
    display:none;
  }
  #lupe{
    right: 0px;
    display:none;
  }
  .box1,.box3,.box4,.box5{
    font-size: 14px;
  }
  .thema p.txt-caps11, .box5 h1{
    font-size: 14px;
  }
  div.navcontainer{
    padding-left:16px;
  }
  .abbinder{
    line-height: 38px;
  }

}


@media (min-width: 1200px) {
  
  
  .navbar-top{
    border-radius: 0px;
    margin-left: 45px;
    width: 870px;
  }
  div.navcontainer{
    padding-left:18px;
  }
  
}

.aussen{
  height:800px;
  width:200px;
  padding: 10px 0px 0px 0px;
  margin-top: -225px;
}
.aussen-main{
  height:800px;
  padding: 0px 0px 0px 15px;
  
}
.aussen p, .aussen-main p{
  margin-bottom: 5px;
}
.aussen .col-image, .aussen .row-images, .aussen-main .col-image, .aussen-main .row-images{
  margin:0;
  padding:0;
}
.aussen figure.image,.ausse-main figure.image{
  margin-bottom: 5px;
}
.box2,.box5{
  height: 214px;
  
}

#simplemodal-data{
  
  background-color: #E3E3E3;
    border: solid 4px #1E2E81;
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
    width: 240px;
    float: right;
}

.hidden4info{
  border: solid 4px #1E2E81;
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
    width: 240px;
  display:none;
  background-color: #e3e3e3;

}

/* Farben Boxen */

  

.navbar-top{
  
  max-width: 1064px;
  height:35px;
}
.navbar, .navbar-top {
  margin-bottom:2px;
}

.navbar-header{
  max-width: 1064px;
  height:32px;
}
.navbar{
  min-height:35px;
}
.navbar-nav > li > a {
  padding: 7px 0px 0px 20px;
  color:#fff;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand  {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-brand:hover{
    color:#4EA8D9;
}
.navbar-brand {
    float: left;
    font-size: 12px;
    height: 35px;
    
    padding: 7px 0px 0px 20px;
}





div> li > a {
    color: #fff;
    background-color: green;
}
div.in ul.lpb-topnav {
    position: absolute;
    left: 0px;
    margin-top: 36px;
    float: left;
    margin-left:0px;
    background-color: #fff;
    width:100%;
  
}
div.in ul.lpb-topnav a{
  display: block;
  color: #000;
  line-height: 30px;
}
div.in ul.lpb-topnav  li {
    
    
    font-size: 14px;
    border-bottom: 1px solid #000;
}
div.in ul.lpb-topnav li:last-child {
    border-bottom: none;
}

.lpb-img-re img{
     float:right;
}
.box5 img.img-responsive{
     float:right;
}

.txt-caps11{
  font-size:11px;
  text-transform: uppercase;
  }
.txt-bold{
  font-weight:bold;
}


/*accordion*/
#accordion{
  
  margin-top:2px;
  padding-left: 2px;
  z-index: 2;
  
  padding-right: 0px;
}

.ui-accordion .ui-accordion-header {
  width:100%;
  overflow:hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color:#1e2e81;
  border-bottom: 1px solid #e3e3e3;
  height: 58px;
  }

.ui-accordion-header div {
  float:left;
  height: 58px;
  
}
.ui-accordion .ui-accordion-content {
  height: 200px;
  width: 100%;
  background-color: #E3E3E3;
  border: none;
  padding: 12px 30px 0px 30px;
  }
  
.ui-accordion .ui-accordion-icons {
  padding:0;
  
}

.ui-icon{
  display:none;
} 

.ui-state-default {
    background:none;
    border: none
    color: #000;
    font-weight: normal;
}


.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
}
.txt-copy11{
  font-size:11px;
  }

.txt-caps11{
  font-size:11px;
  text-transform: uppercase;
  }
.box5 h1{
  text-transform: uppercase;
  margin-top:0;
}
.txt-auth11{
  font-size:11px;
  font-style: italic;
  }

.txt-copy12{
  font-size:12px;
}



.ui-accordion-content p.txt-copy12 {
  padding-bottom: 24px;
  line-height: 18px;
  }
.links {
  display:block;
  float: left;
  width:33%;
  height:100%;
  padding: 2px 0 0 20px; /* Smartphone */
  /*padding: 2px 0 0 32px;*/ /* Desktop */
  background-color:#4EA8D9;
  line-height: 18px;
  min-height:58px; /* plus */
  }

.rechts{
  float: left;
  width:67%;
  background-color:#1e2e81;
  line-height: 20px;
  padding: 4px 0 0 12px;
  min-height:58px; /* plus */
  }
.rechts p.txt-copy12{

  line-height: 15px;
  }

.col-hb{
  color:#4EA8D9;
  }
.col-sw{
  color:#000000;
  }
.col-ws{
  color:#ffffff;
  }



.item .thema {
  padding-bottom: 24px;
  line-height: 18px;
  padding:15px 25px 10px 27px;

  }

.thema .txt-caps11, .box5 h1{
  padding-bottom: 0.6em;
}
.rechts .txt-caps11{
  line-height: 14px;
}
.rechts ul{
  margin-top: 5px;
}
.rechts ul li{
  list-style-type: none;
}
.rechts ul li .kat{
  display: none;
  text-transform: none;
}
.rechts ul li:first-child .kat{
  display: inline;
}
.txt-small {
  font-size:10px;
  vertical-align:baseline;
  }

.veranst .thema {
  padding-bottom: 24px;
  line-height: 15px;
  padding:5px 25px 5px 27px;
  }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ui-widget-content{
    display: block;
    background: none;
}
.ui-widget-content a{
    
    color: #337ab7;
    text-decoration: none;

}
.ui-widget-content a:hover{
    color: #49529F;
    text-decoration: underline;
}
p {
    margin: 0;
}


/* Pseudoklassen Abbinder (auf hellblauem Fond)
-----------------------------------------------------------------------------*/
.abbinder {
    display: block;
    
    background-color: #4ea8d9;
  
    padding: 0px 0px 0px 20px;
    width: 100%;
    

}

.abbinder a {
  text-decoration:none;
  }
.abbinder a:link {
  color:#ffffff;
  font-weight:400;
  }
.abbinder a:visited {
  color:#ffffff;
  font-weight:400;
  }
.abbinder a:hover {
  color:#1e2e81;
  font-weight:400;
  }
.abbinder a:active {
  color:#1e2e81;
  outline:none;
  font-weight:400;
  }
.abbinder a:focus {
  outline:none;
  color:#1e2e81;
  font-weight:400;
  }
#footer-text {
  overflow:hidden;
  font-size: 10px;
  
  margin-left:2px;
  line-height: 12px;
  padding-top: 10px;
  }
.footer .col-xs-12{
  padding:0;
}
  
/* Menu */  

li.dropdown a{
  display: block;
  height: 35px;
  background-color:#000;
  color:#fff;
}

li.open ul li a{
  display: block;
  height: 35px;
  background-color:#fff;
  color:#000;
}
nav ul.dropdown-menu > li > a{
    height: 35px;
    border-bottom: 1px solid #4EA8D9;
    padding: 8px 10px 3px 20px;
  
}

.navbar-inverse {
    background-color: #000;
}
.navbar-inverse .navbar-nav > li > a {
  height: 35px;
  padding: 10px 10px 3px 20px;
  border: solid 1px #000;
  display:block;
  color: #fff;
  background-color:#000;
  margin-top: -1px;
}

.navbar-inverse .navbar-nav > ul.level2 > li > a{
  color:#000;
  padding-left: 30px;
}
.navbar-inverse .navbar-nav > ul.level3 > li > a{
  color:#000;
  padding-left: 40px;
}
.navbar-inverse .navbar-nav > ul.level4 > li > a{
  color:#000;
  padding-left: 50px;
}





ul.level3{
  margin-top: -3px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > ul.level4 li > a {
     padding: 8px 20px 10px 60px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff;
    color: #020202;
}
ul.dropdown-menu > li:last-child > a{
  border-bottom:none;
}


button.navbar-toggle{
  float: left;
  height:35px;
  margin: 0px 15px 10px 20px;

  margin-bottom:0px;
}





.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-1px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

div#navbar.in{
  width:100%;
}

ul.navbar-nav{
  margin-top: 0px;
  margin-left: 0px; 
  
}


.navbar-inverse .in .navbar-nav > li > a  {
  background-color: #fff;
  color: #000;
}

.dropdown-menu{
  padding: 0;
  font-size: 12px;
}
li.dropdown-submenu > a {
  background-color: #fff;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 540px;
}

.event-container h1.bg-hb {
  margin: 0px;
}
.event p, #accordion p{
  margin:0px;
}
@media (min-width: 0px) {
  .tx-ttaddress-pi1 .container,.tx-pg-productsearch .container,.tx-pg-events .container{
  
    padding: 0px;
    border-bottom: 1px solid #000;
  
  }
  div.event-container{
    display: block;
    margin: 0px 0px 0px -25px;
    padding: 0px;
    border-top: 1px solid #E3E3E3;
  }
  .tx-pg-events .event-desc{
    border-top: 1px solid #B3B3B3;
    font-size: 12px;
    padding: 4px 4px 4px 10px;
  }
  .tx-pg-events .col-xs-12 .event-desc{
    margin: 0px -15px 0px -15px;
  }
  .tx-pg-events .event-desc a{
    font-weight: bold;
    color: #1E2E81;
  }
  .tx-pg-events .col-xs-12{
    padding:0;
    margin:0;
  }
  div.product{
  margin: 20px 10px 10px 10%;
  color: #000;
  font-weight: normal;
  }
  
}
@media (min-width: 768px) {
  .tx-ttaddress-pi1 .container,.tx-pg-productsearch .container,.tx-pg-events .container{
    /*width: 720px;*/
  }
  td.pg_events_cal{font-size: 9px;}
  .tx-pg-events .event-desc{
    border-top: none;
    
  }
  div.product{
  margin: 20px 10px 10px 30%;
  color: #000;
  font-weight: normal;
  }
}



@media (min-width: 992px) {
  .tx-ttaddress-pi1 .container,.tx-pg-productsearch .container,.tx-pg-events .container{
    /*width: 783px;*/
  }
  

}



@media (min-width: 1200px) {
  .tx-ttaddress-pi1 .container,.tx-pg-productsearch .container,.tx-pg-events .container{
    /*width: 862px;*/
    margin-left: -15px;
  }
  td.pg_events_cal{font-size: 10px;}
}
.lpb-team-img{
  margin: 0px;
  padding:0px;

  
}
.lpb-team-img img{
  float: right;
}
.lpb-team1{

  float: left;
  font-weight: bold;
  color: #1E2E81;
  padding-left: 15px;
  padding-top: 15px;
  font-size: 14px;
  
}
.lpb-team2{
  
  padding-top: 15px;
  font-size: 14px;
  
}


.lpb-team1 ul{
  margin-left: 15px;
}
.lpb-team1 ul li{
  color: #000;
  font-weight: normal;
}
.tx-pg-productsearch h2 {
  margin: 0px 0px 0px 0px;  
}
.tx-pg-productsearch h2 a, .tx-pg-productsearch h4{ 
  font-weight: bold;
  font-size: 16px;
  color: #000;
  
}
.tx-pg-productsearch h3{ 
  font-weight: normal;
  font-size: 16px;
  color: #1E2E81;
  margin: 0px;  
}


td.td100{
  display: block;
  width: 140px;
}

input.cart{
  border: solid 1px #1E2E81;
  vertical-align: top
}
span.header{
  float: left;
  display: block;
  width: 140px;
}
span.header2{
  float: left;
  display: block;
  width: 100px;
}
img.cartimage { margin-left: 20px; display: inline; vertical-align: top;}

.container .tx-pg-events .container .event-date{
  padding-right: 0px;
}
.event-date{
  display:block;
  background-color:#4EA8D9;
}
.event-date .rechts{
  height:auto;
  min-height:62px;
}
div.event{ border-bottom: 1px solid #AEAEAE;}
div.series{margin-top: 12px;}
.content-inner{
  padding:0px 0px 25px 25px;
  min-height:800px;
  background-color: #fff;
}
.content-inner .col-xs-12{
  margin:0px;
  padding: 0px;
}
.content-inner ul{
  margin-left:10px;
}
.content-inner ol{
  margin-left:15px;
}
.content-inner p,.content-inner h1, .content-inner h2, .content-inner h3, .content-inner h4, .content-inner h5, .content-inner h6, .content-inner .Tx-Formhandler{
  margin-right:10px;
}
.tx-ttaddress-pi1 .event{
  margin: 0px 0px 0px -25px;
}
.event-block1{
  background-image: url(../images/event-bg1.gif);
  background-position: -15px 0px; 
  background-repeat: repeat-y;
  display:block;
}
.event-block1, .zusatzinfo{
  margin-right: 0px;
  display:block;
  padding-left: 0px;
}
.event-block1 img{
  float: right;
}
.zusatzinfo{
  font-size: 11px;
  padding: 20px 20px 20px 0px;
}
.content-inner .event-block1 p{
  margin:0;
}
.event-block1 .type-img{
  display: block;
  background-color: #fff;
  float: left;
  height: 100%
  width:20%;
  min-height: 58px;
}
.event-block1 .links{
  width:30%;
  height: 100%;
}
.event-block1 .rechts{
  width:50%;
  padding-top:2px;
}
.event-detail{
  padding: 15px 15px 15px 5px;
}

.event-detail h1, .anmeldung h1{
   font-size: 1.2em;
   color: #1e2e81;
   font-weight: bold;
}
.Tx-Formhandler{
  margin: 10px 0px;
  
  padding: 10px;
  background-color:#EFEFEF;
}
.anmeldung{padding: 0px;}

input, select, textarea{
  border: solid 1px #57B2E1;
  margin: 1px 0px;
}

table.pg-events{
  font-size:12px;
  border-spacing: 0;
}
table.pg-events tr:nth-child(even){
  background-color: #fefefe;
}
table.pg-events tr:nth-child(odd){
  background-color: #e3e3e3;
}
table.pg-events td{
  padding: 3px;
}
.tx-srfreecap-pi1-cant-read{
  text-indent: 10px;
}
@media (max-width: 640px) {
  .box5 img.img-responsive{
    width:50%;
  }
  .box5{height:100%;}
  .txt-bold20{font-size:16px;}
  .links{padding-left:15px;}
}

.img-wrap::before, .img-below::before, .img-above::before, .img-beside::before, .img-intext::before, .img-wrap::after, .img-below::after, .img-above::after, .img-beside::after, .img-intext::after {
    content: " ";
    display: table;
    background-color:#e3e3e3;
}
h1.bg-hb {
  display:block;
  border-top: solid 1px #B3B3B3;
  border-bottom: solid 1px #B3B3B3;
  background-color: #57B2E1;
  margin: 0px 0px 0px -25px;
  padding: 5px 15px 5px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.ansprechpartner{
  background-color: #1E2E81;
  color: #fff;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 10px;  
}

.ansprechpartner a,.ansprechpartner h1, .boxgray-img a, .boxgray-img h1  {
  color:#fff;
}
p, ul{
  margin-bottom:8px;
}
.ansprechpartner .img-beside-right .img-wrap {
  max-width:100%;
}
.ansprechpartner h1, .boxgray h1, .boxgray-img h1{
  
  margin-top:5px;
}
.ansprechpartner a:hover,.ansprechpartner a:active, .boxgray-img a:hover,.boxgray-img a:active {
  color:#57B2E1;
}

.boxblue ,.boxblue-img,.boxgray, .boxgray-img,.caption{
  background-color:#57B2E1;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 10px 10px;
}
.boxblue-img img, .boxgray-img img{
  margin-bottom:-10px;
}
.boxblue h1, .boxblue-img h1,.boxgray h1, .boxgray-img h1{
  margin-top: 0px;
  padding-top: 5px;
}
.caption{
  background-color:#efefef;
}
.boxgray, .boxgray-img{
  color:#fff;
  background-color:#808080;
}
.boxblue h1,.boxblue-img h1,.boxblue a,.boxblue-img a {
color: #fff;  
}
.img-beside-left .image{
  margin: 0px 15px 5px 0px;
}


.caption{
  font-size: 10px;
  color:#333;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: -10px;;
    margin-right: 0;
}

.news-single .article .news-img-wrap {
    float: right;
    margin: 0px 0px 0px 10px;
   
}
.news-single .article .news-img-wrap img{
  margin-bottom:4px;
}
.ignore-beside .img-beside-left .img-wrap, .ignore-beside .img-beside-right .img-wrap,.ignore-beside .img-intext-left .img-wrap, .ignore-beside .img-intext-right .img-wrap {
    float: right;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 15px;
    margin-right: 0px;
}
.aussen .img-beside .img-wrap{
    max-width: 100%;
}
input[type="submit"] { 
  padding:3px; 
  margin-right:3px;  
}
.ignore-beside .img-beside-left .image{
  margin: 0px;
  padding: 0px;
}

.news .article .news-img-wrap a {
    background: #fff none repeat scroll 0 0;
    border: none;
    display: block;
    float: left;
    padding: 0px;
    
}
.tx-ttaddress-pi1 .img-beside{
  max-width: 50%;
}
.tx-ttaddress-pi1 .img-right{
  float:right;
}

.box5 .img-beside-left .img-wrap, .box5 .img-beside-right .img-wrap, .box5 .img-intext-left .img-wrap, .box5 .img-intext-right .img-wrap {
   
    padding-left: 0px;
    padding-right: 0px;
}
.box5 .img-beside-right .img-wrap, .box5 .img-intext-right .img-wrap {
    margin-right: 0px;
}

.box5 img.img-intext, .box5 img.img-beside{
   height: 214px;
  
}
.box5 .image >a img, .box5 .image > img{
   max-height: 214px;
   max-width: 214px;
   float: right;
}

.boxgray h1, .boxgray-img h1{
  padding-top:5px;
}
.tx-indexedsearch-searchbox-sword{
  position:absolute;
  right:35px;

  background-color:#E3E3E3;
  margin-top: 8px;
}


.img-left{
  float:left;
  width:50%;
}
.img-right{
  float:right;
  width:50%;
}