/* Page */
html,body {
    height:100%;
    margin:0;
    padding:0;
}

body {
    color: #FFFFFF;
    background-color: #888c8f;
}

:target::before {
    content: '';
    display: block;
    height:      80px;
    margin-top: -80px;
}

a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover, a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

a.efvEditorlinks {text-decoration:none;font-weight:800;}
a:link.efvEditorlinks {color:#FFFFFF;}
a:visited.efvEditorlinks {color:#FAFAFA;}
a:hover.efvEditorlinks {color:#FAFAFA; text-decoration:underline;}
a:active.efvEditorlinks {color:#FAFAFA;}

.efvEditordiv {overflow:auto;width:100%;height:90%;}
.efvEditorimg {height:10;}
.efvEditorback {font-weight:bold;}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.hide_tablet {
    display: none;
}

.font_sans {
    font-weight: 400;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr {
    margin-top: 1em;
    margin-bottom: 1.5em;
    border-width: 0;
    border-top: 1px solid #809ec0;
}

h1,
.h1 {
    font-size: 1.8em;
    margin-bottom: 1em;
    letter-spacing: 0;
}

h2,
.h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    letter-spacing: 0;
}

h3, h4, h5 {
    font-weight: 700;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 0;
}

.mitarbeiter h3 {
    font-family: "Noto Serif", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-decoration: none !important;
    line-height: 145%;
    margin-bottom: 0;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 1.5em;
}

.more {
    background: url(../images/arrow.png) no-repeat 0 2px transparent;
    background-size: 20px;
    padding-top: 2px;
    padding-left: 2em;
    line-height: 20px;
    height: 20px;
    display: inline-block;
}

.meta {
    background-color: #FFFFFF;
    color: #888c8f;
    min-height: 110px;
    height: auto !important;
    height: 110px;
}

.meta a {
    color: #888c8f;
}

.logo_image {
    position: absolute;
    top: 1em;
    left: -1.75em;
    z-index: 100;
    width: 316px;
}

.meta_nav {
    display: inline;
    float: right;
    padding-top: 1.5em;
}

.header_image {
    background-color: #c9caca;
    background-color: rgba(240, 240, 240, 0.9);
    border-bottom: 3px solid #FFFFFF;
}

.header_image img {
    display: block;
}

.header_image .container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* Content */
.siteMain {
    background-color: #003d81;
    padding: 2em 0 3em 0;
}

/* Footer */
.siteFooter {
    border-top: 2px solid #FFFFFF;
}

.siteFooter {
    padding: 2em 0;
}

.siteFooter h5 {
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0.75em;

    display: block;
    text-transform: uppercase;
}

.siteFooter h5.border {
    border-bottom: 1px solid #FFFFFF;
}

.footer_meta_nav {
    text-align: center;
}

/* Table */
th, td {
    padding: 0 1em 0 0;
    border-bottom: 0 none;
}

/* list */
ul {
    list-style: disc outside;
}
.content-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
}
.content-list li {
    margin-bottom: 0.5em;
}
.content-list li a.active {
    color: #888c8f;
}

.content-list-mitarbeiter {
    padding: 0;
    margin: 0 0 1em 1.25em;
}
.content-list-mitarbeiter li {
    margin-bottom: 0;
}

ul.content-list-mitarbeiter {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1em 0;
}

.content-list-mitarbeiter li {
    margin-bottom: 0;

    background-image: url(../images/li_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 0.75em;
}

.no-margin-bottom {
    margin-bottom: 0;
}
.large-margin-bottom {
    margin-bottom: 4em;
}

input[type="reset"],
input[type="submit"] {
    color: #FFF;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #888c8f;
    border-color: #888c8f;
}
textarea,
input[type="text"]  {
    color: #003d81;
    width: 100%;
    max-width: 625px;
}

.feldtexte {
    display: none;
}

/* cookie Banner */
.cookie_meldung .siteFooter {
    padding-bottom: 50px;
}

#cookie_meldung a {
    text-decoration: underline;
    color: #000;
}

#cookie_meldung {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;

    padding: 1.5em 1em;
    text-align: center;
    background-color: #c9caca;
    background-color: rgba(240, 240, 240, 0.9);
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #000;
}

#cookie_meldungCloser {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 8px;
    margin-left: 24px;
    background-color: #FFF;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#cookie_meldungCloser:hover {
    text-decoration: underline;
}

/* navigation */
.navbar-list {
    list-style: none;
    padding: 1.5em 0 0;
}

.popover-list {
    list-style: none;
}

.meta_nav .active,
.footer_meta_nav .active {
    text-decoration: underline;
}

/* Der Hamburger-Button: */
#hamburger {
    position: absolute;
    top: 2em;
    right: 1.5em;
}

#menutxt {
    display: block;
    width: 36px;
    text-align: center;
    margin-top: 2px;
    text-indent: -99999em;
}

#buttonname {
    font-size: 0
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 28px;
    border: none;
    cursor: pointer;
    transition: background .3s
}

.c-hamburger:focus {
    outline: 0
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 4px;
    background: #003d81
}

.c-hamburger span::after, .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #003d81;
    content: ""
}

.c-hamburger--htx, .c-hamburger--htx.is-active {
    background-color: transparent
}

.c-hamburger span::before {
    top: -8px
}

.c-hamburger span::after {
    bottom: -8px
}

.c-hamburger--htx span {
    transition: background 0s .3s
}

