html {
    background-color: #465050;
}

body {
    color: #465050;
    background-color: #465050;
    font-family:'FrutigerLTW01-55Roman', arial, helvetica, sans-serif;
    line-height:1.4em;
    -webkit-font-smoothing: antialiased;
    min-width: 970px;
    font-size: 13px;
}

td {
    color: #465050;
    font-family:'FrutigerLTW01-55Roman', arial, helvetica, sans-serif;
    line-height:1.3em;
    font-size: 13px;
}


.ntext a, .ntext a:link, .ntext a:visited, .ntext a:hover, .ntext a:active {
    color: #f02d1e;
    text-decoration: none;
}

.usergrouptext .content p a,
.usergrouptext .content p a:link,
.usergrouptext .content p a:visited,
.usergrouptext .content p a:hover {
    color: #f02d1e;
    text-decoration: none;
}

.container {
    /*width: 970px !important;*/
    width: 970px;
    max-width: none !important;
}

.bold {
    font-weight: bold;
}

.img-thumbnail {
    background-color: #f4f1e8;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #465050;
    border-color: #465050;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #465050;
    border-color: #465050;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding-top: 4px;
    height: 65px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #465050;
    background-color: #f4f1e8;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f02d1e;
}
.navbar-default .navbar-nav > li > a {
    color: #465050;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a.active {
    color:#f02d1e;
    /*background-color: #e6e6e6;*/
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: 5px;
    padding: 15px 12px 20px 12px;
} 

/*
 .nav>li>a {
 padding-left:5px;
 padding-right:5px;
 }
 */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #f4f1e8;
    color: #465050;
}
.navbar-form {
    padding-top: 0;
}



.dropdown-large {
    position: static !important;
}
.dropdown-menu {
    /*left:inherit;*/
    width: 100%;
    box-shadow: 0;
    border-radius: 0;
}



.dropdown-header, .dropdown-header a {
    white-space: nowrap;
    text-decoration:underline;
}
.dropdown-menu button span {
    color: #465050;
}
.dropdown-menu-large {
    position: absolute;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 0;
    /* white-space: nowrap; */
    border: 0;
    background-color: #fff; /*#f3f3f3;*/
    /*border-top: 1px solid #c7caca;*/
    z-index: 10000;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #565656;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #465050;
}
.dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header, .dropdown-menu-large .dropdown-header a {
    color: #465050;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.dropdown-menu-large .dropdown-header a {
    border-bottom: 1px solid #c7caca;
    margin-bottom: 8px;
    display: block;
    padding-bottom: 8px;
}

#topmenu .dropdown-header, #topmenu .dropdown-header a {
    color: #465050;
    padding-left: 0;
    font-family:'FrutigerLTW01-45Light', arial, helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
}

#topmenu .dropdown-header a {
    background:url(../images/heading_border.gif) repeat-x left 18px;
    display: block;
    padding-bottom: 5px;
}

.dropdown-header span {
background-color: #f3f3f3;
padding: 0 10px 5px 0;
}

.dropdown-header {
    padding: 0;
}

/*.dropdown .col-xs-3 {
    padding: 0 25px 0 0 !important;
}

.dropdown .col-xs-3 {
    padding: 15px !important;
    background-color: #f3f3f3;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    width: 23.5%;
}*/

button:focus,
button:active,
button:hover {
    outline:0px !important;
    -webkit-appearance:none;
}

.dropdown .col-xs-3:first-child {
    margin-left: 0px;
}

.drop {
    list-style: none;
    margin-bottom:0; 
    margin-left:0; 
    padding-left:0;
}

.content {
    padding:0 5px 0 5px;
    margin:1em 0 0 0;
}



.navImagesOwl .item {
  /*margin: 0 32px 0 0;*/
  margin: 0 16px 0 0;
}
.navImagesOwl .item.last {
  margin: 0;
  
}
.navImagesOwl .item img {
  display: block;
  width:148px; 
  height:99px;
  /*
  width:124px; 
  height:83px;
  */
  /*
  width:170px; 
  height:113px;
  */
  margin:0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#gallery {
    margin:1em 0;
}
#gallery .item {
    width:188px;
    margin-bottom: -5px;
}
#gallery .item img {
    width:188px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
#gallery .item p {
    overflow:hidden;
    padding:3px;
    max-height:60px;
}


#website-logo {
    max-height: 50px;
    margin-top: -5px !important;
    z-index: 9999;
}

.website-logo-footer {
    max-height: 50px;
    margin: 20px 0 15px 0;
}

h1 {
    font-family:'FrutigerLTW01-45Light', arial, helvetica, sans-serif;
    font-size: 2.2em;
    color: #465050;
}
h1.h404 {
    font-size: 3em;
}
h2 {
    font-family:'FrutigerLTW01-45Light', arial, helvetica, sans-serif;
    color: #465050;
    font-size: 1.4em;
    margin-top:0;
    line-height: 1.3em;
}

