@import url('fontello/css/fontello.css');
@import url('files-icons-awesome.css');
@import url('navbar-specs.css');

.headerimage {
    background: #76b726;
    background: -moz-linear-gradient(left, #76b726 0%, #76b726 50%, #fbb800 51%, #fbb800 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #76b726), color-stop(50%, #76b726), color-stop(51%, #fbb800), color-stop(100%, #fbb800));
    background: -webkit-linear-gradient(left, #76b726 0%, #76b726 50%, #fbb800 51%, #fbb800 100%);
    background: -o-linear-gradient(left, #76b726 0%, #76b726 50%, #fbb800 51%, #fbb800 100%);
    background: -ms-linear-gradient(left, #76b726 0%, #76b726 50%, #fbb800 51%, #fbb800 100%);
    background: linear-gradient(to right, #76b726 0%, #76b726 50%, #fbb800 51%, #fbb800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b726', endColorstr='#fbb800', GradientType=1 );
    border-bottom:4px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    position:relative;
    z-index:100;
}

/************* :hover entfernen damit ios-Geräte Video sofort laden ********************/
.vjs-default-skin .vjs-big-play-button {
    pointer-events:none !important;
}
/***************************************************************************************/

.inner_cbQuickGoogleMap {
    max-width:100%;
}
.dropdown-menu {
    overflow:visible !important;
}
.tx-felogin-pi1 input.submit {
    background-color: #bbb;
    border: 1px solid #bbb;
    color: inherit;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 20px;
    width: auto;
}
.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit {
    background-color: #bbb;
    border: 1px solid #bbb;
    color: inherit;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 20px;
    width: auto;
}
.tx-indexedsearch-title {
    font-weight: 700;
}
.tx-indexedsearch-result-count {
    text-align: right;
}
.tx-indexedsearch-sw {
    font-weight: 700;
}
.tx-indexedsearch-whatis {
    margin-bottom: 1em;
}
.tx-indexedsearch-sec {
    border-top: 1px solid #333;
    padding: 0.5em 1em 0;
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
    padding-top: 0.5em;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
    list-style-type: none;
    margin: 0;
    padding: 0 0 1em;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li {
    display: inline;
    margin: 0 0.5em 0 0;
}
.tx-indexedsearch-res {
    padding: 0.5em 0;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}
.tx-indexedsearch-res .tx-indexedsearch-res {
    border:0px none;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
    margin-top:1em;
    border-bottom: 1px solid #c0c0c0;
}
.carousel-fade .carousel-inner .item {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.carousel-fade .carousel-inner .item.active {
    position:relative;
    top:0;
    left:0;
    opacity: 1;
}
.carousel.content {
    padding-bottom:50px;
}
@media screen and (min-width: 768px) {
    .carousel.content {
        min-height:630px;
    }
}
@media screen and (min-width: 992px) {
    .carousel.content {
        min-height:400px;
    }
}
.carousel.content .item-inner {
    padding:0 40px;
}
@media screen and (min-width: 768px) {
    .carousel.content .item-inner {
        padding:0 80px;
    }
}
.carousel.content .item-inner img {
    display:block;
    max-width:100%;
    height:auto;
    margin-bottom:15px;
}
.carousel.content .carousel-text h3,
.carousel.content .carousel-text .h3 {
    font-size: 150%;
    font-weight:600;
    color:#fff;
    margin-bottom:30px;
}
.carousel.content .carousel-text a {
    display:inline-block;
    padding:15px 40px;
    border-radius:4px;
    text-decoration:none;
    text-align:center;
    line-height:1.2em;
    margin-top:50px;
    background: #bfd240;
    background: -moz-linear-gradient(top,  #bfd240 0%, #78b827 100%);
    background: -webkit-linear-gradient(top,  #bfd240 0%,#78b827 100%);
    background: linear-gradient(to bottom,  #bfd240 0%,#78b827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd240', endColorstr='#78b827',GradientType=0 );
    color:#fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}
.carousel-indicators {
    display:none;
}
.carousel-control {
    width: 50px;
    text-shadow:none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control:hover,
.carousel-control:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.left,
.carousel-control.right{
    background-image:none;
    filter:none;
}
.carousel-control .fa {
    position: absolute;
    top: 50%;
    margin-top:-54px;
    z-index: 5;
    display: inline-block;
    font-size:300%;
}
.carousel.content .carousel-control .fa {
    margin-top:-120px;
}
.carousel-control.left .fa {
    left: 0;
    margin-left: 0;
}
.carousel-control.right .fa {
    right: 0;
    margin-right: 0;
}
@media screen and (min-width: 992px) {
    .carousel-indicators {
        display:block;
    }
    .carousel.content .carousel-indicators {
        bottom:0;
    }
    .carousel-control .fa {
        font-size:500%;
    }
    .carousel-control.left .fa {
        left: 0;
        margin-left: -20px;
    }
    .carousel-control.right .fa {
        right: 0;
        margin-right: -20px;
    }
}
@media screen and (min-width: 1200px) {
    .carousel-control.left .fa {
        left: 0;
        margin-left: -40px;
    }
    .carousel-control.right .fa {
        right: 0;
        margin-right: -40px;
    }
}
html {
    font-size: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 87.5%;
    font-size:100%;
    color: #808080;
    background-color:#fff;
    position: relative; /* For scrollyspy */
}
@media (max-width: 767px) {
    body {
        padding-top: 0 !important;
    }
}
.main-container {
    background-color:#fff;
    z-index: 99;
    position: relative;
}
@media (min-width: 1200px) {
    .main-container .container {
        width: 1110px;
    }
}
.align-left {
    text-align:left;
}
.align-right {
    text-align:right;
}
.align-center {
    text-align:center;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.img-thumbnail {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/*** Silbentrennung für Absätze und Überschriften
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
***/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    color:#000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 75%;
    display:block;
    color:#000;
    margin-top:5px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
    display:block;
    color:#000;
    margin-top:5px;
}
h1,
.h1 {
    font-size: 260%;
}
h2,
.h2 {
    font-size: 260%;
    font-weight:800;
    margin-bottom:20px;
}
h3,
.h3 {
    font-size: 260%;
    font-weight:400;
}
h4,
.h4 {
    font-size: 170%;
    font-weight:700;
    display:inline-block;
    padding-right:10px;
    padding-bottom:15px;
    border-bottom:2px dotted #000;
    margin-bottom:15px;
}
@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 180%;
    }
    h2,
    .h2 {
        font-size: 180%;
    }
    h3,
    .h3 {
        font-size: 180%;
    }
    h4,
    .h4 {
        font-size: 130%;
        font-weight:700;
        display:block;
    }
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}

/********* Header-Ausrichtung *********/
.csc-header-alignment-left {
    text-align:left;
}
.csc-header-alignment-right {
    text-align:right;
}
.csc-header-alignment-center {
    text-align:center;
}
@media screen and (max-width: 767px) {
    select.form-control {
        margin-bottom:10px;
    }
}

#header {
    position:relative;
    padding: 0;
}
#header .topnav-outer {
    background-color:#75b726;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    position:relative;
    z-index:120;
}
@media screen and (min-width: 768px) {
    #header .topnav-outer {
        border-top:20px solid #75b726;
        background-color:#fff;
        -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
        position:relative;
        z-index:120;
    }
}
.headerimage {
    background: #e5a900;
    background: -moz-linear-gradient(left, #e5a900 0%, #e5a900 50%, #e8e8e8 51%, #e8e8e8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e5a900), color-stop(50%, #e5a900), color-stop(51%, #e8e8e8), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #e5a900 0%, #e5a900 50%, #e8e8e8 51%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #e5a900 0%, #e5a900 50%, #e8e8e8 51%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #e5a900 0%, #e5a900 50%, #e8e8e8 51%, #e8e8e8 100%);
    background: linear-gradient(to right, #e5a900 0%, #e5a900 50%, #e8e8e8 51%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a900', endColorstr='#e8e8e8', GradientType=1 );
    border-bottom:4px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    position:relative;
    z-index:100;
}
.headerimage .csc-textpic-imagewrap {
    margin-bottom: 0;
}
.logo {
    position:absolute;
    top:-20px;
    padding:30px 20px;
    background-color:#fff;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
    .logo {
        top:0;
        left:50%;
        margin-left:-75px;
        z-index:100;
        width:150px;
        padding: 20px 10px 20px 10px;
    }
    .logo img {
        display:block;
        max-width:100%;
        height:auto;
    }
}
.hilfsnav {
    float:right;
    padding:15px 0;
}
.hilfsnav ul {
    list-style:none;
    padding:0;
    margin:0;
}
.hilfsnav ul li {
    padding:0;
    margin:0;
    float:left;
}
.hilfsnav a {
    display:block;
    font-weight: normal;
    background:transparent;
    text-decoration:none;
    padding:0 15px;
    color:#666;
    font-size:100%;
    border-right:1px solid #ccc;
    text-transform:uppercase;
}
.hilfsnav ul li:first-child a {
    border-left:1px solid #ccc;
}
.hilfsnav a:focus,
.hilfsnav a:hover,
.hilfsnav a:active {
    text-decoration:underline;
    background-color: transparent;
}
.topnav-outer .container {
    position:relative;
}

#languageMenu {
    position:absolute;
    top:10px;
    left:-10px;
    width:auto !important;
    min-width:inherit;
    white-space:nowrap;
    margin:0;
    padding:0;
}
@media screen and (min-width: 768px) {
    #languageMenu {
        top:-25px;
        right:7px;
        left:auto;
    }
}
#languageMenu li {
    display:inline-block;
    color:#fff;
    font-size:80%;
}
#languageMenu li span,
#languageMenu li a,
#languageMenu li a:hover,
#languageMenu li a:focus {
    display:inline-block;
    padding:5px 3px;
    background-color:transparent;
    border:0px none;
    color:#fff;
    text-decoration:none;
}
@media screen and (min-width: 768px) {
    #languageMenu li {
        font-size:90%;
    }
    #languageMenu li span,
    #languageMenu li a,
    #languageMenu li a:hover,
    #languageMenu li a:focus {
        padding:5px 8px;
    }
}
#languageMenu  li + li:before {
    display:inline-block;
    content:"|";
}


.head_search_outer {
    float:right;
    margin-top:23px;
    margin-left:20px;
}

.head_search {
    width:auto;
}
.head_search li > a,
.head_search li > a:hover,
.head_search li > a:focus {
    background-color: transparent !important;
    border: 0px none !important;
    padding:5px 15px;
}
.head_search.searchform {  }

.head_search #searchinput {
    display:block;
    float:left;
    margin-right:8px;
    padding-top:4px;
    padding-bottom:3px;
    padding-left:13px;
    width:100px;
    border:0px none;
    font-size:98%;
    color:#b1bbbd;
}

.head_search #searchbutton {
    cursor:pointer;
    display:block;
    float:left;
    background-color:transparent;
    border:0px none;
    font-size:130%;
    line-height:25px;
}
.footer-content {
    background-color:#fbb900;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    position:relative;
    z-index:30;
}
/*.news-container > .container > .row > .col-md-12,
.footer-content-container > .row > div {
  min-height:0;
}*/
.footer-image {
    background-color:#e3e3e3;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    position:relative;
    z-index:20;
}
.footer-image .csc-textpic-imagewrap {
    margin-bottom: 0;
}
#footer {
    background-color:#383838;
    margin-bottom:0;
    padding:20px 0;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
    position:relative;
    z-index:10;
}
@media screen and (max-width: 767px) {
    #footer {
        padding-bottom:10px;
        margin-top: 40px;
    }
}
#footer h3 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#fff;
    font-size:120%;
    text-transform:uppercase;
    margin-bottom:25px;
}
#footer .footer-adress,
#footer .footer-adress a {
    color :#b1b2b2;
}
#footer .footer-seo,
#footer .footer-seo a {
    color :#b1b2b2;
}
#footer .footer-seo a {
    display:inline-block;
    border:1px solid #b1b2b2;
    border-radius:2px;
    padding:0 3px;
    margin-right:3px;
    margin-bottom:6px;
}
#footer .footer-socials,
#footer .footer-socials a {
    color :#b1b2b2;
}
.footer-socials .icon {
    display:inline-block;
    margin-right:25px;
    margin-bottom:10px;
    width:50px;
    text-align:center;
    border:1px solid #b1b2b2;
    border-radius:50%;
}
.footer-socials .icon:last-child {
    margin-right:0;
}
.footer-socials .icon .fa {
    color:#b1b2b2;
    font-size:230%;
    line-height:47px;
    padding-top:1px;
}
@media screen and (max-width: 767px) {
    .footer-socials {
        text-align:center;
    }
    .footer-socials h3 {
        display:none;
    }
}
.footer-partner div.csc-textpic .csc-textpic-imagewrap img {
    display:block;
    max-width:150px;
    height:auto;
    margin-top:13px;
}
.footer-partner div.csc-textpic-border .csc-textpic-imagewrap img {
    border:5px solid #fff !important;
}
#footer .to-top {
    position:absolute;
    width:74px;
    bottom:0;
    left:50%;
    margin-left:-37px;
    background-color:#262626;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    text-align:center;
    font-size:150%;
}
@media screen and (max-width: 767px) {
    #footer .to-top {
        bottom:auto;
        top:-34px;
    }
}
#footer .to-top a {
    display:inline-block;
    color:#868786;
}
#footer .to-top a .fa {
    transform: translate(0, -2px);
}

