/*
    Document   : main
    Created on : 31.07.2012, 09:42:00
    Author     : Michael Geilenkirchen
    Project    : BDVZ
    Description: Basic and extended CSS rules

*/

@font-face {
    font-family: 'latolight';
    src: url("../Fonts/lato-light/lato-light-webfont.eot");
    src: url("../Fonts/lato-light/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-light/lato-light-webfont.woff2") format("woff2"), url("../Fonts/lato-light/lato-light-webfont.woff") format("woff"), url("../Fonts/lato-light/lato-light-webfont.ttf") format("truetype"), url("../Fonts/lato-light/lato-light-webfont.svg#latolight") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'latobold';
    src: url("../Fonts/lato-bold/lato-bold-webfont.eot");
    src: url("../Fonts/lato-bold/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-bold/lato-bold-webfont.woff2") format("woff2"), url("../Fonts/lato-bold/lato-bold-webfont.woff") format("woff"), url("../Fonts/lato-bold/lato-bold-webfont.ttf") format("truetype"), url("../Fonts/lato-bold/lato-bold-webfont.svg#latobold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'latoregular';
    src: url("../Fonts/lato-regular/lato-regular-webfont.eot");
    src: url("../Fonts/lato-regular/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-regular/lato-regular-webfont.woff2") format("woff2"), url("../Fonts/lato-regular/lato-regular-webfont.woff") format("woff"), url("../Fonts/lato-regular/lato-regular-webfont.ttf") format("truetype"), url("../Fonts/lato-regular/lato-regular-webfont.svg#latoregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'playfairdisplaybold';
    src: url("../Fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.eot");
    src: url("../Fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woff2") format("woff2"), url("../Fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woff") format("woff"), url("../Fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.ttf") format("truetype"), url("../Fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.svg#playfair_displaybold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'playfairdisplayregular';
    src: url("../Fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.eot");
    src: url("../Fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../Fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.woff") format("woff"), url("../Fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.ttf") format("truetype"), url("../Fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.svg#playfair_displayregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face{
    font-family:'euclidlight';
    src:url("../Fonts/euclid-light/EuclidSquare-Light-WebS.eot");
    src:url("../Fonts/euclid-light/EuclidSquare-Light-WebS.eot?#iefix") format("embedded-opentype"),url("../Fonts/euclid-light/EuclidSquare-Light-WebS.woff2") format("woff2"),url("../Fonts/euclid-light/EuclidSquare-Light-WebS.woff") format("woff"),url("../Fonts/euclid-light/EuclidSquare-Light-WebS.ttf") format("truetype"),url("../Fonts/euclid-light/EuclidSquare-Light-WebS.svg#euclid_square_light") format("svg");
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family:'euclidregular';
    src:url("../Fonts/euclid-regular/EuclidSquare-Regular-WebS.eot");
    src:url("../Fonts/euclid-regular/EuclidSquare-Regular-WebS.eot?#iefix") format("embedded-opentype"),url("../Fonts/euclid-regular/EuclidSquare-Regular-WebS.woff2") format("woff2"),url("../Fonts/euclid-regular/EuclidSquare-Regular-WebS.woff") format("woff"),url("../Fonts/euclid-regular/EuclidSquare-Regular-WebS.ttf") format("truetype"),url("../Fonts/euclid-regular/EuclidSquare-Regular-WebS.svg#euclid_square_regular") format("svg");
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family:'euclidmedium';
    src:url("../Fonts/euclid-medium/EuclidSquare-Medium-WebS.eot");
    src:url("../Fonts/euclid-medium/EuclidSquare-Medium-WebS.eot?#iefix") format("embedded-opentype"),url("../Fonts/euclid-medium/EuclidSquare-Medium-WebS.woff2") format("woff2"),url("../Fonts/euclid-medium/EuclidSquare-Medium-WebS.woff") format("woff"),url("../Fonts/euclid-medium/EuclidSquare-Medium-WebS.ttf") format("truetype"),url("../Fonts/euclid-medium/EuclidSquare-Medium-WebS.svg#euclid_square_medium") format("svg");
    font-weight:normal;
    font-style: normal
}

/*
*Basics
**/
#ui-datepicker-div {
    display: none;
}
root {
    display: block;
}
body{
    width:100%;
    height:100%;
    overflow-x:hidden;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, code, del, em, font, img, small,
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form,
label, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin:0;
    padding:0;
    font-family:"arial", sans-serif;
    background:transparent;
}

img{
    max-width: 100%;
    height: auto;
}


a{
    text-decoration:none;
    color:#5092C9;
}

label {
    font-size: 12px;
    color: #252b31;
}

blockquote
{
    font-style: italic;
}
ul{

}
table caption,
table tr th,
table tr thead
table tr td,
ul > li{
    line-height: 20px;
    font-size:12px;
    list-style-position:inside;
    color: #3A3A3B;
}

.maincontent table{
    width:100%;
}

.maincontent table tr{
    width:100%;
}
.maincontent table caption,
.maincontent table tr th,
.maincontent table tr thead{
    font-size:15px;
    color:#707173;
    background:#EAEAEA;
    padding:5px;
}

.maincontent table tr td{
    color:#707173;
    border:1px solid #D8D8D8;
    padding:5px;
}

/*
*Sections
**/
#wrapper{}

#header{}

#logo{width:228px;height:78px;top:20px;}
#logo a img{}

#topmenu{
    top:22px;
    right:0px;
    width: 435px;
    height:30px;
}
#topsearch{
    background:url(../bilder/layout/ico_search.png) no-repeat left #fff;
    width:220px;
    height:30px;
    /*padding-left:30px;*/
}
#topsearch input{
    margin-top:7px;
    border:none;
    background:transparent;
    width:170px;
    font-size:14px;
    color:#707173;
    font-style:italic;
}

#topsearch button{
    background:#5092C9;
    border:none;
    width:38px;
    height:30px;
    color:#fff;
    cursor:pointer;
}
#topsearch button:hover{
    background:#3A3A3B;
}
#topmenu > .relative{
    top:-45px;
    left:264px;
}

/*Navigation*/
#navigation{top:104px;right:0px;}
#navigation > ul{ float:left; }
#navigation > ul > li{
    float:left;
    display:block;
    list-style:none;
    margin-left:5px;
    margin-bottom:10px;
    height:25px;
}

#navigation > ul > li:last-child{
    width: 0px;
    padding: 0;
    margin: 0;
}


#navigation > ul > li.active > ul{
    display:block;
}
#navigation > ul > li > a{
    text-decoration:none;
    color:#fff;
    display:block;
    background:#3a3a3b;
    font-size:16px;
    /*height:20px;*/
    padding:5px 32px 5px 10px;
}
#navigation > ul > li > a:hover,
#navigation > ul > li > a.active{
    background:#5092c9;
}
#navigation > ul > li > ul{
    display:none;
    margin-top:14px;
    background:#5092C9;
    padding:5px 0 0 0;
    /*    width:620px;*/
    height:25px;
    position:absolute;
    left:5px;
    box-shadow: 0 0 5px #3A3A3B;
}
#navigation > ul > li > ul > li{
    float:left;
    list-style:none;
    font-size:14px;
    color:#fff;
}
#navigation > ul > li > ul > li > a{
    color:#fff;
    margin:0 9px;
}
#navigation > ul > li > ul > li > a:hover,
#navigation > ul > li > ul > li > a.active{
    color:#3A3A3B;
}
#navigation_mini{display: none;background-color: #3a3a3b;position: absolute; z-index: 10;}

#navigation_mini ul{padding: 20px 40px 20px 40px;}


#navigation_mini li{
    list-style: none;
    line-height: 22px;
}

#navigation_mini .submenu.ebene1{
    padding-left:30px;
    padding-top: 0;
    padding-bottom: 0;
}

#navigation_mini li.active a.active {
font-weight: bold;
}

#mini_nav_ico{
    display: none;
}




