body {
  margin: 0;
  color: #494949;
  font-size: 62.5%;
  background: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

img {
  border-style: none;
  display: block;
}

a {
  text-decoration: none;
  color: #247dc3;
}

a:hover,
a:active {
  color: #ba002c;
  text-decoration: underline;
}

a.sel {
  color: #ba002c;
  text-decoration: none;
}

.hyperlink-bg {
  background: url(../images/sprite.png) 100% 2px no-repeat;
  padding: 0 14px 0 0;
}

input,
textarea,
select {
  font: 100% arial, sans-serif;
  vertical-align: middle;
}

:focus {
  outline: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*************************************************************
                      Page
*************************************************************/

#border {
  margin: 0 auto;
  max-width: 126em;
  min-width: 96em;
  padding-left: 0;
  background: url(../images/bg-page-left.gif) repeat-y 0 0%;
}

#page {
  width: auto;
  margin: 0 auto;
  font-family: Verdana, Arial, sans-serif;
  max-width: 130em;
  min-width: 96em;
  background: url(../images/bg-page-right.gif) repeat-y 100% 0%;
  padding: 0;
}

#page .page-bottom {
  max-width: 130em;
  min-width: 96em;
  width: auto;
  background: url(../images/page-bottom.gif) no-repeat 0 100%;
}

#page .page-bottom .page-bottom-right {
  max-width: 130em;
  min-width: 90em;
  width: auto;
  background: url(../images/page-bottom-right.gif) no-repeat 100% 100%;
  padding: 0 0 20px;
}

/*************************************************************
                      Header
*************************************************************/

#header {
  max-width: 122em;
  min-width: 89em;
  width: auto;
  overflow: hidden;
  padding: 0 3.6em 1.4em 3.6em;
}

#header h1 {
  float: left;
  width: 258px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/logo.gif) no-repeat;
  margin: 27px 0 0 24px;
  padding: 0 0 19px;
}

#header h1 a {
  display: block;
  height: 100%;
  position: relative;
}

#header .header-top-block {
  width: 100%;
  overflow: hidden;
}

.header-top {
  border-bottom: 2px solid #777;
  margin: 8px 0 0 0;
  padding: 0 0 2px 0;
  overflow: hidden;
  width: 100%;
}

.language,
.top-menu {
  list-style: none;
  margin: 3px 0 0;
  padding: 0 5px 5px 3px;
  overflow: hidden;
}

.language {
  float: left;
}

.language li,
.top-menu li {
  float: left;
  background: url(../images/lang-separ.gif) no-repeat 0 60%;
  padding: 0 6px 0 8px;
}

.language li:first-child,
.top-menu li:first-child {
  background: none;
}

.language a,
.top-menu a {
  color: #050505;
  font-size: 11px;
}

.language a:hover,
.top-menu a:hover {
  text-decoration: none;
  color: #ba002c;
}

.language li.active a,
.top-menu li.active a {
  text-decoration: none;
  color: #ba002c;
}

.search {
  float: right;
  width: 149px;
}

.search input {
  background: none;
  border-style: none;
  padding: 0;
  outline: none;
}

.search div {
  float: left;
}

.search .text {
  border: 1px solid #006cbf;
  width: 121px;
  height: 18px;
  padding: 0 3px;
  margin: 0 1px 0 0;
}

.search .text input {
  width: 121px;
  height: 18px;
  line-height: 18px;
}

.search .googlesearch input {
  width: 121px;
  height: 18px;
  line-height: 18px;
  background: url(../images/google.gif) no-repeat;
  text-indent: 50px;
}

.search .googlesearch input:focus {
  background-position: -50px center;
  text-indent: 0px;
}

.search .submit {
  background: #006cbf url(../images/search-submit-btn.gif) no-repeat;
  width: 19px;
  height: 20px;
}

.search .submit input {
  width: 19px;
  height: 20px;
  cursor: pointer;
  color: #fff;
}

.top-menu {
  float: right;
}

.header-link {
  float: right;
  margin: 11px 0px 0 0;
}

.banner-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin: 6px 0 0;
  min-height: 59px;
}

.main-menu {
  overflow: hidden;
  /*background: #247DC3 url(../images/main-menu-bg.png) repeat-x;*/
  background: #247dc3;
  background: rgba(36, 125, 195, 0.8);
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 100%;
}

.main-menu ul {
  float: left;
  font: 17px/32px "Trebuchet MS", Arial, sans-serif;
}

.main-menu ul li {
  float: left;
}

.main-menu ul li a {
  float: left;
  font-size: 17px;
  line-height: 29px;
  color: #fff;
  padding: 0 15px;
}

.main-menu ul.width-size li a {
  padding: 0 4px;
}

.main-menu ul li.active a,
.main-menu ul li a:hover {
  background: #ba002c;
  text-decoration: none;
}

.main-menu ul li a.home:hover {
  background: #ba002c url(../images/home.png) no-repeat 50% 50%;
  text-decoration: none;
}

.main-menu ul li a.home {
  width: 15px;
  height: 29px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/home.png) no-repeat 50% 50%;
}

.main-menu ul li a.print2018 {
  width: 15px;
  height: 29px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/print2018.png) no-repeat 50% 50%;
}

.main-menu ul li a.print2018:hover {
  background: url(../images/print2018.png) no-repeat 50% 50%;
  text-decoration: none;
}

.main-menu .bild {
  float: right;
  margin: 0 20px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  padding: 0 19px 0 0;
  background: url(../images/bild.png) no-repeat 100% 65%;
}

.main-menu .bild-show {
  background: url(../images/bild-show.png) no-repeat 100% 65%;
  float: right;
  margin: 0 19px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  padding: 0 20px 0 0;
}

#header .banner-holder img {
  width: 100% !important;
}

#header .home-block-holder {
  width: auto;
  background: #dfe7ec;
  position: relative;
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 195px 0 226px;
}

#header .home-block-holder.nologo {
  padding: 0 195px 0 25px;
}

#header .home-block-holder a.logo-zes {
  width: 166px;
  height: 124px;
  cursor: pointer;
  background: url(../images/zes.gif) no-repeat 0 0;
  float: left;
  text-indent: -9999px;
  margin: 21px 0 0 -200px;
}

#header .home-block-holder a.logo-zes-de {
  width: 187px;
  height: 152px;
  cursor: pointer;
  background: url(../i/Logo_Home_de.png) no-repeat 0 0;
  float: left;
  text-indent: -9999px;
  margin: -20px 0 0 -200px;
}

#header .home-block-holder a.logo-zes-en {
  width: 187px;
  height: 152px;
  cursor: pointer;
  background: url(../i/Logo_Home_en.png) no-repeat 0 0;
  float: left;
  text-indent: -9999px;
  margin: -20px 0 0 -200px;
}

#header .home-block-holder .block-holder-text {
  float: left;
  margin: 20px 0 0 0px;
  color: #000;
  width: 100%;
  padding: 0 0 21px;
}

.block-holder-text p {
  padding: 0;
}

#header .home-block-holder:after {
  content: "";
  display: block;
  clear: both;
}

#header .home-block-holder .infos {
  float: right;
  width: 179px;
  overflow: hidden;
  z-index: 100;
  margin: -50px -181px 0 0;
  display: inline;
  position: relative;
}

#header .home-block-holder .infos:hover .content {
  background: url(../images/infos-h.png) repeat 0 0;
}

#header .home-block-holder .infos .content {
  background: url(../images/infos.png) repeat 0 0;
  padding: 4px 0 0;
  overflow: hidden;
}

.infos .title {
  background: url(../images/infos-fur.png) no-repeat;
  height: 50px;
  text-indent: -9999px;
}

.infos:hover .title {
  background: url(../images/infos-fur-h.png) no-repeat;
}

.infos .title.en {
  background: url(../images/infos-fur_en.png) no-repeat;
  height: 50px;
  text-indent: -9999px;
}

.infos:hover .title.en {
  background: url(../images/infos-fur-h_en.png) no-repeat;
}

#header .home-block-holder .infos ul {
  margin: 0 auto 0;
  width: 169px;
  padding: 0 0 6px;
}

#header .home-block-holder .infos ul li {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: url(../images/infos-list.gif) repeat-x 0 100%;
  padding: 0 0 2px;
}

#header .home-block-holder .infos ul li a {
  color: #4b4a4a;
  font-weight: bold;
  line-height: 29px;
  font-size: 14px;
  background: url(../images/sidebar-left-title-home.png) no-repeat 4px 50%;
  padding: 0 0 0 22px;
}

#header .home-block-holder .infos ul li a:hover {
  color: #ba002c;
  text-decoration: none;
  background: url(../images/menu-left-br-h.png) no-repeat 4px 50%;
}

.breadcrumbs {
  overflow: hidden;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
  background: url(../images/breadcrumbs-bg.png);
}

