/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.05.2014, 13:43:24
    Author     : lupo
*/
body { color: #9b9797; font-family: 'Source Sans Pro', 'Helvetica', 'HelveticaNeueW01-55Roma', 'HelveticaNeue', sans-serif; }
.row { margin: 0; }
h1, h2, h3, h4, h5 { color: #9b9797; font-family: 'Source Sans Pro', 'Helvetica', 'HelveticaNeueW01-55Roma', 'HelveticaNeue', sans-serif; }
h2 {
    font-size: 46px;
    font-weight: 600;
}
#header {
    height: 158px;
    border-bottom: 14px solid #cfcdcd;
    background-color: #ff0000;
    margin-bottom: 14px;
    position: relative;
}
#header .column, #header .columns {
  padding-left: 0;
  padding-right: 0;
}
#header h1 {
    padding: 0;
    margin: 0;
    height: 144px;
    width: 615px;
}
#header h1 a {
    padding: 0;
    margin: 0;
    height: 144px;
    width: 615px;
    display: block;
    background: url('../img/header-fln.jpg') no-repeat top left;
    text-indent: -99em;
}
#header #subnav {
    position: absolute;
    right: 30px;
    bottom: 2px;
}
#header #subnav ul, #header #subnav form {
    margin: 0; padding: 0;
    display: block;
    clear: both;
}
#header #subnav ul li {
    list-style-type: none;
    float: left;
}
#header #subnav ul li a {
    color: #fff;
    padding: 10px 0 10px 20px;
    display: block;
    font-size: 20px;
    font-weight: 600;
}
#login label {
    background-color: #cfcdcd;
    color: #fff;
    padding: 14px;
}
#login label span {
    line-height: 1.8em;
    margin-right: 14px;
    font-family: 'Source Sans Pro', 'Helvetica', 'HelveticaNeueW01-55Roma', 'HelveticaNeue', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding-left: 11px;
}
#login input {
    width: 74%;
    margin: 0;
    float: right;
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav ul li {
    color: #cfcdcd;
    list-style-type: none;
}
#nav ul li a {
    color: #cfcdcd;
    display: block;
}
#nav ul li a:hover, #nav ul li a:active {
    color: #9b9797;
}
#nav > ul > li {
    padding: 0 0 0 30px;
    font-family: 'Source Sans Pro', 'Helvetica', 'HelveticaNeueW01-55Roma', 'HelveticaNeue', sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.8em;
    border-bottom: 1px solid #cfcdcd;
}
#nav > ul > li > ul > li {
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 400;
}

.entry { padding: 14px 0; }
.entry a.back {
    color: #f00;
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
}
.entry h3 {
    padding: 0 0 14px;
    font-size: 24px;
    font-weight: 600;
}
.entry .borderright {
    border-right: 1px solid #cfcdcd;
}
.entry button, .entry .button {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #cfcdcd;
    font-family: 'Source Sans Pro', 'Helvetica', 'HelveticaNeueW01-55Roma', 'HelveticaNeue', sans-serif;
}
.entry button, .entry .button,
.entry .flex-video { margin: 0; }
/*
.entry .flnvideo { position: relative; }
.entry .flex-video { position: absolute; bottom: 0; max-width: 90%; }
*/

#results { padding: 0 30px; }
#impressum a,
#results a { color: #cfcdcd; display: block; }
#impressum a:hover, #impressum a:active,
#results a:hover, #results a:active { color: #9b9797; }
#results ul { padding: 0; margin: 0 0 30px; }
#results ul li { list-style-type: none; }
#results ul li a { font-weight: bold; }

#login .column, #login .columns,
.entry .column, .entry .columns,
#impressum .column, #impressum .columns {
  padding-left: 30px;
  padding-right: 30px;
}

.addTopic, #nav ul li .editTopic {
    background-color: #888;
    display: inline-block;
    padding: 5px;
}
.addTopic, .editTopic {
    width: 33%;
}
.addTopic input, .editTopic input,
.addTopic button, .editTopic button {
    margin: 0;
}

// Large screens /* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
    #login label span {
        padding-left: 11px;
    }
    #header #subnav ul li a {
        font-size: 24px;
    }
}