

/* =============================================================================
 * reset & defaults
 * ========================================================================== */

/* reset
------------------------------------------------- */
* {margin: 0; padding: 0; border: 0; outline: 0; background-repeat: no-repeat;}
#wrapper * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

#colorbox *,
#wrapper .mejs-container * {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}

ol, ul {list-style: none;}
table {border-spacing: 0; border-collapse: collapse;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

b,strong {font-weight: bold;}

input {outline: 0 none;}

figure {line-height: 0;}

/* lightbox link height
------------------------------------------------- */
.image_container a {line-height: 0;}

/* lightbox width
------------------------------------------------- */ 
#mbCenter img {width: auto; max-width: 100%; height: auto; vertical-align: middle;}

/* mod_navigation (mainmenu)
------------------------------------------------- */
#mainmenu .level_1,
#mainmenu .level_2 {margin: 0; padding: 0;}

/* =============================================================================
 * general styles & page setup
 * ========================================================================== */
html,body {height: 100%;}
a {outline: none; -moz-outline-style: none; -webkit-outline-style: none;}
iframe {max-width: 100%; border: 0;}
code, pre {font-family: monospace;}
hr {padding: 0; border: none; border-top: medium double #dddddd; color: #cccccc; text-align: center; height: 1px; margin: 25px 0;}
#container .image_container img {width: 100%;}
.image_container img:after {content: ""; clear: both; display: block;}

p {margin-bottom: 14px;}
p.more {margin-bottom: 0;}
blockquote {font-style: italic; font-size: 16px; margin-bottom: 20px;}
blockquote p {line-height: 22px;}

/* Consistency of cursor style, Corrects inability to style clickable 'input' types in iOS */
button[disabled],
input[disabled] {cursor: default;}

/* Remove background from selected images */
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}

/* HTML5 display definitions
------------------------------------------------- */ 
summary {display: block;}
[hidden] {display: none;}

/* =============================================================================
 * * & html & body
 * ========================================================================== */

html {overflow-y: scroll; min-height: 100%;}
html, body {}
body {background-repeat: repeat;}
body.ie8 {overflow: auto;}



/* =============================================================================
 * =============================================================================
 * =============================================================================
 * =============================================================================
 * =============================================================================
 * =============================================================================
 * =============================================================================
 * =============================================================================
 * ========================================================================== */




/* =============================================================================
 * default stylesheet
 * ========================================================================== */

/* body, headlines
------------------------------------------------- */
body {background: #D0CEC9;}
#wrapper {background: #ffffff; margin-bottom: 200px;}

body, input, select, textarea {font-size: 12px;}
body, input, select, textarea, a, p, span {line-height: 1.6;}

body, input, select, textarea {
    font-family: "Tienne", sans-serif;
    color: #1a1c1d;
}

h1, h2, h3, h4, h5, h6  {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
}

h2  {
    font-family: "Tienne", sans-serif;
}

h1, h2, h3, h4, h5, h6, .color {color: #00355d;}

h3 {
    color: #8e8b85;
}

a {
    color: #00355D;
    text-decoration: underline;
}

a:hover {text-decoration: none;}

a.more {
    color: #00355D;
    font-weight: bold;
    text-decoration: none;
}

#main a {
    font-style: italic;
}

/* a (special)
------------------------------------------------- */
#header div.logo a,
#header div#logo a,
#header ul.level_1 a,
#left ul.level_1 a,
#right ul.level_1 a,
#footer ul.level_1 a,
#main ul.level_1 a {text-decoration: none;}

/* headlines
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height: 1.6;}
h1, h1 a {
    font-size: 24px;
    padding: 0;
    margin: 68px 0 45px 0;
}

h2, h2 a {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

h3, h3 a {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

h4, h4 a {
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h5, h5 a {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

h6, h6 a {
    font-size: 11px;
    padding: 0;
    margin: 0;
}

#header div.logo a,
#header div#logo a,
#header ul.level_1 a,
#left ul.level_1 a,
#right ul.level_1 a,
#footer ul.level_1 a,
#main ul.level_1 a {
    color: inherit;
    background: none;
    padding: 0;
    margin: 0;
}

/* cols & widths
------------------------------------------------- */
.col25, .col33, .col50, .col75 {float: left;}

.col25 {
    width: 24%;
    margin-right: 1%;
}

.col25.last {
    width: 25%;
    margin-right: 0;
}

.col33 {
    width: 32.3333333%;
    margin-right: 1%;
}

.col33.last {
    width: 33.3333333%;
    margin-right: 0;
}

.col50 {
    width: 49%;
    margin-right: 1%;
}

.col50.last {
    width: 50%;
    margin-right: 0;
}

.col75 {
    width: 74%;
    margin-right: 1%;
}

.col75.last {
    width: 75%;
    margin-right: 0;
}

.col100 {
    width: 100%;
}


/* ol,ul,li
------------------------------------------------- */
#main ol,
#main ul {
    padding: 0 0 0 20px;
    margin: 10px 0 10px 0;
    list-style-type: none;
}

#main ol li,
#main ul li {
    padding: 0 0 0 10px;
    margin: 0;
}

