@charset "utf-8";

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

/* open-sans-300 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../font/open-sans-v17-latin-300.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Light"), local("OpenSans-Light"),
        url("../font/open-sans-v17-latin-300.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../font/open-sans-v17-latin-300.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../font/open-sans-v17-latin-300.woff")
            format("woff"),
        /* Modern Browsers */ url("../font/open-sans-v17-latin-300.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../font/open-sans-v17-latin-300.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../font/open-sans-v17-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Regular"), local("OpenSans-Regular"),
        url("../font/open-sans-v17-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../font/open-sans-v17-latin-regular.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../font/open-sans-v17-latin-regular.woff") format("woff"),
        /* Modern Browsers */ url("../font/open-sans-v17-latin-regular.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../font/open-sans-v17-latin-regular.svg#OpenSans")
            format("svg");
    /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../font/open-sans-v17-latin-600.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url("../font/open-sans-v17-latin-600.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../font/open-sans-v17-latin-600.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../font/open-sans-v17-latin-600.woff")
            format("woff"),
        /* Modern Browsers */ url("../font/open-sans-v17-latin-600.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../font/open-sans-v17-latin-600.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../font/open-sans-v17-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Bold"), local("OpenSans-Bold"),
        url("../font/open-sans-v17-latin-700.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../font/open-sans-v17-latin-700.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../font/open-sans-v17-latin-700.woff")
            format("woff"),
        /* Modern Browsers */ url("../font/open-sans-v17-latin-700.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../font/open-sans-v17-latin-700.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../font/open-sans-v17-latin-800.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
        url("../font/open-sans-v17-latin-800.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../font/open-sans-v17-latin-800.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../font/open-sans-v17-latin-800.woff")
            format("woff"),
        /* Modern Browsers */ url("../font/open-sans-v17-latin-800.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../font/open-sans-v17-latin-800.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

body {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    color: #3a3f52;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden;
}

* {
    -webkit-overflow-scrolling: touch;
}

.b-20 {
    padding: 0 20px;
}
p {
    margin: 0 0 13px 0;
    padding: 0;
    text-align: left;
}

a {
    text-decoration: none;
    color: #8da2b5;
}

.clearme {
    clear: both;
}

a.btn {
    font-family: Times, serif;
    padding: 10px 16px 6px 16px;
    border: 2px solid #8da2b5;
    border-radius: 0.375em;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    float: left;
    margin-top: 20px;
    background: #00519e;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    font-size: 14px;
    color: #fff;
}

a.btn2 {
    font-family: Times, serif;
    padding: 10px 14px 6px 16px;
    border: 2px solid #8da2b5;
    border-radius: 0.375em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
    background: #00519e;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    text-align: center;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.blueline {
    position: absolute;
    background: #f6f8f9;
    height: 54px;
    width: 100%;
    z-index: 1;
}

.prz {
    position: relative;
    z-index: 2;
}

.posrel {
    position: relative;
}

.h54 {
    height: 54px;
}

.dada {
    text-align: right;
    height: 54px;
    line-height: 54px;
    color: #00519e;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
}

.odbe {
    height: 54px;
    line-height: 54px;
    color: #00519e;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
}

.pri {
    padding-right: 30px;
}

.ple {
    padding-left: 30px;
}

.ple a {
    color: #00519e;
}

.fle {
    float: left;
}

.z1000 {
    z-index: 1000;
}

.tar {
    text-align: center;
}

.wei400 {
    font-weight: 400;
}

.fsi18 {
    font-size: 18px;
}

.fsi22 {
    font-size: 22px;
}

.fullblue {
    width: 100%;
    height: auto;
    background: #f6f8f9;
    margin-top: 80px;
    padding: 40px 0;
}

.slider {
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
}

.slider img {
    border-radius: 0.375em;
}

.schmuck {
    float: left;
    border-radius: 0.375em;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
}

.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 80px;
}

.hyp {
    hyphens: auto;
}

.borders {
    border-radius: 0.375em;
    border: 1px solid #f8f9fb;
    padding: 20px;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    text-align: center;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

span.codedirection {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.wrapper {
    padding: 50px 0 0 0;
}

/**/

#cssmenu {
    width: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 400;
}

#cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    /*-webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;*/
}

#cssmenu > ul.open {
    max-height: 1000px;
    background: #f6f8f9;
    border-radius: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 79px;
    min-width: 500px;
    width: 500px;
    z-index: 100;
}

