﻿/* HEADER */
#header {
  background: linear-gradient(to bottom, rgb(80, 80, 80) 0%, rgb(32, 32, 32) 125%);
  width: 100%;
  height: 40px;
  border-bottom: 3px outset lightgrey;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

/* Headlinefield */
#headertable {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-family: Rockwell;
}

#htheadline {
  margin-left: 5px;
  position: relative;
}

  #htheadline img {
    height: 25px;
  }

  #htheadline h4 {
    color: white;
    margin-left: 10px;
    font-size: 25px;
  }

#htsearch {
  margin-right: 5px;
  position: relative;
  float: right;
}
