﻿@import url(../../../../shared/resources/css/contentModules.css);

.grid_1 { width:51px; }
.grid_2 { width:124px; }
.grid_3 { width:197px; }
.grid_4 { width:270px; }
.grid_5 { width:343px; }
.grid_6 { width:416px; }
.grid_7 { width:489px; }
.grid_8 { width:562px; }
.grid_9 { width:635px; }
.grid_10 { width:708px; }
.grid_11 { width:781px; }
.grid_12 { width:854px; }
.grid_13 { width:927px; }

#links a.grid_25 {
    margin: 0;
    width: 25%;
}
#links a.grid_33 {
    margin: 0;
    width: 33.3333%;
}

.column {
	margin: 0 11px;
/*	overflow: hidden;*/
	float: left;
	display: inline;
}

.plus {
    padding-right: 22px;
}

/* Fix für Startseite, weil darafufolgende .row -11px margin hat. Ggf besser durch weiteren Container lösen. */
#bottom .plus {
    padding-right: 33px;
}

#start_bottom_3col {
    
}

#start_bottom_3col .column.grid_3 {
    width: 305px;
}

.row {
	width: 949px;
	margin: 0 auto;
/*	overflow: hidden;*/
}

.row .row {
	margin: 0 -11px;
	width: auto;
	display: inline-block;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

.content-element {
    margin-bottom: 20px;
}

.grid_3 .content-element {
    line-height: 1.5em;
}

.loading {
    background: url(../img/loader.gif) no-repeat center center;
}

/**
 * Page Structure
 */
body {
    background: #ededed url(../img/bg/html_verlauf.gif) repeat-x center -27px;
}
body.level0 {
    background-position: center top;
}
body.page-modes {
    background-position: center 93px;
}
body.level0.page-modes {
    background-position: center 120px;
}

#page-modes {
    width: 100%;
    height: 120px;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 120px;
}
#page-modes a,
#page-modes span {
    padding: 20px 28px;
}
#page-modes span {
    background: #f5f5f5;
    border-radius: 5px;
}
#page-modes a {
    background: #e5e5e5;
    border-radius: 5px;
}
#page-modes a:hover {
    color: #051A2D;
    background: #d5d5d5;
}

#page {
   padding-top: 50px;
   position: relative;
   width: 993px;
/*       background: url(../img/grid.png) repeat-y 20px 20px  !important;*/
}

#coloroverlay {
    position: absolute;
    top: 108px;
    height: 100px;
    left: 0;
    right: 0;
    background: #65839d url(../img/bg/coloroverlay.png) no-repeat center;
}
.level0 #coloroverlay {
    height: 485px;
    top: 134px;
}
.level1 #coloroverlay {
    height: 520px;
}
.page-modes #coloroverlay {
    top: 228px;
}
.level0.page-modes #coloroverlay {
    top: 254px;
}


#alt_slider {
    height: 560px;
    position: absolute;
    top: 10px;
    right: 20px;
    left: 20px;
}
    #alt_slider .ebslider {
        position: absolute;
        top: 0;
        left: 0;
    }
    #alt_slider .ebslider-chart img {
        width: 100%;
    }


/*.level2 #coloroverlay {
    height: 505px;
}*/

    #page #holder {
        height: auto;
/*        min-height: 400px;*/
        width: 971px;
        position: relative;
        left: 0; /* baulink */
        top: 0; /* baulink */
        z-index:1;
        padding: 148px 11px 20px 11px;
    }

    /**
     * Ausnahmen auf Startseite
     */
    .level0 #page #holder {
        padding: 0;
        height: 560px;
        background-image: none;
    }
    .level0 #page .news-latest-container {

    }
        .level0 #page .news-latest-container ul {
            padding: 0;
            list-style: none;
        }
            .level0 #page .news-latest-container ul li {
                padding: 5px 11px;
                margin: 4px 0;
                background: #FFF;
                border: 1px #ccd6df solid;
                list-style: none;
            }

    .level1 #page #holder {

    }

        #page #holder #micronav{
            border-top: 10px #32577A solid;
            margin: 0 10px 30px 10px;
        }
        .level0 #page #holder #micronav,
        .level1 #page #holder #micronav{
            border: none;
        }
        #page #holder #tools_start{
            position: absolute;
            bottom: 20px;
            z-index: 6;
        }
            #page #holder #tools_start #fh_search{
                margin: 0;
            }

    #page #logo {
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 5;
        
        width: auto; /* baulink */
        height: auto; /* baulink */
    }
        .level0 #page #logo {
            top: 72px;
        }

    #page #top {
        position: absolute;
        top: 5px;
        right: 22px;
    }

        #page #quicksearch {
            height: 39px;
            width: 130px;
            z-index: 5;
            float: right;
        }
        
        #page #top .social-links {
            width: 83px;
            z-index: 5;
            float: right;
            margin: 0;
            padding: 6px 0 0 0;
        }
            
            #page #top .social-links li {
                border: medium none;
                float: left;
                list-style: none outside none;
                padding: 0 0 0 3px;
            }
            
                #page #top .social-links li a {
                    background-position: center center;
                    background-repeat: no-repeat;
                    display: block;
                    height: 24px;
                    overflow: hidden;
                    text-indent: -999px;
                    width: 24px;
                }
                #page #top .social-links li a.social-links-tw{ background-image: url(../img/icons/24_24_sm_twitter.png) }
                #page #top .social-links li a.social-links-fb{ background-image: url(../img/icons/24_24_sm_facebook.png) }
                #page #top .social-links li a.social-links-yt{ background-image: url(../img/icons/24_24_sm_youtube.png) }
  
            #page #quicksearch .quicksearch_search,
            #page #quicksearch #quicksearch_search {
                width: 100px;
                position: absolute;
                right: 6px;
                top: 3px;
                font-size: 1em;
                padding: 6px 9px;
                background: #33597d;
                border: none;
                color: #FFF;
            }

            #quicksearch #quicksearch_button {
                position: absolute;
                right: 9px;
                top: 6px;
                height: 22px;
                width: 27px;
                padding: 3px 13px;
                background-image: url(../img/search.gif);
                background-repeat: no-repeat;
                background-position: center center;
                text-indent: 50px;
            }


        #page #meta{
            height: 31px;
            padding: 7px 3px 0;
            z-index: 6;
            float: right;
        }
            #page #meta li{
                padding: 0;
                border-color: #32577A;
            }
            #page #meta a{
                color: #99ACBD;
                display: block;
                padding: 2px 4px;
            }
                #page #meta a:hover{
                    color: #FFF;
                    background: #33597d;
                }

        #page #languages{
            z-index: 6;
            float: right;
            padding: 9px 3px 0;
            position: relative;
        }
            #page #languages .dropdown{
                margin: 1px;
                color: #FFF;
            }
            #page #languages:hover .dropdown{
                border: 1px #33597d solid;
                border-bottom: none;
                position: relative;
                margin: 0;
                background-color: #33597d;
                box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
            }
            #page #languages ul{
                position: absolute;
                right: -10px;
                top: 32px;
                z-index: 6;
                background-color: #33597d;
                display: none;
                width: 140px;
                padding: 10px;
                border: 1px #33597d solid;
                box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
            }
            #page #languages:hover ul{
                display: block;
            }

                #page #languages ul li{
                    padding: 0;
                    list-style: none;
                    border: none;
                }
                    #page #languages ul li a{
                        display: block;
                        padding: 4px;
                        color: #FFF;
                    }
                    #page #languages ul li a:hover{
                        background: #65839d;
                        outline: none;
                    }


    #page #homelink {
        position: absolute;
        top: 45px;
        left: 22px;
        height: 83px;
        width: 270px;
        z-index: 6;
        text-indent: -9999px;
        display: block;
        background: url(../img/clear.gif);
    }
    .level0 #page #homelink {
        top: 70px;
    }
        #page #homelink:hover {

            outline: none;
        }