ul.sitemap{margin:15px 0 15px 0;}
ul.sitemap li{list-style:inside;margin:0 0 5px 0;}
ul.sitemap li a{color:#3A3A3B;text-decoration:underline}
ul.sitemap li a.active,
ul.sitemap li a:hover{color:#5092C9;font-weight:bold;text-decoration:none;}

.tabs{
    margin-top: -10px;
}
.tabs ul{}
.tabs ul li{
    height:30px;
    background:#3A3A3B;
    float:left;
    list-style:none;
    margin-right:5px;
    position:relative;
}
.tabs ul li a{
    display:block;
    height:25px;
    padding:5px 50px 0 10px;
    color:#ffffff;
    font-size:14px;
}
.tabs ul li.active,
.tabs ul li a:hover{
    background:#5092c9;
}
.tabs ul li.active > div{
    top:-4px;
    left:50%;
    margin-left:-2px;
}

/*Input*/
.standardForm{
    width:100%;
    border-spacing:10px;
}
.standardForm tr{}
.standardForm tr td{
    font-weight:bold;
    color:#3a3a3b;
    font-size:12px;
}
.standardForm tr td input[type=text],
.standardForm tr td input[type=password],
.standardForm tr td select,
.ec_login_formular_fields,
.ec_login_formular_fields_error {
    width:250px;
    padding:8px;
    color:#3a3a3b;
    background:#eaeaea;
    border:none;
    font-size:12px;
    font-weight:bold;
}
.standardForm tr td select {
    width:266px;
}
.standardForm tr td:nth-child(odd){}
.standardForm tr td:nth-child(even){}

/*Content Tabs*/
.content_tabs{}
.content_tabs ul{}
.content_tabs ul li{
    display: block;
    float: left;
    list-style: none;
    color: #FFFFFF;
    font-size: 16px;
    height: 20px;
    padding: 5px 32px 5px 10px;
    cursor:pointer;
}
.content_tabs ul li:hover,
.content_tabs ul li.active{
    background:#5092c9;
}
.content_tabs_element{
    display:none;
}

.zvinput {
    background: none repeat scroll 0 0 #EAEAEA;
    border: medium none;
    color: #707173;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin-top: 5px;
    padding: 6px 10px;
    width: 90%;
}

/*Content*/
#content{
    top:238px;
    min-height:1000px;
    padding-bottom: 50px;
}

/*Footer*/
#footer{
    margin-left:-470px;
    left:50%;
    bottom:0;
    height:42px;
    z-index: 1000;
}
#footer > .left{
    padding:12px 0 0 20px;
}
#footer > .right{
    padding:10px 20px 0 0;
}
#footer *{
    color:#ffffff;
}
#footer a:hover{
    text-decoration:underline;
}

/*Background*/
#background{
/*    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:-500;
    background:no-repeat center center;
    background-size:cover;
    overflow:hidden;*/
}
#background img{
    /*display:none;*/

min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;

}

/*
*Elements
**/
#ajax{}

.tweet{}
.tweet > .left{
    margin-top:10px;
}
.tweet > .right{
    border:10px solid #5092c9;
    background:#fff;
    max-width:500px;
    width:100%;
}
.tweet > .right > p{
    font-size:14px;
    color:#3a3a3b;
}
.tweet > .right small{
    font-size:12px;
    color:#707173;
}
.tweet > .right small > strong{
    color:#5092c9;
}

/*
*Teacher
**/
.teacher_selector{}
.teacher_selector ul{padding-left:1px;}
.teacher_selector ul li{
    float:left;
    height:20px;
    width:20px;
    list-style:none;
    text-align:center;
    color:#fff;
    padding:5px 0px;
    margin:0 0.095em;
}

.teacher_selector ul li.active,
.teacher_selector ul li.active a {
    background:#5092C9;
    color: #fff;
}

/*
*Accordion
**/
.accordion_set{}

.accordion_set_aboutus,
.accordion_set_aboutus .accordion_content
{
    display: block;
}

.accordion_tab{
    height:25px;
    cursor:pointer;
    font-weight:bold;
    padding:5px 0 0 20px;
    background:url(../bilder/layout/ico_accordion.png) no-repeat 100% 0 #3A3A3B;
}
.accordion_tab.active,
.accordion_tab:hover{
    background:url(../bilder/layout/ico_accordion.png) no-repeat 100% 100% #5092C9;
}
.accordion_content{
    display:none;
    height:auto;
}
.accordion_content > table{width:100% !important;}
.accordion_content > table tr{}

.accordion_content > table tr td,
.cke_show_borders > table tr td
{
    vertical-align:top;padding:5px;
}

.accordion_content > table tr td > h1,
.cke_show_borders > table tr td > h1
{
    border:none;
    padding:0;
    margin:0;
    font-size:14px;
    margin-bottom:5px;
}
.cke_show_borders > table tr td > h2,
.accordion_content > table tr td > h2
{
    border:none;padding:0;margin:0;font-size:12px;margin-bottom:10px;color:#3A3A3B;
}
.accordion_content ul{}
.accordion_content ul li{list-style-position:inside;line-height:20px;}

.cke_show_borders table td,
.accordion_content table td
{
    padding:5px;
}
/*Marginal Input*/
.marginal_input{
    width:100%;
    background:url(../bilder/layout/ico_input_mail.png) no-repeat #eaeaea;
}
.marginal_input > input{
    background:#eaeaea;
    border:none;
    font-size:14px;
    color:#707173;
    width:65%;
    margin-top:5px;
    margin-left:30px;
}
.marginal_input > .right > button{
    background:#5092C9;
    border:none;
    width:38px;
    height:30px;
    color:#fff;
    cursor:pointer;
}
.marginal_input > .right{
    width:auto !important;
}

/*Collapsible*/
.collapsible{}
.collapsible_bar{
    height:25px;
    font-size:14px;
    padding:5px 0 0 20px;
    background:url(../bilder/layout/ico_collapsible.png) no-repeat;
    background-position:100% 0;
    cursor:pointer;
    overflow:hidden;
    line-height:20px;
}
.collapsible_bar:hover,
.collapsible_bar.active{
    background-color:#3A3A3B;
    background-position:100% -30px;
}

/*Content Boxes*/
.box{}
.box > p >img{
    /* width:100%; */
    margin-bottom:20px;
}
.box >img{width:100%;}
.box > div > .left img{
    width:200px;
}
/*.box > div > .left{
    width:30%;
}*/


.newsgroup .productprice_B{
    font-size: 30px;
    font-weight: bold;
    left: 0;
}
.newsgroup .productprice_N{
    font-weight:bold;
    font-size:18px;
}
.newsgroup > p{
    color:#5092C9;
}

.newsgroup h1 { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; font-size: 16px; line-height: 18px; }

.box > .marginal_suggest{
    padding:0 !important;
    margin:0 !important;
}
.box > div > .left.btn_circle_small{
    margin-top:10px;
    width:auto;
}
.box > div > .right{
    /*    width:62%;*/
}
.box h1{
    width:100%;
    padding-bottom:20px;
    margin-bottom: 10px;
    border-bottom:1px solid #3a3a3b;
}
.box h2{
    width:100%;
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom:1px solid #3a3a3b;
}
.box h3{
    padding:0;
    margin:0;

}
.box h4{
    width:100%;
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom:1px solid #3a3a3b;
    margin-top:-10px;
}
.box .category,
.box .meta{
    font-size:12px;
    font-weight:bold;
    color:#707173;
}
.box .meta{
    color:#3a3a3b;
}
.box .title{
    font-size:16px;
    font-weight:bold;
    color:#5092c9;
    line-height:22px;
}
.box .detail > .date,
.box .detail > .category{
    margin-top:15px;
}

