body {
    background: #00acb5;
    height: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Exo","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
}

.no-js .title-bar, #c23, .top-bar-right .menu > li:nth-child(2) {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}
@media screen and (min-width: 40em) {

    h1 {
        font-size: 2rem;
    }
}
.row {
    background-color: #eee;
}

.top-bar {
    padding: .5rem .9375rem;
}
.title-bar {
    background: #379fdc;
}
.top-bar-left .menu > li > a > img {
    margin-bottom: 10px;
}

.top-bar-left .menu > li > a > p {
    float: right;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 12px;
}

select {
    margin: 0;
    padding: 0;
    width: 65px;
}

a {
    color: #000;
}

a:focus, a:hover {
    color: #379fdc;
}

a.logo-link {
    padding: 0 !important;
}

.menu > li {
    display: inline-block;
}
.menu > li > a {
    font-size: 10pt;
    font-weight: 500;
}

.menu > li > a > i {
    font-size: 15pt;
}

#main-menu > .menu > li > a {
    font-size: 11pt;
    font-weight: 300;
    text-transform: uppercase;
}

.suche {
	padding: .9375rem;
	background: #379fdc;
}

.suche p {
	float: left;
	margin-bottom: 0;
}

.suche input, .suche button {
	margin: 0;
	height: 100%;
}

.button {
	background: #a1b723;
}

.button:focus, .button:hover {
	background: #899a27;
}

.suche span{
	float: right;
	font-size: 22px;
	color: white;
	font-weight: 500;
	line-height: 38px;
}

.content{
	padding: 2em;
}

.content .teaser-link {
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    background: #d2cabb;
    margin-bottom: 2em;
    line-height: 55px;
    font-weight: 500;
}

.thumbnail {
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}

.callout {
    margin: 0;
    border-top: none;
    border-bottom: none;
}

footer .row:last-child {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height:auto !important;
    height:100%;
    max-width: 75rem;
    margin: 0 auto;
    background-color: #eee;
    border-left: 22px solid #00c4c5;
	border-right: 22px solid #00c4c5;
}

footer img {
    height: auto;
    margin: 0 auto;
    padding-left: 25%;
    padding-right: 25%;
    width: 100%;
    display: block;
}

footer .row:first-child .column {
    display: table-cell; 
    vertical-align: middle;
}

footer .row:last-child {
    padding-bottom: 2em;
}

.subcontent {
    padding: 1em;
}

.subcontent ul {
    padding-left: 2em;
}

.subcontent p img {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 1em 10%;
    width: 100%;
}

.address-list {
    padding-bottom: 60px;
}
.partner {
    margin-bottom: 30px;
}
.tx-felogin-pi1 h3, .tx-felogin-pi1 > div, .loggedin, .tx-filelist .breadcrumb {
    display: none;
}

.filialen {
    min-height: 260px;
    line-height: 1.8rem;
    margin-bottom: 40px;
    /*background: grey;*/
}
.filialen .category {
    padding-top: 20px;
}
.filialen .googlemaps {
    text-decoration: underline;
}
.pressespiegel {
    padding-top: 20px;
}
.presseline {
    background: url(../Images/efit-left-navi-line.png) repeat-x;
    height: 24px;

    background-position: 0px 20px;
    display: block;
}
.pressespiegel a:link, .pressespiegel a:visited, .filialen a:visited, .filialen a:link {
    color: #009ee0;
    text-transform: capitalize;
    text-decoration: none;
}
.subcontent a {
    color: #009ee0!important;
    text-decoration: none;
}
a.anmeldung {

    margin-top:20px;
    margin-bottom:20px;


    background: #a1b723;

    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .25s ease-out;
    border: 0px solid transparent;
    border-radius: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: .9rem;
    background: #a1b723;
    color: #fff!important;

}

.news-list-view a {
    color: #000!important;
}

.filialen:last-child {
    float: none;
}