.content h2 a, .content h3 a, .content h3 {
    color: #465050 !important;
}

h2.dark {
    color:#565656;
}
h3 {
    font-family:'FrutigerLTW01-45Light', arial, helvetica, sans-serif;
    color: #465050;
    font-size: 18px;
}
a, a:hover, a:focus {
    color: #465050;
    text-decoration: none;
}

a:hover, a:focus {
    color: #465050;
}

li a:hover, li a:focus {
    color: #f02d1e;
    text-decoration: none;
}

a.navigationMehr {
    opacity: .6;
}

a.navigationMehr:hover {
    opacity: 1;
}

.margin-b20 {
    margin-bottom: 20px;
}
.padding-t40 {
    padding-top: 40px;
}

label {
    font-weight: normal;
}


.box {
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 0;
    margin-bottom:30px;
}
.mehrHeader {
    background-color: #f3f3f3;
    height: 45px;
    line-height: 30px;
    padding:8px 10px 0 13px;
    margin:0;
    color:#465050;
    font-size:18px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #c7caca;
}


.recent-content {
    list-style-type:none; 
    padding:0 1em 0 0.3em;
    margin-left:0;
    margin-top:10px;
}
.recent-content li {
    padding:0.5em 0 0.5em 0;
    border-bottom:1px dotted #343434;
    text-indent: -0.7em;
    margin-left: 0.7em;
}
.recent-content li:last-child {
    border-bottom:none;
}
.recent-content li:first-child {
    padding-top:0;
}
.recent-content li a {
    padding:0 0.7em 0 0.7em;
    color:#465050;
}
.recent-content li a:hover,
.recent-content li a.active {
    color:#f02d1e;
    /*color:#eaeaea;*/
    /*background:url(../images/bullet.png) no-repeat left center;*/
}


.btn-morenav {
    font-weight: 400;
    background-color: #465050;
    border: 1px solid #465050;
    color: #fff;
    margin-bottom: 5px;
    margin-right:5px;
    font-size: 0.9em;
}
.btn-morenav:hover, .btn-morenav:focus, .btn-morenav:active, .btn-morenav.active {
    color: #fff;
    background-color: #f02d1e;
    border: 1px solid #f02d1e;
}
.btn-morenav.disabled:hover, .btn-morenav.disabled:focus, .btn-morenav.disabled:active, .btn-morenav.disabled.active, .btn-morenav[disabled]:hover, .btn-morenav[disabled]:focus, .btn-morenav[disabled]:active, .btn-kategorien[disabled].active, fieldset[disabled] .btn-kategorien:hover, fieldset[disabled] .btn-kategorien:focus, fieldset[disabled] .btn-kategorien:active, fieldset[disabled] .btn-kategorien.active {
    color: #fff;
    background-color: #f02d1e;
}





/*Suche*/
#search-field {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f1e8;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    margin-right: 5px;
}

.section-white {
    width: 100%;
    min-height: 85px;
    background-color: #fff;
}
.section-lightgrey {
    width: 100%;
    min-height: 100px;
    background-color: #e6e6e6;
    padding-top:3em;
}
.section-darkgrey {
    width: 100%;
    min-height: 100px;
    background-color: #465050;
    padding-top:3em;
}

.leistungsbuttons {
    margin: 1em 0 1em 0;
    padding: 0;
    list-style: none;
}
.leistungsbuttons li {
    float: left;
    margin-right: 10px;
}
.leistungsbuttons li:last-child {
    margin-right: 0;
}
.leistungsbuttons img {
    width: 180px;
    height: 179px;
}

#intro {
    padding: 180px 0;
    background: #f4f1e8 url("../images/intro.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

#intro h1 {

    font-size: 80px;
    color: #f4f1e8;
    text-align: center;
    letter-spacing: -3px;
    font-weight: 100;
}
#intro p {
    color: #f4f1e8;
    font-size: 20px;
}
#intro2 {
    padding: 180px 0;
    background: #f4f1e8 url("../images/sal3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
#intro2 h1 {

    font-size: 80px;
    color: #f4f1e8;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: -3px;
}
#intro2 p {
    color: #f4f1e8;
    font-size: 20px;
}