.box .detail > .date,
.box .detail > .category{
    font-size:20px;
    line-height:18px;
}
.box .detail > .title{
    margin:30px 0 20px 0;
    font-size:28px;
    line-height:30px;
}
.box .detail > p{
    margin-top:20px;
}
.box div .right.relative p{
    margin-bottom:20px;
    padding-bottom:40px;
}
.box > .newsgroup{
    margin-top:20px;
    border-bottom:1px solid #3a3a3b;
    min-height:130px;
}
.box hr{border:none;border-bottom:1px solid #3a3a3b;margin:10px 0 10px 0}
#newsgroup_slider{
    width:30px;
    height:93px;
    background:url(../bilder/layout/bg_newsgroup_slider.png) no-repeat;
    cursor:pointer;
    left:-14px
}
#newsgroup_slider:hover{
    background-position:0 100%;
}
.w300.left.relative .box .newsgroup{
    cursor:pointer;
}
/*Button*/
.btn_arrow{background:url(../bilder/layout/ico_btn_active.png) no-repeat;}
.btn_arrow_up{background-position:-4px 0px;width:8px;height:4px;}
.btn_arrow_left{background-position:0px -4px;width:4px;height:8px;top:25px;left:-14px;}
.btn_arrow_right{background-position:-10px -4px;width:4px;height:8px;}
.btn_arrow_bottom{background-position:-4px 0px;width:8px;height:4px;}

.linkbutton,
.formbutton,
.ec_login_formular_fields_button,
input[type=submit],
button{
    background:#5092C9;
    border: medium none ;
    color: #FFFFFF ;
    cursor: pointer ;
    height: 30px;
    font-size: 14px;
    font-weight:normal ;
    width:auto;
    padding: 5px 15px 5px 15px;
    box-shadow: 0 0 5px #3A3A3B;
}
button:hover{
    background:#3A3A3B;
}
.linkbutton{
    padding:8px;
}
.btn_more{
    height:30px;
    display:block;
    text-align:left;
    right:0;
    bottom:-15px;
}
.btn_more a
{
    display:block;
    padding:5px 50px 0px 15px;
    font-size:14px;
    height:25px;
    background:url(../bilder/layout/ico_more.png) no-repeat 100% 0;
}
.right.relative > .btn_more{
    right:-20px;
    bottom:20px;
}
.btn_more:hover,
.btn_more a:hover{
    background-color:#3A3A3B;
}
.btn_more.b6{
    width:205px !important;
    height:35px !important;
    padding:7px 0 0px 15px !important;
    margin:10px -20px 0 0;
}
.btn_more.b6 > a{
    font-size:20px;
    font-weight:bold;
}

.event
{
    margin-left: 183px;
    margin-top: 15px;
    width: 97px;
}

.btn_circle{
    width:58px;
    height:58px;
    background:url(../bilder/layout/bg_circle.png);
}
.btn_circle.green{
    width:58px;
    height:58px;
    background:url(../bilder/layout/bg_circle.png) 0 116px;
}
.btn_circle.blank{
    background-position:0px -116px;
}
.btn_circle.blank.green{
    background-position:0px 59px;
}
.btn_circle:hover,
.btn_circle.active{
    background-position:0px -58px;
}
.btn_circle.blank:hover,
.btn_circle.blank.active{
    background-position:0px -175px;
}
.btn_circle > a{
    display:block;
    width:58px;
    height:58px;
}
.btn_circle_small{
    width:31px;
    height:30px;
    background:url(../bilder/layout/bg_circle_small.png);
}
.btn_circle_small:hover,
.btn_circle_small.active{
    background-position:0px -30px;
}
.btn_circle_small > a{
    display:block;
    width:31px;
    height:30px;
}
.btn_marginal_single{
    height:30px;
    background:url(../bilder/layout/ico_more.png) no-repeat 100% 0;
}
.btn_grey_single{
    width:188px;
    height:30px;
    background:url(../bilder/layout/ico_more.png) no-repeat 0 100%;
}
.btn_grey_single:hover,
.btn_marginal_single:hover{
    background-color:#5092C9;
}
.btn_marginal_single a{
    color:#fff;
    font-size:14px;
    display:block;
    height:25px;
    padding:5px 0 0 20px;
}
.btn_grey_single a{
    color:#fff;
    font-size:14px;
    display:block;
    height:25px;
    padding:5px 0 0 40px;
}
.btnBack{display:none;}

/*Icon Set*/
.ico{
    background:url(../bilder/layout/ico_set_white.png);
}
.ico_login{
    background:url(../bilder/layout/ico_set_white.png);
    background-position:0px -466px;
}
.ico_print{
    background:url(../bilder/layout/ico_set_white.png);
    background-position:0px -524px;
}
.ico.login{}
.ico.cart{background-position:0px -58px;}
.ico.twitter{background-position:0px -116px;}
.ico.download{background-position:3px -178px;}
.ico.mail{background-position:0px -235px;}
.ico.hotel{background-position:0px -293px;}
.ico.car{background-position:0px -350px;}
.ico.kontakt{background-position:0px -522px;}

.ico.wegweiser {
    background: url('../bilder/layout/ico_wegweiser.png') !important;
    background-position: 17px 18px !important;
    background-repeat: no-repeat !important;
}

.ico_small{
    background:url(../bilder/layout/ico_set_white_small.png) no-repeat;
}
.ico_small.ico_twitter{}
.ico_small.ico_facebook{background-position:0px -30px;}

.hint{
    position:relative;
}
.ico_hint{
    width:59px;
    height:59px;
    top:-10px;
    right:-10px;
}
.ico_del{
    top:0px;
    right:0px;
}

/*Event*/
.calendarcontent > .event_teaser{
    position:relative;
    min-height: 223px;
    width: 260px;
}
.calendarcontent > .event_teaser .event_teaser_toolbar{
    position:absolute;
    z-index:6;
}
.calendarcontent > .event_teaser .event_teaser_toolbar .left{
    width:200px;
    height:28px;
    margin:0;
    padding:0;
    text-align:center;
    color:#5092C9;
    font-size:16px;
    font-weight:bold;
    line-height:22px;
}
.calendarcontent > .event_teaser .event_teaser_toolbar .left.slide{
    background:url("../bilder/layout/ico_more.png") no-repeat scroll -6px -29px #5092C9;
    cursor:pointer;
    height:30px;
    width:30px;
}
.calendarcontent > .event_teaser .event_teaser_toolbar .left.slide:hover{}
.calendarcontent > .event_teaser .event_teaser_toolbar .right.slide{
    background:url("../bilder/layout/ico_more.png") no-repeat scroll 8px 0 #5092C9;
    cursor:pointer;
    height:30px;
    width:30px;
}
.calendarcontent > .event_teaser .event_teaser_toolbar .right.slide:hover{}
.calendarcontent > .event_teaser .event_dates{
    padding-top:50px;
}
.calendarcontent > .event_teaser .event_dates ul{
    margin:0 0 0 5px;
    padding:0;
}
.calendarcontent > .event_teaser .event_dates ul li{
    float:left;
    list-style:none;
    font-size:12px;
    color:#3A3A3B;
    font-weight:bold;
    width:16px;
    height:23px;
    margin:0 0 0 19px;
}
.calendarcontent > .event_teaser .event_dates ul li a{}
.calendarcontent > .event_teaser .event_days{
    padding-left:8px;
}
.calendarcontent > .event_teaser .event_day{
    margin:0px;
    width:35px;
    height:25px;
    text-align:center;
    font-size:11px;
    padding-top:5px;
}
.calendarcontent > .event_teaser .event_day.active:hover{
    background:#3A3A3B;
    color:#fff;
}
.calendarcontent > .event_teaser .event_day.out{
    background:#FFF;
}
.calendarcontent > .event_teaser .event_day.active{
    background:#FFF;
    cursor:pointer;
    font-style:italic;
    font-weight:bold;
    color:#5092C9;
    position: relative;
}
.calendarcontent > .event_teaser .event_day{}

