/* CSS Document */
/* for other browsers */
body {
  background: #fff;
  color: #666;
  font: 1rem Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.3rem; }

a {
  color: steelblue;
  text-decoration: none;
  padding: 2px 0px; }

a:hover {
  color: white;
  background: steelblue; }

h1, h3 {
  margin: 5px 0px 10px;
  font-weight: normal; }

.wrapper {
  max-width: 1024px;
  margin: 10px auto; }

header {
  margin-bottom: 10px; }
  header .headrow-l, header .headrow-r {
    padding-top: 50px;
    padding-bottom: 30px; }
  header .headrow-r a {
    color: steelblue; }
  header .headrow-r a:hover {
    background: steelblue;
    color: white; }

img {
  width: 100%;
  max-width: 230px;
  border-radius: 16px 0px 16px 16px; }

/* Column container */
.row {
  display: flex;
  flex-wrap: wrap;
  border: 0.5px solid lightsteelblue;
  box-shadow: 2px 2px 3px #ccc;
  margin-bottom: 20px; }

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.column-l, .headrow-l {
  flex: 35%;
  background-color: Steelblue;
  padding: 15px 20px;
  max-width: 230px; }
  .column-l p, .headrow-l p {
    margin: 0px; }
  .column-l p.datum, .headrow-l p.datum {
    font-size: 0.7rem; }
  .column-l p:first-child, .headrow-l p:first-child {
    padding-top: 15px; }

.row .column-l {
  transition: background-color 0.3s ease;
  background-color: Aliceblue; }

.row:hover .column-l {
  background-color: lightsteelblue; }

.row .column-r p {
  transition: color 0.5s ease;
  color: #666; }

.row:hover .column-r p {
  color: black; }

.column-l a:hover {
  color: white; }

/* Main column */
.column-r, .headrow-r {
  flex: 65%;
  background-color: #fff;
  padding: 15px 20px; }

.column-r p {
  font-size: 1rem; }
.column-r p:first-child {
  font-size: 1rem; }

.column-r a {
  color: steelblue;
  text-decoration: underline; }

.column-r a:hover {
  color: #fff;
  background: Navy;
  text-decoration: underline; }

button, a.button {
  background: white;
  border: solid 1px steelblue;
  border-radius: 5px;
  padding: 3px 5px;
  color: steelblue;
  font-size: 0.85rem;
  text-decoration: none; }

button:hover, a.button:hover {
  background: steelblue;
  border-color: black;
  color: white;
  text-decoration: none; }

.button.rechts {
  float: right;
  padding: 0.5px 5px; }

button.but {
  visibility: hidden; }

hr {
  border: 0;
  border-bottom: thin solid white;
  background: none; }

iframe {
  border: none;
  width: 100%;
  height: 78px;
  margin-bottom: 15px; }

nav {
  margin: 15px 0; }

footer {
  background: lightsteelblue;
  padding: 15px 20px;
  margin-top: 10px; }
  footer p {
    font-size: 0.85rem; }

#pag {
  border-radius: 3px;
  border: none;
  height: 16px;
  text-align: center; }

#anzahl {
  height: 24px;
  width: 50px; }

img.small-logo {
  display: none; }

#loader {
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) url("loader_soundwave.gif") 50% 50% no-repeat; }

@media only screen and (max-width: 900px) {
  .column-l {
    flex: 100%;
    max-width: 100%; }
    .column-l p:first-child {
      padding-top: 5px; }

  .column-l, .column-r {
    padding-top: 10px;
    padding-bottom: 10px; }

  iframe {
    height: 85px; }

  .headrow-l {
    display: none; }

  img.small-logo {
    display: inline !important;
    float: right;
    max-width: 120px; }

  h1, h3 {
    line-height: 1; }

  nav {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
