@charset "utf-8";

@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,400italic');

.clearfix {
    clear: both;
}

body {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 23px;
    color: rgb(220,220,220);
    width: 100%;
    background:  #000; 
}

.dark-bg {
    color: #fff;
}

#page {
    width: 100%;
}

.section {
    margin: 0 auto 60px;
    width: 960px;
    overflow: hidden;
}

.section-content {
    position: relative;
    margin: 0 auto;
    width: 620px;
    text-align: left;
    border-top: 5px solid #ccc;
}

.section.menu {
    height: 203px;
}

.section.menu .section-content {
    border-top: none;
}

.home-link {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: -45px;
    top: 0px;
    text-indent: -1000px;
    background: url('../img/home-link.png') no-repeat;
    overflow: hidden;
}

/*.inline-container {
    float: left;
    width: 489px
}

p.alignright {
    text-align: right;
}*/

/* ----anchor---- */
a, a:link {
    text-decoration: none;
    color: #afc75d;
}
a:hover, a:active {
    color: #f5a767;
}
a:visited {
    color: #9cd2db;
}

/* ----headers---- */
h1, h2, h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
}
h1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 3px;
}
h2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: 1px;
}
h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.6px;
}

p {
    font-weight: 400;
    padding-bottom: 25px;
}

blockquote {
    font-style: italic;
    padding-bottom: 28px;
}

p.testimonial-note {
    font-size: 14px;
    line-height: 20px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.inline-container {
    width: 50%;
}


/* flexslider */

.flexslider {
    position: relative;
}
.flexslider .before {
    position: absolute;
    left: -170px;
    width: 170px;
    min-height: 540px;
    background: url('../img/fadeout-left.png') repeat-y;
    z-index: 10;
}
.flexslider .after {
    position: absolute;
    right: -170px;
    width: 170px;
    min-height: 540px;
    background: url('../img/fadeout-right.png') repeat-y;
    z-index: 10;
}
.flexslider ul {
    margin-left: 0;
    list-style: none;
}
.flex-viewport {
    overflow: visible !important;
}
.flex-disabled.flex-next,
.flex-disabled.flex-prev,
.flex-disabled {
    display: none;
}
.flex-direction-nav {
    position: absolute;
    width: 960px;
}

.flex-direction-nav li {
    position: absolute;
    width: 620px;
    top: 0;
    left: 0;
}
.flex-next {
    position: absolute;
    display: block;
    top: 220px;
    right: -50px;
    width: 30px;
    height: 59px;
    text-indent: -1000px;
    background: url('../img/flex-slider-next-btn.png') no-repeat;
    overflow: hidden;
    z-index: 11;
}
.flex-prev {
    position: absolute;
    display: block;
    top: 220px;
    left: -50px;
    width: 30px;
    height: 59px;
    text-indent: -1000px;
    background: url('../img/flex-slider-prev-btn.png') no-repeat;
    overflow: hidden;
    z-index: 12;
}

.flexslider h2,
.flexslider span.media-source-hint,
.flexslider p,
.flexslider blockquote {
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity;
    transition-duration: 1.5s;
    /* Safari */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1.5s;
}

.flex-active-slide h2,
.flex-active-slide span.media-source-hint,
.flex-active-slide p,
.flex-active-slide blockquote {
    filter: alpha(opacity=100);
    opacity: 1;
}

.media-source-hint {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-bottom: 15px;
}

/* menu */
#homelink {
    position: fixed;
    display: block;
    z-index: 20;
}
#menu ul {
    position: relative;
    left: -16px;
    margin-top: 11px;
    margin-left: 0;
    float: left;
    list-style: none;
}
#menu li {
    float: left;
    padding: 0;
    background: none;
}
#menu li:first-child {
    
}
#menu li a {
    display: block;
    padding: 0px 16px;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
#menu li.active a,
#menu li a:hover {
    color: #f5a767;
}

/* kontakt - impressum */
#kontakt .section-content {
    font-size: 15px;
    line-height: 20px;
    padding-top: 11px;
    border-color: #303030;
}

#kontakt p {
    color: #666;
}

h3 span {
    display: inline-block;
    padding: 3px 14px 0 0;
    color: #666;
}