*{
    margin:0;
    padding:0;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
}


/* ----------------------------------------------------------------------------------- Allgemein --------- */

body{
    background-color:white;
}

h1 {
    font-size: 6em;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1em;
    text-shadow: 0px 30px 200px black;
}
h1.kein-schatten{
    text-shadow: none;
}

h2{
    font-size:2.8em;
    margin-bottom: 10px;
    line-height: 1.0em;
    font-weight:100;
    color: #de0000;
    text-transform: uppercase;
}
.title h2 {
    font-size: 6em;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1em;
    text-shadow: 0px 30px 200px black;
}
h1 + h2 {
    margin-top: 20px;
}
h3{
    font-size:1.7em;
    font-weight:300;
    margin-bottom:20px;
    color:#333;
    text-transform: uppercase;
}
.title h3{
    font-size:2.8em;
    margin-bottom: 10px;
    line-height: 1.0em;
    font-weight:100;
    color: white;
    text-transform: uppercase;
}
h4 {
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    font-size:1.1em;
}
.navigation h3 a {
    transition: 0.3s;
    border-left: 1px solid #555;
    padding: 0 0 0 10px;
}
.navigation h3 a:hover {
    border-left: 1px solid orange;
    padding: 0 0 0 20px;
}

p{
    font-size: 1.3em;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-weight: 100;
}
p:last-child {
    margin-bottom: 0;
}
p + h2 {
    margin-top: 80px;
}
p + h3 {
    margin-top: 50px;
}
a{
    color:#555;
}
a:hover{
    color:#de0000;
}

ul {
    font-size: 1.3em;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-weight: 100;
}
ul li {
    margin: 0 0 10px 25px;
}

li a, p a{
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
}

strong {
    font-weight: 500;
}

.weiss h1, .weiss h2,.weiss h3,.weiss p, .weiss a {
    color:white!important;
}
.weiss .sppb-btn-default:hover {
    border-color: #fff;
}

::selection {
    background: #de0000;
    color: #fff;
}
::-moz-selection {
    background: #de0000;
    color: #fff;
}


/* ----------------------------------------------------------------------------------- Header --------- */


header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    background-color:white;
    width:100%;
    top:0;
    border-bottom: 1px solid #959595;
}

header #menu{
    display: flex;
    justify-content: space-between;
}

img.logo {
    padding: 15px;
    max-height:62px;
}


/* ---------------------------------------------------------------- Sprachen --------- */

/*
.mod-languages {
    position: fixed;
    z-index: 999;
    padding: 15px;
}
*/

/* ---------------------------------------------------------------- nav --------- */

.mod-languages {
    padding: 0 15px;
}

#hamburger-icon {
    display:none;
}

nav {
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
nav.active{
    display: flex;
}
nav ul li{
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 600;
    list-style: none;
    text-transform: uppercase;
}
nav ul li.active>a,nav ul li.active>span.separator{
    color:#de0000;
}
ul.nav-child li.active {
    border-bottom: 2px solid #de0000;
    border-top: 2px solid #de0000;
}
ul#main-nav {
    font-size: 1em;
    margin-bottom: 0;
}
ul#main-nav li {
    margin: auto;
}
ul#main-nav>li {
    float: left;
}
ul#main-nav>li a {
    padding: 20px 15px;
    display: block;
}
ul#main-nav>li:hover .nav-child {
    opacity: 1;
    visibility:visible;
}
ul#main-nav>li:last-child {
    padding: 0 15px 0 0;
}
ul#main-nav>li span.separator {
    padding: 20px 15px;
    cursor: pointer;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    display: block;
}
ul#main-nav>li span.separator:hover {
    color: #de0000;
}
ul.nav-child {
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    visibility:hidden;
    margin-top: 2px;
}
ul.nav-child li {
    position: relative;
    border-top: 1px solid #eee;
    font-size: 1em;
}
ul.nav-child li a {
    font-size: 0.7em;
    padding: 10px 15px!important;
    display: block;
    background-color: #fff;
}