/*    #page #main_nav {
        border-radius: 4px;
    }

    #page #main_nav ul li:first-child a{
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-left: none;
    }*/


    #page #main_nav {
        position: absolute;
        top: 138px;
        right: 40px;
        z-index: 6;

        height: 60px;
/*        border: 1px #FFF solid;*/

/*        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);*/


    }

    .level1 #page #main_nav {
        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }
    .level0 #page #main_nav {
        top: 160px;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }

        #page #main_nav ul {
            padding: 0;
            /* max-width: 680px; */
            height: 60px;
            background: #FFF;
        }

            #page #main_nav ul li{
                float: left;
                background: transparent;
                padding: 0;
                border: none;
                list-style-image: none;
                margin: 0;
            }
                #page #main_nav ul li a{
                    color: #555;
                    padding: 10px 20px 0 20px;
                    display: block;
                    border-right: 1px #aaaaaa solid;
                    border-left: 1px #FFF solid;
                    line-height: 1.4em;
                    font-style: italic;
                    background: #EFEFEF;
                    height: 50px;

                    -moz-transition: 0.5s background-color;
                    -webkit-transition: 0.5s background-color;


                    background: #EFEFEF url(../img/bg/main_nav.png) bottom repeat-x;
                }
                    #page #main_nav ul li.sel a,
                    #page #main_nav ul li.first a{
                        border-left: none;
/*                        border-top-left-radius: 4px;
                        border-bottom-left-radius: 4px;*/
                    }
                    #page #main_nav ul li.last a{
                        border-right: none;
/*                        border-top-right-radius: 4px;
                        border-bottom-right-radius: 4px;*/
                    }

                    #page #main_nav ul li a:hover{
                        text-decoration: none;
                        outline: none;
                        background-color: #FFF;
                    }
                    #page #main_nav ul li a:hover strong{
                        color: #000;
                    }
                    #page #main_nav ul li strong{
                        color: #00315e;
                        font-family: EurostileCustomBold, Arial, Helvetica, sans-serif;
                        font-weight: normal;
                        font-size: 18px;
                        font-style: normal;
                        display: block;
                        line-height: 1.1em;
                        margin-bottom: 3px;
                    }
/*                    #page #main_nav ul li strong{
                        color: #00315e;
                        text-transform: uppercase;
                        font-family: EurostileCustomBold, Arial, Helvetica, sans-serif;
                        font-weight: normal;
                        letter-spacing: 0.03em;
                        font-size: 15px;
                        font-style: normal;
                        display: block;
                        line-height: 1.1em;
                        margin-bottom: 2px;
                    }*/

                #page #main_nav ul li.sel a{
                    color: #FFF;
                    background: #33597d;
                }
                #page #main_nav ul li.sel a strong{
                    color: #FFF;
                }


    #page #holder #content {

/*        font-size: 14px;
        line-height: 1.5em;*/
    }
    #page #holder #content.grid_9 {
        width:635px; /* baulink */
    }

    #page #holder #left {
        width: 270px;
        padding-right: 22px;

/*        width: 210px;
        padding-right: 10px;*/
/*        border-right: 1px #bbb dotted;*/
    }

#page #holder #subnav {
/*      background: #FFFFFF;
        border: 1px solid #CCD6DF;
        padding: 10px 10px 1px;
*/
    padding: 10px 20px;
    margin-bottom: 20px;
}

.level1 #page #holder #subnav {
      background: #FFFFFF;
        border: 1px solid #CCD6DF;

}
        #page #holder #subnav ul {
            padding: 0;
        }

        #page #holder #subnav li {
            padding: 0;
            list-style:none;
            border: none;
            margin-bottom: 0;
        }
        
/*         #page #holder #subnav li a{
                padding: 8px 8px 8px 10px;
                font-weight: normal;
                display: block;
                background: #FFF;
                font-weight: bold;
                 font-size: 14px;
                 border-bottom: 2px #DEDEDE solid;

            #page #holder #subnav li.last a{
                 border-bottom: none;
            }
            #page #holder #subnav li.sel a {
                background-color: #00315e;
                color: #FFF;
                border-bottom-width: 1px;
            } 

            #page #holder #subnav li.sel a:hover{
                background-color: #00315e;
                color: #FFF;
            }

            #page #holder #subnav li a:hover{
               outline: none;
               background-color: #EFEFEF;
               text-decoration: none;
                color: #00315e;
            }
            #page #holder #subnav li.sel ul{
               padding: 0;
            }
                #page #holder #subnav li.sel ul li{
                   margin: 0;
                }
                #page #holder #subnav li.sel ul li a{
                   background: #65839d;
                   padding: 3px 10px;
                   border: none;
                   border-bottom: 1px #EDEDED solid;
                   text-transform: none;
                   font-weight: bold;
                   margin: 0;
                   color: #FFF;
                   font-family: Arial, Helvetica, sans-serif;
                   font-size: 12px;
                   letter-spacing: 0;
                }
                #page #holder #subnav li.sel ul li a:hover{
                   background: #99acbd;
                }
                #page #holder #subnav li.sel ul li.sel {
                   border-bottom: 1px #FFF solid;
                }
                #page #holder #subnav li.sel ul li.sel a{
                   background: #99acbd;
                   color: #00315e;
                   border-bottom: none;
                }

                #page #holder #subnav li.sel ul li ul{
                   padding: 0 0 10px 15px;
                   margin: 0;
                   background: #99acbd;
                }
                    #page #holder #subnav li.sel ul li.sel ul li a{
                       font-style: normal;
                       color: #00315e;
                       font-weight: normal;
                       font-size: 11px;
                       border: none;
                       padding: 0 10px 0 20px;
                       background: url(../img/bg/li.gif) 10px 7px no-repeat;
                    }
                    #page #holder #subnav li.sel ul li.sel ul li a:hover{

                    }
                    #page #holder #subnav li.sel ul li.sel ul li.sel {
                        border: none;
                    }
                    #page #holder #subnav li.sel ul li.sel ul li.sel a{
                      font-weight: bold;
                    }

            }*/
        
            #page #holder #subnav li a{
                padding: 14px 2px 4px 2px;
                font-weight: normal;
                display: block;
                font-weight: bold;
                 font-size: 14px;
                 border-bottom: 2px #CCC solid;
            }
           #page #holder #subnav li.sel a {
                color: #000;
            }
           #page #holder #subnav li a:hover {
                background: rgba(0,0,0,.02);
                color: #000;
            }
            
            #page #holder #subnav li.sel ul{
                margin: 5px 0 10px 0;
            }
                #page #holder #subnav li.sel ul li{
         
                }
                #page #holder #subnav li.sel ul li a{
                   padding: 2px;
                   border-bottom: none;
                   text-transform: none;
                   font-weight: normal;
                   margin: 0;
                   font-size: 12px;
                   color: #666;
                }
                #page #holder #subnav li.sel ul li a:hover{
                    color: #00315E;
                }
                #page #holder #subnav li.sel ul li.sel {
                    
                }
                #page #holder #subnav li.sel ul li.sel a{
                    color: #00315E;
                    font-weight: bold;
                }

                #page #holder #subnav li.sel ul li ul{
                    margin: 4px 10px 15px 10px;
                }
                    #page #holder #subnav li.sel ul li.sel ul li a{
                        font-weight: normal;
                        background: transparent;
                        line-height: 1.5em;
                        font-size: 11px;
                        padding: 0 10px 0 20px;
                        background: url(../img/bg/li.gif) 10px 7px no-repeat;
                    }
                    #page #holder #subnav li.sel ul li.sel ul li a:hover{

                    }
                    #page #holder #subnav li.sel ul li.sel ul li.sel {
   
                    }
                    #page #holder #subnav li.sel ul li.sel ul li.sel a{
                        font-style: italic;
                        color: #000;
                    }


           
    #page #bottom{
        padding: 10px 10px 0 10px;
        margin: 0;
        position: relative;
        z-index:1;
    }
    #page #footer{
        padding: 15px 10px 0 10px;
        margin: 0 0 20px 0;
        clear: both;
        
        position: relative; /* baulink */
        bottom: auto; /* baulink */
        left: auto; /* baulink */
        width: auto; /* baulink */
        height: auto; /* baulink */
    }
    #page #footer a {
        color: #00315E; /* baulink */
    }
    #page #footer a:hover {
        color: #65839D; /* baulink */
    }
        #page #footer ul {
            padding: 0;
        }
            #page #footer ul li{
                list-style: none;
            }
        #page #footer #breadcrumb{
            border: 1px #b7b7b7 solid;
            border-left: none;
            border-right: none;
            margin-bottom: 15px;
            padding: 0;
            height: 30px;
            overflow: hidden;
        }
            #page #footer #breadcrumb li{
                float: left;
                border: none;
                list-style: none;
                padding: 3px 20px 3px 10px;
                background: url(../img/bg/breadcrump.png) no-repeat right center;
            }
            #page #footer #breadcrumb li:first-child{
                background: url(../img/bg/breadcrump_firstchild.png) no-repeat right center;
            }
                #page #footer #breadcrumb li a{
                    display: block;
                    color: #999999;
                }
                #page #footer #breadcrumb li a:hover{
                    color: #999999;
                    background: transparent;
                }