#main ol li {list-style-type: decimal;}
#main ul li {list-style-type: disc;}

/*#main li {list-style: url(../../files/layout/bg-li.png);}*/

/* image_container floats
------------------------------------------------- */
#main .image_container.float_right {margin: 0 0 3% 5%;}
#main .image_container.float_left {margin: 0 5% 3% 0;}

/* ce_form
------------------------------------------------- */
#main .captcha-container {background: #ecd0d0;}

input.button,
input.reset,
input[type="submit"],
input.submit {
    color: #000000;
    background: none;
    padding: 5px;
    border: 1px solid #E1DFDA;
}

body.firefox input.button,
body.firefox input.reset,
body.firefox input[type="submit"],
body.firefox input.submit {
    padding: 0 10px;
}

#search input.text,
#main input.text,
#main input.captcha,
#main select.select,
#main textarea.textarea {
    float: left;
    width: 297px;
    margin-bottom: 5px;
    border: 1px solid #E1DFDA;
    background: none;
}

#main textarea.textarea {height: 60px;}
#main input.captcha {width: 100px;}

#main label {
    display: block;
    float: left;
    width: 150px;
}

input.text.error,
input.captcha.error,
input.checkbox.error,
input.radio.error,
select.error,
textarea.error {margin-left: 150px;}

input.password.confirm.error {margin-left: 0;}
#main .formbody br {clear: both;}
#main .submit_container {clear: both;}

/* mod_breadcrumb
------------------------------------------------- */
.mod_breadcrumb,
.mod_breadcrumb h6,
.mod_breadcrumb li,
.mod_breadcrumb li a {
    font-size: 12px;
    line-height: 1;
}

.mod_breadcrumb h6 {
    padding: 0 20px 0 0;
    margin: 0 5px 0 0;
}

.mod_breadcrumb ul {
    padding: 0;
    margin: 0;
}

.mod_breadcrumb li {
    padding-right: 20px;
    margin-right: 5px;
}

.mod_breadcrumb li:before {margin-right: 5px;}

/* mod_randomImage
------------------------------------------------- */
.mod_randomImage {height: auto;}

/* mod_navigation (topmenu)
------------------------------------------------- */
#topmenu {
    position: absolute;
    right: 300px;
    height: 70px;

}

#topmenu .level_1 {height: 70px;}

#topmenu .level_1 > li {float: left;}

#topmenu .level_1 > li > a,
#topmenu .level_1 > li > strong {
    display: block;
    height: 70px;
    padding: 0 12px;
    font-size: 11px;
    line-height: 70px;
    color: #000000;
}

#topmenu .level_1 > li > a:hover,
#topmenu .level_1 > li > strong,
#topmenu .level_1 > li.trail > a,
#topmenu .level_1 > li > a.active {color: #00355D;}

#topmenu .level_1 > li > a.last,
#topmenu .level_1 > li:last-child > a,
#topmenu .level_1 > li > strong.last,
#topmenu .level_1 > li:last-child > strong {
    padding-right: 0;
    margin-right: 0;
}

/* mod_navigation (mainmenu-mobile)
------------------------------------------------- */
#menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: none;
}

