/* Space out content a bit */

body {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}

.container-sus {
  margin-left: 60px;
  min-width: 992px;
}

.header {
  margin-top: 60px;
  margin-bottom: 60px;
}

a {
  color: black;
}

a:hover {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a.logo {
  display: block;
  position: fixed;
  left: 60px;
  top: 140px;
  width: 140px;
  height: 60px;
  background-color: black;
  color: white;
  padding-top: 36px;
  padding-left: 2px;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 1px;

  transform: rotate(270deg);
  transform-origin: left bottom 0;
}

a.logo:hover { 
  text-decoration: none;
}

.menu-item {
  /*
  width: 90%;
  min-width: 126px;
  */
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding-top: 15px;
  padding-left: 10px;
  height: 140px;

  font-size: 12px;
  letter-spacing: 1.5px;

  cursor: pointer;
}

.menu-item a, .menu-item a:hover {
  color: black;
  text-decoration: none;
}

.menu-item a.menu-main-link, .menu-item .menu-sub-links a:hover, .menu-item .menu-sub-links a.active {
  font-weight: 800;
}

.menu-item .menu-sub-links {
  font-weight: 300;
  font-size: 10px;
  display: none;
}

.menu-item:hover .menu-sub-links, .menu-item.active .menu-sub-links  {
  display: block;
}

.menu-item:hover, .menu-item.active {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}


a[textfill] {
  display:block;
  width: 126px;
  background: #CCC;
}

a[textfill] > span {
  white-space: nowrap;
}

/*
Aktuelles
*/

.items div {
  color: black;
  font-weight: 300;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;

  /*
  border-top: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  */
  border-top: none;
  border-right: 1px solid black;
  border-bottom: none;
  border-left: none;
}

.items div h2 {
  font-size: 14px;
  margin-top: 10px;
  color: black;
  font-weight: 300;
  display:block;
  text-decoration: none;
}

.items div.selected, .items div:hover {
  /*
  border-top: 1px solid black;
  border-right: 1px solid white;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  */
  border-top: 1px solid black;
  border-right: none;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  padding-bottom: 8px;
}

.items div.selected h2, .items div:hover h2 {
  font-weight: 800;
  text-decoration: none;
}

.items p {

}

/*
TEAM
*/

.biografie h3 {
  font-size: 14px;
  margin-top: 0;
}

.biografie ol {
  list-style: none;
  padding: 0;
}

.biografie ol li{
  margin-bottom: 0.5em;
}

/*
LINKS
*/

.thumbnail {
  height: 290px;
  vertical-align: bottom;
  padding-top: 10px;
  position: relative;
}

.thumbnail .caption{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

