/*
Rot hell: #b24e49
Rot dunkel: #7 9211C


Blau hell: #4169e1
Blau dunkel: #0f37ad

*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

body {
    background: grey;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 1.1em;
    color: #666;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

/** element defaults **/
table {
    width: 100%;
    text-align: left;
}

th, td {
    padding: 10px 10px;
}

th {
    color: #666;
    background: #ccc none repeat-x scroll left top;
}

td {
    border-bottom: 1px solid #ccc;
}

code, blockquote {
    display: block;
    border-left: 5px solid #222;
    padding: 10px;
    margin-bottom: 20px;
}

code {
    background-color: #222;
    color: #ccc;
    border: none;
    font-family: "Courier New", Courier, monospace;
}

blockquote {
    border-left: 5px solid #222;
}

blockquote p {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    color: #333;
    height: 1%;
}

p {
    line-height: 1.9em;
    margin-bottom: 20px;
}

a {
    color: #0f37ad;
    border-bottom: 1px solid #0f37ad;
    text-decoration: none;
}

a:hover {
    border-bottom-color: #333;
    color: #333;
}

a:focus {
    outline: none;
}

a.button {

    background: linear-gradient(#0f37ad, #0f37ad);
    background-color: #0f37ad;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #0f37ad;
    text-shadow: 1px 1px 0 #0f37ad;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
    background: #0f37ad;
}

a.button-reversed {
    background: linear-gradient(#333, #111);
    background-color: #222;
    text-shadow: 1px 1px 0 #000;
    color: #fff;
    border-color: #000;
}

a.button-reversed:hover {
    background: #111;
}

fieldset {
    display: block;
    border: none;
    border-top: 1px solid #ccc;
}

fieldset legend {
    font-weight: bold;
    font-size: 0.9em;
    padding-right: 10px;
    color: #333;
}

fieldset form {
    padding-top: 15px;
}

fieldset p label {
    float: left;
    width: 150px;
}

form input, form select, form textarea {
    padding: 5px;
    width: 190px;
    color: #333333;
    /*border: 1px solid #ddd;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    */
    border: 1px solid #000000;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

form input.formbutton {
    border: none;
    background: #0f37ad;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 0.8em;
    letter-spacing: 1px;
    width: auto;
    overflow: visible;
}

form.searchform input {
    font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
    margin: 5px 0;
}

span.required {
    color: #ff0000;
}

h1 {
    color: #000;
    font-size: 2.7em;
    margin-bottom: 10px;
}

h2 {
    color: #0f37ad;
    font-size: 2.5em;
    letter-spacing: -1.5px;
    padding: 0 0 10px;
    margin: 0;
}

h3 {
    color: #0f37ad;
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

h4 {
    color: #0f37ad;
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h5 {
    padding-bottom: 10px;
    font-size: 1.1em;
    color: #999;
}

ul, ol {
    margin: 0 0 35px 35px;
    padding: 0;
    /*list-style: disc;*/
    list-style: none;
}

li {
    padding-bottom: 10px;
}

li ol, li ul {
    font-size: 1.0em;
    margin-bottom: 0;
    padding-top: 5px;
}

.width {
    max-width: 1100px;
    margin: 0 auto;
}

#container {
    background-color: #fff;
    width: auto;
    margin: 0 auto;
}

.fixed-header header {
    position: fixed;
    width: 100%;
}

header {
    padding: 0 10px 5px;
    margin: 0 auto;
    text-align: left;
    background-color: #0f37ad;
}

header h1 {
    margin: 0;
    float: left;
}

header h1 a, header h1 a:hover {
    color: #fff;
    font-size: 0.8em;
    padding: 10px 5px;
    letter-spacing: -2px;
    border-bottom: none;
    display: block;
    font-weight: bold;

}

header h1 a strong {
    color: #fff;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    text-align: left;
}

nav ul ul {
    margin: 0 12px;
    padding: 10px 0;
}

nav ul li {
    display: block;
    float: left;
    padding: 0 2px;
}

nav ul li li {
    padding: 0;
}

nav ul li a {
    display: block;
    float: left;
    padding: 10px 10px;
    color: #eee;
    font-size: 0.75em;
    margin: 0 10px;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 0;
}

nav ul li a i {
    padding-right: 5px;
}

nav ul li li a {
    float: none;
    padding: 10px 5px;
}

nav ul li a:hover {
    color: #4169e1;
    text-decoration: none;
}

nav ul li.selected a, nav ul li.selected a:hover {
    background: linear-gradient(#4169e1, #4169e1);
    background-color: #4169e1;
    color: #fff;
    border-radius: 5px;
}

nav ul li.selected a:hover {
    background-color: #4169e1 !important;
    background-image: none !important;
}

nav ul li a:hover, nav ul li.sfHover a {
    background: #4169e1;
    background-image: none;
    color: #fff;
    border-radius: 5px;
}

nav ul li a.sf-with-ul:hover, nav ul li.sfHover a {
    background-color: #4169e1;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

nav ul li.sfHover ul a, nav ul ul {
    background: #4169e1;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

nav ul li.sf-with-ul.selected ul a, nav ul li.selected ul, nav ul li.selected.sfHover a {
    background-color: #4169e1;
    color: #fff;
}

nav ul li.sf-with-ul.selected ul li a:hover, nav ul li.selected.sfHover ul li a:hover {
    color: #fff;
    background-color: #4169e1 !important;

    background-image: none !important;
}

nav ul li li a:hover, nav ul li.sfHover li a:hover {
    color: #fff;
    background-color: #4169e1 !important;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 200px; /* left offset of submenus need to match (see below) */
    margin-top: 10px;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 23px; /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 200px; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/* intro */
div#intro {
    background-color: #222;
    /*	background-image: url('../img2.jpg'); */
    background-position: left;
    background-repeat: no-repeat;
}

div#intro .intro-content {
    padding: 65px 40px;
    text-align: left;
}

div#intro div.intro-content-short {
    padding: 30px 0 20px 20px;
    text-align: left;
}

div#intro h2 {
    text-shadow: 1px 1px 0 #000;
    font-size: 3em;
}

div#intro h2, div#intro p {
    color: #fff;
    font-weight: bold;
}

div#intro p {
    font-size: 1.3em;
    color: #ddd;
    line-height: 1.3em;
}

a.button-slider {
    padding: 10px 15px;
    font-size: 0.8em;
    text-align: center;
    margin: 5px 10px 5px 0;
}

a.button-slider i {
    padding-right: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

#body {
    background: none;
    margin: 15px auto 0;
    padding: 0 15px;
    clear: both;
}

.fixed-header #body {
    padding-top: 80px;
    margin-top: 0;
}

#content {
    float: left;
}

