body {
/*    font-size: 16px;*/
/*    padding-top: 52px;*/
    color: #424242;
    font-family: 'Open Sans', sans-serif !important;
}

#get {
   background : url(http://http-get.de/get.gif) no-repeat;
}

.text-color {
    color: #424242;
}

#scroll {
    display: block;
    position: relative;
}

#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
}


/* Headlines */

h1, h2, h3, h4, h5, h6 {
    color: #500a41;
}

h1 {
    margin-top: 0;
}

h4, h5 {
    font-weight: bold;
}


a {
    color: #220023;
    text-decoration: none;
}

a:focus, 
a:active, 
a:hover {
    color: #3b003d;
    text-decoration: underline;
}

*::selection {
    background: #220023; /* WebKit/Blink Browsers */
    color: #fff;
}
*::-moz-selection {
    background: #220023; /* Gecko Browsers */
    color: #fff;
}


/* Navbar - Nur sichtbar in xs-view */

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse{
    max-height: inherit;
}
.navbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,f2f2f2+100 */
    background: rgb(207,207,207); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(207,207,207,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    margin-bottom: 0;
    border: none;
}
.navbar-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,f2f2f2+100 */
    background: rgb(207,207,207); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(207,207,207,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.navbar-brand {
    width: 180px;
    padding: 12px 16px;
}
.navbar-toggle {
    border: 1px solid #500a41 !important;
    padding: 9px 12px;
    border-radius: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #500a41;
    height: 3px;
}

ul.navbar-nav {
/*    background: #500a41;*/
    background: #220023;
    margin: 0px -15px;
}
ul.navbar-nav > li > a {
    border-top: 0px solid #3b003d;
    border-bottom: 0px solid #0a000a;
    color: #fff !important;
}

.navbar-collapse{
    background-color: #220023;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: #500a41;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: #500a41;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
    border-top: 0;
    border-bottom: 0;
}

ul.navbar-nav > li > ul.dropdown-menu {
    background: #622354 !important;
    padding: 0;
}

ul.navbar-nav > li > ul.dropdown-menu > li > a {
    border-top: 1px solid #85547a;
    border-bottom: 1px solid #430837;
    color: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background: #500a41;
}

.navbar-nav > .mega-dropdown{
    white-space: nowrap;
}

#doppelspaltig{
    width: 650%
}

#nav{
    padding-left: 0;
}

#nav a{
    color: white;
}

#nav > .container-fluid{
    padding-left: 0;
    padding-right: 0;
    background-color: #220023;
}

.mega-dropdown ul{
    color: white;
}

header {
    border-bottom: 5px solid #220023;
}

.titelbild {
    background: rgba(0, 0, 0, 0)  url("../img/main_image.jpg") repeat scroll 0 0 ;
    background-size: cover;
    height: 100%;
    min-height: 280px;
    max-height: 320px;
    display: block;
    width: 100%;
    position: relative;
}

.titelbild > .container {
    height: 100%; 
}

.titelbild > .container > .caption {
    height: 100%; 
/*    background: rgba(0, 0, 0, 0.2);*/
    background: rgba(0, 0, 0, 0.4);
    margin-top: 186px;
}

.titelbild > .container > .caption > p {
    border-left: 12px solid #220023;
    font-size: 1.4em;
    line-height: 1em;
    margin-top: 10px;
    padding-left: 20px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
    color: #fff;
}

.titelbild > .container > .caption > p > .caption-large {
    font-size: 1.3em;
    line-height: 1.35em;
}

.arrow-down {
    bottom: 42px;
    left: 45%;
    position: absolute;
    right: 45%;
    text-align: center;
}
.arrow-down > a {
    color: #fff;
}
.arrow-down > a > .fa {
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
    font-size: 4em;
}

#colorboxes {
    position: absolute;
    right: 0;
    top: 30px;
    display: none;
}

#colorbox_1,
#colorbox_2,
#colorbox_3,
#colorbox_4,
#colorbox_5,
#colorbox_6 {
    width: 54px;
    height: 100px;
    display: block;
    margin-bottom: 10px;
}

#colorbox_1 {
    background: #49004c;
}
#colorbox_2 {
    background: #997494;
}
#colorbox_3 {
    background: #bda8bd;
}
#colorbox_4 {
    background: #dadada;
}
#colorbox_5 {
    background: #ebebeb;
}
#colorbox_6 {
    background: #e3e3e3;
}



