/* Reset and cleanup styles
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, .footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, .footer, header, hgroup, nav, section {display: block;}
img,embed {max-width: 100%; height: auto;}
html {overflow-y: scroll;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
input, select {vertical-align: middle; }
pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font-size: 99%;}
table {font-size: inherit; font-size: 100%;}
a:hover, a:active {outline: none;}
strong, th {font-weight: bold;}
td, td img {vertical-align: top;}
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
pre, code, kbd, samp {font-family: monospace, sans-serif;}
.clickable, label, input[type=button], input[type=submit], button {cursor: pointer;}
button, input, select, textarea {margin: 0;}
button {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Individual styles
-------------------------------------------------------------------------------*/

.dpzhide, .dpzshow { font-weight: bold; padding: 0 0 15px; margin: 0 0 15px; }
.dpzhide { background-color: #009A44; color: transparent; }
.dpzshow { color: #009A44; background-color: #fff; }

body {
  font-size: 14px;
  font-family: arial,sans-serif;
  line-height: 140%;
  text-align: left;
  color: #58585a;
}

h1 {
  display: block;
  font-family: arial,sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 15px;
  line-height: 1.3em;
}

.overlay {
  height: 225px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.overlay h1 {
  width: 100%;
  color: #fff;
  background-image: url("../Images/background-transparent.png");
  background-repeat: repeat;
  padding: 15px 10px;
  position: absolute;
  top: 0;
}

/* imagecycle same style like h1 overlay */
.tx-imagecycle-pi1,
.tx-imagecycle-pi1-images{
  width: 100%!important;
  height: auto;
}

.tx-imagecycle-pi1-images li {
  width: 100%;
}

.tx-imagecycle-pi1 .tx-imagecycle-pi1-images .imagecycle-caption {
  top: 0;
  bottom: inherit;
  padding: 15px 10px;
  font-size: 20px;
  color: #fff;
}

div.imagecycle-caption strong {
  font-weight: normal;
  font-size: 24px;
}

.tx-imagecycle-pi1 img {
  width: 100%;
  height: auto;
}


h2 {
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 12px;
}

h3 {
  font-size: 15px;
  padding-top: 15px;
  margin-bottom: 12px;
}

h4 {
  font-size: 14px;
  padding-top: 15px;
  margin-bottom: 12px;
}

ol,
ul {
  list-style: none;
  padding-bottom: 20px;
  padding-left: 15px;
}

ul li {
  margin-left: 15px;
  padding: 4px 0;
  list-style-type: disc;
}

ol li {
  margin-left: 15px;
  padding: 4px 0;
  list-style-type: decimal;
}

p {
  padding-bottom: 15px;
}

#home .content p,
.right-col p {
  padding-bottom: 5px;
}

a {
  color: #58585a;
}

.main a:hover {
  color: #009a44;
}
a.morelink {
  clear: left;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  background-image: url(../Images/arrow-white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #58585a;
  padding: 2px 28px 2px 10px;
  margin-top: 3px;
  margin-right: 10px;
}

#home a.morelink {
  margin-top: 25px;
}

a.morelink:hover {
  color: #fff;
}

a.speciallink {
  display: inline-block;
  width: 240px;
  text-decoration: none;
  font-size: 13px;
  background-image: url("../Images/link-green.png");
  background-repeat: no-repeat;
  background-color: #dfdfdf;
  background-position: 98% center;
  padding: 7px 50px 7px 10px;
  margin-bottom: 10px;
}

a[href^="tel"]:hover {
  color: #58585A!important;
  cursor: default!important;
}

h2 a,
h3 a{
  text-decoration: none;
}

h2 a:hover,
h3 a:hover {
  color: #009a44;
}

.csc-frame-frame1 {
  background-image: url("../Images/seperator.png");
  background-repeat: repeat-x;
  padding-top: 15px;
  margin-top: 30px;
}

#home .csc-textpic {
  padding-bottom: 0;
}

.csc-textpic {
  padding-bottom: 20px;
}

.csc-textpic h2 {
  padding-top: 0;
}

.csc-textpic-caption {
  font-size: 12px;
  line-height: 130%;
  padding-top: 5px;
}

#home .csc-frame-frame1 {
  margin: 0;
}

#home .fce-2-1 .csc-textpic-imagewrap {
  padding-top: 4px;
}

.csc-frame-frame1 h3 {
  padding-top: 0;
}

.hide {
  display: none;
}

.clearer {
  clear: both;
  font-size: 1px;
}

#home .csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 340px;
}

.csc-textpic-text h3 {
  padding-top: 0;
}

/* Tabelle */

table{
  width: 99%;
  text-align: left;
  line-height: 145%;
  margin: 0 0 15px 0;
}

table,
td {
  font-size: 14px;
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
}

#for thead {
  background: #DFDFDF;
}

caption {
  display:none;
}

thead th {
  font-weight: bold;
  color: #4B4B4B;
}

thead th a{
  text-decoration: none;
}

tbody th {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
  font-weight: bold;
}