#cssmenu ul {
    width: 100%;
    line-height: 26px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #00519e;
    text-align: center;
}

#cssmenu ul li ul li {
    border-bottom: none;
    text-align: center;
}

#cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 0;
    border-right: none;
    color: #00519e;
    line-height: 46px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

#cssmenu ul li.last a {
    color: #e95d0d;
}

#cssmenu ul li ul li a {
    font-weight: 400;
    padding: 0 0 0 0;
    line-height: 34px;
}

#cssmenu ul li:last-child {
    border-bottom: none;
}

#cssmenu ul > li:after {
    display: none;
}

#cssmenu #menu-button {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0;
    width: 54px;
    height: 54px;
    margin-top: 0px;
    position: relative;
    /*border: 1px solid #496471;*/
    border: 1px solid #00519e;
    background: #fff;
}

#cssmenu #menu-button:after {
    /*border-bottom: 6px solid #496471;
    border-top: 6px solid #496471;*/
    border-bottom: 6px solid #00519e;
    border-top: 6px solid #00519e;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 6px;
    width: 40px;
    top: 10px;
}

#cssmenu #menu-button:before {
    /*border-top: 6px solid #496471;*/
    border-top: 6px solid #00519e;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 23px;
    width: 40px;
}

#cssmenu #menu-button:hover,
header.mobile #cssmenu #menu-button {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0;
    width: 54px;
    height: 54px;
    margin-top: 0px;
    position: relative;
    border: 1px solid #e95d0d;
}

#cssmenu #menu-button:hover:after,
header.mobile #cssmenu #menu-button:after {
    border-bottom: 6px solid #e95d0d;
    border-top: 6px solid #e95d0d;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 6px;
    width: 40px;
    top: 10px;
}

#cssmenu #menu-button:hover:before,
header.mobile #cssmenu #menu-button:before {
    border-top: 6px solid #e95d0d;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 23px;
    width: 40px;
}
/*left navigation*/

#cssmenuleft {
    width: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 400;
}

#cssmenuleft > ul {
    max-height: 0;
    overflow: hidden;
    /*-webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;*/
}

#cssmenuleft > ul.open {
    max-height: 2000px;
    background: #f6f8f9;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    /*position: absolute;*/
    right: 0;
    top: 74px;
    min-width: 500px;
    width: 500px;
    z-index: 100;
}

#cssmenuleft ul {
    width: 100%;
    line-height: 26px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenuleft ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #00519e;
    text-align: center;
}

#cssmenuleft ul li ul li {
    border-bottom: none;
    text-align: center;
}

#cssmenuleft ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 0;
    border-right: none;
    color: #00519e;
    line-height: 46px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

#cssmenuleft ul li.last a {
    color: #e95d0d;
}

#cssmenuleft ul li ul li a {
    font-weight: 400;
    padding: 0 0 0 0;
    line-height: 34px;
}

#cssmenuleft ul li:last-child {
    border-bottom: none;
}

#cssmenuleft ul > li:after {
    display: none;
}

#cssmenuleft #menu-button-left {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin-right: 0;
    width: 54px;
    height: 54px;
    margin-top: 0px;
    position: relative;
    /*border: 1px solid #496471;*/
    border: 1px solid #00519e;
    background: #fff;
    z-index: 200;
}

