/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* Eigene Styles */
.galerie img {
  border: solid 3px #ffffff;
  border-radius: 10px;
}
/* ----------------------------------------------------- Biographie */
table.tf-table {
  border: 0px solid #1C6EA4;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
}
table.tf-table td, table.tf-table th {
  border: 0px solid #AAAAAA;
  padding: 5px 0px;
}
table.tf-table td:first-child {
  width: 35%;
}
.infobox.shadow-column .fl-col-content {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 50px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 50px 0px;
}
#tobias-fruechtl .bio .fl-module-heading .fl-module-content {
  margin-top: 40px;
}
/* ------------------------------------------------------ Welle */
.wave-boc, .wave-toc {
  position: absolute;
  max-width: 100%;
  z-index: 0;
}
.wave-boc {
  -webkit-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  transform: translateY(-99%);
}
.wave-toc {
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
}
@media all and (min-width:1921px) {}
@media all and (max-width:1920px) {}
@media all and (max-width:1366px) {}
@media all and (max-width:1024px) {}
@media all and (max-width:768px), screen and (orientation : portrait) {}
@media all and (max-width:500px) {}