.navbar {
    display: none;
}

body {
    padding-top: 0px;
}

@media(max-width:991px) {
    .footernav {
        text-align: left !important;
    }
    .pagetitle h1 {
        padding-top: 8px;
    }
}

.well {
    background-image: none;
    background-color: white;
    border: none;
    box-shadow: none;
}

.panel-default>.panel-heading,
.panel-primary>.panel-heading,
.panel-danger>.panel-heading,
.panel-success>.panel-heading,
.panel-info>.panel-heading,
.panel-warning>.panel-heading {
    background-image: none;
    background-color: #00A5A5;
    border: none;
    color: white;
}

.panel-title a:focus,
.panel-title a:hover,
.panel-title a:active {
    color: white;
}

.panel-title a:active,
.panel-title a:focus {
    text-decoration: none;
}

.panel-default,
.panel-primary,
.panel-danger,
.panel-success,
.panel-info,
.panel-warning {
    border-color: #00A5A5;
}

.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

h4 small {
    color: white;
}

.sidebar {
    margin-bottom: 25px;
}

figure {
    padding-bottom: 15px;
}
.jumbotron figure {
    padding-bottom: 0px;
}

@media(max-width:767px) {
    .news-list-item {
        margin-bottom: 15px;
    }
    .news-list-item .col-sm-3 {
        margin-bottom: 16px;
        border: none;
    }
    .klammer {
        display: none;
    }
    .whiteheader {
        height: auto !important;
        margin-bottom: 0px !important;
    }
    .whiteheader-text {
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
    .navbar {
        display: block;
    }
    .mobilebutton {
        display: block;
        background-color: white;
        margin: 10px;
        padding: 5px;
    }
    .footer .container {
        border-top: 1px solid rgb(162, 163, 170) !important;
    }
    .footer .container a.external-link-new-window::before {
        color: #777;
    }
    .navfirst {
        padding-right: 0px !important;
    }
    body {
        padding-top: 50px;
    }
    .custom-footer {
        display: none;
    }
    .mm-menu {
        margin-top: 50px;
        background-color: #92d1d1;
    }
}

body {
    background-color: #BEE2E2;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color: #00A5A5;
    font-size: 13px;
    /*SM 160602*/
    line-height: 1.625em;
}

.jumbotron .page-header h1 {
    margin: 120px 0px 0px 50px;
    font-size: 56px;
}

a.headerLink,
a.headerlink:hover,
a.headerlink:active {
    color: #00A5A5;
}

.page-header {
    border: 0px;
    margin: 0px;
}

.jumbotron {
    margin-bottom: 30px;
    min-height: 0px;
}

#jumbotronMinHeight .jumbotron {
    min-height: 200px;
}

h1,
h2,
h3,
h1 a,
h2 a,
h3 a {
    color: #00A5A5;
    margin-top: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

a {
    color: #ef181e;
}


/*a.external-link-new-window::before {
    color: white;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    padding: 0 5px 0 3px;
} */

p {
    color: #555;
}

.lead li {
    /*SM 160616 Aufzaehlungen in News mit schwarzer Schrift*/
    color: #555;
}

.breadcrumb a,
.breadcrumb {
    font-size: 13px;
}

.breadcrumb>li+li::before {
    color: #555;
    content: "/";
    padding: 0 5px;
}


/* Navigation */

.nav-pills a {
    color: #00A5A5;
}

.nav-pills a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #00A5A5;
    color: #ebf6f6;
    border-radius: 0px;
}

.nav-pills li {
    background-color: #ebf6f6;
}

.nav-pills li:hover {
    background-color: #00A5A5;
}

ul.level_2,
ul.level_3 {
    list-style-type: none;
    background-color: #00A5A5;
    padding-left: 0px;
}

ul.level_2 li,
ul.level_3 li {
    color: #ebf6f6;
    background-color: #00A5A5;
    display: block;
}

ul.level_2 a,
ul.level_3 a {
    color: #ebf6f6;
    background-color: #00A5A5;
    padding: 6px 30px;
    display: block;
}

ul.level_3 a {
    color: #ebf6f6;
    background-color: #00A5A5;
    padding: 6px 45px;
    display: block;
}

.nav>li.ausgeklappt>a.active {
    padding-bottom: 6px;
}

ul.level_2 li:hover,
ul.level_3 li:hover,
ul.level_2 a:hover,
ul.level_3 a:hover {
    background-color: #00cecf;
    text-decoration: none;
}

.nav>li>a {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    /*SM 160602 */
}


/* Navigation ENDE */

.whiteheader-text {
    margin-left: 130px;
    margin-top: 20px;
}

.whiteheader-text p {
    margin-bottom: 0px;
}

.whiteheader-row-1,
.whiteheader-row-2 {
    color: #00A5A5;
}

