
html { }

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1{
  font-weight: bold;
  font-size: 2rem;
}
h2{

  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: -10px;
  /*color: white; */
}
h3{
  font-size: 1rem;
}
p{
  font-size: 1.125rem;
}
a{
  color: #C30000;
}
a:hover{
  color: #C30000;
}
.content-wrapper>section{
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.content-wrapper>section.color-1+section.color-2{
  margin-top: 15px;
  padding-bottom: 15px;
}
.content-wrapper>section:last-of-type{
  padding-bottom: 15px;
}
section.color-2{
  background-color: #F5F5F5;
}
.texteingabe img{
  min-width: 100%;
}
/* TEXT */
.text-buffer{
  padding-top: 62px;
  padding-bottom: 62px;
}
.text-center{
text-align: center;
}
.text-right{
 text-align: right;
}
.text-justify{
  text-align: justify;
}
.texteingabe>div{
  height: 100%;
}
.texteingabe p.text-center{
  margin-top: 10px;
}
.texteingabe p strong{
  /* display: inline-block; */
  margin-top: 15px !important;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 7px 0;
}

/* CMS Update Anpassung 2023 */

.texteingabe p>a.uk-icon {
  position: relative;
  left: 35px;
  color: #C30000;
}

.texteingabe p>a.uk-icon:after {
  position: absolute;
  content: '';
  height: 30px;
  background-image: url(/media/pdficon.svg);
  width: 30px;
  background-size: contain;
  top: -15px;
  left: -35px;
}


/* --------------- */



/* NAVIGATION */

.nav-top{
  padding-left: 15px;
  padding-right: 15px;
  background: #c9c5c5;
  position: relative;
  font-size: 0.75rem;
  margin-left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 34px;
}
.nav-top>div{
  padding: 0;
}
.nav-top .uk-text-left span{
  margin-right: 15px;
}
.nav-top span i{
  color: #C30000;
  font-weight: bold;
}
.nav-top div span.kntkt a{
  color: black !important;
}
.uk-navbar-nav i{
  font-size: 18px;
}
.nav-wrapper{
  box-shadow: 0px 3px 6px #00000029;
  padding: 0;
}
.nav-wrapper a>img{
  height: 100px;
  margin: 10px 15px 15px 15px;
}
.nav-list{
  display: block;
  border-top: .5px solid #dddddd;
  border-bottom: .5px solid #dddddd;
  /*border-left: .5px solid #dddddd;
  border-right: .5px solid #dddddd;*/
  background: white;
}
.nav-block{
  display: block;
}
.uk-navbar-nav>li:first-of-type{
  margin-left: 15px;
  border-left: .5px solid #dddddd;
}
.uk-navbar-nav>li>a{
  min-height: 45px;
  padding: 0 20px;
  font-weight: bold !important;
  transition: none;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
  font-family: 'Roboto', sans-serif;
}
.uk-navbar-nav>li{
  border-right: .25px solid #dddddd;
  transition: none;
}
.uk-navbar-nav>li:hover{
  border-right: .25px solid #C30000;
  border-left: .25px solid #C30000;
  border-top: .25px solid #C30000;
  cursor: pointer;
  background: #C30000;
  color: white;
}
.uk-navbar-nav>li:hover a{
  color: white !important;
}
.nav-list .uk-active{
  background: #C30000;
  border-right: .25px solid #C30000;
  border-left: .25px solid #C30000;
  border-top: .25px solid #C30000;
}
.uk-navbar-nav .uk-active:first-of-type{
  border-left: .5px solid #C30000;
}
.uk-navbar-nav>li>a{
  color: black;
}
.uk-navbar-nav>li.uk-active>a{
  color: white;
}
.shop-button{
  margin-top: 15px;
  margin-right: 15px !important;
  margin-left: auto;
  margin-bottom: auto;
  font-size: 0.875rem;
  display: block;
  list-style: none;
}
.shop-button a{
  padding: 11px 10px 11px 10px;
  background: #C30000;
  color: white;
}
.shop-button-content svg{
  margin-right: 10px;
  height: 1.25rem;
}
.nav-mobile-button{
  float: right;
  margin-top: -10px;
  margin-bottom: 15px;
}
/* --------------- */



/* NAV MOBILE */
.nav-mobile{
  background: white;
}
.uk-nav-primary>li>a{
  padding: 10px 20px;
  font-weight: bold !important;
  transition: none;
  font-size: .875rem;
  color: black !important;
  text-transform: uppercase;
}
.uk-offcanvas-bar{
  width: 240px;
}
.uk-offcanvas-overlay::before{
  background: rgba(0,0,0,.25);
}
button.uk-offcanvas-close svg{
  color: black;
}
.nav-mobile>ul>li>a{
  position: static;
}
.nav-mobile>ul>li{
  border-bottom: .5px solid #dddddd;
}
.nav-mobile>ul>li>a.uk-offcanvas-close{
  opacity: 0.5;
}
/* --------------- */



/* HEADER */
.body-wrapper{
  padding: 0;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
}
.header-text-bg{
  height: 100%;
  background: #F5F5F5;
  padding: 25px;
  box-sizing: border-box;
}
.uk-slidenav>svg{
  width: 3rem;
}
.uk-slidenav>svg>polyline{
  stroke-width: 2.5;
}
/* --------------- */

.link-shop-cars ul>div{
  background-position: center;
  background-size: cover;
}
.link-shop-cars-inner{
  padding: 10px 20px;
  color: white;
  width: 100%;
  /*background: linear-gradient(180deg, #C3000000 0%, #C3000E 47%, #C30010 100%);*/
  background: #C30000;
  margin-top: auto;
}

/*
.link-shop-cars-inner h1{
  font-weight: normal;
  color: white;
  text-shadow: 0px 3px 6px #0000007C;
}
*/

.link-shop-cars-inner h1 {
  font-weight: normal;
  color: white;
  /* text-shadow: 0px 2px 2px #0000007C; */
  filter: drop-shadow(1px 1px 0px #000000);
  line-height: 90%;
  display: block;
  margin: 5px 0px 5px 0 !important;
}

.link-shop-cars-inner h2 {
  font-weight: normal;
  color: white;
  /* text-shadow: 0px 2px 2px #0000007C; */
  filter: drop-shadow(1px 1px 0px #000000);
  /* line-height: 90%; */
  display: block;
  margin: 5px 0px 5px 0 !important;
}

.link-shop-cars-inner .logo-wrapper>img {
  height: 38px;
}

/* KACHELN DIENSTLEISTUNGEN */
.tiles>a:hover{
  text-decoration: none;
}
.tiles>a:hover .tiles-inner{
  background-color: rgb(237, 237, 237);
}
.tiles a{
  display: inline-block;
  height: 100%;
}
.tiles-inner{
  background: white;
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  display: grid;
}
.tile-wrapper {
  height: 100%;

}
.tiles-inner .tiles-text{
  color: #000000;
  text-decoration: none;
}
.tiles-text {
  width: 100%;
  margin-bottom: 10px;
}
.tiles-img {
  margin-top: auto;
  width: 100%;
}
.tiles-inner-wrapper h1{
  color: #B1B1B1;
}
.tiles-inner-wrapper{
  display: flex;
}
.tiles-inner-wrapper>div{
  margin-top: auto;
}


h2.uk-modal-title {
  margin: 0px 0px 25px 0;
}



/* Hover effect buttons */
.link-shop-cars a>div{
  border: 1px solid transparent;
}
.link-shop-cars:hover a>div{
  border: 1px solid #c30000;
}
/* --------------- */




/***********************************
 *             DOWNLOADS           *
 ***********************************/

 .background-color-1 {
  background-color: #F5F5F5;
  padding: 25px;
  height: 100%;
  box-sizing: border-box;
}

.background-color-1 h2 {
  filter: drop-shadow(0px 0px 2px white);
  color: grey;
}


/***********************************
 *             FAHRZEUGE           *
 ***********************************/

 .galerie.back-btn-wrapper {
  margin-bottom: 25px;
  margin-top: 10px;
  z-index: 99;
}

.container-car-overview p {
  line-height: 125%;
}

.container-car-overview p strong {
  padding: 0;
  margin: 0px;
}

.galerie-wrapper img {
  border: 10px solid white;
  box-sizing: border-box;
  filter: drop-shadow(2px 2px 3px #00000050);
}





/* FOOTER A */
.footer-top{
  background: #a8a8a8;
  padding-bottom: 20px;
  margin-top: 20px;
}
.footer-top>div{
  padding-top: 20px;
}
.footer-top>div>ul>li>a {
  font-size: 1rem;
  color: white !important;
  font-weight: 300;
}
.footer-top>div>ul>li{
  font-size: 1rem;
  color: white !important;
  line-height: 150%;
}
.footer-top ul{
  list-style: none;
}
.footer-title-wrapper{
  margin-bottom: 16px;
  border-bottom: 1px solid #8f8f8f;
  width: 100%;
  box-sizing: inherit;
}
.footer-top h3{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0;
  border-bottom: 2px solid #ff000d;
  margin: 0;
  width: fit-content;
}
.footer-top ol, ul {
    padding: 15px;
}
/* --------------- */



/* FOOTER B*/
.footer-bottom-wrapper{
  color: #c8c8c8;
  background: #757575;
  padding: 10px 15px;
  font-size: 0.75rem;
}
.footer-bottom-wrapper a{
  color: white;
  text-decoration: none;
  padding: 5px 10px 5px 0;
  cursor: pointer !important
}
.footer-bottom-cr-plug{
  text-align: center;
}
.footer-bottom-wrapper a:hover{
  color: #C30000;
  cursor: move;
}
.footer-bottom-list{
  display: flex;
}
.footer-bottom-list a{
  display: flex;
  cursor: pointer;
}
/* --------------- */


/***********************************
 *             MODAL               *
 ***********************************/

[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 25px;
  right: 25px;
  padding: 5px;
}

.uk-modal {
  visibility: unset !important;
}

h2.uk-modal-title {
  color: black;
}

/*
.uk-modal-dialog.uk-modal-body {
  background: white url(/media/logo-dienstleistung_1.png);
  background-repeat: no-repeat;
  background-position: 95% 95%;
}
*/

/* MODULE */
/* Bild */
.bildmodul>div{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.bildmodul>div>img{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
/* Formular */
.uk-input:focus, .uk-select:focus, .uk-textarea:focus{
      border-color: #C30000;
}
button.btn{
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    background-color: #c30000;
    box-sizing: border-box;
    margin: 10px 0;
    font-size: .875rem;
    padding: 15px 15px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: .25px solid transparent;
}
button.btn:hover{
    background-color: white;
    color: black;
    border: .25px solid black;
}
/* --------------- */
.back-btn-wrapper a.btn-back{
  font-size: 1rem;
  text-transform: uppercase;
}

/* benutzerdef. Breite des Modal */
.uk-modal-dialog {
  width: 1170px !important;
  max-width: calc(100% - .01px)!important;
  }
/* breite des IMG im Modal */
.uk-modal-dialog.uk-modal-body figure img {
  height: auto;
  width: 100%;
}

@media (max-width: 639px) {
  .content-wrapper>section.color-2{
    margin-top: 15px;
  }
  .shop-button-content{
    width: 100%;
  }
  .shop-button a {
    text-align: center;
    display: block;
    box-sizing: border-box;
  }
  .shop-button-content svg{
    margin-right: 0px;
  }
  .uk-logo img{
    max-height: 60px;
  }
  .tiles-inner{
    display: grid;
  }
  .tiles-inner .tiles-text{
    order: 2;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .tiles-inner-wrapper>.uk-width-auto{
    display: none;
  }
  section.mobile-grid-second .uk-grid{
    display: grid;
  }
  section.mobile-grid-second .uk-grid>div:nth-of-type(2){
    order: 1;
  }
  section.mobile-grid-second .uk-grid>div:first-of-type{
    order: 2;
  }
  .content-wrapper>section.mobile-grid-second {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .uk-lightbox .uk-lightbox-button{
    background: transparent;
    margin: 0;
    transform: translate(0,-50%);
  }
}
.uk-lightbox>svg{
  width: 1.5rem;
}


@media (max-width: 360px) {
  .tiles-inner-wrapper>.uk-width-auto{
    display: none;
  }
}


/* = = = = CMS Update = = = = */
.newsWrapper .img-wrapper {
    margin-bottom: 0.5rem;
}
