/* Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Main Styles */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #474747 url('/assets/images/bg.png');
  color: #cbcbcb;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14pt;
  line-height: 1.3;
}

#wrapper {
  min-height: 100%;
  position: relative;
  width: 600px;
  margin: 0 auto;
}

h1 {font-size: 24pt;}
h2 {font-size: 22pt;}
h3 {font-size: 20pt;}
h4 {font-size: 18pt;}
h5 {font-size: 16pt;}

h1,h2,h3,h4,h5,p,ul,ol,li,blockquote {margin-bottom: 1em;}
h1,h2,h3 {margin-top: 0;}

small {font-size: 12pt;}

blockquote {margin-left: 10pt;font-style: italic;}

a {color:inherit;text-decoration:underline;}

img { ms-interpolation-mode: bicubic; }

.letter {
  -webkit-text-shadow: black 0px 2px 3px;
  -moz-text-shadow: black 0px 2px 3px;
  -o-text-shadow: black 0px 2px 3px;
  text-shadow: black 0px 2px 3px;
}

.letterbox {
  -webkit-box-shadow: black 0px 2px 3px;
  -moz-box-shadow: black 0px 2px 3px;
  -o-box-shadow: black 0px 2px 3px;
  box-shadow: black 0px 2px 3px;
}

hr {
  height: 1px;
  background: #cbcbcb;
  border:none;
}

td {
  padding-right: 10pt;
  padding-bottom: 10pt;
}

.year {
  text-align: right;
}

/* Header */

#header {
  margin-bottom: 1px solid #eee;
}

#header img {
  display: block;
  margin: 0px auto;
}

#nav {
  text-align: center;
  overflow: auto;
  margin: 0px auto;
  padding-top: .5em;
}

#nav li {
  display: inline-block;
  margin: 0px 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2 ease;
  padding-bottom: .5em;
}

#nav li:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#nav li.active {
  transform: scale(1.1);
  color: white;
}

#nav li a {
  text-decoration: none;
}

/* Content */

#content {
  padding: 1.5em 0 3.5em 0;
}

/* Motto */

.motto {
  font-size: 22pt;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 42pt;
}

.motto p {
  margin-bottom: .1em;
}

/* Kontakt */
input,textarea {
  font-size: 14pt;
  padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #cbcbcb;
    border: 1px solid black;
    width: 300px;
}

/* Vorschau */

.vorschau{
  margin-bottom: 30px;
  width: 600px;
  height: 300px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
  display: block;
  background-position: 50% 50%;
}

.vorschau .desc {
  width: 50%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0,0,0,0.8);
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomleft: 9px;
  -o-border-radius-topleft: 9px;
  -o-border-radius-bottomleft: 9px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  color: #ccc;
}

.vorschau .desc small {
  font-size: 11pt;
}

.vorschau h1, .vorschau p {
  margin: 0px;
  padding: 10px;
  text-decoration: none;
  font-weight: normal;
}

.zyklus img {
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px black;
    -moz-box-shadow: 0px 2px 3px black;
    -o-box-shadow: 0px 2px 3px black;
    box-shadow: 0px 2px 3px black;
}

.zyklus a {
	text-decoration: none;
}

.zyklus .desc {
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: center;
}

.zyklus h1 {
  font-weight: normal;
  color: #888;
}

/* Footer */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3em;
}

/* Images */
.row {
  overflow: auto;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
}

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
}