#cssmenuleft #menu-button-left:after {
    /*border-bottom: 6px solid #496471;
    border-top: 6px solid #496471;*/
    border-bottom: 6px solid #00519e;
    border-top: 6px solid #00519e;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 6px;
    width: 40px;
    top: 10px;
}

#cssmenuleft #menu-button-left:before {
    /*border-top: 6px solid #496471;*/
    border-top: 6px solid #00519e;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 23px;
    width: 40px;
}

#cssmenuleft #menu-button-left:hover,
header.mobile #cssmenuleft #menu-button-left {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin-right: 0;
    width: 54px;
    margin-top: 0px;
    position: relative;
    border: 1px solid #e95d0d;
}

#cssmenuleft #menu-button-left:hover:after,
header.mobile #cssmenuleft #menu-button-left:after {
    border-bottom: 6px solid #e95d0d;
    border-top: 6px solid #e95d0d;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 6px;
    width: 40px;
    top: 10px;
}

#cssmenuleft #menu-button-left:hover:before,
header.mobile #cssmenuleft #menu-button-left:before {
    border-top: 6px solid #e95d0d;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 23px;
    width: 40px;
}

/**/

.logo a.scale img {
    float: left;
}

.logo img.scale,
.logo a.scale img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 15%;
}

header {
    width: 100%;
    background: #fff;
    padding: 0px 0;
    z-index: 100;
}

h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

h1::after {
    display: block;
    content: "";
    height: 4px;
    width: 300px;
    background: #8da2b5;
    margin: 20px auto;
}

h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

h2::after {
    display: block;
    content: "";
    height: 4px;
    width: 260px;
    background: #8da2b5;
    margin: 20px auto;
}

.aktuell_heading h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    color: #00519e;
}

.aktuell_heading h2::after {
    display: none;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20 0;
    padding: 0 0 0 0;
    text-align: left;
    color: #00519e;
}

.nfsvol {
    float: left;
    width: 49%;
    height: auto;
}

.nfsvor {
    float: right;
    width: 49%;
    height: auto;
}

.schick {
    float: left;
    border-radius: 0.375em;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
}

.schick2 {
    border-radius: 0.375em;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
}

.esc {
    float: none;
    width: 86%;
    text-align: center;
    margin-left: 7%;
}

.mb10 {
    margin-bottom: 10px;
}

pre.cake-error {
    display: none;
}

.imprint table {
    margin-left: -7px;
}

h1#moduleTitle {
    display: none;
}

footer {
    width: 100%;
    margin-top: 80px;
    background: #8da2b5;
    background-size: auto 80%, contain;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
}

footer a {
    color: #fff;
}

#aktuell-shortdesc {
}

#aktuell-shortdesc .entry {
    width: 32%;
    margin-right: 2%;
    float: left;
    border-radius: 0.375em;
    border: 1px solid #f8f9fb;
    padding: 20px 20px 40px 20px;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    background: #fff;
}

#aktuell-shortdesc .entry:last-child {
    margin-right: 0 !important;
}

#aktuell-shortdesc .entry a {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    width: 36%;
    margin-left: 32%;
}

#aktuell-shortdesc .entry br {
    display: none;
}

#aktuell-shortdesc .entry b {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #00519e;
    display: block;
    margin-bottom: 20px;
}

#aktuell-shortdesc .entry .image_wrapper {
    margin-bottom: 0px;
}

#aktuell-shortdesc .entry .text a {
    font-family: Times, serif;
    padding: 10px 16px 6px 16px;
    border: 2px solid #8da2b5;
    border-radius: 0.375em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    text-align: center;
    font-size: 14px;
    background: #00519e;
}

.holdeml {
    float: left;
    width: 44%;
    margin: 0 2% 0 0;
    height: auto;
}

.holdemr {
    float: left;
    width: 44%;
    height: auto;
}

/**/

#contact-form {
}

#contact-form .tableform tr.input.text td input,
#contact-form .tableform tr.input.textarea td textarea {
    border: 1px solid #000;
    min-width: 300px;
    width: auto;
}

