body {
  margin-top: 0;
}

#page {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

ul p {
  margin-bottom: 0;
}

/* hr {
    border-top: 4px solid black;
    margin-bottom: 45px;
    margin-top: 45px;
    width: 75%;
  } */

/* ################################################################################################# */
/* HEADER STYLES */
/* ################################################################################################# */

header {
  height: 150px;
  margin-bottom: 50px;
  background-color: white;
}

.header-wrapper {
  position: fixed;
  max-width: 1440px;
  height: 150px;
  /* background-color: white; */
  z-index: 9999;
}

#head-bottomRow {
  height: 15%;
  background-color: transparent;
}

#head-bottomRow hr {
  border-top: 4px solid black;
  margin-bottom: 0;
  margin-top: 0;
}

#head-topRow {
  height: 85%;
  background-color: white;
}

#head-leftCol {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 20%;
  float: left;
}

#head-rightCol {
  padding-top: 31px;
  padding-bottom: 31px;
  width: 80%;
  text-align: right;
  float: left;
}

#head-rightCol ul {
  display: table;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#head-rightCol li {
  float: left;
  display: table-cell;
  position: relative;
}

#head-rightCol li a {
  display: block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 32pt;
  font-weight: 600;
  color: black;
}

#head-rightCol li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: black;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#head-rightCol li a:hover:after {
  width: 100%;
  left: 0;
}

header p {
  margin-bottom: 0;
}

#header-logo {
  width: 70%;
}

/* ################################################################################################# */
/* FOOTER STYLES */
/* ################################################################################################# */

footer {
  height: 150px;
  margin-top: 50px;
}

#ft-topRow {
  height: 15%;
}

#ft-topRow hr {
  border-top: 4px solid black;
  margin-bottom: 0;
  margin-top: 0;
}

#ft-bottomRow {
  height: 85%;
}

#ft-leftCol {
  width: 30%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  border-right: 2px solid black;
}

#ft-centerCol {
  width: 55%;
  height: 100%;
  padding-left: 3%;
  display: table-cell;
  vertical-align: middle;
}

#ft-rightCol {
  width: 15%;
  height: 100%;
  border-left: 2px solid black;
  display: table-cell;
  vertical-align: middle;
}

#ft-partnerImg {
  width: 30%;
}

#partner-leftCol {
  width: 30%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#partner-rightCol {
  width: 70%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

footer p {
  margin-bottom: 0;
}

#ft-rightCol-row {
  height: 127.5px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#ft-mobileLinks {
  display: none;
  padding-top: 20px;
}

#ft-mobileLinks a {
  font-size: 12pt;
}

h1 {
  font-family: Poppins, sans-serif;
  font-size: 48pt;
  font-weight: 600;
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: 32pt;
  font-weight: 600;
}

h3 {
  font-family: Poppins, sans-serif;
  font-size: 24pt;
  font-weight: 600;
}

h4 {
  font-family: Poppins, sans-serif;
  font-size: 24pt;
  font-weight: 400;
}

p {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18pt;
  font-weight: 400;
}

li {
  font-family: Poppins, sans-serif;
  font-size: 18pt;
}

#link {
  font-family: Poppins, sans-serif;
  font-size: 18pt;
  text-decoration: underline;
  color: #666666;
}

#link .fas {
  padding-left: 15px;
}

#link:hover {
  color: black;
}

.title-row {
  display: table-cell;
  width: 1440px;
  height: 250px;
  vertical-align: middle;
  text-align: center;
}

/* ################################################################################################# */
/* UEBER MICH STYLES */
/* ################################################################################################# */

#about-title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

#about-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  border-radius: 50%;
}

.timeline-wrapper {
  width: 60%;
  padding-left: 30%;
  padding-right: 10%;
}

.timeline-wrapper h3 {
  margin-left: -9px;
  margin-top: 0;
  margin-bottom: 10px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0;
  margin-bottom: 45px;
  /* z-index: -1; */
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: black;
  top: 11px;
  bottom: 0;
  /* margin-left: -1px; */
}

/* Container around content */
.container {
  padding: 0px 10px;
  position: relative;
  background-color: inherit;
  width: 100%;
  margin-bottom: 25px;
}

/* The circles on the timeline */
.container::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border: 4px solid black;
  top: 11px;
  border-radius: 50%;
  z-index: 1;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  left: 30px;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -6.75px;
}

/*Sorgt dafür, dass der strich beim letzten mit dem Abschnitt aufhört*/
.right:last-child p {
  margin-bottom: 0;
}

/* The actual content */
.content {
  padding: 0px 10px;
  /* background-color: white; */
  position: relative;
}

.content p {
  margin-bottom: 0;
}

.content ul li {
  font-size: 16pt;
}