thead th,
tbody th {
  vertical-align: top;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

thead th,
tbody th,
tbody tr td {
  padding: 8px 10px;
}

tbody tr td {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}


.contenttable-2 thead {
  background-color: #009a44;
}

.contenttable-2 thead th {
  color: #fff;
}

.contenttable-2 tbody .td-0 {
  font-weight: bold;
  background-color: #F8F8F8;
}

/* Default Formular */

fieldset {
  background-color: transparent;
  border: none;
  padding: 0;
}

legend {
  display: none;
}

label,
input,
textarea,
submit {
  font-family: arial, sans-serif!important;
}

input {
  font-size: 13px;
  padding: 2px;
}

textarea,
input[type="text"], input[type="password"], input[type="email"] {
  width: 300px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 1px 2px #A3A3A3 inset;
  -webkit-box-shadow: 0px 1px 2px #A3A3A3 inset;
  -moz-box-shadow: 0px 1px 2px #A3A3A3 inset;
}

a.button,
input[type="button"],
input[type="submit"],
button.button {
  border: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  background-color: #58585A;
  background-image: url(../Images/arrow-white.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 2px 28px 2px 10px;
}

a.reset,
input.reset,
button.reset {
  background-color: #dfdfdf;
  color: #58585a;
  background-image: none;
  padding-right: 10px;
  text-decoration: none;
}

input.addtocalendar,
a.addtocalendar {
  position: absolute;
  right: 0;
  top: 15px;
}

a.addtocalendar:hover {
  color: #fff;
}

/*
input[type="button"] {
background-color: #dfdfdf;
border: none;
color: #58585a;
display: inline-block;
font-size: 13px;
padding: 2px 10px;
}*/

select {
  border: 1px solid #58585a;
  font-size: 13px;
  padding: 1px;
}


/*
textarea:focus,
input:focus {
border: 1px solid #009a44;
background-color: transparent;
}*/

label {
  float: left;
  width: 140px;
  font-size: 14px;
  font-weight: normal;
  color: #58585A;
}

input[type="radio"] {
  width: auto;
  vertical-align: middle;
}

submit {
  width: auto;
  float: none;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  background-color: #58585a;
  padding: 2px 10px;
  margin-left: 100px;
}


/* Powermail Formular */

.powermail_fieldset {
  background-color: transparent;
  border: none;
  padding: 0;
}

.powermail_field {
  border: none;
  float: left;
  margin-bottom: 15px;
}

div.powermail_fieldwrap {
  margin-bottom: 15px;
}

.events-registration-form {
  display: block;
}

.events-registration-form .powermail_message_error {
  background-color: #fff;
}
.events-registration-form .powermail_fieldwrap {
  display: block;
}

.events-registration-form .powermail_fieldwrap > label {
  width: 140px;
}

.events-registration-form .powermail_fieldwrap > div select,
.events-registration-form .powermail_fieldwrap > div input[type=text],
.events-registration-form .powermail_fieldwrap > div textarea {
  width: 300px;
}

.powermail_label {
  width: 100px;
  font-weight: normal;
  color: #58585A;
}

.powermail_submit {
  width: auto;
  float: none;
  font-weight: normal;
  margin-left: 100px;
}

.powermail_field .parsley-errors-list {
  padding-left: 5px;
  padding-bottom: 5px;
}

.powermail_fieldwrap_type_radio.layout1 .powermail_radio_outer,
.powermail_fieldwrap_type_radio.layout2 .powermail_radio_outer,
.powermail_fieldwrap_type_check.layout1 .powermail_check_outer,
.powermail_fieldwrap_type_check.layout2 .powermail_check_outer {
    border: none;
}
.powermail_fieldwrap_type_radio.layout1 label,
.powermail_fieldwrap_type_radio.layout2 label,
.powermail_fieldwrap_type_check.layout1 label,
.powermail_fieldwrap_type_check.layout2 label {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-left: 0px;
    display: block;
}

.powermail_fieldwrap_type_radio.layout1 > label,
.powermail_fieldwrap_type_radio.layout2 > label,
.powermail_fieldwrap_type_check.layout1 > label,
.powermail_fieldwrap_type_check.layout2 > label {
  display: none;
}

.powermail_fieldwrap_type_radio.layout2 label,
.powermail_fieldwrap_type_check.layout2 label {
    font-family: Calibri, Arial, sans-serif!important;
}
.powermail_fieldwrap_type_radio.layout1 input,
.powermail_fieldwrap_type_radio.layout2 input,
.powermail_fieldwrap_type_check.layout1 input,
.powermail_fieldwrap_type_check.layout2 input {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.powermail_fieldwrap_type_check legend {
    margin-top: 4px;
}
.powermail_fieldwrap_type_check .powermail_check_outer {
    border: none;
}
.powermail_fieldwrap_type_check label {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-left: 20px;
    display: block;
}
.powermail_fieldwrap_type_check input {
    float: left;
    margin-top: 4px;
}

textarea.powermail_field:focus,
input.powermail_field:focus {
  border: 1px solid #009a44;
  background-color: #fff;
}

.formError .formErrorContent {
  background-color: #009a44;
  font-family: arial, sans-serif;
  font-size: 13px;
  border: none;
}

.formError .formErrorArrow div {
  background-color: #009a44;
  border: none;
}


/* Registration Form */

.registration-form,
.events-registration-form{
  border-top: 1px solid #dfdfdf;
}

.registration-form div {
  margin-bottom: 10px;
}

#rdoSalutation {
  margin-left: 140px;
}

.registration-form .RadioListTD label {
  float: none;
  width: auto;
  margin-left: 10px;
}

.registration-form input[type="button"],
.events-registration-form input[type="submit"] {
  display: block;
  margin-left: 140px;
}

.error-message {
  color: #e10808;
  font-size: 13px;
}

.control-error {
  margin-left: 140px;
}


#wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}


/* HEADER */

header.header {
  height: 120px;
  text-align: center;
  position: relative;
}

.dpz-homepage {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #009a44;
  background-image: url(../Icons/icon-home-bigger-white.png);
  background-repeat: no-repeat;
  background-position: 15px 6px;
  padding: 7px 15px 7px 40px;
  box-shadow: 0px 0px 5px #878787;
  -webkit-box-shadow: 0px 0px 5px #878787;
  -moz-box-shadow: 0px 0px 5px #878787;
  position: absolute;
  /* left: 69%; */
  z-index: 999999;
}


.dpz-homepage-menu {
  display: none;
  text-align: left;
  background: #f9f9f9;
  background:-webkit-linear-gradient(top, #F2F2F2, #fff); /* Safari, Chrome */
  background:-moz-linear-gradient(top, #F2F2F2, #fff); /* Firefox */
  background:-ms-linear-gradient(top, #F2F2F2, #fff); /* IE */
  background:-o-linear-gradient(top, #F2F2F2, #fff); /* Opera */
  background:linear-gradient(top, #F2F2F2, #fff); /* W3C Standard */
  box-shadow: 0px 0px 13px #aaaaaa;
  -webkit-box-shadow: 0px 0px 13px #aaaaaa;
  -moz-box-shadow: 0px 0px 13px #aaaaaa;
  margin: 0 auto;
  position: relative;
  z-index: 9999999;
}

.dpz-homepage-menu .wrapper {
  padding: 10px 8px 10px 20px;
  overflow: hidden;
}

.dpz-homepage-menu ul {
  float: left;
  width: 140px;
  font-size: 15px;
  margin-right: 12px;
  padding: 0;
}

.dpz-homepage-menu ul.homelink {
  width: 25px;
}

.dpz-homepage-menu ul.homelink a {
  position: relative;
  top: -2px;
}

.dpz-homepage-menu >ul > li:first-child {
  padding-top: 0px;
}

.dpz-homepage-menu ul li{
  list-style: none;
  line-height: 100%;
  padding: 6px 0;
  margin: 0;
}

.dpz-homepage-menu ul li ul {
  float: none;
  font-size: 12px;
  padding-top: 10px;
}

.dpz-homepage-menu ul li ul li {
  border-bottom: 1px solid #c7c7c7;
}

.dpz-homepage-menu p {
  padding-bottom: 15px;
}

.dpz-homepage-menu a {
  text-decoration: none;
}

.dpz-homepage-menu a:hover {
  color: #009a44;
}

.logo {
  position: absolute;
  top: 35px;
  left: 0px;
}

.metamenu {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 10px;
}

.metamenu a, .metamenu span{
  float: left;
  line-height: 17px;
  margin-left: 32px;
  text-decoration: none;
}

.metamenu a.home {
  background-image: url(../Icons/icon-home.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.metamenu a.abo {
  background-image: url(../Icons/icon-abo.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.metamenu a.rss {
  background-image: url(../Icons/icon-rss.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.metamenu a.login {
  color: #fff;
  background-color: #58585a;
  padding: 4px 10px;
  margin-left: 15px;
}

.metamenu .language-en {
  background-image: url(../Images/flag-en.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}

.metamenu .language-de {
  background-image: url(../Images/flag-de.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}

.metamenu > form {
  float: left;
  line-height: 0;
  margin-left: 32px;
}


.metamenu > form input {
  line-height: 17px;
}

.metamenu .meta-logout {
  background-color: transparent;
  color: #58585A;
  padding: 0;
}

.search {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 70px;
}

.search input {
  font-family: arial, sans-serif;
  height: 28px;
  line-height: 28px;
  border: 1px solid #5b5b5d;
  padding: 0 0 0 5px;
  background-image: none;
}

.search input[type=text] {
  width: 153px;
  font-style: italic;
  font-size: 13px;
  color: #89898c;
}

.search input[type=submit] {
  width: auto;
  height: 30px;
  color: #fff;
  font-weight: bold;
  background-color: #5b5b5d;
  padding: 0 4px;
}

#mobilemenu {
  display: none;
}

nav.mainmenu {
  height: 25px;
  background-color: #dfdfdf;
  position: relative;
  z-index: 999;
}

nav.mainmenu ul {
  padding: 0;
}

nav.mainmenu > ul > li:first-child {
  margin-left: 0;
}

nav.mainmenu ul li {
  float: left;
  line-height: 25px;
  list-style-type: none;
  margin-left: 30px;
  padding: 0;
  position: relative;
}

nav.mainmenu > ul > li:hover {
  box-shadow: 0px 8px 0px 0px #FFFFFF, 0 0px 3px #AAAAAA;
  -webkit-box-shadow: 0px 8px 0px 0px #FFFFFF, 0 0px 3px #AAAAAA;
  -moz-box-shadow: 0px 8px 0px 0px #FFFFFF, 0 0px 3px #AAAAAA;
}

nav.mainmenu ul li:hover {
  background-color: #fff;
  color: #009A44;
}

nav.mainmenu ul li a{
  display: block;
  text-decoration: none;
  padding: 0 10px;
}

nav.mainmenu ul li a:hover {
  color: #009a44;
  background-color: #fff;
}

nav.mainmenu > ul > li > a.active {
  background-color: #009a44;
  color: #fff!important;
}

nav.mainmenu ul li .foldout {
  width: 250px;
  display: none;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-top: none;
  padding-top: 10px;
  box-shadow: 0 -2px 0 -1px #FFFFFF, 0 1px 1px #AAAAAA;
  -webkit-box-shadow: 0 -2px 0 -1px #FFFFFF, 0 1px 1px #AAAAAA;
  -moz-box-shadow: 0 -2px 0 -1px #FFFFFF, 0 1px 1px #AAAAAA;
  position: absolute;
  left: -1px;
  overflow: hidden;
}

nav.mainmenu ul li:hover .foldout {
  display: block;
}

.ie7 nav.mainmenu ul li .foldout {
  top: 25px;
}

nav.mainmenu ul li ul {
  float: left;
  width: 250px;
}

nav.mainmenu ul li ul li {
  float: none;
  font-size: 13px;
  line-height: 110%;
  margin-left: 0;
  padding-bottom: 15px;
}

nav.mainmenu > ul > li > .foldout > ul > li > a {
  font-weight: bold;
  margin: 0 20px 0 10px;
  padding: 0 20px 0 0;
}

nav.mainmenu ul li ul li a.active {
  color: #009a44;
}

nav.mainmenu ul li ul li a:hover {
  color: #009a44;
}

nav.mainmenu ul li ul li ul {
  float: none;
  padding-top: 3px;
}

nav.mainmenu ul li ul li ul li {
  background-image: url(../Images/arrow-green.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  margin-left: 10px;
  padding: 1px 0 1px 5px;
}

nav.mainmenu ul li.section-parent {
  float: right;
  border-left: 5px solid #fff;
}

nav.mainmenu ul li.section-parent:hover {
  box-shadow: none;
}

nav.mainmenu ul li.section-parent a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}


nav.breadcrumb ul {
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 0px;
}

nav.breadcrumb ul li {
  list-style: none;
  float: left;
  margin: 0;
}

nav.breadcrumb ul li:first-child a {
  background-image: none;
  padding: 0;
  margin-left: 0;
}

nav.breadcrumb ul li a {
  font-size: 13px;
  text-decoration: none;
  background-image: url(../Images/arrow-breadcrumb.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
  margin: 0 5px;
}

.content {
  clear: both;
  padding: 5px 0 30px 0;
  position: relative;
  z-index:9;
  overflow: hidden;
}

#home .content {
  padding: 10px 0 30px 0;
}

.quick-guide {
  border: 1px solid #dfdfdf;
  border-bottom: none;
}

.quick-guide a{
  display: block;
  height: 54px;
  line-height: 54px;
  text-decoration: none;
  background-image: url(../Images/link-grey.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 20px;
}

.quick-guide a:hover {
  color: #009a44;
}

.quick-guide a:nth-child(odd) {
  background-image: url(../Images/link-grey.png), url(../Images/background-tile-grey.png);
  background-repeat: no-repeat, repeat;
  background-position: 240px center, center center;
}

.main {
  clear: both;
  float: left;
  width: 640px;
}

.col-right {
  float: right;
  width: 300px;
}

.col-right h3.csc-firstHeader {
  padding-top: 0;
}

.col-right h3 {
  line-height: 90%;
}

.col-right .first {
  background-image: none;
}

.contact {
  background-color: #dfdfdf;
  overflow: hidden;
  margin-bottom: 10px;
}

.contact a {
  text-decoration: none;
}

.contact img {
  float: left;
  width: 115px;
  display: block;
}

.contact .contact-data {
  float: left;
  width: 164px;
  font-size: 13px;
  padding: 10px 10px 5px;
}

.contact .contact-data .person {
  font-size: 15px;
}

.contact .contact-data .activity {
  display: block;
  padding-bottom: 20px;
}

.contact .contact-data .department {
  display: block;
  padding-bottom: 10px;
}

.contact .contact-data span.phone,
.contact .contact-data span.fax,
.contact .contact-data span.mail,
.contact .contact-data span.profile {
  display: inline-table;
  font-size: 13px;
  padding-bottom: 0px;
}

.contact.dpznews_contact .contact-data {
  width: 250px;
}

.contact .phone {
  width: 140px;
  background: url(../Icons/icon-phone.png) no-repeat left center;
  padding-left: 25px;
}

.contact .fax {
  width: 140px;
  background: url(../Icons/icon-fax.png) no-repeat left center;
  padding-left: 25px;
}

.contact .mail {
  width: 140px;
  background: url(../Icons/icon-mail-small.png) no-repeat left center;
  padding-left: 25px;
  word-wrap: break-word;
}

.contact .profile {
  width: 140px;
  background: url(../Icons/icon-profile.png) no-repeat left center;
  padding-left: 25px;
  word-wrap: break-word;
}

div.contact-data p.persondpz {
  font-size: 15px;
  margin-bottom: 10px;
}
div.contact-data p.mail {
  background: url(../Icons/icon-mail-small.png) no-repeat left center;
  padding-left: 25px;
}
div.contact-data p.phone {
  background: url(../Icons/icon-phone.png) no-repeat left center;
  padding-left: 25px;
}
div.contact-data p.fax {
  background: url(../Icons/icon-fax.png) no-repeat left center;
  padding-left: 25px;
}
div.contact-data p.external {
  background: url(../Icons/icon-externalLink.png) no-repeat left center;
  padding-left: 25px;
}
div.contact-data p.profile {
  background: url(../Icons/icon-profile.png) no-repeat left center;
  padding-left: 25px;
}
div.contact-data p {
  font-size: 13px;
  padding-bottom: 0;
}

.contact .contact-data p {
  padding: 0;
  width: auto;
}

.person-single label {
  cursor: default;
}

.person-single .fleft {
  float: left;
}

.person-single .contact-data-right .fleft {
  width: 260px;
}

.person-single .person-data  {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 4px;
}

.person-single .contact-data {
  width: 730px;
  padding-left: 15px;
}

.person-single .contact img {
  width: auto;
  border: 5px solid #DFDFDF;
}

.person-single .contact .person-image {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.person-single .contact-data .person-data {
  display: block;
  background: transparent;
}

.person-single .contact-data .person-data.person-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.person-single .contact-data .person-email a:hover {
  text-decoration: underline;
}

.person-single .contact-data .person-data.person-department {
  padding-bottom: 15px;
}

.person-single .contact .person-data label {
  display: inline-block;
  width: 100px;
  min-height: 1px;
}

.person-single .contact-data-top {
  margin-bottom: 15px;
}

.person-single .contact-data-left {
  width: 300px;
  float: left;
}

.person-single .contact-data-right {
  width: 400px;
  margin-left: 30px;
  float: left;
}

/*
.person-single .contact .contact-data-right .person-data label {
width: 130px;
}*/

.person-single .rte-content {
  float: left;
  width: 70%;
}

.additional-data,
.publication-data,
.personal-data{
  border-top: 1px solid #dfdfdf;
  padding: 30px 0;
}

.publication-data .person-data ,
.personal-data .person-data ,
.additional-data .person-data {
  display: block;
  padding: 10px 5px;
}

.publication-data .person-data:nth-child(odd),
.personal-data .person-data:nth-child(odd),
.additional-data .person-data:nth-child(odd) {
  background-color: #F3F3F3;
}

.publication-data .person-data label,
.personal-data .person-data label,
.additional-data .person-data label{
  width: 200px;
  height: 20px;
  display: block;
  font-weight: bold;
}

.ie7 .publication-data .person-data label,
.ie7 .personal-data .person-data label,
.ie7 .additional-data .person-data label{
  height: 40px;
}

.selected-publication {
  float: left;
}

.person-dp-list {
  width: 600px;
  table-layout: fixed;
}

.dplist-name {
  xwidth: 410px;
  vertical-align: middle;
}

.dplist-tel {
  width: 140px;
  white-space: nowrap;
  vertical-align: middle;
}

.dpz-pdb-function-list {
  padding: 0;
}

.dplist-mail {
  width: 20px;
  white-space: nowrap;
  vertical-align: middle;
}

.dplist-mail img {
  display: block;
}

.press-photo {
  float: left;
}

table.contenttable-3 {
  width: 600px;
}

table.contenttable-3 td.td-1 {
  width: 140px;
}

table.contenttable-3 td.td-2 {
  width: 20px;
}

table .mail {
  display: block;
  text-decoration: none;
  background-image: url(../Icons/icon-mail.png);
  background-repeat: no-repeat;
  height: 14px;
  width: 20px;
  position: relative;
  top: 3px;
}


/* footer */

footer.footer {
  clear: both;
  width: 100%;
  max-width: 1024px;
  font-size: 11px;
  line-height: 120%;
  margin: 0 auto;
  overflow: hidden;
}

footer .footer-wrapper {
  border: 1px solid #dfdfdf;
  background-image: url(../Images/background-tile.png);
  background-repeat: repeat;
  padding-left: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}

footer.footer ul {
  float: left;
  max-width: 120px;
  font-size: 13px;
  padding: 0;
  padding-top: 25px;
  margin-right: 12px;
}

footer.footer ul > li:first-child {
  padding-top: 0px;
}

footer.footer ul li{
  list-style: none;
  line-height: 100%;
  padding: 5px 0;
  margin: 0;
}

footer.footer ul li ul {
  float: none;
  font-size: 11px;
  padding-top: 10px;
}

footer.footer p {
  padding-bottom: 15px;
}

footer.footer a {
  text-decoration: none;
}

footer.footer a:hover {
  color: #009a44;
}

footer.footer .footer-contact {
  float: right;
  padding: 25px;
  padding-bottom: 0;
  background-color: #dfdfdf;
}

footer.footer p.copyright {
  float: left;
  padding-left: 25px;
}

footer.footer p.imprint {
  float: right;
  padding-right: 25px;
}

footer.footer p.imprint a {
  padding-left: 20px;
}

/* FCE */

.fce-2 {
  overflow: hidden;
  padding-bottom: 30px;
}

.fce-2 .col1 {
  float: left;
  width: 640px;
}

.fce-2 .col2 {
  float: right;
  width: 300px;
}

.main .fce-2 .col1 {
  width: 49%;
}
.main .fce-2 .col2 {
  width: 49%;
}

.fce-2-1 {
  overflow: hidden;
}

.fce-2-1 .col1 {
  width: 640px;
  float: left;
  padding-bottom: 30px
}

.fce-2-1 .col2 {
  width: 300px;
  float: right;
  padding-bottom: 30px
}

.fce-3 {
  overflow: hidden;
}

.fce-3 .col1,
.fce-3 .col2 {
  float: left;
  width: 300px;
  margin-right: 40px;
  padding-bottom: 30px
}

.fce-3 .col3 {
  float: right;
  width: 300px;
  margin-right: 0;
  padding-bottom: 30px
}

/* Social */

#socialshareprivacy {
  padding-bottom: 110px;
}

#social_bookmarks {
  background-image: url("../Images/seperator.png");
  background-repeat: repeat-x;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 16px 0 0 0;
  padding-bottom: 150px;
}

.social_share_privacy_area {
  height: auto!important;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
  background-color: transparent;
}

.social_share_privacy_area li{
  list-style: none;
  height: 40px!important;
}

.intranet #social_bookmarks {
  display: none;
}

/* Top News */

.slider {
  width: 640px;
  position: relative;
  visibility: hidden;
}

.no-js .slider {
  visibility: visible;
}

.ie7 .slider {
  z-index: -1;
}

.top-news {
  float: left;
  height: 275px!important;
  position: relative;
  overflow: hidden;
}

.top-news h2{
  display: block;
  background-image: url(../Images/background-transparent.png);
  background-repeat: repeat;
  padding: 15px 10px 15px 10px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-news h2 a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
  text-decoration: none;
  background-image: url(../Images/link-green.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 60px;
}

#slider-next {
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 999;
}

#slider-prev {
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 999;
}

#slider-pagination {
  clear: left;
  text-align: center;
  padding-top: 5px;
}

#slider-pagination a {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url(../Icons/icon-slider.png);
  background-repeat: no-repeat;
  margin-right: 5px;
}

#slider-pagination a.selected {
  background-image: url(../Icons/icon-slider-active.png);
}

#slider-pagination span {
  display: none;
}

/* News */

.news-img-caption, .news-img-caption-big {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
}

div.slider .news-img-caption {
  display: none;
}

.news-video-caption {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.caption-toggle {
  cursor: pointer;
  margin-left: 2em;
  float: right;
  font-style: italic;
  color: #009a44;
  font-size: 90%;
}

.news .article {
  clear: right;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  overflow: hidden;
}

.news div.dpznews.article:nth-child(2) {
  padding-top: 0px;
}

.news div.dpznews.article {
  padding: 15px 0;
}


.news .article .teaser-text {
  width: 60%;
  float: left;
  font-size: 14px;
  margin: 0;
}

.col-right .news .article .teaser-text {
  width: auto;
}

.news .article .news-img-wrap a {
  padding: 0;
}

.news .article .news-img-wrap {
  float: left;
  margin-right: 40px;
  margin-left: 0;
}

.news .article .footer {
  margin: 0;
}

.news .article .footer p {
  padding: 0;
  line-height: 14px;
}

.page-navigation {
  font-size: 13px;
  margin-top: 15px;
}

.page-navigation>p {
  display: none;
}

.news .page-navigation ul{
  padding-left: 0;
}

.news .page-navigation ul li {
  float: left;
  list-style: none;
}

.news .page-navigation ul li a {
  padding: 0;
}

.news.news-single .article .news-img-wrap{
  width: auto;
}

.news.news-single .article .footer {
  margin-bottom: 0;
}

.news .article h2 {
  padding-top: 5px;
  margin-bottom: 3px;
}

.news .article h2 a{
  text-decoration: none;
}

.news .article h2 a:hover {
  color: #009a44;
}

.news.news-single  .article {
  border-bottom: none;
}

.news.news-single .article .news-img-wrap{
  width: auto;
  max-width: 250px;
}

.news.news-single .article .teaser-text {
  float: none;
  width: auto;
  padding-bottom: 15px;
}

.news.news-single .article .footer {
  margin-bottom: 0;
}

.news.news-single .article h1 {
  padding-top: 5px;
}

.news {
  overflow: hidden;
  font-size: inherit;
}

.news-item {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 20px;
  position: relative;
}

.news-item {
  height: 180px;
  overflow: hidden;
}

.last {
  margin-right: 0;
}

.news-item img {
  display: block;
}

.news-item h4 {
  display: block;
  font-weight: normal;
  background-image: url(../Images/background-transparent.png);
  background-repeat: repeat;
  padding: 0 10px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-image: url(../Images/link-green.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 40px 10px 0;
}

.news .footer {
  font-size: 12px;
  border: none;
  padding: 0;
}

.news .footer span {
  color: #009a44;
}

div.news-author {
  float: right;
}
.news-author span {
  font-size: 12px;
  color: #009a44;
}

.news-single .teaser-text {
  color: #58585A;
}

.news .article .news-img-wrap a {
  border: none;
}

.news-related {
  border: none;
  padding: 0 15px 0 0;
}

.news-related h4 {
  background-image: url("../Images/seperator.png");
  background-repeat: repeat-x;
  margin-bottom: 10px;
  padding: 16px 0 0 0;
}

.news-related ul {
  margin: 0;
  padding: 0;
  padding-right: 10px;
}

.news-related ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 135%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.news-sidebar .news-related ul li {
    display: block;
}

.news-related-news .news-related-news-date {
  display: none;
}

.news-related-news a {
  display: inline-block;
  text-decoration: none;
  background-image: url(/typo3conf/ext/dpz_site/Resources/Public/Icons/icon-article.png)!important;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.news-related-link a {
  text-decoration: none;
  background-image: url(/typo3conf/ext/dpz_site/Resources/Public/Icons/icon-externalLink.png)!important;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.news-related-videos a {
  text-decoration: none;
  background-image: url(/typo3conf/ext/dpz_site/Resources/Public/Icons/icon-video.png)!important;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.news-related-links a {
  display: inline-block;
  color: #58585a;
  text-decoration: none;
  background-color: #dfdfdf;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
}

.news-related ul li span.news-related-files-link {
  border: none;
}

.news-related ul li span.news-related-files-size {
  display: none;
}

.news-related-files-link a {
  display: inline;
  text-decoration: none;
  background-image: url(/typo3conf/ext/dpz_site/Resources/Public/Icons/icon-file.png)!important;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 0 20px!important;
}

.news-related-wrap h5 {
  margin-top: 5px;
}
.news-related-wrap h5 a {
  text-decoration: none;
}

.news-backlink-wrap {
  clear: both;
  margin-bottom: 30px;
}

.news-backlink-wrap a.morelink {
  background-image: none;
  padding-right: 10px;
}

.news-detail.teaser-text {
  font-weight: bold;
}

.dpznews_contact {
  padding: 5px;
  margin-right: 16px;
}

.dpznews_contact h4 {
  background-image: none;
  padding-top: 5px;
}

.dpznews_mediacenter {
  background: #009a44;
  margin-right: 16px;
}

.dpznews_mediacenter h4 {
  padding-bottom: 10px;
  color: #fff;
  padding-left: 15px;
  font-weight: normal;
  width: 100%;
}

.dpznews_mediacenter.news-related-news a {
  display: inline-block;
  text-decoration: none;
  background-image: url(/typo3conf/ext/dpz_site/Resources/Public/Icons/icon-article-green.png)!important;
  background-position: 10px -4px;
  background-repeat: no-repeat;
  padding-left: 35px;
  color: #fff;
}

div.dpznews.news-img-big {
  display: block;
  text-align: left;
  float: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 640px;
  height: 275px;
  margin: 0;
  overflow: hidden;
}

div.news-img-wrap > div.dpznews-mediaelement {
  text-align: left;
  float: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
  width: 250px;
  height: auto;
}

div.dpznews.news-img-big img {
  position: absolute;
}

div.imagemap {
  max-height: 680px;
}

.fce-50-50 .col {
  float: left;
  width: 45%;
  margin-right: 40px;
}

.fce-50-50 .col:last-of-type {
  margin-right: 0px;
}



@media only screen and (max-width: 995px) {
  div.dpznews.news-img-big {
    width: auto;
    max-height: 250px;
  }
  div.news-img-wrap > div.dpznews-mediaelement {
    width: 150px;
    height: auto;
  }
  div.dpznews.news-img-big img {
    position: static!important;
  }
}

@media only screen and (max-width: 460px) {
  div.dpznews.news-img-big {
    height: auto;
  }
}

.sidebar h4 {
  padding-top: 20px;
}

.rss-icon {
  font-size: 12px;
  padding-left: -15px;
  right: 0;
  position: absolute;
  top: -35px;
}

.rss-icon a {
  display: inline-block;
  text-decoration: none;
}

.rss-icon a img {
  margin-right: 5px;
}

.ie7 .rss-icon {
  width: 170px;
  left: 830px;
}/* seminar */

.tx-bm-events {
  position: relative;
}

.tx-bm-events h1 {
  width: 420px;
  color: #009a44;
  line-height: 110%;
}

.seminar-filter {
  height: 30px;
}

.seminar-filter .selectbox {
  display: inline;
}

#seminar-filter {
  float: right;
  border: 1px solid #58585a;
  font-size: 12px;
}

#seminar-filter,
#seminar-filter-month {
  float: right;
  font-size: 12px;
  border: 1px solid #58585a;
  margin-left: 10px;
}

.seminar-filter #search-box {
  width: 150px;
  border-color: #58585a;
}

.seminar-search {
  display: inline;
}

.seminar-search input {
  font-size: 12px;
  color: #89898c;
  border: 1px solid #58585a;
  font-style: italic;
}

.backtooverview {
  display: inline-block;
  background-color: #58585A;
  border: none;
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
  padding: 2px 10px;
  margin-top: 15px;
  background-image: url(../Images/arrow-white-left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 10px 2px 28px;
}

.main a.backtooverview:hover {
  color: #fff;
}


/* seminar list */

.seminar {
  overflow: hidden;
}

.seminar-list-item.event-list-item {
  margin-bottom: 0px;
}

.seminar-list-item {
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

.seminar-list-item .seminar-text {
  width: 550px;
  float: right;
}

.seminar-list-item .category {
  font-size: 12px;
  color: #009a44;
  padding: 0;
}

.seminar-list-item .referents {
  display: block;
  font-size: 12px;
  font-style: italic;
}

.seminar-list-item h2 {
  padding-top: 5px;
}

.seminar-list-item h2 a{
  text-decoration: none;
}

.seminar-list-item h2 a:hover {
  color: #009a44;
}

.paginator {
  font-size: 13px;
  padding-top: 15px;
}

.paginator .arrow,
.paginator .break,
.paginator .selected,
.paginator .page{
  padding: 0 10px 0 0;
}

/* seminar item */

.seminar-item {
  border: 1px solid #DFDFDF;
  padding: 15px 10px;
  overflow: hidden;
}

/*
.seminar-item img {
width: 60px; edit jd
}*/

.ie7 .seminar-item img {
  float: left;
}

.seminar-item.odd {
  background-image: url(../Images/background-tile-grey.png);
  background-repeat: repeat;
  background-position: center center;
}

.seminar-item.even {
  border-top: none;
}

.seminar-item .seminar-text {
  float: right;
  width: 200px;
}

.current-date {
  float: left;
  width: 53px;
  height: 46px;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  background-image: url(../Icons/icon-calendar.png);
  background-repeat: no-repeat;
  padding-top: 20px;
}

.until-marker {
  display:block;
  font-weight:bold;
  clear:left;
  padding-left:18px;
}

.current-date.colloquium {
  background-image: url(../Icons/icon-calendar-kolloquium.png);
  height: 71px;
  width: 55px;
  padding-right: 8px;
}

.current-date span {
  font-size: 22px;
  text-transform: none;
}

.seminar-item h4 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.seminar-item h4 a {
  color: #58585a;
  text-decoration: none;
}

.seminar-item h4 a:hover {
  color: #009a44;
}

.seminar-item .category {
  font-size: 12px;
  color: #009a44;
  padding-bottom: 0!important;
}

.seminar-item .referents {
  display: block;
  font-size: 12px;
  font-style: italic;
}

.seminar-tabs {
  padding: 0;
  padding-top: 10px;
  position: relative;
  z-index: 99;
}

.seminar-tabs li {
  float: left;
  width: 150px;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}

.seminar-tabs li a {
  display: block;
  text-decoration: none;
  background-color: #dfdfdf;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.seminar-tabs li.active {
  background-image: url(../Images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 6px;
}

.seminar-tabs li.active a {
  color: #fff;
  background-color: #009a44;
}

.seminar-tab-entry {
  clear: both;
  padding: 22px 25px 30px 20px;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  -moz-box-shadow:    0px 0px 5px #ccc inset;
  -webkit-box-shadow: 0px 0px 5px #ccc inset;
  box-shadow:         0px 0px 5px #ccc inset;
  position: relative;
  top: -6px;
  overflow: hidden;
}

.seminar-tab-entry h3 {
  padding-top: 0;
}

.seminars-image {
  float: right;
  padding-left: 15px;
  padding-top: 3px;
}


.seminar-information {
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  padding: 20px 10px 20px 115px;
}

.seminar-information:nth-child(odd) {
  background-color: #f2f2f2;
}

.seminar-information.time{
  background-image: url(../Icons/icon-clock.png);
}

.seminar-information.location {
  background-image: url(../Icons/icon-world.png);
}

.seminar-information.organizer {
  background-image: url(../Icons/icon-bag.png);
}

.seminar-information.speaker {
  background-image: url(../Icons/icon-speechbubble.png);
}

.seminar-information span {
  display: block;
  padding-bottom: 5px;
}

.seminar-information a {
  xfloat: left;
}

.seminar-information a:hover {
  color: #009a44;
}

.event-month,
.event-year {
  font-size: 18px;
  color: #009a44;
  position: relative;
  top: 2px;
}

.event-prev-month {
  margin-right: 10px;
}

.event-next-month {
  margin-left: 10px;
}

.caldate {
  display: inline-block;
  width: 150px;
  text-align: center;
}

.calendar {
  border: none;
  margin-top: 15px;
}

.calendar tr.weekdays th {
  border: none;
  padding: 0;
}

.calendar td {
  height: auto!important;
  padding: 1px;
  min-width: 12%;
  max-width: 12%;
}

.calendar td .entry {
  line-height: 12px;
}

.calendar td .entry a:hover {
  color: #009a44;
}

/* event calendar */

.day-content .category {
  font-size: 11px;
  color: #009a44;
}

.day-content .referents {
  font-size: 10px;
  padding-top: 3px;
  color: #808080;
}


/* div#c15999 p.bodytext a {
    background-color: #5b5b5b;
    height: 27px;
    display: block;
    color: #ffffff;
    padding-top: 8px;
    text-align: center;
    width: 100px;
    text-decoration: none;
    font-weight: bold;
} */


/* employment */

.job {
  overflow: hidden;
}

.job-item {
  border: 1px solid #dfdfdf;
  xborder-top: none;
  padding: 15px 10px;
}

.job-item.odd{
  background-image: url("../Images/background-tile-grey.png");
  background-position: center center;
  background-repeat: repeat;
}

.job-item.even{
  border-top: none;
}

.job-item .job-date {
  font-size: 12px;
  color: #009a44;
  padding: 0;
}

.job-item h4 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.job-item h4 a {
  color: #58585a;
  text-decoration: none;
}

.job-item h4 a:hover {
  color: #009a44;
}

/* csc sitemap */

.csc-sitemap ul {
  padding: 0;
}

.csc-sitemap  ul li {
  list-style: none;
}

.csc-sitemap  ul li a{
  text-decoration: none;
}

.csc-sitemap > ul > li {
  float: left;
  width: 240px;
  font-size: 15px;
  margin-left: 0px;
  margin-right: 5px;
}

.csc-sitemap > ul > li > a {
  display: block;
  background-color: #58585a;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.csc-sitemap>  ul> li> ul> li {
  font-size: 14px;
  margin-left: 10px;
}

.csc-sitemap  ul li ul li a:hover {
  color: #009a44;
}

.csc-sitemap  ul li ul li ul li {
  font-size: 12px;
  padding: 1px 0;
}

.csc-sitemap  ul li ul li ul li a {
  color: #717171;
  background-image: url(../Images/arrow-green.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

/* colors */

/* Infection Research */

#infectionresearch nav.mainmenu ul li a:hover,
#infectionresearch nav.mainmenu ul li ul li a.active,
#infectionresearch .col-right a[href^="mailto"],
#infectionresearch .seminar-item .seminar-date,
#infectionresearch .seminar-item h4 a:hover,
#infectionresearch .employment-item .employment-date,
#infectionresearch .employment-item h4 a:hover,
#infectionresearch .footer a:hover {
  color: #8a1b61;
}

#infectionresearch  nav.mainmenu> ul >li >a.active {
  background-color: #8a1b61;
}

#infectionresearch a.speciallink,
#infectionresearch .news-item a {
  background-image: url("../Images/link-purple.png");
}

#infectionresearch nav.mainmenu ul li ul li ul li {
  background-image: url(../Images/arrow-purple.png);
}

#infectionresearch nav.mainmenu ul li.section-parent a {
  background-image: url(../Images/link-purple-small.png);
}

#infectionresearch nav.mainmenu ul li.section-parent a:hover {
  background-color: #8a1b61;
  color: #fff;
  background-image: url(../Images/link-purple-small-invert.png);
}

/*  Organismic Primate Biology */

#organismic-pb nav.mainmenu ul li a:hover,
#organismic-pb nav.mainmenu ul li ul li a.active,
#organismic-pb .col-right a[href^="mailto"],
#organismic-pb .seminar-item .seminar-date,
#organismic-pb .seminar-item h4 a:hover,
#organismic-pb .employment-item .employment-date,
#organismic-pb .employment-item h4 a:hover,
#organismic-pb .footer a:hover {
  color: #cd7925;
}

#organismic-pb nav.mainmenu> ul> li >a.active {
  background-color: #cd7925;
}
#organismic-pb .speciallink,
#organismic-pb .news-item a {
  background-image: url("../Images/link-orange.png");
}

#organismic-pb nav.mainmenu ul li ul li ul li {
  background-image: url(../Images/arrow-orange.png);
}

#organismic-pb  nav.mainmenu ul li.section-parent a {
  background-image: url(../Images/link-orange-small.png);
}

#organismic-pb nav.mainmenu ul li.section-parent a:hover {
  background-color: #cd7925;
  color: #fff;
  background-image: url(../Images/link-orange-small-invert.png);
}


/*  Neuroscience */

#neuroscience nav.mainmenu ul li a:hover,
#neuroscience nav.mainmenu ul li ul li a.active,
#neuroscience .col-right a[href^="mailto"],
#neuroscience .seminar-item .seminar-date,
#neuroscience .seminar-item h4 a:hover,
#neuroscience .employment-item .employment-date,
#neuroscience .employment-item h4 a:hover,
#neuroscience .footer a:hover {
  color: #0087cf;
}


#neuroscience nav.mainmenu >ul> li> a.active {
  background-color: #0087cf;
}

#neuroscience .speciallink,
#neuroscience .news-item a {
  background-image: url("../Images/link-blue.png");
}

