@charset "UTF-8";
@font-face {
    font-family: "Daimler CS Regular";
    src: url("../fonts//MBFonts/daimlercs-regular-webfont.woff2") format("woff2"), url("../fonts/MBFonts/daimlercs-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Daimler CAC Arab Regular";
    src: url("../fonts//MBFonts/daimlercacarab-regular-webfont.woff2") format("woff2"), url("../fonts/MBFonts/daimlercacarab-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Daimler CS Bold";
    src: url("../fonts//MBFonts/daimlercs-bold-webfont.woff2") format("woff2"), url("../fonts/MBFonts/daimlercs-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    background-color: #ffffff;
    font-family: "DaimlerCS-Regular", Arial, sans-serif;
    letter-spacing: -0.02em;
}

/* Anbieter Datenschutz Login */
#data-protection-login .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #000000;
  border-bottom: 1px solid #6a6a6a;
  padding-right: 160px;
}
    #data-protection-login .container .box-data-protection,
    #data-protection-login .container .box-login,
    #data-protection-login .container .box-language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        border-left: 1px solid #6a6a6a;
        padding: 0 15px;
    }
        #data-protection-login .container .box-data-protection a,
        #data-protection-login .container .box-login a,
        #data-protection-login .container .box-language a {
            font-family: "Daimler CS Regular";
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            -webkit-transition: color 0.25s;
            transition: color 0.25s;
        }
            #data-protection-login .container .box-data-protection a:hover,
            #data-protection-login .container .box-login a:hover,
            #data-protection-login .container .box-language a:hover {
                color: #0088c6;
                cursor: pointer;
            }
        #data-protection-login .container .box-data-protection .icon,
        #data-protection-login .container .box-login .icon,
        #data-protection-login .container .box-language .icon {
            margin-left: 10px;
        }
    #data-protection-login .container .box-language {
        border-right: 1px solid #6a6a6a
    }

/* Logo */
#logo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #000000;
  padding-left: 100px;
}
#logo .container .box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0 15px;
}

/* Menue */
#menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #000000;
  border-top: 1px solid #6a6a6a;
  padding-left: 100px;
}
#menu .container .menu-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 15px;
}
#menu .container .menu-line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu .container .menu-line ul li {
  margin-right: 35px;
}
#menu .container .menu-line ul li a {
  font-family: "Daimler CS Regular";
  font-size: 19px;
  color: #ffffff;
  opacity: 0.66;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#menu .container .menu-line ul li a .icon img {
  opacity: 0.66;
}
#menu .container .menu-line ul li a:hover {
  opacity: 1;
}
#menu .container .menu-line ul li a:hover .icon img {
  opacity: 1;
}
#menu .container .menu-line ul li .active {
  opacity: 1;
  pointer-events: none;
}

/* Banner */
#banner {
    position: relative;
    height: 850px;
    background-image: url("../Images/MBImg/Car_Care_KeyVisual.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* Login Fenster */
}
#banner .text-box {
  position: absolute;
  top: calc(50% - 150px);
  left: 100px;
  width: 33%;
}
#banner .text-box h2 {
  font-family: "Daimler CAC Arab Regular";
  font-size: 65px;
  font-weight: normal;
  line-height: 1.23;
  color: #ffffff;
  margin: 0;
}
#banner .text-box p {
  font-family: "Daimler CS Regular";
  font-size: 19px;
  color: #ffffff;
  margin: 35px 0 30px 0;
}
#banner .text-box button {
  background: none;
  width: 200px;
  height: 45px;
  font-family: "Daimler CS Bold";
  font-size: 19px;
  color: #ffffff;
  border: 1px solid #6a6a6a;
  border-radius: 3px;
  padding: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
#banner .text-box button:hover {
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
    #banner .text-box input {
        background: none;
        width: 400px;
        height: 45px;
        font-family: "Daimler CS Bold";
        font-size: 19px;
        color: #ffffff;
        border: 1px solid #6a6a6a;
        border-radius: 3px;
        padding: 0;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
    }

    #banner .text-box input:hover {
        background-color: rgba(255, 255, 255, 0.25);
        cursor: pointer;
    }

#banner .login-window {
  display: none;
  position: absolute;
  top: calc(50% - 313px);
  left: calc(50% - 337.5px);
  background-color: #ffffff;
}
#banner .login-window .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  background-color: #000000;
}
#banner .login-window .top p {
  font-family: "Daimler CS Regular";
  font-size: 17px;
  color: #ffffff;
  margin: 0;
}
#banner .login-window .top button {
  position: absolute;
  right: 15px;
  background: none;
  font-size: 25px;
  color: #ffffff;
  border: none;
  padding: 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#banner .login-window .top button:hover {
  color: #0088c6;
  cursor: pointer;
}
#banner .login-window .content {
  padding: 15px 30px 40px 30px;
}
#banner .login-window .content p {
  font-family: "Daimler CS Regular";
  font-size: 17px;
  color: #000000;
  text-align: center;
  margin: 0;
}
#banner .login-window .content .big {
  font-family: "Daimler CAC Arab Regular";
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin: 25px 0;
}
#banner .login-window .content input {
  width: calc(100% - 32px);
  height: 50px;
  border: 1px solid #6a6a6a;
  border-radius: 3px;
  outline-color: #0088c6;
  background-color: #f4f4f4;
  padding: 0 15px;
}
#banner .login-window .content input:first-child {
  margin-bottom: 20px;
}
#banner .login-window .content input[type="submit"] {
  width: 100%;
  font-family: "Daimler CS Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background-color: #0088c6;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 0;
  margin: 30px 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#banner .login-window .content input[type="submit"]:hover {
  color: #ffffff;
}
#banner .login-window .content .left {
  width: 70%;
  text-align: left;
  margin-top: 20px;
}
#banner .login-window .content a {
  display: block;
  font-family: "Daimler CS Regular";
  font-size: 14px;
  color: #0088c6;
  text-decoration: none;
  margin-top: 15px;
}
#banner .login-window .content a:hover {
  text-decoration: underline;
}
#banner .login-window .content a {
  display: block;
  font-family: "Daimler CS Regular";
  font-size: 17px;
  color: #0088c6;
  text-decoration: none;
}
#banner .login-window .content a:hover {
  text-decoration: underline;
}
#banner .login-window .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #000000;
  padding-right: 45px;
}
#banner .login-window .bottom a {
  font-family: "Daimler CS Regular";
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#banner .login-window .bottom a:hover {
  color: #0088c6;
}

/* Fußzeile */
#footer {
  margin-top: 0px;
}
#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 185px;
  background-color: #000000;
  padding: 0 100px;
}
#footer .container .menu-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 110px;
  border-top: 1px solid #6a6a6a;
}
#footer .container .menu-line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer .container .menu-line ul li {
  margin-right: 25px;
}
#footer .container .menu-line ul li a {
  font-family: "Daimler CS Regular";
  font-size: 19px;
  color: #ffffff;
  opacity: 0.66;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#footer .container .menu-line ul li a .icon img {
  opacity: 0.66;
}
#footer .container .menu-line ul li a:hover {
  opacity: 1;
}
#footer .container .menu-line ul li a:hover .icon img {
  opacity: 1;
}
#footer .container .menu-line ul li .active {
  opacity: 1;
  pointer-events: none;
}


#banner .text-box input[type="submit"] {
    width: 100%;
    font-family: "Daimler CS Regular";
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    background-color: #0088c6;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 30px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

#banner .text-box input input[type="submit"]:hover {
    color: #ffffff;
}
