/*****************************************

		CUSTOM CSS

******************************************/

.footer-part {
    background: #f5f5f5;
    margin-top:50px;
}

.footer-part .wrapper-website {
    margin: 0 auto;
    padding:0 0 12px 0;
}

/*Adresse im Footer*/
.address p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.footer-title {
    position: relative;
    text-align: center;
    /* display: none; */
}

/**Menu im Footer*/
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
   /* text-decoration: underline; */
    font-size: 14px;
    /* color: #fff; */
}

.bottom_menu a {
    margin: 0;
    /* color: #fff; */
    font-size: 15px;
}

.button-header-address {
    color: #ffffff;
    background: #F07C00;
}

/*border 100%
.module-title h3:after {
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    /*border:2px solid #000;}*/


/*padding-top angepasst
.website-content {
    padding-top:20px;
    clear:both;
}

.main-columns {
    clear:both;
}
*/
.website-footer {
    padding: 10px 0 0 0;
    font-size: 90%;
}

/* padding zum footer */
.main_component {
    position: relative;
    padding: 0 40px 10px 40px;
    z-index: 1;
}

h2.contentheading, h1 + h1, .page-header > h2 {
    padding: 8px 15px;
    letter-spacing: 0.5px;
    background: rgba(0,0,0,0.06);
    border-left: 4px solid;
  /*  border-left-color: currentcolor;
    border-left-width: 4px; */
    margin-bottom: 10px;
}