f
/*
 * BI Blau:   #004f9f
 * FMP teal:  #009C81
 */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400);*/
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:500,900,400,700');
/* @import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap'); */

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, option, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: 'Maven Pro', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: 100;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

h2 {
    color: #004f9f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

section, header, footer, aside, nav, article {
    display: block;
    position: static;
}

li {
    list-style-type: none;
    background: url('../images/square.png') no-repeat 0px 4px;
    padding-left: 10px;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    /*line-height: 0;*/
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*
@font-face {
  src: url('fonts/etelkalightprobold_2-webfont.eot');
  src: url('fonts/etelkalightprobold_2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/etelkalightprobold_2-webfont.woff') format('woff'), url('fonts/etelkalightprobold_2-webfont.ttf') format('truetype'), url('fonts/etelkalightprobold_2-webfont.svg#EtelkaLightProBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  src: url('fonts/etelkalight-webfont.eot');
  src: url('fonts/etelkalight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/etelkalight-webfont.woff') format('woff'), url('fonts/etelkalight-webfont.ttf') format('truetype'), url('fonts/etelkalight-webfont.svg#EtelkaLightRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/*******************************
 * **** TAG STYLES ************
 * ************************* */
body {
    /*font-family: 'EtelkaLightRegular', Arial;*/
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    color: #646567;
}

body, html {
    height: 100%;
}

div#mainContainer {
    position: relative;
    /* braucht es für die Footer Position*/
    margin: 0 auto;
    /* Zentriert die Seite (nicht in IE5) */
    width: 100%;
    height: auto !important;
    /* normale Browser */
    height: 100%;
    /* IE6: setzt dies wie min-height um*/
    min-height: 100%;
    /* normale Browser */
}

/*
div#mainContainer:after {
  content: "";
  display: block;
  height: 150px;
}
*/
a, a:link, a:visited {
    text-decoration: none;
    color: #004f9f;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000;
}

input, select, textarea {
    border: 1px solid #e4e4e4;
    padding: 6px;
    font-size: 14px;
    line-height: 14px;
    color: #646567;
}

select {
    padding: 5px;
    line-height: 17px;
}

/*******************************
 * **** GLOBAL STLYES **********
 * ************************* */
.clear {
    clear: both;
    font-size: 1px;
    display: block;
}

/*******************************
 * **** TOP ****************
 * ************************* */
div#top {
    width: 1000px;
    height: 100px;
    margin: 0px auto;
    padding: 0px;
}

#top .logo {
    float: left;
    margin-top: 10px;
    margin-right: 3%;
}

#top div.search-top {
    /*float: right;*/
    position: relative;
    /*margin-top: 10px;*/
}

#top div.search-container-sidebar {
    width: 100%;
    /*height: 40px;*/
    vertical-align: middle;
}

#top div.search-top span {
    color: #004f9f;
    font-size: 18px;
    font-weight: bold;
}

#top input.searchbox-sidebar {
    width: 70%;
    height: 21px;
    float: left;
    font-size: 16px;
    line-height: 16px;
    border-right: 0px;
    box-sizing: content-box;
}

#top .search {
    width: 48px;
    height: 35px;
    float: left;
    background: url('../images/search-top-lupe.png') no-repeat;
}

#top .top-bar {
    /*width: 35%;
  height: 40px;*/
    float: right;
    margin-top: 30px;
    padding-top: 10px;
}

#top .top-bar>div {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

#top .top-bar>div a {
    color: inherit;
}

/*******************************
 * **** LEFTMENU ***************
 * ************************* */
div#leftmenu {
    position: fixed;
    top: 420px;
    left: 0px;
    padding: 10px;
    background: #000000;
    opacity: 0.8;
    z-index: 10;
    display: none;
}

div#leftmenu .leftmenuheadline {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

div#leftmenu .leftmenulink {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

/*******************************
 * **** NAVIGATION ****************
 * ************************* */
div#navigation {
    width: 1000px;
    height: 30px;
    margin: 0px auto;
    position: relative;
    z-index: 11;
}

div#navigation img {
    padding: 0;
    float: left;
}

#navigation ul {
    width: 100%;
}

#navigation ul li {
    width: 25%;
}

span.teaserbox {
    height: 50px;
    width: 98%;
    float: left;
    padding-left: 10%;
    margin-right: 1%;
    text-align: left;
}

.teaserbox_pic {
    display: block;
    height: 98px;
    width: 174px;
    overflow: hidden;
    position: relative;
}

#navigation a .teaserbox_pic img {
    position: absolute;
    top: -98px;
    left: 0;
}

.teaserbox h3 {
    margin-top: 7px;
    font-size: 22px;
    font-weight: bold;
    color: #004f9f;
}

.teaserbox h4 {
    margin-top: 1px;
    font-size: 15px;
    line-height: 16px;
    color: #646567;
}

/*** subnavigation ***/
#subNavigation {
    /*
  position: absolute;
  top: -5px;
  */
}

#subNavigation ul {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
}

#subNavigation ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#subNavigation ul li {
    padding: 5px 10px;
    margin-right: 5px;
    list-style: none;
    float: left;
    background: #fff;
    background: linear-gradient(#fff, #F0F0F0);
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
}

#subNavigation ul li.active {
    background: #e4e4e4;
    background: linear-gradient(#F0F0F0, #fff);
}

#subNavigation ul li a {}

/*******************************
 * **** HEADER ****************
 * ************************* */