#menu-mobile-button {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}

#menu-mobile-button a {display: block;}

#mainmenu-mobile {width: 250px;}

#mainmenu-mobile .level_1 > li > a,
#mainmenu-mobile .level_1 > li > span {
    display: block;
    min-height: 10px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px #676767 solid;
    text-decoration: none;
}

#mainmenu-mobile .level_1 > li > a:hover,
#mainmenu-mobile .level_1 > li > span,
#mainmenu-mobile .level_1 > li.trail > a,
#mainmenu-mobile .level_1 > li > a.active {
    color: #007b68;
}

#mainmenu-mobile .level_2 > li > a,
#mainmenu-mobile .level_2 > li > span {
    display: block;
    min-height: 10px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px #676767 solid;
    text-decoration: none;
}

#mainmenu-mobile .level_2 > li > a:hover,
#mainmenu-mobile .level_2 > li > span,
#mainmenu-mobile .level_2 > li.trail > a,
#mainmenu-mobile .level_2 > li > a.active {
    color: #007b68;
}


/* mod_navigation (mainmenu)
------------------------------------------------- */
#mainmenu {
    width: 218px;
	overflow: visible;
}



#mainmenu .level_1 > li {float: left;}

#mainmenu .level_1 > li > a,
#mainmenu .level_1 > li > strong {
    display: block;
    width: 218px;
    padding: 15px 30px;
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
    background: url(../../files/layout/bg-menu.jpg) repeat-x left center;
    background-color: #00365d;
    clip-path: inset(3px 0 2.5px 0);
}

#mainmenu .level_1 > li > a:hover,
#mainmenu .level_1 > li > strong,
#mainmenu .level_1 > li.trail > a,
#mainmenu .level_1 > li > a.active {
    background: #a5a5a5;
    background: #737373;
}

#mainmenu .level_1 > li > a.last,
#mainmenu .level_1 > li > strong.last {
    padding-right: 0;
    margin-right: 0;
}

#mainmenu .menu-layer {
    width: 100%;
    height: 300px;
}

/*#mainmenu .level_1 li:hover .level_2 {display: block;}*/

#mainmenu .level_2 {
    display: none;
    margin-top: -2px;
}

#mainmenu .level_2 > li {}

#mainmenu .level_2 > li > a,
#mainmenu .level_2 > li > strong {
    display: block;
    width: 218px;
    padding: 7px 30px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 100;
    color: #ffffff;
    background: url(../../files/layout/bg-menu.jpg) repeat-x left center;
}

#mainmenu .level_2 > li > a:hover,
#mainmenu .level_2 > li > strong,
#mainmenu .level_2 > li.trail > a,
#mainmenu .level_2 > li > a.active {
    background: #a5a5a5;
    background: #737373;
}

/*#mainmenu .level_2 > li > a.last,
#mainmenu .level_2 > li > span.last {
    padding-right: 0;
    margin-right: 0;
}*/

/* mod_serach (field)
------------------------------------------------- */
#search {
    position: absolute;
    top: 22px;
    right: 5px;
}

#search br {display: none;}

#search label {
    float: left;
    line-height: 25px;
    margin-right: 10px;
    font-size: 11px;
}

/* #search input.text {
    float: left;
    width: 200px;
    height: 22px;
    border: 1px solid #E1DFDA;
	padding: 3px;
}

#search .submit_container {
    float: left;
    margin-top: 0;
}

#search .submit_container input.submit {
    padding: 0;
    display: block;
    background: url(../../files/layout/icon-search.jpg) no-repeat center center;
    text-indent: -9999em;
    width: 20px !important;
    height: 22px;
} */

#search input {
    float: left;
    width: 200px;
    height: 22px;
    border: 1px solid #E1DFDA;
	padding: 3px;
}

#search .widget-submit,
#search .widget-text {
    float: left;
    margin-top: 0;
}

#search .widget-submit .submit {
    padding: 0;
    display: block;
    background: url(../../files/layout/icon-search.jpg) no-repeat center center;
    text-indent: -9999em;
    width: 20px !important;
    height: 22px;
}

