/* 1025px */
@media screen and (min-width: 64.0625em) {
    .tooltip:hover .flyout_wrapper,
    .tooltip:active .flyout_wrapper {
        left: -10px;
    }
}

/* 900px */
@media screen and (max-width: 56.25em) {
    .post_it {
        width: 100%;
    }

    .page_footer {
        width: 100%;
        padding: 17px 20px 0;
    }

    .page_footer .footer_logo {
        right: 20px;
    }
}


/* 860px */
@media screen and (max-width: 53.75em) {
    .mod_teaser_list li {
        width: 50%;
        padding-right: 50px;
    }

    .intro .intro_text {
        padding: 0 10%;
        font-size: 1.5714em; /* 22px */
        line-height: 1.2727em; /* 28px */
        text-align: center;
    }
    
    .main_section .slider_headline {
        display: block;
        margin-bottom: -33px;
        text-align: center;
    }

    .rotator {
        height: auto;
        margin-bottom: 35px;
    }

    .rotator #rot1 {
        position: relative;
        overflow: hidden;
        padding-bottom: 37%;
    }

    .rotator #rot1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
    }

    .rotator #rotmenu {
        position: static;
        top: auto;
        right: auto;
        width: auto;
        height: 52px;
        background: none;
    }
    
    .rotator .heading h1 {
        font-size: 1.0666em; /* 16em */
        line-height: 1em;
        color: #666;
    }
    
    .rotator .description p {
        font-size: 0.9333em; /* 14px */
        line-height: 1.2857em; /* 18px */
    }
    
    .rotator #rotmenu li {
        background: none;
    }

    .rotator #rotmenu li a,
    .rotator #rotmenu li .active {
        padding: 10px 0;
        margin: 0;
        font-size: 20px; /* 16px */
        line-height: 1.125em; /* 18px */
        font-weight: 600;
        text-shadow: none;
        color: #d08f0b;
        text-align: center;
    }
    
    .rotator #rotmenu li br { display: none; }

    .rotator #rotmenu li a { display: none; }
    .rotator #rotmenu li .active { display: block; }

    .rotator #rotmenu li .active {
        background: #fff;
    }
    
    .rotator #rotmenu li a:hover {
        background: #fff;
    }

    .rotator #rotmenu li .active:after {
        display: none;
    }
    
    .secondary_headline,
    .main_section h1.secondary_headline {
        font-size: 1.4285em; /* 20px */
    }
}