.breadcrumbs-bild {
  background: url("../images/breadcrumbs-bild-bg.gif") repeat scroll 0 0;
}

.breadcrumbs .print {
  /*float: right;*/
  position: absolute;
  width: 12px;
  height: 11px;
  text-indent: -9999px;
  background: url(../images/print.png) no-repeat 0 50%;
  margin: 7px 10px;
  bottom: 0px;
  right: 0;
}

.breadcrumbs .list-holder {
  margin: 0 30px 0 0;
  overflow: hidden;
  /*float: left;*/
}

.breadcrumbs ul {
  float: left;
  margin: 0 0 0 -10px;
}

.breadcrumbs ul li {
  background: url(../images/breadcrumbs-list-bg.png) no-repeat 0 50%;
  padding: 0 0 0 12px;
  display: inline;
  font-size: 11px;
  line-height: 26px;
  font-weight: bold;
}

.breadcrumbs .list-holder a {
  color: #414141;
  font-weight: normal;
}

.breadcrumbs .list-holder a:hover {
  color: #ba002c;
  text-decoration: none;
}

.breadcrumbs .home {
  background: url(../images/home-breadcrumbs.png) no-repeat 0 50%;
  padding: 0 0 0 20px;
}

/*************************************************************
                      Main
*************************************************************/

h1 {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
}

h2 {
  margin: 0;
  text-transform: uppercase;
  color: #ba002c;
  font: 18px/20px "Trebuchet MS", Arial, sans-serif;
  padding: 0 0 10px;
  letter-spacing: 4px;
}

h3 {
  margin: 0;
  color: #777;
  text-transform: none;
  padding: 0 0 9px 0;
  font: normal 18px/24px "Trebuchet MS", Arial, sans-serif;
}

h3.black {
  color: #000000;
}

h4 {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}

h5 {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

h6 {
  margin: 0;
  font-size: 12px;
  line-height: 17px;
}

p {
  padding: 0 0 18px;
  margin: 0;
}

#main {
  max-width: 126em;
  min-width: 90em;
  width: auto;
  overflow: hidden;
  padding: 0 2em;
}

.main-holder {
  padding: 0 236px 0 236px;
  width: auto;
  overflow: hidden;
}

/*************************************************************
                      Content
*************************************************************/

#content {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  width: 100%;
  float: left;
}

#content .back {
  float: right;
}

.head-box {
  background: #dfe7ec;
  padding: 10px 18px 10px 18px;
  color: #000;
  overflow: hidden;
  margin: 0 0 12px 0;
}

#content .img-right {
  float: right;
  margin: 5px 0 0 0;
}

.head-box .name,
.head-box span,
.head-box .staff {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  font-weight: bold;
}

.mitarbeiter {
  color: #414141;
}

.text {
  color: #000;
  font-weight: normal;
}

.head-box .name {
  padding: 0 0 18px 0;
}

.head-box span {
  color: #000;
  display: inline;
}

.head-box .info {
  color: #414141;
}

.head-box .info p {
  display: inline;
}

/*form*/

#content .form-filter {
  padding: 0 0 11px 0;
}

#content .form-title {
  color: #777;
  font-weight: bold;
  position: relative;
  left: 152px;
  zoom: 1;
  display: block;
  padding: 0 0 6px 0;
}

.form-item {
  overflow: hidden;
  padding: 0 0 0px 0;
}

.form-item label {
  float: left;
  width: 144px;
  line-height: 20px;
  color: #414141;
  font-weight: bold;
}

.form-item .input-holder {
  float: left;
  background: url(../images/input-bg.png);
  height: 26px;
  width: 215px;
  margin: 0 45px 0 0;
}

.form-item a {
  float: left;
  margin: 12px 0 0 8px;
}

.form-item .text {
  border: 0;
  float: right;
  width: 189px;
  font: 11px/13px Verdana, Arial, sans-serif;
  padding: 0 9px;
  margin: 4px 0 0;
}

.form-item select {
  border: 0;
  width: 207px;
  float: right;
  margin: 4px 0;
  font: 11px/13px Verdana, Arial, sans-serif;
  outline: none;
  height: 15px;
  padding: 0 4px 0 6px;
}

.form-item .radio-holder {
  float: left;
  margin: 4px 40px 0 0;
  height: 26px;
}

.form-item .radio {
  margin: 0px 5px 0 0;
  float: left;
}

.form-item .radio-holder label {
  width: auto;
  color: #414141;
  float: left;
  line-height: 12px;
  margin: 0px 0 0;
}

.buttons {
  margin: 0 0 0 143px;
}

.form-item .button-holder {
  margin: 11px 0 8px;
  height: 20px;
  float: left;
  padding: 2px 15px 3px;
  font: 11px/13px Verdana, Arial, sans-serif;
}

.form-item .button-search-holder {
  margin: 0;
  width: 108px;
  height: 28px;
  padding: 0 0 8px 8px;
  float: left;
  font: 11px/13px Verdana, Arial, sans-serif;
}

.form-item .filter-back {
  background: rgb(175, 175, 175); /* old: 82b3d9 */
}

.form-item .filter-submit {
  margin-left: 8px;
}

.form-item .filter-submit,
.filter-back {
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
  background: rgb(98, 98, 98); /* old: #006abd */
  margin-right: 8px;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  text-align: center;
  border: 1px rgb(209, 36, 67) solid;
}

.prev-holder {
  margin: 0;
  text-align: right;
  padding: 0 0 8px 0;
  line-height: 14px;
  overflow: auto;
}

#content .pager {
  width: 100%;
  margin: 9px 0 0;
  padding: 0 0 0 4px;
  float: left;
}

#content .pager span {
  float: left;
}

#content .pager .red-pager {
  text-transform: uppercase;
  font-weight: bold;
  color: #ba002c;
  float: left;
  padding: 0 0 16px 8px;
  font-size: 14px;
  line-height: 18px;
  font-family: Verdana, Arial, sans-serif;
  margin: 0 10px 0 0;
  letter-spacing: 0.3px;
}

#content .pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#content .pager ul li {
  float: left;
  font-size: 14px;
  line-height: 18px;
  color: #777;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  letter-spacing: 0.3px;
}

#content .pager ul li:first-child {
  margin: 0px 17px 5px 0;
}

#content .pager ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  font-weight: bold;
}

#content .pager ul li.current a,
#content .pager ul li a:hover {
  color: #ba002c;
  text-decoration: none;
}

#content .publication-detail {
  padding: 12px 10px 10px 10px;
  /* background: #f3eee4; */
  background: #fff;
}

#content .accordion {
  width: 100%;
  overflow: hidden;
  padding: 0 0 15px 0;
}

#content .accordion .title {
  background: #f3eee4 url(../images/bg-title.gif) repeat-x 0 100%;
  width: 100%;
  overflow: hidden;
  padding: 12px 0 15px;
  position: relative;
  border-top: 10px solid #fff;
}

#content .accordion .active-slide {
  background: #f3eee4;
}

#content .accordion .title .with-date {
  font-size: 18px;
  line-height: 24px;
  color: #777;
  margin: 0 95px 0 15px;
  font-weight: normal;
  padding: 0;
  float: left;
}

#content .accordion .title span.date,
#content .accordion .title span.datelong {
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  font-size: 12px;
  line-height: 30px;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  width: 90px;
}

#content .accordion .title span.datelong {
  width: 180px;
}

#content .accordion .title p {
  margin: 0 12px;
  display: block;
  padding: 0;
}

#content .accordion .post-content {
  background: #f3eee4;
  padding: 0 15px;
  overflow: hidden;
  display: none;
  border-bottom: 2px #d12541 dotted;
}

#content .accordion .post-content .scrollblock {
  width: 100% !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 360px;
  margin: 0;
}

#content .accordion .post-content .scrollblock p {
  font-size: 12px;
  line-height: 18px;
}

#content .accordion .post-content .scrollblock p strong {
  /* display:block; */
  /* color:#000; */
  color: #7b746c;
}

#content .accordion .post-content .print-block {
  width: 100%;
  overflow: hidden;
  padding: 0 0 8px;
}

#content .accordion .post-content .print-block a.print {
  background: url("../images/print.png") no-repeat 0 0;
  float: right;
  height: 11px;
  margin: 8px 2px 0 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
}

#content .scrollblock .photo,
#content .scrollblock2 .photo {
  float: right;
  /*width: 205px;*/
  width: 185px;
  overflow: hidden;
  padding: 0 10px 10px 10px;
}

#content .scrollblock .photo span.name,
#content .scrollblock2 .photo span.name {
  font-size: 12px;
  line-height: 16px;
  color: #4a4a4a;
  margin: 5px 0 0;
  display: block;
  padding: 0;
}

#content .publication-content .accordion {
  margin: -4px 0 0;
}

#content .publication-content .accordion .title {
  border-top: 6px solid #fff;
}