.icons{
    display:none;
}

.item-151 .nav-child{
    display:none!important;
}


/* ----------------------------------------------------------------------------------- Titelbild --------- */

div.titelbild {
    height:885px!important
}
.titelbild h2{
    color: white;
    text-shadow: 0px 30px 200px black;
}



/* ----------------------------------------------------------------------------------- Kategorieansicht --------- */



/* ----------------------------------- Allgemein --------- */

.sppb-article-img-wrap{
    width:100%;
}
.sppb-article-img-wrap .sppb-img-responsive{
    width:100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.sppb-article-img-wrap .sppb-img-responsive:hover {
    opacity: 0.1;
}
/*
.sppb-article-info-wrap {
    position: absolute;
    margin: auto;
    width: 90%;
    padding:0px;
}
*/
.sppb-article-info-wrap h3{
    margin:5px 0 0 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}

.startseite-kategorie .sppb-article-info-wrap h3 a{
    color:white;
    font-size: 0.55em;
    display: block;
}
.startseite-kategorie .sppb-row{
    justify-content:center;
}

.sppb-addon-article:hover .sppb-article-img-wrap .sppb-img-responsive{
    opacity:0.5;
}

.sppb-nav-lines{
    display: flex;
    justify-content: center;
    margin-bottom:40px;
}
.sppb-nav-lines>li>a{
    font-weight:100;
}
.sppb-nav-lines>li>a:hover{
    color:#de0000;
}
.sppb-nav-lines li.active a{
    color:#de0000!important;
    border-bottom-color: #de0000!important;
}

.lines-tab li {
    margin-bottom: 0;
}
div.icons + a {
    display: none;
}
.sppb-carousel-pro-content + .sppb-btn {
    margin-top: 20px;
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div>div {
    vertical-align: bottom;
    padding-bottom: 20px;
}
.sppb-carousel-pro-content {
    position: absolute;
    bottom: 180px;
}

.aktuelles .rot h1{
    color:red!important;
}

/* ----------------------------------- Startseite --------- */

.startseite-kategorie {
    position: absolute;
    z-index: 999;
    top: -770px;
    opacity:0;
    margin-top:30px;
}
.startseite-kategorie.active{
    opacity: 1;
    transition: all 1s linear;
    margin-top:0;
}
.startseite-kategorie .sppb-addon-article .sppb-img-responsive{
    border: 1px solid #000;
}
.startseite-kategorie.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 70px;
}



/* ----------------------------------- Kontakt --------- */

.kontakt h3{
    margin-bottom:0;
}
.kontakt h4{
    margin-bottom:15px;
}



/* ----------------------------------------------------------------------------------- Fahrzeugbestand --------- */


iframe {
    border: none;
}

div#container {
    box-shadow: none!important;
}



/* ----------------------------------------------------------------------------------- Aktuelles --------- */
.aktuelles h1{
    color:#555;
    text-shadow: none;
}

@media screen and (min-width:1300px){
    .aktuelles h1{
        font-size:5em;
    }
}

.aktuelles h2{
    line-height:unset;
}





/* ----------------------------------------------------------------------------------- Joomla Backend Anmeldung --------- */

div#element-box {
    background-color: white;
    padding: 50px;
}





/* ----------------------------------------------------------------------------------- Wartungsseite --------- */

#wartungsseite{
    background-color:#de0000;
    display:flex;
    align-items: center;
    height:100vh;
}
div#frame {
    background-color: white;
    padding: 50px;
    border-radius:3px;
    max-width:450px;
    width:100%;
}
div#frame h1 {
    display: none;
}
div#frame input.button.login {
    background-color: #333;
    padding: 10px 20px;
    width: 100%;
    font-weight: 400;
}
div#frame img {
    margin-bottom: 40px;
    text-align: left;
}
div#frame form#form-login {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

div#frame input.button.login {
    background-color: #333;
    padding: 20px 10px;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