.content #link {
  font-size: 16pt;
}

.content .sub {
  font-size: 16pt;
  color: grey;
  font-family: Poppins, sans-serif;
}

/* ################################################################################################# */
/* DIENSTLEISTUNGEN STYLES */
/* ################################################################################################# */
.dienst-wrapper {
  display: table;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  height: 250px;
  max-height: 250px;
}

#dienst-hr {
  border-top: 2px solid black;
  width: 80%;
}

.dienst-content {
  max-height: 0;
  overflow: hidden;
  text-align: left;
}

/*HOVERING EFFECT FOR DIENSTLEISTUNGEN*/
/* .dienst-wrapper:hover .dienst-content {
    max-height: 2000px;
    transition: all 0.3s ease-in;
  } */

.dienst-leftCol {
  width: 20%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.dienst-leftCol img {
  width: 70%;
}

.dienst-rightCol {
  width: 50%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.dienst-additionalCol {
  width: 10%;
  height: 100%;
  padding-right: 5%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#dienst-smallHeading {
  display: none;
}

#diesnt-arrow {
  font-size: 20pt;
}

/* ################################################################################################# */
/* KONTAKT STYLES */
/* ################################################################################################# */
.kontakt-wrapper {
  text-align: center;
}

.kontakt-wrapper p {
  margin-bottom: 0;
}

/* ################################################################################################# */
/* STARTSEITE STYLES */
/* ################################################################################################# */
.start-bigImg {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.start-bigImg img {
  width: 100%;
}

.start-infoRow {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.start-leftColText {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 2.5%;
}

.start-rightColText {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  /* text-align: right; */
  padding-left: 2.5%;
}

.start-rightColImg,
.start-leftColImg {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.start-rightColImg {
  padding-left: 2.5%;
}

.start-leftColImg {
  padding-right: 2.5%;
}

.start-leftColImg img,
.start-rightColImg img {
  width: 100%;
}

.start-doubleImgRow {
  width: 100%;
  margin-bottom: 20px;
}

.start-doubleImgLeftCol {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 2.5%;
}

.start-doubleImgRightCol {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 2.5%;
}

.start-doubleImgRightCol img,
.start-doubleImgLeftCol img {
  width: 100%;
}

.start-btnRow {
  text-align: center;
  margin-top: 100px;
  height: 100px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.start-leftColText .start-btnRow,
.start-rightColText .start-btnRow {
  margin-top: 15px;
}

.start-btn {
  background-color: white;
  border: solid 3px black;
  color: black;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18pt;
  border-radius: 10px;
  transition: box-shadow 0.1s linear;
  font-family: Poppins, sans-serif;
}

.start-btn:hover {
  box-shadow: 0 0 0 2px black;
}

/* ################################################################################################# */
/* Projekte-Überblick STYLES */
/* ################################################################################################# */
.projects-overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.projects-overview li {
  list-style: none;
}

.projects-overview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.projects-overview .image-container {
  overflow: hidden;
  position: relative;
}

.projects-overview a {
  color: black;
  text-decoration: none;
}

.projects-overview a:hover figcaption {
  color: black;
}

.projects-overview a:hover img {
  transform: scale(1.1);
}

.projects-overview figcaption {
  color: #666666;
  transition: all 1s;
  text-align: center;
}

/* ################################################################################################# */
/* Projekt STYLES */
/* ################################################################################################# */
.pro-bigImg {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.pro-bigImg img {
  width: 100%;
}

.pro-infoRow {
  width: 100%;
  margin-bottom: 20px;
}

.pro-leftColText {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 2.5%;
}

.pro-rightColText {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  /* text-align: right; */
  padding-left: 2.5%;
}

.pro-rightColImg,
.pro-leftColImg {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.pro-rightColImg {
  padding-left: 2.5%;
}

.pro-leftColImg {
  padding-right: 2.5%;
}

.pro-leftColImg img,
.pro-rightColImg img {
  width: 100%;
}

.pro-doubleImgRow {
  width: 100%;
  margin-bottom: 20px;
}

.pro-doubleImgLeftCol {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 2.5%;
}

.pro-doubleImgRightCol {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 2.5%;
}

.pro-doubleImgRightCol img,
.pro-doubleImgLeftCol img {
  width: 100%;
}

.pro-table {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16pt;
  font-weight: 400;
  border-collapse: collapse;
}

.pro-tableRow th {
  width: 50%;
  text-align: left;
}

.pro-tableRow td {
  width: 50%;
  padding: 0.5% 0;
}

td #link {
  font-size: 16pt;
}

.pro-tableRow {
  border-bottom: 1px solid black;
}

/* ################################################################################################# */
/* Datenschutz STYLES */
/* ################################################################################################# */
.datenschutz {
  font-size: 14pt;
}