.bottombar {
    float: left;
    width: 100%;
    vertical-align: center;
    background-color: #f3f3f3;
    margin: 0 0 0 0;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #e6e6e6;
}
a.share-link, a.bottombar-link {
    display: block;
    float: left;
    width: 100%;
    font-size: 1em;
    text-align:center;
    white-space: nowrap;
    line-height: 28px;
    padding: 5px 2% 0 2%;
    color: #465050 !important;
    height: 38px;
}
a.share-link, a.bottombar-link {
    width:17%;
    border-right: 1px solid #e6e6e6;
}
a.share-link:last-child, a.bottombar-link:last-child {
    width:15%;
    border-right: none;
}
a.share-link:hover, a.bottombar-link:hover {
    color:#f02d1e !important;
}
.bhcarousel {
    padding: 0 0 2em 0;
}
.bhcarousel h2 {
    min-height: 20px;
}
.bhcarousel .img-wrapper {
    min-height: 160px;
}
.bhcarousel .date {
    margin-bottom: 5px;
}
.bhcarousel h3.main, .item h3.main {
    color: #465050;
    font-size: 18px !important;
    line-height: 1.3em;
    margin: 15px 0 10px 0;
    text-transform: none;
    min-height: 47px;
}
.bhcarousel p {
    
}
.owl-theme .owl-controls {
    margin-top: 5px;
}
.owl-carousel .owl-wrapper-outer {
    /*causes problems*/
    /*overflow: visible;*/
}
.bhcarousel h2.main {
    min-height: 40px;
}
.bhcarousel p.main, p.main {
    min-height: 70px;
    margin: 0;
}
.content-overview .item {
    margin: 3px 3px 20px 3px !important;
    width:307px;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#fff;
    position: relative;
}
.content-overview .content {   
    padding: 0 15px 0 15px;
    margin: 0;
}
.content-overview h2 {   
    min-height: 40px;
}
.content-overview h3.main {   
    margin-top:20px;
}
.content-overview img {
    /*margin-bottom: 10px;*/
}
.content-overview .img-wrapper {
    min-height: 120px;
}
.content-overview .date {
    margin-bottom: 5px;
}
.content-overview h3 {
    color: #465050;
    font-size: 1.4em;
    line-height: 1.3em;
    margin: 20px 0 5px 0;
    text-transform: none;
}

.item-header {
    padding: 0 15px 5px 15px;
    margin: 0;
}


#team-overview .item {
    margin: 3px 3px 20px 3px !important;
    width:307px;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#team-overview h2 {
    
    min-height: 40px;
}
#team-overview img {
    /*margin-bottom: 10px;*/
}
#team-overview .img-wrapper {
    min-height: 120px;
}
#team-overview .date {
    margin-bottom: 5px;
}
#team-overview h3 {
    color: #465050;
    font-size: 1.4em;
    line-height: 1.3em;
    margin: 20px 0 5px 0;
    text-transform: none;
}

.product-more {
    background-color: #f3f3f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom:20px;
}

.product-more div div a:first-child img {
    border-right: 1px solid #f3f3f3;
}

.product-more div div a:nth-child(2) img {
    border-left: 1px solid #f3f3f3;
}

