/* -- Hilfsklassen  -------------------------*/

.h_010,
.h_020,
.h_10_s_20,
.h_20_s_10,
.h_40_s_20 {
    clear: both;
    height: 1px;
}

.h_010 {
    height: 10px;
}

.h_020 {
    height: 20px;
}

.h_10_s_20 {
    height: 10px;
}

.h_20_s_10 {
    height: 20px;
}

.h_40_s_20 {
    height: 40px;
}

.content_trenner {
    margin: 30px 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.size_f_28 {
    font-size: 28px;
    line-height: 26px !important;
}

.size_f_64 {
    font-size: 64px;
    line-height: 66px;
}

.no_underline, .no_underline:hover {
    text-decoration: none;
}

.show_s {
    display: none;
}

.margin_0 {
    margin: 0 !important;
}

em {
    font-style: italic;
}

.content_anchor {
    display: block;
    margin-top: -44px;
    padding-top: 44px;
    visibility: hidden;
}

/* -- Bildpositionierung  -------------------*/

figure {
    margin: 0;
    padding: 0;
}

[class*="img_col-"] {
    float: left;
    margin-bottom: 15px;
}

.img_col-1-1 {
    padding-right: 0;
    width: 100%;
}

.img_col-1-2 {
    margin-right: 4%;
    padding-right: 0;
    width: 48%;
}
.img_col-1-3 {
    margin-right: 3%;
    padding-right: 0;
    width: 31.3%;
}
.img_col-1-4 {
    margin-right: 2%;
    padding-right: 0;
    width: 23.5%;
}
.img_col_last {
    margin-right: 0;
}

img {
    display: block;
    height: auto;
    margin: 0 auto; /* Bugfix fuer Bilder, die sich nicht komplett aufziehen */
    max-width: 100%;
}

.header img {
    margin: 0; /* Bugfix fuer Bugfix im Header  */
}

.img_right {
    float: right;
    margin: 0 0 0 20px;
}

.img_left, .img_tipp {
    float: left;
    margin: 0 20px 0 0;
}

.img_top, .img_bottom {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.img_25 {
    width: 25%;
}

.img_33 {
    width: 33%;
}

.img_50 {
    width: 50%;
}

.img_100, .img_0 {
    width: 100%;
}

.img_25 picture img, .img_33 picture img, .img_50 picture img, .img_100 picture img {
    margin: 0 auto;
}

.img_caption {
    font-size: 10px;
    line-height: 15px;
}

.infographic_wrapper a {
    display: block;
    position: relative;
}

.infographic_wrapper.light a::after, .infographic_wrapper.dark a::after {
    bottom: 20px;
    color: #ffffff;
    content: '\e116';
    cursor: pointer;
    font-family: "t3_content";
    font-size: 31px;
    position: absolute;
    right: 15px;
}

.infographic_wrapper.dark a::after {
    color: #000000;
}

.teaser_header {
    color: #777777;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* -- Teaser  ------------------------------*/

.teaser_box_01 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 0;
}

.teaser_box_01::after, .teaser_box_content::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.teaser_box_content {
    padding: 10px 18px 20px;
}


.teaser_box::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.teaser_box {
    border: 1px solid #999;
    text-align: center;
}

.teaser_box a {
    text-decoration: none;
}

.teaser_box .tb_title {
    display: block;
    font-weight: 600;
    margin: 10px 2px;
}

.article_link a, .article_link a:hover {
    text-decoration: none;
}

.article_link .link_01 {
    color: #e65100;
}

.article_link:hover .link_01 {
    color: #333333 !important;
}

/* -- Listen  -------------------------------*/

.linklist_icon_01,
.linklist_icon_02,
[class*="textlist_icon_"] {
    display: table;         /* temp. Bugfix für floating-Problem */
    line-height: 1.6em;
}

ul.textlist_icon_04 li, ul.textlist_icon_05 li,
ul.textlist_icon_06 li, ul.textlist_icon_07 li,
ul.textlist_icon_08 li {
    list-style-type: none;
}

ul.textlist_icon_04 li, ul.textlist_icon_07 li,  ul.textlist_icon_08 li {
    margin-bottom: 5px;
    margin-left: 20px;
    text-indent: -20px;
}

ul.textlist_icon_04 li::before {
    color: #f33;
    content: "\e119";
    font-family: "t3_content";
    font-size: 16px;
    line-height: 24px;
    padding: 0 6px 0 0;
}

ul.textlist_icon_05 li::before, ul.textlist_icon_06 li::before {
    color: #ffcc00;
    content: "\e110";
    font-family: "t3_content";
    font-size: 8px;
}

ul.textlist_icon_06 li::before {
    color: #666;
    line-height: 24px;
    top: -2px;
}

ul.textlist_icon_05 li, ul.textlist_icon_06 li {
    margin-bottom: 5px;
    margin-left: 16px;
    text-indent: -15px;
}

ul.textlist_icon_07 li::before, ul.textlist_icon_08 li::before {
    color: #ffcc00;
    content: "\e111";
    font-family: "t3_content";
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px 0 0;
}

ul.textlist_icon_08 li::before {
    content: "\e112";
    font-family: "t3_content";
}

/* -- Blockquote  ---------------------------*/

blockquote {
    border-left: 4px solid #ccc;
    color: #666;
    font-style: italic;
    margin: 30px 0 30px 20px;
    padding: 0 15px 5px;
}

blockquote p {
    font-size: 16px;
    padding-bottom: 0;
}

blockquote cite {
    font-size: 13px;
    font-style: normal;
    padding-top: 5px;
}


/* -- Inhaltsübersicht  ---------------------*/

.toc_header {
    cursor: pointer;
}

.toc_header .toc_header-title {
    width: 88%;
}

.toc_header .toc_header-title .t3-bookmark {
    padding-right: 8px;
}

.toc_header .teaser_header {
    font-size: 15px;
    padding: 0;
}

.toc_content {
    overflow: hidden;
    transition: 1s;
}

.toc_closed {
    margin-top: 0 !important;
}
.toc_content_closed {
    height: 0;
}

/* -- Accordion  ----------------------------*/

.iw_accordion .accordion_wrapper .accordion_item:nth-of-type(4) {
    animation-delay: 1.25s;
}

.iw_accordion .accordion_wrapper .accordion_item:nth-of-type(5) {
    animation-delay: 1.5s;
}

/* -- Bildergalerie  ------------------------*/

.slider_wrapper {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}

.slider_image-wrapper {
    margin-bottom: 10px;
    max-height: 500px;
    overflow: hidden;
}

.slider_controls {
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    width: 100%;
}

.slider_controls a {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    display: block;
    height: 100px;
    position: absolute;
    text-decoration: none;
    top: 38%;
    width: 32px;
}

.slider_controls .slider_controls-left {
    left: 0;
}

.slider_controls .slider_controls-right {
    margin-left: 0;
    right: 0;
}

.slider_controls a:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
}

.slider_controls i {
    display: block;
    font-size: 35px;
    line-height: 96px;
    margin-right: 3px;
    text-align: center;
}

.slider_controls .slider_controls-right i {
    margin: 0 0 0 3px;
}


/* -- Microslider  --------------------------*/

.microSlider_nav {
    min-width: 45px;
}

.microSlider .active {
    border: 4px solid #ffcc00;
}

.image_browser {
    margin-top: 20px;
}

.progress_bar {
    display: table;
    margin: 22px auto 0;
    width: auto;
}

.unit, .unit_active {
    background-color: #ffffff;
    border: 1px solid #777777;
    float: left;
    height: 5px;
    margin-right: 5px;
    min-height: 10px;
    min-width: 20px;
    width: 10px;
}

.unit_active {
    background-color: #ffcc00;
}



/*--------------------------------------------*\
    - Media-Queries
\*--------------------------------------------*/

@media screen and (max-width: 640px) {

    ul [class*="col_"] {
        margin-bottom: 0;
    }

    .right, .left {
        float: none;
    }

    .h_10_s_20 {
        height: 20px;
    }

    .h_20_s_10 {
        height: 10px;
    }

    .h_40_s_20 {
        height: 20px;
    }

    .show_s {
        display: block;
    }

    .hide_s, .infographic_wrapper.light a::after, .infographic_wrapper.dark a::after {
        display: none;
    }

    .img_right, .img_left, .img_33, .img_50, [class*="img_col-"] {
        float: none;
        margin: 0 auto 20px;
        max-width: 450px;
        width: 100%;
    }

    .slider_image-wrapper {
        max-height: 400px;
    }

    .slider_controls a {
        top: 35%;
    }

    .microSlider, .image_browser {
        display: none;
    }

    .teaser_box {
        margin: 0 auto;
        max-width: 450px;
    }

    table {
        min-width: 600px;
    }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
    .slider_image-wrapper {
        max-height: 280px;
    }
}
