

p {
    margin: 0 0 3px;
}
.image {
    margin-bottom: 4px;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    text-transform: none;
    font-weight: 600;
}

nav.navbar-collapse {
    padding-left: 10px;
}

header.navbar {
}
header.navbar > div.container {
    padding: 0;
}
div.startbox.col-xs-12.visible-sm.visible-xs.filialbutton {
  padding: 0 20px;

}
div.startbox.col-xs-12.visible-sm.visible-xs.filialbutton a {
    line-height: 2em;
}
/*************/
/*   Navi    */
/*************/
.dropdown-menu {
    background: #4566a5 none repeat scroll 0 0;
    transition: opacity 0.25s ease-in-out 0s;

}
.dropdown-menu > li > a {
    color: #ffffff;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:3px;
    margin-left:-5px;
/*    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;*/
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.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:#ffffff;
}
@media (max-width: 991px) {

    .dropdown-submenu>.dropdown-menu {
        display:block;
        margin-left:10%;
    }

}

@media (min-width: 992px) {
    .navbar-header .container {
        padding-top: 12px;
    }
    .navbar-brand {
        float: right;
    }
    .adh-logo a img {
        margin-top: 13px;
    }
    .filialen {
        margin: 6px 0 0;
    }
    .filialen a {
        color: #000;
        text-decoration: none;
        float: left;
    }
  .filtxt { width: 42%;}
  .filtel { width: 40%;}

  
    .filialen a h4 {
        line-height: 26px;
        margin: 0;
        font-weight: 700;
        font-size: 16px;
    }
    .filialen a img {
        float: left;
    }

    /* HauptNavi */
    .navbar-main {
        float: left;
    }
    .navbar-main > li > a {
        line-height: 44px;
        font-weight: normal;
    }
    .navbar-header-main .navbar-brand {
        height: 88px;
        line-height: 88px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #777777;
        font-size: 101%;
    }
    .navbar-bottom .navbar-main > li > a .bar {
        background: #16417a none repeat scroll 0 0;
        transition: opacity 0.25s ease-in-out 0s;
    }
    .navbar-bottom .navbar-main > li > a .bar {
        bottom: 0px;
        top: auto;
    }
    nav.navbar-collapse {
        padding-left: 0px;
    }

}
/*###########################################*/
/*#                                         #*/
/*#   Teaser                                #*/
/*#                                         #*/
/*#                                         #*/
/*###########################################*/

.teaser-section {
    max-width: 100%;
    height: 7.8125%;
    background-color: #3b7bbc;
}
.teaser-section h1 {
    color: #ffffff;
    margin: 14px 0;
    /*padding: 0 10px;*/
    font-size: 23px;
    font-weight: 600;
}
/*###########################################*/
/*#                                         #*/
/*#   Carousel                              #*/
/*#                                         #*/
/*#                                         #*/
/*###########################################*/
.carousel-small .carousel-inner .item {
    height: 150px;
}
.carousel-inner .valign > .vcontainer {
    display: table-cell;
    vertical-align: bottom;
}
.carousel-inner h1,
.carousel-inner h2,
.carousel-inner h3,
.carousel-inner h4,
.carousel-inner h5,
.carousel-inner h6 {
    font-size: 15px;
    margin-bottom: 3px;
}
.carousel-inner p {
    font-size: 13px;
    margin-bottom: 3px;
}