.product-more div div:first-child a:first-child img {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.product-more div div:first-child a:nth-child(2) img {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.product-more div div:last-child a:first-child img {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.product-more div div:last-child a:nth-child(2) img {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.product-more div div {
    height: 99px;
}

.product-more div div:last-child {
    height: 97px;
}

.product-more .border-left {
    border-left: 1px solid #f3f3f3;
}
.product-more .border-right {
    border-right: 1px solid #f3f3f3;
}




.tlc3 {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.trc3 {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.blc3 {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.brc3 {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.product-category-image {
    float:left; 
    width:50%; 
}

a.product-category-link img {
    opacity:0.4;
}

a.product-category-link:hover img , a.product-category-link:focus img, a.product-category-link img.active {
    opacity:1;
}
/*
.product-category-image:hover {
    opacity:1;  
}
*/
.btn-footer {
    background-color: transparent;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
    margin-bottom: 5px;
    font-size: 0.9em;
}
.btn-footer:hover, .btn-footer:focus, .btn-footer:active {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-footer.disabled:hover, .btn-footer.disabled:focus, .btn-footer.disabled:active, .btn-footer.disabled.active, .btn-footer[disabled]:hover, .btn-footer[disabled]:focus, .btn-footer[disabled]:active, .btn-footer[disabled].active, fieldset[disabled] .btn-footer:hover, fieldset[disabled] .btn-footer:focus, fieldset[disabled] .btn-footer:active, fieldset[disabled] .btn-footer.active {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-footer.active {
    color: #465050;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6 !important;
}
.btn-footer-flag {
    opacity:0.7;
}
.btn-footer-flag.active {
    opacity:1;
}


.md-only {
    display: none;
}

@media (min-width: 992px) {
    .md-only {
        display: block;
    }
    /*quick and dirty*/
    #header-img {
        /*display:none;*/
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
    }
    .sm-only {
        display: none;
    }
}

/*
 .owl-theme .owl-controls .owl-pagination {
 position:absolute;
 left: -45px;
 top: 55px;
 }
 */

.owl-theme .owl-controls .owl-page span {
    background: #465050;
    width: 9px;
    height: 9px;
}
.owl-item.loading {
    background-image: url(../images/ajax-loader.gif);
}
/*
 .owl-item.loading {
 padding: 4px;
 line-height: 1.42857143;
 background-color: #f4f1e8;
 border: 1px solid #ddd;
 border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 display: inline-block;
 }
 */





.btn-kategorien {
    font-weight: 400;
    background-color: #465050;
    border: 1px solid #465050 !important;
    border: 0;
    color: #fff;
    margin-bottom: 5px;
    font-size: 13px;
}
.btn-kategorien:hover, .btn-kategorien:focus, .btn-kategorien:active, .btn-kategorien.active {
    color: #fff;
    background-color: #f02d1e;
    border: 1px solid #f02d1e !important;
}
.btn-kategorien.disabled:hover, .btn-kategorien.disabled:focus, .btn-kategorien.disabled:active, .btn-kategorien.disabled.active, .btn-kategorien[disabled]:hover, .btn-kategorien[disabled]:focus, .btn-kategorien[disabled]:active, .btn-kategorien[disabled].active, fieldset[disabled] .btn-kategorien:hover, fieldset[disabled] .btn-kategorien:focus, fieldset[disabled] .btn-kategorien:active, fieldset[disabled] .btn-kategorien.active {
    color: #f02d1e;
    background-color: #fff;
    border: 1px solid #f02d1e;
}

.btn-tags {
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #465050;
    color: #465050;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 4px 8px !important;
}
.btn-tags:hover, .btn-tags:focus, .btn-tags:active, .btn-tags.active {
    border: 1px solid #f02d1e;
    background-color: #f02d1e;
    color: #fff;
}
.btn-tags.disabled:hover, .btn-tags.disabled:focus, .btn-tags.disabled:active, .btn-tags.disabled.active, .btn-tags[disabled]:hover, .btn-tags[disabled]:focus, .btn-tags[disabled]:active, .btn-tags[disabled].active, fieldset[disabled] .btn-tags:hover, fieldset[disabled] .btn-tags:focus, fieldset[disabled] .btn-tags:active, fieldset[disabled] .btn-tags.active {
    border: 1px solid #f02d1e;
    background-color: #f02d1e;
    color: #fff;
}


.btn-pagenavlink {
    background-color: #465050;
    border: 1px solid #465050;
    color: #fff;
    /*margin-bottom: 5px;*/
    margin-right:6px;
    font-size: 0.9em;
    /*padding: 2px 7px !important;*/
    text-align:center;
    
}
.btn-pagenavlink:hover, .btn-pagenavlink:focus, .btn-pagenavlink:active, .btn-pagenavlink.active {
    color: #fff;
    border: 1px solid #f02d1e;
    background-color: #f02d1e;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-pagenavlink.disabled:hover, .btn-pagenavlink.disabled:focus, .btn-pagenavlink.disabled:active, .btn-pagenavlink.disabled.active, .btn-pagenavlink[disabled]:hover, .btn-pagenavlink[disabled]:focus, .btn-pagenavlink[disabled]:active, .btn-pagenavlink[disabled].active, fieldset[disabled] .btn-pagenavlink:hover, fieldset[disabled] .btn-pagenavlink:focus, fieldset[disabled] .btn-pagenavlink:active, fieldset[disabled] .btn-pagenavlink.active {
    color: #465050;
    background-color: #f4f1e8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blogOverviewSingle h2 {
    padding-top: 25px;
}

.btn-default {
    color: #465050;
}

/*
 * Navbar non-responsive
 */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 20px 12px 20px 12px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

#blog_comments {
    clear:both;
}
.blog_comment_form {
    clear:both;
}
#blog_comments div {
    padding: 0.5em 0 0.5em 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
#blog_comments div:last-child {
    padding: 0.5em 0 0.5em 0;
    border-bottom: none;
    margin-bottom: 10px;
}
#blog_autor {
    clear:both;
    padding: 0.5em 0 0.5em 0;
    margin-top:1em; 
}
#blog_autor .media-heading {
    color: #465050;
    font-size: 1em;
    font-weight: bold;
}
.blog-headline {
    color: #465050;
    font-size: 1.8em;
    padding: 15px 0 0 0;
}


.youtube-outer-wrapper {
    width:307px; 
    height:172px; 
    overflow:hidden; 
    position:relative; 
    margin:0; 
    display:block; 
    text-align:center;
}

.youtube-inner-wrapper {
    position: relative;
    width:307px; 
    overflow:hidden;
    margin-bottom: 25px !important;
}
.youtube {
    height:173px; 
    overflow:hidden; 
    cursor:pointer; 
    margin:0;
}
.video-play {
    position: absolute;
    z-index: 9999;
    top:25%;
    left:36%;
    cursor: pointer; 
        overflow:hidden;
}
.video-play1 {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left:-42px;
    cursor: pointer; 
    overflow:hidden;
}
.video-play2 {
    position: absolute;
    z-index: 9999;
    top:25%;
    left:36%;
    color:#fff;

    cursor: pointer; 
        overflow:hidden;
}

/* Neue Styles */

.navbar-brand {
    padding: 8px 10px 12px 15px;
}

.dotted {
    white-space:normal;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
}

.section-header-blank {
  min-height: 28px;
  border-bottom: 1px solid #c7caca;
  display: block;
  margin-left: 3px;
  background-image: none;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.section-darkgrey .section-header-blank {
    background:url(../images/heading_border_2.gif) repeat-x left 17px;
}

h3.section-header-blank {
    background:url(../images/heading_border.gif) repeat-x left 12px;
    font-size:14px;
}

.content h3, .content h2 {
    font-size: 18px;
}

.content .section-header-blank {
    margin-left:0px;
}



.section-header {
    display: table;
    border-collapse: separate;
    word-wrap: break-word;
    width: 100%;
    height:18px;
    margin: 10px auto 20px;
}
.section-header .cell {
    display: table-cell;
    white-space:nowrap;
    vertical-align: bottom;
}
.section-header .cell-left {
    width: 1px;
    padding-right: 12px;
}
.section-header .cell-right {
    width: 1px;
    padding: 0 0 0 5px;
}
.section-header .cell-middle {
    border-bottom: 1px solid #c7caca;
}
.section-header .cell-left a {
    color: #465050;
}
.section-header .cell-left a:hover h1,
.section-header .cell-left a:focus h1,
.section-header .cell-left a:hover h2,
.section-header .cell-left a:focus h2 {
    color: #465050 !important;
}
.section-header .cell-left h1,
.section-header .cell-left h2 {
    color:#465050;
    margin: 0;
    font-size: 1.4em;
    line-height: 0.7em;
    margin-bottom: -2px;
}
.section-header .cell-left h3 {
    margin-bottom: -1px;
}
.section-header .cell-left h1 i,
.section-header .cell-left h2 i {
    font-size: 14px;
    padding-right:6px;
}
.section-darkgrey h2.section-header {
    color:#fff !important;
}  
.section-header .cell-right a {
    margin-left: 12px;
    font-size: 14px;
}
.section-header .cell-right a div {
    width: 20px;
    height: 20px;
    background-color: #465050;
    color: #fff;
    display: inline-block;
    margin-top: -2px;
    border-radius: 3px;
    font-size: 11px;
    padding-top: 2px;
    text-align: center;
}
.section-header .cell-right a div.down,
.section-header .cell-right a div.folder, {
    background-color: transparent;
    font-size: 14px;
}
.section-header .cell-right a div.down {
    color:#f02d1e;
    vertical-align: bottom;
    margin-left:-10px;
}
.section-header .cell-right a div.down,
.section-header .cell-right a div.folder i {
    vertical-align: bottom;
}
.section-header .cell-right a:hover div,
.section-header .cell-right a:focus div {
    background-color: #465050;
    color: #fff;
}
.section-header .cell-right a div.down,
.section-header .cell-right a:hover div.down,
.section-header .cell-right a:focus div.down,
.section-header .cell-right a:hover div.folder,
.section-header .cell-right a:focus div.folder {
    background-color: transparent;
    color: #465050;
}




.img-owl-carousel {
    /*display: block;*/
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
}

.bhcarousel .item .content, #team-overview .content {
    padding: 0 15px 0 15px;
    margin: 0;
}

.blogOverviewSingle .content {
    padding: 0 15px 5px 15px;
    margin: 0;
}

.content a:hover,
.content a:focus {
    color: #465050;
}

.bhcarousel .item .img-wrapper img.rounded-top, .template1 .top-img img, .rounded-top {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.no-rounded-top {
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.bhcarousel .item {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #fff;
    margin: 3px;
}

.section-darkgrey .bhcarousel .item {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff;
    margin: 3px;
}

img.img-owl-carousel-big {
    width: 617px;
}

img.img-autor {
    float: left;
    margin: 15px 15px 15px 0;
}

p.autor-info {
    float: left;
    margin: 16px 0;
    font-size: 0.9em;
    line-height: 1.2em;
}

#carousel_blog .item {
    margin:0;
}

span.muted {
    color: #909595;
}

.m-lr-15 {
    margin: 0 15px;
}

.kategorien-tags {
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px;
}

.kategorien-tags h3 {
    margin-top: 0;
    font-family:'FrutigerLTW01-45Light', arial, helvetica, sans-serif;
}

.w-20 {
    height: 20px;
}

.rounded-4 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.section-darkgrey .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.blogOverviewSingle {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #fff;
    width:100%;
    margin:0;
    clear:both;
}

.blogOverviewSingleGray {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f3f3f3;
}

.blogOverviewSingleComment {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #f3f3f3;
    padding-top: 1px;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 20px 0;
}

#blog_overview .bottombar{
    margin-bottom: 20px;
}

.btn-lines {
    position: absolute;
    right: 45px;
    padding-left: 15px;
    padding-right: 0;
    background-color: #000;
    top: -5px;
}

.blog-nav {
    font-size: 11px !important;
    margin: -5px 0 0 10px;
    /*padding: 3px 5px 1px 4px !important;*/
}

.blog-nav-left, .blog-nav-right {
    /*padding: 4px 5px 1px 4px !important;*/
    font-size: 11px !important;
}

.blog-nav-left, .blog-nav {
    padding: 4px 7px 3px 7px!important;
}



.autor-zitat {
    background:url(../images/autor.png) no-repeat;
    height: 17px;
    width: 100%;
    margin-top: 15px;
}

.no-m {
    margin: 0px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: none;
    color: #ccc;
    font-size: 2.5em;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -35px;
    top: 40%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -35px;
    top: 40%;
}

.section-darkgrey .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.grey {
    background-color: #f3f3f3;
}
/*
.owl-item iframe {
    height: 402px !important;
}

.owl-item .embed-responsive-item, .owl-item .embed-responsive {
    height: 353px !important;
}
*/

.owl-item h3 {
    margin-top: 25px;
}

.btn {
    border-radius: 3px;
}

#documents_headline {
    font-weight: bold;
    padding-top: 10px;
}

#documents {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    text-align: left;
}

form {
    /*margin-top: 20px !important;*/
}

.autorinformation {
    color: #465050;
    float: right;
    margin-top: 15px;
}
.autor-header {
    height:60px;
}

.content .btn-group {
    float: right;
}

.blogOverviewSingle .content .dropdown-menu,
.item .content .dropdown-menu {
    margin-top: 10px;
    width: 250px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0;
    border: none;
    background-color: #f3f3f3;
}

.blogOverviewSingle .content .dropdown-menu>li,
.item .content .dropdown-menu>li {
    padding: 8px 15px;
    color: #465050;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.blogOverviewSingle .content .dropdown-menu>li:hover a,
.item .content .dropdown-menu>li:hover a {
    color: #f02d1e
}

.blogOverviewSingle .content .dropdown-menu>li:first-child,
.item .content .dropdown-menu>li:first-child {
    padding: 8px 15px;
    background-color: #f3f3f3;
}

/*.blogOverviewSingle .content .dropdown-menu>li:last-child:hover a,
.item .content .dropdown-menu>li:last-child:hover a {
    color: #465050;
}

.blogOverviewSingle .content .dropdown-menu>li:last-child,
.item .content .dropdown-menu>li:last-child {
    border-bottom: none;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f3f3f3;
    text-align: center;
}

.blogOverviewSingle .content .dropdown-menu>li:last-child a,
.item .content .dropdown-menu>li:last-child a {
    color: #465050;
}*/

.blogOverviewSingle .content .dropdown-menu>li:last-child,
.item .content .dropdown-menu>li:last-child {
    border-bottom: none;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.blogOverviewSingle .content .dropdown-menu>li>a,
.item .content .dropdown-menu>li>a {
    padding: 0;
    line-height: 1.3em;
    white-space: pre-wrap;
}

.blogOverviewSingle .content .dropdown-menu>li>a:hover, 
.blogOverviewSingle .content .dropdown-menu>li>a:focus,
.item .content .dropdown-menu>li>a:hover, 
.item .content .dropdown-menu>li>a:focus {
    background-color: transparent;
}

/*ul.cssmasonry {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    margin: 0 auto;
    padding: 0;
    max-width: 970px;
}

ul.cssmasonry>li {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    list-style: none;            
    margin-bottom: 15px;
    width: 100%;
    background: #f3f3f3;
}
            
ul.cssmasonry li p {
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0 20px;
    line-height:1.5;
}

ul.cssmasonry li ul {
    list-style: none;
    padding: 15px;
}*/

.no-p-right {
  padding-right: 0px !important;
}

.btn-no-padding {
    padding: 0px !important;
}

ul.langlist {
    padding: 0px;
    margin: 0;
    list-style-type: none;
}

ul.langlist li {
    height:20px;
    width: 100px;
}

ul.langlist li a, ul.langlist li a:hover, ul.langlist li a:active, ul.langlist li a:visited {
    color: #465050;
    text-decoration: none;
}

ul.langlist li a img {
    width: 16px;
    height: 11px;
}

.popover-content {
    padding: 3px 10px;
}

.popover {
    top: -55px !important;
    left: -13px !important;
}

.arrow {
    left: 15% !important;
}

.footerp {
    color:#fff; 
    padding:0px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}
.footerp a {
    color: #fff;
}
.footerp a:hover, .footerp a:active, .footerp a:visited, .footerp a.active {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #f02d1e;
    -webkit-text-decoration-color: #f02d1e;
}


#topmenu .col-xs-3 {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  width:23.5%;
}

#topmenu .col-xs-3 ul {
  margin: 0;
  padding: 0;
}

ul.cssmasonry {
  list-style: none;
  padding: 0;
}

ul.cssmasonry li {
  list-style: none;
  padding: 0;
}

#topmenu {
    padding-bottom: 5px;
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 0;
    background-color: #fff;
    /*border-top: 1px solid #c7caca;*/
    width: 100%;
    border-radius: 0;
    display: none;
}

.navbar-nav>li>.dropdown-menu2 {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.masonryitem {
    list-style-type: none;
    margin-bottom:2em;
    width: 23.5%;
    padding: 15px !important;
    background-color: #f3f3f3;
    margin-bottom: 15px;
    border-radius: 3px;
    width: 22.5%;
}

.visibletrue {
    display: inherit;
}

.btn {
    padding: 4px 8px;
    font-weight: 400;
}

.dropdown-menu {
    font-size: 13px;
}

.light-font {
}

.hl-artikel,
.content h1 {
    font-size: 18px !important;
    margin: 0 0 20px 0;
    padding-top: 25px !important;
    color:#465050;
}

h3.1zeilig {
    height: 25px !important;
}

.contact {
    min-height: 58px;
    margin: 0;
}

.contact-overview {
    height: 50px;
    margin: 0;
}


.authorOverviewSingle {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #f3f3f3;
    width:100%;
    margin:0;
    clear:both;
}
.authorOverviewSingle img {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.authorOverviewSingle .content {
    padding: 0 15px 5px 15px;
}
.authorOverviewSingle .bottombar {
    margin-bottom: 20px;
}

.authorOverviewSingle h2 {
    padding-top: 20px;
}

.author-header {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
    width:100%;
    margin:0 0 20px 0;
    padding: 15px 15px 5px 15px;
    clear:both;
}
.right-menu-grey-wrapper {
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px;
}


.expandable {
    margin-bottom:10px; 
    position:relative;
}

.expandable h3.section-header {
    margin-bottom:0px; 
    margin-top:0px;
}
.expandable .section-header span {
    background-color:#f3f3f3;
}

.document {
    padding: 7px 0;
    border-bottom: 1px solid #d6d6d6;
}

.document:last-child {
    padding: 7px 0 0 0;
    border: none;
}


.author-dropdown-active-color {
    background-color: #f3f3f3;
}

#btnOpenBlogMenu i.fa {
    position: absolute; 
    right: 15px; 
    padding-left: 15px; 
    background-color: #e6e6e6; 
    top: 20px; 
    font-size: 0.7em; 
    background-color:#e6e6e6;
}


.blog-nav-button {
    position: absolute; 
    right: 15px; 
    
    padding-right: 0px; 
    padding-left: 15px; 

    background-color: #fff; 
    top: 20px;
}


.sidebar-headline {
    font-size:18px;
    color: #465050 !important;
}

.more-nav {
    margin-bottom:20px;
}


.blog-text {
    padding:20px 0 20px 0;
    margin:27px 0 27px 0;
    border-top:1px solid #c7caca;
    border-bottom:1px solid #c7caca;
}

.slideshowOwl.item img{
    display: block;
    width: 100%;
    height: auto;
}

.well, .well a, .well a:hover, .well a:focus, .well a:active, .well a:visited {
    color: #fff;
    padding-top: 30px;
}

.well a, .well a:hover, .well a:focus, .well a:active, .well a:visited {
    text-decoration: underline;
}

hr {
  border-top: 1px solid #fff;
}

.ntext img {
    max-width: 100%;
}

.parallaxParent {
    height: 400px;        
    overflow: hidden;
    margin-bottom: -20px !important;
}
.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
}
.parallaxDiv {
    background-repeat:no-repeat;
    background-size:100% auto;
}

.expandable h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin:0px;
}

.expandablecontent h3 {
  background-color: #f02d1e;
  padding: 8px 12px;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  border-radius:3px;
}

.divexpandable div {
    padding-left: 12px;
}

.divexpandable div.expandablecontent {
    padding-left: 0px;
}

.footer-logo {
    margin-top: -1px;
}

.collapse-border {
    border: 1px solid #d6d6d6;
    border-top-color: transparent;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 15px 15px 15px;
}

.form {
    margin-bottom: 15px;
}

#header-img {
    min-width: 100%;
}
.header-image {
    position: relative;
}
.header-image .container {
    position:absolute;
    z-index: 10000;
    left:50%;
    margin-left:-485px;
}
.header-image .top {
    top:50px;
}
.header-image .bottom {
    bottom:50px;
}
.header-image .middle {  /*to do*/
    bottom:50px;
}
.header-image p {
    font-family:'FrutigerLTW01-55Roman', arial, helvetica, sans-serif;
    color:#fff; /*default font color*/
    font-size:40px; /*default font size*/
    line-height:50px; /*default line height*/
    margin-bottom: -10px;
}
.header-image p.right {
    text-align:right;
}
.header-image p.center {
    text-align:center;
}

