/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
html, body
{
    color: #0e2d4c;
    font-family: 'Lato', sans-serif;
}

/* Header */

#header .mainnavigation
{
    z-index: 5;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: #0e2d4c;
}

#header .mainnavigation ul
{
    display: table;
    margin: 0 auto;
    list-style: none;
    width: 900px;
}

#header .mainnavigation ul li
{
    display: table-cell;
    position: relative;
    height: 50px;
    text-align: center;
    border-left: 1px solid #314c67;
    text-transform: uppercase;
}


#header .mainnavigation ul li.first
{
    border-left: none;
}

#header .mainnavigation ul li:hover,
#header .mainnavigation ul li.active,
#header .mainnavigation ul li.trail
{
    background-color: #ff9600;
}

#header .mainnavigation ul li a,
#header .mainnavigation ul li span
{
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
}

#header .subnavigation
{
    top: 50px;
    z-index: 5;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: #ecebe9;
}

#header .subnavigation ul
{
    margin: 0 auto;
    list-style: none;
    width: 900px;
}

#header .subnavigation ul li
{
    position: relative;
    float: left;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
}

#header .subnavigation ul li.first
{
    border-left: none;
}

#header .subnavigation ul li:hover,
#header .subnavigation ul li.active
{
    background-color: #ffffff;
}

#header .subnavigation ul li a,
#header .subnavigation ul li span
{
    display: block;
    height: 100%;
    padding: 20px 50px 0 50px;
    box-sizing: border-box;
    color: #b7b6b2;
    font-weight: bold;
}

#header .header_bar
{
    width: 100%;
    height: 130px;
    padding: 50px 0 60px 0;
}

#header .header_bar .header_bar_inner
{
    margin: 0 auto;
    padding-top: 70px;
    width: 900px;
}

#header .header_bar
{
    color: #b8b4b1;
    font-weight: bold;
}


#header .logo
{
    width: 46px;
    height: 36px;
}

/* Footer */

#footer
{
    background-color: #ecebe9;
}

#footer .footer_search
{
	margin: 0 auto;
    padding: 30px 0 60px 0;
    width: 780px;
}

#footer .footer_menu
{
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 780px;
}

#footer .footer_menu > li
{
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width: 33.33%;*/
    padding: 0 65px;
    border-right: 1px solid #dcdbd9;
}

#footer .footer_menu > li:first-child
{
	padding: 0 65px 0 0;
}

#footer .footer_menu > li:last-child,
#footer .footer_menu > li.last
{
    border-right: none;
}

#footer .footer_menu > li:last-child
{
	padding: 0;
}

#footer .footer_menu > li li.twitter a
{
	display: block;
	width: 30px;
	height: 30px;
	background: url("../../files/custom/img/icon_twitter.png");
	background-repeat: no-repeat;
}

#footer .footer_menu > li li.twitter span
{
	display: none;
}

#footer .footer_menu > li li.facebook a
{
	display: block;
	width: 30px;
	height: 30px;
	background: url("../../files/custom/img/icon_facebook.png");
	background-repeat: no-repeat;
}

#footer .footer_menu > li li.facebook span
{
	display: none;
}

#footer .footer_menu > li li.twitter,
#footer .footer_menu > li li.facebook
{
	padding-left: 30px;
}

#footer .footer_menu > li li
{
    margin-top: 15px;
}

#footer .footer_menu > li a,
#footer .footer_menu > li span
{
    color: #b7b6b2;
    text-transform: uppercase;
}

/* Container */

#container
{
    margin-bottom: 130px;
}

/* Article */


.article_inner
{
    margin: 0 auto;
    width: 900px;
    padding: 0 0 0 0;
}

.shrink_articles .article_inner
{
    margin: 0 auto;
    width: 780px;
    padding: 0 60px 0 60px;
}

.mod_article ul
{
    list-style: square;
}