.page-content {
    padding-top: 64px;
    padding-bottom: 64px;
}

strong.sidebar-headline {
    margin-top: 96px;
    color: #500a41;
}

.ul-sidebar {
    padding-left: 14px;
    color: #220023;
    margin-bottom: 42px;
}

.ul-sidebar > li {
    background: url('/img/sidebar_item_border_image.png') center bottom no-repeat;
    padding: 0 0 5px;
    margin-bottom: 14px;
}
.ul-sidebar > li.sidebar-date {
    background: transparent;
    list-style: outside none none;
    padding: 5px 0 0;
    margin-bottom: 0;
    font-size: .8em;
}

.sidebar-date {
    color: #a3a3a3;
    text-align: right;
}

.well-schintze {
    background: #dedede;
    border-radius: 0px;
    border: 1px solid #220023;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    
    padding: 80px 19px 96px;
}
.well-schintze-sm {
    background: #dedede;
    border-radius: 0px;
    border: 1px solid #220023;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.well-schintze h3 {
    margin-top: 0;
}

.well-schintze-sm h3,
.well-schintze-sm h5 {
    margin-top: 0;
}

.downloads-wrap {
    margin-top: 42px;
}

.downloads-wrap .row {
    padding: 10px 0;
    margin: 0;
    color: #888888;
}
.downloads-wrap .row:nth-child(odd) {
    background: #eee;
}
.downloads-wrap .row:nth-child(even) {
    background: #ccc;
}

.downloads-wrap > .row > .col-md-12 > .fa {
    font-size: 1.4em;
    color: #220023;
}

.downloads-wrap > .row > .col-md-12 > a {
    margin-left: 30px;
    margin-right: 30px;
}


.thumbnail {
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 3px;
}


.page-footer {
    background: #220023;
    color: #fff;
}

#footer-title {
    border-top: 1px solid #4e334f;
    border-bottom: 1px solid #1b001c;
    padding: 20px 0 12px;
}

#footer-body {
    border-top: 1px solid #4e334f;
    border-bottom: 1px solid #1b001c;
    padding: 24px 0 40px;
}

#footer-body a {
    color: #fff;
}

p.fn.org {
    font-size: 24px;
    line-height: .9em;
}
p.fn.org > small {
    font-size: 13px;
    letter-spacing: 0.085em;
}

.map {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    display: block;
    margin-top: 20px;
    padding: 1px;
    transition: border 0.2s ease-in-out 0s;
    width: 100%;
    height: 128px;
}


/* Buttons */