.footer-nav {
    background-color:#262626;
}
.footer-nav .navbar-footer {
    border-radius:0;
    min-height:inherit;
    margin-bottom:0;
    border:0px none;
}
.footer-nav ul {
    text-align:center;
}
.footer-nav ul li {
    display:inline-block;
}
.footer-nav ul li a {
    display:inline-block;
    text-transform:uppercase;
    color:#868786;
    padding: 15px 20px;
}
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    background-color:transparent;
}
@media screen and (max-width: 767px) {
    .footer-nav ul {
        margin:10px 0;
    }
    .footer-nav ul li {
        display:block;
    }
    .footer-nav ul li a {
        padding: 5px 20px;
    }
}
/************************* TABELLEN *************************/
table.contenttable td,
table.contenttable th {
    background-color: #fff;
}

table.contenttable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table.contenttable > thead > tr > th,
table.contenttable > tbody > tr > th,
table.contenttable > tfoot > tr > th,
table.contenttable > thead > tr > td,
table.contenttable > tbody > tr > td,
table.contenttable > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
}
table.contenttable > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
table.contenttable > tbody + tbody {
    border-top: 2px solid #ddd;
}
table.contenttable table.contenttable {
    background-color: #fff;
}
table.contenttable > tbody > tr:nth-child(odd) > td,
table.contenttable > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
table.contenttable > tbody > tr:hover > td,
table.contenttable > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table.contenttable col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table.contenttable td[class*="col-"],
table.contenttable th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
@media screen and (max-width: 767px) {
    table.contenttable {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    table.contenttable > table.contenttable {
        margin-bottom: 0;
    }
    table.contenttable > table.contenttable > thead > tr > th,
    table.contenttable > table.contenttable > tbody > tr > th,
    table.contenttable > table.contenttable > tfoot > tr > th,
    table.contenttable > table.contenttable > thead > tr > td,
    table.contenttable > table.contenttable > tbody > tr > td,
    table.contenttable > table.contenttable > tfoot > tr > td {
        white-space: nowrap;
    }
}
/************************* nav sidebar *************************/
.nav > li.active > a,
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eee;
}
.nav.level2 {
    background-color: #eee;
}
.nav.level2 > li > a {
    padding: 5px 15px 5px 30px;
}
.nav.level2 > li.active > a,
.nav.level2 > li > a:hover,
.nav.level2 > li > a:focus {
    background-color: #e7e7e7;
}
.nav.level3 {
    background-color: #e7e7e7;
}
.nav.level3 > li > a {
    padding: 3px 15px 3px 45px;
}
.nav.level3 > li.active > a,
.nav.level3 > li > a:hover,
.nav.level3 > li > a:focus {
    background-color: #e0e0e0;
}
.nav.level4 {
    background-color: #e0e0e0;
}
.nav.level4 > li > a {
    padding: 5px 15px 5px 60px;
}
.nav.level4 > li.active > a,
.nav.level4 > li > a:hover,
.nav.level4 > li > a:focus {
    background-color: #d7d7d7;
}
.footer-content blockquote {
    padding: 15px 20px 15px 33px;
    margin: 0 0 20px;
    font-size: 140%;
    border-left: 0px none;
    color:#fff;
    quotes: "\201D""\201D""\2018""\2019";
    position:relative;
}
.footer-content blockquote:before {
    display:block;
    position:absolute;
    top:0;
    left:0;
    color: #fff;
    content: open-quote;
    font-size:400%;
    line-height:1em;
}
.divider hr {
    margin:0;
    padding:10px 0;
    border-top: 0px none;
}
@media screen and (min-width: 768px) {
    .divider hr {
        padding:25px 0;
    }
}
.main-content {
    padding-top:100px;
    padding-bottom:50px;
}
.main-content-2 {
    padding-top:30px;
    padding-bottom:10px;
}
.news-content  {
    padding-top:30px;
    padding-bottom:10px;
}
.footer-content-container {
    padding-top:20px;
    padding-bottom:35px;
    color:#fff;
}
@media screen and (min-width: 768px) {
    .main-content {
        padding-top:100px;
        padding-bottom:100px;
    }
    .main-content-2 {
        padding-top:100px;
        padding-bottom:40px;
    }
    .news-content  {
        padding-top:30px;
        padding-bottom:30px;
    }
}
.main-content ul {
    padding:0;
}
.main-content ul li {
    list-style-type:none;
    background-image: url(../static/list-style-image.png);
    background-repeat:no-repeat;
    padding-left:60px;
    line-height:48px;
    margin-bottom:20px;
    font-size:140%;
    font-weight:700;
    color:#000;
}
@media screen and (max-width: 767px) {
    .main-content ul li {
        background-size:30px;
        padding-left:40px;
        line-height:30px;
        margin-bottom:20px;
        font-size:120%;
        font-weight:700;
        color:#000;
    }
}
.news-container {
    background-color:#2a5162;
    color:#fff;
}
.news-container h2,
.news-container .h2 {
    color:#fff;
}
a.btn-more,
span.btn-more a,
p.btn-more a {
    display:inline-block;
    padding:15px 40px;
    border-radius:4px;
    text-decoration:none;
    text-align:center;
    line-height:1.2em;
    margin-top:50px;
    background: #bfd240;
    background: -moz-linear-gradient(top,  #bfd240 0%, #78b827 100%);
    background: -webkit-linear-gradient(top,  #bfd240 0%,#78b827 100%);
    background: linear-gradient(to bottom,  #bfd240 0%,#78b827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd240', endColorstr='#78b827',GradientType=0 );
    color:#fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}
.text-rot {
    color:#c85809;
}
.systemkomponente {
    padding-left:75px;
    padding-right:75px;
    position:relative;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
    .systemkomponente {
        padding-left:35px;
        padding-right:0;
    }
}
.systemkomponente:last-child {
    margin-bottom:0;
    border-bottom:0px none;
}
.systemkomponente:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:48px;
    height:100%;
    background-image: url("../static/icon_systemkomponenten.jpg"),url("../static/linie_systemkomponenten.png");
    background-position: left top, center bottom;
    background-repeat: no-repeat;
}
.systemkomponente:last-child:before {
    background-image: url("../static/icon_systemkomponenten.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .systemkomponente:before {
        width:25px;
        background-size:100%, auto;
        background-position: left 2px, center bottom;
    }
}
.systemkomponente h2,
.systemkomponente .h2 {
    font-size:170%;
    margin:0;
}
.systemkomponente h3,
.systemkomponente .h3 {
    font-size:140%;
    margin-top:0;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:2px dotted #000;
}
@media screen and (max-width: 767px) {
    .systemkomponente h2,
    .systemkomponente .h2 {
        font-size:150%;
    }
    .systemkomponente h3,
    .systemkomponente .h3 {
        font-size:130%;
        padding-bottom:10px;
    }
}
.bg.wechsel > .content-container > div {
    padding:15px 15px;
}
@media screen and (min-width: 768px) {
    .bg.wechsel > .content-container > div {
        padding:60px 20px;
    }
}
.bg.wechsel > .content-container > div:nth-child(even) {
    background-color: #f7f7f7;
}
.icon-adresse,
.icon-telefon,
.icon-fax,
.icon-mail {
    padding-left:1.3em;
    position:relative;
}
.icon-adresse:before,
.icon-telefon:before,
.icon-fax:before,
.icon-mail:before {
    display: inline-block;
    position:absolute;
    top:3px;
    left:0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-adresse:before {
    content: "\f041";
}
.icon-telefon:before {
    content: "\f095";
}
.icon-fax:before {
    content: "\f02f";
}
.icon-mail:before {
    content: "\f003";
}

#c593 img {
    border-radius: 50%
}

.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel-heading {
    border: 1px solid #c5c5c5;
    border-radius:4px;
    padding: 0;
}
.panel-group .panel-heading h2 {
    font-weight:600;
    font-size:140%;
}
.panel-heading .panel-title > a {
    display:block;
    padding: 10px 15px 13px 15px;
}
.panel-heading .panel-title > a.accordion-toggle:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right:0;
    text-align: left;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e812';
}
.panel-heading .panel-title > a.accordion-toggle.collapsed:before {
    content: '\e811';
}
.panel-heading .panel-title > a:hover,
.panel-heading .panel-title > a:focus {
    color:#404040;
    text-decoration:none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px dashed #c5c5c5;
    margin:8px 0;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #c5c5c5;
}
.panel-default {
    border:0px none;
}
.panel-default > .panel-heading {
    color: #404040;
    background-color: #e8e8e8;
    border-color: #c5c5c5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #c5c5c5;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c5c5c5;
}

.layout-3 {
    background-color: #f7f7f7;
    padding: 60px 20px;
    margin: 10px 0px;
}

div.footer-partner img {
    margin-bottom: 5px;
}

.news-content h3 { color: white; }