li #navbarBtnID {
	font-size: 0.95em;
	padding: 2px 8px;
	margin: 16px 0 0 0;
}

li #navbarBtnID .fa {
	margin-right: -2px;
}

h1.hl-artikel #headlineBtnID, h2 #headlineBtnID {
    font-size: 12px;
    padding: 2px 6px;
    margin-left:15px;
    margin-top: -2px;
    color: rgba(70,80,80,.6);
    border-color: rgba(70,80,80,.5);
    cursor: default;
}

h1.hl-artikel #headlineBtnID .fa, h2 #headlineBtnID .fa {
    margin-right: -2px;
}

h1.hl-artikel #headlineBtnID:hover, h2 #headlineBtnID:hover {
    background-color: transparent;
    color: rgba(70,80,80,.6);
    border-color: rgba(70,80,80,.5);
}

/* Blog Alternate */

.big-col-right {
    padding-right:5px;
    padding-bottom:10px;
    padding-left:18px;
}
.big-col-left {
    padding-left:5px;
    padding-bottom:10px;
    padding-right: 18px;
}

.blog_home_media {
    display: block;
    position: relative;
    vertical-align: top;
}

.blog_home_media img {
    border-radius: 3px;
}

.blog_home_image { 
    display: block; 
}

.blog_home_body {
    background: rgba(0,0,0,0.8);
    bottom: 0;
    color: #fff !important;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    /*padding: 75px 25px;*/
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 3px;
}