.whiteheader-row-1 {
    font-size: 18px;
    font-weight: bold;
}

.whiteheader-row-2 {
    font-size: 24px;
}

.headertext a {
    color: white;
    font-size: 17px;
    font-family: "lucia grande", "lucia sans unicode", sans-serif;
    vertical-align: text-top;
    display: block;
    margin-top: 8px;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    background-color: white;
}

.greenheader {
    background-color: #00A5A5;
    height: 40px;
}

.whiteheader {
    background-color: white;
    height: 120px;
    margin-bottom: 50px;
}

.klammer {
    background-color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid white;
    padding: 7px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    width: 96px;
    top: 0px;
    margin-left: 0px;
    /* Breite des Elemtens + Padding */
    -moz-box-shadow: 1px 1px 8px #a0a0a0;
    /* Firefox */
    -webkit-box-shadow: 1px 1px 8px #a0a0a0;
    /* Chrome, Safari */
    -khtml-box-shadow: 1px 1px 8px #a0a0a0;
    /* Konqueror */
    box-shadow: 1px 1px 8px #a0a0a0;
    /* CSS3 */
}

.klammer img {
    /* SM 160722 Logo in Klammer */
    padding-top: 5px;
    height: 110px !important;
}

.btn-primary {
    background-image: none;
    background-color: #00A5A5;
    background-repeat: repeat-x;
    border-color: #047777;
    border: 0px;
    background-position: 0 0;
}


.btn-primary:focus,
.btn-primary:hover {
    background-color: #047777;
    background-position: 0 -15px;
}

.btn {
    background: none repeat scroll 0 0 #00A5A5;
    color: #FFFFFF !important;
    display: table-cell;
    padding: 8px;
    text-align: center;
    border: none;
    margin: 5px 20px 0 10px;
}

.btn:focus,
.btn:hover,
.btn:active {
    background-color: #00BEBF;
    cursor: pointer;
    text-decoration:none;
}

a.internal-link.btn:before {
    display: none;
}


.ekko-lightbox-nav-overlay a,
.ekko-lightbox-nav-overlay a:hover,
.ekko-lightbox-nav-overlay a:active {
    color: white;
}

.modal-title,
.modal-footer {
    color: rgb(100, 101, 103);
}

.btn {
    border-radius: 0px;
}

.pagetitle h1 {
    padding-bottom: 8px;
    font-size: 32px;
}

.pagetitle {
    border-bottom: none;
    margin-bottom: 25px;
}

@media (min-width:768px) {
    .pagetitle {
        border-bottom: 1px solid #00A5A5;
        margin-bottom: 25px;
    }
}

.breadcrumb-folgeseite .breadcrumb {
    margin-bottom: 5px;
}

.breadcrumb-folgeseite .container {
    border-top: 5px solid #00A5A5;
    padding-top: 10px;
}

.jumbotron,
.container .jumbotron {
    border-top: 5px solid #00A5A5;
    padding: 0px;
    border-radius: 0px;
    s min-height: 300px;
}

.breadcrumb {
    background-color: white;
}

.navbar-brand>img {
    padding-top: 5px;
    height: 41px !important;
}

footer.navbar {
    display: table;
}

.custom-footer {
    background-color: #00a5a5;
    box-shadow: 0 0 11px #6d6b6b inset;
    color: #bee2e2;
    margin-top: 2.5em;
    padding-bottom: 0;
    padding-top: 2em;
    bottom: -160;
    min-height: 150px;
    width: 100%;
    position: absolute;
}

.copyright,
.footernav {
    padding-top: 10px;
}

.footernav {
    text-align: right;
}

.lead {
    font-size: 13px;
    /* SM 160603 war 14px */
    padding-top: 7px;
    margin-bottom: 10px;
}

.news-list-tags {
    padding-left: 3px;
}

h3[itemprop="headline"] a {
    color: #00a5a5;
    font-size: 20px;
}

