* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: Arial;
  line-height: 1.5;
  font-size: 1rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

a {
  color: white;
}

.content-link {
  color: #162159;
}

#f_Footer {
  height: 120px;
  font-size: 0.8rem;
}

#div_Content {
  flex: 1 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 10px;
}

.right-content {
  padding-left: 10px;
}

#div_FooterLeft {
  width: 40%;
  height: 100%;
  color: white;
}

#div_FooterMiddle {
  width: 30%;
  height: 100%;
  color: white;
}

#div_FooterRight {
  width: 30%;
  height: 100%;
  color: white;
}

#div_HeaderLine {
  position: absolute;
  height: 45px;
  top: 17px;
  background-color: #162159;
  width: 100%;
  z-index: 0;
}

#img_Header {
  height: 50px;
  z-index: 1;
  position: relative;
}

.performance {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

#div_Footer {
  display: flex;
  flex-direction: row;
  height: 100%;
  padding: 5px;
  padding-bottom: 0px;
}

.img-roof {
  height: 15px;
}

td{
	vertical-align: top;
}

.table-impressum{
	width: auto;
	border: 0px transparent;
}

.map{
	width: 100%;
	min-height: 300px;
	height: auto;
}

.mail-link{
	color: rgba(var(--mdb-link-color-rgb), var(--mdb-link-opacity, 1));
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    font-size: 1rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  #f_Footer {
    height: 120px;
  }

  #div_FooterMiddle {
    padding: 10px;
    padding-bottom: 0px;
  }

  #div_FooterLeft {
    padding: 10px;
    padding-bottom: 0px;
  }

  #div_FooterRight {
    padding: 25px 10px;
    padding-bottom: 0px;
  }

  #div_Content {
     padding-left: 100px;
     padding-right: 100px;
  }

  #div_HeaderLine {
    height: 66px;
    top: 24px;
  }

  #img_Header {
    height: 80px;
  }

  .performance {
    flex-direction: row;
  }

  .map{
    min-height: 500px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body {
    font-size: 1rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  #f_Footer {
    height: 120px;
  }

  #div_FooterMiddle {
    padding: 10px;
    padding-bottom: 0px;
  }

  #div_FooterLeft {
    padding: 10px;
    padding-bottom: 0px;
  }

  #div_FooterRight {
    padding: 25px 10px;
    padding-bottom: 0px;
  }

  #div_Content {
     padding-left: 100px;
     padding-right: 100px;
  }

  #div_HeaderLine {
    height: 66px;
    top: 24px;
  }

  #img_Header {
    height: 80px;
  }

  .performance {
    flex-direction: row;
  }

  .map{
    min-height: 500px;
  }
}