.mod_article li
{
    margin-left: 15px;
    line-height: 16px;
}

.column
{
    margin-top: 40px;
    width: 40%;
}

.column.left
{
    float: left;
    width: 45%;
    padding-right: 5%;
}

.column.right
{
    float: left;
    width: 45%;
    padding-left: 5%;
}

/* Teaserbox */

.mod_teaserbox
{
    height: 350px;
    background-size: cover;
    float: left;
}

.mod_teaserbox_inner
{
    padding: 40px;
}

.mod_teaserbox h1,
.mod_teaserbox h2
{
    color: #ffffff;
}

.mod_teaserbox h1
{
    font-size: 26px;
    font-weight: bold;
}

.mod_teaserbox h2
{
    font-size: 16px;
}

.mod_teaserbox p
{
    margin: 30px 0 30px 0;
    color: #ffffff;
}

.mod_teaserbox .text
{
    margin-top: 35px;
}

.mod_teaserbox .list
{
    list-style: none;
    margin-top: 35px;
}

.mod_teaserbox .list li
{
    margin-left: 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ffc066;
}

.mod_teaserbox .list li span
{
    line-height: 22px;
}

.mod_teaserbox .list li:last-child
{
    border-bottom: none;
}

.mod_teaserbox a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.mod_teaserbox .show
{
    text-transform: uppercase;
}

.mod_teaserbox.blue_box
{
    background-color: #1b5992;
}

.mod_teaserbox.blue_box h1 span,
.mod_teaserbox.blue_box h2 span
{
    color: #1b5992;
    background-color: #ffffff;
}

.mod_teaserbox.darkblue_box
{
    background-color: #0e2d4c;
}

.mod_teaserbox.darkblue_box h1 span,
.mod_teaserbox.darkblue_box h2 span
{
    color: #0e2d4c;
    background-color: #ffffff;
}

.mod_teaserbox.orange_box
{
    background-color: #ff9600;
}

.mod_teaserbox.orange_box h1 span,
.mod_teaserbox.orange_box h2 span
{
    color: #ff9600;
    background-color: #ffffff;
}

/* Image Grid */

.image_grid .ce_image
{
    position: relative;
    float: left;
}

.image_grid .ce_image h1
{
    display: none;
    position: absolute;
    bottom: 30px;
}

.image_grid .ce_image figcaption
{
    display: none;
    position: absolute;
    bottom: 10px;
}

.image_grid .ce_image:hover h1,
.image_grid .ce_image:hover figcaption
{
    display: block;
}

/* Programm */

.mod_program
{
    margin-top: 60px;
}

.mod_program .program
{
    margin-left: 60px;
}

.mod_program .day
{
    margin-bottom: 50px;
}

.mod_program .left
{
    position: relative;
    width: 260px;
    height: 200px;
    background-color: #ecebe9;
    text-transform: uppercase;
}

.mod_program .left > *
{
    position: absolute;
}

.mod_program .active .left
{
    background-color: #ff9600;
}

.mod_program .day_name
{
    top: 60px;
    left: 60px;
    display: block;
    color: #b7b6b2;
    font-size: 26px;
}

.mod_program .day_num
{
    top: 90px;
    left: 60px;
    display: block;
    font-size: 46px;
    font-weight: 600;
}

.mod_program .day_month
{
    top: 95px;
    left: 125px;
    font-size: 20px;
}

.mod_program .day_year
{
    top: 115px;
    left: 125px;
    font-size: 20px;
}
/*
.mod_program .right
{
    margin-right: 50px;
}
*/
.mod_program ul
{
    list-style: none;
}

.mod_program ul li
{
    margin: 0;
    width: 230px;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0 20px 0;
}

.mod_program ul li:last-child
{
    border-bottom: none;
}

.mod_program ul li span
{
    display: block;
    margin-top: 10px;
}

.mod_program .active .day_name
{
    color: #ffffff;
}

/* Mediathek */