div#header {
    width: 100%;
    /*min-width: 1060px;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    z-index: 1;
}

div#header:before, div#header:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0px;
    background: url('../images/shadow_top.png') repeat-x;
    z-index: 10;
}

div#header:after {
    top: auto;
    bottom: 0px;
    background: url('../images/shadow_bot.png') repeat-x;
}

#slider {
    left: 50%;
    margin-left: -840px;
}

/*******************************
 * **** CONTENT ***************
 * ************************* */
div#main-wrapper {
    width: 1000px;
    height: auto;
    position: relative;
    /*padding: 30px;*/
    padding-top: 5px;
    margin: 0px auto;
    min-height: 215px;
}

div#main-wrapper.seminar {
    display: table;
    padding-top: 0;
}
/*
div#main-wrapper:before {
    content: " ";
    width: 100px;
    height: 100%;
    position: absolute;
    left: -15%;
    display: block;
    float: left;
    clear: both;
    background: url('/fileadmin/templates/images/bayerninnovativ_pfeil.png') no-repeat top left transparent;
} */

div#main-wrapper:after {
    display: block;
    content: '';
    clear: both;
}

div#main-wrapper h1 {
    color: #004f9f;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

div#content-left-content {
    width: 260px;
    float: left;
    padding-right: 10px;
}

div#content-right-content {
    width: 710px;
    float: right;
    border-left: 1px solid #e6e7e8;
    padding-left: 15px;
    margin-bottom: 30px;
}

div#content-left {
    width: 530px;
    float: left;
}

div#content_leftbox {
    width: 420px;
    float: left;
}

div#content_middlebox {
    width: 295px;
    float: left;
}

div#content_rightbox {
    width: 265px;
    float: right;
}

div#content_rightbox h3 {
    display: none;
}

div#content_rightbox div.search-sidebar {
    padding: 0px;
}

div#content_2col_left {
    /*width: 516px;*/
    width: 51%;
    float: left;
}

div#content_2col_right {
    /*width: 434px;*/
    width: 43%;
    float: right;
}

/**
 *   Login, Mein Konto, Register
 * .tx-felogin-pi1
 */
.tx-felogin-pi1 {
    width: 60%;
}

.tx-felogin-pi1 h3 {
    display: none;
}

.tx-felogin-pi1>div {
    margin-bottom: 10px;
}

.tx-felogin-pi1 form label {
    width: 40%;
    display: block;
    float: left;
    clear: both;
    line-height: 30px;
    font-weight: normal;
    margin: 5px 0px;
}

.tx-felogin-pi1 form legend {
    display: none;
}

.tx-felogin-pi1 form input {
    width: 60%;
    margin: 5px 0px;
    display: block;
    float: left;
    box-sizing: border-box;
}
.tx-srfeuserregister-pi1 form input[type="submit"],
.tx-felogin-pi1 form input[type="submit"] {
    width: auto;
    margin-left: 40%;
    border: 1px solid #E9E9E9;
    padding: 8px 20px;
    background: #004f9f;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.tx-srfeuserregister-pi1 form input[type="submit"] {
    margin-left: 0;
}

.tx-felogin-pi1 form fieldset:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#content_2col_right .tx-felogin-pi1 {
    width: auto;
    margin-top: 10px;
}

#content_2col_right .tx-felogin-pi1 form div {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    line-height: 30px;
    font-weight: normal;
    margin: 5px 0px;
}

#content_2col_right .tx-felogin-pi1 form label {
    width: 40%;
    display: block;
    float: left;
    clear: none;
    line-height: 30px;
    font-weight: normal;
    margin: 0px;
}

/*################
 ### Statements ##
 ################*/
div.statement-box-big {
    margin-bottom: 20px;
}

div.statement-box-small {
    float: left;
    margin-bottom: 10px;
}

/*Hide the <header> for the content-element Statements-Sidebar*/
div#c90 header {
    display: none;
}

p.statement {
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 16px;
    background: url('../images/quote.png') no-repeat top left;
    padding: 0 0 0 50px;
    margin-bottom: 0px;
    color: #646567;
    min-height: 20px;
}

p.statement-sidebar {
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 16px;
    background: url('../images/quote_small.png') no-repeat top left;
    padding: 0 6px 0 40px;
    margin: 6px 0 0 0;
    line-height: normal;
}

span.statement-quote {
    padding: 7px 0 0 0;
    font-size: 12px;
    margin-right: 5px;
    float: right;
    text-align: right;
    display: block;
    width: 215px;
    font-family: 'Open Sans';
    color: #646567;
}

/*#################
 ### TagCloud #####
 ##################*/
div#c127 header {
    display: none;
}

div.tagcloud-box {
    float: left;
    margin-bottom: 10px;
}

div.tags {
    width: 248px;
    padding: 6px;
    margin-bottom: 0px;
}

div#tags ul li a {}

/*################
 #####div#soon#####
 ##################*/
div#soon li {
    border-bottom: 1px solid #e6e7e8;
    padding: 0 0 5px 0;
    margin-top: 5px;
    list-style-type: none;
    background: none;
}

div#soon li h4 {
    padding-left: 30px;
    padding-top: 3px;
    font-weight: normal;
    font-size: 16px;
    color: #646567;
}

div#soon li img {
    float: left;
    cursor: pointer;
}

div#soon li p img {
    display: none;
}

div#soon li img.active {
    background: url('../images/minus.png') no-repeat top left;
}

