@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/sourcesanspro-300.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/sourcesanspro-600.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400-italic.woff) format('woff');
}


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 16px 3px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 10px 16px 3px rgba(0,0,0,0.18);
  box-shadow: 0px 10px 16px 3px rgba(0,0,0,0.18);
}
.header {
  background-color: #e37222;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.header > h1 {
    font-size: 1em;
    font-weight: bold;
    margin: auto;
    padding: 10px;
    letter-spacing: 3px;
}
.header > .logos {
  float:right;
  margin: auto;
  padding: 10px;
  color: white;
}
.sub-footer {
      background-color: #e37222;
      color: #fff;
}
.sub-footer img{
  opacity: 0.8;
}
.sub-footer img:hover{
  opacity: 1;
}
.logos a{
  color: white;
  padding-left: 4px;
}
.content {
  padding: 10px;
}
.top {
    background-color: #e37222;
    margin: 0px;
    padding: 00px;
}
.slider {
  margin: 0px;
  position: relative;
  left: 0px;  /* stick it wherever it was positioned by default */
  top: 0px;
}
.slider img {
    display:block;
}
.search {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 50px;
  z-index:999;
  margin: 0px;
  padding:0px;
  padding-top:40px;
  background-color: #e37222;
  color: white;
  padding: 10px;
  text-align: center;
  background: #e37222; /* Old browsers */
background: -webkit-linear-gradient(#e37222 0%, #ff7b0d 100%);
background: -o-linear-gradient(#e37222 0%, #ff7b0d 100%);
background: linear-gradient(#e37222 0%, #ff7b0d 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e37222', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
.button {
font: bold 11px Arial;
text-decoration: none;
background-color: #fff;
color: #000;
padding: 2px 15px 2px 15px;
}
.search input{
  padding: 3px 10px;
  background-color: white;
  color: black;
}
.search label{
  font-size: 0.7em;
  padding-left: 10px;
  top: 0px;
  left: 10px;
}
.search h4{
  color: white;
}

.left {
  float: left;
  width: 50%;
}
.right {
  float: right;
  width: 50%;
}
.table {
  margin-top: 20px;
  margin-bottom: 30px;
}
.table table {
    border-collapse: collapse;
    width: 100%;
}
.druckteil {
  margin-top:20px;
  text-align: right;
}
.table table, th, td {
    border: 0px solid black;
}
.right img{
  width: 100%;
  padding: 20px;
}
#right img {
  margin: 0px;
  padding: 0px;
}
.clear::before,
.clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}
.bildergallery {
  margin: 0 auto;
  margin-top: 20px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  img {
    max-width: 100%;
  }


/* Pix
-------------------------------------------------- */


/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
}
a:hover {
  color: ;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  font-size: 1.25em;
  padding-top: 0.2em;
  background: #fff;
  color: #222;
}


/* Header
-------------------------------------------------- */
.header {
  border-bottom: 0px solid #e37222;
}
.logo {
  display: block;
}
.logo img {
  width: 2em;
}


/* Navigation
-------------------------------------------------- */
.menu a {
  display: block;
  color: #222;
}
.menu a:hover {
  color: #e37222;
  text-decoration: none;
}
.menu .active {
  color: #e37222;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
}
.menu > li > a {
  padding: .35em 0;
  border-top: 1px solid #ddd;
  font-weight: 600;
}

.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 1em;
}
.submenu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -.5em;
  left: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #222;
}
.submenu li {
  border-bottom: 1px solid #444;
}
.submenu a {
  padding: .5em 1.5em;
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  background: #222;
  white-space: nowrap;
}
.submenu a:hover {
  background: #333;
  color: #fff;
}

@media screen and (min-width: 45em) {
  body {
    padding: 1em;
  }
  .logo {
    float: left;
  }
  .menu {
    float: right;
  }
  .menu > li {
    float: left;
  }
  .menu > li > a {
    padding: .35em 1em;
    border: 0;
  }
  .menu > li:hover .submenu {
    display: block;
  }
}


/* Headings
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
  color: #e37222;
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
  color: #e37222;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
  color: #e37222;
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: #e37222;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}



/* Main
-------------------------------------------------- */
.main {
  padding-bottom: 1.5em;
  border-bottom: 2px solid #e37222;
}
.main hr {
  margin: 3em 0;
  height: 2px;
  background: #ddd;
}
.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: .5em;
}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
}

/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}
.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: #e37222;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}


/* Project teaser
-------------------------------------------------- */
.teaser {
  list-style: none;
}
.teaser li {
  margin-bottom: 1.5em;
  list-style: none;
}
@media screen and (min-width: 50em) {
  .teaser li {
    float: left;
    width: 33%;

  }
  .teaser li:first-child {
    margin-left: 0;
  }
}


/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}


/* Footer
-------------------------------------------------- */
.footer {
  padding: 2em 0 6em;
  font-size: .8em;
  max-width: 1000px;
  margin: auto;
}
.copyright {
  float: left;
}
.colophon {
  float: right;
}
.colophon a b {
  color: #e37222;
  padding-left: .25em;
}
