* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  }
  
IMG {
  max-width: 100%;
  height: auto;
  }  
  
/* HEADER
------------------------------------------------------------------------- */     

#header {
  height: 0px;
  padding: 0;
  }

#header #nav {
  background: #A99D40;
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s;
  left: 100%;
  flex-direction: column;
  justify-content: center;
  }
  
BODY.menu #header #nav {  
  left: 0;
  }
  
#header #nav > DIV {  
  width: 100%;
  }
  
#header #nav UL {  
  padding-top: 0;
  }
  
#header #nav UL LI {
  display: block;
  }  
  
#header #nav UL LI A {
  display: block;
  color: #fff;
  padding: 10px 0;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 20px;
  }
  
#header #nav UL LI.current-menu-item A,
#header #nav UL LI.current-page-ancestor A {  
  color: #000;
  background: none !important;
  }
  
#header #nav .button {
  display: inline-block !important;
  margin-top: 30px;
  padding: 12px 20px 16px 20px !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.11);
  }
  
#header IMG.logo {
  position: absolute;
  bottom: 30px;
  width: 150px;
  height: auto;
  }

/* MOBILE MENU
------------------------------------------------------------------------- */   
  
#icon-menu {
  display: block;
  position: fixed;
  z-index: 201;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 50px;
  background: #A99D40;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transition: position 0s;
  cursor: pointer;
  float: left;
  cursor: pointer;
  }

#icon-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 26px;
  background: #fff;
  opacity: 1;
  left: 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }

#icon-menu span:nth-child(1) {
  top: 15px;
  }

#icon-menu span:nth-child(2),#icon-menu span:nth-child(3) {
  top: 23px;
  }

#icon-menu span:nth-child(4) {
  top: 31px;
  }
  
#icon-menu.open {
  margin-top: 0;
  }  
  
#icon-menu.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
  }

#icon-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }

#icon-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }

#icon-menu.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
  } 
  
/* LAYOUT
------------------------------------------------------------------------- */     
  
#page {
  width: auto;
  }

#container {
  padding: 10px;
  margin: 0;
  }  
  
.home #container {
  margin-left: 0;
  }  
  
.column {
  width: 100%;
  float: none;
  margin: 0;
  }  
  
.rectangle,
.rectangle.padding {
  width: auto;
  height: auto;
  } 
  
.rectangle H1,
.rectangle H2 {
  margin-top: 5px;
  margin-bottom: 15px;
  }   
  
.rectangle.padding { 
  padding-top: 20px;
  padding-bottom: 20px;
  }
  
.rectangle.image {
  border: none;
  width: 100%;
  height: auto;
  } 
  
.rectangle.image IMG {   
  float: left;
  }

.rectangle.big {
  height: auto;
  }  
  
.rectangle.main {
  margin-bottom: 10px;
  }  
  
.rectangle .bottom {
  position: static;
  padding-top: 10px;
  }  
  
.rectangle.quote.large {
  width: auto;
  clear: both;
  margin-right: 0;
  }  
  
.assistentinnen #main {
  margin-right: 0;
  }  
  
.assistant {
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 0 5px;
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: 5px;
  }  
  
.assistant IMG {  
  float: left;
  }
  
H1 {
  clear: both;
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.1;
  }  
  
h1.bgcolor {
  padding-top: 0px;
  padding-bottom: 5px;
  }  
  
#gallery {
  position: relative;
  width: auto;
  border: none;
  margin-bottom: 10px;
  }  
  
#content {
  width: auto;
  float: left;
  margin: 0;
  overflow: hidden;
  }  
  
#content P {
  overflow: hidden;
  }  
  
#content TD H1.bgcolor {
  font-size: 20px;
  }  
  
#content P IMG {
  float: left;
  margin-bottom: 10px;
  }  
  
#content TABLE,
#content TABLE TR,
#content TABLE TR TD {
  display: block;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  } 
  
#content TABLE TR TD {
  margin-bottom: 10px !important;
  background: none;
  }    

#content TABLE TR TD:last-child {
  background: url(../images/hr@2x.png) repeat-x bottom left;
  background-size: auto 4px;
  padding-bottom: 15px !important;
  }
  
.ddr-ulrike-steinhauser #content TABLE TR TD:first-child,
.ddr-gregor-steinhauser #content TABLE TR TD:first-child {
  font-weight: bold;
  margin-bottom: 0 !important;
  }

h1.bgcolor {
  margin-top: 0;
  }  
  
.items UL LI {
  height: auto;
  }  
  
.items UL LI A {
  padding: 10px 15px 13px 15px;
  white-space: inherit;
  overflow: visible;
  text-overflow: inherit;
  line-height: 1.2;
  }  
  
.imageborder {
  height: auto;
  width: auto;
  float: none;
  border: none;
  margin: 0;
  }
  
.imageborder IMG:only-child {
  margin-bottom: 10px !important;
  }
  
.subpage {
  width: auto;
  }  
  
.subpage .pageImage .default {
  margin-bottom: 10px;
  overflow: hidden;
  }  
  
.subpage .pageImage .hover {
  margin-bottom: 10px;
  overflow: hidden;
  }   
  
IMG.alignright {
  margin-left: 0;
  margin-right: 40px;
  float: none !important;
  display: block;
  margin: 25px auto !important;
  }  
  
.wo-wir-helfen-koennen #content TABLE TD .imageborder {
  margin: 0;
  border: none;
  }  
  
#footer {
  text-align: center;
  line-height: 1.5;
  }  
  
#footer .pipe {
  display: none;  
  }
  
#footer BR {
  display: block;
  }  
  
#footer .left,
#footer .right {
  float: none;
  }
  
#footer .right {   
  margin-top: 10px;
  }
  
#footer .button {
  margin-top: 20px;
  }
  
#footer .comma {
  display: block;
  height: 0;
  overflow: hidden;
  margin-bottom: -1.5em;
  }  
  
.left {
  float: none;
  }  
  