.linie_oben {
    border-top: 1px solid #00a5a5;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}

.newsfooter {
    text-align: right;
    margin-right: 13px;
}

.linie_oben {
    padding-top: 15px;
    margin-top: 15px;
    text-align: left;
}

.more-news,
.more-news:hover {
    color: #00a5a5;
    font-size: 16px;
    position: relative;
}

.more-news:after {
    content: "\f061";
    font-family: FontAwesome;
    right: -20px;
    position: absolute;
    top: 0;
}

.btn-news {
    background-color: #00a5a5;
    color: white;
    border-radius: 0px;
}

.beuthlist {
    margin-bottom: 30px;
}

.f3-widget-paginator li {
    display: inline;
    list-style-type: none;
}

.leadbold p {
    font-weight: bold;
}

.page-navigation div {
    border-top: 1px solid #00a5a5;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}

.f3-widget-paginator {
    margin-left: 0px;
    padding-left: 0px;
}

.beuth-green {
    color: #00A5A5;
}

hr {
    border-color: #00A5A5;
}

.navfirst {
    padding-right: 16px;
}

.beuthnews-footer {
    background-color: rgb(224, 239, 239);
    border-top: 1px solid rgb(181, 207, 207);
    padding-bottom: 20px;
    padding-top: 20px;
}

.footernav a.external-link-new-window::before {
    color: #777;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    color: white;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #00A5A5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #00A5A5;
    background-image: linear-gradient(to bottom, #00A5A5 0px, #00A5A5 0%);
}

#cboxNext {
    left: 65px;
}

#cboxCurrent {
    left: 110px;
}


/* ab hier Änderungen/Neu v. Leuschner ab 22.04.16 */


/* Symbole vor Link */

a.internal-link:before {
    display: inline-block;
    text-decoration: none;
    padding: 0 5px 0 3px;
    content: "\f14d";
    font-family: FontAwesome;
    color: #00A5A5;
}

a.internal-link-new-window:before {
    display: inline-block;
    text-decoration: none;
    padding: 0 5px 0 3px;
    content: "\f096";
    font-family: FontAwesome;
    color: #00A5A5;
}

a.external-link-new-window:before {
    display: inline-block;
    text-decoration: none;
    padding: 0 5px 0 3px;
    content: "\f08e";
    font-family: FontAwesome;
    color: #00A5A5;
}

a.download:before {
    display: inline-block;
    text-decoration: none;
    padding: 0 5px 0 3px;
    content: "\f019";
    font-family: FontAwesome;
    color: #00A5A5;
}

a.mail:before {
    display: inline-block;
    text-decoration: none;
    padding: 0 5px 0 3px;
    content: "\f0e0";
    font-family: FontAwesome;
    color: #00A5A5;
}


.headertext.pull-right.hidden-xs a.external-link-new-window:before {
    color: #fff;
}

a.mobilebutton.internal-link::before {
    color: #777;
}

a.external-link-new-window {
    font-size: 13px;
    /* SM 160602 vorher 15px */
}


/* Symbole vor Link in News*/

.col-sm-9.articletype-0 a:before,
.col-sm-12.articletype-0 a:before {
    display: inline-block;
    text-decoration: none;
    padding-right: 2px;
    content: "\f14d";
    font-family: FontAwesome;
    color: #00A5A5;
}

.col-sm-9.articletype-0 h3 a:before,
.col-sm-12.articletype-0 h3 a:before {
    content: none;
}


/* Überschreibt die Grundeinstellung für Bildrahmen. Es gibt nur einen. */

img.border {
    border: 2px solid white;
    box-shadow: 0 0 1px #555555;
    margin: 0 0.1em;
}


/* Link-Hover */

a:focus,
a:hover,
a:active {
    color: #00A5A5;
    text-decoration: underline;
}

.headertext.pull-right.hidden-xs a:focus,
.headertext.pull-right.hidden-xs a:hover,
.headertext.pull-right.hidden-xs a:active {
    color: #fff;
}


/* Hintergrund für 4:3 Videos */

.embed-responsive-item {
    background: #000;
}


/*Anpassung Tabellenlayout*/

table thead tr {
    border-bottom: 3px solid #00a5a5;
}

ce-table.table {
    background-color: transparent;
    border: 1px solid #4F4F4F;
}

table caption {
    color: #00A5A5;
    font-size: 0.9em;
    padding-bottom: 5px;
}

table td {
    vertical-align: top;
    color: #555;
}

table th {
    vertical-align: top;
    padding: 10px 5px 10px 5px;
    background-color: #d2ebeb;
    color: #3f3f3f;
    border: 1px solid #acd7d7;
    font-weight: normal;
}

tr.tr-even {
    background-color: #e5f6f6;
    vertical-align: middle;
}

tr.tr-odd {
    background-color: #FFFFFF;
    vertical-align: middle;
}


/* Sliderheader */

.carousel-caption h3 {
    color: #fff;
    font-size: 25px;
}

.carousel-caption small,
.carousel-caption p {
    color: #fff;
}

.dateilink {
    border: 0px !important;
    box-shadow: none !important;
    width: 30px !important;
    margin-right: 5px !important;
}

.ce-uploads {
    padding-left: 0px;
}


/* Aufzaehlungen */

.fsc-default.bullets ul,
.fsc-default.textmedia ul,
.fsc-default.bullets ol,
.fsc-default.textmedia ol,
.main-content ul,
.main-content ol {
    color: #555;
}


/* Bildzoom transparenz-farbe */

#cboxOverlay {
    background: #484848;
    background-color: #484848;
}


/* Dateilisten */

ul.ce-uploads li {
    padding-bottom: 15px;
    list-style-type: none;
    display: block;
    clear: both;
}