#content .publication-content {
  margin: 5px 0 0 0;
  overflow: hidden;
  width: 100%;
  float: left;
}

#content .publication-content h5 {
  padding: 0 0 6px 12px;
  color: #000;
}

/*
#staffs .publication-content h5 {
  padding: 0 0 6px 12px;
  color: #494949;
}
*/
#pageHolder .publication-content h5 {
  padding: 0 0 16px 12px;
  color: #494949;
}

#content .box {
  background: #f3eee4;
  padding: 12px 17px 17px 15px;
  margin: 15px 0;
  overflow: hidden;
}

#content .box-sitemap {
  background: #f3eee4;
  padding: 12px 7px 17px 0;
  margin: 0;
  overflow: hidden;
}

#content .box-sitemap h3 {
  margin-left: 15px;
}

#content .box-sitemap .form-filter {
  margin-left: 15px;
}

#content .box p {
  margin: 0;
  padding: 0 0 18px 0;
}

#content .contact p {
  padding: 0;
}

.img-holder {
  float: right;
  padding: 0 0 41px 41px;
  margin: 0;
}

.img-holder img {
  float: right;
  display: inline-block;
  margin: 2px 0 0 0px;
  display: block;
}

.img-holder .img-caption,
.img-holder-multi .img-caption {
  clear: both;
  float: left;
  font-size: smaller;
  color: gray;
  overflow: hidden;
}

.img-report-holder {
  float: right;
  padding: 0 0 30px 30px;
  margin: 0;
}

.img-report-holder img {
  float: right;
  margin: 2px 0 0 0;
  padding: 0 0 8px;
  display: block;
}

.img-holder-multi {
  width: 250px;
  float: right;
  padding: 0;
  margin: 0 0 0 10px;
}

.img-holder-multi img {
  float: right;
  margin: 2px 0 0 0;
  padding: 0;
  display: block;
}

.autor {
  padding: 0 0 18px 0;
}

#content ul {
  padding: 0 0 0 32px;
  list-style: url("punkt_rot_neu.png");
}

#content ul li {
  padding: 0;
  display: list-item;
  text-align: -webkit-match-parent;
}

/*tabs*/

#content ul.tabs-nav {
  overflow: hidden;
  width: 100%;
  padding: 0;
  list-style: none;
}

#content .tabs-nav li {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  background: #f3eee4;
  margin: 0 3px 0 0;
  padding: 0;
  width: 135px;
  line-height: 23px;
  letter-spacing: 1px;
}

#content .tabs-nav li a {
  display: block;
  text-align: center;
}

#content .tabs-nav li:hover a,
#content .tabs-nav .active a {
  text-decoration: none;
  color: #ba002c;
}

#content .tabs-nav .active,
#content .tabs-nav li:hover {
  padding: 0px 0 4px 0;
}

#content .tabs-holder .box {
  margin: 0px 0 12px 0;
  display: block;
}

.tab-container .tab {
  margin: 0 0 -8px 0;
}

.tab-container .tab strong {
  margin: 0;
  display: block;
}

.tab-container .partner {
  margin: 18px 0 0 0;
}

.tab-container h6 {
  color: #000;
}

.tab-container .partner span {
  color: #666;
  font-weight: bold;
}

#content .post-holder {
  margin: 0 0 -10px 0;
}

#content .post {
  overflow: hidden;
  position: relative;
  padding: 11px;
  background: #f3eee4 url(../images/solid-border.gif) repeat-x 0 100%;
  margin: 0 0 15px 0;
}

#content .img-left {
  float: left;
  width: 185px;
}

.post .text-holder {
  margin: 0 0 0 200px;
}

.post h3 {
  font-size: 19px;
  line-height: 24px;
  color: #777;
  font-weight: normal;
  padding: 0 100px 3px 0;
  margin: 0;
}

.post .date {
  background: #fff;
  font: 12px/30px Verdana, Arial, sans-serif;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  text-align: center;
}

.post p {
  padding: 0 0 5px;
}

.more {
  white-space: nowrap;
}

/*************************************************************
                      Sidebar
*************************************************************/

/*sidebar-left*/

#sidebar-left {
  float: left;
  width: 201px;
  padding: 0;
  font-weight: 800;
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 0 -220px;
}

#sidebar-left h2 {
  background: #006cbf url(../images/main-menu-bg.gif);
  display: block;
  padding: 0 8px;
  margin: 0 0 0px 0;
  text-transform: none;
  font: bold 10px/27px Verdana, Arial, sans-serif;
  letter-spacing: normal;
  color: #fff;
}

#sidebar-left .menu-left {
  margin: 13px 0 0 2px;
}

#sidebar-left .menu-left li {
  border-bottom: 1px solid #666;
  margin: 3px 0 0 0;
}

.menu-left li a {
  background: url(../images/menu-left-br.png) no-repeat 0 5px;
  padding: 0 0 4px 18px;
  color: #4a4a4a;
  display: block;
}

.menu-left li a:hover,
.menu-left li.active a
/* , #sidebar-left .sub-menu-left li a:hover */ {
  background: url(../images/menu-left-br-h.png) no-repeat 0 5px;
  text-decoration: none;
  color: #ba002c;
}

.menu-left li.sub a,
.menu-left li.subexist a:hover
/* ,
.menu-left .sub .active
*/ {
  background: url(../images/menu-left-sub-br-h.png) no-repeat 0 5px;
  color: #ba002c;
}

#sidebar-left .sub-menu-left {
  padding: 0 0 2px 10px;
}

#sidebar-left .sub-menu-left li {
  border: none;
  line-height: 18px;
  font-weight: normal;
}

#sidebar-left .sub-menu-left li a {
  background: none;
  color: #666;
}

#sidebar-left .sub-menu-left a:hover {
  background: url(../images/menu-left-br-h.png) no-repeat 0 5px;
  text-decoration: none;
  color: #ba002c;
}

#sidebar-left .sub-menu-left li.active a {
  text-decoration: none;
  color: #ba002c;
}

#sidebar-left .sub-menu-left li.arrow > a {
  background: url(../images/menu-left-br-h.png) no-repeat 0 5px;
}

#sidebar-left .sub-menu-left li.active ul {
  padding: 0 0 2px 10px;
}

#sidebar-left .sub-menu-left li.active ul li a {
  background: none;
  color: #666;
}

#sidebar-left .sub-menu-left li.active ul li a:hover,
#sidebar-left .sub-menu-left li.active ul li.active a {
  background: url(../images/menu-left-br-h.png) no-repeat 0 5px;
  text-decoration: none;
  color: #ba002c;
}

/*sidebar-left home */

/*#sidebar-right h5 style*/

#sidebar-left h5 a {
  background: url(../images/sidebar-left-title-home.png) no-repeat 0 5px;
  padding: 0 0 4px 18px;
}

#sidebar-left h5 a:hover {
  background: url(../images/menu-left-br-h.png) no-repeat 0 5px;
  text-decoration: none;
}

#sidebar-left .box-holder {
  margin: 4px 0 0;
  overflow: hidden;
}

#sidebar-left .box {
  overflow: hidden;
  border-bottom: solid 1px #666;
  margin: 8px 0 8px;
  padding: 0 0 8px 0;
}

#sidebar-left .date {
  width: 32px;
  height: 38px;
  float: left;
  background: url(../images/sidebar-left-date-bg.gif) no-repeat;
  margin: 3px 10px 0 6px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

#sidebar-left .day,
#sidebar-left .month {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

#sidebar-left .month {
  color: #8b847c;
  font-size: 14px;
  font-weight: normal;
}

#sidebar-left .info {
  float: right;
  width: 147px;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
}

#sidebar-left .info h6 {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
}

#sidebar-left .autor {
  display: block;
  color: #666;
  padding: 0;
}

/*sidebar-rigth*/

#sidebar-right {
  float: right;
  width: 199px;
  font: 11px/14px Verdana, Arial, sans-serif;
  margin: -13px -220px 0 0;
  border-bottom: solid 1px #666;
}

#sidebar-right h5,
#sidebar-left h5 {
  background: url(../images/solid-border.gif) repeat-x 0 100%;
  text-transform: none;
  font: bold 13px/18px "Trebuchet MS", Arial, sans-serif;
  padding: 0 0 2px 0;
  margin: 0;
}

#sidebar-right h5 a {
  background: url(../images/sidebar-left-title-home.png) no-repeat 0 5px;
  padding: 0 0 4px 18px;
}

#sidebar-right h5 a:hover,
#sidebar-right h5 a:active {
  text-decoration: none;
}

#sidebar-right h6 {
  font: 11px/14px Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 170px;
  overflow: hidden;
}

#sidebar-right .hyperlink-bg {
  float: left;
  background-position: 100% 3px;
}

#sidebar-right p {
  margin: 0;
  padding: 0;
}