.mod_mediathek .categories
{
    margin-top: 50px;
}

.mod_mediathek .category
{
    position: relative;
    float: left;
}

.mod_mediathek .category a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.mod_mediathek .category h1,
.mod_mediathek .category h2
{
    position: absolute;
}

.mod_mediathek .category h1 span,
.mod_mediathek .category h2 span
{
    background-color: #ffffff;
    color: #0e2d4c;
}

.mod_mediathek .category h1
{
    top: 40px;
    left: 40px;
}

.mod_mediathek .category h2
{
    top: 70px;
    left: 40px;
}

.mod_mediathek .search_container
{
    float: right;
    margin-top: -30px;
}

.mod_mediathek .mediathek_content
{
    margin-top: 30px;
}

.mod_mediathek .search
{
    padding-left: 50px;
    width: 310px;
    height: 50px;
    border: 0;
    background: url("../../files/custom/img/icon_search.png") 20px center;
    background-repeat: no-repeat;
    background-color: #ecebe9;
}

.intro.shrink
{
	padding: 0 60px 30px 60px;
}

/* SUG */

.mod_sug .sug_content
{
    margin-top: 60px;
}

.mod_sug .column
{
    margin-top: 0;
}

.mod_sug .item_list
{
    margin-top: 40px;
}

.mod_sug .customer
{
    margin-top: 40px;
}

.mod_sug .text
{
    float: left;
    width: 66%;
    line-height: 20px;
}

.mod_sug .linked_video
{
    color: #ff9600;
    margin-top: 20px;
}

.mod_sug .linked_video a
{
    color: #ff9600;
}

.mod_sug .customers,
.mod_sug .videos
{
    margin-top: 60px;
}




/*
.mod_sug .text p
{
    margin: 0 0 10px 0;
}
*/

.mod_sug .contact
{
    float: left;
    padding-left: 5%;
    width: 28%;
}

.mod_sug .contact span
{
    display: block;
    line-height: 24px;
}

.mod_sug .contact .meta
{
    margin-top: 20px;
}

/* Video */

.mediatheke_video .subline
{
    height: 40px;
    background-color: #ecebe9;
}

.mediatheke_video .advertising
{
    text-transform: uppercase;
    width: 100%;
    height: 25px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #ff9600;
    padding-right: 20px;
}

.mediatheke_video .subline .order
{
    height: 40px;
    width: 20%;
    float: right;
    background-color: #ff9600;
}

.mediatheke_video .subline > *
{
    float: left;
    color: #9a9995;
}

.mediatheke_video .subline .order a
{
    display: block;
    margin: 12px 0 0 20px;
    color: #ffffff;
}


.mediatheke_video .subline .title span
{
    display: block;
    margin: 12px 0 0 20px;
    font-weight: 600;
}

.mediatheke_video .like
{
    float: right;
    margin-top: 10px;
    width: 90px;
}

