* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 22px;
  background-color: white;
}

.header {
  font-family: Arial, sans-serif;
  padding: 10px;
  text-align: left;
  background: #5D926C;
  /* sea green/blue background */
  color: white;
  /* white text color */
  top: 0;
  width: 100%;
  height: 5%;
}

.header hr {
  max-width: 70%;
  height: 1px;
  border-width: 0;
  color: lightgray;
  background-color: lightgray;
  margin-left: 0;
  margin-bottom: 15px;
}

.header h1 {
  font-size: 45px;
  margin-left: 5px;
  margin-top: -3px;
}

.header h2 {
  font-size: 25px;
  font-weight: normal;
  margin-left: 5px;
  margin-top: -25px;
}

.headerLogo {
  float: right;
  max-width: 40%;
  height: 160px;
}

.tabControl {
  overflow: hidden;
  top: 0;
  border: none;
  outline: none;
  align-items: center;
  margin-left: 5px;
}

/* Style the buttons that are used to open the tab content */
.tabControl button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #020202;
}

/* Change background color of buttons on hover */
.tabControl button:hover {
  background-color: #edeff0;
}

/* Create an active/current tablink class */
.tabControl button:active {
  background-color: #c5fad5;
}

/* Style the tab about */
.tabAbout {
  padding: 10px;
  border-top: none;
  text-align: center;
  color: #383b39;
}

/* Style the tab products */
.tabProducts {
  padding: 10px;
  border-top: none;
  text-align: center;
  color: #383b39;
}

/* Style the tab contact */
.tabContact {
  padding-left: 10px;
  padding-top: 15px;
  padding-right: 10px;
  border-top: none;
  text-align: center;
  color: #383b39;
  font-family: Arial, sans-serif;
  background: #5D926C;
  /* green background */
  color: white;
  /* white text color */
}

.tabContact h5 {
  margin-top: -2px;
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.textContent {
  flex: 50%;
  padding: 20px;
}

.textContent p {
  max-width: 85%;
  padding: 20px;
  line-height: 1.5;
  box-shadow: -50px -50px 0 -49px #B5B5B5, 50px 50px 0 -49px #B5B5B5;
}

.imageContent {
  flex: 50%;
  padding: 20px;
  margin-top: 0;
}

.imageStation {
  max-width: 90%;
  max-height: 90%;
  border-radius: 2%;
  margin-top: 35px;
}

.imageFitting {
  max-width: 100%;
  max-height: 65%;
  border-radius: 2%;
  margin-right: 120px;
  margin-top: 30px;
}

.imageGrundfos {
  max-width: 90%;
  max-height: 100%;
  border-radius: 2%;
  margin-right: 80px;
}

.footerLogo {
  flex: 20%;
  max-width: 200px;
  max-height: 60px;
  margin-top: 20px;
}

.address {
  flex: 25%;
  text-align: left;
  margin-left: 5px;
}

.address h5 {
  margin: 0;
}

.address p {
  font-size: 14px;
  max-width: 250px;
  margin-top: 5px;
}

.email {
  flex: 25%;
  text-align: left;
  margin-left: 5px;
}

.email h5 {
  margin: 0;
}

.email p {
  font-size: 14px;
  margin-top: 5px;
}

.email a {
  color: white;
}

.contact {
  flex: 30%;
  text-align: left;
  margin-left: 5px;
}

.contact h5 {
  margin: 0;
}

.contact p {
  font-size: 14px;
  max-width: 200px;
  margin-top: 5px;
}

/* Products ----------------------------------------------------------------- */
.productsImage {
  padding: 20px;
  margin-top: 0;
  max-height: 794px;
}