#sidebar-right .box-holder {
  padding: 0;
  margin: 13px 0 0;
}

#sidebar-right .box-bg,
#sidebar-left .box-bg {
  width: 100%;
  overflow: hidden;
  background: #f4f4f1;
}

#sidebar-right .box {
  margin: -1px 0 0;
  color: #7b746c;
  padding: 7px 0 7px 0;
  border-top: solid 1px #666;
}

#sidebar-right .box span {
  color: #000;
  display: block;
}

#sidebar-right .download {
  padding: 0 13px 0 0;
  background: url(../images/download.png) no-repeat 100% 50%;
}

#sidebar-right .box .name {
  display: block;
  color: #666;
}

#sidebar-right .contact-box {
  /* background: #dfe7ec; */
  background: #f4f4f1;

  margin: 6px 0 0 0;
  padding: 0 12px 10px 13px;
  overflow: hidden;
}

#sidebar-right .contact-box .img-photo {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  width: 100%;
}

#sidebar-right .contact-box span {
  color: #000;
  line-height: 18px;
  padding: 0;
}

#sidebar-right .contact-box .name {
  line-height: 14px;
  font-weight: bold;
  padding: 0 0 3px 0;
}

#sidebar-right .contact-box p {
  padding: 0 0 2px 0;
  display: block;
  line-height: 14px;
  margin: 0;
  color: #414141;
}

#sidebar-right .publication-box,
#sidebar-left .publication-box {
  /* background: #dfe7ec; */
  background: #f4f4f1;
  margin: 10px 0 -1px 0;
  /* padding: 4px 7px 4px 8px; */
  padding: 4px 1px 4px 1px;
  overflow: hidden;
  border-bottom: solid 1px #666;
}

#sidebar-right .publication-box h6,
#sidebar-left .publication-box h6 {
  padding: 0 0 10px 0;
}

#sidebar-right .publication-box h6 .hyperlink-bg {
  font-weight: normal;
}

#sidebar-right .publication-box .info,
#sidebar-left .publication-box .info {
  width: 100%;
  overflow: hidden;
  padding: 0 0 8px 0;
}

#sidebar-right .publication-box .text,
#sidebar-left .publication-box .text {
  float: right;
  width: 106px;
  padding: 0;
  margin: -2px 0 0;
  color: #7b746c;
}

#sidebar-right .publication-box .img-photo,
#sidebar-left .publication-box .img-photo {
  float: left;
  margin: 0;
  padding: 0 8px 0 0;
}

#sidebar-right .publication-box p,
#sidebar-left .publication-box p {
  margin: 0;
}

#sidebar-right .publication-box .box,
#sidebar-left .publication-box .box {
  margin: 0 -8px 0 -7px;
  padding: 5px 7px 1px 7px;
  overflow: hidden;
}

#sidebar-right .news-holder {
  margin: 7px 0 -1px 0;
}

#sidebar-right .news-holder .box {
  padding: 10px 0px;
  border: 0;
  border-bottom: solid 1px #666;
  margin: 0 0 0 0;
}

#sidebar-right .box .date {
  display: block;
  padding: 0 0 3px 0;
  color: #7b746c;
}

/*************************************************************
                      Footer
*************************************************************/

#footer {
  width: auto;
  overflow: hidden;
  padding: 0 15px 0;
  font: 11px/13px Verdana, Arial, sans-serif;
  margin: 16px 0 0;
}

#footer .footer-top {
  overflow: hidden;
  margin: 0 220px 0 0;
}

#footer .footer-top span {
  float: left;
  padding: 0 0 7px 0;
}

.footer-top .by-page {
  background: url(../images/letter.gif) no-repeat 100% 3px;
  padding: 0 14px 0 0;
}

#footer .top {
  float: right;
}

#footer .footer-bottom {
  background: #f5f9fa;
  border-top: solid 1px #e8e8e8;
  overflow: hidden;
  margin: 0 -15px;
  padding: 0 15px 13px 15px;
}

#footer-nav {
  overflow: hidden;
  width: 100%;
  margin: 14px 0 0;
}

#footer-nav .copyright {
  float: left;
  padding: 0 0 10px;
  color: #666;
}

/*meta menu*/

#footer-nav ul {
  float: right;
  margin: 0 -7px 0 0;
  display: inline;
}

#footer-nav li {
  float: left;
  padding: 0 7px 0 5px;
  background: url("../images/footer-nav-list-bg.gif") no-repeat 100% 50%;
}

#footer-nav li a {
  color: #1b1c1c;
  text-decoration: none;
  font: 11px/13px Verdana, Arial, sans-serif;
}

#footer-nav li a:hover,
#footer-nav li.active a {
  color: #ba002c;
}

/*brand list*/

.footer-content {
  overflow: hidden;
  width: auto;
  display: block;
  margin: 0 -5px;
}

.footer-content li {
  display: inline-block;
  margin: 0 40px 0 10px;
  vertical-align: text-bottom;
}

.footer-content a {
  color: #fff;
  margin: 5px 0 0 0;
}

.footer-content a.hyperlink-bg {
  background: none;
  padding: 0;
}

.header-top-block a.hyperlink-bg {
  background: none;
}

/*.footer-content li:hover .hover{
  display:block;
}*/

.footer-content li .overlay {
  display: block;
}

#content .download {
  padding: 0 13px 0 0;
  background: url(../images/download.png) no-repeat 100% 50%;
}

#content h3 a {
  text-decoration: none;
}

a.h3 {
  margin: 0;
  color: #777;
  text-transform: none;
  text-decoration: none;
  font: normal 18px/24px "Trebuchet MS", Arial, sans-serif;
}

.box .data {
  margin: 0 20px 0 0;
}

.grey {
  color: #666;
  font-weight: bold;
}

.quicklinks {
  list-style: none;
  float: right;
}

.quicklinks a {
  color: #000000;
  text-decoration: none;
}

.quicklinks .quicklinks-title {
  position: absolute;
}

.quicklinks .quicklinks-title:hover .quicklinks-options {
  display: block;
}

.quicklinks .quicklinks-options {
  display: none;
  position: absolute;
  left: 0;
  /*
  top:1.2em;
  left:0em;
  */
  z-index: 15;
  list-style: none;
  padding: 0.8em 0 0 0;
}

.quicklinks .quicklinks-options li {
  background: none;
  background-color: #ffffff;
  padding: 0 1em;
  border-left: 1em solid #f3eee4;
  border-right: 1em solid #f3eee4;
}

.quicklinks .quicklinks-options li a,
.quicklinks .quicklinks-title:hover .quicklinks-options li a {
  height: 2em;
  display: block;
  line-height: 2.4em;
  padding: 0 0.4em;
  border: none;
  width: 14.1em;
  border-bottom: 0.1em solid #4a4a4a;
}

.quicklinks .quicklinks-options li.first {
  padding-top: 0.4em;
  border-top: 1em solid #f3eee4;
}

.quicklinks .quicklinks-options li.last {
  padding-bottom: 1em;
  border-bottom: 1em solid #f3eee4;
}

.normal {
  font-size: 12px;
  line-height: 18px;
  font-family: Verdana, Arial, sans-serif;
  color: #494949;
  margin: 0 15px;
  display: block;
  padding: 0;
  clear: left;
}

.scrollblock-info {
  /*width: 680px;*/
  width: auto;
}

.scrollblock-info td {
  vertical-align: top;
}

.scrollblock-info .subtitle {
  float: left;
  font-weight: bold;
  width: 160px;
  clear: left;
  color: #7b746c;
}

.scrollblock-info .val {
  float: left;
  width: 520px;
}

.img-caption {
  font: 11px Verdana, Arial, sans-serif;
}

a.bluetitle {
  color: #ffffff;
  text-decoration: none;
}

.post-content strong,
.greyTitle {
  font-weight: bold;
  color: #7b746c;
}

.sitemap-tabs {
  /*border-left:0.2em solid #FFFFFF; */
  height: 30px;
  line-height: 30px;
  list-style: none outside none;
  margin: 1.5em 0 0 !important;
  padding: 0;
  width: auto;
}

.sitemap-tabs li {
  border-right: 0.2em solid #ffffff;
  border-top: 0.2em solid #ffffff;
  float: left;
  list-style: none outside none;
}

.sitemap-tabs li.first {
  border-left: 0.2em solid #ffffff;
}

.sitemap-tabs li:hover {
  background: #777;
}

.sitemap-tabs li a {
  display: block;
  color: #777;
  cursor: pointer;
  padding: 0 6px;
  text-decoration: none;
}

.sitemap-tabs .active a {
  background: #ffffff;
  font-weight: bold;
  color: #777 !important;
}

.sitemap-tabs li:hover a {
  color: #ffffff;
  text-decoration: none;
}

.sitemap {
  float: left;
  /* font-weight:bold; */
  margin: 0 0 0 12px;
  padding: 10px;
  width: 95%;
  background: #ffffff;
}