.mediatheke_video .video_text
{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

/* SUG Overview */

.sug_overview ul
{
    width: 25%;
    float: left;
    list-style: none;
}

.sug_overview ul a
{
    color: #0e2d4c;
}

.sug_overview ul li h4
{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Preview Box */

.preview_box
{
    margin-bottom: 20px;
    float: left;
    width: 390px;
}

.preview_box a
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.preview_box a .preview .play
{
    position: absolute;
    width: 140px;
    height: 100px;
    background-image: url("../../files/custom/img/video_play_icon.png");
    background-repeat: no-repeat;
    opacity: 0.8;
}

.preview_box a .preview,
.preview_box a .meta
{
    float: left;
}

.preview_box a .meta
{
    width: 200px;
    margin: 20px 0 0 30px;
}

.preview_box.current a .meta span,
.preview_box.current a .meta p
{
    color: #ff9600;
}

.preview_box a .meta span
{
    color: #1c5992;
}

.preview_box a .meta p
{
    margin: 10px 0 0 0;
}

/* Forms */

form input.text
{
    margin-top: 10px;
    padding-left: 20px;
    width: 330px;
    height: 40px;
    border: 0;
    background-color: #ecebe9;
}

form textarea
{
    margin-top: 10px;
    padding: 20px 0 0 20px;
    width: 330px;
    height: 200px;
    background-color: #ecebe9;
    border: 0;
}

form input.submit
{
    margin-top: 10px;
    padding-left: 20px;
    color: #ffffff;
    width: 350px;
    height: 40px;
    border: 0;
    text-align: left;
    font-weight: 600;
    background-color: #0e2d4c;
}

/* Breadcrumb */

.claim
{
  display: none;
  font-size: 16px;
  line-height: 36px;
}

.hide_breadcrumb .mod_breadcrumb
{
  display: none;
}

.hide_breadcrumb .claim
{
  display: inline;
}

.mod_breadcrumb li
{
    float: left;
    font-size: 14px;
	line-height: 36px;
}

.mod_breadcrumb li:after
{
    content: '\00a0\00a0\00a0»\00a0\00a0\00a0';
}

.mod_breadcrumb li:last-child:after
{
    content: '';
}

/* Pagination */


.pagination
{
    border-top: 1px solid #ecebe9;
    margin-top: 20px;
    padding-top: 10px;
}

.pagination ul
{
    list-style: none;
    margin: 10px 0 5px 0;
}

.pagination p
{
    float: right;
    margin: 10px 0 5px 0;
}

.pagination li
{
    float: left;
    margin: 0 10px 0 0;
}

.pagination li span
{
    color: #ff9600;
}

/* Search Results */

.mod_customer_search_results
{
    margin-top: 40px;
}

.ce_image h1
{
    font-size: 18px;
}

/* Image grid */

.image_grid .ce_image h1
{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 16px;
    padding: 0 5px;
    background-color: #1c5992;

}
.team h3
{
    margin: 60px 0 20px 0;
}

/* General */

h1,
h2
{
    margin: 0;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 26px;
    line-height: 24px;
}

h1
{
    font-weight: bold;
}

h2
{
    font-size: 16px;
}

h5
{
    color: #ff9600;
    font-weight: 600;
    margin-top: 0;
}

h1 span,
h2 span
{
    display: inline;
    background-color: #0e2d4c;
    padding: 3px;
}

h3
{
    color: #1c5a93;
    font-size: 14px;
    font-weight: bold;
}

a
{
    color: #0e2d4c;
    text-decoration: none;
    font-weight: bold;
}

.shrink
{
    width: 780px !important;
    padding: 0 60px 0 60px;
}

p
{
    font-weight: normal;
    line-height: 20px;
    color: #0e2d4c;
    margin: 0 0 20px 0;
}

.invisible
{
    display: none !important;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.width_25
{
    width: 25%;
}

.width_33
{
    width: 33.333%;
}

.width_50
{
    width: 50%;
}

.width_66
{
    width: 66.666%;
}

.float_in > *
{
    opacity: 0;
}

.column
{
    width: 50%;
    float: left;
}

.image_container
{
    line-height: 0;
}


/* Mobile nav */

#slicknav
{
    display: none;
}

.slicknav_menu
{
    display: none;
    background-color: #0e2d4c;
}

.slicknav_btn
{
    background-color: #ff9600;
}

.slicknav_nav span
{
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 640px)
{
    /* #menu is the original menu */
    #header .mainnavigation
    {
        display:none;
    }

    .slicknav_menu
    {
        display:block;
    }

    #header .mainnavigation ul
    {
        width: auto;
    }

    .subnavigation
    {
        display: none;
    }

    .article_inner
    {
        width: auto;
    }

    #header .header_bar
    {
        display: none;
    }

    #header .header_bar .header_bar_inner
    {
        width: auto;
    }

    #container
    {
        margin: 0;
    }

    #footer .footer_menu
    {
        margin: 50px 0 0 0;
        padding: 30px 0 30px 0;
        width: 100%;
        display: block;
    }

    #footer .footer_search
    {
        display: none;
    }

    #footer .footer_menu > li
    {
        display: none;
    }

    #footer .footer_menu > li.last
    {
        float: none;
        width: 100%;
        display: block;
    }

    .width_25
    {
        width: 100%;
    }

    .width_33
    {
        width: 100%;
    }

    .width_50
    {
        width: 100%;
    }

    .width_66
    {
        width: 100%;
    }

    .mod_teaserbox.hide_bg_mobile
    {
        background-image: none !important;
    }

    .mod_teaserbox
    {
        width: 100%;
        height: auto;
        background-size: cover;
        min-height: 200px;
    }

    .mod_teaserbox h1
    {
        font-size: 18px;
    }

    .mod_teaserbox h2
    {
        font-size: 12px;
    }

    .mod_mediathek
    {
        padding-top: 30px;
    }

    .mediathek_header
    {
        /*display: none;*/
    }

    .mediathek_header .search_container
    {
        display: none;
    }

    .mediathek_content .categories,
    .mediathek_content
    {
        margin: 0 !important;
        padding-top: 30px;
    }

    .mediathek_content .category,
    .mediathek_content .category img
    {
        width: 100%;
    }

    .mediathek_content .category h1
    {
        font-size: 18px;
    }

    .mediathek_content .category h2
    {
        font-size: 12px;
        top: 60px;
    }

    .preview_box
    {
        width: 100%;
    }

    .preview_box a .meta
    {
        width: 45%;
        padding: 20px 0 0 5%;
        margin: 0;
    }

    .preview_box .preview
    {
        width: 50%;
        position: relative;
    }

    .preview_box .preview img
    {
        width: 100%;
    }

    .preview_box .preview .play
    {
        width: 100% !important;
        height: 100% !important;
        background-size: cover;
    }

    .mediatheke_video
    {
        width: 100% !important;
    }

    video
    {
        width: 100% !important;
        height: auto !important;
    }

    .subline
    {
        display: none;
    }

    .column.left,
    .column.right
    {
        width: 100%;
        float: none;
        padding: 0;
    }

    .column.right
    {
        margin-bottom: 30px;
    }

    .shrink_articles .article_inner
    {
        margin: 0;
        padding: 30px 5% 0 5%;
        width: 90%;
    }

    .shrink
    {
        width: 90% !important;
        padding: 0 5% 0 5%;
    }

    .mod_sug
    {
        padding-top: 30px;
    }

    .mod_sug .sug_content
    {
        margin-top: 30px;
    }

    .sug_overview ul
    {
        width: 100%;
    }

    .mod_sug .text,
    .mod_sug .contact
    {
        width: 100%;
        padding-left: 0;
    }

    form input.text,
    form textarea,
    form input.submit
    {
        padding: 2% 0 0 3%;
        width: 97%;
    }

    .mod_program .day
    {
        margin-bottom: 10px;
    }

    .mod_program .left
    {
        width: auto;
        height: auto;
        position: relative;
        background-color: transparent;
    }

    .mod_program .left > *
    {
        position: relative;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .mod_program .active .left
    {
        background-color: transparent;
    }

    .mod_program .day_name
    {
        top: auto;
        left:auto;
        color: #1c5a93 !important;
        font-size: 16px;
    }

    .mod_program .day_num
    {
        top: auto;
        left: auto;
        font-size: 16px;
        font-weight: 400;
    }

    .mod_program .day_month
    {
        top: auto;
        left: auto;
        font-size: 16px;
    }

    .mod_program .day_year
    {
        top: auto;
        left: auto;
        font-size: 16px;
    }

    .mod_program ul li
    {
        padding: 10px 0 10px 0;
    }

}
