/**
 * Reset style sheet from Eric Meyer
 *
 * @copyright       Eric Meyer
 * @license         Public Domain
 * @link            http://meyerweb.com/eric/tools/css/reset/
 */

@media all {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;

    }

    body {
        line-height: 1;
    }

    ol, ul {
        list-style: none;
    }

    blockquote, q {
        quotes: none;
    }

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

    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }

    /* remember to highlight inserts somehow! */
    ins {
        text-decoration: none;
    }

    del {
        text-decoration: line-through;
    }

    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}

#colorbox {
}

#cboxContent {
    margin-top: 20px;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    display: none !important;
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../images/colorbox_theme3/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../images/colorbox_theme3/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxLoadingGraphic {
    background: url(../images/colorbox_theme3/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../images/colorbox_theme3/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

/*
	
	#c4cdbc
	
	#737660
	
	#993300
	
*/
body {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 0px;
    background: #c4cdbc;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
}

* {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;

}

h1 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.5em;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.5em;
}

a {
    color: #993300;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p, li, a {
    font-size: 15px;
    line-height: 1.5em;
}

p a.more {
    width: 55px;
    display: inline-block;
    background-image: url(../images/symbol_more_link.gif);
    background-repeat: no-repeat;
    background-position: right 7px;
    font-weight: bold;
    color: #993300;
}

p a.more:hover {
    background-position: right -6px;
    color: #737660;
}

br.clearleft {
    clear: left;
}

.clearer {
    position: relative;
    overflow: hidden;
    clear: both;
}

div.center {
    text-align: center;
}

div.center div {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

/* 
 ----------------------------
 --- box_top 
 ----------------------------
*/

#box_top {
    position: relative;
    width: 980px;
    height: 130px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 3px solid #eee;
}

#box_top .logo {
    position: relative;
    float: left;

}

#box_top .navi {
    position: relative;
    float: left;
    width: 680px;
    height: 130px;

}

#box_top .navi ul {
    list-style: none;

}

#box_top .navi ul li {
    float: left;

}

#box_top .navi ul li a {
    display: block;
    width: 170px;
    height: 130px;
    background: #aaa;
    text-indent: 10px;
    text-decoration: none;
    background-image: url(../images/bg_navi.png);

}

#box_top .navi ul li a:hover {
    background: #efefef;
    color: #111;
    background-image: url(../images/bg_navi_over.png);
}

#box_top .navi ul li a span {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#box_top .navi ul li a:hover span {
    color: #777;
}

/* 
 ----------------------------
 --- box_teaser 
 ----------------------------
*/

#box_teaser {
    position: relative;
    width: 980px;
    height: 160px;
    background: #fff;
    overflow: hidden;
    border-top: 2px solid #eee;
    border-bottom: 3px solid #eee;
}

#box_teaser ul {
    list-style: none;

    margin: 0;
    padding: 0;

}

#box_teaser ul li {
    float: left;

}

#box_teaser ul li p strong {
    color: #666;
    font-size: 15px;
    line-height: 2em;
}

#box_teaser ul li div {
    display: block;
    overflow: hidden;
    height: 140px;
    width: 160px;
}

#box_teaser ul li img {
    z-index: 100;
    position: absolute;

}

#box_teaser ul li p {
    margin: 0;
    padding: 0;
    width: 300px;
    display: block;
    margin-left: 170px;

    font-size: 15px;
    line-height: 1.5em;
    margin-top: 5px;
}

#teaser_1 {
    width: 500px;
}

/*
 ----------------------------
 --- box_bottom 
 ----------------------------
*/

#box_bottom {
    position: relative;
    width: 980px;
    margin-top: 10px;
    font-size: 11px;

}

#box_bottom .copyright {
    font-size: 15px;
    float: left;
    color: #666;
}

#box_bottom .navi {
    float: right;
}

#box_bottom .navi ul {
    list-style: none;
}

#box_bottom .navi ul li {
    float: left;
}

#box_bottom .navi ul li a {
    text-decoration: none;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    color: #666;
}