.calendarcontent .tooltip {
    display: none;
    background-color: #5092c9;
    position: absolute;
    bottom: 30px;
    width: 240px;
    /*    height: 120px;*/
    left: -115px;
    z-index: 100;
}
.calendarcontent .tooltip p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    font-style: normal;
}
.calendarcontent .tooltip p.ueberschrift {
    font-size: 12px;
    color: #3A3A3B;
}
.calendarcontent .tooltip .tooltip-arrow {
    position: absolute;
    left: 128px;
    bottom: -8px;
}
.calendarcontent .tooltip .tooltip-line {
    border-top: 1px solid #ffffff;
    display: block;
    margin-top: 5px;
    padding-top: 5px;
}
/*Article*/
.articleprice{font-weight:bold;font-size:14px;font-family:"Georgia",serif;color:#707173;}
.article_2cols{width:100%;}
.article_2cols .image{}
.article_2cols .image img{width:200px;}
.article_2cols .articletext{width:360px;}
.articletext > h1{border:none;margin:0px;font-size:16px;font-weight:bold;padding:0;}
.articletext > h2{border:none;margin:0px;padding:0;font-size:12px;color:#3A3A3B;margin-top:5px;}
.articletext small{color:#979799;font-weight:bold;font-size:12px;}
.articletext a{font-family:"Georgia",serif;color:#5092C9;font-style:italic;font-size:12px;}

.publication{
    padding-bottom: 20px;
    position: relative;
}
.autor{
    margin: 35px 0 -5px 0;
    font-weight:bold;
}
.publication .productcategory{
    font-weight:bold;
}
.publication .producttitle{
    font-size:20px;
    font-weight:bold;
}
.publication .priceblock {
}
.publication .priceblock .buttons {
}
.publication .productprice {
    min-height: 80px;
    width: 360px;
}

.publication .buttons
{
    bottom: 0;
    min-height: 80px;
    right: 0;
    width: 360px;
    position: absolute;
}

.publication .producttax{
    font-weight: bold;
    margin: 10px 0 10px;
}
.detail .productcategory{
    font-weight:bold;
}
.detail .productautor{
    font-weight:bold;
    font-size:20px;
}
.detail .producttitle{
    font-weight:bold;
    font-size:20px;
    line-height:25px;
    margin: 10px 0 10px 0;
}
.detail .productaddtext{}
.detail .productprice{
    font-weight:bold;
    font-size:30px;
    min-height: 0 !important;
}
.detail .productprice_B{
    font-weight:bold;
    font-size:30px;
}
.detail .productprice_N{
    font-weight:bold;
    font-size:18px;
}
.detail .producttax{
    font-weight:bold;
}

/*
*  Mitgliederverzeichnis
**/
.mitglieder-list-search {
    margin-bottom: 20px;
}
.mitglieder-list-search-1 {
    display: block;
    width: 50%;
    float: left;
}
.mitglieder-list-search-2 {
    display: block;
    width: 50%;
    float: left;
}
.mitgliederverzeichnis {
    list-style-type: none;
}
.mitgliederverzeichnis li {
    /*    clear: both;
        border-bottom: 1px solid #3a3a3b;
        height: 100px;
        cursor: pointer;
        padding: 5px;*/
	margin: 0 !important;
}
.mitgliederverzeichnis li:hover {
    /*    clear: both;
        border-bottom: 1px solid #3a3a3b;*/
    /*    background-color: #5092c9;*/
}
.mitgliederverzeichnis li span {
    display: block;
    float: left;
    color: #3a3a3b;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}
/*.mitgliederverzeichnis li:hover span { color: #ffffff; }*/
/*.mitgliederverzeichnis li:hover a { color: #ffffff; }*/
.mitgliederverzeichnis li span.name { width: 48%; }
.mitgliederverzeichnis li span.verlag { width: 48%; }
.mitgliederverzeichnis li span.url { width: 18%; }
.mitgliederverzeichnis li span.adr { width: 18%; }
.mitgliederverzeichnis li span.titel, .mitgliederverzeichnis .titel {
    color: #A0C3EA;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}

.mitglieder-list-search input {
    background: none repeat scroll 0 0 #E2EDF9;
    border: 1px solid #A0C3EA;
    color: #333333;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 2px 5px;
    width: 90%;
}
.mitglieder-list-search select {
    background: none repeat scroll 0 0 #E2EDF9;
    border: 1px solid #A0C3EA;
    color: #333333;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 1px 1px 1px 5px;
    width: 80%;
}
.mitglieder-list-search .button-blue {
    /*    background: none repeat scroll 0 0 #E2EDF9;*/
    border: 1px solid #A0C3EA !important;
    color: #333333 !important;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    height: auto !important;
    padding: 1px 5px;
    width: auto;
}
.mitglieder-list-search label {
    color: #3A3A3B;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
}

.mitgliederverzeichnis table {
    border: 1px solid #A0C3EA;
}
.mitgliederverzeichnis table td {
    padding: 10px;
}
.mitgliederverzeichnis table td li{
    margin: 12px 0px;
    font-family: Arial,sans-serif;
}
.mitgliederverzeichnis table .head {
    background-color: #A0C3EA;
    color: #ffffff;
    padding: 5px 5px;
}
.mitgliederverzeichnis table .head span {
    color: #ffffff;
    font-weight: bold;
}
.mitgliederverzeichnis table .detail {
    vertical-align: bottom;
}
.mitgliederverzeichnis ul {
    list-style: none;
}

table.mglverz-kontakt {
    border: 0px;
    margin-bottom: 15px;
}

.mglverz-kontakt tr td {
    padding: 3px 0px;
}



.pagebrowser {
    background-color: #3a3a3b;
    height: 30px;
    width: 98.5%;
    padding: 0px 5px;
    margin-bottom: 20px;
}
.pagebrowser:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pagebrowser .prev a {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    padding: 5px;
    display: block;
    float: left;
    background: url("../bilder/layout/ico_more.png") no-repeat scroll -6px -29px #3a3a3b;
}


.pagebrowser .browse a {
    height: 20px;
    padding: 5px;
    display: block;
    float: left;
    color: #fff;
}
.pagebrowser .browse span.more {
    height: 20px;
    padding: 5px;
    display: block;
    float: left;
    color: #fff;
}
.pagebrowser .browse a.active,.pagebrowser .browse a:hover {
    background: #5092C9;
}
.pagebrowser .next a {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    padding: 5px;
    display: block;
    float: right;
    background: url("../bilder/layout/ico_more.png") no-repeat scroll 8px 0px #3a3a3b;
}

.pagebrowser .next a:hover, .pagebrowser .prev a:hover {
    background-color: #5092C9;
}
#mitglieder-list-content .pagebrowser {
    background-color: transparent;
}
#mitglieder-list-content .pagebrowser .prev a {
    background: url("../bilder/layout/ico_arrow_blue_l.png") no-repeat scroll 6px 10px transparent;
}
#mitglieder-list-content .pagebrowser .next a {
    background: url("../bilder/layout/ico_arrow_blue_r.png") no-repeat scroll 8px 8px transparent;
}

#mitglieder-list-content .pagebrowser .browse a {
    color: #000000;
}
#mitglieder-list-content .pagebrowser .browse a.active, #mitglieder-list-content .pagebrowser .browse a:hover {
    background: none repeat scroll 0 0 #5092C9;
    color: #ffffff;
}

/*
*Position / Alignment
**/
.absolute{position:absolute;}
.relative{position:relative;}
.fixed{position:fixed;}
.center{margin:0 auto;}
.left{float:left;}
.right{float:right;}
/*
*Special Positions
**/
.topRight{top:-44px;right:0px;}

/*
*Spacers
**/
.m20{margin:20px;}
.mT30{margin-top:30px;}
.mT10{margin-top:10px;}
.mT{margin-top:20px;}
.mL{margin-left:20px;}
.mL20 {margin-left:20px}
.mR{margin-right:20px;}
.mB30{margin-bottom:30px;}
.mB10{margin-bottom:10px;}
.mB20{margin-bottom:20px;}
.mB8{margin-bottom:8px;}
.mB{margin-bottom:30px;}
.p20{padding:20px;}
.p10{padding:10px;}

/*
*Sizes
**/
.w100p{width:100%;}
.w50p{width:50%;}
.w960{width:960px;}
.w940{width:940px;}
.w620{width:620px;}
.w360{width:360px;}
.w310{width:310px;}
.w300{width:300px;}
.w440{width:440px;}
.w200{width:200px;}
.w180{width:180px;}
.w120{width:120px;}
.h100p{height:100%;}

/*
*Fonts
**/
.f1{font-family:"arial",sans-serif;}
h1{
    font-size:30px;
    color:#5092c9;
    line-height: 38px;
}
h2{
    font-size:16px;
    color:#5092c9;
    line-height: 21px;

}
h3{
    font-family:"Georgia",serif;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
    color:#3a3a3b;
}
h3 a{
    color:#5092c9;
    font-family:"Georgia",serif;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
}
h3 a.active,
h3 a:hover{
    color:#3a3a3b;
    text-decoration:underline;
}
h4{
    font-weight:bold;
    font-size:12px;
    color:#3a3a3b;
}
div,p,span{
    font-size:12px;
    line-height:18px;
    color:#321d0b;
}
strong
{
    font-family:"arial",sans-serif;
}

p,
p > a{
    line-height:22px;
}
p > a{
    font-weight:bold;
    font-style:italic;
}
p > a:hover{
    text-decoration:underline;
}
p > span, p > em, p > strike {
    font-family:"Georgia",serif;
    line-height:22px;
}

p > strong
{
    font-family:"arial",sans-serif;
}

/*
*Colors
**/
/*Font Color*/
.c1{color:#5092c9;}/*skyblue*/
.c2{color:#3a3a3b;}/*darkgrey*/
.c3{color:#707173;}/*medgrey*/
.c4{color:#eaeaea;}/*lightgrey*/
.c5{color:#ffffff;}/*white*/


/*Background Color*/
.b1{background-color:#5092c9;}/*skyblue*/
.b2{background-color:#3a3a3b;}/*darkgrey*/
.b3{background-color:#707173;}/*medgrey*/
.b4{background-color:#eaeaea;}/*lightgrey*/
.b5{background-color:#ffffff;}/*white*/

/*Background Pattern*/
.bg1{background-image:url(../bilder/layout/pat1.png);}
.bg2{background-image:url(../bilder/layout/pat2.png);}

/*Gradients*/
.bgr1{
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

/*
*Round corners
**/
.round{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/*
*Shadow
**/
#navigation > ul > li > a,
.bs{
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#3a3a3b', Direction=180, Strength=3);
    -moz-box-shadow:0px 0px 5px #3a3a3b;
    -webkit-box-shadow:0px 0px 5px #3a3a3b;
    box-shadow:0px 0px 5px #3a3a3b;
}
.ts{
    text-shadow: #000 0px 0px 1px;
}
/*
*Functions
**/
.clear{clear:both;}

.linebottom {
    border-bottom: 1px solid #3A3A3B;
    padding-bottom: 10px;
}

/*
*Workflow
**/
.fortschritt{margin:0px 0 15px 0;}
.fortschritt ul{color:#fff;}
.fortschritt ul li{background:#3A3A3B;color:#fff;}
.fortschritt ul li.active{background:#5092C9;}
.progressTracker_step_arrow{
    background:transparent;
}
.progressTracker_step.active .progressTracker_step_innerArrow{
    background:transparent;
}
.progressTracker_step.active .progressTracker_step_innerArrow {
    background: none repeat scroll 0 0 transparent;
}
.progressTracker_step.active .progressTracker_step_innerArrow {
    border-left-color: #3A3A3B;
}
.progressTracker_step.active .progressTracker_step_innerArrow {
    border-left-color: #3A3A3B;
}
.progressTracker_step_innerArrow {
    border-left-color: #3A3A3B;
}
.progressTracker_step_innerArrow {
    border-color: transparent transparent transparent #3A3A3B;
    border-width: 15px;
    height: 0;
    position: absolute;
    right: -29px;
    top: 0;
    width: 0;
    z-index: 1;
}
.done .progressTracker_step_innerArrow {
    border-left-color: #5092C9;
}
.progressTracker {
    background-color: #3A3A3B;
    height: 29px;
    box-shadow: 0 0 5px #3A3A3B;
}
.progressTracker_step {
    height: 29px;
}
.progressTracker_step a {
    color: #ffffff;
}
.progressTracker_step_innerArrow {
    border-color: transparent transparent transparent #5092C9;
    border-width: 15px;
    height: 0;
    position: absolute;
    right: -29px;
    top: 0;
    width: 0;
    z-index: 1;
}


.progressTracker_step_innerArrow {
    display: none;
}

.progressTracker_step .progressTracker_step_arrow {
    right: -4px;
    top: 0px;
    display: block;
    height: 29px;
    width: 4px;
    background: url(../bilder/layout/wf-progress-small-arrow-no.png) 0 0 no-repeat;
    position: absolute;
    z-index: 999;
    border: 0px;
}
.progressTracker_step.active .progressTracker_step_arrow {
    background: url(../bilder/layout/wf-progress-small-arrow-act.png) 0 0 no-repeat;
}

.readonly
{
    background-color: #eee;
}

.wf-form label, .wf-form span.label {
    width: 92px;
    display: block;
    float: left;
}
.wf-form p {
    margin-bottom: 5px;
    clear: both;
}

.wf-form p.head {
    font-weight: bold;
}

.wf-adresse-content {
    display: none;
}

/*
*Custom Lightbox
**/
#cart_lightbox{
    position:fixed;
    z-index:100002;
    border:#ffffff solid 10px;
    -moz-box-shadow: 0 0 2px 0 #000;
    -webkit-box-shadow: 0 0 2px 0 #000;
    box-shadow: 0 0 2px 0 #000;
    display:none;
    background-color: #ffffff;
}
#cart_lightbox_close{
    position:fixed;
    z-index:100001;
    width:29px;
    height:29px;
    cursor:pointer;
    background:url("../../custom/bilder/layout/btn_close_lightbox.png");
    -moz-box-shadow: 0 0 2px 0 #000;
    -webkit-box-shadow: 0 0 2px 0 #000;
    box-shadow: 0 0 2px 0 #000;
    display:none;
}
#cart_lightscreen{
    background-color:#000000;
    position:fixed;
    display:none;
    z-index:100000;
    cursor:pointer;
}

h1.lightbox_std{
    font-size: 30px;
    text-align:center;
    font-weight: bold;
    width:100%;
}
#cart_lightbox .btn_more a {
    color: #ffffff;
    padding: 5px 50px 0px 0px;
    font-size: 14px;

}
#cart_lightbox hr {
    margin: 20px 0px;
}
#warenkorb {
    position: relative;
}
#warenkorb .cart-number {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 3px 6px;
    background-color: #3a3a3b;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    font-size: 10px;
}

.warenkorb .producttitle {
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 30px 0px;
}
.warenkorb .productprice {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}
.warenkorb .producttax {
    font-size: 12px;
    color: #252b31;
    font-weight: bold;
    text-align: center;
}
.warenkorb .epreis {
    color: #5092C9;
    font-size: 16px;
    font-weight: bold;
}
.warenkorb .c2 {
    font-size: 12px;
    color: #252b31;
    font-weight: bold;
    font-family: Arial;
}
.total p {
    font-size: 12px;
    color: #252b31;
    font-weight: bold;
}
.total p.right {
    text-align: right;
}

.total h1 {
    border: 0px;
    padding: 0px;
}
.total span {
    font-size: 30px;
    color: #5092C9;
    line-height: 35px;
}
.warenkorb-buttons {
    margin: 0px -20px;
}
.warenkorb-buttons button.next {
    background: url("../bilder/layout/ico_more.png") no-repeat scroll 100% 0 transparent !important;
    font-size: 14px;
    /**height: 25px;**/
    padding: 0px 50px 0 10px;
    width: 100% !important;
}
.warenkorb-buttons button.prev {
    background: url("../bilder/layout/ico_more.png") no-repeat scroll 0 100% transparent !important;
    font-size: 14px;
    height: 25px;
    padding: 0px 10px 0 50px;
    width: 100% !important;
}

/* 2013-02-07 JJ+ */
.profilKopf_view {
    font-weight: normal !important;
}

/* 2012-09-14 JJ+ */
/* Stylesheets für die Rubrik 'Meine Veranstaltungen' */

.btn-mv-download {
    height: 30px;
    display: block;
    text-align: center;
    right: 0;
    bottom: -15px;
    float: left;
}

.btn-mv-download a{
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    height: 25px;
}

.btn-mv-details {
    height: 30px;
    display: block;
    text-align: center;
    right: 0;
    bottom: -15px;
    float: left;
    margin-left: 10px;
}

.btn-mv-details a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    height: 25px;
}

.btn-mv-circle {
    position: relative;
    top: -15px;
    float: right;
}

.span-mv-artikel {
    font-size: 16px;
    color: #5092C9;
    font-weight: bold;
}

/* Tabelle f�r die Download-Sektion */

.tbl-mv-download {
    width: 100%;
    font-family: Arial;
}

.tbl-mv-download td {
    padding: 10px;

    vertical-align: top;
    text-align: left;
}

.tbl-mv-download th {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    background-color: #5092C9;
    color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
    border-bottom-width: 1px;
}

.tbl-mv-download th.links, td.links {
    text-align: center;
    width: 15%;
}

.tbl-mv-download th.mitte, td.mitte {
    text-align: left;
    width: 85%;
}

.tbl-mv-download td.mitte {
    border-style: dotted;
    border-width: 0px;
    border-color: #000000;

    border-left-width: 1px;

    padding-right: 15%;
}

/* nachher durch den Standard ersetzen */
.ico.cam{background-position: 0px -407px;}
/* 2012-09-14 JJ- */

.eventdetail_referent
{
    margin-bottom: 30px;
}

.veranstaltung_referent_meta {
    font-weight: bold;
    margin-bottom: 10px;
}

div#ec_login_formular_error
{
    padding: 10px;
    border: 1px dashed red;
    border-radius: 5px;
    background-color: #ffdddd;
    margin-bottom: 20px;
    font-size: 12px;
}

div#ec_login_formular_error img
{
    float: left;
    border: 0;
}

p.ec_login_formular_error_headline
{
    margin: 0 0 10px 40px;
    font-weight: bold;
}

p.ec_login_formular_error_text
{
    margin: 0 0 0 40px;
}

.standardMaskeFehler {
    background-color: #ffaaaa !important;
}
#workflow{
}
#workflow h1 {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
}
#workflow h2 {
    border-bottom: 1px solid #3A3A3B;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #3a3a3b;
}
#workflow label, #workflow span.label {
    width: 125px;
    height: 29px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 12px;
}
#workflow p {
    color: #3a3a3b;
}
#workflow input[type=text], #workflow input[type=password] {
    margin-bottom: 12px;
}

#workflow .morer {
    background-image: url("../bilder/layout/ico_more.png") !important;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important;
    padding: 5px 50px 10px 15px;
    box-shadow: 0 0 5px #3A3A3B;
    font-size: 14px !important;
    font-family: 'Arial';
}
#workflow .morel {
    background-image: url("../bilder/layout/ico_more.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    padding-left: 50px;
    font-size: 14px !important;
    font-family: 'Arial';
}
#workflow .nb.morel {
    background-image: url("../bilder/layout/ico_arrow_blue_r.png") !important;
    background-position: 10px center !important;
    background-color: transparent !important;
    color: #5092c9 !important;
    padding-left: 30px;
    font-size: 14px !important;
    font-family: 'Arial';
}