#neuroscience nav.mainmenu ul li ul li ul li {
  background-image: url(../Images/arrow-blue.png);
}

#neuroscience nav.mainmenu ul li.section-parent a {
  background-image: url(../Images/link-blue-small.png);
}

#neuroscience nav.mainmenu ul li.section-parent a:hover {
  background-color: #0087CF;
  color: #fff;
  background-image: url(../Images/link-blue-small-invert.png);
}

/* intranet */

#dtgTxtSearch_ctl {
  display: inline;
}

#dtgTxtSearch_ctl label {
  width: 70px;
}

#dtgDpzPersons_ctl {
  margin-top: 15px;
}

.postaladdress label{
  float: none;
  width: auto;
  font-weight: bold;
}

.dpz-person-edit div.dpz-person-lbl-rte {
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
}

.dpz-person-edit div {
  overflow: hidden;
}

.dpz-person-edit > div {
  padding: 5px 0;
  border-top: 1px solid #dfdfdf;
}

.dpz-person-edit > div label {
  width: 200px;
  font-weight: bold;
}

#dpzPanelEntry > div {
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
}

input#dpzEntryEdit {
  margin-top: 15px;
}

span.dpz-person-lbl-rte {
  float: left;
  width: 400px;
}

.dpz-person-edit-language {
  float: left;
  width: 200px;
  font-style: italic;
}

