/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v21-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/poppins-v21-latin-300.eot#iefix') format("embedded-opentype"), url('../fonts/poppins-v21-latin-300.woff2') format("woff2"), url('../fonts/poppins-v21-latin-300.woff') format("woff"), url('../fonts/poppins-v21-latin-300.ttf') format("truetype"), url('../fonts/poppins-v21-latin-300.svg#Poppins') format("svg");
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v21-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/poppins-v21-latin-regular.eot#iefix') format("embedded-opentype"), url('../fonts/poppins-v21-latin-regular.woff2') format("woff2"), url('../fonts/poppins-v21-latin-regular.woff') format("woff"), url('../fonts/poppins-v21-latin-regular.ttf') format("truetype"), url('../fonts/poppins-v21-latin-regular.svg#Poppins') format("svg");
  /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v21-latin-800.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/poppins-v21-latin-800.eot#iefix') format("embedded-opentype"), url('../fonts/poppins-v21-latin-800.woff2') format("woff2"), url('../fonts/poppins-v21-latin-800.woff') format("woff"), url('../fonts/poppins-v21-latin-800.ttf') format("truetype"), url('../fonts/poppins-v21-latin-800.svg#Poppins') format("svg");
  /* Legacy iOS */
}
/*-----
Schriften
-----*/
* {
  font-family: "Poppins";
  font-weight: 400;
}
h1 {
  font-size: 1.7rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-style: 1.2rem;
}
h6 {
  font-style: 1.1rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins" !important;
  color: white !important;
  font-weight: bold !important;
  font-weight: 800 !important;
  line-height: 130% !important;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 300;
}
/*-----
Standards 
-----*/
.sub-grey-background.moduletable {
  padding: 80px 0;
}
#sub-grey-background {
  padding-left: 20px;
  padding-right: 20px;
}
.g-title {
  margin-bottom: 30px;
  text-align: center;
}
.padding-20 {
  padding: 20px;
}
#carbon-background {
  border: none;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-image: url('../../../../images/carbon-fiber.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}
#logo-6861-particle img, #logo-8732-particle img {
  min-width: 100px;
  width: 200px;
  padding: 20px 0;
}
.button, .btn-secondary {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #ffffff;
  text-shadow: none;
  transition: background 0.1s;
  border: 1px solid white;
}
.button:hover, .btn-secondary:hover {
  background: #3f484b;
  color: #ffffff;
  transition: all ease-in 0.4s;
}
#g-main .grey-background, .grey-background {
  background-color: #293133 !important;
}
.text-black a {
  color: white !important;
}
.text-black {
  background-color: black;
}
.text-black .g-block.size-55.padding, .text-black .g-grid.padding {
  padding: 30px;
}
.blue-background .padding {
  padding: 30px;
  background: #293133 !important;
}
.blue-background .g-block.size-100.seitenbreite-container {
  background: #293133 !important;
}
.col, .row {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.seitenbreite, .seitenbreite-container .g-container, .footer-nav.moduletable, .seitenbreite-box .g-content .carbon-background.moduletable {
  max-width: 1200px;
  margin: 0 auto;
}
.g-block.size-100.seitenbreite-container {
  max-width: 1200px;
  margin: 30px auto;
  margin-bottom: 30px;
  /*background: #293133 !important;*/
  margin-bottom: 0px;
}
.platform-content.container {
  padding: 0;
}
.g-grid {
  justify-content: space-between;
}
#blue-background .padding {
  padding: 30px;
}
.no-padding {
  padding: 0 !important;
  margin: 0;
}
main a {
  color: white;
}
main a:hover {
  color: #00a3ff;
  transition: all ease-in 0.4s;
}
.text-black .padding {
  padding: 10px 20px;
}
.rsform-submit-button.rsform-thankyou-button.btn.btn-primary {
  margin-left: 20px;
}
#g-showcase {
  border-bottom: 5px solid #fff;
  padding: 50px 20px !important;
}
#g-showcase a {
  color: white;
}
/*------------
Header
-------------*/
#g-header {
  background: #758083;
  background: radial-gradient(circle, #758083 0%, #293139 80%);
}
#g-main {
  padding: 80px 10px 80px !important;
}
#g-main.event {
  padding: 0 !important;
}
#g-main.event .com-content-article__body img {
  width: 100%;
}
#g-feature, #g-main.blue-background.g-flushed {
  padding: 110px 10px 80px !important;
}
#g-subfeature {
  border: none;
}
#g-header {
  padding: 20px 10px 80px !important;
  border-bottom: 5px solid #fff;
}
#logo-8411-particle, #logo-9218-particle, #logo-7560-particle {
  margin-bottom: 20px;
  max-width: 320px;
}
#custom-7724-particle, #custom-3534-particle {
  text-align: right;
}
.mobile-link {
  font-weight: bold;
  color: white !important;
  background: #00a3ff;
  padding: 30px 20px 10px;
}
.mobile-link:hover {
  background: #046ba6;
  transition: all ease-in 0.4s;
}
/*------------
Headerbild
-------------*/
#headerbild img {
  max-width: 775px;
  width: 70vw;
}
#headerbild .bild-max img {
  max-width: 910px;
  width: 70vw;
}
#headerbild {
  padding: 0 20px;
}
@media screen and (min-width: 550px) {
  #headerbild {
    margin-top: -10%;
  }
}
#headertext {
  margin-bottom: -5%;
  margin-top: 5%;
  padding: 0 20px;
}
#headertext .padding-left {
  padding-left: 60%;
}
@media screen and (min-width: 904px) {
  .headertext h1 {
    font-size: 3rem;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 903px) {
  .headertext h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 550px) {
  .headertext h1 {
    font-size: 1.3rem;
  }
  #headertext .padding-left {
    padding-left: 45%;
  }
}
@media screen and (max-width: 320px) {
  #headertext .padding-left {
    padding: 0;
  }
  #headertext {
    margin-bottom: -20px;
    text-align: center;
  }
  #headerbild {
    text-align: center;
  }
}
/*------------
Event
-------------*/
.com-content-category-blog__item.blog-item {
  background: #555a5c;
}
.com-content-category-blog__item.blog-item .introtext {
  padding: 0 20px 20px;
  text-align: center;
}
.readmore {
  text-align: center;
  padding: 0 20px;
  padding-top: 20px;
}
.item-content img {
  height: 200px;
  width: 100% !important;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 769px) {
  .item-content img {
    height: 350px;
  }
}
/*------------
Navi
-------------*/
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: none;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 0.9rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 10px 15px;
}
.g-main-nav {
  border-bottom: thin solid white;
}
.active.g-menu-item.g-menu-item-101.g-menu-item-type-component.g-standard span, .g-selected span, .active span {
  color: #00a3ff;
  transition: all ease-in 0.2s;
}
#g-offcanvas .active.g-menu-item.g-menu-item-101.g-menu-item-type-component.g-standard span, #g-offcanvas .g-selected span {
  color: white;
  transition: all ease-in 0.2s;
}
#g-offcanvas .active.g-menu-item.g-menu-item-101.g-menu-item-type-component.g-standard span, #g-offcanvas .g-selected span, .active span {
  color: white !important;
  transition: all ease-in 0.2s;
}
.g-main-nav .active span {
  color: #aaa !important;
}
/*------------
Startseite Herzlich Willkommen Text
-------------*/
.startseite-bild {
  background-image: url('../../../../images/Foto-DanielKovacs-Geschaeftsfuehrer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}
.uber-uns-bild {
  background-image: url('../../../../images/daniel-kovacs-lamborghini-rennstrecke-gt-sportscar.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 600px;
}
/*------------
Aktuelle Fahrzeugangebote
-------------*/
/*.com-content-category-blog.blog h2 span{
  font-size: 2rem;
}*/
.uk-card {
  border: none !important;
}
.uk-background-primary, .uk-badge, .uk-button-primary:hover, .uk-button-primary:focus, .uk-button-primary, button.uk-width-1-1, .uk-width-auto\@s.uk-padding-small.uk-text-small.uk-text-bolder.uk-visible\@s.uk-text-right, .uk-icon-button, .uk-icon-button.uk-margin-small-right.uk-icon, .uk-icon-button.uk-icon {
  background-color: #000 !important;
}
.uk-h3.uk-text-bold {
  color: #fff !important;
}
.uk-background-muted, small {
  color: white !important;
}
.uk-h3.uk-text-bold small {
  color: #fff !important;
  font-weight: bold !important;
}
.uk-width-1-1, .uk-background-muted, .uk-thumbnav.uk-flex.uk-flex-center.uk-flex-middle.uk-margin-remove.uk-padding-remove {
  background: #464b4d !important;
}
.uk-badge.uk-background-primary.uk-text-truncate.carcms-labelleft {
  display: none !important;
}
.uk-width-1-1.uk-margin-top {
  background: none !important;
}
.uk-margin-small-right {
  margin-right: 0 !important;
}
.uk-width-1-1.uk-padding-remove.uk-margin-remove.uk-flex-middle.uk-background-muted.uk-grid.uk-grid-margin.uk-first-column .uk-padding-small {
  padding: 20px !important;
}
.uk-card-default {
  color: white !important;
}
.uk-width-expand.uk-h2.uk-padding-small.uk-padding-remove-right.uk-padding-remove-bottom.uk-light.uk-first-column {
  font-weight: bold !important;
}
.uk-width-1-1.uk-width-1-3\@m.uk-padding-small.uk-padding-remove-horizontal .uk-padding-small {
  padding: 5px !important;
}
.uk-width-1-1.uk-width-2-3\@m.uk-padding-small.uk-background-muted.uk-flex-first\@m.uk-first-column .uk-padding-small, .uk-background-muted {
  padding: 0 !important;
}
.uk-width-1-1.uk-margin-small-top.uk-grid-margin.uk-first-column {
  margin-top: 20px !important;
  padding-top: 20px !important;
}
.uk-width-auto\@s.uk-padding-small.uk-text-small.uk-text-bolder.uk-visible\@s.uk-text-right {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.uk-width-1-1.uk-margin-small-bottom.uk-first-column {
  display: none !important;
}
.uk-padding-small-top.uk-text-center {
  text-align: left !important;
}
.uk-thumbnav.uk-flex.uk-flex-center.uk-flex-middle.uk-margin-remove.uk-padding-remove {
  justify-content: flex-start !important;
  padding: 20px !important;
}
.uk-width-1-1.uk-width-1-3\@m.uk-padding-small.uk-padding-remove-horizontal, .uk-width-1-1.uk-padding-small.uk-grid-margin.uk-first-column, .uk-grid-collapse.uk-width-1-1.uk-grid {
  padding: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.uk-width-1-1.uk-margin-remove.uk-grid-match.uk-grid-collapse.uk-flex.uk-flex-middle.uk-grid.uk-grid-margin.uk-first-column {
  padding-left: 10px !important;
}
.uk-width-1-1.uk-grid-collapse.uk-padding-remove.uk-text-small.uk-grid {
  padding: 0 !important;
}
.uk-width-1-1.uk-margin-small.uk-grid-margin.uk-first-column {
  display: none !important;
}
#probefahrtanfrage {
  margin-top: 20px !important;
}
.uk-h2.uk-width-1-1.uk-padding-remove.uk-width-expand\@s.uk-text-left.uk-text-break.uk-first-column {
  padding: 20px !important;
}
div.uk-tooltip.uk-active {
  display: none !important;
  margin: 0 auto !important;
}
.uk-card-default {
  box-shadow: none !important;
}
/*------------
Event Unterseite
-------------*/
.event h2 {
  margin-top: 80px;
  padding-bottom: 30px;
}
#eventheader {
  padding: 12% 0;
}
#eventheader h1 {
  font-size: 2.5rem;
}
.readmore {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.com-content-category-blog__item.blog-item h3 {
  margin-top: 0;
}
.datum {
  margin-bottom: 0;
}
.icon-chevron-right {
  display: none;
}
.com-content-category-blog.blog h1 {
  margin-bottom: 20px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-info {
  animation: pulse 2s infinite;
  opacity: 0.5;
  text-align: center;
  transition: all ease-in 0.5s;
}
.scroll-info a {
  color: white !important;
}
/*------------
Kooperationsseite
-------------*/
.kooperationspartner {
  background: #242424;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
}
.kooperationspartner p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.kooperationspartner a {
  color: white !important;
}
.kooperationspartner:hover {
  opacity: 0.8;
  transition: all ease-in 0.2s;
}
/*------------
Footer
-------------*/
footer .g-grid {
  display: flex;
  align-items: flex-end;
}
footer p {
  font-size: 0.9rem;
}
footer a:hover {
  color: #696e71;
}
footer p a {
  color: white;
}
footer .g-grid:nth-child(2) {
  border-top: 1px solid #696e71;
  margin-top: 20px;
}
#g-footer {
  padding: 20px !important;
}
#custom-4093-particle a {
  padding: 0 20px;
}
.g-social a {
  background: transparent;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 1.3rem;
  margin: 1.5rem 0;
}
.rechtliche-links a:first-child {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .rechtliche-links {
    text-align: right;
  }
}
@media screen and (max-width: 918px) and (min-width: 768px) {
  footer .size-70 {
    flex: 0 100%;
  }
}
/*------------
Responsiv
-------------*/
@media screen and (max-width: 767px) {
  * {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .g-block.size-33-3 .mobile-link {
    display: none !important;
  }
  .mobile-link {
    padding: 10px 20px;
  }
  #logo-8411-particle, #logo-9218-particle, #logo-7560-particle {
    max-width: 280px;
  }
  #eventheader h1 {
    font-size: 1.5rem;
  }
  .event h2 {
    font-size: 1.2rem;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .size-50 {
    flex: 0 45%;
    width: 50%;
  }
  .real-50 {
    flex: 0 50%;
  }
  .size-60 {
    flex: 0 55%;
    width: 60%;
  }
  .size-40 {
    flex: 0 35%;
    width: 40%;
  }
}
@media screen and (max-width: 1222px) {
  #sub-grey-background, .carbon-background {
    padding: 0 20px;
  }
}
@media screen and (max-width: 968px) {
  .uk-width-auto.uk-margin-remove.uk-padding-small.uk-padding-remove-vertical.uk-background-muted.uk-text-left.uk-first-column {
    width: 100% !important;
  }
}
/*# sourceMappingURL=custom_17.css.map */