/* Defaultstile */
/* Browserdefault Fontsize 16px, Entwurfsbreite 980px */
html {
  background-color: #d6ced4;
}

body{
  font-family:	'Roboto', Helvetica, sans-serif;
  color: #000000;
  font-size: 82.353%;
  font-weight: 300;
  line-height: 1.266667em;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 5px 0;
  font-weight: bold;
}

h1 {
  font-size: 1.666667em;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

h2 {
  font-size: 1.333333em;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

p, ul {
  margin:0 0 10px 0;
}

td {
  vertical-align:top;
}

hr {
  margin:18px -60px 18px 0px;
  border:0;
  height:1px;
  color:#000000;
  background-color:#000000;
}

strong, b {
	font-weight:bold;
}

a {
  color: #000000;
	text-decoration: none;
	cursor:pointer;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* Allgemeine Hilfsstile */
.centeredpage-container {
  position:relative;
  margin: 0 auto;
  width: 1px;
}

.clear {
	clear: both;
}

.highlight {
  font-weight: bold;
}

.big {
  font-size: 1.333333em;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

.max {
  font-size: 1.666667em;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

.shadow {
  -moz-box-shadow:    0px 5px 10px 0px rgba(68,68,68,0.7);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(68,68,68,0.7);
  box-shadow:         0px 5px 10px 0px rgba(68,68,68,0.7);
}

.button {
  cursor:pointer;
}

.backbutton {
  position: relative;
  top: 65px;
  padding: 15px;
  background-color: #000;
  color: #FFF;
}

a.backbutton:hover {
  color: #706f6f;
  text-decoration: none;
}

/* .csc-textpic-caption {
  font-size: 12px;
} */

DIV.csc-textpic .csc-textpic-imagewrap IMG {
  margin-bottom: 3px;
}

/* Layoutbausteine */
#globalcontainer {
  position: relative;
  margin: 30px auto;
  width: 980px;
  background-color: #ffffff;
  -moz-box-shadow:    10px 0px 30px 0px rgba(68,68,68,0.7);
  -webkit-box-shadow: 10px 0px 30px 0px rgba(68,68,68,0.7);
  box-shadow:         10px 0px 30px 0px rgba(68,68,68,0.7);
}

#pagecontainer {
  position: relative;
  min-height: 664px;
}

#navigationcontainer {
  position: absolute;
  width: 142px;
  height: 100%;
  left: 40px;
  padding-top: 185px;
  background-image: url(../images/textur_papier_navi.png);
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#headercontainer {
  position: relative;
  width: 100%;
  height: 80px;
  border-bottom: 7px solid #000;
}

#header {
  position: relative;
  width: 100%;
  height: 100%;
}

#introfondcontainer {
  position: relative;
  width: 100%;
  height: 577px;
}

#fondcontainer {
  position: relative;
  width: 100%;
  height: 48px;
}

#fondimages {
  position: absolute;
}

#fondimages img {
  position: absolute;
}

#fondimages-controls {
  position: absolute;
  z-index: 900;
  right: 20px;
  top: 248px;
}

#contentcontainer {
  position: relative;
  width: 100%;
  min-height: 577px;
  padding: 50px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebarimages img {
  position: absolute;
}

#footercontainer {
  position: relative;
  width: 100%;
  border-bottom: 7px solid #000;
}

/* TYPO3 Layout */
#t3navigation {
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

#t3navigation li a {
  font-weight: 300;
}

#t3navigation li.active > a {
  font-weight: 700;
}

#t3navigation a:hover {
  text-decoration: none;
  font-weight: 700;
}

#t3navigation > ul {
  font-size: 1.33333em;
}

#t3navigation > ul > li {
  margin-left: 20px;
  margin-bottom: 15px;
}

#t3navigation > ul > li > ul {
  margin-top: 15px;
  font-size: 0.8em;
}

#t3navigation >ul >li > ul > li {
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #000;
}




#t3homelink {
  position: absolute;
  bottom: 10px;
  left: 395px;
}

#t3intro {
  height: 730px;
}

#t3sidebar {
  position: absolute;
  left: 167px;
}

#t3content {
  position: relative;
  left: 395px;
  width: 585px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#t3content h1:first-child,
#t3content h2:first-child,
#t3content h3:first-child,
#t3content h4:first-child,
#t3content h5:first-child,
#t3content h6:first-child {
  margin-top: 0;
}

#t3content ul {
  list-style-image: url(../images/bullet.png);
  padding-left: 12px;
  margin-top: -10px;
}


/* FCEs */
.fceref {
  position: relative;
  float: left;
  width: 140px;
  height: 140px;
  margin: 17px 17px 0 0;
}

.fceref:nth-child(3n+1) {
/*   margin-right: 0; */
}

.fceref a {
  text-decoration: none;
  font-weight: 300;
}

.fceref a div, .fceref a img {
  position: absolute;
  width: 140px;
  height: 140px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fceref a div {
  padding: 15px 10px;
  background-color: rgba(255,255,255,0.8);
  display: none;
}

.fceref a:hover div {
  display: block;
}


/* Mediaqueries */
@media print {
 #navigationcontainer, #headercontainer, #fondcontainer, #footercontainer, #t3sidebar {
   display:none;
 }
 #globalcontainer {
   -moz-box-shadow:none;
   -webkit-box-shadow:none;
   box-shadow:none;
 }
 #pagecontainer {
   min-height: 0;
 }
 #contentcontainer {
 }
 #t3content {
   left: 0;
 }

}

@media only screen and (max-width:980px) {
  #globalcontainer {
    margin: 0 auto;
  }
}