.two-column {
    width: 66%;
}

.three-column {
    width: 46%;
    margin: 0 2%;
}

.with-right-sidebar {
    margin-right: 2%;
}

.with-left-sidebar {
    margin-left: 2%;
}

article {
    padding: 10px 10px 20px 5px;
}

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a {
    color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}

.sidebar {
    margin-top: 10px;
}

.small-sidebar {
    width: 25%;
}

.big-sidebar {
    width: 30%;
}

.left-sidebar {
    float: left;
}

.right-sidebar {
    float: right;
}

.sidebar h4 {
    padding: 6px 0;
    padding-bottom: 0;
    font-size: 1.4em;
    letter-spacing: -1px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul li {
    margin-bottom: 20px;
    line-height: 1.9em;
    padding: 10px;
}

.sidebar ul li.bg {
    background-color: #f0f0f0;
}

.sidebar .bg h4 {
    color: #666;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0;
}

.sidebar li ul li {
    display: block;
    border-top: none;
    padding: 7px 2px;
    margin: 0;
    line-height: 1.5em;
    font-size: 0.85em;
}

.sidebar li ul li ul {
    margin-top: 10px;
}

.sidebar li ul li li {
    font-size: 1.0em;
    padding-left: 15px;
}

.sidebar li ul li.text {
    border-bottom: none;
}

.sidebar li ul li a {
    border-bottom-color: #666;
    color: #666;
}

.sidebar li ul li a:hover {
    border-bottom-color: #2A5BBB;
    color: #2A5BBB;
}

.sidebar li ul li a.readmore {
    font-weight: bold;
}

.sidebar ul.blocklist {
    border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
    padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
    border-bottom: 0;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
    background: linear-gradient(#4169e1, #4169e1);
    background-color: #4169e1;
    color: #FFFFFF;
    border: 1px solid #4169e1;
    font-weight: bold;

}

.sidebar li ul.blocklist li li {
    font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
    margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
    padding-left: 25px;
}

.sidebar ul.newslist li {
    padding: 20px 5px;
    border-bottom: 1px dashed #ddd;
}

.sidebar ul.newslist p {
    margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date {
    background-color: #4169e1;
    border-bottom: 1px solid #4169e1;
    color: #fff;
    padding: 5px 10px;
}

.clear {
    clear: both;
}

footer {
    margin: 20px auto 0;
    background: #222;
    border-top: 2px solid #eee;
}

footer p {
    text-align: left;
    color: #ccc;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

footer p a {
    color: #ccc;
    font-weight: bold;
}

.footer-content {
    padding: 20px 25px 30px;
}

footer .footer-content ul {
    width: 25%;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

footer .footer-content li {
    padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
    color: white;
    border-bottom-color: #505050;

}

footer .footer-content li {
    color: #505050;
    line-height: 1.5em;
    font-size: 0.95em;
}

footer .footer-content li a:hover {
    color: #909090;

    border-bottom-color: #909090;
}

footer .footer-content h4 {
    color: #999;
    font-size: 1.5em;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: -1px;
}

footer .footer-bottom {
    padding: 10px;
    text-align: center;
    background-color: #000;
}

footer .footer-bottom p {
    text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
    color: #666;
    border-bottom-color: #666;
}

div.social-icons a {
    border-bottom: none;
    margin-right: 15px;
}

@media screen and (max-width: 740px) {

    body {
        font-size: 0.8em;
    }

    header {
        text-align: center;
    }

    header h1 {
        float: none;
        text-align: center;
    }

    header h1 a, header h1 a:hover {
        float: none;
        padding: 5px;
    }

    nav {
        float: none;
    }

    .sf-menu li:hover ul, .sf-menu li.sfHover ul {
        top: 23px;
    }

    div#container {
        width: auto;
    }

    footer .footer-content ul {
        margin-bottom: 15px;
    }

    footer .footer-content ul.endfooter {
        margin-bottom: 0;
    }

    .width {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    #content, aside.sidebar {
        float: none;
        width: auto;
    }

    #content {
        padding: 10px;
    }

    footer .footer-content ul {
        width: auto;
        float: none;
    }
}

@media screen and (max-width: 540px) {

    div#intro {
        display: none;
    }

    body {
        font-size: 0.8em;
    }

    header {
        text-align: center;
        padding: 10px 0 5px;
    }

    header h1 a, header h1 a:hover {
        text-align: center;
        padding: 10px;
        font-size: 1.1em;
    }

    header h1, nav {
        float: none;
    }

    nav {
        height: auto;
        position: relative;
    }

    nav ul {
        margin: 0;
    }

    .sf-menu ul {
        position: relative;
        width: auto;
        display: block;
        margin-top: 0;
    }

    nav ul ul {
        margin: 0 10px 5px;
        border-top-right-radius: 0;
    }

    nav ul li {
        margin: 5px 0;
        padding: 0;
        float: none;
    }

    nav ul li a {
        background-color: #4169e1;
        border-radius: 5px;
    }

    nav ul li a, .sf-menu li {
        float: none;
    }

    nav ul li li {
        margin: 0;
    }

    div#intro .intro-content {
        padding: 20px 5px;
    }

    div#intro div.intro-content-short {
        padding: 20px 5px 10px;
    }

    div#body {
        margin-top: 10px;
    }

    .sf-menu li:hover ul, .sf-menu li.sfHover ul {
        top: 0;
    }

}

label {
    float: left;
    width: 10em;
    margin-right: 1em;
}

label.normal {
	margin: 0em;
    width: 0em;
}

#events {

    /*//width: 321px;*/
    /*//height: 100px;*/
    /*//background-color: red;*/
}

div.kreis {
    float: left;
    display: inline;
    background-color: #0f37ad;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    margin: 3px;
    /*margin-bottom: 10em;*/

}

div.kreis a {
    border-bottom: 0;
}

div.kreis img {
    margin-top: 5px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.container {
}

.links {
    margin-right: 100px;
}

.rechts {
    float: right;
    width: 500px;
}

.grpmgmtchkbx {
    width: 30px;
}