#workflow select {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 0px !important;
    color: #707173 !important;
    font-family: 'Georgia'!important;
    font-size: 14px !important;
    padding: 7px 8px 6px 8px;
    width: 268px;
    height: 29px;
    margin-bottom: 15px !important;
    font-style: italic;
}
#workflow input[type=text] {
    background: none repeat scroll 0 0 #EAEAEA;
    border: medium none;
    color: #707173;
    font-family: 'Georgia';
    font-size: 14px;
    padding: 0px 13px 0px 13px;
    width: 242px;
    height: 29px;
    margin-bottom: 15px !important;
    font-style: italic;
}
#workflow input[type=checkbox], #workflow input[type=radio] {
    margin: 0 10px 0 0;
}

#workflow input[disabled], #workflow select[disabled] {
    background: none repeat scroll 0 0 #FAFAFA;
}
#workflow textarea{
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #707173;
    font-family: 'Georgia';
    font-size: 14px;
}
#workflow span.input {
    color: #707173;
    font-family: 'Georgia';
    font-size: 14px;
    padding: 0px 13px 0px 13px;
    width: 242px;
    height: 29px;
    margin-bottom: 15px !important;
    font-style: italic;
}

.workflow-progress ul.small, .workflow-progress ul.big {
    list-style: none;
    margin-bottom: 20px;
}
.workflow-progress ul.small li {
    display: block;
    float: left;
    height: 24px;
    padding: 5px 0px 0px 20px;
    width: 290px;
    color: #ffffff;
    background-color: #3a3a3b;
    position: relative;
    font-family: "arial",sans-serif;
}
.workflow-progress ul.small li span.arrow {
    right: -4px;
    top: 0px;
    display: block;
    height: 29px;
    width: 4px;
    background: url(../bilder/layout/wf-progress-small-arrow-no.png) 0 0 no-repeat;
    position: absolute;
    z-index: 999;
}
.workflow-progress ul.small li.act {
    background-color: #5092c9;
}
.workflow-progress ul.small li.act span.arrow {
    background: url(../bilder/layout/wf-progress-small-arrow-act.png) 0 0 no-repeat;
}