#footer_links {
    background: #D5D5D5;
    margin: 0 0 0 0;
}
                
    #footer_links #links{
        
        width: 960px;
        margin: 0 auto;
        padding: 20px 10px;
        
    }

        #footer_links #links a {
            text-align: center;
            position: relative;
            opacity: .7;
            filter: Alpha(opacity=70);
            
            -moz-transition: .5s opacity;
            -webkit-transition: .5s opacity;
            transition: .5s opacity;
        }
            #footer_links #links img{

                filter: grayscale(100%);
                -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
                -ms-filter: grayscale(100%); -o-filter: grayscale(100%);
                filter: url(desaturate.svg#greyscale);
                filter: gray;

            }
        #footer_links #links a:hover{
            background: #FFF;
            color: #00315E;
            opacity: 1;
            filter: none;
        }
            #footer_links #links a:hover img{
                filter: none;
                -webkit-filter: none;
                -moz-filter: none;
                -ms-filter: none;
                -o-filter: none;
            }
            
        #footer_links #links span.tooltip{
            display: block;
            bottom: auto;
            top: 0;
            margin-left: -100px;
            width: 200px;
            height: auto;
            white-space: normal;
            background: #DEDEDE;
            -webkit-transition: .5s opacity;
        }
        #footer_links #links a:hover span.tooltip{
            bottom: 140px;
            top: auto;
        }
        #footer_links #links span.tooltip:before{
            content: url(../img/bg/quote_bottom.png);
            position: absolute;
            bottom: -24px;
            top: auto;
            left: 50px;
        }
        #footer_links #links #lasttweet p{
            background: #DEDEDE;
            border: 1px #666;
            padding: 10px;
            font-size: 11px;
            line-height: 1.3em;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            position: relative;
        }
        #footer_links #links #lasttweet p:before{
            content: url(../img/bg/quote_bottom.png);
            position: absolute;
            bottom: -24px;
            left: 10px;
        }
        #footer_links #links #lasttweet .tweet_name{
            background: url(../img/icon_tweet.png) no-repeat bottom left;
            display: block;
            padding: 8px 3px 3px 20px;
            margin-top: 8px;
            font-size: 11px;
        }

/**
* Eurobaustoff Slider - Praesentation diverser Charts
*/
#slider {

}