#contact-form .tableform tr td {
    text-align: left;
    vertical-align: top;
}

#contact-form .tableform th {
    text-align: left;
    vertical-align: top;
}

#contact-form h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 40px 0 10px 0;
    padding: 0 0 0 0;
    text-align: left;
}

#contact-form h2::after {
    display: none;
}

#contact-form a {
    color: #8da2b5;
}

#contact-form table tr.submit td input {
    padding: 10px 20px;
    background: #8da2b5;
    border: none;
    font-size: 18px;
    margin-top: 20px !important;
    color: #fff;
}

.white {
    background: #fff;
}

.wimg span {
    color: #00519e;
    display: block;
    margin-top: 10px;
    line-height: 24px;
}

span.blue {
    color: #00519e;
    font-size: 20px;
    font-weight: 400;
}

.bgblue {
    background: #f6f8f9;
}

a.btnwhite {
    font-family: Times, serif;
    padding: 10px 16px 6px 16px;
    border: 2px solid #8da2b5;
    border-radius: 0.375em;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    float: left;
    color: #fff;
    margin-top: 20px;
    background: #00519e;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    font-size: 14px;
}

.impressum table tr td {
    margin: 0px;
    vertical-align: top;
font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    color: #3a3f52;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden;
}
}

.borders ul {
    list-style-type: none;
}

.einsatznachsorge .cols4 .span_4 p {
    margin-bottom: 0;
}

.slider {
    height: 608px;
}

/*#####################################################################################################################*/

/*Tablet Landscape*/
@media only screen and (min-width: 960px) and (max-width: 1239px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }

    .wrapper .container.row {
        width: 98%;
        margin-left: 1%;
    }

    .pri {
        padding-right: 10px;
    }

    .ple {
        padding-left: 10px;
    }

    .dada,
    .odbe {
        font-size: 16px;
    }

    h1 {
        font-size: 36px;
    }

    h3 {
        font-size: 21px;
    }

    a.btn {
        padding: 8px 14px 4px 14px;
        font-size: 13px;
    }

    a.btn2 {
        padding: 8px 12px 4px 14px;
        font-size: 13px;
    }

    #aktuell-shortdesc .entry b {
        min-height: 100px;
    }

    #aktuell-shortdesc .entry .text a {
        padding: 8px 14px 4px 14px;
        font-size: 13px;
    }

    footer .container.row {
        width: 98%;
        margin-left: 1%;
    }

    .holdeml {
        float: left;
        width: 49%;
        margin: 0 2% 0 0;
        height: auto;
    }

    .holdemr {
        float: left;
        width: 49%;
        height: auto;
    }

    .esc {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .slider {
        height: 492px;
    }
}

/*#####################################################################################################################*/

/*Tablet Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }

    .wrapper .container.row {
        width: 98%;
        margin-left: 1%;
    }

    .pri {
        padding-right: 10px;
    }

    .ple {
        padding-left: 10px;
    }

    .dada,
    .odbe {
        font-size: 12px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .aktuell_heading h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }

    a.btn {
        padding: 8px 14px 4px 14px;
        font-size: 12px;
    }

    a.btn2 {
        padding: 8px 12px 4px 14px;
        font-size: 12px;
    }

    .fsi22 {
        font-size: 20px;
    }

    #aktuell-shortdesc .entry b {
        min-height: 0;
    }

    #aktuell-shortdesc .entry {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 40px;
    }

    #aktuell-shortdesc .entry .text a {
        padding: 8px 14px 4px 14px;
        font-size: 12px;
    }

    #aktuell-shortdesc .entry a {
        width: 18%;
        margin-left: 41%;
    }

    footer .container.row {
        width: 98%;
        margin-left: 1%;
    }

    .holdeml {
        float: left;
        width: 49%;
        margin: 0 2% 0 0;
        height: auto;
    }

    .holdemr {
        float: left;
        width: 49%;
        height: auto;
    }

    .esc {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .row.gutters.cols4 .col {
        margin-left: 0 !important;
        margin-bottom: 40px;
    }

    .cols4 .col.span_4.clr {
        width: 100%;
        float: none;
    }

    .wimg a {
        display: block;
    }

    a.btnwhite {
        padding: 10px 2px 6px 2px;
        font-size: 13px;
    }

    .einsatznachsorge .cols4 .span_4 h3 {
        margin-top: 0;
    }

    .einsatznachsorge .cols4 .span_4 br {
        display: none;
    }

    .slider {
        height: 369px;
    }
}

/*#####################################################################################################################*/

