/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/ubuntu-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/ubuntu-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../Fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/ubuntu-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  background-color: #ffffff;
  color: #ffffff;
  font-weight: 400;
}
@media ((max-width: 575px)) {
  body {
    font-size: 1rem;
  }
}
#wrapper .bg-gray {
  background-color: #e1dfdb;
  color: #000000;
  padding: 5rem 0;
}
#wrapper .bg-gray h3 {
  margin-bottom: 0;
}
#wrapper .bg-gray ul {
  padding-left: 0;
}
#wrapper .bg-gray ul li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
#wrapper .bg-gray ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "·";
  font-size: 20px;
  line-height: 1;
}
@media ((max-width: 575px)) {
  #wrapper .bg-gray ul li:before {
    top: 0;
  }
}
#wrapper .bg-gray p {
  margin-bottom: 2rem;
}
#wrapper .bg-gray a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
#wrapper .bg-gray a:hover {
  text-decoration: underline;
}
#wrapper .bg-gray a.telefon,
#wrapper .bg-gray a.email,
#wrapper .bg-gray a.web {
  display: inline-block;
  padding-left: 2rem;
  line-height: 1.2;
  text-decoration: none;
  margin: 4px 0;
}
@media ((max-width: 575px)) {
  #wrapper .bg-gray a.telefon,
  #wrapper .bg-gray a.email,
  #wrapper .bg-gray a.web {
    padding-left: 1.8rem;
    line-height: 1.3;
  }
}
#wrapper .bg-gray a.telefon {
  background: url("../Images/Icon_Telefon_schwarz.svg") no-repeat left center;
  background-size: contain;
}
#wrapper .bg-gray a.email {
  background: url("../Images/Icon_Mail_schwarz.svg") no-repeat left center;
  background-size: contain;
}
#wrapper .bg-gray a.web {
  background: url("../Images/Icon_Web_schwarz.svg") no-repeat left center;
  background-size: contain;
}
#wrapper h2,
#wrapper .display-5 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  font-weight: 700;
}
@media ((max-width: 575px)) {
  #wrapper h2,
  #wrapper .display-5 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
#wrapper h3,
#wrapper .lead {
  font-size: 1.7rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media ((max-width: 575px)) {
  #wrapper h3,
  #wrapper .lead {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
#wrapper .display-1 {
  font-size: 4.5rem;
}
@media ((max-width: 575px)) {
  #wrapper .display-1 {
    font-size: 2.9rem;
    line-height: 1;
  }
}
#wrapper #header {
  background-color: #000000;
  min-height: 180px;
}
@media ((max-width: 575px)) {
  #wrapper #header {
    min-height: 200px;
  }
}
#wrapper #header #brand {
  max-height: 110px;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
@media ((max-width: 575px)) {
  #wrapper #header #brand {
    top: 4rem;
    max-width: 75%;
  }
}
#wrapper #header .nav-item {
  padding: 0 1rem;
}
#wrapper #header .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 0;
}
#wrapper #header .nav-link:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -3px;
  left: 0;
  background: transparent;
  border-radius: 5px;
}
#wrapper #header .nav-link:hover:after {
  background: #f39200;
  background: linear-gradient(90deg, #f39200 0%, #a3195b 50%, #702283 100%);
}
#wrapper #intro {
  padding: 2rem 0;
  background: url("../Images/Header-map.jpg") center no-repeat;
  background-size: cover;
}
@media ((min-width: 768px)) {
  #wrapper #intro {
    padding: 4rem 0 5rem;
    background: url("../Images/Header-map.jpg") top -120px center no-repeat;
    background-size: cover;
  }
}
#wrapper #intro .container {
  position: relative;
}
@media ((max-width: 575px)) {
  #wrapper #intro .display-1 {
    margin-bottom: 7rem !important;
  }
}
#wrapper #intro .display-3 {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 5rem;
}
#wrapper #intro #button {
  position: absolute;
  background-color: #ffffff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-10deg);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2.1rem 0 0 0;
  margin: 0 auto;
  top: 6rem;
  right: 1rem;
}
@media ((min-width: 768px)) {
  #wrapper #intro #button {
    width: 255px;
    height: 255px;
    right: 30px;
    top: 8rem;
    font-size: 1.8rem;
    padding: 4.2rem 0 0 0;
    margin: unset;
  }
}
@media ((min-width: 992px)) {
  #wrapper #intro #button {
    top: 2rem;
  }
}
#wrapper #intro #button span {
  background: linear-gradient(90deg, #f39200 0%, #a3195b 50%, #702283 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#wrapper #about {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 3rem 0;
}
@media ((min-width: 768px)) {
  #wrapper #about {
    padding: 6rem 0;
  }
}
#wrapper #about p {
  margin-bottom: 2.5rem;
}
#wrapper #service {
  background-color: #ffffff;
  padding: 3rem 0;
  color: #000000;
}
@media ((min-width: 768px)) {
  #wrapper #service {
    padding: 6rem 0;
  }
}
#wrapper #service h2,
#wrapper #service h3 {
  color: #000000;
}
#wrapper #service .item {
  text-align: center;
}
#wrapper #service .item ul {
  display: none;
}
#wrapper #service .title {
  font-size: 1.5rem;
  line-height: 1.1;
}
@media ((min-width: 768px)) {
  #wrapper #service .title {
    font-size: 1.7rem;
  }
}
#wrapper #service ul {
  padding-left: 0;
}
#wrapper #service ul li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
#wrapper #service ul li:before {
  position: relative;
  left: -6px;
  top: 0;
  content: "·";
  font-size: 20px;
  line-height: 1;
}
@media ((min-width: 992px)) {
  #wrapper #service ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
  }
}
#wrapper #contact {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 3rem 0;
}
@media ((min-width: 768px)) {
  #wrapper #contact {
    padding: 6rem 0;
  }
}
#wrapper #contact p {
  margin-bottom: 2.5rem;
}
#wrapper #contact form .form-group {
  margin-bottom: 2rem;
}
#wrapper #contact form .control-label {
  display: none;
}
#wrapper #contact form .form-control {
  border-radius: 0;
  padding: 1rem;
  font-size: 1.3rem;
}
#wrapper #contact form .btn-toolbar {
  justify-content: center;
}
#wrapper #contact form .btn.btn-primary {
  border: 0;
  border-radius: 0;
  display: block;
  width: auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
  background: #f39200;
  background: linear-gradient(90deg, #f39200 0%, #a3195b 50%, #702283 100%);
  margin: 0 auto;
  padding: 1rem 3rem;
  font-weight: bold;
}
footer {
  text-align: center;
  font-size: 1rem;
  padding: 3rem 0 5rem;
  background-color: #000000;
}
@media ((min-width: 768px)) {
  footer {
    text-align: left;
    padding: 6rem 0 10rem;
  }
}
footer .telefon,
footer .email {
  display: inline-block;
  color: #ffffff;
  padding-left: 1.5rem;
  line-height: 1;
  text-decoration: none;
  margin: 4px 0;
}
footer .telefon {
  background: url("../Images/Icon_Telefon_weiss.svg") no-repeat left center;
  background-size: contain;
}
footer .email {
  background: url("../Images/Icon_Mail_weiss.svg") no-repeat left center;
  background-size: contain;
}
footer a.subnav {
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin: 0 1rem;
}
footer a.subnav:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -3px;
  left: 0;
  background: transparent;
  border-radius: 5px;
}
footer a.subnav:hover:after {
  background: #f39200;
  background: linear-gradient(90deg, #f39200 0%, #a3195b 50%, #702283 100%);
}
/*# sourceMappingURL=styles.css.map */