.ebslider {
    position: relative;
    background: #FFF url(../img/loader.gif) center center no-repeat;
    margin-bottom: 15px;
}
.ebslider.descslider {
    margin-bottom: 40px;
}
.ebslider-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: block;
}
    .ebslider-inner {
        width: 90000px;
    }

    .ebslider .ebslider-chart {
        float: left;
        position: relative;
        min-width: 200px;
        height: 360px;
        cursor: pointer;
    }

        .ebslider .ebslider-chart .copyright{
            bottom: 0;
            color: #F5F5F5;
            font-size: 10px;
            left: 24px;
            position: absolute;
        }

    .ebslider .ebslider-navbutton{
        display: block;
        position: absolute;
        width: 20px;
        height: 40px;
        padding: 0;
        bottom: 25px;
        background: #FFF url(../img/bg/sprite_arrow.png) no-repeat right;
/*        opacity: 0;
        filter: Alpha(opacity=0);*/
        outline: none;
        z-index: 8;

        -moz-transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
        .ebslider:hover .ebslider-navbutton{
            opacity: 1;
            filter: Alpha(opacity=100);
        }

        .ebslider .ebslider-navbutton:hover{
            background-color: #64829B;
        }
        .ebslider .ebslider-prev{
           left: 0;
/*           border-bottom-right-radius: 8px;
           border-top-right-radius: 8px;*/
        }
        .ebslider .ebslider-next{
           right: 0;
           background-position: left;
/*           border-bottom-left-radius: 8px;
           border-top-left-radius: 8px;*/
        }
    .ebslider .ebslider-chart .heading {
        min-height: 50px;
        bottom: 70px;
        left: 20px;
        position: absolute;
        color: #FFF;
        width: 590px;
/*        text-shadow: 2px 2px 25px #000;*/

/*        filter:dropshadow(color:#000000, offx=1, offy=1);*/
/*filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#000000);*/
        z-index: 6;

    }
/*        .ebslider .ebslider-chart .heading p {
            background: #00315E;
            display: inline-block;
            padding: 5px 3px;
            min-width: 40px;
        }*/

         .ebslider-chart .heading h3 {
            text-transform: uppercase;
            letter-spacing: 0.15em;
            font-family: EurostileCustom, Arial, Helvetica, sans-serif;
            max-width: 600px;
            display: inline-block;
            background: #00315E;
            padding: 4px 8px;
            z-index: 6;
            font-size: 20px;
            margin-top: 3px;
            line-height: 1.1em;
            width: auto;
            cursor: pointer;
        }

        .ebslider .ebslider-chart .heading p {
            background: #00315E;
            padding: 10px;
            z-index: 6;
            margin-top: 3px;
            max-width: 300px;
            display: inline-block;
        }
            .ebslider .ebslider-chart .heading p a{
                color: #99acbd;
            }

        .ebslider .ebslider-chart .heading h2,
        #content .ebslider .ebslider-chart .heading h2 {
             font-family: EurostileCustomBold, Arial, Helvetica, sans-serif;
             color: #FFF;
             font-size: 48px;
             font-weight: normal;
             border: none;
             padding: 8px 0 0 0;
             margin-top: 0;
             margin-bottom: 4px;
             background: transparent;
             line-height: 0.9em;
             letter-spacing: -0.03em;
             text-transform: none;
             display: block;
             text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
             z-index: 7;
             cursor: pointer;
         }
        .ebslider .ebslider-chart .heading h2 a,
        .ebslider .ebslider-chart .heading h2 a:hover{
             color: #FFF;
             outline: none;
             text-decoration: none;
             background: transparent;
         }

    .ebslider .ebslider-nav {
        position: absolute;
        margin: 0;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        height: 70px;
    }

    .ebslider .ebslider-gradient-overlay {
        background: url(../img/bg/slider-nav2.png) repeat-x top;
        height: 80px;
        position: absolute;
        margin: 0;
        z-index: 4;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .ebslider .ebslider-nav ul{
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 9999px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
        }

    #page #holder .slidebox_big{
        height: 560px;
        width: 971px;
    }
        #page #holder .slidebox_big .ebslider-chart .heading {
            left: 323px;
            bottom: 120px;
            width: 640px;
        }
        #page #holder .slidebox_big .ebslider-gradient-overlay {
            height: 120px;
        }

        #page #holder .slidebox_big .ebslider-navbutton{
            bottom: 20px;
            z-index: 6;
            height: 90px;
        }
            #page #holder .slidebox_big .ebslider-prev{
                left: 302px;
            }
        #page #holder .slidebox_big .ebslider-nav li a{
            padding: 10px 7px 40px 7px;
            width: 63px;
            line-height: 1.15em;
        }
        #page #holder .slidebox_big .ebslider-nav li{
            margin-right: 1px;
        }
        #page #holder .slidebox_big .ebslider-chart{
            height: auto;
        }

            #page #holder .slidebox_big .ebslider-chart .copyright{
                bottom: 10px;
                left: 12px;
            }
    #page #holder .slidebox {
        height: 360px;
    }
    #page #holder .slidebox_big .ebslider-nav {
        height: 110px;
        left: 296px;
    }
    #page #holder .slidebox_big .ebslider-nav ul{

    }
        .ebslider .ebslider-nav li{
            float: left;
            padding: 0;
            list-style: none;
            border: 0;
            margin: 0;
        }

            .ebslider .ebslider-nav li a{
                padding: 5px;
                display: block;
                height: 40px;
                overflow: hidden;
                color: #ccd6df;
                font-size: 11px;
                text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
                text-align: center;
                width: 63px;
            }
                .ebslider .ebslider-nav li a .ebslider-thumb{
                    border: 4px #3d3d3d solid;
                    display: block;
                    margin-bottom: 3px;
                    width: 55px;
                    height: 32px;
                    background: #000;
                    -moz-transition: 0.5s all;
                    -webkit-transition: 0.5s all;
                }
                .ebslider .ebslider-nav li a img{
                    margin: 0;
                    opacity: 0.5;
                    -moz-transition: 0.5s all;
                    -webkit-transition: 0.5s all;
                }

            .ebslider .ebslider-nav li a:hover{
                background-color: rgba(0,0,0,0.3);
                outline: none;
                text-decoration: none;
            }

            .ebslider .ebslider-nav li.sel a{
                color: #FFF;
                background: rgba(0,49,94,0.7);
            }
                .ebslider .ebslider-nav li.sel a .ebslider-thumb{
                    border-color: #FFF;
                }
                    .ebslider .ebslider-nav li.sel a .ebslider-thumb img{
                        opacity: 1;
                    }

   .ebslider .ebslider-imagedesc {
       left: 0;
       right: 0;
       bottom: -70px;
       height: 60px;
       position: absolute;
       color: #999;
       font-style: italic;
   }

   .ebslider .ebslider-imagedesc .imagedesc{
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px #ccc solid;
    }

/*
*
 * Teaser Elemente

 .teaser {}
     .teaser .content-element {
         cursor: pointer;

         -moz-transition: 0.6s all;
     }
     .teaser .teaserimg {
         margin: 0;
     }
     .teaser .content-element:hover {
         box-shadow: 1px 1px 6px rgba(0,0,0,0.3)
     }
         .teaser .content-element .box{
             padding: 10px;
             border: none;
             margin: 0;
         }

         .teaser .content-element:hover .box{
             background: #F4F4F4;

             -moz-transition: 0.6s all;
         }

         */

/**
 * Fachhaendler Suche
 */
 #fh_search {
     height: 56px;
 }
     #fh_search h2{
         margin-bottom: 0;
     }

#fh_search input {
    float: left;
    width: 130px;
}
#fh_search input[type="submit"] {
    float: left;
    padding: 7px 5px;
    width: auto;
}



/**
 * Extensions
 */

 /* News */
.news-rss-link {
    width: 60px;
    height: 60px;
    background: url(../img/icon_rss.png) no-repeat center; 
    display: block;
    float: right;
    text-indent: -999px;
    overflow: hidden;
}

 .news-list-container {

 }
     .news-list-container .news-list-item {
         clear: both;
         position: relative;
         padding: 10px 0 10px 160px;
         min-height: 200px;
     }
         .news-list-container .news-list-item .news-list-date {
             display: block;
             position: absolute;
             left: 0;
             font-style: italic;
             color: #999;
             border-top: 1px #DEDEDE solid;
             border-bottom: 1px #DEDEDE solid;
             padding: 5px;
             bottom: 20px;
         }
         .news-list-container .news-list-item h2 {
             display: block;
             background: transparent;
             border: none;
             padding: 0 100px 10px 0;
             font-family: EurostileCustomBold;
         }
         .news-list-container .news-list-item hr {
             clear: both;
             margin: 35px 0 0 0;
         }
         .news-list-container .news-list-item .news-list-img {
             display: table;
             position: absolute;
             top: 28px;
             width: 124px;
             height: 93px;
             left: 0;
             margin: 0 22px 22px 0;
             border: 1px #CCD6DF solid;
             background: #FFF;
             vertical-align: middle;
             text-align: center;
         }
             .news-list-container .news-list-item .news-list-img .imageNotes {
                position: absolute;
                bottom: 4px;
                right: 4px;
             }

             .news-list-container .news-list-item .news-list-img a {
               display: table-cell;
               text-align: center;
               vertical-align: middle;
             }
              .news-list-container .news-list-item .news-list-img a img{
               margin: 0;
             }
         .news-list-container .news-list-item .news-list-morelink {
             position: absolute;
             right: 0;
             bottom: 20px;
         }
             .news-list-container .news-list-item .news-list-morelink a {
                 display: block;
                 min-width: 41px;
                 padding: 2px 8px;
                 text-align: center;
                 border-radius: 4px;
                 background: #65839d;
                 color: #FFF;
                 font-weight: bold;
                 outline: none;
                 white-space: nowrap;
             }
 .news-single-item {
     position: relative;
 }
     .news-single-item h1 {
         padding-right: 85px;
         margin-top: 0;
     }

     .news-single-item .news-single-rightbox {
         position: absolute;
         top: 0;
         right: 0;
     }
     .news-single-item .news-single-next,
     .news-single-item .news-single-prev {
         display: none;
     }

     .news-single-item .news-single-files {

     }
         .news-single-item .news-single-files img {
             float: left;
             margin: 0;
         }
         .news-single-item .news-single-files a {
             font-weight: bold;
             padding: 0 11px;
             display: block;
             float: left;
         }
         
.news-single-backlink {
     clear: both;
     margin: 5px;
     padding: 10px 0;
}


.news-list-browse {

}