@media (min-width: 480px) {
    .carousel-small .carousel-inner .item {
        height: 200px;
    }
    .carousel-inner h1,
    .carousel-inner h2,
    .carousel-inner h3,
    .carousel-inner h4,
    .carousel-inner h5,
    .carousel-inner h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .carousel-inner p {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .carousel-small .carousel-inner .item {
        height: 300px;
    }
    .carousel-inner h1,
    .carousel-inner h2,
    .carousel-inner h3,
    .carousel-inner h4,
    .carousel-inner h5,
    .carousel-inner h6 {
        font-size: 18px;
    }
    .carousel-inner p {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .carousel-small .carousel-inner .item {
        height: 350px;
    }
    .carousel-inner h1,
    .carousel-inner h2,
    .carousel-inner h3,
    .carousel-inner h4,
    .carousel-inner h5,
    .carousel-inner h6 {
        font-size: 21px;
    }
    .carousel-inner p {
        font-size: 19px;
    }
}
@media (min-width: 1200px) {
    .carousel-small .carousel-inner .item {
        height: 400px;
    }
    .carousel-inner h1,
    .carousel-inner h2,
    .carousel-inner h3,
    .carousel-inner h4,
    .carousel-inner h5,
    .carousel-inner h6 {
        font-size: 24px;
        margin-bottom: 13px;
    }
    .carousel-inner p {
        font-size: 22px;
        margin-bottom: 13px;
    }
}


/*###########################################*/
/*#                                         #*/
/*#   Startseite Boxen                      #*/
/*#                                         #*/
/*#                                         #*/
/*###########################################*/
div#content.main-section div.startbox > div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11396e+0,1e5198+100 */
    background: rgb(17,57,110); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(17,57,110,1) 0%, rgba(30,81,152,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11396e', endColorstr='#1e5198',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #FFFFFF;
    margin-top: 20px;
    padding-top: 1px;
    padding-bottom: 15px;
}
div#content.main-section div.startbox h2{
    font-size: 24px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
}
div#content.main-section div.startbox p {
    margin-left: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 24px;
    font-weight: 500;
}
div#content.main-section div.startbox a {
  color: #fff;
}
div#content.main-section div.startbox .image {
    margin-bottom: 0px;
}
div#content.main-section .startbox > div#c1131{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,ff6030+100 */
    background: #cc0000; /* Old browsers */
    background: -moz-linear-gradient(45deg, #cc0000 0%, #ff6030 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #cc0000 0%,#ff6030 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #cc0000 0%,#ff6030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff6030',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
div#content.main-section .startbox > div#c1130{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f78000+0,febf01+100 */
    background: #f78000; /* Old browsers */
    background: -moz-linear-gradient(45deg, #f78000 0%, #febf01 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f78000 0%,#febf01 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f78000 0%,#febf01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78000', endColorstr='#febf01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
div#content.main-section .startbox > div#c1129{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,474747+87,b7b7b7+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(71,71,71,1) 87%, rgba(183,183,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(71,71,71,1) 87%,rgba(183,183,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(71,71,71,1) 87%,rgba(183,183,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b7b7b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

div#content.main-section .startbox > div#c1126,
div#content.main-section .startbox > div#c1127,
div#content.main-section .startbox > div#c1128 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#727272+0,b2b2b2+100 */
    background: rgb(114,114,114); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(114,114,114,1) 0%, rgba(178,178,178,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(114,114,114,1) 0%,rgba(178,178,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(114,114,114,1) 0%,rgba(178,178,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
div#content.main-section .startbox > div#c8 p{
  font-size: 17px;
  margin: 17px 20px;
}

/*
Bauseite
*/
div#content.main-section div#c2042 div.startbox:nth-child(1) > div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11396e+0,1e5198+100 */
    background: rgb(17,57,110); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(17,57,110,1) 0%, rgba(30,81,152,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11396e', endColorstr='#1e5198',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #FFFFFF;
    margin-top: 20px;
    padding-top: 1px;
}
div#content.main-section div#c2042 div.startbox:nth-child(2) > div {
    background: rgb(80,80,80); /* Old browsers */
    color: #FFFFFF;
    margin-top: 20px;
    padding-top: 1px;
}
div#content.main-section div#c2042 div.startbox:nth-child(3)> div {
    background: rgb(0,0,0); /* Old browsers */
    color: #FFFFFF;
    margin-top: 20px;
    padding-top: 1px;
}



@media (max-width: 1199px) {
    div#content.main-section div.startbox h2{
        font-size: 20px;
    }
    div#content.main-section div.startbox p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    div#content.main-section div.startbox h2{
        font-size: 15px;
    }
    div#content.main-section div.startbox p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    div#content.main-section div.startbox h2{
        font-size: 20px;
    }
    div#content.main-section div.startbox p {
        font-size: 20px;
    }
}