/*Smartphone Landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }

    header .span_2 {
        width: 12.5%;
    }

    header .span_5 {
        width: 31.25%;
    }

    .wrapper .container.row {
        width: 98%;
        margin-left: 1%;
    }

    .pri {
        padding-right: 10px;
    }

    .ple {
        padding-left: 10px;
    }

    .dada,
    .odbe {
        font-size: 10px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .aktuell_heading h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }

    a.btn {
        padding: 8px 14px 4px 14px;
        font-size: 13px;
        margin-bottom: 0;
    }

    a.btn2 {
        padding: 8px 12px 4px 14px;
        font-size: 13px;
    }

    #aktuell-shortdesc .entry b {
        min-height: 100px;
    }

    #aktuell-shortdesc .entry .text a {
        padding: 8px 14px 4px 14px;
        font-size: 13px;
    }

    footer .container.row {
        width: 98%;
        margin-left: 1%;
    }

    .holdeml {
        float: left;
        width: 49%;
        margin: 0 2% 0 0;
        height: auto;
    }

    .holdemr {
        float: left;
        width: 49%;
        height: auto;
    }

    .esc {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .gutflex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .gutflex .col.span_8.clr {
        order: 2;
    }

    .gutflex .col.span_8.clr.swap {
        order: 1;
    }

    .gutflex .col.span_8.clr.swap img {
        margin-bottom: 20px;
    }

    #aktuell-shortdesc .entry b {
        min-height: 0;
    }

    #aktuell-shortdesc .entry {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 40px;
    }

    #aktuell-shortdesc .entry .text a {
        padding: 8px 14px 4px 14px;
        font-size: 12px;
    }

    #aktuell-shortdesc .entry a {
        width: 18%;
        margin-left: 41%;
    }

    footer .span_4 {
        width: 25%;
    }

    footer .span_6 {
        width: 37.5%;
    }

    .einsatznachsorge .cols4 .span_4 h3 {
        margin-top: 0;
    }

    .einsatznachsorge .cols4 .span_4 br {
        display: none;
    }

    #cssmenu > ul.open {
        max-height: 1000px;
        background: #f6f8f9;
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 74px;
        min-width: 1px;
        width: 100%;
        z-index: 100;
    }

    .slider {
        height: 654px;
        margin-bottom: 20px;
    }
}

/*#####################################################################################################################*/