/* wrapper
------------------------------------------------- */
#wrapper {
    width: 940px;
    margin: 0 auto;
    margin-bottom: 200px;
}

/* header
------------------------------------------------- */
#header {margin-bottom: 1px;}

#header .inside {}

#header .header {height: 70px;}

/* custom
------------------------------------------------- */
#custom {}
#custom .inside {}

/* logo
------------------------------------------------- */
#logo {
    background: url(../../files/layout/bg-header.jpg) repeat-x;
}

#logo, #logo * {
    display: block;
    line-height: 0;
}

#logo h3 {
    position: absolute;
    right: 60px;
    bottom: 33px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 100;
}

/* container
------------------------------------------------- */
#container {
    min-height: 400px;
    background-attachment: fixed !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
}

/* main
------------------------------------------------- */
#main {
    margin-top: 20px;
}

#main .inside {
    width: 617px;
    background: url(../../files/layout/bg-content-top.png) no-repeat;
    margin-left: 53px;
    padding-top: 9px;
    position:relative;
}

#main .mod_article {
    width: 617px;
    min-height: 609px;
    background: url(../../files/layout/bg-content.png) repeat-y;
    padding: 0 34px 60px 34px;
}

#main .zuruck_button {
	position:absolute;
	bottom:30px;
	left:34px;
	}
	
#main .zuruck_button a {text-decoration:none;font-weight:bold;}	

/* right
------------------------------------------------- */
#right {}
#right .inside {}

/* left
------------------------------------------------- */
#left {}
#left .inside {}

/* footer
------------------------------------------------- */
#footer {
    background: url(../../files/layout/bg-footer.jpg) repeat-x left top;
    padding: 20px 59px 20px 32px; 
}

#footer p {
    /* color: #8e8b85; */
}

#footer .content-text.bg-white {
    background: #ffffff;
    padding: 20px;
}

#footer .inside {}
#footer .footer {}

/* =============================================================================
 * "ce_" & "mod_" - elements
 * ========================================================================== */

/* ce_gallery
------------------------------------------------- */
#main .content-gallery ul, #main .content-gallery ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main .content-gallery ul li {margin-right: 2%;}

/* ce_downloads
------------------------------------------------- */
#main .content-downloads ul, #main .content-downloads ul li {
    padding: 0;
    margin: 0;
}

/* mod_search
------------------------------------------------- */
.mod_search form {display: none;}

/* mod_subscribe
------------------------------------------------- */
#main .mod_subscribe p.error {float: none;}
#main .mod_subscribe input.text {float: none;}
#main .mod_subscribe input.submit {display: block;}

/* mod_newslist
------------------------------------------------- */
#main .mod_newslist .layout_latest p.info {
    margin-bottom: 0;
}

/* =============================================================================
 * OWN STYLES
 * ========================================================================== */

#cookiebar button{
	background-color: #00355d;
}

.mm-listview {
    font-size: 14px;
}

.mm-listview>li>strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    background: #fff;
	color: #00355d;
}



.mm-listview>li.trail,
.mm-menu .mm-listview > li.mm-listitem.mm-listitem--selected>a:not(.mm-btn--next),
.mm-menu .mm-listview > li.mm-listitem.mm-listitem--selected>span {
    background: #fff;	
	color: #00355d;
	font-weight: bold;
}

.mm-listview>li>a:not(.mm-btn--next),
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-listview * {
    color: rgba(0,0,0,.75) !important;
    font-weight: 400;
    -webkit-font-smoothing: initial;
}

.mm-navbar {
    border-bottom: none;
    min-height: 41px;
}


.sr-only {
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0, 0, 0, 0) !important;
    white-space:nowrap !important;
    border:0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important
}

.mm-menu--opened {
    display: block !important;
}

#wrapper {
    min-height: unset;
    margin-bottom: 0;
}

#footer .notdienstnummer {
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    color: #00355d;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

#article-1 {
    padding-top: 97px !important;
}

#logo {
    background-color: #00365d;
}

.mm-navbar__title * {
    color: rgba(0, 0, 0, 0.75);
}

#wrapper {
    margin-bottom: 0 !important;
}