#box_bottom .navi ul li a:hover {
    color: #333;
}

/*
 ----------------------------
 --- box_middle
 ----------------------------
*/

#box_middle {
    position: relative;
    width: 980px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#box_middle .content {
    position: relative;
    float: left;
    width: 980px;
    background: #fff;
}

#box_middle .content_left {
    position: relative;
    float: left;
    padding: 20px;
    width: 650px;
}

#box_middle .content_right {
    position: relative;
    float: left;
    width: 250px;
    padding: 20px;
}

#box_middle .c550 {
    width: 550px;
}

#box_middle .c450 {
    width: 450px;

}

#box_middle .content_full {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;

}

#box_middle .lead_image {
    position: relative;
    z-index: 1;
    width: 980px;
    height: 500px;
    display: block;
    background-color: #fff;
}

#box_middle .lead_text {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

#box_middle .lead_text h1 {
    color: #8f9c83;
}

#box_middle .lead_text ul,
#box_middle .content_left ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}


#box_middle .gallery_row,
#box_middle .gallery_row div {
    position: relative;
    float: left;
}

#box_middle .gallery_thumb {
    margin-right: 15px;
    margin-bottom: 15px;
}

#box_middle .special_thumb {
    margin-bottom: 5px;
}

#box_middle .special_thumb_subline {
    font-size: .8em;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}


#box_middle p,
#box_middle a,
#box_middle li {
    font-size: 15px;
    line-height: 1.5em;
}

#box_middle p,
#box_middle a {
    margin: 14px 0;
}

#box_middle .slideshow_container {
    position: relative;

    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 0px;

}

#box_middle .slideshow_container .slideshow {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;

}

#box_middle .slideshow_container .slideshow .slideshow_item {
    position: relative;
    padding: 0;
    margin: 0;
    width: 250px;
    height: 150px;

}

#box_middle .slideshow_container .slideshow .slideshow_item img {
    padding: 0px;
    margin: 0px 25px 0px 25px;
    border: 1px dotted #aaa;
}

#box_middle .slideshow_container .slideshow .slideshow_item h3,
#box_middle .slideshow_container .slideshow .slideshow_item p {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    text-align: center;
}

#box_middle .slideshow_container .slideshow .slideshow_item p.desc {
    text-align: center;
}

/*
 *******************************************************************************
 * images *
 *******************************************************************************
 */

img.Image_Article_Left {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
}

img.Image_Article_Right {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.marginal-nachfolger-gesucht {
    position: relative;

    background-color: #DC143C;

    width: 100%;
    border-radius: 10px;

}

.home-nachfolger-gesucht {
    position: absolute;
    z-index: 10;
    background-color: #DC143C;

    top: 20px;
    right: 20px;
    border-radius: 10px;

}

.home-nachfolger-gesucht a,
.marginal-nachfolger-gesucht a{
    text-align: center;
    color: white;
    font-size: 20px !important;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.home-sonderaktion {
    position: absolute;
    z-index: 10;
    background-color: #DC143C;

    top: 20px;
    right: 20px;
    border-radius: 10px;
    color: #fff;

    padding: 10px 20px;
    max-width: 400px;
}



.marginal-sonderaktion {
    position: relative;

    background-color: #DC143C;

    border-radius: 10px;
    color: #fff;

    padding: 20px;
}


.home-sonderaktion sub,
.marginal-sonderaktion sub {
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
}

.home-sonderaktion-fussnote {
    border-bottom: 1px solid #aaa;
    text-align: right;
    font-size: .9em;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.home-corona {
    position: absolute;
    z-index: 10;
    background-color: #DC143C;

    top: 20px;
    right: 20px;
    border-radius: 10px;
    color: #fff;

    padding: 10px 20px;
    max-width: 400px;
}

.sub-corona {
    position: relative;

    background-color: #DC143C;

    border-radius: 10px;
    color: #fff;

    padding: 10px 20px;
}

.home-corona p,
.sub-corona p {
    color: #fff;
    margin: 0;
    line-height: 1.3em !important;
}