div#soon li p {
    font-weight: normal;
    font-size: 14px;
    padding: 5px 0px;
    padding-left: 30px;
    margin: 0px;
    line-height: 14px;
}

div#content_leftbox div#soon {
    padding-right: 20px;
}

div#content_leftbox div#soon li h4 {
    font-weight: bold;
    font-size: 14px;
}

/*#################
 ####### ul#list ####
 #################*/
div#content-right-content ul#list li {
    border-bottom: none;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 10px;
    background: none;
}

div#content-right-content ul#list li h4 {
    color: #004f9f;
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
}

div#content-right-content ul#list li img {
    float: left;
    cursor: pointer;
}

div#content-right-content ul#list li img.active {
    background: url('../images/minus.png') no-repeat top left;
}

div#content-right-content ul#list li p {
    font-weight: normal;
    font-size: 15px;
    padding: 5px 0px;
    padding-left: 30px;
    margin: 0px;
    line-height: 16px;
}

div#content-right-content ul#list li ul {
    font-weight: normal;
    font-size: 15px;
    padding: 5px 0px;
    padding-left: 30px;
    margin: 0px;
    line-height: 16px;
}

/*##################
 ####### ul#show ####
 ##################*/
div#content-right-content div.bookedOut {
    padding: 5px;
    background-color: #840909;
    color: #fff;
    text-align: center;
}

div#content-right-content ul#show {
    margin-bottom: 10px;
}

div#content-right-content ul#show li {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 10px;
    background: none;
}

div#content-right-content ul#show li li {
    background: url('../images/square.png') no-repeat 0px 3px;
    border-bottom: none;
    padding-bottom: 0px;
    padding-left: 20px;
    margin: 5px 0px 5px 30px;
    font-weight: normal;
    font-size: 15px;
}

div#content-right-content ul#show li h4 {
    color: #004f9f;
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

div#content-right-content ul#show li img {
    float: left;
    cursor: pointer;
}

div#content-right-content ul#show li img.active {
    background: url('../images/minus.png') no-repeat top left;
}

div#content-right-content ul#show li p {
    font-weight: normal;
    font-size: 15px;
    padding: 0 0 5px 0;
    margin: 0px;
    line-height: 16px;
}

div#content-right-content ul#show li article {
    padding: 10px 0px 0 0;
    padding-left: 30px;
    margin: 0px;
}

/* ## announce ## */
div.online_announce {
    width: 700px;
}

div.online_announce div.announce_left {
    width: 220px;
    float: left;
    font-weight: normal;
    font-size: 15px;
    padding: 7px 0px;
    padding-left: 30px;
    margin-bottom: 3px;
    line-height: 16px;
}

div.online_announce div.announce_right {
    width: 440px;
    float: right;
    font-weight: normal;
    font-size: 15px;
    padding: 0px;
    margin-bottom: 3px;
    line-height: 16px;
}

form div.announce_right input {
    width: 256px;
    float: left;
}

form div.announce_right select {
    width: 270px;
    border: 1px solid #E4E4E4;
    height: 30px;
}

div.announce_step {
    width: 710px;
    height: 50px;
    background: #ededed;
    font-weight: bold;
    color: #004f9f;
    margin: 10px 0 0 0;
}

span.step_one {
    float: left;
    padding: 15px;
    font-size: 17px;
}

span.step_two {
    float: right;
    padding: 15px;
    font-size: 17px;
}

div.announce_part, div.announce_part_security {
    margin: 20px 0 10px 0;
}

input#tx-drowseminar-agb, input#tx-drowseminar-datasecurity, input#tx-drowseminar-contactsecurity, input#tx-drowseminar-widerrufsbelehrung {
    border: none;
    float: left;
}

.announce_part_security .check-row {
    margin: 10px 0 10px 0;
}

.announce_part_security .check-row input {
    float: left;
    border: none;
}

div.announce_part_security label, div.announce_part_agb label {
    display: block;
    padding-left: 17px;
}

div.announce_part select {}

div.announce_part h4, div.announce_part_security h4, div.announce_part_agb h4 {
    font-weight: bold;
    color: #004f9f;
    font-size: 18px;
    margin: 30px 0 10px 0;
}

input#tx-drowseminar-payContact {
    margin: 0 10px 20px 0;
    border: none;
}

input#tx-drowseminar-method {
    margin: 0 10px 10px 0;
    border: none;
}

div.announce_footer {
    margin: 10px 0 0 0;
}

div.announce_footer input.submit {
    cursor: pointer;
    float: right;
    width: 250px;
    height: 35px;
    border: none;
    margin-top: -20px;
    font-weight: bold;
    color: #004f9f;
    font-size: 17px;
}

div.announce_footer input.confirm {
    cursor: pointer;
    float: right;
    width: 250px;
    height: 33px;
    border: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 17px;
    background: url('../images/sidebar-title-red.png') repeat-x top center;
}

div.announce_footer label {
    float: left;
    font-size: 12px;
}

div.announce_part span.shop_seminar, div.announce_part span.shop_seminar_head {
    width: 310px;
    float: left;
    padding: 0 30px 0 0;
    margin-bottom: 10px;
}

div.announce_part span.shop_participants, div.announce_part span.shop_participants_head {
    width: 110px;
    float: left;
    margin-bottom: 10px;
}

div.announce_part span.shop_tax, div.announce_part span.shop_tax_head {
    width: 140px;
    float: left;
    margin-bottom: 10px;
}