/*.blog_home_body h2 {
    color: #fff !important;
    height: 50px;
}*/

.blog_home_body h2 {
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 25px;
}

.blog_home_body a,
.blog_home_body a:hover,
.blog_home_body a:visited,
.blog_home_body a:focus {
    color: #fff !important;
}

.blog_home_body:hover { 
    opacity: 1; 
}

#carouselalternate_blog .item {
    margin: 0 3px;
}

/* End Blog Alternate */

#imageBtnID {
    font-size: 12px;
    padding: 2px 6px;
    position: absolute;
    right: 25px;
    margin-top: 10px;
    color: #465050;
    border-color: rgba(70,80,80,0.8);
    cursor: default;
    background-color: rgba(255,255,255,0.5);
    z-index: 10;
}

.imageBtnID {
    position: absolute;
    right: 25px;
    margin-top: 10px;
    z-index: 10;
    width: 22px;
    height: 22px;

}

#textBtnID {
    font-size: 9px;
    padding: 0 4px;
    margin: 1px 7px 0 0;
    color: rgba(70,80,80,.6);
    border-color: rgba(70,80,80,.5);
    cursor: default;
    float: left;
}

.textBtnID {
    width: 14px;
    height: 14px;
    cursor: default;
    float: left;
    margin: 1px 5px 0 0;
    background-image: url(../images/brand-id.gif);
}