.btn {
    border-radius: 0;
}
.btn-primary {
    background: #320033;
    border-left: 1px solid #501d52;
    border-top: 1px solid #501d52;
    border-right: 1px solid #1e0b1f;
    border-bottom: 1px solid #1e0b1f;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary.focus:active, 
.btn-primary:active:focus, 
.btn-primary:active:hover {
    background-color: #220023;
    border-color: #501d52;
    color: #fff;
}

/* Formulare */

.form-group {
    margin-bottom: 6px;
}

.form-control {
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus {
    border-color: #220023;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(80, 29, 82, 0.6);
}

select.form-control {
    margin-bottom: 8px;
}

option:hover {
    background: #fff;
    color: #220023;
}


label.error {
    background: #f2dede none repeat scroll 0 0 !important;
    border: 1px solid #a94442;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    color: #a94442;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.42857;
    padding: 2px 8px 4px;
    position: relative;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1070;
}

.content-img {
    margin-bottom: 32px;
}



@media (min-width: 768px) {
    
    body {
        padding-top: 0;
    }
    
    header {
        border-bottom: 0;
    }
    
    .header-leiste {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,f2f2f2+100 */
        background: rgb(207,207,207); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(207,207,207,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #500a41;
        overflow-y: hidden;
    }
    
    .header-leiste > .container {
        padding-top: 16px;
    }
    
    .stoererlink {
        border-radius: 5px 5px 0 0;
        box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.64);
        background: #f0f;
        margin-top: 5px;
    }
    
    .titelbild {
        display: block;
        width: 100%;
        height: 420px;
        max-height: inherit;
    }
    
    .titelbild > .container {
        height: 100%;
    }
    
    .titelbild > .container > .caption {
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        margin-top: 0;
        width: 48%; 
    }

    .titelbild > .container > .caption > p {
        border-left: 12px solid #49004c;
        font-size: 1.4em;
        line-height: 1em;
        margin-top: 160px;
        padding-left: 20px;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
        color: #fff;
    }
    .titelbild > .container > .caption > p > .caption-large {
    /*    font-size: 2em;*/
        font-size: 1.5em;
        line-height: 1.2em;
    }
    
    .nav-pills-bg {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#381539+0,220023+100 */
/*        background: rgb(56,21,57);  Old browsers 
        background: -moz-linear-gradient(top, rgba(56,21,57,1) 0%, rgba(34,0,35,1) 100%);  FF3.6-15 
        background: -webkit-linear-gradient(top, rgba(56,21,57,1) 0%,rgba(34,0,35,1) 100%);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(to bottom, rgba(56,21,57,1) 0%,rgba(34,0,35,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381539', endColorstr='#220023',GradientType=0 );  IE6-9 */
        background-color: #220023;
        border-top: 1px solid #220023;
        border-bottom: 1px solid #220023;
    }
    
   .nav-pills-container {
        height: 100%;
    }
    
    .nav-pills-bg > .nav-pills-container > nav {
        padding-right: 0;
    }
    
    #nav-pills-dropdown-bg {
        background: #220023;
        height: 100%;
        padding-left: 0;
    }
    
    ul.nav-pills {
        background-color: #bfb8c0;
    }
    
    ul.nav-pills > li {
        margin-top: 0px;
    }
    
    ul.nav-pills > li > a {
        border-top: 1px solid #d2cdd2;
        border-bottom: 1px solid #b8b1b8;
        border-radius: 0px;
        text-align: right;
        color: #220023;
    }
    
    .nav > li > a:focus, 
    .nav > li > a:hover, 
    .nav > li > a:active{
        background-color: #808080;
        text-decoration: none;
        color: #fff;
    }
    
    ul.nav-pills > .open > a, 
    ul.nav-pills > .open > a:focus, 
    ul.nav-pills > .open > a:hover,
    ul.nav-pills > .open > a:hover{
        border-top: 1px solid #d2cdd2;
        border-bottom: 1px solid #b8b1b8;
        background-color: #808080;
        text-decoration: none;
        color: #fff;
    }
    
    .nav-pills > li.active > a, 
    .nav-pills > li.active > a:focus, 
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:hover{
        background: #808080;
    }
    
    .nav-pills > .dropdown > .dropdown-menu {
        background-clip: padding-box;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        display: none; 
        float: left;
        font-size: 14px;
        left: 100%;
        list-style: outside none none;
        margin: 0;
        min-width: 160px;
        padding: 0;
        position: absolute;
        text-align: left;
        top: 0;
        z-index: 1000;
    }
    
    .nav-pills > .laender > .dropdown-menu {
        top: -205px;
    }
    
    .nav-pills > .dropdown > .dropdown-menu > li > a {
        color: #fff;
        padding: 11px 20px;
    }
    
    .nav-pills > .laender > .dropdown-menu > li > a {
        padding: 4px 20px 4px;
    }
    
    .nav-pills > .dropdown > .dropdown-menu > li > a:focus, 
    .nav-pills > .dropdown > .dropdown-menu > li > a
    .nav-pills > .dropdown > .dropdown-menu > li > a:active{
        background-color: #808080;
        color: #fff;
        border-left: 1px solid #220023;
        border-top: 1px solid #d2cdd2;
        border-bottom: 1px solid #b8b1b8;
        padding: 10px 20px;
    }
    
    .nav-pills > .laender > .dropdown-menu > li.active > a, 
    .nav-pills > .laender > .dropdown-menu > li > a:focus, 
    .nav-pills > .laender > .dropdown-menu > li > a
    .nav-pills > .laender > .dropdown-menu > li > a:active{
        background-color: #808080;
        color: #fff;
        border-left: 1px solid #220023;
        border-top: 1px solid #d2cdd2;
        border-bottom: 1px solid #b8b1b8;
        padding: 3px 20px 3px !important;
    }
    
    .nav-pills > .dropdown > .dropdown-menu > li > a > .fa {
        visibility: hidden;
        margin-right: 4px;
    }
    
    .nav-pills > .dropdown > .dropdown-menu > li > a:focus > .fa, 
    .nav-pills > .dropdown > .dropdown-menu > li > a:hover > .fa {
        visibility: visible;
        margin-right: 4px;
    }
    
    .dropdown-menu > .active > a, 
    .dropdown-menu > .active > a:focus, 
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus{
        background-color: #808080;
        border-left: 1px solid #220023;
        border-top: 1px solid #d2cdd2;
        border-bottom: 1px solid #b8b1b8;
        padding: 10px 20px !important;
        padding: 10px 20px !important;
    }
    
    .dropdown-menu > .active > a > .fa, 
    .dropdown-menu > .active > a:focus > .fa, 
    .dropdown-menu > .active > a:hover > .fa {
        visibility: visible !important;
        margin-right: 4px;
    }
    
    h4.sidebar-headline {
        margin-top: 0;
    }
    
    #footer-title {
        border-top: 1px solid #4e334f;
        border-bottom: 1px solid #1b001c;
        padding: 40px 0 24px;
    }
    
    #footer-body {
        border-top: 1px solid #4e334f;
        border-bottom: 1px solid #1b001c;
        padding: 40px 0 24px;
    }
    
    p.fn.org {
        font-size: 32px;
        line-height: .9em;
    }
    p.fn.org > small {
        font-size: 18px;
        letter-spacing: 0.065em;
    }
    
    .map {
        margin-top: 0;
    }
    
    label.error {
        margin-top: -29px;
        position: absolute;
        right: -38px;
    }
    
}

