@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

#leistungen .row.justify-content-center {
	background:#ffffff;
}

.headertext {
	font-size: 1.5rem;
}
header {
  padding: 156px 0 100px;
}
section {
  /*padding-top: 150px;*/
  min-height: 100%!important;
}
section#home {
  height: 100%;
}
footer {
  text-align: center;
  color: #485156;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #838a8f;
  position: relative;
  z-index: 1040;
}
footer a {
  color: #fff;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  height: 75px;
  padding-left: 85px;
}
html, body {
  height:100%;
}
body {
  font-family: "Open Sans";
  font-weight: 300;
	font-size:1.3rem;
  color: #485156;
}
.navbar {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar-light .navbar-brand {
  color: #485156;
  font-size: 1.6rem;
  padding-left: 3rem;
  padding-top: 2rem;
}
.navbar-collapse {
  background-color: rgb(255, 255, 255);
  padding: 30px;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.col-12.first-row {
  padding: 0 0 2rem 0;
}
.col ul {
  margin-bottom: 0;
}
.hline {
  z-index: 1041;
  width: 0;
  height: 2px;
  background: #b31218;
  position: fixed;
  top: 75px;
	left:100px;
}
.hline.animation {
  -webkit-animation: hline 1.75s 1 forwards;
  animation: hline 1.75s 1 forwards;
}

@-webkit-keyframes hline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes hline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.vline {
  z-index: 1040;
  width: 2px;
  height: 0;
  background: #b31218;
  position: fixed;
  top: 0;
  left: 100px;
}
.vline.animation {
  -webkit-animation: vline 1.75s 1 forwards;
  animation: vline 1.75s 1 forwards;
}
@-webkit-keyframes vline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes vline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.dot {
  z-index: 1042;
  height: 0;
  width: 0;
  background-color: #b31218;
  border-radius: 50%;
  display: inline-block;
  position: fixed;
  top: 55px;
  left: 80px;
}
.dot.animation {
  height: 40px;
  width: 40px;
  -webkit-animation: dot 1.75s 1;
  animation: dot 1.75s 1;
}
@-webkit-keyframes dot {
  0% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    -o-transform: scale( 0 );
    -ms-transform: scale( 0 );
    transform: scale( 0 );
  }
  10% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    -o-transform: scale( 0 );
    -ms-transform: scale( 0 );
    transform: scale( 0 );
  }
  100% {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    -o-transform: scale( 1 );
    -ms-transform: scale( 1 );
    transform: scale( 1 );
  }
}
@keyframes dot {
  0% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    -o-transform: scale( 0 );
    -ms-transform: scale( 0 );
    transform: scale( 0 );
  }
  10% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    -o-transform: scale( 0 );
    -ms-transform: scale( 0 );
    transform: scale( 0 );
  }
  100% {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    -o-transform: scale( 1 );
    -ms-transform: scale( 1 );
    transform: scale( 1 );
  }
}

section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section li {
  padding-left: 1em;
  text-indent: -1em;
}
section li::before {
  content: "• ";
  color: #b31218;
	font-size: 2rem;
  vertical-align: middle;
  line-height: 1;
}
.col-desc {
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  z-index: 11;
}
.col-desc p {
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  display: block;
  color: rgba(72, 81, 86, 0.2);
  top: 60px;
  width: 350px;
  transform: rotate(-90deg);
  text-align: right;
  left: -300px;
  transform-origin: right top;
  text-transform: uppercase;
}
#home-desc p {
  top: 135px;
}
section#home {
  background-image: url(../img/intro-bg.jpg);
}
.work-box {
  margin-bottom: 3rem;
  background-color: #fff;
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}
.work-content {
  padding: 2rem 3% 1rem 4%;
}
.work-content p {
  color: #485156;
  font-size: .8rem;
}
#galerie a {
  color: #485156;
  text-decoration: none;
}
.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.work-img img {
  transition: all 1s;
}
.work-img {
  display: block;
  overflow: hidden;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
a {
  color: #485156;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #b31218;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
.bg-gray {
  background-color: #f6f6f6;
  padding-top: 3rem;
}
.navbar .nav-item {
  text-transform: uppercase;
}
section {
  /*padding-top: 75px;*/
}
.vcenter {
  display: flex;
  align-items: center;
 /* justify-content: center;*/
  background-color: #fff;
}
.dr-fuchs {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .dr-fuchs img {
    margin-top: 100px
  }
  section#home {
    height: auto;
  }
  .h1, h1 {
    font-size: 2rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  .col-desc {
    flex-basis: 50px;
  }
  .vline {
    left: 50px;
  }
  .dot {
    left: 30px;
  }
  .col-desc p {
    font-size: 1.5rem;
    left: -340px;
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-left: 35px;
  }
  .navbar-light .navbar-brand {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
	
.hline {
    left: 200px;
}

.dr-fuchs img {
  align-self: flex-end;
  width: auto;
  height:100%;
}
  .vcenter {
    background-color: transparent;
  }
  #home-desc p {
    top: 210px;
  }
  .navbar-collapse {
    background: none;
    padding: 0;
  }
  section {
    /*padding-top: 150px;*/
  }
  .navbar-light .navbar-brand {
    padding-top: 6rem;
  }
  .vline {
    left: 200px;
  }
  .dot {
    left: 160px;
    top: 110px;
  }
  .dot.animation {
    height: 80px;
    width: 80px;
  }
  .vline {
    left: 200px;
  }
  .hline {
    top: 150px;
  }
  .col-desc {
    flex-basis: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #ffffff;
    z-index: 11;
  }
  .col-desc p {
    font-size: 2.5rem;
    left: -210px;
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    height: 150px;
    padding-left: 185px;
  }
  ul.navbar-nav {
    padding-top: 12rem;
  }
  .navbar .nav-item {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #e9edef;
    margin-right: 5px;
    text-transform: uppercase;
    position: relative;

  }
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #485156;
  }
  .navbar-light .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    margin-left: 0;
    width: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all 500ms ease;
    background-color: #b31218;
  }
  .navbar-light .navbar-nav .nav-link.active:before {
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link:hover:before {
    width: 50%;
  }
}
@media (min-width: 1200px) {

.dr-fuchs img {
  align-self: flex-end;
  width: auto;
  height: 100%;
  max-height: 75vh;
	padding-left:260px;
}
}

@media (min-width: 1376px) {

.dr-fuchs img {
  align-self: flex-end;
  width: auto;
  height: 100%;
  max-height: 75vh;
	padding-left:0px;
}
}