ul.ce-uploads img {
    max-height: 180px;
    width: auto;
    border: 2px solid white;
    box-shadow: 0 0 1px #555555;
    margin: 0.1em 0.1em;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.ce-uploads-fileName {
    padding-left: 0px;
    display: block;
}

.ce-uploads-description {
    color: #555;
    padding-left: 0px;
    padding-right: 0px;
}

span.ce-uploads-filesize {
    margin-left: 0px;
    font-size: 12px;
}

.ce-uploads-filesize:before {
    content: "| ";
}


/* News */

.row.news-list-item.beuthlist .col-sm-3 {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.news-text-wrap li {
    /*SM 010716 Aufzaehlungen in News mit schwarzer Schrift*/
    color: #555;
}

.news-list-view h3 a:focus,
.news-list-view h3 a:hover,
.news-list-view h3 a:active {
    color: #ef181e;
    text-decoration: underline;
}

.current {
    background: none repeat scroll 0 0 #00a5a5;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    line-height: 2.625em;
}

.f3-widget-paginator a {
    background: none repeat scroll 0 0 #e0efef;
    color: #00a5a5;
    padding: 5px 10px 5px 10px;
    line-height: 2.625em;
}

.f3-widget-paginator a:hover {
    background: none repeat scroll 0 0 #00a5a5;
    color: #ffffff;
    text-decoration: none;
}

.last.next {
    padding-left: 10px;
}

.previous {
    padding-right: 15px;
}

footer#page-footer.sticky-footer {
    z-index: 99;
}


.btn.btn-news:hover, .btn.btn-news:focus {
    background-color: #00BEBF;
    color: #fff;
}

.news-related.news-related-news, .news-related.news-related-files, .news-related.news-related-links {
    padding-top: 5px;
}

.news-related.news-related-news a:before {
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
    content: "\f073";
    font-family: FontAwesome;
    color: #00A5A5;
}

.news-related.news-related-files a:before {
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
    content: "\f019";
    font-family: FontAwesome;
    color: #00A5A5;
}

.news-related.news-related-links a:before {
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
    content: "\f14d";
    font-family: FontAwesome;
    color: #00A5A5;
}

.news-related.news-related-news ul, .news-related.news-related-files ul, .news-related.news-related-links ul {
    padding-left: 5px;
    list-style-type: none;
    color: #555;
}

.news-related-files-size {
    padding-left: 5px;
    color: #555;
}

.news-related-news-date {
    padding-right: 5px;
    color: #555;
}

/* powermail */

div.tx-powermail h3 {
    display: none;
}

.powermail_fieldset {
    padding: 10px;
    background: #F4F4F4;
    border: 1px solid #ccc;
}

.powermail_legend {
    font-weight: normal;
    color: #00A5A5;
    float: left;
    margin: 3px 0 15px 0px;
    padding-left: 3px;
    font-size: 1.67em;
}

span.mandatory {
    margin: 0px 0px 0px 5px;
    font-size: 20px;
    line-height: 10px;
    color: red;
}

.control-label.col-sm-2[title][title=""]:after {
    display: none;
}

.control-label.col-sm-2[title]:after {
    content: "i";
    display: inline-block;
    border-radius: 100px;
    height: 16px;
    width: 16px;
    background-color: #AAA;
    margin: 0px 0px 0px 2px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    font-family: arial;
    font-weight: bold;
    cursor: help;
}

.control-label.col-sm-2 {
    width: 30%;
    color: #555;
    font-weight: 400;
    line-height: 1.4em;
}

.powermail_fieldwrap .col-sm-10 {
    width: 69%;
}

.powermail_fieldwrap_type_text .col-sm-10.col-sm-offset-2,
.powermail_fieldwrap_type_html .col-sm-10.col-sm-offset-2 {
    margin-left: 30%;
}

.powermail_input.form-control,
.powermail_field.form-control,
.powermail_date.form-control,
.powermail_captcha.form-control {
    padding: 3px;
    border: 1px solid #BEE2E2;
    color: #555;
}

.radio,
.checkbox {
    font-size: 13px;
    color: #555;
}

.col-sm-10 .radio {
    float: left;
    padding-right: 20px;
}

.powermail_fieldwrap_type_submit,
.powermail_fieldwrap_type_reset {
    float: left;
    padding-top: 10px;
}

.powermail_fieldwrap_type_text {
    color: #555;
}

.powermail_captchaimage {
    width: 275px;
    margin-top: 5px;
}

.thumbnail .lightbox {
    position: relative;
}

blockquote {
    border-left: 5px solid #CCCCCC;
    margin-bottom: 10px;
}

blockquote p {
    font-size: 13px;
    color: #8f8a8a;
}

figcaption.center{
  text-align: center;
}

figcaption.right{
  text-align: right;
}