@media (min-width: 992px) {
    
    .header-leiste {
        height: 74px;
    }
    
    .titelbild {
        display: block;
        width: 100%;
        height: 550px;
    }
    
    .titelbild > .container > .caption {
        width: 48.5%; 
    }
    
}
@media(min-width: 1200px){
#umbruch{
    margin-left: 0;
}
}

.navbar-fixed.top > div > nav > div > div > #umbruch{
    margin-right: -20px;
}

@media (min-width: 1200px) {
    
    .header-leiste {
        height: 113px;
    }

    .header-leiste > .container {
        padding-top: 34px;
    }

    .titelbild {
        height: 700px;
        max-height: inherit;
        min-height: inherit;
    }
    
    .titelbild > .container > .caption {
        width: 48.8%; 
    }

    
    .titelbild > .container > .caption > p {
        border-left: 12px solid #49004c;
        font-size: 1.8em;
        margin-left: 24px;
        margin-top: 280px;
        padding-left: 20px;
        line-height: 1em;
    }
    
    .titelbild > .container > .caption > p > .caption-large {
        font-size: 2em;
        line-height: 1.2em;
    }
    
    #colorboxes {
        display: block;
    }

}

    @media(min-width: 1200px){
        .nav-pills-bg{
            height: 54px;
        }
    }
    
    @media(min-width: 1200px){
    .navbar-fixed-bottom #bs-example-navbar-collapse-1 > #umbruch, 
    .navbar-fixed-top #bs-example-navbar-collapse-1 > #umbruch{
        margin-left: -1%;
    }
    
    .navbar-fixed-top > div > nav > div > div > #umbruch,
    .navbar-fixed-bottom > div > nav > div > div > #umbruch{
    margin-left: -10.5px;
    }
    }
    
	.container {
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
    
    #bs-example-navbar-collapse-1{
        width: 100%;
        padding-left: 15px;
        border: none;
    }
    
    @media(min-width: 768px){
    #bs-example-navbar-collapse-1 > ul{
        height: 50px;
    }
    }
    
    .navbarcontainer a{
        font-size: 13px;
    }
    
    @media(max-width: 767px){
        .nav.navbar-nav > li{
            padding-left: 24px
        }
        
    }
    
    .nav>li>a{
        padding-left: 7.75px;
        padding-right: 7.75px;
    }
    
    @media (max-width: 991px){
        .dropdown-menu{
        top: 96% !important;
        }
    }
    
    .dropdown-menu.mega-dropdown-menu{
        z-index: 19000;
    }
    
li > a{
    font-size: 16px;
}

.navbar-nav li:hover,
.navbar-nav li:active
.navbar-nav li:focus
{
  background-color:  #622354;
}

@media screen and (max-width: 991px){
    #poweredBy{
        float: left;
        margin-right: 50px;
        margin-bottom: 20px;
    }
}