.workflow-progress ul.big li {
    display: block;
    float: left;
    height: 48px;
    padding: 10px 10px 0px 10px;
    width: 120px;
    color: #ffffff;
    background-color: #3a3a3b;
    position: relative;
    margin-right: 20px;
    font-family: "arial",sans-serif;
}
.workflow-progress ul.big li.last {
    margin-right: 0px;
}
.workflow-progress ul.big li.disabled {
    color: #bbb;
    background-color: #666;
}
.workflow-progress ul.big li span.arrow {
    bottom: -8px;
    left: 65px;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    z-index: 999;
}
.workflow-progress ul.big li.act {
    background-color: #5092c9;
}
.workflow-progress ul.big li a{
    color: #FFFFFF;
}
.workflow-progress ul.big li.act span.arrow {
    background: url(../bilder/layout/wf-progress-big-arrow-act.png) 0 0 no-repeat;
}
.workflow-progress ul.big li.mt {
    margin-top: 20px;
}

.workflow-progress ul.small:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.standardForm tr td input.error,
.standardForm tr td select.error
{
    border: 1px solid red;
}

p.error
{
    border: 1px solid red;
    font-weight: bold;
    padding: 5px;
}
/*#workflow{
    background:#fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#3a3a3b', Direction=180, Strength=3);
   -moz-box-shadow:0px 0px 5px #3a3a3b;
    -webkit-box-shadow:0px 0px 5px #3a3a3b;
    box-shadow:0px 0px 5px #3a3a3b;
}*/
#workflow > form > table{
    padding:20px;
}
#zv_registrieren{}
#logindaten{}
#terminabstimmung_form{}
#terminabstimmung_form tr{
    line-height:18px;
}
#terminabstimmung_form tr td{
    padding:10px;
}
#terminabstimmung_form tr td p{
    font-weight:normal;
    font-family:"arial",sans-serif;
    background:#5092C9;
    display:block;
    color:#fff;
    margin:0 0 5px 0;
}
.terminreihe_zeile{
    padding:3px 0 0 0;
    height:27px;
}
.terminreihe_zeile_detail{
    font-size:12px;
    font-weight:normal;
    margin:5px 0;
}
pre{
    background:#fff;
    padding:10px;
    margin:10px;
    opacity:0.85;
    border:1px dashed red;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#3a3a3b', Direction=180, Strength=3);
    -moz-box-shadow:0px 0px 5px #3a3a3b;
    -webkit-box-shadow:0px 0px 5px #3a3a3b;
    box-shadow:0px 0px 5px #3a3a3b;
}
.mitgliederverzeichnis_detail{}
.mitgliederverzeichnis_detail ul{}
.mitgliederverzeichnis_detail ul li{
    list-style-position:inside;
    display:block;
    margin:5px 0 5px 0;
    list-style:armenian;
}
.mitgliederverzeichnis_detail headbottom{
    border-bottom:1px solid #3A3A3A;
}
.mitgliederverzeichnis_detail h3{
    display:block;
    margin:10px 0 5px 0;
    font-size:12px;
}