#dpzPanelEdit .textbox,
#dpzPanelEdit table,
#dpzPanelEdit textarea{
  margin-bottom: 10px;
}

table.checkbox {
  border: none;
  font-size: 12px;
  color: #009a44;
  margin-left: 200px;
}

table.checkbox th,
table.checkbox td {
  border: none;
  padding: 0;
}

table.checkbox input[type="checkbox"] {
  vertical-align: text-top;
}

.qq-upload-button {
  width: 100px;
}

.fileUpload {
  float: left;
}

/* forum */
th.tx-mmforum-th {
  background-color: #009a44!important;
}
td.tx-mmforum-subth2 {
  color: #58585A!important;
}
.tx-mmforum-pi1 a:hover{
  color: #009a44!important;
}
.tx-mmforum-textbutton {
  border: none!important;
  background-color: #5B5B5D!important;
  padding: 3px 6px!important;
}
.tx-mmforum-textbutton a{
  color: #fff!important;
}
.tx-mmforum-textbutton img {
  display: none;
}
input.tx-mmforum-button {
  background-color: #5B5B5D!important;
  border: none!important;
  font-weight: normal!important;
  padding-top: 5px ;
  padding-bottom: 5px;
}
.tx-mmforum-pi1 > div > .tx-mmforum-textbutton,
.tx-mmforum-pi1 > .tx-mmforum-textbutton {
  float: right;
  padding: 10px!important;
  margin-bottom: 15px!important;
}
.tx-mmforum-pi1 > div > .tx-mmforum-textbutton a,
.tx-mmforum-pi1 > .tx-mmforum-textbutton a {
  font-size: 14px!important;
  padding: 10px 30px!important;
}