.news-list-browse .showResultsWrap {
    display: none;
}

    .news-list-browse .browseLinksWrap {
        text-align: center;
    }
    .news-list-browse .browseLinksWrap a,
    .news-list-browse .browseLinksWrap span{
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 4px 4px 4px 4px;
        height: 20px;
        line-height: 11px;
        padding: 5px;
    }

    
#content .news-amenu-container {
    border-bottom: 1px #999 solid;
    margin: 0;
    padding: 4px;
    height: 50px;
}

    #content .news-amenu-container ul{
        margin: 0;
        padding: 0;
        float: left;
        width: 65px;
        z-index: 9;
    }
        #content .news-amenu-container ul li{
            list-style: none;
            position: relative;
            margin: 2px;
        }
            #content .news-amenu-container ul li ul li a{
                color: #FFF;
                display: block;
            }
            #content .news-amenu-container ul li ul li a:hover{
                background: #32577A;
            }
            #content .news-amenu-container ul li ul{
                width: 200px;
                padding: 5px 10px;
                z-index: 10;
                background: #00315E;
                position: absolute;
                top: 25px;
                left: 0;
                display: none;
            }   
            #content .news-amenu-container ul li:hover ul{
                display: block;
            }   
            
#exhibition_search_form {
    border-bottom: 1px #999 solid; 
}
    #exhibition_search_form select{
        position: relative;
        margin: 1px;
        color: #FFF;
        display: inline;
        background: #00315E;
        width: 102px;
        overflow: hidden;
    }

/* Youtube Channel */
.ytvideos {}
    .ytvideos .ytvideo {
        padding: 10px;
        min-height: 45px;
        border-bottom: 1px #CCC solid;
        cursor: pointer;
        background: transparent url(../img/bg/playbutton.png) no-repeat right center;
    }
    .ytvideos .ytvideo:nth-child(even) {
        background-color: #FFF;
    }
    .ytvideos .ytvideo:hover {
        background-color: #99acbd;
        color: #FFF;
    }
    .ytvideos .ytvideo:hover h3 {
        color: #FFF;
    }
    .ytvideos .selected,
    .ytvideos .selected:hover {
        background: #FFF;
        color: #000;
        padding: 0 0 15px 0;
        border-bottom: none;
    }
      #page  .ytvideos .selected h3,
      #page  .ytvideos .selected:hover h3{
            background: #FFF;
            color: #000;
            margin: 10px 0 0 0;
        }
      #page  .ytvideos .selected p {
          clear: both;
        }
      #page  .ytvideos .selected .published,
      #page  .ytvideos .selected:hover .published{
            color: #999;
        }
      #page  .ytvideos .selected .ytpreview {
            margin: 5px 10px 5px 0;
        }
    .ytvideos .ytvideo .ytpreview {
        float: left;
        margin: 0 10px 0 0;
        width: 80px;
        height: 45px;
        overflow: hidden;
        position: relative;
    }
        .ytvideos .ytvideo .ytpreview img {
            width: 120px;
            height: 90px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -45px;
            margin-left: -60px;
        }
        .ytvideos .ytvideo .ytpreview .duration {
            background: #000;
            color: #FFF;
            padding: 2px 3px;
            border-radius: 4px;
            opacity: 0.8;
            display: inline-block;
            position: absolute;
            bottom: 0;
            right: 0;
            line-height: 1em;
            font-size: 11px;
        }
        .ytvideos .ytvideo .ytpreview .index {
            color: #FFF;
            font-size: 20px;
            font-weight: bold;
            position: absolute;
            top: 1px;
            left: 1px;
            text-shadow: 1px 4px 4px rgba(0,0,0,0.8);
        }
    .ytvideos .ytvideo h3 {
        padding: 0;
        margin: 0;
        color: #00315E;
    }

div.teaser-image {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #CCCCCC;
}
.box div.teaser-image {
    border: none;
}
    div.teaser-image img {
        margin-bottom: 0;
    }
    div.teaser-image a {
        padding: 0;
    }
    div.teaser-image a:hover img {
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }
    div.teaser-image .imageNotes {
        position: absolute;
        right: 8px;
        bottom: 8px;
    }


/* cal */

#page .tx-cal-controller  {}
#page .tx-cal-controller dl {
    border: none;
    background: transparent;
    padding: 0;
}

#page .tx-cal-controller .list-view {}

#page .tx-cal-controller .list-view .pagebrowser { text-align: right; }
    #page .tx-cal-controller .list-view .pagebrowser span{
        display: block;
        float: left;
        margin: 5px;
    }
        #page .tx-cal-controller .list-view .pagebrowser span a,
        #page .tx-cal-controller .list-view .pagebrowser span b{
            display: block;
            padding: 5px 8px;
            border: 1px #CCC solid;
            background: #FFF;
            line-height: 1em;
        }

        #page .tx-cal-controller .list-view .pagebrowser span b{
            border: 1px #00315E solid;
            background: #00315E;
            color: #FFF;
        }


    #page .tx-cal-controller .list-view .vevent {
        padding: 10px 10px 10px 155px;
        margin: 0;
        position: relative;
        -moz-user-select: inherit;
        cursor: inherit;
        color: inherit;
        border-bottom: 1px #bbbbbb dotted;
    }
    #page .tx-cal-controller .list-view .monthwrapper {
        padding: 5px 10px;
        margin: 0;
        background: #00315E;
        color: #FFF;
        font-weight: bold;
    }
    #page .tx-cal-controller .list-view .even {
        background: #FFF;
    }

        #page .tx-cal-controller .list-view .summary {
            font-weight: bold;
        }

#page .tx-cal-controller .list-view .vevent .dtstart-container {
    position: absolute;
    left: 10px;
    top: 10px;
    margin-right: 1em;
    text-align: left;
    width: 140px;
    font-weight: normal;
    color: #999;
}

#page #calendar-event-backlink {
    margin-top: 15px;
    border-top: 1px #bbbbbb dotted;
}

/**
 * Index Suche eb_search
 */
 .tx-ebsearch-pi1 {}
     .tx-ebsearch-pi1 h1,
     .tx-ebsearch-pi1 h2 {
         margin-top: 0;
     }
     .tx-ebsearch-pi1 h3 a {
         line-height: 19px;
     }
     .tx-ebsearch-pi1 ul li {
         list-style-image: none;
         border: 0;
     }
         .tx-ebsearch-pi1 ul li input {
             float: left;
             vertical-align: middle;
         }
        .tx-ebsearch-pi1 ul li label {
            clear: none;
            width: auto;
            padding: 0 0 0 30px;
            border: 0;
            max-width: 146px;
        }
    .tx-ebsearch-pi1 .filterSelector {

    }
        .tx-ebsearch-pi1 .selections {
            margin: 0;
            padding: 0;
        }
            .tx-ebsearch-pi1 .selections li {
                border-bottom: 1px #DEDEDe dotted;
                padding: 2px 0;
				clear: both;
            }
    .tx-ebsearch-pi1 #searchBoxTerm {
        width: 465px;
    }

        .tx-ebsearch-pi1 .searchResultMessage {
            padding: 4px;
            font-style: italic;
            font-size: 1.4em;
        }
            .tx-ebsearch-pi1 .searchTerm {
                color: #000;
            }
    .tx-ebsearch-pi1 .sectionIndex {

    }
        .tx-ebsearch-pi1 .sectionIndex li {
            padding: 0;
        }
            .tx-ebsearch-pi1 .sectionIndex li strong{
                color: #000;
            }
    .tx-ebsearch-pi1 .searchResultSection {
        border-top: 1px #DEDEDE solid;
        padding: 2em 0;
    }
        .tx-ebsearch-pi1 .searchResultSection  h2 {
            text-align: center;
            color: #000;
            border-bottom: 2px #000 solid;
            padding-bottom: 4px;
        }
        .tx-ebsearch-pi1 .searchResultSection  h3 {
            font-size: 1.2em;
        }
        .tx-ebsearch-pi1 .searchResultSection ul.resultList li {
            padding: 0 0 20px 0;
        }