.sitemap ul {
  list-style: disc outside url("punkt_blau_neu.png");
  margin-top: 0.15em !important;
  margin-left: 2em !important;
}

.sitemap ul li {
  font-weight: normal !important;
}

.sitemap ul ul li {
  font-size: 0.95em;
  font-weight: normal !important;
}

.sitemap ul ul ul ul li {
  font-size: 1em;
}

.sitemap ul ul {
  margin-bottom: 0.25em !important;
}

.results {
  margin-left: 8px;
}

.googlelogo {
  background: url(../images/google.gif) no-repeat;
  background-position: 0px center;
  text-indent: 50px;
}

.googlelogo:focus {
  background-position: -52px center;
  text-indent: 0px;
}

/* fix tiny_mce  ol margin */

ol {
  margin: 0;
}

.multipart p {
  padding: 0 0 7px;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  clear: left;
}

.datesHolder {
  float: left;
}

.datesHolder div {
  clear: both;
  text-align: center;
}

/* additional css */

@font-face {
  font-family: "uni-bremen-icons";
  src: url("uni-bremen-icons.eot");
  src: url("uni-bremen-icons.eot?#iefix") format("embedded-opentype"), url("uni-bremen-icons.ttf") format("truetype"),
    url("uni-bremen-icons.woff?5q8hgv") format("woff"), url("uni-bremen-icons.svg#uni-bremen-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="i-"],
[class*=" i-"] {
  font-family: "uni-bremen-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-dots:before {
  content: "\e800";
}

.i-arrow--down:before {
  content: "\e600";
}

.i-arrow--left:before {
  content: "\e601";
}

.i-arrow--right:before {
  content: "\e603";
}

.i-arrow--up:before {
  content: "\e604";
}

.i-minus:before {
  content: "\e613";
}

.i-plus:before {
  content: "\e61c";
}

.i-search:before {
  content: "\e61f";
}

.mobile-page-head,
.right-off-canvas-menu,
.left-off-canvas-menu {
  display: none;
}

/* 640 */

@media only screen and (max-width: 40em) {
  #content .scrollblock .photo,
  #content .scrollblock2 .photo {
    width: auto !important;
    float: none;
    padding-left: 0;
  }

  #header .home-block-holder {
    font-size: 14px;
    line-height: 1.5;
  }
  #content,
  #content .accordion .post-content .scrollblock p {
    font-size: 14px;
    line-height: 1.5;
  }
  .form-item .input-holder {
    margin-right: 0;
  }
  #content img {
    max-width: 100% !important;
    height: auto;
    margin-left: 0;
  }
  #content .scrollblock .photo {
    float: none;
    padding: 0 0 10px;
  }
  /*#content .scrollblock .photo img {
      margin: 0 auto;
  }*/
  .head-box .img-right img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
  }

  #content .head-box .img-right {
    float: none;
    margin: 0 0 15px 0;
  }
  #content .post .img-left {
    float: none;
    width: 100%;
  }
  #content .post .img-left img {
    margin: 0 auto;
  }
  .post .text-holder {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .post .text-holder h3 {
    padding: 0 0 10px 0;
  }
}

@media only screen and (max-width: 22em) {
  .form-item label {
    /*white-space: nowrap;*/
  }
}

input[type="checkbox"] + label {
  width: auto !important;
}

#content .publication-detail {
  margin-bottom: 15px;
}

@media only screen and (max-width: 29em) {
  .buttons {
    margin: 15px 0 0 0;
  }

  .form-item {
    padding: 5px 0;
  }
  a.search-icon-box {
    padding-left: 0 !important;
  }

  label[for="reviewedYes"]:first-child,
  label[for="reviewedNo"]:first-child {
    width: 90px;
  }

  .form-item label {
    width: 100%;
  }
}

.footer-content li .hover {
  display: none;
}

/*

/* 1024 */

@media only screen and (min-width: 80em) {
  .footer-content a .hover,
  .footer-content li:hover .overlay {
    display: none;
  }
  .footer-content li:hover .hover {
    display: block;
  }
}

@media only screen and (min-width: 64em) {
}

/* 640 - 1024 */

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  #content .scrollblock .jspPane .photo,
  #content .scrollblock2 .photo {
    width: 205px !important;
  }
}

/*



=====================================================
*/

/* 1024 */