div#frame input.button.login:hover {
    background-color:#de0000;
}

#frame input {
    padding: 10px 10px;
    font-weight: 400;
}
div#system-message-container {
    position: absolute;
    width: 100%;
}



/* ----------------------------------------------------------------------------------- Iframe Einbindung --------- */

.embed-container {
position: relative; 
padding-bottom: 56.25%; /* ratio 16x9 */
height: 0; 
overflow: hidden; 
width: 100%;
height: auto;
}

.embed-container iframe {
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}


/* ----------------------------------------------------------------------------------- Pagebuilder --------- */




/* ------------------------------------------- Frontend Editor --------- */

#sp-page-builder .sp-pagebuilder-section-parent:hover>.sp-pagebuilder-section-inner-wrap {
    position: relative;
    z-index: unset;
}


/* ------------------------------------------- Frontend --------- */


#sp-page-builder {
    overflow: hidden;
}

h1 span.block-1{
    visibility: visible;
    animation-duration: 1300ms;
    animation-delay: 500ms;
    animation-name: fadeInLeft;
}
h1 span.block-2{
    visibility: visible;
    animation-duration: 1300ms;
    animation-delay: 700ms;
    animation-name: fadeInLeft;
}
h1 span.block-3{
    visibility: visible;
    animation-duration: 1300ms;
    animation-delay: 900ms;
    animation-name: fadeInLeft;
}

.seitentitel {
    position: absolute;
    margin-top: -175px;
}

p.titel{
    font-size:4em;
    font-weight:400;
    color:white;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: unset;
}
p.titel span{
    background-color:#de0000;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.page-1 .page-header{
    display:none;
}
.icons + a[target="_blank"] {
    display: none;
}

.sppb-btn-default {
    background-color: transparent;
    border-radius: 0;
    padding: 15px 20px;
    border: 0;
    color: #ddd;
    border: 1px solid #ddd;
    border-left:10px solid #ddd;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.sppb-btn-default:hover {
    background-color: transparent;
    color: #de0000;
    border: 1px solid #de0000;
    border-left: 20px solid #de0000;
}

.sppb-btn-secondary {
    color: #fff;
    background-color: transparent;
    font-size: 2.8em;
    border: 1px solid white;
    padding: 10px 20px;
    font-weight: 100;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.sppb-btn-secondary:hover {
    opacity: 0.5;
    border: 1px solid white;
    color: white;
    background-color: transparent;
}
.sppb-btn-secondary:focus {
    color: #fff;
    box-shadow: none;
}


/* ------------------------------------------- Articles --------- */

.artikelanzeige .sppb-row {
    justify-content: center;
}
.artikelanzeige {
    position: relative;
    z-index: 999;
    top: 0px;
    opacity:1;
    margin-top:auto;
}
.artikelanzeige.active{
    opacity: 1;
    transition: all 1s linear;
    margin-top:0;
}
.artikelanzeige .sppb-addon-article .sppb-img-responsive{
    border: 1px solid #111;
}
.artikelanzeige.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 70px;
}
.artikelanzeige .sppb-article-info-wrap h3 a {
    color: #111;
    font-size: 0.55em;
    display: block;
}



/* ------------------------------------------- Dropdown --------- */

.sppb-panel-body {
    padding: 40px;
}
.sppb-panel.sppb-panel-default .sppb-panel-title {
    color: #555;
    text-transform: uppercase;
}
.form-builder-checkbox-item input:checked+label::before, .form-builder-radio-item input:checked+label::before, .sppb-addon-form-builder .sppb-form-check-input:checked+label::before {
    background: #de0000;
}
.sppb-form-check-label a{
    color:#de0000;
}
.sppb-form-check-label a:hover{
    color:#a00;
}

/* ------------------------------------------- Kontaktformular --------- */

.kontaktformular label{
    display:none;
}
label.sppb-form-check-label {
    display: block;
}
select.sppb-form-control:not([size]):not([multiple]) {
    height: auto;
}
.sppb-form-check{
    display: flex;
    margin-bottom: 30px;
}