/*Smartphone Portrait*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }

    .wrapper .container.row {
        width: 98%;
        margin-left: 1%;
    }

    header .nodisp {
        display: none;
    }

    header {
        padding: 40px 0 20px 0;
    }

    header .col.span_5.clr.dada {
        order: 1;
        width: 52%;
        float: left;
        text-align: left;
        position: absolute;
        top: -25px;
        height: auto;
        line-height: normal;
        padding-left: 5px;
    }

    header .col.span_5.clr.odbe {
        order: 2;
        width: 48%;
        float: left;
        text-align: right;
        position: absolute;
        top: -25px;
        height: auto;
        line-height: normal;
        padding-right: 5px;
        right: 0;
    }

    header .col.span_2.clr.menu.h54 {
        order: 3;
        float: right;
        position: absolute;
    }

    header .col.span_2.clr.logo {
        order: 4;
    }

    .logo a.scale img {
        float: none;
    }

    .logo img.scale,
    .logo a.scale img {
        width: 34%;
        height: auto;
        display: block;
        margin: 0px 0 0 54%;
    }

    #cssmenu > ul.open {
        max-height: 1000px;
        background: #f6f8f9;
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 79px;
        min-width: 1px;
        width: 100%;
        z-index: 100;
    }

    .wrapper {
        padding: 24px;
    }

    .fsi22 {
        font-size: 18px;
    }

    .fsi18 {
        font-size: 14px;
    }

    .z1000 {
        z-index: 100;
    }

    .pri {
        padding-right: 0;
    }

    .ple {
        padding-left: 0;
    }

    .dada,
    .odbe {
        font-size: 10px;
    }

    .fullblue {
        margin-top: 40px;
    }

    h1 {
        font-size: 26px;
        line-height: 40px;
    }

    h1::after {
        width: 220px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .aktuell_heading h2 {
        font-size: 24px;
        line-height: 36px;
    }

    h2::after {
        width: 220px;
    }

    h3 {
        font-size: 18px;
    }

    a.btn {
        padding: 8px 14px 4px 14px;
        font-size: 13px;
        margin-bottom: 0;
    }

    a.btn2 {
        padding: 8px 12px 4px 14px;
        font-size: 13px;
    }

    #aktuell-shortdesc .entry b {
        min-height: 100px;
    }

    #aktuell-shortdesc .entry .text a {
        padding: 8px 14px 4px 14px;
        font-size: 13px;
    }

    footer .container.row {
        width: 98%;
        margin-left: 1%;
    }

    .holdeml {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        height: auto;
    }

    .holdemr {
        float: left;
        width: 100%;
        height: auto;
    }

    .esc {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .gutflex,
    .headflex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .gutflex .col.span_8.clr {
        order: 2;
    }

    .gutflex .col.span_8.clr.swap {
        order: 1;
    }

    .gutflex .col.span_8.clr.swap img {
        margin-bottom: 20px;
    }

    #aktuell-shortdesc .entry b {
        min-height: 0;
    }

    #aktuell-shortdesc .entry {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 40px;
    }

    #aktuell-shortdesc .entry .text a {
        padding: 8px 14px 4px 14px;
        font-size: 12px;
    }

    #aktuell-shortdesc .entry a {
        width: 26%;
        margin-left: 35%;
    }

    footer .span_4 {
        width: 30%;
    }

    footer .span_6 {
        width: 70%;
    }

    footer .nodisp {
        display: none;
    }

    footer .span_4 a {
        display: block;
    }

    .einsatznachsorge .cols4 .span_4 h3 {
        margin-top: 0;
    }

    .einsatznachsorge .cols4 .span_4 br {
        display: none;
    }

    .borders.white {
        margin-bottom: 20px;
    }

    .slider {
        height: 368px;
        margin-bottom: 20px;
    }
}

/*div.dienstplan-week-item-label {
    height: 90px !important;
}

.dienstplan-week-item-time-small {
    height: auto !important;
    position: relative;
    overflow: hidden;
}

time.time-text {
    font-size: 14px;
}*/

.dienstplan-week-item-time-small {
    height: 20px !important;
    font-size: 16px;
    line-height: 1.2;
}

div.dienstplan-week-item-label {
    height: 61px !important;
}

.dienstplan-week-job-item-small {
    width: 21px;
}
.dienstplan-week-job-item {
    padding: 0px !important;
}
.dienstplan-week-item-week-label {
    padding-top: 0px !important;
}
/*	.changeArrow{
    			display: none;
    		}*/
@media screen and (max-width: 480px) {
}