@media only screen and (max-width: 64em) {
  .normal {
    font-size: 14px;
    line-height: 1.5;
  }

  #content .accordion .title .with-date {
    margin: 0 15px 0 15px;
    float: none;
  }

  #content .accordion .title span.date,
  #content .accordion .title span.datelong {
    position: static;
    z-index: 10;
    float: right;
    margin-top: -12px;
    margin-left: 12px;
  }

  * {
    webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .prev-holder .back {
    display: inline-block;
    padding: 3px 0 7px;
  }

  #content .tabs-nav .active,
  #content .tabs-nav li:hover {
    padding: 0px 0 0 0;
  }

  #content .tabs-nav li {
    margin: 0 3px 3px 0;
  }

  #content .accordion .post-content .scrollblock .jspContainer .jspPane .print-block a.print {
    float: right;
    height: 11px !important;
    width: 12px !important;
  }

  h2 {
    word-wrap: break-word;
    webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    letter-spacing: 0.125em;
    padding-bottom: 0;
  }

  h2 + * {
    padding-top: 10px !important;
  }

  .header-top,
  .header-top-block,
  .main-menu {
    display: none !important;
  }
  .sitemap {
    width: auto;
    float: none;
    margin-left: 7px;
  }
  #content .sitemap ul {
    padding: 0;
    margin-left: 16px !important;
  }
  #content .sitemap-tabs {
    height: auto;
    overflow: hidden;
    margin-top: 0 !important;
    padding: 0;
  }
  #content .sitemap-tabs li {
    margin: 0 0 7px 7px;
    border: 0.2em solid white;
  }
  .off-canvas-wrap.move-right,
  .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .off-canvas-wrap.move-right #border {
    position: fixed;
  }
  .move-right > #border {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .off-canvas-wrap.move-left #border {
    position: fixed;
    z-index: 1;
  }
  .move-left > #border {
    -webkit-transform: translate3d(-320px, 0, 0);
    -moz-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate(-320px, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    -o-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
  }
  .off-canvas-wrap.move-right #border {
    position: fixed;
  }
  .move-right > #border {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  #right-off-canvas {
    box-sizing: border-box;
    /*margin: 64px 16px 16px;*/
    margin: 64px 16px 16px;
  }
  #sidebar-right .publication-box .text,
  #sidebar-left .publication-box .text {
    width: auto;
  }
  .right-off-canvas-menu {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    width: 320px !important;
    top: 74px;
    z-index: 0;
  }
  #border {
    z-index: 2;
  }
  .move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(102, 102, 102, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 500ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
  }
  .move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(102, 102, 102, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 500ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
  }
  .jspVerticalBar {
    display: none;
  }
  .left-off-canvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    top: 74px;
    display: block;
    -webkit-backface-visibility: hidden;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 100%;
    z-index: 3;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    background: white;
  }
  .off-canvas-wrap.move-right .left-off-canvas-menu {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    position: fixed;
  }
  .off-canvas-wrap.move-left .right-off-canvas-menu {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    position: fixed;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #fff;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    display: block;
  }
  .off-canvas-wrap.move-right .right-canvas-button {
    margin-right: -150px;
  }
  .off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #border {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  /* mobile header */
  .i-dots:before {
    content: "\e800";
  }
  .right-canvas-button .i-dots {
    font-family: "uni-bremen-icons";
    float: right;
    padding: 16px 24px;
    font-size: 32px;
    color: #ba002c;
  }
  .right-canvas-button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    clear: both;
  }
  .right-canvas-button .right-canvas-icon {
    display: inline-block;
    margin-top: 2px;
    border-bottom: 2px solid #777;
    border-left: 2px solid #777;
    background-color: #fff;
    text-align: center;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    opacity: 0.75;
  }
  .mobile-page-head {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 74px;
    background-color: #fff;
    z-index: 100;
    z-index: 10;
    transform: none;
    border-bottom-color: #777;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    box-sizing: border-box;
  }
  .mobile-page-head .row {
    padding: 4px 0 2px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .mobile-page-head .row:after {
    clear: both;
  }
  .mobile-page-head .row:before,
  .mobile-page-head .row:after {
    content: " ";
    display: table;
  }
  .mobile-page-head .search-box {
    display: none;
    position: absolute;
    right: 15px;
    left: 15px;
    margin-top: 8px;
    padding: 16px;
    background-color: #f3eee4;
    z-index: 101;
  }
  .search-box > form {
    display: table;
  }
  .off-canvas-wrap .hamburger-icon-box.is-active .hamburger-icon span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .off-canvas-wrap .hamburger-icon-box.is-active .hamburger-icon span:before,
  .off-canvas-wrap .hamburger-icon-box.is-active .hamburger-icon span:after {
    background: #ba002c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  .off-canvas-wrap .hamburger-icon-box.is-active .hamburger-icon span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .off-canvas-wrap .hamburger-icon-box.is-active .hamburger-icon span:before,
  .off-canvas-wrap .hamburger-icon-box.is-active .hamburger-icon span:after {
    background: #ba002c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  .off-canvas-wrap.move-right .search-icon-box,
  .off-canvas-wrap.move-right .search-box {
    display: none !important;
  }
  .off-canvas-wrap .hamburger-icon-box.is-active .hamburger-icon span {
    background: none;
  }
  .search-btn {
    display: table-cell;
    height: 60px;
    color: #fff;
    width: 60px;
    text-align: center;
    background-color: #777;
    border: none;
    font-size: 14px;
    font-weight: bold;
  }
  .search-input > input {
    padding-left: 8px;
    margin: 0;
    border: 2px solid #777;
    width: 100%;
    height: 60px;
  }
  input,
  select {
    font-family: Verdana, Helvetica, Arial, sans-serif;
  }
  .search-input {
    width: 100%;
    display: table-cell;
    padding-right: 8px;
  }
  .mobile-page-head .site-logo {
    background: none !important;
    padding: 0 !important;
  }
  .site-logo .site-mobile-logo {
    width: auto;
    max-height: 40px;
    margin-right: 0;
    margin-left: 0;
  }
  .site-logo {
    height: 64px;
    display: table-cell;
    vertical-align: middle;
  }
  .logo-wrapper {
    float: left;
    padding-left: 15px;
  }
  .socium-wrapper {
    float: left;
  }
  .language-wrapper {
    float: right;
    display: none;
    margin-right: 100px;
  }
  .move-right .language-wrapper {
    display: block;
  }
  .language-wrapper .language {
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    padding: 0;
  }
  .language-wrapper .language li.active a {
    font-weight: bold;
  }
  .language-wrapper .language a {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
  }
  .language-wrapper .language li {
    display: block;
    float: none;
    text-align: center;
    background: none;
  }
  .socium-logo {
    height: 64px;
    display: table-cell;
    vertical-align: middle;
  }
  .socium-wrapper img {
    height: 50px;
  }
  .search-wrapper {
    /*float: right;*/
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 10;
  }
  #content .form-title {
    left: 0;
  }
  a.search-icon-box {
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-icon {
    width: 40px;
    font-size: 25px;
    float: none !important;
    text-align: center;
  }
  a.search-icon-box,
  .hamburger-icon-box {
    color: #777;
    text-decoration: none;
  }
  .hamburger-icon-box {
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #dcdcdc;
  }
  #sidebar-right .publication-box .img-photo,
  #sidebar-left .publication-box .img-photo {
    float: none;
    display: block;
    padding: 0;
  }
  #sidebar-right .publication-box .img-photo img,
  #sidebar-left .publication-box .img-photo img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .post {
  }

  .off-canvas-wrap .hamburger-icon {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 41px;
    height: 42px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
  }
  .off-canvas-wrap .hamburger-icon span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 18.5px;
    left: 5px;
    right: 5px;
    height: 5px;
    background: #777;
    -webkit-transition: background 0s 0.3s;
    -moz-transition: background 0s 0.3s;
    -ms-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }
  .off-canvas-wrap .hamburger-icon span:before {
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    transition-property: top, transform;
    top: -10px;
  }
  .off-canvas-wrap .hamburger-icon span:before,
  .off-canvas-wrap .hamburger-icon span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #777;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  .off-canvas-wrap .hamburger-icon span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }
  .mobile-page-head {
    display: block;
  }
  #border {
    margin-top: 74px;
  }
  a.search-icon-box.show {
    color: #ba002c;
  }
  #search-mobile.show {
    display: block;
  }
  .search-box:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 15px solid transparent;
    border-bottom-color: #f3eee4;
    top: -30px;
    right: 82px;
  }
  .search-input > input {
    font-size: 18px;
    box-sizing: border-box;
  }
  #footer-nav .copyright {
    margin: 0;
    float: none;
    clear: both;
    padding-bottom: 16px;
    display: block;
    width: 100%;
    border-bottom: solid 2px #000;
    text-align: center;
  }
  #footer #footer-nav ul {
    text-align: center;
    clear: both;
    padding-top: 16px;
    float: none;
    display: block;
    overflow: hidden;
  }
  #footer #footer-nav ul li {
    display: inline-block;
    float: none;
  }
  #footer #footer-nav ul li:last-child {
    background: none;
  }
  #main {
    padding: 0;
  }
  #header {
    padding: 0 15px;
  }
  #page .page-bottom .page-bottom-right {
    background: none;
    margin: 0;
    padding: 0;
  }
  #page,
  #border {
    background: none;
  }
  #sidebar-right,
  #sidebar-left {
    float: none;
    width: 100%;
    clear: both;
  }
  #sidebar-left {
    margin: 0;
  }
  .main-holder {
    padding: 0 15px;
  }
  #sidebar-left .info {
    float: none;
    margin-left: 10px;
    width: auto;
  }
  #sidebar-right h6 {
    width: auto;
  }
  .footer-content {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-content li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
  }
  .footer-content li img {
    width: 80px;
    height: auto;
  }
  .footer-content li:nth-child(2) {
    padding-left: 15px;
  }
  .footer-content li:nth-child(2) img {
    width: 130px;
  }
  * {
    min-width: 0 !important;
    max-width: none !important;
  }
  #footer .footer-top {
    margin: 20px 0;
  }
  #footer .footer-top span,
  #footer .footer-top .top {
    float: none;
    text-align: center;
    display: block;
  }
  #footer .footer-top .top {
    margin-top: 16px;
  }
  #footer #footer-nav {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    float: none;
    clear: both;
    margin: 20px 0;
  }
  #border #sidebar-left {
    display: none;
  }
  #border #sidebar-right {
    display: none;
  }
  #header .home-block-holder .infos,
  #header .home-block-holder a.logo-zes-de {
    display: none;
  }
  #header .home-block-holder {
    padding: 0 15px;
  }
  #header .banner-holder img {
    width: 100% !important;
    height: auto !important;
  }
  /*#content .accordion .post-content .scrollblock {*/
  #content .scrollblock {
    overflow: hidden;
    padding: 0;
    width: auto !important;
    height: auto !important;
  }
  /*#content .accordion .post-content .scrollblock .jspContainer {*/
  #content .scrollblock .jspContainer {
    width: auto !important;
    height: auto !important;
  }
  /*#content .accordion .post-content .scrollblock .jspContainer .jspPane,
  #content .accordion .post-content .scrollblock .jspContainer .jspPane * {*/
  #content .scrollblock .jspPane,
  #content .scrollblock .jspPane * {
    position: static !important;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
  }
  .scrollblock-info .subtitle {
    display: block;
    float: none;
    padding-top: 5px;
  }
  .scrollblock-info .subtitle:first-of-type {
    display: block;
    float: none;
    padding-top: 0;
  }

  .breadcrumbs {
    position: relative;
  }
  .breadcrumbs .print {
    position: absolute;
    top: 4px;
    right: 0px;
  }
  .breadcrumbs ul {
    margin: 8px 0;
  }
  .breadcrumbs ul li {
    line-height: 18px;
  }
  .breadcrumbs ul li:first-child {
    background: none;
    margin-left: -10px;
  }
  .note.no-menu_entries {
    font-size: 12px;
    color: black;
  }
  .note.no-menu_entries a {
    color: #247dc3;
  }
  .mobile-nav {
    margin-top: 16px;
    box-sizing: border-box;
    background-color: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .menu-tabs-container {
    padding: 0 15px;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
  }
  .menu-tabs {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 -15px 10px;
    padding: 0 15px;
    display: block;
  }
  .menu-tabs li {
    position: relative;
    top: 1px;
  }
  .menu-tabs:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
  }
  .menu-tabs .menu-tab-title {
    float: left;
    list-style: none;
    display: block;
    margin-bottom: 0 !important;
    position: relative;
    width: 50%;
  }
  .menu-tabs .menu-tab-title.active a {
    background-color: #777;
    color: #fff;
  }
  .menu-tabs .menu-tab-title.active > a {
    background-color: #fff;
    color: #ba002c;
    border-bottom: 1px solid white;
  }
  .menu-tabs .menu-tab-title > a {
    box-sizing: border-box;
    border-radius: 32px 32px 0 0;
    border: 1px solid #dcdcdc;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background-color: #f3eee4;
    color: #4a4a4a;
    font-size: 16px;
    padding: 16px;
  }
  .menu-tabs .menu-tab-title > a {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .menu-tabs-content .content {
    position: relative;
  }
  .menu-tabs-content .content:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: #dcdcdc !important;
    top: 0;
    right: 81px;
    z-index: 999;
  }
  .accordion-nav {
    margin: 0;
    margin-bottom: 8px;
    list-style: none;
  }
  .accordion-nav .accordion-nav {
    display: none;
  }
  .accordion-nav li {
    border-bottom: 7px solid #fff;
  }
  .accordion-nav li:last-child {
    border-bottom: none;
  }
  .accordion-nav li .direct-link {
    color: #4a4a4a;
    padding: 16px;
    display: block;
  }
  .accordion-nav li li .direct-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .accordion-nav li li li .direct-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .accordion-nav li .direct-link p {
    margin: 0;
    padding: 0;
  }
  .accordion-nav li.active > .direct-link {
    font-weight: bold;
  }
  .accordion-nav li {
    position: relative;
    font-size: 16px;
  }
  .accordion-nav li .direct-link {
    padding-right: 67px;
    overflow-wrap: break-word;
    webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .accordion-nav > li > .direct-link {
    background-color: #f3eee4;
  }
  .accordion-nav .has-submenu .open-sub {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 100%;
    max-height: 56px;
  }
  .accordion-nav .has-submenu .open-sub a {
    /*height: 100%;
      width: 100%;
      display: block;
      text-align: center;
      box-sizing: border-box;
      padding: 5px 0;
      line-height: 24px;*/
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 100%;
  }
  .accordion-nav .has-submenu .open-sub a::after {
    font-size: 24px;
  }
  .menu-tabs-content > div > ul {
    position: relative;
  }
  .menu-tabs-content > div > ul::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: #dcdcdc !important;
    top: 0;
    right: 66px;
    z-index: 999;
  }
  .accordion-nav li > span > .i-plus {
    color: #777;
  }
  .accordion-nav li .i-plus {
    display: block;
  }
  #tab-mobile-nav > .accordion-nav > li.open > .open-sub > .i-plus:before {
    color: white;
  }
  #tab-mobile-nav > .accordion-nav > li.open > .accordion-nav li.open > .open-sub > .i-plus:before {
    color: #ba002c;
  }
  .i-plus:before {
    content: "";
    display: block;
    height: 47px;
  }
  #tab-mobile-nav > .accordion-nav > li.open > .accordion-nav li.open > .open-sub > .i-plus:before {
    background: url(../images/arr_b_red.png) center center no-repeat;
    background-size: 22px;
  }

  .open > .open-sub > .i-plus {
    background: url(../images/arr_b_down.png) center center no-repeat;
    background-size: 22px;
  }
  .i-plus {
    display: block;
    background: url(../images/arr_b_left.png) center center no-repeat;
    background-size: 22px;
    padding: 0;
  }

  .mobile-quicklinks .i-plus {
    background: url(../images/arr_w_left.png) center center no-repeat;
    background-size: 22px;
  }

  /*
  .open>.open-sub>.i-plus:before {
      content: '\e613';
      transform: rotate(180deg);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
  }
  .i-plus:before {
      content: "\e61c";
      font-size: 22px;
  }*/
  #tab-mobile-nav a {
    text-decoration: none;
  }
  /*.accordion-nav li.open {
border: none !important;
}*/
  #tab-mobile-nav > .accordion-nav > li.open > .direct-link {
    color: #fff;
  }
  #tab-mobile-nav > .accordion-nav > li.open > * {
    background-color: #ba002c;
  }
  .accordion-nav ul {
    list-style: none;
    margin: 0;
  }
  #tab-mobile-nav > .accordion-nav > li > .accordion-nav > li {
    border-bottom-color: #777;
    border-bottom-style: solid;
    background: white;
    border-width: 2px;
  }
  #tab-mobile-nav > .accordion-nav > li > .accordion-nav li > * {
    background: transparent;
  }
  #tab-mobile-nav > .accordion-nav > li li li li {
    padding-left: 12px;
  }
  #tab-mobile-nav > .accordion-nav > li > .accordion-nav > li:last-child {
    border-color: white;
  }
  #tab-mobile-nav > .accordion-nav > li > .accordion-nav > li > .accordion-nav > li {
  }
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

