body {
  font-family: museo-sans, sans-serif;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#logo {
  width: 8rem;
  margin-top: 2rem;
  margin-right: 4rem;
}

#logo-oehlins {
  width: 8rem;
  margin-top: 2rem;
}

.container {
  display: grid;
  align-items: center;
}

#home {
  display: inline;
}

#menu {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 0px;
  color: white;
}

#main {
  color: white;
  text-align: left;
  font-size: 18px;
}

#main p {
  color: white;
}

#main h1 {
  color: white;
}

@media all and (max-width: 1024px) {
    #main {
        background: black;
    }
}

li {
  text-decoration: none;
  list-style: none;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

p {
  padding: 1rem;
  padding-left:0;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: black;
}

a:hover {
  color: #F09D1B;
  font-weight: bold;
  text-decoration: none;
}

#button {
  display: grid;
  justify-content: center;
  padding: 0;
}

.btn-outline-dark {
    color: #fff;
    font-weight: normal;
    border-radius: 0;
    background-color: #F09D1B;
    border-color: #F09D1B; /*set the color you want here*/
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .open>.dropdown-toggle.btn-outline-dark {
  background-color: #E5352B;
  border-color: #E5352B;
  color: white;

}

#header {
  width: 100%;
  margin-bottom: -5rem;
}

h1 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: left;
  color: black;
}

h2 {
  margin-top: 4rem;
  text-align: center;
  color: black;
  margin-bottom: 4rem;
  font-weight: bold;
}

h3 {
  text-align: center;
  color: #475050;
}

#werkstatt img {
  width: 200px;
}

#special {
  margin: 0px;
  text-align: left;
}

#gezieltes-coaching {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
  font-size: 18px;
}

#plan-col {
  display: flex;
  justify-content: center;
}

#image-intro {
  max-width: 450px;
}

#image-circle {
  width: 20rem;
  margin-top: -9.75rem;
  margin-bottom: 8rem;
}

.image-circle-ziel {
  vertical-align: middle;
  border-style: none;
  margin-bottom: 1rem;
  height: 10rem;
}

#gray {
  background-color: whitesmoke;
  height: 20rem;
}

#plus {
  height: 10rem;
  margin-top: -5rem;
}

#intro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: black;
}

/*#intro-image {
  display: flex;
  justify-content: center;
}*/


#fahrwerkstechnik {
  margin-bottom: 4rem;
  text-align: center;
  /*background-color: #F09D1B;*/
}

#contact {
  background-color: whitesmoke;
  padding-top: 0.1rem;
  padding-bottom: 4rem;
}

#row-contact {
  margin-top: 4rem;
  margin-right: 4rem;
  margin-left: 4rem;
  margin-bottom: 0rem;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.name {
  display: grid;
  align-items: center;
  justify-content: center;
}

#footer {
  color: #fff;
  background-color: #F09D1B;
  padding: 3rem;
}

#footer p {
  color: white;
  font-size: 14px;
  padding: 0;
  padding-bottom: 1rem;
}

#footer a {
  color: black;
  font-size: 14px;
}

#footer a:hover {
  color: #E5352B;
  font-weight: bold;
  text-decoration: none;
}

#bauland {
  width: 10rem;
}