@media screen and (max-width: 480px) {
    #dienstplan-tab-menu {
        float: none !important;
        padding: 0 !important;
        width: 250px !important;
        font-size: 8pt !important;
        position: relative !important;
        margin: 0px auto !important;
        overflow: hidden !important;
    }

    #cssmenu #menu-button {
        margin-right: 5px;
    }
    #cssmenuleft #menu-button-left {
        margin-left: 5px;
    }

    .dienstplan-week-item-time-small {
        height: 40px !important;
    }

    /* .swapItem.activeItem .dienstplan-week-maintime {
    		         width: 40px !important;
    		    } */
    .swapItem.activeItem .dienstplan-week-item-label {
        width: 100% !important;
    }

    .swapItem.activeItem .dienstplan-week-job-item-small {
        width: 30px !important;
    }

    .swapItem {
        display: none;
    }

    .swapItem.activeItem {
        display: block;
    }

    .swapItem.activeItem .dienstplan-week-item-label {
        width: 10rem;
        position: relative;
    }

    .swapItem.activeItem .dienstplan-week-maintime {
        /* width: 50px;
    		         height: 39px !important; */
        width: 47px;
        height: 18px !important;
    }

    .dienstplan-week-item-time-small {
        /* height: 40px;
    		         width: 50px; */
        height: 19px !important;
        width: 50px;
    }

    .swapItem.activeItem .dienstplan-week-job {
        position: absolute;
        bottom: 7px;
    }

    .swapItem.activeItem .dienstplan-week-job-item-small {
        width: 50px;
    }

    .dienstplan-week-job-item {
        border: none;
    }

    .secondItem .dienstplan-week-timeslot-hour:last-child {
        display: none;
    }

    #dienstplan-week-navigation-days {
        float: none !important;
        display: flex !important;
        justify-content: center !important;
        margin: 28px 0 !important;
    }

    .changeArrow {
        position: absolute !important;
        top: 50% !important;
        height: 30px !important;
        width: 30px !important;
        background: #808080b5 !important;
        border-radius: 50% !important;
        color: white !important;
        padding: 3px !important;
        display: block !important;
        transform: translateY(-50%);
    }

    .changeArrow.leftArrow {
        left: 20px !important;
    }

    .changeArrow.rightArrow {
        right: 20px !important;
    }
}
.settings form {
    position: relative;
    padding: 0 10px;
}

@media only screen and (min-width: 425px) and (max-width: 426px) {
    .settings form {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
}

.settings .input {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    width: 100%;
    margin: 10px 0;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .z1000 {
        z-index: -100;
    }
    #cssmenuleft > ul.open {
        min-width: fit-content;
        width: 100%;
    }
}
#cssmenuleft > ul {
    margin-top: 24px;
}

#menu-button::before,
#menu-button-left::before {
    top: 38px !important;
}

.dltbtn {
    height: 15px;
    padding: 0;
    margin: 0;
    background: #433333f7;
    border: none;
    cursor: pointer;
}

.dltform {
    display: flex;
    justify-content: center;
    align-items: center;
}

.usrdltbtn {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #8da2b5;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    line-height: 30px;
    box-sizing: border-box;
    text-decoration: none;
    background: transparent;
}
table:not([class*="normal"]),
table:not([class*="normal"]) input[type="submit"] {
    font-size: 13px;
    margin: 0 ;
}

table:not([class*="normal"]) {
    width: 100vw;


    /* max-width: 1014px; */
    max-width: 1240px;
    margin: 0 auto;
}
.container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.container::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.draggable p {
    font-size: 0.75em;
    font-weight: bold;
    position: absolute;
    top: 15%;
    width: 100%;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    user-select: none;
}

.draggable-table {
    position: relative;
    width: 100%;
    height: 50%;
    border-collapse: collapse;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
}
.draggable-table .draggable-table__drag {
    font-size: 0.95em;
    font-weight: lighter;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    text-indent: 50px;
    border: 1px solid #f1f1f1;
    z-index: 10;
    cursor: grabbing;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
}
.draggable-table thead th {
    height: 25px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px;
    user-select: none;
}
.draggable-table tbody tr {
    cursor: grabbing;
}
.draggable-table tbody tr td {
    font-size: 0.95em;
    font-weight: lighter;
    text-transform: capitalize;
    text-indent: 50px;
    padding: 10px;
    user-select: none;
    border-top: 1px solid whitesmoke;
}
.draggable-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}
.draggable-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.draggable-table tbody tr.is-dragging {
    background: #f1c40f;
}
.draggable-table tbody tr.is-dragging td {
    color: #ffe683;
}