div.announce_part span.shop_sum, div.announce_part span.shop_sum_head {
    width: 90px;
    float: left;
    margin-bottom: 10px;
}

div.announce-highlight {
    background-color: #EFEFEF;
    padding: 10px;
    margin-bottom: 0;
}

div.announce-highlight h4 {
    margin-top: 0;
}

div.announce_nomargin {
    margin-top: 0;
}

div.announce_info h4 {
    margin: 0;
}

div.announce_info span {
    clear: both;
    display: block;
}

div.announce_info_left, div.announce_info_middle {
    width: 220px;
    padding: 15px;
    float: left;
}

div.announce_back div.announce_info_left, div.announce_back div.announce_info_middle {
    width: 220px;
    float: left;
    padding: 0 15px 15px 15px;
}

div.announce_back div.announce_info_right {
    width: 170px;
    padding: 0 15px 5px 15px;
    float: left;
}

div.announce_back span.back {
    cursor: pointer;
    float: left;
    width: 80px;
    height: 26px;
    border: 1px solid #ccc;
    font-weight: bold;
    color: #004f9f;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
}

div.announce_info_right {
    width: 170px;
    padding: 15px;
    float: left;
}

div.announce_sum_box {
    width: 290px;
    float: right;
}

span.announce_sum_box_left {
    width: 160px;
    float: left;
    margin-bottom: 5px;
}

span.announce_sum_box_right {
    width: 130px;
    float: left;
    margin-bottom: 5px;
    text-align: right;
}

span.announce_sum_box_quote {
    font-size: 10px;
    float: left;
}

div#content-right {
    width: 395px;
    float: right;
}

div#content-left h1 {
    color: #004f9f;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

div.top-icons {
    float: right;
}

/*Hide the <header> for the content-element Search-Sidebar*/
div#c98 header {
    display: none;
}

div.search-big {
    float: none;
    font-size: 23px;
    color: #383939;
    font-weight: bold;
    text-shadow: #6b6b6b 1px 1px 2px;
    padding: 2px 75px 0 30px;
    width: 260px;
    margin: 20px 0 0 20px;
}

div.search-sidebar {
    float: none;
    font-size: 23px;
    color: #383939;
    font-weight: bold;
    text-shadow: #6b6b6b 1px 1px 2px;
    padding: 10px 0px 0 0px;
    width: 260px;
}

div.button input {
    float: left;
    background: none;
    border: 0px;
    width: 29px;
    height: 25px;
    padding: 1px;
}

div.field input {
    font-size: 14px;
    color: #858585;
    float: left;
    height: 14px;
}

input.search {
    background: url('../images/lupe.png') no-repeat;
    color: transparent;
    border: none;
    width: 29px;
    height: 25px;
    padding-top: 5px;
    cursor: pointer;
}

input.searchbox {
    width: 290px;
    height: 16px;
    margin-left: 50px;
}

input.searchbox-sidebar {
    width: 208px;
    height: 16px;
}

div#content-right-content h1, .content-thank-you h1 {
    color: #004f9f;
    font-weight: bold;
    font-size: 23px;
}

div#content-right-content h3 {
    color: #004f9f;
    font-weight: bold;
    font-size: 20px;
}

div#content-right-content hr {
    height: 1px;
    background: #e6e7e8;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

div.appointment {
    float: left;
    padding-left: 23px;
    width: 680px;
    background: none;
    margin-top: 5px;
}

div.appointment div {
    float: left;
    color: #434343;
    padding: 7px;
    font-size: 14px;
}

div.appointment_date {
    width: 215px;
}

div.appointment_cost {
    width: 265px;
}

div.appointment_place {
    width: 155px;
}

div.speaker {
    margin-bottom: 30px;
}

div.speaker img {
    float: left;
}

div.speaker span.speaker_image {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

div.speaker span.speaker_name {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #004f9f;
}

div.speaker span.speaker_company {}

div.speaker div.speaker_vita {
    /*padding-left:80px;    Kommentar entfernen sobald Bilder für Referenten geplant sind  */
    margin: 15px 0 0px 0;
}

div#box_large {
    border: 1px solid #e1e1e1;
    width: 710px;
    height: 159px;
    background: #ffffff;
    box-shadow: 1px 1px 4px #888;
    padding: 9px;
    margin: 10px 0 0px 0;
}

div#box_large img {
    padding-right: 12px;
    float: left;
}

div#box_large span {
    color: #004f9f;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}

div#box_large p {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 14px;
    font-size: 14px;
}

div.akademie-liste p {
    float: right;
    width: 500px;
    margin: 7px 0 7px 0;
    padding: 0;
}

div.akademie-liste img {
    float: left;
    margin: 7px 0 7px 0;
}

div.akademie-liste hr {
    height: 1px;
    background: #e6e7e8;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

div.akademie-liste b {
    font-weight: normal;
    font-size: 16px;
}

div#content-right h1 {
    color: #004f9f;
    font-weight: bold;
    font-size: 23px;
    margin: 0 0 10px 0;
}

p.offer_done {
    font-weight: normal;
    font-size: 15px;
    margin: 5px 0px;
}

/*##############################
 ##### ACCORDION ###############
 #############################*/
div.accordion {}

div.accordion h3.accordion-headline {}

div.accordion div.accoirdion-content {}

div#c234 td {
    width: 340px;
}

div#c234 li {
    margin-left: 110px;
}

div#c234 p {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

/*##############################
 ### Weiterbildungsspektrum ####
 #############################*/