/*############################################*/
/*                                            */
/*            Content Main                    */
/*                                            */
/*############################################*/
.main-section {
    margin-top: 2px;
}

.tx-dce-pi1 .row img {
    max-width: 100%;
    height: auto;
}

/*############################################*/
/*                                            */
/*            Tabellen AP                     */
/*                                            */
/*############################################*/
.w75p {
    width:69%;
}
/*############################################*/
/*            Footer                          */
/*############################################*/
/*############################################*/
.footer-section  {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11396e+0,1e5198+100 */
    background: rgb(17,57,110); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(17,57,110,1) 0%, rgba(30,81,152,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11396e', endColorstr='#1e5198',GradientType=0 ); /* IE6-9 */
    font-size: 85%;
    color: #FFFFFF;
    border-top: 0px solid #dddddd;
    padding: 20px 0 39px;

}
.footer-section a:hover {
    color: #f78000 ;
}
@media (max-width: 991px) {
    .footer-section  {
        font-size: 85%;
    }
}
@media (max-width: 767px) {
    .footer-section  {
        font-size: 80%;
    }
}

.seven-cols {
    margin: 5px 0 1px 0;
}

@media (min-width: 992px) {
    .seven-cols {
        margin: 24px 0 2px 0;
    }
}
.seven-cols img {
    /*border-top: 1px solid #aaaaaa;*/
    border-left: 2px solid #aaaaaa;
    border-bottom: 3px solid #aaaaaa;
    padding: 1px;
}
.seven-cols .image {
    display: block;
    line-height: 1.55;
    margin-bottom: 5px;
}
.seven-cols .col-xs-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    padding: 0 2px;
}

@media (min-width: 768px){
    .seven-cols {
        margin: 10px 0 2px 0;
    }
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
    .seven-cols img{
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .seven-cols {
        margin: 16px 0 2px 0;
    }
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        padding: 0 2px;
    }
    .seven-cols img{
        padding: 8px;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        padding: 0 2px;
    }
    .seven-cols img{
        padding: 10px;
    }
}
.csc-space-before-25 {
    margin-top: 25px !important;
}