.form-builder-checkbox-item label::before, .form-builder-radio-item label::before, .sppb-addon-form-builder .sppb-form-check-label::before {
    border: 1px solid #555!important;
}

.sppb-form-control, .sppb-form-group .sppb-form-control {
    padding: 15px;
    border-radius: 1px;
    font-weight: 300;
}
.sppb-form-control:focus{
    border-color:#faa;
}

/* ----------------------------------------------------------------------------------- Formular  --------- */


.control-group .controls .btn-primary {
    padding: 10px 20px;
    background-color: #fefefe;
    border: 1px solid #555;
    text-transform: uppercase;
    color: #555;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.control-group .controls .btn-primary:hover {
    cursor:pointer;
    color:#de0000;
    border: 1px solid #de0000;
}
.control-group input {
    padding: 15px;
    background-color: #fefefe!important;
    border: 1px solid #ddd;
    width: 100%;
}

.control-group .control-label {
    margin-bottom: 8px;
    color: #555;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.3em;
}
.sppb-btn-default.focus, .sppb-btn-default:focus {
    box-shadow: none;
    color:white;
}

/* ----------------------------------------------------------------------------------- Anmeldung --------- */


.anmeldung {
    margin: 300px auto 300px auto;
    width: 1170px;
    padding: 0 15px;
}
.anmeldung fieldset {
    border: 0;
}
.anmeldung .controls {
    margin: 10px 0;
}
.anmeldung .control-group {
    margin-bottom: 30px;
}



/* ----------------------------------------------------------------------------------- Anmeldung --------- */



.anmeldung.login {
    width: 430px;
    margin: 300px auto 0 auto;
}

.login fieldset {
    border: none;
}



.login .control-group input#remember {
    width: auto;
}

.login + div {
    width: 400px;
    margin: 20px auto 300px auto;
}
.login + div li {
    list-style: none;
}
.login + div li a {
    color: #888;
    font-weight: 100;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.login + div li a:hover {
    color:#de0000;
}

.login + div ul li{
    margin:0;
    font-size: 0.8em;
}
.popover{
    display: none!important;
}



/* ---------------------------------------------------------------- Fusszeile --------- */


ul#fusszeile {
    padding: 20px 0;
    background-color: #de0000;
    color: white;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    list-style: none;
}
ul#fusszeile li {
    margin-bottom: 0;
}
ul#fusszeile a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}
ul#fusszeile a:hover{
    color:#000;
}

/* ------------------------------ Auszeichnungen --------- */     
    
    .timeline-panel p.title{
        font-weight:500;
    }


p.timeline-date.text-right {
    text-align: right;
}





@media screen and (max-width:1300px){
    
    h1{
        font-size: 5em;
    }
    h2{
        font-size: 2.3em;
    }
    h3{
        font-size: 1.6em;
    }
    p {
    font-size: 1.1em;
    }
    
}