.tx-mmforum-pi1 .tx-mmforum-textbutton a:hover {
  color: #fff!important;
}
.tx-mmforum-table thead th,
.tx-mmforum-table tbody th,
.tx-mmforum-table tbody tr td {
  padding: 8px 5px;
  border: none;
}
.tx-mmforum-table label {
  width: auto;
  float: none;
  padding-left: 5px;
  font-size: 12px;
}
.tx-mmforum-table input[type="checkbox"] {
  vertical-align: middle;
  padding-top: 0;
}
.tx-mmforum-table input[type="reset"] {
  padding-right: 6px;
  padding-left: 6px;
}
div.tx-mmforum-rootline  {
  font-family: arial, sans-serif!important;
  border: none!important;
  margin-bottom: 10px!important;
}
div.tx-mmforum-rootline a {
  color: #009A44!important;
  font-size: 14px;
  text-decoration: underline!important;
}
td.tx-mmforum-pi1-listpost-text {
  font-size: 13px!important;
}

/* ++++++++++++++++++++ ie bugfixing max-width ++++++++++++++++++++*/

.ie7 img,
.ie8 img {
  max-width: none;
}

.ie7 .news.news-single .article .news-img-wrap,
.ie8 .news.news-single .article .news-img-wrap{
  max-width: none;
  width: 250px;
}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {

}