@media only screen and (max-width: 22em) and (min-width: 351px) {
  .socium-wrapper img {
    height: 50px;
  }
}

@media only screen and (max-width: 351px) {
  .socium-wrapper img {
    height: 60%;
  }
}

#tab-more-info {
  display: none;
}

#tab-more-info,
.tab-title-more-info {
  display: none;
}

body[data-obj="home"] .tab-title-more-info {
  display: block;
}

.accordion-nav.mobile-quicklinks li {
  margin-bottom: 0px;
  border-bottom-color: #777;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.accordion-nav.mobile-quicklinks > li:last-child {
  border: none;
}

.accordion-nav.mobile-quicklinks .direct-link {
  background-color: #777;
  color: #fff;
}

.accordion-nav.mobile-quicklinks .quicklinks {
  float: none;
}

.accordion-nav.mobile-quicklinks li li .direct-link {
  color: #4a4a4a;
}

.accordion-nav.mobile-quicklinks li > span > .i-plus {
  color: white;
}

#content .accordion .post-content .print-block a.permalink {
  /* background: url("../images/permalink12.png") no-repeat 0 0; */
  float: right;
  height: 18px;
  margin: 4px 10px 0 0;
  overflow: hidden;
  /* text-indent: -9999px; */
}

/* ************** BLOG **************** */
.card-container .blog .card-inner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-container .blog .card-inner:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-container .blog .blog-title {
  height: 30px;
  color: white;
  background-color: #d12541;
  margin: -10px -10px 0 -10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.card-img {
  margin-top: 4px;
}
.card-text {
  padding: 10px 0 0 0;
}

.card-text .card-image-float-container {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 185px;
}

.card-text .card-image-float-container img {
  width: 185px;
}

.card-image-desc {
  color: gray;
  font-size: smaller;
  overflow: hidden;
}

.box-image-container {
  overflow: hidden;
}

.box-image-container img {
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
a {
  color: #d12541;
}

h3,
#content h3,
.info a {
  color: black;
}
h3 a,
#content h3 a,
.info a a {
  color: black;
}
h3 a:hover,
#content h3 a:hover,
.info a a:hover {
  color: back;
  text-decoration: underline;
}

#content .accordion .title {
  background: white;
  border-bottom: 2px #d12541 dotted;
}
#content .accordion .title.active-slide {
  border-bottom: none;
}
#content .accordion .post-content {
  background: white;
}

#border {
  background: #f4f4f1;
  max-width: 120em;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

#footer .footer-bottom {
  background: #f4f4f1;
}

#header .header-top-block .small-logo {
  background: white;
  padding: 1.5em 2em;
}
#header .header-top-block .small-logo img {
  width: auto;
}

.header-top {
  border: none;
  padding: 0;
  margin: 10px 0;
}

#header {
  padding: 0 1.6em 1.4em 1.6em;
  max-width: none;
  min-width: auto;
}
#header .header-top-block {
  width: auto;
  margin: 0 -1.6em;
}
#header .header-top-block img {
  width: 100%;
}

.language a,
.top-menu a {
  font-size: 12px;
}

.top-menu {
  margin: 0 0 0 15px;
  padding: 0;
}
.top-menu li {
  background: none;
  vertical-align: middle;
  display: inline-block;
  float: none;
}
.top-menu li + li {
  margin-left: 10px;
}

.twitter-meta {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(data:image/svg+xml,%3Csvg%20height%3D%2256.693%22%20width%3D%2256.693%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M52.837%2015.065a20.11%2020.11%200%200%201-5.805%201.591%2010.125%2010.125%200%200%200%204.444-5.592%2020.232%2020.232%200%200%201-6.418%202.454%2010.093%2010.093%200%200%200-7.377-3.192c-5.581%200-10.106%204.525-10.106%2010.107%200%20.791.089%201.562.262%202.303-8.4-.422-15.848-4.445-20.833-10.56a10.055%2010.055%200%200%200-1.368%205.082c0%203.506%201.784%206.6%204.496%208.412a10.078%2010.078%200%200%201-4.578-1.265l-.001.128c0%204.896%203.484%208.98%208.108%209.91a10.162%2010.162%200%200%201-4.565.172c1.287%204.015%205.019%206.938%209.441%207.019a20.276%2020.276%200%200%201-12.552%204.327c-.815%200-1.62-.048-2.411-.142a28.6%2028.6%200%200%200%2015.493%204.541c18.591%200%2028.756-15.4%2028.756-28.756%200-.438-.009-.875-.028-1.309a20.47%2020.47%200%200%200%205.042-5.23z%22/%3E%3C/svg%3E)
    no-repeat;
  background-size: contain;
}