.schnellsuche {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11396e+0,1e5198+100 */
    background: rgb(17,57,110); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(17,57,110,1) 0%, rgba(30,81,152,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(17,57,110,1) 0%,rgba(30,81,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11396e', endColorstr='#1e5198',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #a7a7a7;
    color: #fff;
    /*height: 323px;*/
    width: 227px;
    margin-right: -510px;
    max-width: 680px;
    padding: 12px;
    position: absolute;
    right: 50%;
    top: 171px;
}
.schnellsuche-sm .btn {
    margin-left: 3%;
    width: 94%;
}
div#content.main-section div.startbox a.btn {
    color: #333333;
}
@media (max-width: 1199px) {
    .schnellsuche {
        margin-right: -420px;

    }
}
/*---------------------Ansprechpartner DCE Hoppegarten-----------------*/


.ansp25l {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    margin-right: 1.333333333%;
}
.ansp25ml {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    margin-right: 0.6666666665%;
}
.ansp25mr {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    margin-left: 0.6666666665%;
}
.ansp25r {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    float: right;
    margin-left: 1.333333333%;
}
.ansprechpartner .bodytext{
    padding:10px;
    font-size: 16px;
}

.ansprechpartner a {
    font-size: 16px;
}

.ansprechpartner .ansp25l, .ansp25ml, .ansp25mr, .ansp25r {
    border: 0px solid rgb(90, 90, 90);
    background-color:  #00396E;
    color:#fff;
    padding: 0 0 10px;
    height: 450px;
}

.ansprechpartner a {
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    float: left;
    padding-left: 10px;
    color:#fff !important;
}
.ansprechpartner h4{
    padding-left: 10px;
    color:#fff !important;
    margin-bottom: 0;
    font-weight:normal !important;
}
.ansprechpartner p{
    padding-left: 10px;
    color:#fff !important;
    margin-bottom: 0;
    font-weight:normal !important;
}
.ansprechpartner img {
    height: auto;
    max-width: 100%;
}


/*---------------------Ansprechpartner DCE Eggersdorf-----------------*/

.ansp25l-e {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    margin-right: 1.333333333%;
}
.ansp25ml-e {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    margin-right: 0.6666666665%;
}
.ansp25mr-e {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    margin-left: 0.6666666665%;
}
.ansp25r-e {
    width: 24%;
    margin-top: 20px;
    margin-bottom: 20px !important;
    float: right;
    margin-left: 1.333333333%;
}

.ansprechpartner .ansp25l-e, .ansp25ml-e, .ansp25mr-e, .ansp25r-e {
    border: 0px solid rgb(90, 90, 90);
    background-color: rgb(59, 123, 188);
    color:#fff;
    /*padding: 0 0 10px;*/
    height: 450px;
}
/*---------------------------------------------------------*/
/*                                                         */
/*      Ansprechpartner Neu                                */
/*                                                         */
/*---------------------------------------------------------*/
.apadb, .apadh, .apade {
    border: 0px solid rgb(90, 90, 90);
    background-color:  #00396E;
    color:#fff;

}
.apade {
    background-color: rgb(59, 123, 188);
}
.apadb {
    background-color: rgb(0, 0, 0);
}
.apadb p, .apadh p, .apade p{
    padding:5px 10px 5px 15px;
    font-size: 16px;

}
.apadb h3, .apadh h3, .apade h3 {
    margin: 0;
    padding: 14px 10px 8px 15px;
}

.apadb .text p, .apadh .text p, .apade .text p{
    padding:5px 10px;
    font-size: 16px;

}

.apadb a,.apadh a,.apade a {
    color:#fff;
}
.apadh .image-wrap, .apade .image-wrap{

}
.apadb > div,
.apadh > div,
.apade > div {
    height: 430px;
    margin-top: 10px;
}
@media (max-width: 767px){
    .apadb, .apadh, .apade {
        margin: 5px 0;
        padding: 0;
    }
    .apadb .image-wrap, .apadh .image-wrap, .apade .image-wrap {
        float: left;
        margin: 0 13px 0 0;
        padding: 10px 10px 0;
        width: 34%;
    }
    .apadb p, .apadh p, .apade p {
        margin-left: 35%;
    }
    .apadb > div > p, .apadh > div > p, .apade  > div > p {
        margin-left: 0%;
    }

    .apadb > div, .apadh > div, .apade > div  {
        height: auto;
        margin-top: 0px;
    }
    .apadb .image-wrap, .apadh .image-wrap, .apade .image-wrap{
        height: auto;
        padding: 10px;
    }
    .apadb .image, .apadh .image, .apade .image {
        margin-bottom: 0px;
    }
}



/*---------------------------------------------------------*/
/*                                                         */
/*            DCE Mods                                     */
/*                                                         */
/*---------------------------------------------------------*/
.tx-dce-pi1  a img {
    height: auto;
    max-width: 100%;
}
/*---------------------------------------------------------*/
/*                                                         */
/*            DCE Mods                                     */
/*                                                         */
/*---------------------------------------------------------*/


/*---------------------------------------------------------*/
/*                                                         */
/*------------tt-News--------------------------------------*/
/*                                                         */
/*---------------------------------------------------------*/

.news-latest-item {
  float: left;
  height: auto;
  margin: 10px 0 !important;
  padding: 0 0px !important;
  width: 100%;
  border-bottom: 1px solid #3B7BBC;
}

.news-latest-item span {
 font-weight: bold;
 font-size: 18px;
  margin-bottom: 10px;
}

.news-latest-item p {
  margin-top: 10px;
}

.news-latest-item img {
  margin:0 10px 20px 0;
}

.news-latest-container {
  padding: 0 !important;
}

.news-list-item {
  padding: 0 0 50px;
}
 
.news-amenu-container {
  padding: 0;
}

.news-amenu-container {
  margin-left: 0;
}

.news-single-rightbox, 
.news-single-imgcaption, 
.news-latest-date, 
.news-latest-morelink, 
.news-latest-category, 
.news-list-category, 
.news-list-author, 
.news-list-imgcaption, 
.news-list-date, 
.news-list-browse, 
.news-amenu-container, 
.news-catmenu {
  font-size: 12px;
}
.news-list-container H2 {
    margin: 0px;
    line-height: 1.5;
}
/*---------------------------------------------------------*/
/*                                                         */
/*            News neu                                     */
/*                                                         */
/*---------------------------------------------------------*/

.news-row {
    margin-bottom: 10px;
    margin-left: -19px;
}
.news-row h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 2px;
    line-height: 1.2em;
}
.news-row p{
    line-height: 1.4em;
}
@media (max-width: 767px) {
    .news-row .image {
        margin-bottom: 15px;
        margin-top: 6px;
    }
    .news-row {
        margin-left: -10px;
    }
}