/* Media queries
-------------------------------------------------------------------------------*/
@media (max-width : 995px){


input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

input[type="submit"],
input[type="button"]{
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  width: 100%;
  /*font-size: 100%;*/
}

.overlay {
  height: auto;
}

/* TYPO3 Image styles */

.csc-textpic-imagerow {
  width: 100%!important;
  text-align: center;
}

DIV.csc-textpic DIV.csc-textpic-imagecolumn {
  float: none;
}

DIV.csc-textpic DIV.csc-textpic-imagecolumn {
  float: left;
}

DIV.csc-textpic .csc-textpic-imagewrap IMG {
  width: 100%;
  height: auto;
}

.csc-frame-frame2 DIV.csc-textpic .csc-textpic-imagewrap IMG{
  width: 98%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"]{
  width: 40%;
}

#wrapper {
  width: 98%;
}

.dpz-homepage {
  left: 37%;
}

nav.mainmenu ul li .foldout {
  width: 250px!important;
  z-index: 9;
}

nav.mainmenu ul li ul {
  float: none;
}

nav.mainmenu ul li.section-parent {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  margin-top: 8px;
  background-color: #dfdfdf;
  border: none;
  position: relative;
}

.slider {
  width: auto;
}

#slider-prev,
#slider-next {
  display: none;
}

#slider-pagination a {
  height: 15px;
  width: 15px;
  background-repeat: repeat;
}

.quick-guide a{
  background-position: 97% center;
}

.quick-guide a:hover {
  color: #009a44;
}

.quick-guide a:nth-child(odd) {
  background-position: 97% center, center center;
}

.news-item {
  float: none;
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}

.top-news img,
.news-item img {
  width: 100%;
  height: auto;
}

.news .article .teaser-text {
  width: 50%;
}

.current-date {
  line-height: 150%;
}

.seminar-tabs li {
  width: 30%;
}

.seminar-item .seminar-text {
  width: 68%;
}


.main .fce-2 .seminar-item .seminar-text{
  width: 100%;
}

.seminar-list-item .seminar-text {
  width: 70%;
}

.seminar-filter .selectbox {
  width: 100%;
  display: block;
  float: left;
  margin: 20px 0;
}

#seminar-filter,
#seminar-filter-month {
  float: none;
  margin-left: 0;
  margin-right: 10px;
}

.main {
  width: 65%;
}

.col-right {
  width: 32%;
}

footer.footer {
  width: 98%;
}

.footer-wrapper {
  display: none;
}

footer.footer p.copyright {
  padding-left: 0;
}

.social_share_privacy_area li {
  float: none!important;
  padding-bottom: 10px!important;
}

.social_share_privacy_area li.gplus.help_info .info {
  left: 0!important;
}

/* FCE */


.fce-2 .col1 {
  width: 65%;
}

.fce-2 .col2 {
  width: 32%;
}

.main .fce-2 .col1,
.main .fce-2 .col2 {
  width: 100%;
}
.main .fce-2 .seminar-item .seminar-text {
  width: 80%;
}

.fce-2-1 .col1 {
  width: 65%;
}

.fce-2-1 .col2 {
  width: 32%;
}

.fce-3 .col1,
.fce-3 .col2,
.fce-3 .col3 {
  width: 31%;
}

.fce-3 .col1,
.fce-3 .col2 {
  margin-right: 3.5%;
}

#for .fce-50-50 .col {
  float: left;
  width: 100%;
  margin-right: 0;
}

.fce-50-50 .col {
  float: left;
  width: 100%;
  margin-right: 0;
}


}

@media (max-width : 765px), only screen and (max-device-width: 480px) {

html, body {height:100%;overflow:auto}

.metamenu a.abo {
  margin-left: 0;
}

.news .article .teaser-text {
  width: 47%;
}

.csc-frame-frame2 >div {
  display: none;
}

.csc-frame-frame2:after {
  content:"Dieser Inhalt ist in der mobilen Version nicht verfügbar. / This content is not available in mobile version. ";
  font-size: 12px;
  color: red;
  display: block;
}

DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: none;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin: 0;
}

#home .csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 0;
}

#home .fce-3 .csc-textpic-image.csc-textpic-last {
  margin: 0!important;
}