div#further_training {
    width: 480px;
    margin: 0 auto;
}

.further_training_part {
    width: 240px;
    float: left;
    margin-top: 2px;
}

.further_training_part_headline {
    color: #004f9f;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.further_training_part_explanation {
    display: inline-block;
    width: 230px;
    height: 98px;
}

.further_training_part_explanation.seminar {
    background: url(../images/boxen_startseite_akademie.png) no-repeat;
}

.further_training_part_explanation.inhouse {
    background: url(../images/boxen_startseite_inhouse.png) no-repeat;
}

.further_training_part_explanation.lehrgang {
    background: url(../images/boxen_startseite_lehrgang.png) no-repeat;
}

.further_training_part_explanation.mba {
    background: url(../images/boxen_startseite_master.png) no-repeat;
}

/*.further_training_part_explanation.seminar:hover,
 .further_training_part_explanation.inhouse:hover,
 .further_training_part_explanation.lehrgang:hover,
 .further_training_part_explanation.mba:hover {
 background-position:0px -98px;
 }*/
/*##############################
 ##### PARTNER #################
 #############################*/
ul#partner li {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #e6e7e8;
    background: none;
}

ul#partner li div.partner-content {
    display: inline-block;
}

ul#partner li p {
    padding-left: 30px;
    margin-bottom: 0;
    line-height: 16px;
}

ul#partner li img.partner_img {
    float: left;
    cursor: pointer;
}

ul#partner li img.active {
    float: left;
    background: url('../images/minus.png') no-repeat;
}

ul#partner li h4 {
    color: #004f9f;
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

div#partner-content h2 {
    color: #004f9f;
    font-weight: bold;
    font-size: 20px;
    margin: -10px 0 10px 0;
}

ul#partner ul {
    padding-left: 47px;
}

ul#partner ul li {
    background: url('../images/square.png') no-repeat 0px 3px;
    padding: 0 0 0 20px;
    margin: 5px 0px 5px 30px;
    border-bottom: none;
    font-size: 15px;
}

ul#partner .speaker {
    padding-left: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

ul#partner .speaker_vita ul {
    padding-left: 0px;
}

/*******************************
 * **** SIDEBAR ***************
 * ************************* */
div#content-left-content div.info-box-button {
    float: left;
    width: 100%;
    margin-top: 3px;
}

div#content-left-content h3 {
    height: 33px;
    background: url('../images/sidebar-title.png') repeat-x top center;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 12px;
    width: auto;
}

div#content-left-content h3.red {
    background: url('../images/sidebar-title-red.png') repeat-x top center;
    margin-bottom: 0px;
}

div#content-left-content h3.gray {
    background: url('../images/sidebar-title-gray.png') repeat-x top center;
}

div#content-left-content h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 0 0 0 0;
    margin: 20px 0 20px 0;
}

div#content-left-content p.bodytext {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: url('../images/plus.png') no-repeat top left;
    padding: 0 30px 0 30px;
    margin: 20px 0 20px 0;
}

div#c44 p.bodytext {
    font-family: 'Open Sans', sans-serif;
    background: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

div#content-left-content hr {
    height: 1px;
    background: #e6e7e8;
    border: 0;
}

div#c46 div.input-container {
    background: url('../images/bg_form_small.png') no-repeat scroll 0% 0% transparent;
    padding: 4px 0 0 0px;
    height: 33px;
    width: 260px;
}

div.sidebar-content-bg {
    background: #f9f9f9;
    border: 2px solid #ececec;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 8px;
}

div.sidebar-content {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 8px;
}

div.sidebar-button {
    height: 33px;
    background: url('../images/sidebar-title.png') repeat-x top center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-left: 12px;
    line-height: 33px;
    margin-top: 8px;
}

div.sidebar-button img {
    float: left;
    padding-right: 8px;
}

div.sm_icons {
    width: 248px;
    height: 26px;
    padding: 6px;
    margin-bottom: 10px;
}

div.quote-sidebar-image {
    float: left;
    height: 100px;
    padding-right: 6px;
}

div.quote-sidebar {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    width: 205px;
    font-style: italic;
}

div.author-sidebar {
    font-style: normal;
    font-size: 12px;
    text-align: right;
}

div.smalltext {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 9px;
}

div.name-sidebar {
    font-size: 23px;
    color: #383939;
    font-weight: bold;
    text-shadow: #6b6b6b 1px 1px 2px;
    margin: 0;
}

div.field-sidebar input {
    border: 1px solid #ededed;
    margin: 0;
    font-size: 14px;
    color: #646567;
    float: left;
    height: 12px;
}

div.button-sidebar input {
    float: left;
    background: none;
    border: 0px;
    width: 29px;
    height: 25px;
    padding: 1px;
}

div#input-container-sidebar textarea {
    border: 0;
    padding: 0px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

div.box_siegel {
    border: 1px solid #e1e1e1;
    width: 235px;
    background: #ffffff;
    box-shadow: 1px 1px 4px #888;
    padding: 9px;
}

div.box_siegel p {
    line-height: 19px;
    font-size: 15px;
    width: 125px;
    padding-left: 9px;
    margin: 0;
    float: left;
    color: #646567;
}

div.box_siegel img {
    margin: 0;
    padding: 0;
    float: left;
}

.sidebar_facebook {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
    background: url('../images/hover_facebook.png') top;
    float: left;
    margin-right: 9px;
}