.settings .box {
    display: flex;
    position: relative;
    justify-content: start;
    align-items: start;
    height: auto;
    width: 100%;
    margin: 15px 0;
}

.settings .box .item-label {
    font-size: 1.2rem;
    font-weight: 600;
    width: 15%;
}

.settings .box .item-content {
    font-size: 1.2rem;
    font-weight: 600;
    width: 85%;
}

.settings .box select,
.settings .box input[type="date"],
.settings .box [type="text"],
.settings .box [type="number"],
.settings .box [type="email"],
.settings .box [type="password"],
.settings .box [type="search"],
.settings .box [type="tel"],
.settings .box [type="time"],
.settings .box [type="url"],
.settings .box [type="color"],
.settings .box textarea {
    margin: 0;
    cursor: pointer;
}

.h-5 {
    height: 1.25rem;
}

.w-5 {
    width: 1.25rem;
}

.flex {
    display: flex;
}

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

.justify-between {
    justify-content: space-between;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    gap: 2rem;
}

.grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.hidden {
    display: none;
}

.imageLibraryContainer {
    position: relative;
    max-height: 500px;
    overflow: auto;
}

#imageFromLibrary {
    position: relative;
}
.libraryimage.active::before {
    content: "\2713";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    border-radius: 50px;
}

.nfs-list-type li {
    list-style: disc;
}

.go-back {
    position: absolute;
    left: -5px;
    top: 30px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .go-back {
        left: 11px;
        top: -30px;
        width: 65px;
    }
}

@media screen and (max-width: 480px) {
    .go-back {
        display: none;
        left: 11px;
        top: -65px;
        width: 65px;
    }

    .msm10 {
        margin: 0 10px !important;
    }
    .align-organization .borders {
        height: 330px !important;
    }
}

/* .gutters .borders, */
.align-organization .borders {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 430px;
}
.wrapper {
    padding: 50px 18px;
}

footer .container .row {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-right-content {
    text-align: right;
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 480px) {
    footer .container .row.gutters.msm10 {
        position: relative;
        display: flex;
        flex-flow: column;
    }

    footer .span_4,
    .footer-right-content {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    footer .span_4,
    .footer-right-content {
        width: 100%;
        justify-content: start;
        gap: 10px;
    }
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.entry .image_wrapper {
    margin-bottom: 0px;
    overflow: hidden;
    height: 120px;
}
.entry .image_wrapper img {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.link-head {
    color: #00519e;
}

/* captcha.css */
.captcha-image {
    width: 150px; /* Set your desired width */
    height: 50px; /* Set your desired height */
    border: 1px solid #a39f9f; /* Add a border or customize as needed */
    /* Add any other styling you want for the Captcha image */
}

#aktuellBox{
    max-width: 900px;
    margin: 0 auto;
    width: 100% !important;
}

.only_for_mobile{
    display: none;

}

@media screen and (max-width: 480px) {
    .only_for_mobile{
        display: block !important;
    }

    .mini_slideshow_container{
        display: none !important;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label.error{
    color: red;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

input[type="text"].pressespiegel {
    width: 18rem !important;
}


.ui-timepicker-list li {
    padding: 3px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    color: #000 !important;
    list-style: none !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}


.ui-timepicker-wrapper {
    overflow-y: auto !important;
    height: 150px !important;
    width: 2em !important;
    text-align: center !important;
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
}

.ui-timepicker-wrapper::-webkit-scrollbar {
    display: none !important;
}