a.morelink {
  margin-top: 10px;
}

.overlay img {
  width: 100%;
}

.csc-frame-2 {
  display: none
}

#wrapper {
  width: 95%;
}

header.header {
  height: 170px;
}

.logo{
  top: 50px;
}

.logo img {
  width: 98%;
  max-width: 98%
}

.metamenu a,
.metamenu span {
  margin-left: 24px;
}

.search {
  left: 0px;
  right: auto;
  top: 130px;
}

.mainmenu {
  display: none;
}

#mobilemenu {
  display: block;
  text-decoration: none;
  color: #009a44;
  position: absolute;
  right: 0;
  top: 120px;
}

/* FOR-Seitenzweig */
#for #mobilemenu {
  color: #687D88;
}

.about #mobilemenu {
 color: #006CA1;
}

.projects #mobilemenu {
 color: #4AA7C5;
}

.training #mobilemenu {
 color: #79BD9E;
}

#for thead th,
#for tbody th,
#for tbody tr td {
  display: block;
}

#for thead {
  display: none;
}

#for td.td-0 {
  font-weight: bold;
  background: #DFDFDF;
}

#mobilemenu img {
  position: relative;
  top: 10px;
}

nav.mainmenu {
  height: 30px;
  width: 34px;
  background-color: transparent;
  position: absolute;
  top: 160px;
  right: 0;
  transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

nav.mainmenu{
  width: 100%;
  height: auto;
}

nav.mainmenu > ul {
  display: block;
}

nav.mainmenu > ul > li {
  float: none;
  font-size: 20px;
  background-color: #dfdfdf;
  border-bottom: 1px solid #C7C7C7;
  margin-left: 0px;
}

nav.mainmenu ul li.section-parent  {
  float: none;
  border-left: none;
  margin: 0;
}

nav.mainmenu ul li.section-parent a {
  padding-left: 36px;
  background-position: 8px center;
}

nav.mainmenu ul li:hover {
  background-color: #dfdfdf;
}

nav.mainmenu >ul> li> a {
  padding: 10px;
}

nav.mainmenu > ul > li > a.active:hover {
  background-color: #009a44;
}

nav.mainmenu ul li a:hover {
  background-color: transparent;
}

nav.mainmenu ul li ul {
  float: none;
}

nav.mainmenu ul li .foldout {
  display: block;
  border: none;
  background-color: transparent;
  position: static;
  box-shadow: none;
}

nav.mainmenu ul li ul li {
  font-size: 16px;
  padding-left: 10px;
}

nav.mainmenu ul li ul li ul li {
  font-size: 14px;
  padding: 7px 0 7px 10px;
}

#home .content {
  margin-top: 0;
}

nav.breadcrumb ul{
  padding: 0;
}

.main {
  float: none;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background-image: url("../Images/seperator.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}

.quick-guide a {
  font-size: 18px;
}

.breadcrumb {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.col-right {
  float: none;
  width: 100%;
}

footer.footer {
  border: 1px solid #E8E8E8;
  padding-top: 15px;
  background-image: url(../Images/background-tile.png);
  background-repeat: repeat;
}

footer.footer p.imprint,
footer.footer p.copyright {
  float: none;
  padding-bottom: 15px;
  padding-left: 15px;
}

footer.footer p.imprint a {
  padding: 0 15px 0 0;
}


/* seminar */

#pnlSeminar h1 {
  width: 50%;
}

.seminar-filter #search-box {
  width: 40%;
}

.seminar-item .seminar-text {
  width: 70%;
}


/* News */

.top-news h2 a {
  font-size: 18px;
}

.top-news {
  height: 265px!important;
}


.news-item {
  height: 260px;
}

/* FCE */

.fce-2  .col1 {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

.fce-2  .col2 {
  float: none;
  width: 100%;
}

.fce-2-1 .col1 {
  float: none;
  width: 100%;
  padding-bottom: 20px;
}

.fce-2-1 .col2 {
  float: none;
  width: 100%;
  padding-bottom: 20px;
}

.fce-3 .col1,
.fce-3 .col2,
.fce-3 .col3 {
  width: 100%;
  padding-bottom: 20px;
}


#home .fce-3 .col1,
#home .fce-3 .col2,
#home .fce-3 .col3 {
  float: none;
  padding-bottom: 0;
}


#home .fce-3 .col1 img,
#home .fce-3 .col2 img,
#home .fce-3 .col3 img {
  width: 100%;
}

#home .fce-3 .col1 .csc-textpic-text,
#home .fce-3 .col2 .csc-textpic-text,
#home .fce-3 .col3 .csc-textpic-text {
  display: none;
}

#socialshareprivacy {
  padding-bottom: 0;
}

#social_bookmarks {
  padding-bottom: 0;
}
.social_share_privacy_area li.settings_info{
  display: none;
}


.txDpzpersondbPiPerson th,
.txDpzpersondbPiPerson td,
.txDpzpersondbPiPerson label.left,
table.contenttable-3 .td-2{
  display: none;
}

.txDpzpersondbPiPerson .FirstName,
.txDpzpersondbPiPerson .LastName,
.txDpzpersondbPiPerson .Phone  {
  display: table-cell;
}

.person-dp-list {
  width: 98%;
}

.txDpzpersondbPiPerson .dplist-name,
.txDpzpersondbPiPerson .dplist-tel {
  display: table-cell;
}


}



@media (max-width : 600px) {

.person-single .contact-data-right {
  clear: left;
  margin-left: 0px;
}

.person-single .rte-content {
  width: 100%;
}
/* Image gallery */
.tx-bm-image-gallery-album-thumb-innerframe {
  float: none;
}
.tx-bm-image-gallery-album-thumb-outerframe {
  height: auto;
}
.tx-bm-image-gallery-item-thumb-outerframe {
  width: 50%!important;
}
}


@media (max-width : 480px) {

.csc-textpic-text {
  width: 100%;
  float: none;
  margin: 0!important;
}

.csc-textpic-imagewrap{
  float: none;
  width: 100%;
}


.dpz-homepage {
  left: 0%;
}

.slider {
  visibility: visible;
}

.top-news {
  height: auto!important;
  margin-top: 10px;
  width: 100%;
}

.slider .top-news img,
#slider-prev,
#slider-next,
#slider-pagination{
  display: none!important;
}

.slider .top-news h2 {
  position: static;
}

.news-item {
  height: auto;
}

.news-item img {
  display: none;
}

.news-item h4 {
  position: static;
}

.news .article .news-img-wrap {
  margin-bottom: 20px;
}

.news .article .teaser-text {
  width: 100%;
}


#seminar-filter {
  margin-top: 15px;
}

.rss-icon {
  height: 13px;
  overflow: hidden;
  top: -32px;
  width: 13px;
}

table.calendar {
  border: 0;
}

table.calendar thead {
  display: none;
}

table.calendar td {
  min-width: 100%;
  max-width: 100%;
  border: none;
}

table.calendar td.day {
  display: none;
}

table.calendar td.day.dayentry {
  display: block;
}

.main .fce-2 .seminar-item .seminar-text {
  width: 100%;
}

.tx-mmforum-td.tx-mmforum-pi1-listpost-text,
.tx-mmforum-td.tx-mmforum-pi1-listpost-user {
  display: block;
  width: 90%;
  border: none!important;
}
div.tx-mmforum-pi1-listpost-date {
  float: none!important;
}
.tx-mmforum-pi1-listpost-options .tx-mmforum-textbutton {
  float: left!important;
}
.tx-mmforum-pi1-listtopic-replies,
.tx-mmforum-pi1-listtopic-author,
.tx-mmforum-pi1-listforum-topics,
.tx-mmforum-pi1-listforum-posts{
  display: none;
}


}

@media only screen and (max-width: 600px) {
div.news-text-wrap {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
}

@media (max-width : 320px) {

.metamenu a.home {
  display: none;
}

.search input[type="text"]{
  width: 80px;
}

}

@media only screen and (max-device-width: 900px){
DIV.csc-textpic .csc-textpic-imagewrap IMG {
  height: auto;
  width: auto;
}



}

/*
Image Gallery
 */

/*
* Hacks & Co
*/
.tx-bm-image-gallery-item-meta:after, .tx-bm-image-gallery-navigation-clearer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*
* General
*/
.tx-bm-image-gallery-adminLinkSection {
  width: 100%;
  border-top: 1px solid #aaa;
  margin-top: 50px
}

.tx-bm-image-gallery-gallery-confirmation {
  background-color: #FBF6DE;
  border-color: #B1905C;
  color: #9E7D4A;
}

.tx-bm-image-gallery-gallery-confirmation a {
  color: #9E7D4A;
}

.tx-bm-image-gallery-thumb-outerframe {
  float: left;
  display: block;
}

/*
* Messages
*/

#bm-image-gallery-error-header {
  padding-bottom:5px;
  color: #505050;
}

#bm-image-gallery-error-messagecontainer {
  padding-bottom: 10px;
}

/*
* Breadcrumbs
*/
.tx-bm-image-gallery-breadcrumbcomtainer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 3px 0 7px 0;
  padding: 5px 0 5px 0;
}