.sidebar_twitter {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
    background: url('../images/hover_twitter.png') top;
    float: left;
    margin-right: 9px;
}

.sidebar_google {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
    background: url('../images/hover_google.png') top;
    float: left;
    margin-right: 9px;
}

.sidebar_xing {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
    background: url('../images/hover_xing.png') top;
    float: left;
    margin-right: 9px;
}

div.detail-box {
    width: 248px;
    padding: 5px;
    float: left;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

div.info-left-col {
    width: 130px;
    float: left;
    font-weight: bold;
    margin: 3px 0;
}

div.info-right-col {
    width: 100px;
    float: left;
    margin: 3px 0;
}

div.info-box span.cost {
    float: left;
}

div.info-box span.costquote {
    font-size: 12px;
    float: left;
}

div.info-box {
    float: left;
    width: 260px;
    margin-bottom: 10px;
}

div.info-box h3 {
    margin-bottom: 3px;
}

div.info-box h3 a {
    color: #FFFFFF;
}

div.programm {
    width: 248px;
    padding: 6px;
    margin-bottom: 10px;
}

div.info_contact_person {
    padding: 5px 10px;
    margin-bottom: 5px;
}

div.info_contact_person span {
    display: block;
}

div.info_contact_person strong {
    font-weight: bold;
}

/***********
 * datamints / srfeuserregister
 */
.tx-srfeuserregister-pi1 dt {
    text-align: left;
    width: 20%;
}

.tx-srfeuserregister-pi1 dd {
    width: 50%;
}

.tx-srfeuserregister-pi1 input {
    padding: 6px;
}

.tx-srfeuserregister-pi1 input:not([type="submit"]) {
    width: 70%;
}

.tx-srfreecap-pi1-cant-read {
    display: block;
}

.tx-datamintsfeuser-pi1 div.item label {
    display: inline-block;
    width: 20%;
}

.tx-datamintsfeuser-pi1 div.item input {
    display: inline-block;
    width: 70%;
    margin-bottom: 5px;
    max-width: 300px;
}

.tx-datamintsfeuser-pi1 div.item input[type="submit"] {
    margin-left: 20%;
    width: auto;
}

/*******************************
 * **** FOOTER ****************
 * ************************* */
/* footer-top "on top of footer" */
div#footer-top {
    position: absolute;
    bottom: 140px;
    font-size: 13px;
    width: 100%;
    height: 20px;
    color: #9e9e9f;
}

div.footer-top-left {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    text-align: left;
}

div.footer-top-left a {
    margin: 0px 5px;
}

div.footer-top-left a:first-of-type {
    margin-left: 0px;
}

div.footer-top-left ul.footer-top-menu {
    float: left;
}

div.footer-top-left ul.footer-top-menu li {
    float: left;
    padding: 0 10px 0 0;
    background: none;
}

div.footer-top-right {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    text-align: right;
}

div#footer-top a {
    color: #9e9e9f;
}

div#footer-top a:hover {
    color: #004f9f;
}

/* footer */
div#footer-wrapper {
    bottom: 0;
    position: absolute;
    width: 100%;
    /*min-width: 1060px;*/
    /*background: url('../images/bg_footer.png') repeat-x;*/
    background-color: #525556;
}

div#footer {
    margin: 0 auto;
    padding: 20px 0 20px 0;
    width: 1000px;
}

div#footer h2 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

/* footer */
div#footer-left {
    width: 30%;
    float: left;
}

div#footer-middle {
    width: 28%;
    float: left;
    margin: 0 5%;
}

div#footer-middle ul {
    float: left;
    width: 60%;
}

div#footer-middle ul.left {
    width: 40%;
}

div#footer-middle ul li {
    padding: 0px;
    background: none;
}

div#footer-middle ul li a {
    color: #fff;
}

div#footer-right {
    width: 32%;
    float: left;
}

div#footer-right .mail {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

div#footer-right .tel {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

/* footer icons */
.footer_icon {
    display: block;
    width: 39px;
    height: 40px;
    text-indent: -99999px;
    float: left;
    margin-right: 5px;
}

.footer_icon.facebook {
    background: url('../images/facebook.png') top;
}

.footer_icon.twitter {
    background: url('../images/twitter.png') top;
}

.footer_icon.google {
    background: url('../images/googleplus.png') top;
}

.footer_icon.xing {
    background: url('../images/xing.png') top;
}

.footer_icon.linkedin {
    background: url('../images/linkedin.png') top;
}

.footer_icon.youtube {
    background: url('../images/youtube.png') top;
}

.footer_icon.instagram {
    background: url('../images/instagram.png') top;
}

.footer_icon.rss {
    background: url('../images/hover_rss.png') top;
}

/*****************************
 * ******* CONTENT STYLES ****
 * *************************/
strong, b {
    font-weight: bold;
}

#main-content img {
    padding: 4px;
    border: 1px solid #cacaca;
}

div.right {
    float: right;
}

div.left {
    float: left;
}

#content_2col_right .csc-default h2 {
    font-size: 16px;
    font-weight: 500;
}

#content_2col_right .csc-default img {
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

/*********************************
 *********** IE FIXES ************
 ********************************/
html.ie * {
    font-weight: inherit !important;
}

/*
 * NICK 03.08
 */
div.accordion h2 {
    font-size: 22px;
    font-weight: 500;
}

div.accordion .ui-accordion-header-icon {
    display: none;
}