.btn-footer .textBtnID {
    background-image: url(../images/brand-id-white.gif);
}

.btn-footer .textBtnID.active {
    background-image: url(../images/brand-id.gif);
}

#textBtnID:hover {
    background-color: transparent;
    color: rgba(70,80,80,.6);
    border-color: rgba(70,80,80,.5);
}

.idBlogOverview {
    margin-top:65px !important;
}

.idContentOverview {
    margin-top: 50px !important;
    right: 10px !important;
}

.idHomeBlog {
    margin-top: 70px !important;
    right: 10px !important;
}

.idHomeContent {
    right: 10px !important;
}

.linkBtnID {
    cursor: pointer !important;
}

.navBtnID {
    right: 0px;
    margin-top: -2px;
    width: 26px;
    height: 26px;
}

.galleryBigImage,
.gallerySmallImages3,
.gallerySmallImages2,
.gallerySmallImages1 {
  position: relative;
  overflow: hidden;
}

.galleryBigImage {
  width: 100%;
  margin-bottom: .5%;
}

.galleryBigImage:before {
  content: "";
  display: block;
  padding-top: 66%;
  /* initial ratio of 3:2*/
}

.gallerySmallImages3 {
  width: 33%;
  margin-right: .5%;
  float: left;
}

.gallerySmallImages2 {
  width: 49.75%;
  margin-right: .5%;
  float: left;
}

.gallerySmallImages1 {
  width: 100%;
  float: left;
}

.height100 {
  height: 100%;
}

.width100 {
  width: 100%;
}

.gallerySmallImages2:nth-child(3) {
  margin-right: 0;
}

.gallerySmallImages3:nth-child(4) {
  margin-right: 0;
  background-color: #000;
}

.gallerySmallImages3:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 3:1*/
}

.gallerySmallImages2:before {
  content: "";
  display: block;
  padding-top: 66%;
  /* initial ratio of 3:1*/
}

.gallerySmallImages1:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* initial ratio of 3:1*/
}

.photoGallery figure a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}

.gallerySmallImages3 p {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-top: 44%;
  z-index: 1;
}

figcaption {
    display: none;
}
















