﻿body {
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: white;
  color: #0c5460;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content {
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #berichtDetailsButton {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #berichtDetailsButton {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
