@charset "utf-8";
/* CSS Document */

@import 'custom_min.css';
@import 'custom_480.css';
@import 'custom_900.css';
.TEMPLATEHOME {
}
.navbar-fixed {
    height: 64px;
}
.slides li .caption h3, .slides li .caption h5 {
    opacity: 0.9;
}
.slider .slides li .caption {
    max-width: 50%;
}
.home .container .row {
    margin: 0 !important;
}
/* Karten auf der Startseite anpassen */ 
.card.hoverable {
    box-shadow: none;
    margin-top: 50px;
    margin-bottom: 50px;
}
.home .card .card-content {
    height: 250px;
    padding: 20px 0;
}
/* Ende Karten auf der Startseite anpassen */
.navbar-fixed {
    margin-top: 30px;
}
/*.navbar-fixed nav {
    position: relative;
} */
/* Toolbar über Header */
.toolbar {
    padding: 0;
    color: #333;
    min-height: 30px;
    position: fixed;
    width: 100%;
    z-index: 5555;
    background: #ed8802;
    top: 0;
    display: block;
}
.toolbar ul li a {
    color: #333;
    font-size: 10px;
    line-height: 30px;
    font-weight: 600;
}
.toolbar ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.toolbar ul li {
    float: left;
    margin-right: 22px;
    color: #929596;
    font-size: 10px;
    font-weight: 800;
    line-height: 30px;
}
.toolbar ul li i {
    padding-right: 5px;
    font-size: 14px;
}
.toolbar ul li:last-child {
    margin-right: 0;
}
.toolbar .row {
    margin-bottom: 0;
}
.toolbar_shadow {
    background-image: url(../img/toolbar_shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 21px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
}
/* ENDE Toolbar über Header */
/* Suche X weiter nach unten verschieben */
.material-icons.closer {
    margin-top: 50px;
}
/* Abstand zu Lupe in Navigation vergrößern */
.search-label i {
    margin-left: 15px;
}
.footer-copyright {
    margin-top: 20px;
}
/* Logo auf der Linken Seite */
.LOGOLEFT {
    width: 170px;
    height: 276px;
    position: fixed;
    background-repeat: no-repeat;
    margin-left: 30px;
    top: 84px;
}
/* Logo anpassen */
.brand-logo img {
    background: #fff;
    padding: 50px 20px 20px 20px;
    margin-left: 5%;
    margin-top: 63px;
}
strong {
    font-weight: 600;
}
.col.s12.nopaddingleft {
    padding: 0;
}
.standard-contactform {
    display: none;
}
/* h3 Anpassen */
h3 {
    color: #cc2909;
}
h1, h2 {
    color: #cc2909;
}
/* Newsblöcke auf Startseite */ 
.newseintrag .responsive-img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.newseintrag {
    float: left;
}
.news {
    display: inline-block;
    margin-bottom: 30px;
    border: 1px solid #cc2909;
    padding:1em;
    width: 100%;
}
.news .collapsible {
    box-shadow: none;
    border: none;
    display: inline-block;
    width: 100%;
}
.news .CustomDesignHG {
    background-color: #fff !important;
    color: #cc2909 !important;
}
.news .CustomDesignHG span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}
.collapsible-body span {
    color: #cc2909 !important;
    display: block;
    margin-bottom: 10px;
}
.collapsible-header img {
    width: 100%;
}
.active .collapsible-header span {
    display: none;
}
.news .collapsible-header {
    padding: 0;
    border: none;
}

/* Clear */ 
.clear {
    clear: both;
}
/* Team anpassen */ 
.team .card-face {
    font-size: 0.9em;
    line-height: 1em;
    padding: 1em;
}
/* Anpassung Headerbilder skalieren */

.parallax-container {
    min-height: unset !important;
}

.parallax {
    position: relative;
    min-height: auto;
}

.parallax img {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: auto;
}
.section.no-pad-bot {
    display: none;
}
/* Cookiebanner */ 
.as-oil__btn-blue, .as-oil__btn-optin { 
    background-color: #cc2909!important;
}
.as-oil-cpc__status,
.as-oil__intro-txt a {
    color: #cc2909!important;
}
.as-oil-cpc__middle.as-js-purposes .as-oil-cpc__purpose:nth-child(3) .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider {
    background-color: #cc2909!important;
}
@media only screen and (max-width: 800px) {
    .hide-on-small-only {
        display: none;
    }
}
@media only screen and (max-width:600px) {
.toolbar {
    display: none
}
.navbar-fixed {
    margin-top: 0;
}
}