/* 840px */
@media screen and (max-width: 52.5em) {
    .col1 {
        float: none;
        display: block;
        width: auto;
        padding: 0;
    }

    .col2 {
        float: none;
        display: block;
    }

    .cols2 .col1,
    .cols2 .col2 {
        width: auto;
    }

    .col2 .sidebar {
        margin-top: 0;
    }
    
    .sidebar .mod_teaser_box { display: none; }

    .start_teaser .col1,
    .start_teaser .col2,
    .start_teaser .col3 {
        overflow: hidden;
        float: none;
        display: block;
        width: auto;
        padding: 0;
    }

    .start_teaser .col1,
    .start_teaser .col3 {
        padding-bottom: 15px;
    }

    .start_teaser .col2,
    .start_teaser .col3 {
        padding-top: 15px;
        border-top: 1px dotted #a1a7ac; 
    }

    .start_teaser .mod_teaser_img_text .img_container {
        float: left;
        display: inline;
        width: 40%;
        margin: 0 20px 0 0;
    }
    
    .mod_article .article_head h1 {
        font-size: 2.1428em; /* 30px */
        line-height: 1.1333em; /* 34px */
    }
    
    .mod_article .article_head h2 {
        font-size: 1.2857em; /* 18px */
        line-height: 1.4444em; /* 26px */
        margin-bottom: 35px;
    }
    
    .mod_article > h3 {
        font-size: 1.5714em; /* 22px */
        line-height: 1.3636em; /* 30px */
    }
    
    .mod_article > h4 {
        font-size: 1.4285em; /* 20px */
    }
    
    .mod_article p,
    ol,
    address {
        font-size: 1.2857em; /* 18px */
        line-height: 1.4444em; /* 26px */
        margin-bottom: 25px;
    }
    
    .mod_teaser_box {
        font-size: 1.1428em; /* 16px */
        line-height: 1.3125em; /* 21px */
    }
    
    .post_it {
        float: none;
        display: block;
        height: auto;
        min-height: 192px;
        margin: 0 auto;
    }
    
    .post_it .message {
        height: auto;
    }
    
    .post_it .message p {
        position: static;
        bottom: auto;
        left: auto;
        font-size: 1em; /* 14px */
        line-height: 1.2857em; /* 18px */
    }
    
    .mod_feature_list .feature_list img {
        width: 100%;
        max-width: none;
    }


    /*
     **********************************************************************************
     *
     * Subnav
     *
     *
     */

    .submenu {
        position: absolute;
        top: 220px;
        left: 0;
        width: 100%;
    }

    .submenu h1 {
        position: relative;
        display: block;
        margin-bottom: 0;
        border-top: 1px solid #c0c8cc;
        border-bottom: 1px solid #c0c8cc;
        padding: 12px 25px 12px 12px;
        font-weight: 700;
        background: #e6eef3;
        background: -moz-linear-gradient(left,  #f9fbfd 0%, #e6eef3 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9fbfd), color-stop(100%,#e6eef3));
        background: -webkit-linear-gradient(left,  #f9fbfd 0%,#e6eef3 100%);
        background: -o-linear-gradient(left,  #f9fbfd 0%,#e6eef3 100%);
        background: -ms-linear-gradient(left,  #f9fbfd 0%,#e6eef3 100%);
        background: linear-gradient(to right,  #f9fbfd 0%,#e6eef3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbfd', endColorstr='#e6eef3',GradientType=1 );
        color: #333;
    }

    .submenu h1:after {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 35px;
        height: 32px;
        background: transparent url(../images/spr_icons.png) no-repeat scroll 0 -1040px;
        content: '';
    }

    .submenu.expanded h1:after {
        background-position: 0 -1120px;
    }

    .submenu ul { display: none; }
    .submenu.expanded ul { display: block; }

    .submenu > ul > .active {
        background: #e6eef3;
        background: -moz-linear-gradient(left,  #f9fbfd 0%, #e6eef3 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9fbfd), color-stop(100%,#e6eef3));
        background: -webkit-linear-gradient(left,  #f9fbfd 0%,#e6eef3 100%);
        background: -o-linear-gradient(left,  #f9fbfd 0%,#e6eef3 100%);
        background: -ms-linear-gradient(left,  #f9fbfd 0%,#e6eef3 100%);
        background: linear-gradient(to right,  #f9fbfd 0%,#e6eef3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbfd', endColorstr='#e6eef3',GradientType=1 );
    }

    .submenu li a {
        padding: 12px 25px 12px 12px;
        background: #fff url(../images/bg_menu_arrow_right_off.png) no-repeat scroll right center;
    }
    
    .submenu > ul > li > a { font-weight: 700; }

    .submenu li ul a {
        padding: 12px 25px 12px 24px;
        background: #fff url(../images/bg_menu_arrow_right_off.png) no-repeat scroll right center;
    }

    .submenu ul > .active > a,
    .submenu ul > .active > ul > .active > a {
        background: transparent url("../images/bg_menu_arrow_right.png") no-repeat scroll right center;
    }

    .submenu ul > .active > ul > .active > a {
        font-weight: 700;
        color: #333;
    }
    
    .submenu .active ul { display: block; }


    /*
     **********************************************************************************
     *
     * Modul Visual
     *
     *
     */
     
     
    .mod_visual .img_container {
        overflow: hidden;
        position: relative;
        padding-bottom: 37%;
    }

    .mod_visual .img_container img {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
    }

    .mod_visual .visual_text {
        position: static;
        top: auto;
        left: auto;
        padding: 10px;
        background: none;
    }

    .mod_visual .visual_text p {
        width: auto;
    }


    /*
     **********************************************************************************
     *
     * Tooltip
     *
     *
     */
    
    .tooltip { position: static; }
     
    .tooltip .flyout_wrapper {
        position: fixed;
        top: 30%;
        width: 100%;
    }
    
    .tooltip.toggled .flyout_wrapper { left: 0; }
    
    .tooltip .flyout {
        top: 0;
        bottom: auto;
        width: 90%;
        margin-left: 5%;
    }

    .tooltip .flyout:after {
        border: 0 none;
    }
}


/* 815px */
@media screen and (max-width: 50.9375em) {
    .submenu {
        top: 150px;
    }
    
    .header_wrapper:after {
        top: 109px;
        bottom: auto;
    }

    .page_header {
        padding-top: 80px;
        background-size: auto 130px;
    }

    .page_header .logo {
        top: 8px;
    }

    .page_header .top_nav { display: none; }

    .page_header .navigation_wrapper:after {
        width: 100%;
    }

    .page_header .navigation_wrapper .show_more { display: block; }

    .page_header .navigation_wrapper .show_more a {
        display: block;
        visibility: visible;
    }

    .page_header .main_nav {
        display: none;
        visibility: hidden;
    }

    .page_header .navigation_wrapper:after {
        bottom: auto;
        top: 39px;
    }

    .page_header .main_nav .imprint,
    .page_header .main_nav .agb {
        display: inline;
    }
}


/* 730px */
@media screen and (max-width: 45.625em) {
    .page_footer .meta_nav {
        overflow: hidden;
        margin-bottom: 5px;
    }

    .page_footer .copy {
        float: none;
        display: block;
        text-align: center;
    }
    
    .concept_teaser {
        position: relative;
        padding-bottom: 273px;
    }
    
    .concept_teaser img {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -435px;
        width: auto;
        height: 100%:
    }
}


/* 640px */
@media screen and (max-width: 40em) {
    .mod_teaser_list {
        padding-top: 20px;
        background: none;
    }

    .mod_teaser_list li {
        width: 33.3%;
        height: auto;
        padding: 10px 20px 0 0;
    }

    .mod_teaser_list .mod_teaser_columnar img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mod_teaser_list .mod_teaser_columnar .teaser_content .title {
        min-height: 26px;
        font-size: 0.8571em; /* 12px */
        text-align: center;
    }

    .mod_teaser_list .mod_teaser_columnar .teaser_content p,
    .mod_teaser_list .mod_teaser_columnar .teaser_content span {
        display: none;
    }

    .subcols .col {
        float: none;
        display: block;
        width: auto;
        padding: 0;
    }
    
    .post_it {
        width: 400px;
    }
    
    figure,
    figure.float_left,
    figure.float_right {
        float: none;
        display: block;
        max-width: none;
        margin: 0;
    }
}


/* 570px */
@media screen and (max-width: 35.625em) {
    .start_teaser .mod_teaser_img_text .img_container {
        position: relative;
        width: 28.57%;
        padding-bottom: 28.57%;
        overflow: hidden;
    }

    .start_teaser .mod_teaser_img_text .img_container img {
        position: absolute;
        width: auto;
        height: 100%;
        top: 0;
        left: -50%;
    }
    
    .rotator #rotmenu {
        height: 65px;
    }

    .rotator .description { display: none; }

    .rotator #rotmenu li a,
    .rotator #rotmenu li .active {
        font-size: 1.2857em; /* 18px */
        line-height: 1.2222em; /* 22px */
    }

    .mod_feature_list .feature_list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }


    /*
     **********************************************************************************
     *
     * Modul Premium Teaser
     *
     *
     */
    
    .mod_teaser_premium {
        overflow: visible;
        width: 400px;
        min-height: 192px;
        margin: 0 auto;
        border: 1px solid #004175;
        padding: 18px 20px;
        background: #004b88;
        background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%), #004b88;
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))), #004b88;
        background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%), #004b88;
        background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%), #004b88;
        background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%), #004b88;
        background: radial-gradient(ellipse at center,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%), #004b88;
        background-position: -40px 0;
        color: #fff;
    }
    
    .mod_teaser_premium:before {
        top: -1px;
        right: -1px;
        width: 23px;
        height: 23px;
    }
    
    .mod_teaser_premium:after {
        top: -1px;
        right: -1px;
        border-right: 24px solid white;
        border-bottom: 24px solid transparent;
    }
    
    .mod_teaser_premium header {
        position: static;
    }

    .mod_teaser_premium header h1 {
        margin: 0 0 16px;
        padding: 0;
        font-size: 1.4285em; /* 20px */
        line-height: 1.2em; /* 24px */
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .mod_teaser_premium header h2 {
        margin: 0 0 2px;
        font-size: 1em; /* 14px */
        line-height: 1.1428; /* 16 */
        font-weight: 400;
        color: #a4c0d6;
    }
    
    .mod_teaser_premium .img_container {
        margin-bottom: 10px;
        padding-bottom: 50%;
    }
    
    .mod_teaser_premium .teaser_content {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
    }
    
    .mod_teaser_premium .teaser_content p { margin: 0; }
    
    .mod_teaser_premium .teaser_content .link_in {
        display: block;
        width: 95px;
        font-size: 0.8571em; /* 12px */
        line-height: 1.1666em; /* 14px */
        margin-top: 10px;
    }
}


/* 530px */
@media screen and (max-width: 33.125em) {
    .intro .intro_text {
        padding: 0 5%;
        font-size: 1.2875em;/* 18px */
        line-height: 1.3333em; /* 24px */
    }

    .mod_article .article_head h1 {
        font-size: 1.7142em; /* 24px */
        line-height: 1.3333em; /* 32px */
    }

    .mod_article img,
    .mod_article img.float_left,
    .mod_article img.float_right,
    .lightbox.float_left,
    .lightbox.float_right {
        width: 100%;
        max-width: none;
    }

    .mod_visual .visual_text h1 {
        margin-bottom: 10px;
        font-size: 1.2857em; /* 18px */
        line-height: 1.3333em; /* 24px */
        text-align: center;
    }

    .mod_visual .visual_text p {
        font-size: 1em; /* 14px */
        line-height: 1.2857em; /* 18px */
        text-align: center;
    }

    .page_footer {
        padding: 17px 0 0;
    }

    .page_footer .meta_nav {
        width: 310px;
        margin: 0 auto 5px;
    }

    .page_footer .meta_nav .login {
        clear: both;
        float: none;
        display: block;
        text-align: center;
        padding-top: 5px; 
    }

    .page_footer .meta_nav .login a {
        border: 0 none;
    }

    .page_footer .meta_nav li:first-child a {
        padding: 0 15px;
    }

    .page_footer .footer_logo {
        top: 85px;
        left: 50%;
        right: auto;
        margin-left: -74px;
    }
}


/* 500px */
@media screen and (max-width: 31.25em) {
    .page_header .navigation_wrapper.expanded .main_nav li {
        overflow: hidden;
        float: none;
        display: block;
        width: auto;
        height: 20px;
    }
}


/* 460px */
@media screen and (max-width: 28.75em) {
    form .half {
        float: none;
    }

    .mod_teaser_columnar img {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mod_teaser_columnar.full img {
        float: left;
        display: inline;
        width: 28%;
        margin: 0 20px 0 0;
    }
    
    .post_it,
    .mod_teaser_premium {
        width: 100%;
    }
}


/* 440px */
@media screen and (max-width: 27.5em) {
    .main_wrapper {
        padding: 0 10px;
    }

    .breadcrumb {
        padding: 0 10px;
    }

    .start_teaser .mod_teaser_img_text .img_container {
        margin-right: 10px;
    }

    .btn_list li {
        float: none;
        display: block;
    }

    .btn_list .btn {
        width: 100%;
        text-align: center;
    }
}


/* 400px */
@media screen and (max-width: 25em) {
    .start_teaser .mod_teaser_img_text .img_container {
        float: none;
        display: block;
        margin: 0 0 15px 0;
        width: auto;
        padding: 0;
    }

    .start_teaser .mod_teaser_img_text .img_container img {
        position: static;
        width: 100%;
        height: auto;
    }
    
    .start_teaser .mod_teaser_img_text p {
        font-size: 1.1428em; /* 16px */
        line-height: 1.375em; /* 22px */
    }
    
    .secondary_headline,
    .main_section h1.secondary_headline {
        font-size: 1.2857em; /* 18px */
        line-height: 1.2222em; /* 22px */
    }
}


/* 375px */
@media screen and (max-width: 23.4375em) {
    .startpage .secondary_headline { text-align: center; }

    .mod_teaser_img_text .secondary_headline { text-align: left; }

    .page_header .mobile_nav .normamed_nav {
        visibility: hidden;
        display: none;
    }

    .page_header .mobile_nav .show_more {
        float: right;
    }

    .page_header .mobile_nav .level_2 li {
        float: none;
        width: auto;
    }

    .mod_teaser_columnar.full img {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }

    .mod_teaser_columnar.full .teaser_content {
        margin: 0;
    }
}


/* 330px */
@media screen and (max-width: 20.625em) {
    .mod_article p,
    ol,
    address {
        line-height: 1.3333em; /* 24px */
    }
}