/*
 *  MEDIATHEK
 */
.mediathek-item {
    padding-bottom: 10px;
}

.mediathek-item h4,.mediathek-item h2 {
    border: 0px;
}
.mediathek-item h4 {
    margin-bottom: 0px;
    padding-bottom: 3px;
}

.mediathek-vorschau-bild {
    width: 104px;
    height: 78px;
    margin-right: 15px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 104px auto;
    box-shadow: 0 0 3px #666666;
}
.mediathek-vorschau-bild.last {
    margin-right: 0px;
}

/**
*   KARUSSEL PLUGIN
*/

.roundabout {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 620px;
    height: 380px;
    position: relative;
    left: -20px;
    overflow: hidden;
}

.roundabout img {
    height: 100%;
}

.roundabout li {
    width: 460px;
    height: auto;
    cursor: pointer;
    box-shadow: 0 0 5px #3A3A3B;
    overflow: hidden;
    background-color: black;
    text-align: center;
}
.roundabout li.roundabout-in-focus
{
    cursor: default;
}
.roundabout li span {
    display: block;
    padding-top: 6em;
}

.arrowl {
    background-image: url("../bilder/layout/ico_more.png") !important;
    background-position: 0% -29px !important;
    padding: 5px 15px 0 50px !important;
    text-align: right;
}

.lightbox-wrapper {
    /*    margin: 0 auto;*/
    /*    width: 560px;*/
}

.lb_beschreibung {
    position: absolute;
    bottom: -48px;
    left: -10px;
    width: 100%;
    padding: 10px 10px;
    background-color: #fff;
    /*    opacity: 0.5;*/
}

.bild-beschreib {
    margin-top: 20px;
}

h4.woline {
    border-bottom: 0px solid #3A3A3B;
    margin-bottom: 0px;
    margin-top: 0px;
}

.w300 span {
    font-family: "Georgia",serif;
}

a.ec_login_formular_fields_button
{
    border-bottom: 1px solid #5092C9;
    border-top: 3px solid #5092C9;
    color: #FFFFFF;
    padding: 5px;
}

a.ec_login_formular_fields_button:hover
{
    background:#3A3A3B;
    border-color: #3A3A3B;
}

.show{
    display:block;
}
.hide{
    display:none;
}

.button-bar {
    clear: both;
    margin-bottom: 20px;
    height: 30px;
}

.lboxvid {
    position: absolute;
    display: block;
}
.lboxvid .play {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: url(../bilder/layout/play.png) center center no-repeat;
}

.address-label {
    list-style-type: none;
    margin-bottom: 20px;
}
.address-label li {
    color: #3A3A3B;
    font-family: 'Georgia';
    line-height: 20px;
}

/*
*Referenten / Profile
**/
.profiles {

}
/*List View / Listenansicht*/
.profiles > .profilelist{
    background:#EAEAEA;
    margin:0 0 10px 0;
}
.profiles > .profilelist:hover{
    background:#3A3A3B;
}
.profiles > .profilelist > .profilepicture{
    width:150px;
    height:150px;
    background:#5092C9;
}
.profiles > .profilelist > .profiledesc{
    margin:0 0 0 10px;
}
.profiles > .profilelist > .profilepicture > img{
    width:150px;
    height:150px;
}

.profiles > .profilelist:hover > .profiledesc > h3,
.profiles > .profilelist:hover > .profiledesc > h2,
.profiles > .profilelist:hover > .profiledesc > h1{
    color:#EAEAEA;
}
.profiles > .profilelist > .profiledesc > h3,
.profiles > .profilelist > .profiledesc > h2,
.profiles > .profilelist > .profiledesc > h1{
    border:none;
    color:#3A3A3B;
    padding:0;
    margin:0;
    line-height:150%;
}
.profiles > .profilelist > .profiledesc > h3{
    color:#707173;
    font-size:10px;
}
.profiles > .profilelist > .profiledesc > h2{
    color:#707173;
}
.profiles > .profilelist > .profiledesc > h1{
    font-size:14px;
    color:#707173;
    margin:5px 0 0 0;
}

