/* line 1, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard {
  background-color: white;
  background-image: url("/img/main_1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* line 9, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .blackbg {
  background-color: #000000;
  color: #ffffff;
}
/* line 15, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .markenlogos img {
  width: 150px;
}
/* line 20, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .slashcontainer {
  position: relative;
}
/* line 24, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .slash {
  text-align: center;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 100px;
}
/* line 35, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .gebwglogos img {
  width: 280px;
}
/* line 41, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .cars img {
  max-width: 250px;
  width: 100%;
}
/* line 47, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .qbutton {
  width: auto;
  padding: 10px 20px;
  background: #000000;
  margin: 20px 0px;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 14px !important;
  border: 1px solid #000000;
}
/* line 56, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .qbutton:hover {
  background-color: #ffffff;
  color: #000000 !important;
  text-decoration: none;
}
/* line 63, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .qbuttondown {
  color: #ffffff;
  font-size: 12px;
}
/* line 66, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .qbuttondown:hover {
  color: #ffffff;
}
/* line 71, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .logocar {
  max-width: 100px;
}
/* line 75, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#dashboard .bgimg {
  max-width: 200px;
}

/* line 80, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
.gebwglogos a {
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* line 86, /var/www/htdocs/app/assets/stylesheets/dashboard.scss */
#nichtvergessen {
  margin-top: 50px;
}