.c-hamburger--htx span::after, .c-hamburger--htx span::before {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s
}

.c-hamburger--htx span::before {
    transition-property: top, transform
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform
}

.c-hamburger--htx.is-active span {
    background: 0 0
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
    transition-delay: 0s, .3s
}

/* Map */
.map {
    margin: 3em 0 0;
    padding: 0;
}

/* iframe */
iframe {
    max-width: 100%;
    display: block;
}
/*
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container.ratio4x3 {
    padding-bottom: 75%;
}
*/

.efvEditordiv table tr:nth-of-type(3n) td {
 	padding: 1.5em;
}

/* Bigger than 768 */
@media (min-width: 768px) {
    #hamburger,
    .hide_desktop {
        display: none;
    }

    .hide_tablet {
        display: inline-block;
    }

    .container {
        width: 85%;
    }

    .siteFooter h5 {
        border-bottom: none 0;
    }

    .siteFooter .row_one {
        background: url("../images/bgr_footer.png") repeat-x 0 0 transparent;
    }

    /* Navbar */
    .navbar {
        border-top-width: 0;
    }

    .navbar,
    .navbar-spacer {
        display: block;
        width: 100%;
        background: #888c8f;
        z-index: 99;
        border-bottom: 1px solid #FFFFFF;
    }

    .navbar-spacer {
        display: none;
    }

    /*
    .navbar > .container {
        width: 100%;
    }
    */
    .navbar-list {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        float: right;
    }

    .navbar-item {
        position: relative;
        float: left;
        margin-bottom: 0;
    }

    .navbar-item span,
    .navbar-link {
        font-family: "Noto Serif", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1.2em;
        margin-left: 1em;
        text-decoration: none !important;
        line-height: 2.35em;
    }

    .navbar-link:hover,
    .navbar-link:active,
    .navbar-link.active {
        color: #003d81;
    }

    .has-docked-nav .navbar {
        position: fixed;
        top: 0;
        left: 0;
    }

    .has-docked-nav .navbar-spacer {
        display: block;
    }

    /* Re-overiding the width 100% declaration to match size of % based container */
    .has-docked-nav .navbar > .container {
        width: 80%;
    }

    /* Popover */
    .popover.open {
        display: block;
    }

    .popover {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        border-top: 8px solid transparent;
        -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
        -moz-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
        z-index: 100;
    }

    .popover-inner {
        background: #888c8f;
        background: rgba(136, 140, 143, 0.75);
    }

    .popover-item:first-child .popover-link:after,
    .popover-item:first-child .popover-link:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

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

    .popover-item {
        padding: 0;
        margin: 0;
    }

    .popover-link {
        position: relative;
        color: #FFFFFF !important;
        display: block;
        padding: 8px 75px 8px 20px;
        border-bottom: 1px solid #eee;
        text-decoration: none !important;
        text-transform: uppercase;
    }

    .popover-item:first-child .popover-link {
        border-radius: 4px 4px 0 0;
    }

    .popover-item:last-child .popover-link {
        border-radius: 0 0 4px 4px;
        border-bottom-width: 0;
    }
    .popover-link.active,
    .popover-link:hover {
        color: #fff !important;
        background: #003d81;
        background: rgba(0, 61, 129, 0.75);
    }

    .navbar-item:hover .popover {
        display: block;
    }

    .footer_meta_nav {
        display: none;
    }

    .content-list-mitarbeiter {
        margin: 0 0 0 1.25em;
    }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {

}

@media (max-width: 767px) {

    .column, .columns {
        margin-bottom: 2em;
    }

    #content {
        text-align: center;
    }

    ul {
        list-style-position: inside;
    }
    ul.content-list-mitarbeiter {
        list-style-type:none;
    }
    ul.content-list-mitarbeiter li {
        background-image: none;
    }
    ul.content-list-mitarbeiter li::before {
        color: #FFF;
        font-size: 1em;
        content: "- ";
    }

    /* hyphens */
    *, body {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .popover-list {
        list-style: none;
        margin: 1em 0 1em 2em;
    }

    .meta_nav {
        display: none;
    }

    .siteFooter {
        text-align: center;
    }

    table {
        margin: 0 auto;
    }

    .siteFooter table {
        margin: 0 auto 2em;
    }

    .cookie_meldung .siteFooter {
        padding-bottom: 70px;
    }

    .hide_tablet {
        display: none;
    }
}

@media (max-width: 425px) {
    .cookie_meldung .siteFooter {
        padding-bottom: 85px;
    }
    .logo_image {
        width: 250px;
    }
    .meta {
        min-height: 90px;
        height: auto !important;
        height: 90px;
    }
}

@media (max-width: 375px) {
    .logo_image {
        width: 200px;
        left: 1em;
    }
    .meta {
        min-height: 80px;
        height: auto !important;
        height: 80px;
    }
}

@media (max-width: 320px) {
    .cookie_meldung .siteFooter {
        padding-bottom: 100px;
    }
    .logo_image {
        width: 200px;
        left: 1em;
    }
    .meta {
        min-height: 80px;
        height: auto !important;
        height: 80px;
    }
    input[type="reset"], input[type="submit"] {
        padding: 0 2em;
    }
}

ul.jop-list {
    padding: 0;
    margin: 0 0 1em 0;
}

ul.job-list>li {
    margin-bottom: 0;
    list-style-position: inside;
}