/*Tile View / Kachelansicht*/
.profiles > .profile{
    width:173px;
    height:330px;
    background:#EAEAEA;
    margin-bottom:20px;
    cursor:pointer;
}
.profiles > .profile:hover{
    background:#5092C9;
}
.profiles > .profile > .profilepicture{
    width:160px;
    height:180px;
    margin:10px 0 0 7px;
    text-align: center;
}
.profiles > .profile > .profilepicture > img{
    width:116px;
    min-height: 176px;
}
.profiles > .profile > .profiledesc{
    padding:0 10px 0 10px;
}
.profiles > .profile:hover > .profiledesc > h3,
.profiles > .profile:hover > .profiledesc > h2,
.profiles > .profile:hover > .profiledesc > h1{
    color:#EAEAEA;
}
.profiles > .profile > .profiledesc > h3,
.profiles > .profile > .profiledesc > h2,
.profiles > .profile > .profiledesc > h1{
    border:none;
    color:#3A3A3B;
    padding:0;
    margin:0;
    line-height:150%;
}
.profiles > .profile > .profiledesc > h3{
    color:#999;
    font-size:12px;
    font-family: "arial",sans-serif;
}
.profiles > .profile > .profiledesc > h2{
    color:#707173;
    font-size: 12px;
    font-family: "arial",sans-serif;
}
.profiles > .profile > .profiledesc > h1{
    font-size:14px;
    color:#707173;
    margin:5px 0 0 0;
    font-family: "arial",sans-serif;
}
.profiles > .profilelist > .profilevita,
.profiles > .profile > .profilevita{
    display:none;
}
.profilevitahover{
    min-height:100px;
    width:160px;
    background:#3A3A3B;
    padding:10px;
    display:none;
    color:#FFFFFF;
    z-index:99999;
}
.ui-tooltip, .arrow:after {
    background:#5092C9;
    color:#fff;
}
.ui-tooltip {
    width:152px;
    min-height:50px;
    padding:10px;
    border-radius: 2px;
    z-index: 1;
}
.ui-tooltip > *{
   color:#ffffff !important;
   box-shadow:none !important;
   border:none !important;
   font-size:11px;
   font-family: "Georgia",serif;
   font-style: italic;
   font-weight: bold;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

#profilKopf_modes
{
    text-align: right;
}

/*Tabellen Anpassungen*/
.std_tabelle{

}
.std_tabelle > tbody > tr{

}
.std_tabelle > tbody > tr{
    line-height:25px;
}
.std_tabelle > tbody > tr > td{
    padding:10px;
}

/** FRAGEBOGEN **/
.fragebogen
{
    width:100%;
    border-spacing:10px;
}

.fragebogen tr td
{
    font-weight:bold;
    color:#3a3a3b;
    font-size:12px;
    padding-bottom: 15px;
}

.fragebogen tr td input[type=text],
.fragebogen tr td input[type=password],
.fragebogen tr td select
{
    width:250px;
    padding:8px;
    color:#3a3a3b;
    background:#eaeaea;
    border:none;
    font-family: "Arial", sans-serif;
    font-size:12px;
    font-weight:bold;
}

.fragebogen tr td select
{
    width:266px;
}

.fragebogen tr td input.error,
.fragebogen tr td select.error
{
    border: 1px solid red;
}

#zv_onlinebewertung_fields fieldset
{
    border: 1px solid #AAA;
    margin-bottom: 15px;
    padding: 10px 10px 0 10px;
}

#zv_onlinebewertung_fields legend
{
    font-weight: bold;
}

#zv_onlinebewertung_fields label
{
    float: left;
    width: 250px;
}

#zv_onlinebewertung_fields input[type=text],
#zv_onlinebewertung_fields select
{
    border: 1px solid #CCC;
    max-width: 286px;
    width: 286px;
}

#zv_onlinebewertung_fields h2 label
{
    width: 100%;
    float: none !important;
}

#zv_onlinebewertung_fields h2
{
    margin-top: 20px;
    padding-bottom: 5px !important;
    margin-bottom: 20px !important;
}

#zv_onlinebewertung_fields .input_fields
{
    margin-left: 270px;
    margin-bottom: 10px;
}

.slider img
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slider h1
{
    margin-top: 30px;
}

.twitter_tweet
{
    /**border-bottom: 1px solid #E1E8ED;**/
    min-height: 80px;
}

.twitter_tweet span
{
    color: #999999;
}

.twitter_tweet img
{
    float: left;
    margin: -15px 10px 0 0;
    max-width: 58px;
}

.twitter_tweet p
{
    color: #3A3A3B;
    margin-left: 58px;
}

#ec_blogin_formular
{
    background-color: rgb(240, 240, 240);
}

.ec_blogin_formular_fields_button
{
    font-family: "euclidmedium"!important;
    font-weight: 400!important;
    font-size: 15px!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    box-sizing: border-box!important;
    border-radius: 0!important;
    margin: 0!important;
    overflow: visible!important;
    background-color: transparent!important;
    line-height: 1.3rem!important;
    -webkit-font-smoothing: antialiased!important;
    padding: 0 1.3rem!important;
    display: inline-flex!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    height: 40px!important;
    text-decoration: none!important;
    transition: all 150ms ease!important;
    user-select: none!important;
    vertical-align: middle!important;
    text-align: center!important;
    text-transform: uppercase!important;
    border: 1px solid #000040!important;
    color: #000040!important;
    cursor: pointer!important;
    outline: none!important;
    appearance: none!important;

}

.ec_blogin_formular_fields_button:hover
{
    border: 1px solid #00a!important;
    background-color: #000040!important;
    color: #fff!important;

}

div#ec_blogin_formular_fields div.field label
{
    font-family: "euclidlight"!important;
    font-weight: 400!important;
    font-size: 17px!important;
    line-height: 26px!important;
    min-width: 100%!important;
    width: 100% !important;
    padding: 0!important;
    background: none!important;
    float: left!important;
    margin-bottom: 5px!important;
    color: #212529;!important;
    text-align: left!important;
    box-sizing: border-box!important;
    display: inline-block!important;
}

.ec_blogin_formular_fields {
    font-family: "euclidmedium"!important;
    background-color: #fff!important;
    width: 100%!important;
    max-width: 300px!important;
    height: 50px!important;
    text-align: left!important;
    cursor: text!important;
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important;
    text-transform: none!important;
    border: 1px solid #212121!important;
}

.ec_blogin_formular_fields p {
    font-family: "euclidmedium"!important;
    background-color: #fff!important;
    width: 100%!important;
    max-width: 300px!important;
    height: 50px!important;
    text-align: left!important;
    cursor: text!important;
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important;
    text-transform: none!important;
    border: 1px solid #212121!important;
}

.ec_blogin_formular_fields:focus {
    background-color: #fff!important;
    color: #212121!important;
    border: 1px solid #00a!important;
}

div#captcha input {
    font-family: "euclidmedium"!important;
    background-color: #fff!important;
    width: 100%!important;
    max-width: 300px!important;
    height: 50px!important;
    text-align: left!important;
    cursor: text!important;
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important;
    text-transform: none!important;
    border: 1px solid #212121!important;
}
div#captcha input:focus {
    background-color: #fff!important;
    color: #212121!important;
    border: 1px solid #00a!important;
}

.boxg {
    font-size:17px!important;
    line-height:26px!important;
    font-family:"euclidlight"!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    width: 100%!important;
    background-color: #F0F0F0!important;
}

.boxg label
{
    font-family: "euclidmedium"!important;
    font-weight: 400!important;
    font-size: 17px!important;
    min-width: 100%!important;
    width: 100% !important;
    padding: 0!important;
    background: none!important;
    float: left!important;
}


.boxg body{
    font-size:17px!important;
    line-height:26px!important;
    font-family:"euclidlight"!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    width: 100%!important;
}


.boxg p, span {
    font-size:17px!important;
    line-height:26px!important;
    font-family:"euclidlight"!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    width: 100%!important;
    margin: 0 0 1.3rem!important;
}


.boxg h1,h2,h3,h4,h5,h6 {
    text-align: left!important;
    font-family:"euclidregular"!important;
    margin-top: 0!important;
    margin-bottom:20px!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
}

.boxg h1{
    font-size:32px!important;
    line-height:40px!important;
    font-weight: 500!important;
}

.boxg h2{
    font-weight: 500!important;
    font-size: 28px!important;
    line-height: 32px!important;
}

.boxg h3{
    font-weight: 500!important;
    font-size: 24px!important;
    line-height: 28px!important;
}

.boxg b{
    font-size:20px!important;
    line-height:24px!important;
}

.link {
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    font-size: 17px!important;
    line-height: 26px!important;
    font-family: "euclidlight"!important;
    box-sizing: border-box!important;
    margin: 0 0 1.3rem!important;
    list-style: none!important;
}

.sparten {
    font-size:17px!important;
    line-height:26px!important;
    font-family: "euclidlight"!important;
    font-weight: 400!important;
    font-size: 17px!important;
    line-height: 26px!important;
    margin: 0 0 1.3rem!important;
}

.span-mv-artikel{
    color: #212529!important;
}

.check{
    font-family: "euclidlight"!important;
    font-size:17px!important;
    line-height:26px!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    width: 100%!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
    -webkit-box-flex: 0!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}

.standardMaskeLabel
{
    width: 33% !important;
    font-family: "euclidlight"!important;
    font-size:17px!important;
    line-height:26px!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    padding-right: 10px!important;
    padding-left: 10px!important;

}

.standardMaske
{
    width: 67% !important;
    font-family: "euclidlight"!important;
    font-size:17px!important;
    line-height:26px!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    padding-right: 10px!important;
    padding-left: 10px!important;

}

.fbdzv
{
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    font-weight: 400!important;
    text-align: left!important;
    font-size: 17px!important;
    line-height: 26px!important;
    font-family: "euclidlight"!important;
    box-sizing: border-box!important;
    background-color: #212121!important;
    color: #fff!important;
}

.boxp {
    font-size:17px!important;
    line-height:26px!important;
    font-family:"euclidlight"!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    width: 100%!important;
    background-color: #F0F0F0!important;
}

.boxp label
{
    font-family: "euclidmedium"!important;
    font-weight: 400!important;
    font-size: 17px!important;
    min-width: 100%!important;
    width: 100% !important;
    padding: 0!important;
    background: none!important;
    float: left!important;
}


.boxp body{
    font-size:17px!important;
    line-height:26px!important;
    font-family:"euclidlight"!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    width: 100%!important;
}


.boxp p, span {
    font-size:17px!important;
    line-height:26px!important;
    font-family:"euclidlight"!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
    margin: 0 0 1.3rem!important;
}


.boxp h1,h2,h3,h4,h5,h6 {
    text-align: left!important;
    font-family:"euclidregular"!important;
    margin-top: 0!important;
    margin-bottom:20px!important;
    color: #212529!important;
    text-align: left!important;
    box-sizing: border-box!important;
    position: relative!important;
}

.boxp h1{
    font-size:32px!important;
    line-height:40px!important;
    font-weight: 500!important;
}

.boxp h2{
    font-weight: 500!important;
    font-size: 28px!important;
    line-height: 32px!important;
}

.boxp h3{
    font-weight: 500!important;
    font-size: 24px!important;
    line-height: 28px!important;
}

.boxp b{
    font-size:20px!important;
    line-height:24px!important;
}