@media screen and (max-width:1199px){
      
    
    
/* ---------------------------------------------------------------- Allgemein --------- */
    
/* ------------------------------------------------ Headlines --------- */

    h1{
        font-size: 4em;
    }
    h2{
        font-size: 2em;
    }
    h3{
        font-size: 1.6em;
    }   
    
/* ---------------------------------------------------------------- Header --------- */
    header {
     display: block;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
        position:relative;
    }
     header.down{
        transform:translate(0,-150%);
    }
    
    
/* ------------------------------------------------- Bürger menü --------- */


#hamburger-icon {
  display:block;
  width: 30px;
  margin-top: 3px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #de0000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#hamburger-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#hamburger-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

    
.big-picture{
    background-size: cover!important;
    background-attachment: unset!important;
    background-position: center!important;
}
    
header #menu {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
    
    
/* --------------------------------------------------------- nav --------- */
    
    img.logo {
        padding: 0;
        max-height: 15px;
        width: auto;
    }
    
    nav{
        height: 0;
        overflow-y:scroll;
        display:block;
    }
    
    nav ul li{
        display:block;
        margin-left:0;
        line-height: unset;
    }
    ul#main-nav>li{
        float:none;
    }
    #main-nav li.open .nav-child{
        display:block;
    }
    nav.active{
        height: 100vh;
        display:block;
        padding-bottom: 30px;
    }
    ul#main-nav {
        padding: 20px 0;
    }
    ul#main-nav>li a {
        padding: 8px 15px;
        display: block;
    }
    ul#main-nav>li span.separator {
        padding: 8px 15px;
    }
    ul.nav-child {
        margin-bottom: 5px;
        position: relative;
        opacity: 1;
        margin-top: 0;
        display: none;
        visibility: unset;
}
    ul.nav-child li{
        padding-left:20px;
    }
    ul.nav-child li a{
        font-size: 0.5em;
        padding: 7px 15px 7px 40px!important;
    }


    div.mod-languages {
        border-bottom: 1px solid #ddd;
    } 
    div.mod-languages ul {
        padding: 4px 0;
    }
    div.mod-languages li{
        margin-left:0!important;
    }

 #hamburger-icon span {
     height:2px;
     width:30px;
    }
    
#hamburger-icon.open span:nth-child(1) {
      top:0;
      left:0;
}
#hamburger-icon.open span:nth-child(1) {
    top: -1px;
    left: 8px;
}
 #hamburger-icon span:nth-child(2) {
     top:8px;
      left:0;
    }
 #hamburger-icon span:nth-child(3) {
     top:16px;
     left:0;
    }
#hamburger-icon.open span:nth-child(3) {
    top: 20px;
    left: 8px;
    width: 30px;
}
    
    
    /* ------------------------------ Navigation Ein Aus --------- */  
    
    header{
        position:fixed;
    }
    header.down {
        background-color: transparent;
        transform: translate(0,-150%);
    }
    
    /* ------------------------------ Titelbild responsive --------- */    

    .sp-page-builder .page-content .titelbild{
        height: 1020px!important;
        background-size: cover!important;
    }
    

    
    /* ------------------------------ Bilder volle Breite --------- */    

    .sppb-addon-single-image-container {
        display: block;
    }
    .sppb-addon-single-image-container img{
        width:100%;
    }
    

    
/* ----------------------------------------------------------------------------------- Kategorieansicht --------- */


.sppb-addon-articles .sppb-addon-article {
    max-width: 100%;
    margin-bottom: 30px;
    max-height:293.33px;
}
.veroeffentlichungen .sppb-addon-articles .sppb-addon-article {
    max-height: 405px;
}
 
 .startseite-kategorie {
    top: -720px;
}   
  
}