/**
 * Fachhändlersuche eb_store
 */
/*
 #storeLocator.tx_ebstore_pi1 {}
 #storeLocator.tx_ebstore_pi1 fieldset.location-form {
	position: relative;
	left: 0;
	border-width: 2px;
	padding: 10px;
 }
	#storeLocator.tx_ebstore_pi1 fieldset.location-form label {
		border: 0;
		margin-top: 0;
	}
	 #storeLocator.tx_ebstore_pi1 div.location-form-field {
		display:block;
		width: 30%;
		float:left;
	 }
		 #storeLocator.tx_ebstore_pi1 div.location-form-field.middle {
			width: 50%;
		 }
		 #storeLocator.tx_ebstore_pi1 div.location-form-field.right {
			margin: auto;
			width: 20%;
		 }
		  #storeLocator.tx_ebstore_pi1 div.location-form-field.right .button {
			padding: 8px 15px;
			height: 45px;
			line-height: 30px;
			position: relative;
			bottom: -20px;
		  }
 #storeLocator.tx_ebstore_pi1 .tx_ebstore_pi1_storelist ul.storeList {
	height: 570px;
 }
 #storeLocator #fh_search labelspan.tooltip {
	top: 34px;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	bottom: auto;
	right: auto;
	width: 130px;
 }
 #storeLocator #fh_search .searchForm {
	position: relative;
 }
*/
#storeLocatorForm .accessible {display:none}


/**
 * Katalogbestellformular
 */
 .tx_ebmodernizer {}

 .tx_ebmodernizer form ul {
     list-style-type: none;
     list-style-image: none;
 }

  .tx_ebmodernizer form ul#orderItems li {
    position: relative;
    display: block;
    width: 25%;
    float: left;
    border: 1px solid #DEDEDE;
    margin: 10px 4%;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    height: 300px;
  }
	  .tx_ebmodernizer form ul#orderItems li span.tooltip {
		  opacity: 1;
		  filter: none;
		  width: 240px;
		  white-space: normal;
	  }
  .tx_ebmodernizer ul.cartItems li {
      background: transparent url(../img/icon-delete-neg.png) no-repeat 0 8px;
      padding-left: 20px;
      cursor: pointer;
  }
  .tx_ebmodernizer #orderCart {
      overflow: visible;
      margin-bottom: 40px;
      position: relative;
  }
      .tx_ebmodernizer #orderCart .arrow {
            clear: both;
            z-index: 5;
            position: absolute;
            bottom: -32px;
            left: 15px;
            display: block;
            height: 32px;
            width: 64px;
            background:
            transparent url('../img/sprites.png') 0 0 no-repeat;
        }

 .tx_ebmodernizer label {
     display: inline;
     border: 0;
 }
 .tx_ebmodernizer input[type="text"],  .tx_ebmodernizer select {
	float: right;
 }
 .tx_ebmodernizer input[type="checkbox"] {
     float:left;
 }
     .tx_ebmodernizer input[type="checkbox"].cat_checkbox {
         float: none;
     }
 .tx_ebmodernizer #marketing-usage label {
     display: block;
     padding-left: 35px;
     margin-top: 0;
 }

 /**
  * ONM Jobs
 */
.tx-onm-jobs .error { border: 2px #e6cb6e solid; background: #ede0b4; color: #645626; margin: 3px 0;  padding: 2px 5px; }
.tx-onm-jobs-block { clear: both; padding-top: 0; }
.tx-onm-jobs-block label{ border: none; }
.tx-onm-jobs-element { float: left; width: 230px; margin: 0 5px; }
.tx-onm-jobs-element input,
.tx-onm-jobs-element select { width: 180px; }

.tx_onmjobs-col-location {
    width: 180px;
}

.tx-onm-jobs-element-small { width: 110px; }
.tx-onm-jobs-element-small input  { width: 70px; }
.tx-onm-jobs-element-small select { width: 90px; }
.tx-onm-jobs-element-big { width: 560px; }
.tx-onm-jobs-element-big input,
.tx-onm-jobs-element-big textarea,
.tx-onm-jobs-element-big select { width: 540px; }
.tx-onm-jobs-element-medium { width: 440px; }
.tx-onm-jobs-element-medium input,
.tx-onm-jobs-element-medium select { width: 420px; }
 
.tx-onm-jobs-filerestrictions {
    padding: 5px 0;
    font-style: italic;
}

#content .tx-onm-jobs-detail-actions {
    background: #FFF;
    margin: 20px 0;
    border: 1px #CCC solid;
    padding: 15px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
#content .tx-onm-jobs-detail-actions li {
    list-style: none;
    border-right: 1px #AAA solid;
    float: right;
    display: block;
    min-width: 50px;
    padding: 0 20px;
}

#content .tx-onm-jobs-detail-actions li:first-child {
    border-right: none;
}
#content .tx-onm-jobs-detail-actions li a {
    margin-top: 7px;
    display: block;
}
#content .tx-onm-jobs-detail-actions li a.button {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
}

/*Lightbox*/
.tx_onmjobs-col-title-lightbox{
    cursor: pointer;
    color:#00315e;
}
.tx_onmjobs-col-lightbox-bg{
    display: none;
    opacity: 0;
    position: fixed;
    z-index: -1000;
    background: url(../img/alpha/0.8.png) repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.tx_onmjobs-col-lightbox-content{
    opacity: 0;
    height: 0px;
    max-width: 993px;
    margin: 0;
    background: #ededed;
    z-index: -1001;
    top: 0;
    position: fixed;
}
.tx_onmjobs-col-lightbox-content .panel{
    width: 100%;
    height:100%;
    float:left;
    overflow: hidden;
    background: #ededed;
}
.tx_onmjobs-col-lightbox-content .panel .info{
    position: relative;
    height: 100%;
    width: 25%;
    float:left;
}
.tx_onmjobs-col-lightbox-content .panel .loader{
    opacity: 1;
    position: absolute;
    right: 37.5%;
    top: 50%;
}
.tx_onmjobs-col-lightbox-content .panel .info table{
    margin: 20px 10px;
}    
.tx_onmjobs-col-lightbox-content .panel .info table tbody tr th,
.tx_onmjobs-col-lightbox-content .panel .info table tbody tr td{
    border: none;
    background-color: inherit;
}
#tx_onmjobs-col-lightbox-bewerben{
    text-align: center;
}
#lightboxpdf{
    height: 100%;
    width: 75%;
    opacity: 0;
    background: #ededed;
}
object#lightboxpdf{
    opacity: 1;
}

object#lightboxpdf p{
    font-size: 2em;
    text-align: center;
    padding: 100px;
    line-height: 2em;
}
.tx_onmjobs-col-title-lightbox-data{
    display: none;
}
#tx_onmjobs-col-lightbox-close{
    position: absolute;
    right: -42px;
    z-index: 1002;
    padding: 7px;
    font-size: 24px;
    border-radius: 20px;
    text-align:center;
    margin:0;
    top: -25px;
    cursor: pointer;
}
#tx_onmjobs-col-lightbox-close a{
    color: #fff;
    font-size: 26px;
    padding: 0;
}