.tx-bm-image-gallery-breadcrumb {
  color: Black;
}

/*
* Gallery
*/
.bm-image-gallery-gallery ul {
  margin:0;
}

.tx-bm-image-gallery-gallery-itemcount {
  margin-top:3px;
  font-size: 0.8em;
  color: #505050;
}

.tx-bm-image-gallery-gallery-albumcaption {
  font-size: 1.4em;
}

.tx-bm-image-gallery-gallery-albuminfo {
  overflow: hidden;
}

.tx-bm-image-gallery-gallery-albumdescription {
  padding-top:10px;
}

.tx-bm-image-gallery-gallery-gallerydescription {
  padding-top:10px;
}

.tx-bm-image-gallery-gallery-thumb-outerframe {
  height:200px;
}

.tx-bm-image-gallery-gallery-thumb-innerframe {
  float:left;
  display:block;
}

.tx-bm-image-gallery-gallery-albumcount {
  font-size: 0.8em;
  color: #505050;
}

.tx-bm-image-gallery-gallery-gallerycaption {
  font-size: 1.4em;
}

.tx-bm-image-gallery-gallery-galleryinfo {
  padding-left:10px;
  float:left;
  width: 50%;
}

/*
* Album
*/
.tx-bm-image-gallery-list-view {
  display: flex;flex-flow: row wrap;
}

.tx-bm-image-gallery-album-thumb-innerframe {
  float:left;
}

.tx-bm-image-gallery-album-thumb-outerframe {
  min-height:250px;
  width: 50%;
  flex: 1 0 50%;
}

.tx-bm-image-gallery-thumb-caption {
  font-size: 10px;
  color: #808080;
}

.tx-bm-image-gallery-pager {
  text-align:center;
  font-size: 11px;
}

.tx-bm-image-gallery-pager a {
  color: #808080;
  text-decoration: none;
}

.tx-bm-image-gallery-pager a:hover {
  color: #808080;
  text-decoration: underline;
}

/*
* ItemList
*/
.tx-bm-image-gallery-item-thumb-outerframe {
  height:200px;
}

/*
* Item
*/
.tx-bm-image-gallery-singleview {
  text-align:center;
}

.tx-bm-image-gallery-single-download {
  margin-top: 5px;
}

.tx-bm-image-gallery-item-share {
  padding: 10px;
  clear: both;
  float: left;
  width: 100%;
}

.tx-bm-image-gallery-item-meta {
  font-size: 0.8em;
  padding: 10px;
  margin-top:5px;
  -moz-border-radius: 3px 3px 3px 3px;
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
  clear: both;
}

.tx-bm-image-gallery-item-meta-left, .tx-bm-image-gallery-item-meta-right {
  float:left;
  display:block;
  width:50%;
}

.tx-bm-image-gallery-item-meta dl dt{
  clear: left;
  float: left;
  margin: 0 15px 0 0;
  padding: 3px 0 0;
  text-align: right;
  width: 120px;
}

.tx-bm-image-gallery-item-meta dl dd {
  margin: 0 0 0 20px;
  padding: 3px 0 0;
  float: left;
}

.tx-bm-image-gallery-navigator {
  margin: 15px 0 5px 0;
  width: 100%;
}

.tx-bm-image-gallery-previous {
  float:left;
  width: 33%;
  text-align: left;
}

.tx-bm-image-gallery-next  {
  float:right;
  width: 33%;
  text-align: right;
}

.tx-bm-image-gallery-current {
  float:left;
  padding: 0 3px 0 3px;
  width: 33%;
  text-align: center;
}

.tx-bm-image-gallery-item-thumb-outerframe {
  height: 230px;
}
div.tx-bm-image-gallery-theme-fancybox-thumb {
  margin: 0 15px 10px 0;
}
.tx-bm-image-gallery-gallery-albuminfo a,
.tx-bm-image-gallery-gallery-albumcaption,
.tx-bm-image-gallery-album-albuminfo a,
.tx-bm-image-gallery-album-albumcaption {
  font-size: 16px;
  text-decoration: none;
  color: #009a44;
}
.tx-bm-image-gallery-album-itemcount {
  margin-top: 3px;
  font-size: 0.8em;
  color: #505050;
}

div.tx-bm-image-gallery-theme-fancybox-imagecontainer:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.tx-bm-image-gallery-theme-fancybox-imagecontainer {
  overflow: hidden;
}
div.tx-bm-image-gallery-theme-fancybox-thumb {
  float: left;
  border: 1px solid #DDD;
  background: #E4E4E4;
  margin: 0 10px 10px 0;
  padding: 5px; }

div.tx-bm-image-gallery-theme-fancybox-thumb ul {
  display: none;
}

.main .tx-bm-image-gallery-thumb-outerframe.tx-bm-image-gallery-album-thumb-outerframe {
  width: 30%!important;
  float: left;
  height: 260px;
  margin-right: 3%;
}

@media only screen and (max-width: 480px) {
  .main .tx-bm-image-gallery-thumb-outerframe.tx-bm-image-gallery-album-thumb-outerframe {
    width: 100%!important;
    height: auto;
    margin-bottom: 30px;
  }
}

.main .tx-bm-image-gallery-gallery-albuminfo{
  padding: 0;
}

@media only screen and (max-width: 995px) {
  .main .tx-bm-image-gallery-gallery-albumdescription,
  .main .tx-bm-image-gallery-gallery-itemcount{
    font-size: 14px;
    line-height: 16px;
  }
}

/*
* Item
*/
.tx-bm-image-gallery-thumb-innerframe {
  margin: 0;
  padding: 20px;
}

.tx-bm-image-gallery-thumb-innerframe img, .tx-bm-image-gallery-image img {
  -moz-border-radius: 3px 3px 3px 3px;
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
  margin: 1px;
  padding: 7px;
}

.tx-bm-image-gallery-gallery-albuminfo,
.tx-bm-image-gallery-album-albuminfo {
  padding: 20px 0 20px 10px;
  overflow: hidden;
  min-width: 170px;
}
.tx-bm-image-gallery-item-thumb-outerframe {
  height: 230px;
}
div.tx-bm-image-gallery-theme-fancybox-thumb {
  margin: 0 15px 10px 0;
}
.tx-bm-image-gallery-gallery-albuminfo a,
.tx-bm-image-gallery-gallery-albumcaption,
.tx-bm-image-gallery-album-albuminfo a,
.tx-bm-image-gallery-album-albumcaption {
  font-size: 16px;
  text-decoration: none;
  color: #009a44;
}
.tx-bm-image-gallery-album-itemcount {
  margin-top: 3px;
  font-size: 0.8em;
  color: #505050;
}

.main .tx-bm-image-gallery-thumb-outerframe.tx-bm-image-gallery-album-thumb-outerframe {
  width: 30%!important;
  float: left;
  height: 260px;
  margin-right: 3%;
}

@media only screen and (max-width: 480px) {
  .main .tx-bm-image-gallery-thumb-outerframe.tx-bm-image-gallery-album-thumb-outerframe {
    width: 100%!important;
    height: auto;
    margin-bottom: 30px;
  }
}

.main .tx-bm-image-gallery-thumb-innerframe,
.main .tx-bm-image-gallery-gallery-albuminfo{
  padding: 0;
}

@media only screen and (max-width: 995px) {
  .main .tx-bm-image-gallery-gallery-albumdescription,
  .main .tx-bm-image-gallery-gallery-itemcount{
    font-size: 14px;
    line-height: 16px;
  }
}

/* Autosuggest dropdown boxes */
.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: arial, sans-serif !important;
}

.ui-menu {
  background: none !important;
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}

.ui-menu-item-alternate {
  background-color: #EEEEEE !important;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background: none !important;
  background-color: #009a44 !important;
  color: white !important;
  border: 1px solid #009a44 !important;
}

.ui-menu .ui-menu-item-wrapper {
  display: block;
}

.contenttable {
  display: block;
  overflow-x: auto;
  border: 0;
}


/*
Accordeon
 */

.c-accordion {
  margin-bottom: 3rem;
}

.c-accordion__body {
  padding-top: .5rem;
}

.c-accordion__item {
   border-top: 1px solid lightgrey;
}
.c-accordion__item:last-child {
  border-bottom: 1px solid lightgrey;
}

.c-accordion__header {
  display: block;
  width: 100%;
  text-align: left;
  padding: .5rem 0 .5rem 1.5rem;
  position: relative;
  font-size: 15px;
  transition: transform 300ms ease-in-out;
}

.c-accordion__header:before {
  content: '';
  background-image: url(../Icons/icon-arrow-down.png);
  background-size: 12px 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  height: 12px;
  width: 12px;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1.75rem;
  padding-bottom: .125rem;
  transition: transform 300ms ease-in-out;
}

.c-accordion__header:hover {
  color: #009a44;
}
.c-accordion__header.is-active:before {
  transform: translateY(-50%) rotateZ(180deg);
}
.publication-text a {
  text-decoration: underline !important;
}