/*---------------------------------------------------------*/
/*                                                         */
/*            News neu                                     */
/*                                                         */
/*---------------------------------------------------------*/




/********************************************************************/
/*------------------------------------------------------------------*/
/*--------------------------Powermail-------------------------------*/
/*------------------------------------------------------------------*/
/********************************************************************/

.tx-powermail {
    width: 100% !important;
    font-family: Arial,Helvetica,sans-serif !important;
}

.tx-powermail .powermail_fieldset {
    background-color: #3B7BBC !important;
    border: 1px solid #333;
    clear: left;
    margin: 0 0 20px;
    padding: 10px;
}
.tx-powermail .powermail_fieldset .powermail_field,
.tx-powermail .powermail_fieldset .powermail_radio_outer,
.tx-powermail .powermail_fieldset .powermail_captcha_outer,
.tx-powermail .powermail_fieldset .powermail_check_outer,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_text,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)
 {
    width: 66%;
}
@media (max-width: 767px) {
    .tx-powermail .powermail_fieldset .powermail_field,
    .tx-powermail .powermail_fieldset .powermail_radio_outer,
    .tx-powermail .powermail_fieldset .powermail_captcha_outer,
    .tx-powermail .powermail_fieldset .powermail_check_outer,
    .tx-powermail .powermail_fieldset .powermail_fieldwrap_text,
    .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)
    {
        width: 100%;
    }
}

.tx-powermail h3 {
    display: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0px !important;
    line-height: normal;
    float: left;
}

.tx-powermail label {
    color: #fff;
    font-size: 16px;
    font-weight: normal !important;
    width: auto !important;
}
.powermail_fieldset legend {
    float: right !important;
    color: rgb(255, 255, 255) !important;
    border: none !important;
    margin-bottom: 20px !important;
    font-size: 130% !important;

}

.powermail_fieldset {
    /*box-shadow: 0px 0px 0px 3px #1E5799;*/
    border: 1px solid #333333 !important;
}

.tx-powermail .powermail_fieldset .powermail_label[title][title=""] {
    cursor: inherit;
    float: left !important;
    font-size: 16px !important;
    font-weight: normal;
}

.tx-powermail label {
    color: #444;
    font-size: 16px;
    font-weight: normal !important;
}

.tx-powermail .powermail_fieldset .powermail_label[title][title=""] {
    color: #fff;
}

.powermail_fieldset legend {

    font-family: Arial,Helvetica,sans-serif !important;

}
/********************************************************************/
/*------------------------------------------------------------------*/
/*--------------------------Powermail-------------------------------*/
/*------------------------------------------------------------------*/
/********************************************************************/
/*Powermail Hoppegarten*/
/*

#c795 .tx-powermail .powermail_fieldset,
#c886 .tx-powermail .powermail_fieldset,
#c900 .tx-powermail .powermail_fieldset {
    background-color: #00396E !important;
}
*/
