/*
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 : 24.09.2015, 16:41:18
    Author     : Clemens Liedtke
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,greek,greek-ext,latin-ext);

html,
body {
    position: relative;
    height: 100%;
    font-family: "Open Sans";
}

body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f9f9f9;

    background: url('../images/dav-rlp-bg1.jpg') no-repeat bottom center scroll;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@font-face {
    font-family: "Quadrata";
    src: url("../fonts/friz-quadrata-tt.ttf");
}


.navbar {
    background: rgba(255, 255, 255, 0.8);
}

.navbar .nav {
    margin: 0px 0px 0px 0px;
}

.navbar-right {
    margin: 0px -15px 0px 0px;
}

.navbar-default .navbar-nav>li>a {
    font-famity: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0083d7;
    background-color: transparent;
    padding-right: 14px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #429c29;
    background-color: transparent;
}

li.item-101,
li.item-21 {
    display: none;
}

.navbar-nav>li>a {
    line-height: 20px;
}

a.navbar-brand {
    font-family: "Quadrata";
    font-variant: small-caps;
    font-size: 2.0em;
    color: #000 !important;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin-top: 0px;
}

ul.dropdown-menu>li>a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0083d7;
}

.navbar-default .navbar-nav>li>a.call-to-action {
    background-color: rgb(66, 156, 41) !important;
    color: #fff;
    border-radius: 4px;
}

.img-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: 100%;
    height: 150px;
}

.img-coat {
    width: 25%;
}

.btn-primary {
    background-color: #0083d7;
    border-radius: 0;
    background-image: none;
    border: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-primary.bg-green {
    background-color: #429c29;
}

.intro-section {
    position: relative;
    padding-top: 150px;
    /*
    background: url('../images/dav-nord-bg1.jpg') no-repeat bottom center scroll; 
    background-attachment: scroll; 
    width: 100%; 
    height: 100%;
    top: 0;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    background-size: cover; 
    -o-background-size: cover;
    */
}

.custom .container {
    padding: 0;
}

.row-intro {
    margin-top: 10px;
}

.row-intro2 {
    margin-top: 20px;
    padding-top: 20px;
    /*background: rgba(255,255,255,0.8);*/
    background: rgba(255, 255, 255, 1);
}

.row-intro2 h2 {

    font-size: 26px;
    font-variant: small-caps;
}

.row-intro2 .panel {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #ece9e2;
}

.row-intro2 .panel-default {
    border: none;
}

.row-intro2 .panel-default h2 {
    color: #0083d7;
    margin-top: 0;
}

.border-dav-blue {
    border: 20px solid #0083d7;
}

.motto {
    background: none;
    margin-top: 25px;
}

.motto h1,
.motto h2 {
    display: inline-block;
    width: 100%;
    max-width: 620px;
    text-align: center;
    background-color: #0083d7;
    margin-top: 0;
    margin-bottom: 2px;
    padding: 2px;
    color: #fff;
}

.motto h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 2px;
    padding: 2px;
    color: #fff;
}

.motto h1 {
    font-size: 60px;
}

.motto h2 {
    font-style: italic;
    font-size: 42px;
}

.motto h3 {
    font-size: 22px;
}

.introbox {
    background-color: #fff;
    color: #001a27;
    padding: 20px;
    margin-top: 10px;
}

.introbox h1 {
    font-size: 22px;
    color: #0083D7;
}

.introbox .introtext {
    margin-bottom: 30px;
}

.introbox .dekoimg-right {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: -35px;
    float: right;
}

.introbox .dekoimg-right p,
.img-author {
    position: relative;
    bottom: 0px;
    color: #111;
    margin: 10px;
    font-size: 11px;
    text-align: center;
}

.kongress-jahr {
    background-color: #429c29;
    padding: 2px;
    text-align: center;
}

.kongress-jahr h1 {
    color: #fff;
    font-size: 26px;
    font-variant: small-caps;
    border-bottom: 2px solid #fff;
}

.kongress-jahr h2 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
}

.save-the-date {

    margin-top: 80px;
    padding: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    //position: absolute;
    //bottom: 20px;
    text-align: center;
    color: #0083d7;

    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
}

.willkommen .container {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.intro-laender {
    margin-top: 80px;
}

.intro-laender img.img-circle {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.intro-laender h2 {
    height: 40px;
    text-align: center;
}

.intro-laender p {
    height: 100px;
    text-align: center;
}

ul.categories-module {
    border-left: 5px solid #0083D7;
}

#content {
    background-color: #e5e5e5;
    min-height: 100%;
    margin-top: 100px;
    padding-top: 0px;
}

.sidebar-right .mod-custom {
    border: none;
}

.sidebar-right h3 {
    padding: 9px;
    border-radius: 0px;
    background-color: #fff !important;
    background: none;
    border-left: 5px solid #0083d7;
}

#content>div.container>div>div.content {
    background-color: #fff;
    margin-top: -20px;
}


.intro-laender h2 {
    font-size: 22px;
}

.intro-laender h3 {
    font-size: 18px;
    text-align: center;
}

.intro-laender p {
    height: 120px;
}


#content .date {
    font-size: 22px;
    text-transform: uppercase;
    color: #0083D7;
}

#content .lv {
    text-transform: uppercase;
    color: #429C29;
}

#content .datetype {
    text-transform: uppercase;
    color: darkgray;
}

@media(max-width:767px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 15px;
        margin-left: 15px;
    }

    .save-the-date {
        padding: 10px;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        position: relative;

        text-align: center;
        color: #0083d7;

        font-family: "Open Sans";
        font-size: 30px;
        font-weight: bold;
    }
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 1px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0px 20px;
    border-bottom: 1px solid #EEE;
}

.page-header h1,
.willkommen h1 {
    background-color: rgb(66, 156, 41);
    color: #fff;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

.page-header h2,
.willkommen h2 {
    background-color: #0083d7;
    min-width: 200px;
    max-width: 50%;
    color: #fff;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

.page-header h2 a {
    color: #fff;
}

label.fabrikLabel {
    color: #555;
    padding-top: 10px !important;
}

.fabrikActions.form-actions {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 60px !important;
    margin-top: 20px;
}

.fabrikActions.form-actions .row-fluid .span4:first-child {
    float: left;
}

div#mitglied_werden___status {
    margin-left: 20px;
}

div.container.footer {
    background-color: #fff;
}

div.search {
    padding: 0px;
}

#mod-search-searchword {
    width: 100%;
}

a.mitglied-werden {
    width: 100%;
    background-color: rgb(66, 156, 41) !important;
    color: #fff;
    border-radius: 1px;
    font-size: 22px;
}

.imprint,
.imprint li {
    float: none !important;
}

.imprint ul li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#mitglied_werden___beitragsart {
    padding-left: 25px;
    font-weight: normal;
    margin-bottom: 35px;
}