/** 
 * netzmarketing.ch
 */

#wrapper 
{
    min-width: 1097px;
    position:relative;
}
#slideshow_wrapper 
{
    max-height: 286px;
    width: auto;
    height: auto;
    margin: 0 20px;
    position:relative;
    background:#ffffff;
    height:275px;
    overflow:hidden;
}
aside
{
    left: 0;
    position: absolute;
    top: 41px;
    width:100%;
    height:auto;
}
#content_wrapper 
{
    width: auto;
    margin: 330px 20px 0 20px;
    padding:25px 2% 9px;
    border: 1px solid #cccccc;
    border-top: 0;
    background: url(img/slideshow_shadow_bottom.png) no-repeat center 0px #ffffff;
}
.camera_wrap img 
{
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width:1058px !important;
}
.teaser_text_container 
{
    background: url("img/content_box_shadow_wide.png") center bottom no-repeat;
    margin-top: 10px;
    padding-bottom: 40px;
}
.teaser_boxes_container 
{
    margin-top: 10px;
    padding-bottom: 40px;
    background-image: url(img/content_box_shadow_wide.png) no-repeat bottom center;
}

#header_social_container ul li a 
{
    width: 78px;
    height: 26px;
    display: block;
    background-image: url(img/social_media_sprite.png);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 1px #000000;
    box-shadow: 0px 0px 1px #000000;
}

.menu-visible,
.menu-invisible
{
    display:block !important;
}
#menubutton
{
    display:none;
}
#navigation_wrapper 
{
    margin: 20px 20px 0 193px;
}
#navigation_wrapper ul li ul 
{
    min-width: 200px;
    position: absolute;
    margin-left: 5px;
    background: -webkit-linear-gradient(top, #434343, #2f2f2f);
    background: -moz-linear-gradient(top, #434343, #2f2f2f);
    background: -o-linear-gradient(top, #434343, #2f2f2f);
    background: #2f2f2f;
    background: linear-gradient(top, #434343, #2f2f2f);
    z-index: 9999;
    display: none;
}
#navigation_wrapper ul li:hover ul 
{						
    display: block;
}
#navigation_wrapper ul li 
{
    float: left;
}
#navigation_wrapper ul li a 
{
    width: 139px;
    height: 35px;
    margin-left: 5px;
    background: url(img/background_navi_lvl_1.png) no-repeat;
    -webkit-box-shadow: 0px 0px 1px #000000;
    box-shadow: 0px 0px 1px #000000;
    font-family: 'abelregular', Arial, Helvetica, sans serif;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    display: block;
}
#navigation_wrapper ul li ul li a 
{
    text-align: left;
}
/* 2 Spalten */
#content_2_column_left_container 
{
    width: 74%;
    float: left;
}
#content_2_column_right_container 
{
    width: 24%;
    float: left;
    margin-left: 2%;
}
/* 2 Spalten Content rechts */
#content_2_ccolumn_right_container 
{
    width: 74%;
    float: right;
}
#content_2_ccolumn_left_container 
{
    width: 24%;
    float: left;
    margin-right: 2%;
}
/* 3 Spalten */
#content_3_column_left_container 
{
    width: 24%;
    float: left;
}
#content_3_column_middle_container 
{
     width: 48%;
     float: left;
     margin-left: 2%;
}
#content_3_column_right_container 
{
    width: 24%;
    float: left;
    margin-left: 2%;
}

.teaser_boxes_container .teaser_box 
{
    width: 32%;
    float: left;
    margin-right:2%;
}
.teaser_boxes_container .teaser_box img 
{
    width: 100%;
    height:auto;
}
.teaser_boxes_container .teaser_box:last-child
{
    margin-right:0;
}
/* Breadcrumb */
.no-front .breadcrumb
{
    display:block;
}
.rex-breadcrumb
{
    margin:0 0 0.25em 0;
    font-family: 'abelregular',Arial,Helvetica,sans serif;
    font-size: 1.1em;
}
.rex-breadcrumb li,
.rex-breadcrumb li a
{
    color:#81A800;
}
.rex-breadcrumb li a:hover
{
    color: #666666;
    transition: color 0.5s ease 0s;
}
.rex-breadcrumb li
{
    list-style:none;
    display:inline;
    margin-right:0.5em;
}
.rex-breadcrumb li:before
{
    content:'\00BB';
    margin-right:0.5em;
}
.rex-breadcrumb li:first-child:before
{
    content:'';
}