.search .submit {
  background: white
    url(data:image/svg+xml,%3Csvg%20height%3D%221024%22%20width%3D%22973.125%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M960%20832L710.875%20582.875C746.438%20524.812%20768%20457.156%20768%20384%20768%20171.969%20596%200%20384%200%20171.969%200%200%20171.969%200%20384c0%20212%20171.969%20384%20384%20384%2073.156%200%20140.812-21.562%20198.875-57L832%20960c17.5%2017.5%2046.5%2017.375%2064%200l64-64c17.5-17.5%2017.5-46.5%200-64zM384%20640c-141.375%200-256-114.625-256-256s114.625-256%20256-256%20256%20114.625%20256%20256-114.625%20256-256%20256z%22/%3E%3C/svg%3E)
    no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  border: 1px solid #aaa;
  float: left;
  margin-left: -1px;
}
.search .text {
  border: 1px solid #aaa;
  margin: 0;
  height: 20px;
  background: white;
}
.search .googlesearch input {
  background: none;
  height: 20px;
  line-height: 20px;
}

.main-menu {
  overflow: hidden;
  background: none;
  position: static;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #d12541;
}

.banner-wrapper {
  margin: 0;
}

.hyperlink-bg {
  padding: 0 14 0 0;
}

.main-menu ul {
  width: 100%;
}
.main-menu ul li:last-child {
  float: right;
}
.main-menu ul li + li {
  margin-left: 15px;
}
.main-menu ul li.active a {
  background: none;
  font-weight: bold;
}
.main-menu ul li a {
  color: black;
  font-size: 16px;
  padding: 0;
  display: inline-block;
}
.main-menu ul li a:hover {
  background: none;
  font-weight: bold;
}
.main-menu ul li a.home:hover {
  background: transparent url(../images/home.png) no-repeat 50% 50%;
}

#sidebar-right .hyperlink-bg {
  background-position: 100% 5px;
}

.banner-wrapper {
  min-height: 0;
  padding: 10px 0;
}

#content {
  font-size: 13px;
  line-height: 1.5;
}
#content .box {
  background: white;
  margin-top: 0;
}

.head-box {
  background: white;
  margin: 0;
}

#sidebar-right {
  border-color: #d12541;
  font: 13px/1.5 Verdana, Arial, sans-serif;
}
#sidebar-right h6 {
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
}
#sidebar-right h6 b {
  font-weight: normal !important;
}
#sidebar-right h5 {
  background: #c6c5bb;
  overflow: hidden;
  display: block;
  padding: 8px;
  color: #5e5e60;
  font-size: 13px;
  line-height: 1;
}
#sidebar-right .box {
  /* padding: 10px 7px; */
  padding: 10px 1px;
  border-color: #d12541;
}

#sidebar-left .box {
  border: none;
}
#sidebar-left h2 {
  background: #d12541;
  font-size: 12px;
  line-height: 31px;
  font-weight: normal;
}
#sidebar-left .menu-left li {
  border-color: #d12541;
}
#sidebar-left .menu-left a {
  font-weight: normal;
}
#sidebar-left h5 {
  background: #d12541;
  overflow: hidden;
  display: block;
  padding: 2px 0 2px 5px;
}
#sidebar-left h5 a {
  background: none;
  color: white;
  padding: 2px 5px;
  display: block;
  float: left;
}
#sidebar-left h5 a:hover {
  background: none;
}

.rss-icon {
  height: 14px;
  width: 14px;
  display: block;
  vertical-align: middle;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2256.693%22%20height%3D%2256.693%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M-1-1h582v402H-1z%22/%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3.428%2031.085c6.19%200%2012.009%202.418%2016.382%206.816%204.381%204.398%206.793%2010.256%206.793%2016.492h9.539c0-18.113-14.676-32.848-32.714-32.848v9.54zm.015-16.911c22.061%200%2040.01%2018.047%2040.01%2040.231h9.539c0-27.445-22.229-49.77-49.549-49.77v9.539zm13.191%2033.567a6.608%206.608%200%200%201-13.214%200%206.608%206.608%200%200%201%2013.214%200z%22/%3E%3C/g%3E%3C/svg%3E)
    no-repeat !important;
  background-size: contain !important;
  padding: 0 !important;
  float: right !important;
  margin: 4px 4px 0 0;
}

#sidebar-left .datesHolder {
  float: none;
}
#sidebar-left .datesHolder * {
  display: inline;
  color: #d12541;
  font-weight: bold;
}
#sidebar-left .datesHolder > * + * {
  padding-left: 3px;
}
#sidebar-left .date {
  width: 100%;
  height: auto;
  float: none;
  background: none;
  margin: 0;
}
#sidebar-left .day,
#sidebar-left .month {
  color: #d12541;
  width: 100%;
  display: inline;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
}
#sidebar-left .month {
  color: #d12541;
  font-size: 13px;
  font-weight: bold;
}
#sidebar-left .info {
  float: none;
  width: 100%;
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
}
#sidebar-left .info h6 {
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
  color: #444;
}
#sidebar-left .info .title {
  font-weight: bold;
}

.home #footer .footer-top {
  margin: 0;
}

.footer-partner h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: -5px;
}
.footer-partner-row {
  border-bottom: 1px solid #777;
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .footer-partner-row {
    text-align: left;
  }
}
.footer-partner-row:first-child {
  border-top: 1px solid #777;
}
.footer-partner-row:last-child {
  display: none;
}
.not-home .footer-partner-row:last-child {
  display: none;
}
.home .footer-partner-row:last-child {
  display: block;
}
.footer-partner a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 10px;
  background: none !important;
}
@media screen and (min-width: 769px), print {
  .footer-partner a {
    padding: 0;
  }
}
.footer-partner a img {
  max-width: 100% !important;
}
@media screen and (min-width: 769px), print {
  .footer-partner a + a {
    padding-left: 50px;
  }
}

.not-home body {
  background: url("/images/bg.png") center -100px no-repeat;
  background-attachment: fixed;
}

#page .page-bottom {
  background: none;
}

#page .page-bottom .page-bottom-right {
  background: none;
  margin-bottom: 20px;
  padding: 0;
}

#page {
  background-image: none;
}

#main {
  max-width: auto;
  min-width: auto;
  width: auto;
  overflow: hidden;
  padding: 0;
}

.home .main-holder {
  padding: 0;
}
@media screen and (min-width: 1088px) {
  .home .main-holder {
    padding: 0 0 0 236px;
  }
}

.card {
  width: 100%;
  float: none;
}
@media screen and (min-width: 769px), print {
  .card {
    width: 50%;
    float: left;
  }
}
.card .card-inner img {
  max-width: 100% !important;
}
.card-study {
  font-size: 13px;
}
.card-study a {
  color: #d12541;
}
.card-study a::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(data:image/svg+xml,%3Csvg%20height%3D%2296%22%20width%3D%2296%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23d12541%22%20d%3D%22M12%2052h62.344L52.888%2073.456a4%204%200%201%200%205.657%205.656l28.283-28.284c.186-.186.352-.391.498-.609.067-.101.114-.21.172-.315.066-.124.142-.242.195-.373.057-.135.089-.275.129-.415.033-.111.076-.217.099-.331.052-.26.079-.522.079-.785l-.001-.009a4.032%204.032%200%200%200-.078-.774c-.024-.12-.069-.231-.104-.349-.039-.133-.069-.268-.123-.397-.058-.139-.136-.265-.208-.396-.054-.098-.097-.198-.159-.292a3.94%203.94%200%200%200-.501-.614L58.544%2016.888a4.001%204.001%200%200%200-5.657%205.657L74.343%2044H12a4%204%200%200%200%200%208z%22/%3E%3C/svg%3E)
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px;
}
.card-sizer {
  width: 50%;
}
.card-inner {
  margin: 10px;
  padding: 10px;
  background: white;
}
.card-container {
  margin: -10px;
}
.card-title {
  color: #d12541;
  font-weight: normal;
  padding: 0;
}
.card-subtitle,
.card-text {
  color: #444;
}
.card-subtitle .more,
.card-text .more {
  color: #d12541;
}
.card-subtitle p:last-child,
.card-text p:last-child {
  padding: 0;
}
.card-date {
  color: black;
}

.home #content .post-holder {
  padding-left: 1.2em;
  padding-right: 1.2em;
}
@media screen and (min-width: 1088px) {
  .home #content .post-holder {
    padding-left: 0;
  }
}

/*# sourceMappingURL=sfb.css.map */

/*

a.publicationPrint {
  width: 15px;
  height: 29px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/print2018.png) no-repeat 50% 50%;
}

*/

@media screen and (min-width: 64em) {
  .mobile-uni-logo {
    display: none;
    visibility: hidden;
  }
}

.mobile-uni-logo {
  width: 80%;
  clear: both;
  float: left;
  margin: 0px 18px 15px;
}

@media screen and (max-width: 64em) {
  #header {
    padding: 0px;
  }
}