div.accordion div.ui-accordion-header {
    background: url('/typo3conf/ext/drowseminar/Resources/Public/Images/plus.png') no-repeat left 7px;
    color: #004f9f;
    padding: 5px 0 5px 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    border-bottom: 1px solid #e6e7e8;
}

div.accordion div.ui-state-active {
    background: url('../images/minus.png') no-repeat left 7px;
    border-bottom: none;
}

div.accordion div.ui-accordion-content-active {
    border-bottom: 1px solid #e6e7e8;
    padding-left: 30px;
}

div.accordion div.ui-accordion-content-active p {
    margin: 0 0 5px 0;
}

div.statement-box-small {
    width: 260px;
}

div#content-right-content div.seminarHead {
    border-bottom: 1px solid #e6e7e8;
}

div#content-right-content div.seminarHead h1 {
    float: left;
    margin-bottom: 15px;
    line-height: 33px;
    width: 555px;
}

div#content-right-content div.seminarHead div.icons {
    float: left;
    text-align: right;
    width: 155px;
}

/*******************************
 * **** POWERMAIL STLYES **********
 * ************************* */
.tx-powermail form>h3, .tx-powermail form .powermail_legend {
    display: none;
}

div.powermail_fieldwrap {
    margin: 0 0 0.5em 0;
    clear: both;
}

div.powermail_fieldwrap label {
    width: 25%;
    vertical-align: top;
}

div.powermail_fieldwrap input, div.powermail_fieldwrap select {
    min-width: 40%;
}

div.powermail_fieldwrap textarea {
    min-width: 40%;
}

/* error message */
.tx-powermail .error {
    border: 1px solid #000;
    font-size: 11px;
    color: #fff;
    padding: 3px 10px 5px 10px;
    margin: 0 0 0 -2px;
    z-index: 10;
    text-align: left;
    height: auto;
    overflow: visible !important;
    background: #840909;
    -webkit-box-shadow: 3px 3px 5px #eee;
    -moz-box-shadow: 3px 3px 5px #eee;
    box-shadow: 3px 3px 5px #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.error p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

html:root .error em {
    position: absolute;
    display: block;
    height: 5px;
    border: 10px solid;
    border-color: #000 transparent transparent;
    border-bottom: 0 none;
    bottom: -15px;
    overflow: visible;
    left: 5px;
}

/* custom field styles */
.powermail_fieldwrap_radio legend, .powermail_fieldwrap_check legend {
    display: block;
    font-weight: 600;
    padding: 5px 0 5px 0;
}

.powermail_check_inner, .powermail_radio_inner {
    width: 42%;
    padding: 3px 0 3px 0;
    float: left;
    clear: none;
    margin-left: 25%;
}

div.powermail_check_inner label, div.powermail_radio_inner label {
    font-size: 12px;
    width: 90%;
}

div.powermail_check_inner input, div.powermail_radio_inner input {
    width: 25px !important;
    min-width: 0px;
    border: 0 none !important;
    float: left;
    clear: left;
    font-size: 12px;
    margin-top: 2px;
}

#content-right-content div.tx-datamintsfeuser-pi1 label {
    font-size: 12px;
    margin: 0 0 1em 0;
}

div.powermail_fieldwrap_label {
    font-size: 14px;
    margin: 0 0 1em 0;
}

div.powermail_fieldwrap_submit {
    padding: 1em 0 0 0;
}

.powermail_submit {
    width: 210px !important;
    background: url('images/akkordeon_active.png');
    color: #ffffff;
    cursor: pointer;
    margin-left: 200px;
}

/* error */
.tx-powermail .parsley-errors-list {
    margin-left: 26%;
    clear: both;
}

/* powermail multiple steps */
.powermail_pagebrowser {
    display: none;
}

.powermail_submitmultiple_forward {
    float: right;
    width: 130px !important;
    background: #004E9D;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
}

.powermail_submitmultiple_back {
    width: 130px !important;
    background: #004E9D;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
}

.tx-powermail .style1 legend {
    padding-right: 250px;
}

.tx-srfreecap-pi2-cant-read {
    display: block;
    width: 100px;
    margin: 0px 0 10px 200px;
}

img.tx-srfreecap-pi2-image {
    margin: 10px 0 10px 200px;
}

.powermail_fieldset {
    background: none !important;
    filter: none !important;
    box-shadow: none !important;
    border-radius: none !important;
}

.tx-powermail {
    /*width: 820px !important;*/
}

.tx-powermail .tx-powermail_formwrap {
    /*margin-left: 180px;*/
}

fieldset.powermail_fieldset legend, fieldset.powermail_fieldset label, fieldset.powermail_fieldset legend.powermail_fieldwrap_html_checkbox_title, #content-right-content div.tx-datamintsfeuser-pi1 label {
    display: inline-block;
    color: #004f9f;
}

fieldset.powermail_fieldset input.powermail_submit {
    background: #004f9f;
}

.powermail_fieldwrap_checkbox_title {
    width: 200px;
    float: left !important;
}

div.powermail_thx {
    margin-bottom: 20px;
}

div.powermail_thx p {
    font-size: 15px;
    line-height: 17px;
    margin: 5px 0;
}

div.powermail_fieldwrap_label {
    font-size: 14px;
    margin: 0 0 1em 0;
}

#infomaterialbestellen .style2 {
    margin-left: 200px;
}

#infomaterialbestellen .style2 legend {
    position: absolute;
    left: 840px;
    margin-top: -2px;
    font-size: 12px;
    font-weight: normal;
}