/***********************************************/
/* FCEs                                        */
/***********************************************/
/* MULTICOLUMN */
.multicolumn {clear:both !important; /*width:100%;float:left;*/ margin:2em 0;}
.multicolumn .col1, .multicolumn .col2, .multicolumn .col3, .multicolumn .col4, .multisolumn .col5 {float:left; width:23%;height:100%;margin-left:2.65%}
.r50_50 .col2, .r25_75 .col2, .r75_25 .col2, .r33_66 .col2, .r66_33 .col2, .r33_33_33 .col3, .multicolumn .col4, .multicolumn .col5 {float:right;margin-left:0}
.r20_20_20_20_20 .col4 {float:left;margin-left:2.65%}
.r33_33_33 .col1, .r33_33_33 .col3 {min-width:11em}
.r33_33_33 .col2 {margin-right:-33%}
.multicolumn .col1 {margin-left:0 !important}

.r33_33_33 .col2, .r50_25_25 .col2, .r25_50_25 .col2, .r25_25_50 .col2 {margin-left: 3.5%}
.r33_33_33 .col1, .r33_33_33 .col2, .r33_33_33 .col3, .r33_66 .col1, .r66_33 .col2 {width:31%}
.r50_25_25 .col1, .r25_50_25 .col2, .r25_25_50 .col3 { width:47%}
.r50_50 .col1, .r50_50 .col2 { width:48.5%;margin:0}
.r75_25 .col1, .r25_75 .col2 { width:73%}
.r66_33 .col1, .r33_66 .col2 { width:65.5%}

.r20_20_20_20_20 .col1, .r20_20_20_20_20 .col2, .r20_20_20_20_20 .col3, .r20_20_20_20_20 .col4, .r20_20_20_20_20 .col5 {width:20%;margin:0}

.multicolumn > div > *:first-child {margin-top:0}
.multicolumn > div > *:last-child {margin-bottom:0}

.ie6 .multicolumn {zoom:1}

/* Reset duplicated styles */
.multicolumn .content-element {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    display: block !important;
}

/* Besonderheit für das Inhaltselement Teaser Menü im Stile von News */
.teaser-menu .news-list-item { min-height: 120px !important; }
.teaser-menu .news-list-item p { padding-right: 65px; }

/* weitere TeaserMenus */
.teaserMenu {

}
    .teaserMenu li {
        list-style: none;
        border-bottom: none;
        position: relative;
    }
    .teaserMenu li p{
        line-height: 1.5em;
    }
    .teaserMenu li h2 a .thumbnail{
        border: 1px #CCC solid;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }
    .teaserMenu li h2 a:hover{
        background: transparent;
        color: #00315E;
    }
    .teaserMenu li h2 a:hover .thumbnail{
        border-color: #AAA;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    .teaserMenu li .link-more{
        position: absolute;
        bottom: -20px;
        left: 0;
        background: #65839D;
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 11px;
        padding: 2px 8px;
    }
        .teaserMenu li .link-more:hover{
            background: #33597d;
        }

.menu .imageNotes,
.teaserMenu .imageNotes,
.thumbnail .imageNotes {
    margin: -2.5em 0.5em 0;
}

ul.menu {
    font-size: 1em;
}

ul.menu li {
    padding: 7px 0;
}
ul.menu li a{
    border: none;
    display: inline;
    padding: 0;
}

/**
 * Anpassungen fuer externen Content (modernisierer.de)
 */
 .content_from_eyxternal {
    line-height: 1.5em;
}
 .content_from_eyxternal .externalcontent-excluded-ghost {
    height: 10px;
}
 .content_from_eyxternal h2{
    margin-top: 1.6em;
}
 .content_from_eyxternal p.teaser {
    font-size: 135% !important;
    font-weight: normal;
    line-height: 1.4;
/*    color: #333;*/
}
 .content_from_eyxternal .content-element {
    margin: 0 !important;
    display: block !important;
    float: none !important;
    width: auto !important;
}

.scrollerNavi {

}

.scrollerNavi li {
    list-style: none;
    border: none;
}
.scrollerNavi li a{
    padding: 0;
}

ul.scrollable li,
.scrollable .pane {
    border-bottom: none;
}

.scrollerContainer .toggle-open span {
    visibility: visible;
}

.scrollerContainer .toggle-open, .scrollerContainer .toggle-close {
    bottom: 0;
}
.scrollerContainer .toggle-open:hover, .scrollerContainer .toggle-close:hover {
    background: transparent;
    color: #000;
}

.imageStripContainer, ul.imageStrip {
    background: #DEDEDE;
}

.imageStripContainer .scrollerNavi a {
    width: 17px;
}

.tabContent {
    background: #FFF;
    clear: both;
    padding: 2em 20px;
}

.tabNavi a, .tabNavi strong {
    padding: 1em 1em;
    background: #DEDEDE;
}
.tabNavi a:hover, .tabNavi strong:hover {
    color: #000;
}

.tabNavi .active a, .tabNavi strong, .tabNavi .current a, .tabNavi a.current {
    background: #FFF;
}

#imageLightbox a:hover {
    background: transparent;
}

.fg_buttons {
    padding: 0;
}

    .fg_buttons li {
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }
    .fg_buttons li a {
        display: block;
        overflow: hidden;
        width: 124px;
        height: 124px;
        text-indent: -1000px;
        position: relative;
    }
    .fg_buttons li a:hover {
       background:transparent;
       outline: none;
    }
        .fg_buttons li a img{
            box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
            position: absolute;
            top: 5px;
            left: 4px;
            -moz-transition: 0.5s all;
            -webkit-transition: 0.5s all;
            transition: 0.5s all;
        }
        .fg_buttons li a:hover img{
            box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
            position: absolute;
            top: 2px;
            left: 4px;
            opacity: 0.8;
        }
        
        
        
/** News Plugin **/
.news-latest-item .news-latest-date {
 
}

/* baulink start */
div.ref-baulink #noprint,
div.ref-baulink div.refs {
    display: none;
}
div.ref-baulink h1 {
     font-family: EurostileCustom, Arial, Helvetica, sans-serif;
     color: #00315e;
     font-size: 35px;
     font-weight: normal;
     margin-top: 20px;
     line-height: 1em;
}
div.ref-baulink p:first-of-type {
    color: #7A7A7A;
    font-size: 1.3em;
    letter-spacing: 0.025em;
    line-height: 1.8em;
    padding: 10px 0;
}
div.ref-baulink .imgEnlarge2 {
    float: right;
    margin: 20px 0 4px 10px;
}
/* baulink end */
/* messen start */
.news-list-container div.event-list-item {
     min-height: 100px;
     padding-top: 1px;
     padding-bottom: 1px;
}
.news-list-container div.event-list-item .news-list-img {
    height: 82px;
    top: 19px;
}
.news-list-container div.event-list-item .news-list-img a img {
    max-width: 120px;
    max-height: 78px;
    margin-bottom: 0;
}
.news-list-container div.event-list-item h2 {
    padding-bottom: 0;
}
/* messen end */

/* Neue Fachhaendler-Suche */
#storeLocatorSearchBox {
    background: #00315e;
    color: #FFF;
    padding: 10px;
    min-height: 70px;
    margin: 0 0 20px 0;
}
#tools_start #storeLocatorSearchBox {
    margin: 0;
}
    #storeLocatorSearchBox h3{
        color: #00315E;
        font-family: EurostileCustomBold,Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-weight: normal;
        margin-top: 0;
        color: #FFF;
    }
    
    #storeLocatorSearchBox fieldset{
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }
        #storeLocatorSearchBox fieldset #storeSearchBoxTerm{
            width: 130px;
        }
        #storeLocatorSearchBox fieldset .button{
            padding: 8px;
            background-color: #65839d;
        }
        #storeLocatorSearchBox fieldset .button{
            padding: 8px;
            background-color: #65839d;
        }
        #storeLocatorSearchBox fieldset .button:focus{
            background-color: #AAA;
        }

        