@media (max-width: 991px){
    
    
    
    
    /* ------------------------------------------------ Headlines --------- */

    h1{
        font-size: 3em;
    }
    h2{
        font-size: 1.8em;
    }
    .title h2 {
        font-size: 1.2em;
        font-weight: unset;
        color: white;
        margin-bottom: 10px;
        line-height: 1em;
    }
    h3{
        font-size: 1.4em;
    }   
    .title h3 {
        font-size: 1em;
        margin-bottom: 10px;
        line-height: 1.0em;
        font-weight: 100;
        color: white;
        text-transform: uppercase;
    }
    .sppb-addon-articles .sppb-addon-article {
        max-height:220px;
    }
    .veroeffentlichungen .sppb-addon-articles .sppb-addon-article {
    max-height: 300px;
    }
    .startseite-kategorie {
        top: -630px;
    }
    .sppb-article-info-wrap h3 a {
    font-size: 0.4em;
}

@media (min-width: 767px){

    .anmeldung {
        width: 750px;
    }
    
}

@media (max-width: 767px){


    /* ------------ Titelbild Startseite --------- */    
    
    .titelbild{
        background-attachment:scroll!important;
    }
    .startseite .titelbild {
        background-position-x: 70%!important;
    }
    .sp-page-builder .page-content .titelbild{
        height: auto!important;
        background-size: auto 85%;
        padding-bottom: 200px!important;
    }

    .startseite-kategorie{
        padding: 15px;
        position: relative;
        top:0;
    }
    .startseite-kategorie .sppb-row {
        display: flex;
        justify-content: space-between;
    }
    .startseite-kategorie .sppb-col-sm-3 {
        width: 48%;
        padding: 0;
    }
    .startseite-kategorie.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 20px;
    }
    .sppb-article-info-wrap{
        position: relative;
        width:100%;
    }
    
    .anmeldung {
        width: 100%;
    }

    .sppb-addon-articles .sppb-addon-article {
        max-height:unset;
        margin-bottom:15px;
    }
    .heute-titel{
        text-align: left;
    }
    .veroeffentlichungen .sppb-addon-articles .sppb-addon-article {
        max-height: unset;
        max-width: 100%;
    }
    .sppb-article-info-wrap h3 a {
        font-size: 0.55em;
    }
    
    
    
    /* ------------ Titelbilder Responisve --------- */    
    
    .fahrzeugaufbereitung .titelbild {
        background-position-x: unset;
    }
    .raeder-und-reifenwechsel .titelbild{
        background-position-x: 20%!important;
    }
    .schadensservice .titelbild{
        background-position-x: 30%!important;
    }
     .ueber-uns .titelbild{
        background-position-x: 70%!important;
    }
    .karriere .titelbild{
        background-position-x: 70%!important;
    }
}


@media screen and (max-width:600px){
    
    
    /* ------------------------------------------------------------------------------------------ Allgemein --------- */    

    h1{
        font-size:1.5em;
        margin-bottom:5px;
        padding: 0px 5px;
    }
    h2 {
        font-size: 1.2em;
        line-height: 1.1em;
    }
    h3 {
        font-size: 1em;
        margin-bottom:10px;
    }
    h2+h3 {
    margin-top: -10px;
    }
    p{
        font-size:1em;  
    }
    ul{
        font-size:1em;
    }
    .seitentitel {
        margin-top: -115px;
    }

    ul#fusszeile {
        display: block;
        justify-content: left;
    }
    
    
    body{
        padding-top: 44px;
    }
    
    .big-picture{
        height: 300px;
    }
        

    
    
    
    
    
    /* ------------------------------ Titelbild responsive --------- */    
    

    .sppb-addon-articles .sppb-addon-article{
        display:block;
        background-color:unset;
    }

    
    .sppb-article-info-wrap h3{
        text-align: left;
        opacity:1;
        margin-top:5px;
    }
    .sppb-article-info-wrap h3 a {
        font-size: 0.45em;
        color: white;
    }
    .sppb-article-img-wrap .sppb-img-responsive{
        opacity:1;
    }
    .sppb-addon-article:hover .sppb-article-img-wrap .sppb-img-responsive{
        opacity:1;
    }
    .sppb-article-img-wrap .sppb-img-responsive:hover{
        opacity:1;
    }

    .sppb-addon-article:hover .sppb-article-info-wrap h3{
        font-size:1.5em;
        letter-spacing: unset;
        opacity:1;
    }

    .sppb-addon-article:hover img {
        max-width: 100%!important;
        margin-left: -0;
        width: 100%;
    }

    /* ------------------------------ Ajax Projekt Kategorie Menü --------- */
    
    ul.sppb-nav.sppb-nav-lines{
        display: block;
        border:0;
    }
    ul.sppb-nav.sppb-nav-lines>li {
        float: none;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #eee;
    }
    ul.sppb-nav.sppb-nav-lines>li.active {
        border-bottom: 1px solid #de0000;
    }
    ul.sppb-nav-lines>li>a {
        padding: 0 0 5px 0;
    }
    ul.sppb-nav-lines>li.active>a{
        border-bottom: 0px solid #de0000!important;
        margin-bottom: 0!important;
    }
}