#infomaterialbestellen .style2 div.powermail_check_inner {
    width: 100px;
    margin: -5px 0 5px 45px !important;
}

#powermaildiv_uid40 .powermail_check_inner, #powermaildiv_uid43 .powermail_check_inner, #powermaildiv_uid53 .powermail_check_inner {
    margin-left: 245px !important;
}

#powermaildiv_uid40 legend, #powermaildiv_uid43 legend, #powermaildiv_uid53 legend {
    display: none;
}

.powermail_fieldwrap_html span {
    display: inline-block;
    clear: none;
    width: 25%;
    float: left;
    font-weight: bold;
    color: #004f9f;
}

.powermail_fieldwrap_html span.labeltext {
    margin-left: 5px;
    font-weight: normal;
    display: inline-block;
    width: 42%;
    font-size: 12px;
}

/**************
 ***SITEMAP****
 *************/
/* Ebene 1 */
div.csc-sitemap ul li {
    margin-top: 0px;
    background-position-y: 0px;
    background: none;
    padding: 0;
}

div.csc-sitemap ul li a {
    font-size: 130%;
    font-weight: bold;
    display: none;
}

/* Ebene 2 */
div.csc-sitemap ul ul li {
    margin-top: 10px;
    background: none;
}

div.csc-sitemap ul ul li a {
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
}

/* Ebene 3 */
div.csc-sitemap ul ul ul li {
    margin-top: 0px;
    background: url('../images/square.png') no-repeat 0px 3px;
    padding-left: 15px;
}

div.csc-sitemap ul ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.csc-sitemap ul ul ul li a {
    font-size: 100%;
    font-weight: normal;
}

/* Ebene 4 */
div.csc-sitemap ul ul ul ul li {
    margin-top: 0px;
    background-position-y: 3px;
}

div.csc-sitemap ul ul ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.csc-sitemap ul ul ul ul li a {
    font-size: 90%;
}

/* Ebene 5 */
div.csc-sitemap ul ul ul ul ul li {
    margin-top: 0px;
    background-position-y: 0px;
}

div.csc-sitemap ul ul ul ul ul li a {
    font-size: 85%;
}

/***************************
 *** jQuery Validate *******
 **************************/
#announceForm label.error, #confirmForm label.error {
    font-size: 12px;
    color: #fff;
    padding: 3px 10px 5px 10px;
    z-index: 10;
    text-align: left;
    overflow: visible !important;
    background: #840909;
    -webkit-box-shadow: 3px 3px 5px #eee;
    -moz-box-shadow: 3px 3px 5px #eee;
    box-shadow: 3px 3px 5px #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

#announceForm label.error {
    position: absolute;
    margin: 3px;
    left: 855px;
}

#confirmForm label.error {
    position: relative;
    display: inline-block;
    left: 4px;
}

.content-thank-you {
    width: 500px;
    padding: 15px 15px 0 15px;
}

/***************************
 *** Newsletter Register ***
 **************************/
#content-right-content div.tx-datamintsfeuser-pi1 label {
    display: block;
    width: 250px;
    float: left;
    clear: left;
    color: #004f9f;
    font-size: 14px;
    font-weight: bold;
}

#content-right-content div.tx-datamintsfeuser-pi1 div.item-1 div.list label {
    float: none;
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

#content-right-content div.tx-datamintsfeuser-pi1 div.list {
    margin-left: 250px;
}

#content-right-content div.tx-datamintsfeuser-pi1 .type-submit input {
    margin: 10px 0 10px 250px;
    border: 0;
    padding: 5px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background: #004f9f;
}

#content-right-content div.tx-datamintsfeuser-pi1 input {
    padding: 3px;
    border: 1px solid #ccc;
    color: #444;
    -webkit-box-shadow: 3px 3px 5px #eee;
    -moz-box-shadow: 3px 3px 5px #eee;
    box-shadow: 3px 3px 5px #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

#content-right-content div.tx-datamintsfeuser-pi1 fieldset.group-1 {
    border: 0px;
}

#tx_drowhtmlheader a.btnWeiter {
    background: url('../images/html-header-link.png') no-repeat center bottom;
}

/****************************************************/
/*
 * 09.09.2013 Anpassungen startseite
 * neusten blogeintrag auf startseite
 */
.tx_wordpressgripper {
    margin: 10px 0 0 0;
    padding-left: 5px;
}

.tx_wordpressgripper .post {
    position: relative;
}

.tx_wordpressgripper .headline {
    color: #004f9f;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tx_wordpressgripper .title {
    color: #004f9f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tx_wordpressgripper .category {
    line-height: 16px;
    color: #fff;
    background: #004f9f;
    padding: 2px 8px 2px 8px;
    display: inline-block;
}

.tx_wordpressgripper .date {
    line-height: 16x;
    font-weight: normal;
    display: inline-block;
    padding: 2px 8px 2px 18px;
    position: absolute;
    right: 0;
    background: url('../images/clock.png') no-repeat 0 2px;
}

.tx_wordpressgripper p {
    line-height: 20px;
    margin: 10px 0;
}

.tx_wordpressgripper br, .tx_wordpressgripper img {
    display: none;
}

/****************************************************/
/*** Änderungen BI Anpassungen 28.08.2014 **********/
#arrow-container {
    /* background: url('../images/pfeil_blau_big.png') no-repeat;
   width: 169px;*/
    height: 375px;
    float: left;
}

#arrow-switch {
    float: left;
}

/* en */
