/**
 * Globale CSS-Definitionen
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------------------------*/
/* Globale Definitionen */

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
    background-color: #999999;
    color: #0d0d0d;
    text-align: center;
}
body.inline { /* gilt fuer Seiten, die in der Floatbox geoeffnet werden*/
    background-color: #ffffff;
}

input, select, textarea, button {
    border:   1px solid #666666;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #0d0d0d;
}
input[type=submit], input[type=button], button {
    border: 1px solid #666666;
    color: #0d0d0d;
    text-transform: uppercase;
    font-weight: bold;
}

img {
    border: none;
}

img.noborder {
    border: none;
}

img.left, div.left {
    margin-right: 5px;
    float: left;
}

img.right, div.right {
    margin-left: 5px;
    float: right;
}

img.forward {
    border: none;
    margin: 0 3px 3px 3px;
}

a.mehr {
    white-space: nowrap;
}

a.forward {
    background-image: url(../../images/icons/forward.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 15px;
}
span.forward {
    background-image: url(../../images/icons/forward.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline;
    padding-right: 20px;
}
a.show_menu {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.divShowQuicklinks {
    display: none;
}

.clear {
    clear: both;
}
.floatLeft {
    float: left !important;
}
.floatRight {
    float: right !important;
}
.alignLeft {
    text-align: left !important;
}
.alignRight {
    text-align: right !important;
}
.alignCenter, .center {
    text-align: center !important;
}

.formsc { /* SpamCheck fuer Formulare */
    display: none;
}
.summary, .wcag_info { /* versteckte Zusammenfassungen und Infotexte fuer Screenreader */
    height: 0;
    overflow: hidden;
}

input.securitycode {
    text-transform: uppercase;
    height: 22px;
    width: 83px !important;
    font-size: 18px;
}

.pointer {
    cursor: pointer;
}
.off {
    display: none;
}

td, th {
    vertical-align: top;
}
td *:first-child, th *:first-child {
    /* margin-top: 0; */
}

/* Sprungmarke zum Inhalt und zum Menue */
a.link_inhalt {
    position: absolute;
    left: 25px;
    top: -100px;
    background-color: #ffffff;
    z-index: 1000;
    padding: 5px;
}
a.link_inhalt:focus {
    top: 18px;
}
a.link_nav {
    position: absolute;
    left: 25px;
    top: -100px;
    background-color: #ffffff;
    z-index: 1000;
    padding: 5px;
}
a.link_nav:focus {
    top: 18px;
}

/*--------------------------------------------------------------------------------*/

img {
    border: none;
}

a {
    color: #0d0d0d;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
    color: #0d0d0d;
}
p {
    padding: 0;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
h1:first-child {
    margin-top: 0;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    /* margin-top: 0; */
}
h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 1em;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
    background-image: url(../../images/headline_black.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
h2 {
    font-size: 130%;
    margin-bottom: 0.5em;
    font-style: italic;
}
h3 {
    font-size: 120%;
    margin-bottom: 2px;
}

/*--------------------------------------------------------------------------------*/
/* Layout */

.mainWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
    text-align: left;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 12px #333333;
}

.divHeader {
    height: 140px;
    position: relative;
    color: #ffffff;
    background-color: #666666;
}

.contentWrapper {
    padding: 0 0 0 0;
    background-color: #ffffff;
    position: relative;
    hyphens: auto;
}
.contentWrapper.home {
    padding: 30px 0 0 0;
    background-color: #e5e5e5;
}
.contentWrapper p:first-child {
    margin-top: 0;
}

.divLinks {
    padding: 0 0 0 0;
    width: auto;
    position: fixed;
    top: 190px;
    z-index: 500;
}
.divMitte {
    margin: 0 0 0 0;
    padding: 0 0 21px 0;
    float: left;
    width: 100%;
}
.divRechts {
    margin: 0 0 0 1075px; /* 1260-185px */
    padding: 0 0 0 0;
    width: auto;
    position: fixed;
    top: 190px;
    z-index: 500;
}

.divFooter {
    clear: both;
    margin: 0 auto;
    padding: 8px 0 0 0;
    text-align: center;
    color: #0d0d0d;
    position: relative;
    background-color: #e5e5e5;
}

/*--------------------------------------------------------------------------------*/
/* Elemente des Headers */

.divHeader .logoWrapper {
    position: relative;
    width: 100%;
    max-width: 830px;
    height: 40px;
    margin: 0 auto;
    top: 25px;
    left: -5px;
}
.divHeader a.logo {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 265px; */
    height: 38px;
    background-image: url(../../images/logo_thak.svg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 55px auto;
    -moz-background-size: 55px auto;
    -o-background-size: 55px auto;
    background-size: 55px auto;
    text-align: right;
    padding: 2px 58px 0 0;
    z-index: 100;
    display: table-cell;
    vertical-align: middle;
    color: #dddddd;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 19px;
    white-space: nowrap;
}
.divHeader a.logo .bold {
    color: #ffffff;
    font-weight: bold;
}
.divHeader .spektrum {
    position: absolute;
    left: 330px;
    top: 0;
    width: 510px;
    height: 40px;
    background-image: url(../../images/spektrum.png);
    background-repeat: no-repeat;
    background-position: -32px top;
    z-index: 10;
    overflow: hidden;
}
.divHeader .spektrum.tb_0 { background-image: url(../../images/spektrum_tb_0_v02.png); }
.divHeader .spektrum.tb_1 { background-image: url(../../images/spektrum_tb_1_v02.png); }
.divHeader .spektrum.tb_2 { background-image: url(../../images/spektrum_tb_0_v02.png); }
.divHeader .spektrum.tb_3 { background-image: url(../../images/spektrum_tb_3_v02.png); }
.divHeader .spektrum.tb_4 { background-image: url(../../images/spektrum_tb_4_v02.png); }
.divHeader .spektrum.tb_5 { background-image: url(../../images/spektrum_tb_5_v02.png); }

.divHeader .spektrum .overlay {
    position: relative;
    left: 0;
    top: 0;
    width: 510px;
    height: 40px;
    background-image: url(../../images/spektrum_overlay_v02.png);
    background-repeat: no-repeat;
    z-index: 50;
}
.divHeader .spektrum .slices_1 {
    position: relative;
    left: 0;
    top: -40px;
    width: 1036px;
    height: 40px;
    background-image: url(../../images/spektrum_schlitze_1_v02.png);
    background-repeat: repeat-x;
    z-index: 30;
}
.divHeader .spektrum .slices_2 {
    position: relative;
    right: 575px;
    top: -80px;
    width: 1150px;
    height: 40px;
    background-image: url(../../images/spektrum_schlitze_2_v02.png);
    background-repeat: repeat-x;
    z-index: 40000;
}

.divHeader .balken {
    position: absolute;
    /* left: 551px;
    top: 30px; */
    left: 330px;
    top: 5px;
    width: 55px;
    height: 30px;
    z-index: 100;
    background-repeat: repeat-y;
}
.divHeader .balken.tb_0 { background-image: url(../../images/bg_themenbereich_2.png); }
.divHeader .balken.tb_1 { background-image: url(../../images/bg_themenbereich_1.png); }
.divHeader .balken.tb_2 { background-image: url(../../images/bg_themenbereich_2.png); }
.divHeader .balken.tb_3 { background-image: url(../../images/bg_themenbereich_3.png); }
.divHeader .balken.tb_4 { background-image: url(../../images/bg_themenbereich_4.png); }
.divHeader .balken.tb_5 { background-image: url(../../images/bg_themenbereich_5.png); }
.divHeader .balken.tb_6 { background-image: url(../../images/bg_themenbereich_5.png); }

/* Farben fuer die Themenbereiche */
.themenbereich_1 { color: #E75035 !important; }
.themenbereich_2 { color: #C0172C !important; }
.themenbereich_3 { color: #F1963B !important; }
.themenbereich_4 { color: #dfb300 !important; }
.themenbereich_5 { color: #2978BA !important; }
.themenbereich_6 { color: #2978BA !important; }

.themenbereich_bg_1 { color: #ffffff !important; background-color: #E75035 !important; }
.themenbereich_bg_2 { color: #ffffff !important; background-color: #C0172C !important; }
.themenbereich_bg_3 { color: #ffffff !important; background-color: #F1963B !important; }
.themenbereich_bg_4 { color: #ffffff !important; background-color: #dfb300 !important; }
.themenbereich_bg_5 { color: #ffffff !important; background-color: #2978BA !important; }
.themenbereich_bg_6 { color: #ffffff !important; background-color: #2978BA !important; }

.themenbereich_bg_3_4 { color: #ffffff !important; background-image: url(../../images/bg_themenbereich_3_4.png); }
.themenbereich_bg_3_5 { color: #ffffff !important; background-image: url(../../images/bg_themenbereich_3_5.png); }
.themenbereich_bg_4_5 { color: #ffffff !important; background-image: url(../../images/bg_themenbereich_4_5.png); }
.themenbereich_bg_3_4_5 { color: #ffffff !important; background-image: url(../../images/bg_themenbereich_3_4_5.png); }

.divHeader .divLang {
    position: absolute;
    left: 0;
    bottom: 13px;
    text-align: right;
    
    color: #ffffff;
    border: 1px solid #ffffff;
    border-left: none;
    margin: 0;
    padding: 0 10px 0 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 200;
    width: 100px;
    background-color: transparent;
    font-size: 14px;
}
.divHeader .divLang ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.divHeader .divLang ul li {
    display: inline-block;
    padding-left: 7px;
}
.divHeader .divLang ul li a {
    color: #ffffff;
    text-decoration: none;
}

/*--------------------------------------------------------------------------------*/
/* Menues */

/* komplettes Menue 01 horizontal */

.divNav01H {
    /* position: absolute;
    left: 181px;
    top: 95px;
    width: 920px;
    z-index: 1000; */
    
    position: relative;
    margin: 0 auto;
    top: 55px;
    width: 920px;
    z-index: 1000;
}
.divNav01H ul {
    text-indent: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
}
.divNav01H li {
    text-indent: 0;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
.divNav01H a {
    white-space: nowrap;
    font-weight: normal;
}

.divNav01H li.ebene1 {
    margin: 0 0 0 0;
    width: 20%;
}
.divNav01H li.ebene1 a {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}
.divNav01H li.ebene1 a.ebene1 {
    line-height: 44px;
    padding: 0 40px 15px 40px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.divNav01H li.ebene1 a.ebene1.first {
    /* padding-left: 0; */
}
.divNav01H li.ebene1 a.ebene1.last {
    /* padding-right: 0; */
}
.divNav01H li.ebene1.aktiv a.ebene1 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    transition-property: background-image;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0.1s;
}
.divNav01H li.ebene1.aktiv:hover a.ebene1 {
    background-image: url(../../images/bg_menu_top.png);
    z-index: 5010;
}
.divNav01H li.ebene1.aktiv {
    background-image: url(../../images/headline_white.png);
    background-repeat: no-repeat;
    background-position: center 58%;
}
.divNav01H li.ebene1:hover a.ebene1  {
}
.divNav01H li.ebene1.aktiv a.ebene1 {
    font-weight: bold;
}

/* flyout Definitionen - 2. Ebene */
.divNav01H ul ul.ebene2 {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    /* left: 40px; */
    /* min-width: 840px; */
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 5000;
    background-color: #666666;
    /* background-image: url(../../images/bg_menu_sub.png); */
    background-repeat: repeat;
    white-space: nowrap;
    /* width: 840px; */
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0.2s;
}
.divNav01H ul.ebene1 li.last ul.ebene2 {
    /* min-width: 840px; */
    right: 0;
}
.divNav01H ul.ebene1 li.last ul.ebene2.items_4 {
    left: -80px;
    right: initial;
}
.divNav01H li.aktiv:hover ul.ebene2 { /* nur der aktive Eintrag wird angezeigt */
    visibility: visible;
    opacity: 1.0;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0.2s;
}
.divNav01H li li.ebene2 {
    display: inline-block;
    padding: 30px;
    float: none;
    vertical-align: top;
}
.divNav01H li.ebene2 a.ebene2 {
    color: #ffffff;
    font-weight: bold;
}
.divNav01H li.ebene2:hover a.ebene2 {
    color: #ffffff;
}

/* flyout Definitionen - 3. Ebene */
.divNav01H ul ul ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 0 0;
}
.divNav01H li:hover ul ul {
    display: block;
}
.divNav01H li li:hover ul {
    display: block;
}
.divNav01H li li li {
    float: none;
}
.divNav01H li.ebene3 a {
    color: #ffffff;
}
.divNav01H li.ebene3:hover a {
    color: #ffffff;
}
.divNav01H li.ebene3 a.bg_menu_4 {
    background-image: url(../../images/bg_menu_4_closed.png);
    background-repeat: no-repeat;
    background-position: 5px -2px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0 5px;
    position: relative;
    left: 0;
    top: 3px;
}
.divNav01H li.ebene3 a.bg_menu_4_over {
    background-image: url(../../images/bg_menu_4_open.png);
}

/* flyout Definitionen - 4. Ebene */
.divNav01H ul ul ul ul.ebene4 {
    position: relative;
    top: 0;
    left: 15px;
    padding: 0 0 0 0;
}
.divNav01H ul ul ul li.ebene3.aktiv_sub ul.ebene4 {
    display: block;
}

.divNav01H a.hidden {
    display: none !important;
}
.divNav01H li.new_col {

}


/* Meta Menue */
.divNav02 {
    margin: 0;
    padding: 0;
}
.divNav02 ul {
    background-image: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.divNav02 ul li {
    display: inline-block;
    background-image: none;
    padding: 0 0 0 0;
    list-style-type: none;
}
.divNav02 ul li a {
    display: block;
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #0d0d0d;
    line-height: 40px;
}
.divNav02 ul li a:hover {
    text-decoration: underline;
}


/* Quicklinks */
.quicklinksWrapper {
    background-color: #e5e5e5;
    border: 1px solid #666666;
    border-right: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 12px 0 12px 8px;
}

.divLinkToTop {
    margin: 0;
    padding: 0 0 6px 6px;
}
.divLinkToTop a {
    font-size: 80%;
    text-decoration: none;
    background: url(../../images/top.png) no-repeat 0 center;
    padding: 10px;
    white-space: nowrap;
}

.divNav03 {
    margin: 0;
    padding: 0;
}
.divNav03 ul {
    background-image: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}
.divNav03 ul li {
    padding: 0 0 1px 0;
}
.divNav03 ul li a {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 4px 6px;
    color: #333333;
}
.divNav03 ul li a:hover {
    background-color: #ffffff;
}
.divNav03 ul li a.rot { /* spezielle Kennzeichnung */
    background-color: #b90000;
    color: #ffffff;
}
.divNav03 ul li a.rot:hover {
    background-color: #b90000;
    color: #ffffff;
}


/* Footer Menue */
.divFooterNav {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 0;
    clear: both;
    background-color: #F1EEE6;
}
.divFooterNav ul {
    text-indent: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 860px;
    clear: both;
}

.divFooterNav ul li.ebene1 {
    float: left;
    list-style-type: none;
    text-align: left;
    margin: 0 10px;
}

.divFooterNav ul.ebene2 {
    padding: 10px 0 0 0;
    width: auto;
}
.divFooterNav ul li.ebene2 {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.divFooterNav ul li a {
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 80%;
    line-height: 1.2em;
    color: #847F74;
}
.divFooterNav ul li a:hover, .divFooterNav ul li a:visited.hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/

.divLinks .newslinksWrapper {
    background-color: #e5e5e5;
    border: 1px solid #666666;
    border-left: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 12px 8px 2px 0;
}

.divLinks .divShowJobsLink {
    text-align: center;
    display: block;
    height: 100%;
    width: 20px;
    float: right;
    position: relative;
    right: -4px;
    cursor: pointer;
    padding: 0 0 10px 0;
}
.divLinks .divShowJobsLink a {
    text-decoration: none;
}
.divLinks .divNewslinks {
    display: none;
    float: right;
}
.divLinks .newslinksWrapper.new {
    background-color: #e81317;
    color: #ffffff;
}
.divLinks .newslinksWrapper.new .divShowJobsLink a {
    color: #ffffff;
}

/*--------------------------------------------------------------------------------*/

.divRechts {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: auto;
    right: 0;
    display: none;
}

.divRechts .divShowQuicklinks {
    text-align: center;
    display: block;
    height: 100%;
    width: 20px;
    float: left;
    position: relative;
    left: -4px;
    cursor: pointer;
}
.divRechts .divShowQuicklinks a {
    text-decoration: none;
}
.divRechts .divQuicklinks {
    display: none;
    float: left;
}

/*--------------------------------------------------------------------------------*/
/* Social Media */

.divSocialMedia {
    position: relative;
    padding: 12px 0 0 6px;
}
.divSocialMedia div {
    display: inline-block;
    margin-right: 10px;
}
.divSocialMedia .facebook a {
    background: url(../../images/sm_facebook.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 27px;
}
.divSocialMedia .twitter a {
    background: url(../../images/sm_twitter.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 27px;
}
.divSocialMedia .instagram a {
    background: url(../../images/sm_instagram.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 27px;
}
.divSocialMedia .linkedin a {
    background: url(../../images/sm_linkedin.png) no-repeat;
    display: inline-block;
    width: 32px;
    height: 27px;
}

/*--------------------------------------------------------------------------------*/

.divText {
    width: inherit;
    padding: 0 0 0 0;
    line-height: 1.5em;
    min-height: 300px;
    background-image: url(../../images/bg_text.png);
    background-repeat: repeat-y;
    background-position: center top;
    word-break: break-word;
}
.divText.home {
}
.divText.weiss {
    background-image: none;
}
.divTextInline { /* gilt fuer Seiten, die in der Floatbox geoeffnet werden*/
    background-color: #ffffff;
    text-align: left;
    padding: 10px;
}
.divText p {
    line-height: 26px;
}

.teaser {
    margin-bottom: 5px;
}

.kurztext {
    font-style:italic;
}

#divBilderleiste {
    width: 220px;
    float: right;
    text-align: left;
    padding: 0 0 0 10px;
}

#divBilderleiste img {
    margin-bottom: 10px;
}

.bildtext {
    padding: 0 0 10px 0;
    font-style:italic;
}

#divLinkBeitrag { /* Link auf einen anderen Menuebeitrag am Ende des Textes */
    margin-top: 10px;
}

.copyrightWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #0d0d0d;
    font-size: 90%;
}
.copyrightWrapper a {
    color: #0d0d0d;
    text-decoration: none;
}
.copyrightWrapper a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer die Navigationsleiste */

div.nbNavigationbar {
    margin: 0 0 10px 0;
    white-space: nowrap;
    background-color: transparent;
    color: inherit;
    padding: 3px 5px 3px 0;
    border-bottom: 1px dotted #666666;
}

/* extra div fuer neue Zeile mit der Ausgabe der Links fuer das Blaettern (fuer set break = true) */
div.nbNavigationbar div.nbLinks {
    margin: 1px 0 0 0;
    padding: 2px 0 3px 0;
    text-align: center;
}

/* Formatierung der Links in der Leiste */
div.nbNavigationbar a {
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    color: inherit;
}

div.nbNavigationbar a:hover {
    background-color: #dbdfe2;
    color: #666666;
}

/* Formatierung der nicht verlinkten Texte in der Leiste */
div.nbNavigationbar span {
    padding: 2px 4px 2px 4px;
}
div.nbNavigationbar span.hits {
    padding-right: 10px;
}
div.nbNavigationbar span.minus {
    padding: 2px 0;
}

/* Formatierung der aktuellen Seite in der Leiste */
div.nbNavigationbar span.aktuelleSeite {
    padding: 2px 4px 2px 4px;
    background-color: #dbdfe2;
    color: #666666;
}

/*--------------------------------------------------------------------------------*/
/* Bloecke mit Text, Bild oder Include */

.boxWrapper {
    clear: both;
    padding: 0 0 0 0;
}

div.box01 {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    background-color: transparent;
    text-align: left;
    font-size: 130%;
    width: 185px;
}

.divRechts div.box01 {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    background-color: transparent;
    text-align: left;
    font-size: inherit;
    width: 100%;
}

div.box01Bezeichnung {
    display: block;
    margin: 0;
    padding: 8px;
    text-align: center;
    font-weight: normal;
}

.divRechts div.box01Bezeichnung {
    padding: 4px;
}

div.box01Content {
    padding: 8px;
}
.divRechts div.box01Content {
    padding: 0;
}
div.box01Content *:first-child {
    margin-top: 0;
}
div.box01Content * {
    margin-bottom: 0;
}
div.box01Include {
    padding: 0;
}

div.box01 a.box01Content, div.box01 a.box01Content:hover {
    text-decoration: none;
}

div.box01Image {
    padding: 0;
}

div.box01Liste {
    padding: 5px 5px 5px 5px;
}

div.box01 a {
    text-decoration: none;
}

div.box01 a:hover, div.box01 a:visited.hover {
    text-decoration: none;
}

/* Variationen */
div.box01.blau_hell {
    background-color: #90bbdd;
    color: #ffffff;
}
div.box01.blau_hell div.box01Bezeichnung {
}

div.box01.rot_hell {
    background-color: #fe9491;
    color: #ffffff;
}
div.box01.rot_hell div.box01Bezeichnung {
}
div.box01.grau_mittel {
    background-color: #b2b2b2;
    color: #ffffff;
}
div.box01.grau_mittel div.box01Bezeichnung {
}

/*--------------------------------------------------------------------------------*/
/* Newsletter-Box */

.newsletterbox {
    padding: 5px;
}
.newsletterbox #fieldEmail {
    width: 200px;
}
.newsletterbox div {
    padding: 5px 0 0 0;
    position: relative;
}
.newsletterbox .linkUnsubscribe {
    position: relative;
    top: 4px;
    color: #666666 !important;
}
.newsletterbox .buttonSubscribe {
    position: absolute;
    right: 0;
}

/*--------------------------------------------------------------------------------*/
/* Breadcrumbmenue */

.divBreadcrumb {
    margin: 0;
    padding: 0 0 0 220px;
    text-align: left;
    color: #676767;
    /* height: 30px; */
    line-height: 30px;
    font-size: 12px;
    background-color: #e5e5e5;
}

.divBreadcrumb a {
    color: #676767;
    text-decoration: none;
    background-color: transparent;
}

.divBreadcrumb a:hover, a:visited.hover {
    color: #676767;
    text-decoration: underline;
    background-color: transparent;
}

/*--------------------------------------------------------------------------------*/
/* Meldungsboxen */

.box {
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #333333;
}

.messageBox {
    padding:5px;
    border:1px solid #cccccc;
    background-color: #eeeeee;
    margin-bottom: 25px;
    color: #333333;
}

.messageBox div, .messageBox div.li {
    margin: 0;
    padding: 0;
    color: #333333;
}

.messageBoxError {
    padding:5px;
    border:1px solid #c01f2e;
    background-color: #eeeeee;
    color: #c01f2e;
}

.messageBoxError div, .messageBoxError div.li {
    margin: 0 0 0 0;
    color: #c01f2e;
    text-indent: -9px;
    margin-left: 9px;
}

.messageBoxError a {
    color: #c01f2e !important;
    text-decoration: underline;
}
.message_begin, .message_end {
    display: none;
}

/*--------------------------------------------------------------------------------*/
/* Formulare und Tabellen */

table.formular {
    border-spacing: 0;
    padding: 0;
}
table.formular td {
    padding: 2px 2px 2px 0;
}
table.formular td.bezeichnung {
    vertical-align: top;
    padding: 4px 2px 2px 0;
    width: 50px;
}
table.formular input[type=text], table.formular textarea {
    width: 250px;
}

table.std td {
    padding: 0 10px 0 0;
}

.webform .fehler {
    color: #c01f2e;
}

/* Webforms allgemein */
.webform .label {
    width: 170px;
}
.webform input[type=text] {
    width: 100%;
    max-width: 100%;
}
.webform textarea {
    width: 100%;
}
.webform span.checkbox {
    /*display: flex;*/
}
.webform input[type=submit],
.webform input[type=button],
.webform input[type=reset],
.webform button {
    min-width: 80px;
    margin-top: 15px;
}
.webform input[type=checkbox] {
    float: left;
    padding-top: 5px;
}
.webform span.checkboxText {
    display: block;
    margin-left: 22px;
}
.webform .space {
    padding-top: 20px;
}
.webform .break {
    height: 1em;
}
.webform table {
    width: 100%;
}
.webform th {
    text-align: left;
    font-weight: normal;
}
.webform div.buttons {
    text-align: right;
}
.webform div.info_pflichtfelder {
    padding-top: 20px;
}

.webform .file-input-wrapper {
    /* @see https://coderwall.com/p/4etjja bzw. http://jsfiddle.net/supershabam/b3WXe/ */
    width: 200px;
    height: 2.5em;
    overflow: hidden;
    position: relative;
    float: left;
}
.webform .file-input-wrapper > input[type="file"] {
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.webform .file-input-wrapper > .btn-file-input {
    /*display: inline-block;
    width: 200px;
    height: 30px;*/
}
.webform .file-input-wrapper button {
    margin-top: 0;
}

/* Webform Seite empfehlen */

table.formular.seite_empfehlen input[type=text] {
    width: 250px;
}
table.seite_empfehlen textarea {
    width: 400px;
    height: 120px;
}

/* Webform Veranstaltungsanmeldung */
#formVeranstaltungsanmeldung #fieldPlz {
    width: 50px;
}
#formVeranstaltungsanmeldung #fieldOrt {
    width: 190px;
}

/* Webform Passwort vergessen */
#formPasswort_vergessen input[type=button],
#formPasswort_vergessen input[type=submit] {
    margin-top: 0;
}

/*--------------------------------------------------------------------------------*/
/* Signatur bei Druck */

#divSignatur {
    display: none;
    clear: both;
    padding: 20px 0 0 0;
}

/*--------------------------------------------------------------------------------*/
/* Empfehlen */

#divEmpfehlen {
}

#divEmpfehlen .input {
    width: 200px;
}

/*--------------------------------------------------------------------------------*/
/* Text einer Fussnote (Datum eines Artikels usw.) */

.note {
    font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------------------------*/
/* Projektfarben und -eigenschaften */

.standard {
    color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}
.web_schwarz {
    color: #000000 !important;
    border-color: #000000 !important;
}
.web_orange {
    color: #eb5c2c !important;
    border-color: #eb5c2c !important;
}
.web_gruen {
    color: #94CA2C !important;
    border-color: #94CA2C !important;
}
.web_blau {
    color: #1c75bc !important;
    border-color: #1c75bc !important;
}
.web_blau_hell {
    color: #90bbdd !important;
    border-color: #90bbdd !important;
}
.web_gelb {
    color: #fcd62b !important;
    border-color: #fcd62b !important;
}
.web_rot {
    color: #c01f2e !important;
    border-color: #c01f2e !important;
}
.web_rot_hell {
    color: #fe9491 !important;
    border-color: #fe9491 !important;
}
.web_grau_hell {
    color: #ededed !important;
    border-color: #ededed !important;
}
.web_grau_mittel {
    color: #b2b2b2 !important;
    border-color: #b2b2b2 !important;
}
.web_grau {
    color: #666666 !important;
    border-color: #666666 !important;
}

.web_schwarz_bg {
     background-color: #000000 !important;
}
.web_orange_bg {
     background-color: #eb5c2c !important;
}
.web_gruen_bg {
     background-color: #94CA2C !important;
}
.web_blau_bg {
     background-color: #1c75bc !important;
}
.web_blau_hell_bg {
     background-color: #90bbdd !important;
}
.web_gelb_bg {
     background-color: #fcd62b !important;
}
.web_rot_bg {
     background-color: #c01f2e !important;
}
.web_rot_hell_bg {
     background-color: #fe9491 !important;
}
.web_grau_hell_bg {
     background-color: #ededed !important;
}
.web_grau_mittel_bg {
     background-color: #b2b2b2 !important;
}
.web_grau_bg {
     background-color: #666666 !important;
}

.web_wie_h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    background-image: url(../../images/headline_black.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
table tr.web_tr_even {
    background-color: #ffffff;
}
table tr.web_tr_odd {
    background-color: #eeeeee;
}


.sectionWrapper.layout_grau_dunkel .web_wie_h1 {
    background-image: url(../../images/headline_white.png);
}

.web_unterstrich_schwarz {
    padding: 0 0 5px 0;
    background-image: url(../../images/headline_black.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.web_no_margin_top {
    margin-top: 0 !important;
}

.web_no_margin_bottom {
    margin-bottom: 0 !important;
}

.web_no_padding_top {
    padding-top: 0 !important;
}

.web_no_padding_bottom {
    padding-bottom: 0 !important;
}


.margin_top_1 { margin-top: 1px !important; }
.margin_top_2 { margin-top: 2px !important; }
.margin_top_3 { margin-top: 3px !important; }
.margin_top_4 { margin-top: 4px !important; }
.margin_top_5 { margin-top: 5px !important; }
.margin_top_6 { margin-top: 6px !important; }
.margin_top_7 { margin-top: 7px !important; }
.margin_top_8 { margin-top: 8px !important; }
.margin_top_9 { margin-top: 9px !important; }
.margin_top_10 { margin-top: 10px !important; }
.margin_top_11 { margin-top: 11px !important; }
.margin_top_12 { margin-top: 12px !important; }
.margin_top_13 { margin-top: 13px !important; }
.margin_top_14 { margin-top: 14px !important; }
.margin_top_15 { margin-top: 15px !important; }
.margin_top_16 { margin-top: 16px !important; }
.margin_top_17 { margin-top: 17px !important; }
.margin_top_18 { margin-top: 18px !important; }
.margin_top_19 { margin-top: 19px !important; }
.margin_top_20 { margin-top: 20px !important; }

.margin_bottom_1 { margin-bottom: 1px !important; }
.margin_bottom_2 { margin-bottom: 2px !important; }
.margin_bottom_3 { margin-bottom: 3px !important; }
.margin_bottom_4 { margin-bottom: 4px !important; }
.margin_bottom_5 { margin-bottom: 5px !important; }
.margin_bottom_6 { margin-bottom: 6px !important; }
.margin_bottom_7 { margin-bottom: 7px !important; }
.margin_bottom_8 { margin-bottom: 8px !important; }
.margin_bottom_9 { margin-bottom: 9px !important; }
.margin_bottom_10 { margin-bottom: 10px !important; }
.margin_bottom_11 { margin-bottom: 11px !important; }
.margin_bottom_12 { margin-bottom: 12px !important; }
.margin_bottom_13 { margin-bottom: 13px !important; }
.margin_bottom_14 { margin-bottom: 14px !important; }
.margin_bottom_15 { margin-bottom: 15px !important; }
.margin_bottom_16 { margin-bottom: 16px !important; }
.margin_bottom_17 { margin-bottom: 17px !important; }
.margin_bottom_18 { margin-bottom: 18px !important; }
.margin_bottom_19 { margin-bottom: 19px !important; }
.margin_bottom_20 { margin-bottom: 20px !important; }

.margin_left_1 { margin-left: 1px !important; }
.margin_left_2 { margin-left: 2px !important; }
.margin_left_3 { margin-left: 3px !important; }
.margin_left_4 { margin-left: 4px !important; }
.margin_left_5 { margin-left: 5px !important; }
.margin_left_6 { margin-left: 6px !important; }
.margin_left_7 { margin-left: 7px !important; }
.margin_left_8 { margin-left: 8px !important; }
.margin_left_9 { margin-left: 9px !important; }
.margin_left_10 { margin-left: 10px !important; }
.margin_left_11 { margin-left: 11px !important; }
.margin_left_12 { margin-left: 12px !important; }
.margin_left_13 { margin-left: 13px !important; }
.margin_left_14 { margin-left: 14px !important; }
.margin_left_15 { margin-left: 15px !important; }
.margin_left_16 { margin-left: 16px !important; }
.margin_left_17 { margin-left: 17px !important; }
.margin_left_18 { margin-left: 18px !important; }
.margin_left_19 { margin-left: 19px !important; }
.margin_left_20 { margin-left: 20px !important; }

.margin_right_1 { margin-right: 1px !important; }
.margin_right_2 { margin-right: 2px !important; }
.margin_right_3 { margin-right: 3px !important; }
.margin_right_4 { margin-right: 4px !important; }
.margin_right_5 { margin-right: 5px !important; }
.margin_right_6 { margin-right: 6px !important; }
.margin_right_7 { margin-right: 7px !important; }
.margin_right_8 { margin-right: 8px !important; }
.margin_right_9 { margin-right: 9px !important; }
.margin_right_10 { margin-right: 10px !important; }
.margin_right_11 { margin-right: 11px !important; }
.margin_right_12 { margin-right: 12px !important; }
.margin_right_13 { margin-right: 13px !important; }
.margin_right_14 { margin-right: 14px !important; }
.margin_right_15 { margin-right: 15px !important; }
.margin_right_16 { margin-right: 16px !important; }
.margin_right_17 { margin-right: 17px !important; }
.margin_right_18 { margin-right: 18px !important; }
.margin_right_19 { margin-right: 19px !important; }
.margin_right_20 { margin-right: 20px !important; }

/*--------------------------------------------------------------------------------*/
/* Trennung bei Auflistungen (z.B. News) */

.spacer {
    height: 10px;
    overflow: hidden;
}

/* Markierung von Suchwoertern */
span.suchwort {
    background-color: #ffff9c;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer Kommentare */

.divKommentare .headlineKommentare {
    margin: 70px 0 5px 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #7a7972;
}

.divKommentare .headlineNeuerKommentar {
    margin: 40px 0 5px 0;
    padding: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    color: #7a7972;
}

.divKommentare .headlineKommentar {
    margin: 40px 0 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 120%;
    color: #7a7972;
}

.divKommentare .alleKommentare {
    margin-top: 20px;
}

.divKommentare input.bewertung {
    margin-left: 20px;
}
.divKommentare img.bewertung {
    margin-top: 2px;
}
.divKommentare img.bewertungXvonY {
    float: right;
}

.divKommentare .formKommentar {
    margin: 0;
    padding: 0;
}
.divKommentare .formKommentar textarea {
    width: 99%;
    height: 100px;
}
.divKommentare .divKommentareFields {
    margin: 10px 0 10px 0;
}
.divKommentare .divKommentareFields input {
    margin-left: 0;
    width: 100%;
}
.divKommentare .divKommentareFields .divKommentareName,
.divKommentare .divKommentareFields .divKommentareEmail {
    display: inline-block;
    width: 95%;
    max-width: 350px;
    margin-right: 5%;
}

.divKommentare .divKommentareInfoLinks,
.divKommentare .divKommentarePflichtfelder,
.divKommentare .divKommentareInfoEmail {
    clear: both;
    font-size: 90%;
    color: #7a7972;
}
.divKommentare .divKommentareButton {
    text-align: right;
    padding-right: 20px;
}
.divKommentare a.bearbeiten {
    padding-left: 20px;
    font-weight: normal;
}

/*--------------------------------------------------------------------------------*/
/* Layouts */

.sectionWrapper {
    background-color: transparent;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 20px 0;
}

.sectionWrapper.layout_grau_dunkel {
    background-color: #666666;
    color: #ffffff;
    margin: 130px 0 0 0;
    padding: 20px 0;
}
/* .sectionWrapper.layout_grau_dunkel {
    margin: 130px 0 0 0;
} */

.sectionWrapper.layout_grau_dunkel a {
    color: #ffffff;
}
.sectionWrapper.layout_grau_dunkel .webform .fehler {
    color: #660000;
}
.sectionWrapper.layout_no_padding {
    padding: 0;
}
.sectionWrapper.layout_no_margin {
    margin: 0;
}

.layout_1col, .layout_2col, .layout_21col, .layout_12col, .layout_2col_auto, .layout_3col {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    clear: both;
}

.divText.weiss .layout_1col,
.divText.weiss .layout_2col,
.divText.weiss .layout_21col,
.divText.weiss .layout_12col,
.divText.weiss .layout_3col {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 0;
    clear: both;
}

.sectionWrapper.layout_full .layout_1col,
.sectionWrapper.layout_full .layout_2col,
.sectionWrapper.layout_full .layout_21col,
.sectionWrapper.layout_full .layout_12col,
.sectionWrapper.layout_full .layout_3col {
    max-width: none;
    padding: 0;
}

.layout_1col_full, .layout_2col_full, .layout_2col_auto {
    width: 100%;
    clear: both;
}
.layout_2col_auto {
    column-count: 2;
    column-width: 350px;
    gap: 2em;
}
.layout_2col_auto h1 {
    column-span: all;
}

.layout_2col_links {
    float: left;
    width: 50%;
    max-width: 390px;
}
.layout_2col_rechts {
    float: right;
    width: 50%;
    max-width: 390px;
}
.layout_21col_links {
    float: left;
    width: 66.7%;
    max-width: 527px;
}
.layout_21col_rechts {
    float: right;
    width: 33.3%;
    max-width: 253px;
}
.layout_12col_links {
    float: left;
    width: 33.3%;
    max-width: 253px;
}
.layout_12col_rechts {
    float: right;
    width: 66.7%;
    max-width: 527px;
}
.layout_3col_links {
    float: left;
    width: 220px;
}
.layout_3col_mitte {
    float: left;
    width: 220px;
    margin: 0 20px;
}
.layout_3col_rechts {
    float: right;
    width: 220px;
}

.layout_no_margin_top {
    margin-top: 0 !important;
}

.layout_no_margin_bottom {
    margin-bottom: 0 !important;
}

.layout_no_padding_top {
    padding-top: 0 !important;
}

.layout_no_padding_bottom {
    padding-bottom: 0 !important;
}

.divText.weiss .layout_2col_links,
.divText.weiss .layout_2col_rechts {
    max-width: 410px;
}
.divText.weiss .layout_21col_links,
.divText.weiss .layout_12col_rechts {
    max-width: 547px;
}
.divText.weiss .layout_12col_links,
.divText.weiss .layout_21col_rechts {
    max-width: 273px;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen verschiedener Elemente */

/* Liste der aktuellen Beitraege und Artikel */
.divListeNews {
    clear: both;
}

/* Listenblock */
.divListe {
    clear: both;
}
.divListe ul, .divListe ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.divListe a.title {
    display: block;
    text-decoration: none;
    /*margin-bottom: 7px;*/
}
.divListe .text {
    padding-bottom: 20px;
    position: relative;
}
.divListe .item-left .image {
    float: left;
    width: 160px;
}
.divListe .item-left .text {
    clear: none;
    margin-left: 175px;
}
.divListe .item-right .image {
    float: right;
    width: 160px;
}
.divListe .item-right .text {
    clear: none;
    margin-right: 175px;
}
.divListe .more {
    padding-left: 10px;
    display: inline;
}

/* Link zum Seitenbeginn und zurueck */
.divLinkleiste {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    padding: 15px 2% 10px 2%;
    clear: both;
}
.divLinkleiste a {
    text-decoration: none;
}
.divLinkleiste a:hover {
    text-decoration: underline;
}
.divLinkleiste.ll_1col div {
    float: left;
    text-align: center;
}
.divLinkleiste.ll_2col div {
    width: 50%;
    float: left;
    text-align: center;
}
.divLinkleiste.ll_3col div {
    width: 33.3%;
    float: left;
    text-align: center;
}
.divLinkleiste.ll_4col div {
    width: 25%;
    float: left;
    text-align: center;
}
.divLinkleiste.ll_5col div {
    width: 20%;
    float: left;
    text-align: center;
}

/* Newsletter Archiv */
.divNewsletterArchiv {
    clear: both;
}

/*--------------------------------------------------------------------------------*/
/* Floatbox Optionen */

#fbBox #fbInfoLink, #fbBox #fbPrintLink {
    font-weight: normal !important;
    padding-left: 20px !important;
    background: url(../../images/icons/print.gif) no-repeat;
}

/*--------------------------------------------------------------------------------*/
/* Media-Queries */

@media only screen and (max-width:1260px) {
    
    .contentWrapper {
        width: 100%;
    }
    
    .divFooter {
        width: 100%;
    }
    
    .divHeader .logoWrapper {
        padding: 0;
        
    }
    .divBreadcrumb div {
        margin: 0 auto;
        width: 100%;
        max-width: 840px;
    }
    
    .divHeader .divLang {
        bottom: 44px;
    }
    .divHeader .divFormSuche {
        bottom: 44px;
    }
    
    .divBreadcrumb {
        padding: 0;
    }
    .divBreadcrumb div {
        margin: 0 auto;
        width: 100%;
        max-width: 840px;
    }
    
    .divRechts {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: auto;
        right: 0;
    }

    .divMitte {
        width: 100%;
        /* padding-left: 32px;
        padding-right: 32px; */
    }
    
    .divText {
        margin-top: 0;
        width: 100%;
        /* padding-left: 32px;
        padding-right: 32px; */
    }
    
    .divText img {
        max-width: 100%;
        height: auto;
    }
    .divText .sectionWrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
    
    .divTextInline {
    
    }
    
    div.box01 {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}


@media only screen and (max-width:940px) {

    .divHeader .logoWrapper {
        position: absolute;
        left: 0%;
        top: 15px;
        width: 96%;
        margin: 0 2%;
    }
    
    .divHeader div.logo {
        position: relative;
        top: 50px;
    }
    .divHeader a.logo {
        top: -7px;
        background-position: -12px center;
        text-align: left;
        padding: 2px 0 0 45px;
    }
    .divHeader .balken {
        left: 45px;
        top: 5px;
        width: 9%;
        max-width: 55px;
        -webkit-background-size: 100% 40px;
        -moz-background-size: 100% 40px;
        -o-background-size: 100% 40px;
        background-size: 100% 40px;
    }
    .divHeader .spektrum {
        left: 45px;
        top: 0;
        width: 85%;
        max-width: 510px;
        overflow: hidden;
        -webkit-background-size: 194% 40px;
        -moz-background-size: 194% 40px;
        -o-background-size: 194% 40px;
        background-size: 194% 40px;
    }
    
    .divHeader .divLang {
        border: none;
        left: 37px;
        bottom: 8px;
        width: auto;
        margin-left: 2%;
    }
    .divHeader .divFormSuche {
        bottom: 7px;
    }
    
    a.show_menu {
        display: inline-block;
        width: 16px;
        height: 13px;
        padding: 10px 5px 5px 20px;
        line-height: 20px;
        position: absolute;
        left: 2%;
        top: 108px;
        background-image: url(../../images/hamburger_menu.png);
        background-repeat: no-repeat;
        background-position: 0 center;
        color: #666666;
        overflow: hidden;
    }
    a.show_menu:hover, a.show_menu:active {
        text-decoration: none;
    }
    
    .divNav01H {
        display: none;
        background-color: #666666;
        box-shadow: 0 5px 10px #333333;
        padding: 0 0 0 2%;
        position: absolute;
        left: 0;
        top: 140px;
        width: 98%;
        z-index: 1000;
    }
    .divNav01H ul li {
        display: block;
        float: none;
        margin: 0 !important;
    }
    .divNav01H ul li a {
        font-size: 16px;
    }
    .divNav01H ul li.ebene1.aktiv {
        background-image: none;
    }
    .divNav01H ul li.ebene1.aktiv a.ebene1 {
        background-image: none !important;
    }
    .divNav01H ul li.ebene1 a.ebene1 {
        line-height: normal;
        padding: 5px 0;
    }
    .divNav01H ul li.ebene1.aktiv ul.ebene2,
    .divNav01H ul li.ebene1.aktiv ul.ebene2.items_4 {
        opacity: 1;
        visibility: visible;
        display: block;
        max-width: 96%;
        min-width: 96%;
        position: relative;
        left: 0;
        background: none;
        margin: 0;
        padding: 0;
    }
    .divNav01H ul li.ebene1.aktiv ul.ebene2 li.ebene2 {
        padding: 5px;
        display: block;
    }
    .divNav01H li.ebene3 a.bg_menu_4 {
        background-position: 5px 4px;
        top: 0;
        height: 16px;
        padding: 0 10px 0 5px;
    }

    .divBreadcrumb div {
        margin: 0 2%;
        width: 96%;
        max-width: 840px;
    }
    
    .layout_2col_links,
    .layout_2col_rechts {
        width: 48%;
        max-width: 390px !important;
    }
}

@media only screen and (max-width:900px) {
    
    .layout_2col_auto {
        max-width: fit-content;
    }
}

@media only screen and (max-width:570px) {

    .webform table {
        width: 100%;
    }
    .webform input[type=text],
    .webform textarea {
        width: 98%;
        max-width: 85%;
    }
    
    .webform form.step01 th, .webform form.step01 td {
        display: block;
        padding-right: 0;
    }
    .webform form.step01 th {
        font-weight: bold;
        width: auto;
    }
    .webform table .field_info {
        display: block;
    }
}

@media only screen and (max-width:425px) {
    
    .layout_2col_links,
    .layout_2col_rechts {
        width: 100%;
        max-width: 425px !important;
    }
}

@media only screen and (max-width:390px) {
    
    .divHeader .balken {
        width: 6%;
    }
    

    .layout_2col_links,
    .layout_2col_rechts {
        width: 100%;
        max-width: 390px !important;
    }
}

@media only screen and (max-width:330px) {
    
    .divHeader a.logo {
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media only screen and (max-height:400px) {
    
    .divRechts {
        top: 18px;
    }
    .divRechts .divShowQuicklinks .hidden_mobile {
        display: none;
    }
}

/*--------------------------------------------------------------------------------*/