/* Social Media Sharing Services and comments */
#social_media_sharing {
    background: #FFF;
    padding: 30px;
    
    
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    box-shadow: 1px -3px 8px -4px rgba(0, 0, 0, 0.2);
    
}

    #social_media_sharing h4{
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    #social_media_sharing p{
        color: #999999;
    }
    #social_media_sharing #socialshareprivacy{
        border-top: 1px #cccccc solid;
        margin-top: 8px;
        padding-top: 8px;
    }
    
    
/* Tipp des Tages auf Startseite */
.tx-onm-eb-randomarticle {
    position: relative;
    z-index: 1;
}
    .tx-onm-eb-randomarticle .tx-ebrandomarticle-img-icon {
        background: url(../img/badge_tippdestages.png) no-repeat top right;
        display: block;
        position: absolute;
        top: -8px;
        right: -8px;
        z-index: 3;
        width: 110px;
        height: 85px;
        
    }
    .tx-onm-eb-randomarticle .tx-ebrandomarticle-img{
        /* height: 115px; */
        border: 1px solid #CCCCCC;
        display: block;
        background: #FFF;
        margin-bottom: 15px;
        padding: 0;
    }
    .tx-onm-eb-randomarticle .tx-ebrandomarticle-img img{
        margin: 0;
    }
    .tx-onm-eb-randomarticle .tx-ebrandomarticle-img:hover img{
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    }
    
    .tx-onm-eb-randomarticle .tx-ebrandomarticle-article{
        
    }

/* fachhaendler Auflistung eb_store */
#storeListContainer,
#logoListContainer {
    margin-left: -11px;
    width: 657px;
}
    #logoListContainer #logoList,
    #storeListContainer #storeList{
        list-style: none;
        margin: 0;
        padding: 0;
    }
        #logoListContainer #logoList li,
        #storeListContainer #storeList li{
                list-style: none;
                border: 0;
                background: transparent;
                float: left;
                width: 195px;
                height: 195px;
                margin: 11px;
                padding: 0;
        }
            #logoListContainer #logoList li h3,
            #storeListContainer #storeList li h3{
                background: #FFF;
                display: table;
                height: 195px;
                width: 195px;
                border: 1px #CCCCCC solid;
                box-shadow: 0 0 3px rgba(0,0,0,.3);
                vertical-align: middle;
            }

                #logoListContainer #logoList li h3 a,
                #logoListContainer #logoList li h3 span,
                #storeListContainer #storeList li h3 a,
                #storeListContainer #storeList li h3 span{
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                    padding: 0;
                    background: transparent;
                    position: relative;
                }

				
				/* Mailform */
				
				fieldset.mailform .csc-mailform-field span {
					margin: 20px 0;
					font-weight: normal;
					color: #555555;
					padding-top: 2px;
					margin-top: 0;
					border-top: none;
					display: block;
					clear: both;
				}
				
				fieldset.mailform .csc-mailform-check {
					margin-top: 7px;
				}
				
				fieldset.mailform #mailformAntwort input[type="radio"],
				#mailformAntwort input.radio
				{
					float: left;
				}
				
				.mailform label[for="mailformAntwort"] {
					display: none;
				}
				
				#mailformAntwort label {
					border: none;
					padding-top: 0;
				}
				
				fieldset.mailform fieldset {
          padding: 0;
          margin: 0;
          border: 0;
				}
				
				fieldset.mailform li.radiobuttons {
          list-style: none;
				}
          fieldset.mailform li.radiobuttons input {
            float: left;
            clear: both;
            padding: 0;
            border: 0;
            background: transparent;
          }
          
				
				fieldset.mailform li.divider {
          list-style: none;
          background: transparent;
          border-bottom: 1px #EEE dotted;
          margin: 0 0 5px 0;
          padding: 5px 0 0 0;
				}
				
                                
                                
/* News Anpassungen Monatsauswahl */

.tx-onm-ebcustomnews {
    position: relative;
}


    
    #content .tx-onm-ebcustomnews .news-amenu-container {
        border-bottom: 0;
      /*   position: absolute;
      right: 0;
      top: 0; */
        width: 140px;
        float: left;
    }
			

/* Language Menu */

.language-menu {
    margin: 0;
    list-style: none;
    z-index: 6;
    float: right;
    padding: 9px 3px 0;
    position: relative;
}	

    .language-menu li {
        display: block;
        float: left;
        min-width: 24px;
        margin: 0 4px;
        padding: 0;
        color: #FFF;
        border: 0;
    }   

        .language-menu li a{
            display: block;
            background: #333 url(../img/sprites_languages.png) no-repeat;
            background-position: 0 0;
            width: 21px;
            height: 12px;
            line-height: 0;
            overflow: hidden; 
            text-indent: -999px;
            margin: 2px;
            box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        } 

        .language-menu li a.available{
            background-color: #FFF;
        }  

        .language-menu li a.active{
            border: 2px #FFF solid;
            background-position: -23px 0;
            margin: 0;
        } 

        .language-menu li a.en{
            background-position: 0 -18px;
        }
        .language-menu li a.en.active{
            background-position: -23px -18px;
        } 

        .language-menu li a.fr{
            background-position: 0 -36px;
        } 

        .language-menu li a.fr.active{
            background-position: -23px -36px ;
        } 

        

/*         temp
.language-menu {
    display: none;
} */
/*Karriere Akkordion Aufklappmenü Ausbildungsangebote*/        
.accordion{
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.accordion > div.head{
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 10px;
    background-color: orange;
}
.accordion > div.link:hover{
    box-shadow: 0px 0px 5px #333 inset;
}
.accordion > div.head > h2{
    color: #fff;
    margin: 0;
}
.accordion > div.body div.item{
    background-color: #ddd;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
}
.accordion > div.body div.item:hover{
    background-color: #ededed;
}
.accordion > div.body div.item img{
    float: right;
    clip: rect(0px,20px,20px,0px);
    width: 20px;
    height: 60px;
    margin: 0;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.accordion > div.body div.item img.icons_opened{
    -moz-transform:rotate(180deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(180deg); /* Safari */
    -o-transform:rotate(180deg); /* Opera */
    -ms-transform:rotate(180deg); /* IE9 */
    transform:rotate(180deg); /* W3C */
    top:-30px;
}
.accordion > div.body div.item img.eb_azubi_icons{
    cursor: pointer;
}
.accordion > div.body div.item:fist-child{
}
.accordion > div.body div.item:last-child{
    margin-bottom: 0;
}
.accordion > div.body div.item h2{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
.accordion > div.body div.item p{}


#stoerer_ausbildung {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    display: block;
}


#stoerer_ausbildung a{
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 222px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../img/ausbildung_flipper_2017.png) no-repeat top right;
}

#stoerer_ausbildung .copyright {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    right: 10px;
    top: 150px;
    z-index: 105;
    cursor: help;
}


@media ( max-width: 1360px ) {
    #stoerer_ausbildung {
        right: 50%;
        top: 45px;
        margin-right: -500px;
        display: none;
    }
    #stoerer_ausbildung a{
        background-image: url(../img/ausbildung_flipper_sm.png);
        height: 115px;
    }

    #stoerer_ausbildung .copyright {
        display: none;
    }

    .level0 #stoerer_ausbildung {
        display: block;
    }
}