/* SASS Elements */
/* folder */
/* colors */
/* unused */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* reset elements */
/* reset browser defaults */
html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav 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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.hidden {
  display: none !important;
  visibility: hidden;
  height: 0;
}

/* global content elements */
body, text-area {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #191919;
}

a {
  text-decoration: none;
  color: #005EA6;
  font-size: 12px;
  font-weight: bold;
}

#breadcrumb a:hover,
#pageContent a:hover {
  text-decoration: underline;
}

#pageNav a,
#pageFooter a {
  color: #191919;
  font-size: 14px;
  font-weight: normal;
}

#pageContent a[href^="http://"],
#pageContent a[href^="https://"] {
  background: transparent url("../Images/icon/link-extern.jpg") no-repeat 0 4px;
  padding-left: 17px;
}
#pageContent a[href^="/"] {
  background: transparent url("../Images/icon/link-intern.jpg") no-repeat 5px 4px;
  padding-left: 17px;
}
#pageContent a[href$=".pdf"],
#pageContent a[href$=".doc"],
#pageContent a[href$=".docx"],
#pageContent a[href$=".xls"],
#pageContent a[href$=".xlsx"],
#pageContent a[href$=".ppt"],
#pageContent a[href$=".pptx"],
#pageContent a[href$=".zip"],
#pageContent a[href$=".rar"],
#pageContent a[href$=".7z"] {
  background: transparent url("../Images/icon/link-download.png") no-repeat 0 4px;
  padding-left: 17px;
}

a.intern {
  background: transparent url("../Images/icon/link-intern.jpg") no-repeat 5px 4px !important;
  padding-left: 17px;
}

a.extern {
  background: transparent url("../Images/icon/link-extern.jpg") no-repeat 0 4px !important;
  padding-left: 17px;
}

a.download {
  background: transparent url("../Images/icon/link-download.png") no-repeat 0 4px !important;
  padding-left: 17px;
}

*:focus {
  outline: none;
}

#pageContent .pageBrowser a {
  padding: 0 4px;
  background: none !important;
}

.pageBrowser span {
  cursor: default;
}
.pageBrowser span.active {
  padding: 0 4px;
  color: #191919;
}

.pageBrowser {
  text-align: right;
  padding: 10px 0;
}
.pageBrowser span {
  font-size: 12px;
}
.pageBrowser span.prev {
  padding-right: 10px;
}
.pageBrowser span.next {
  padding-left: 10px;
}
.pageBrowser .active {
  color: #005EA6;
}
.pageBrowser a {
  padding: 0 0 0 5px;
  background: none;
}

/**
 * Core pagebrowser for TYPO3 7.6
 */
#pageContent .f3-widget-paginator {
  text-align: right;
  padding: 10px 0;
}
#pageContent .f3-widget-paginator li {
  display: inline-block;
  font-size: 12px;
}
#pageContent .f3-widget-paginator li.prev {
  padding-right: 10px;
}
#pageContent .f3-widget-paginator li.next {
  padding-left: 10px;
}
#pageContent .f3-widget-paginator li a {
  padding: 0 0 0 5px;
  background: none;
}

.teaserList a.intern,
.slideshow a.intern {
  background-position: right 5px !important;
  padding-left: 0;
  padding-right: 12px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px 0;
}

h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 30px 0 20px 0;
}

section article h1,
aside h1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: normal;
}

p {
  margin-bottom: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
}

.contenttable,
.ce-table {
  margin-bottom: 20px;
}
.contenttable td, .contenttable th,
.ce-table td,
.ce-table th {
  border: 1px solid #BDBDBD;
  padding: 5px 8px;
}
.contenttable th,
.ce-table th {
  font-weight: 700;
}
.contenttable thead th,
.ce-table thead th {
  border-bottom-width: 2px;
  font-size: 16px;
  line-height: 20px;
}

.image img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.additionalContent .additionalLinks ul li a {
  display: block;
}

/* special page elements */
.teaserList {
  padding: 0 0 0 40px;
}
.teaserList section {
  overflow: hidden;
}
.teaserList article {
  float: left;
  width: 260px;
  margin-right: 40px;
  padding: 13px 0 40px 0;
  border-top: 2px solid #005EA6;
}

.textBlock {
  padding-bottom: 20px;
}
.frame-type-news_newsdetail .textBlock {
  padding-bottom: 0;
}
.textBlock ol {
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.textBlock ul {
  margin-bottom: 10px;
}
.textBlock ul li {
  background: transparent url("../Images/icon/bulletlist-icon.png") no-repeat 0 2px;
  display: block;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.textBlock .imageGallery li {
  background: transparent;
  padding-left: 0;
}

p.tags {
  margin-top: 1rem;
}
p.tags strong {
  padding-bottom: 0.25rem;
  display: inline-block;
}

.news-tags {
  border-top: 1px solid #005EA6;
  padding-top: 20px;
  padding-bottom: 37px;
}
.news-tags li {
  display: inline-block;
}
.news-tags .tag-usage-count {
  display: none;
}
.news-tags .active {
  text-decoration: underline;
}

.news-tags-overview {
  text-align: center;
  border-top: 1px solid #BDBDBD;
  margin-top: -17px;
  padding-top: 10px;
  padding-bottom: 37px;
}

*:focus {
  outline: none;
}

.submitWrap {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid #BDBDBD;
  background: #f0f0f0; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%); /* W3C */
}
.submitWrap input {
  display: block;
  padding: 4px 10px 5px 10px;
  margin-right: 10px;
  background: transparent url("../Images/icon/link-intern.jpg") no-repeat right center;
  cursor: pointer;
  color: #005EA6;
  font-weight: bold;
  overflow: visible;
  border: none;
  font-size: 12px;
  line-height: 14px;
}

/*
Version: 3.3.2 Timestamp: Mon Mar 25 12:14:18 PDT 2013
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
}

#pageContent .select2-container a.select2-choice:hover {
  text-decoration: none;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */
  -khtml-box-sizing: border-box; /* konqueror */ /* firefox */
  -ms-box-sizing: border-box; /* ie */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);*/
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  /*-webkit-border-radius:0 0 4px 4px;
     -moz-border-radius:0 0 4px 4px;
          border-radius:0 0 4px 4px;*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);*/
}

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../Images/icon/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */
  filter: "alpha(opacity=0)"; /* expected to work in IE 8 */
  filter: alpha(opacity=0); /* IE 4-7 */
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  /*-webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;*/
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  /*-webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;*/
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-container .select2-choice div {
  display: block;
  width: 24px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  /*-webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;*/
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../Images/icon/select2.png") no-repeat 4px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("../Images/icon/select2.png") no-repeat 100% -22px;
  background: url("../Images/icon/select2.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("../Images/icon/select2-spinner.gif") no-repeat 100%;
  background: url("../Images/icon/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/
  outline: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);*/
  /*   -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);*/
  /*        box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);*/
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice div b {
  background-position: -14px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("../Images/icon/select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);*/
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/
  outline: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);*/
  /*   -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);*/
  /*        box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../Images/icon/select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  /*-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;*/
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);*/
}

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../Images/icon/select2.png") right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url("../Images/icon/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.ui-autocomplete {
  padding: 0 20px 0 5px;
}

/* lightbox */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../Images/icon/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../Images/icon/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../Images/icon/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: -15px;
  background: url("../Images/icon/slideshow-slide-left.png") no-repeat scroll 0 0 transparent;
}

.fancybox-next span {
  right: -15px;
  background: url("../Images/icon/slideshow-slide-right.png") no-repeat scroll 0 0 transparent;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../Images/icon/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 12px/15px Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* standard page elements */
/* pageHeader styles */
#pageHeader {
  width: 100%;
  background: transparent url("../Images/bg/header-bar.png") repeat-x 0 0;
}
#pageHeader header {
  padding-top: 103px;
  position: relative;
  padding-bottom: 1px;
}

#branding {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 72px;
}
#branding img {
  padding: 17px 0 14px 10px;
  width: 150px;
  height: 72px;
}

#intranet-headline {
  color: #005EA8;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
  left: 180px;
  position: absolute;
  top: 33px;
  width: 345px;
}

.topicPage #pageHeader, #pageTopic {
  background: transparent url("../Images/bg/header-bar-topic.png") repeat-x 0 0;
}

#pageTopic {
  height: 40px;
  background-position: 0 -103px;
}
#pageTopic p {
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  padding: 8px 0 0 0;
}

#pageTitle {
  min-height: 87px;
  height: auto !important;
  height: 87px;
  padding-bottom: 20px;
}
#pageTitle h1 {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 13px;
}

#pageTitle.special404 {
  padding: 30px 0 0 0;
}
#pageTitle.special404 h1 {
  font-size: 200px;
  line-height: 140px;
  text-align: right;
  margin-bottom: 0;
  font-weight: normal;
  opacity: 0.4;
}

#breadcrumb {
  margin-bottom: 7px;
}
#breadcrumb ul {
  list-style: none;
  overflow: hidden;
}
#breadcrumb ul li {
  float: left;
  padding: 0 8px 0 0;
}
#breadcrumb ul li a, #breadcrumb ul li strong {
  display: block;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  background: transparent url("../Images/icon/braedcrumb-arrow.png") no-repeat right 7px;
  padding-right: 12px;
  font-weight: normal;
}
#breadcrumb ul li strong {
  font-weight: bold;
  cursor: default;
  background: none;
}

@media screen and (max-width: 641px) {
  #branding img {
    padding: 6px 0 14px 0px;
    width: 150px;
    height: 72px;
  }
  #intranet-headline {
    color: #005EA8;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 16px;
    width: 345px;
  }
}
#pageContent {
  background: #ffffff;
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.indexPage #pageContent {
  padding-bottom: 0;
}

.clearCols {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
  overflow: hidden;
}

.mainContent {
  width: 600px;
  float: left;
  position: relative;
}
.mainContent .additionalMainContent {
  padding-top: 30px;
}

.additionalContent {
  position: relative;
  width: 280px;
  float: right;
  padding-top: 49px;
}

#pageFooter {
  background: #BDBDBD;
  font-size: 12px;
}
#pageFooter footer {
  position: relative;
  min-height: 115px;
  height: auto !important;
  height: 115px;
  padding-bottom: 95px;
}
#pageFooter p {
  line-height: 18px;
}

#footerNav ul {
  list-style: none;
  padding: 30px 0 20px 60px;
}
#footerNav ul a {
  padding: 0 0 0 12px;
  font-weight: bold;
  background: transparent url("../Images/icon/arrow-black-grey.png") no-repeat 0 4px;
}
#footerNav ul a:hover {
  color: #ffffff;
}

#footerBranding {
  position: absolute;
  right: 10px;
  top: 27px;
  width: 300px;
  padding: 0;
}
#footerBranding .row {
  margin-bottom: 10px;
}
#footerBranding .row a {
  display: inline-block;
  left: 0;
  top: 0;
  text-decoration: none;
  outline: none;
}
#footerBranding .row a img {
  display: block;
}
#footerBranding .row > a:last-child {
  float: right;
  margin-right: 46px;
}
#footerBranding p {
  margin-right: 40px;
}

#footerAddress {
  position: absolute;
  top: 30px;
  left: 350px;
  width: 260px;
}
#footerAddress p {
  margin-bottom: 20px;
}

#footerCopyright {
  position: absolute;
  left: 70px;
  bottom: 34px;
  width: 160px;
}

body {
  background: #BDBDBD;
}

#page {
  background: #BDBDBD url("../Images/bg/glow-effect-standard.png") no-repeat center 100px;
}

#page.indexPage {
  background-image: url("../Images/bg/glow-effect.png");
}

.gridWrap {
  padding: 40px 0 10px 0;
  background: #F0F0F0;
}

#pageNav {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 103px;
  overflow: visible;
}

#nav {
  position: relative;
  z-index: 80;
  height: 103px;
  overflow: visible;
}

#indexLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 103px;
}
#indexLink a {
  display: block;
  width: 100%;
  height: 103px;
  border: none;
  text-decoration: none;
  text-indent: -99999px;
  overflow: hidden;
}

#nav nav {
  position: absolute;
  right: 10px;
  top: 60px;
  margin-left: 189px;
  height: 44px;
  z-index: 82;
}
#nav nav ul {
  width: 100%;
  padding: 5px 0 0 5px;
  height: 39px;
  overflow: hidden;
}
#nav nav li {
  display: block;
  float: left;
  height: 37px;
}
#nav nav li a {
  display: block;
  text-decoration: none;
  margin-left: -1px;
  background: none;
}
#nav nav li a span {
  font-size: 16px;
  display: block;
  height: 20px;
  margin: 9px 0 9px 0;
  padding: 0 40px;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
}
#nav nav li a.active {
  background: transparent url("../Images/icon/mainnav-active-left.png") no-repeat 4px 3px;
}
#nav nav li a.active span {
  font-weight: bold;
  background: transparent url("../Images/icon/mainnav-active-right.png") no-repeat right 3px;
}
#nav nav li:hover, #nav nav li.hover {
  border-color: #BDBDBD;
  box-shadow: 0 0 5px #BDBDBD;
  -webkit-box-shadow: 0 0 5px #BDBDBD;
  -o-box-shadow: 0 0 5px #BDBDBD;
  -moz-box-shadow: 0 0 5px #BDBDBD;
  -ms-box-shadow: 0 0 5px #BDBDBD;
}
#nav nav li:hover a, #nav nav li.hover a {
  color: #005EA6;
}
#nav nav li:hover a span, #nav nav li.hover a span {
  height: 30px;
  padding-top: 8px;
  background: #ffffff;
  border-top: 1px solid #BDBDBD;
  margin: 0;
}

#navFlyout {
  position: absolute;
  left: 0;
  top: 103px;
  width: 100%;
  z-index: 81;
}
#navFlyout .flyoutContent {
  background: #ffffff;
  border: 1px solid #BDBDBD;
  box-shadow: 0 0 5px #BDBDBD;
  -webkit-box-shadow: 0 0 5px #BDBDBD;
  -o-box-shadow: 0 0 5px #BDBDBD;
  -moz-box-shadow: 0 0 5px #BDBDBD;
  -ms-box-shadow: 0 0 5px #BDBDBD;
  padding: 20px 20px 0 40px;
}
#navFlyout .colWrap {
  overflow: hidden;
  clear: both;
}
#navFlyout .colWrap .col {
  float: left;
}
#navFlyout .colWrap-5col .col {
  width: 170px;
  margin-bottom: 20px;
}
#navFlyout .linkListTitle {
  height: 50px;
  margin-bottom: 10px;
}
#navFlyout .linkListTitle a {
  color: #005EA6;
  font-weight: bold;
}
#navFlyout .linkList {
  list-style: none;
  margin-right: 20px;
}
#navFlyout .linkList li {
  display: block;
  margin: 0 0 6px 0;
}
#navFlyout .linkList li a {
  padding-left: 12px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  background: transparent url("../Images/icon/arrow-grey-transparent.png") no-repeat 0 4px;
}
#navFlyout .linkList li a:hover {
  color: #005EA6;
}

#metaNav {
  position: absolute;
  right: 240px;
  top: 20px;
  height: 30px;
  margin-left: 190px;
  text-align: right;
  white-space: nowrap;
}
#metaNav ul {
  list-style: none;
}

#metaNavLinks, #languageSelect {
  float: left;
  margin-left: 20px;
}
#metaNavLinks a, #languageSelect a {
  text-decoration: none;
  font-size: 12px;
}
#metaNavLinks a:hover, #languageSelect a:hover {
  text-decoration: underline;
}
#metaNavLinks span.inactive, #languageSelect span.inactive {
  font-size: 12px;
  text-decoration: line-through;
  color: #BDBDBD;
}

#nav .tx-solr-search-form {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 210px;
  overflow: visible;
}
#nav #tx-solr-search-form-pi-results {
  border: 1px solid #BDBDBD;
  position: relative;
  height: 25px;
  background: #ffffff;
  overflow: hidden;
}
#nav .tx-solr-q, #nav .tx-solr-submit {
  background: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
  border: 0;
  position: absolute;
}
#nav .tx-solr-q {
  left: 0;
  top: 0;
  width: 170px;
  height: 20px;
  padding: 3px 33px 2px 5px;
}
#nav .tx-solr-submit {
  right: 1px;
  top: 1px;
  width: 23px;
  height: 23px;
  background: #ffffff url("../Images/icon/search-submit.png") no-repeat center center;
  padding-left: 23px;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
#nav .ui-autocomplete {
  z-index: 100;
}
#nav .ui-menu .ui-menu-item a.ui-state-hover,
#nav .ui-menu .ui-menu-item a.ui-state-active {
  background: none !important;
  margin: 0 !important;
}
#nav .ui-state-hover, #nav .ui-widget-content .ui-state-hover, #nav .ui-widget-header .ui-state-hover, #nav .ui-state-focus, #nav .ui-widget-content .ui-state-focus, #nav .ui-widget-header .ui-state-focus {
  border: 1px solid #005ea6 !important;
  background: #005ea6 !important;
}

/* page modules */
#pageContent .printAndPDF {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 25px;
}
#pageContent .printAndPDF a {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  padding: 0;
  top: 0;
  background: transparent url("../Images/icon/print-icons.png") no-repeat 4px 4px;
}
#pageContent .printAndPDF a.printPage {
  left: 0px;
  text-indent: -9999999px;
}
#pageContent .printAndPDF a.printPage:hover {
  background-position: 4px -26px;
}
#pageContent .printAndPDF a.pdfPage {
  left: 30px;
  background-position: -25px 4px;
  text-indent: -9999999px;
}
#pageContent .printAndPDF a.pdfPage:hover {
  background-position: -25px -26px;
}

.backToOverview {
  position: absolute;
  top: 10px;
  right: 0;
}
.backToOverview a {
  padding-left: 10px !important;
  background: transparent url("../Images/icon/link-back.png") no-repeat 0 5px !important;
}

.image img {
  border: 1px solid #BDBDBD;
}
.image p.imageCaption {
  padding: 5px 0 0 0;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
.image a {
  display: block;
  position: relative;
  background: none !important;
  padding-left: 0 !important;
}
.image a.zoomImage {
  display: block;
  position: relative;
  background: none !important;
  padding-left: 0 !important;
}
.image a.zoomImage span.zoomIcon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 21px;
  height: 21px;
  background: transparent url("../Images/icon/zoom-icon.png") no-repeat 0 0;
}

.textAndImage {
  margin-bottom: 30px;
}
.textAndImage.imageLeft .image {
  padding: 0 20px 10px 0;
}

.imageLeft .image, .imageLeft .col1, .image2Col .image, .image2Col .col1 {
  width: 48%;
  float: left;
  padding-bottom: 10px;
}
.imageLeft .col2, .image2Col .col2 {
  float: right;
  width: 48%;
  padding-bottom: 10px;
}

.singleImage {
  margin-bottom: 30px;
}

.slideshow {
  margin: 10px;
  position: relative;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0 0 5px #BDBDBD;
  -webkit-box-shadow: 0 0 5px #BDBDBD;
  -o-box-shadow: 0 0 5px #BDBDBD;
  -moz-box-shadow: 0 0 5px #BDBDBD;
  -ms-box-shadow: 0 0 5px #BDBDBD;
}
.slideshow .slides {
  position: relative;
  overflow: hidden;
}

.slideshowReady section {
  position: absolute;
  left: 0;
  top: 0;
}
.slideshowReady div.resetLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff url("../Images/icon/ajax-loader.gif") no-repeat center center;
  display: none;
}

/* controller */
.slideshowController {
  z-index: 50;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.slideshowController .slideLeft,
.slideshowController .slideRight {
  position: absolute;
  bottom: 140px;
  width: 40px;
  height: 50px;
  cursor: pointer;
}
.slideshowController .slideLeft {
  left: -10px;
  background: transparent url("../Images/icon/slideshow-slide-left.png") no-repeat 0 0;
}
.slideshowController .slideRight {
  right: -10px;
  background: transparent url("../Images/icon/slideshow-slide-right.png") no-repeat 0 0;
}
.slideshowController .pageBrowser {
  position: absolute;
  bottom: 10px;
  right: 40px;
  padding: 0;
  margin: 0;
}
.slideshowController .pageBrowser a {
  padding: 0;
}
.slideshowController .pageBrowser .active {
  color: #005EA6;
}

.imageTeaser {
  margin: 40px 0;
}
.imageTeaser article {
  width: 33.3333333333%;
  height: 300px;
}
.imageTeaser article .teaser {
  border: 5px solid #ffffff;
}
.imageTeaser article .image {
  width: 66.6666666666%;
  height: 290px;
  overflow: hidden;
  position: absolute;
  left: 5px;
  top: 5px;
}
.imageTeaser article .image img {
  display: block;
  min-height: 100%;
  width: 100%;
}
.imageTeaser article .teaserText {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #F0F0F0;
  width: 33.3333333333%;
  height: 235px;
  padding: 25px 0 30px 0;
}
.imageTeaser article .teaserText h1, .imageTeaser article .teaserText p {
  margin-left: 10px;
  margin-right: 40px;
  background: #F0F0F0;
}
.imageTeaser.slideshowReady article {
  position: absolute;
  top: 0;
  left: 0;
}
.imageTeaser.slideshowReady article.active,
.imageTeaser.slideshowReady article.nextActive {
  z-index: 10;
  left: 33.3333333333%;
}
.imageTeaser.slideshowReady article.nextActive {
  z-index: 20;
}
.imageTeaser .slideshowController .pageBrowser {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 33.3333333333%;
}
.imageTeaser .slideshowController .pageBrowser p {
  border-top: 1px solid #ffffff;
  margin: 0 10px;
  padding: 5px 0;
  text-align: right;
}
.imageTeaser .slideshowController .pageBrowser span {
  padding: 0 5px;
  cursor: pointer;
}
.imageTeaser .slideshowController .pageBrowser .active {
  color: #005EA6;
}

.infoTeaser .slides {
  overflow: hidden;
  margin: 0 50px;
}
.infoTeaser section {
  margin-right: -40px;
}
.infoTeaser article {
  float: left;
  width: 280px;
  padding: 15px 0 30px 0;
}
.infoTeaser article h1 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.infoTeaser article .teaser {
  position: relative;
  padding-bottom: 30px;
  min-height: 280px;
  height: 280px;
  padding-right: 40px;
}
.infoTeaser article .teaser .meta {
  font-size: 12px;
  line-height: 15px;
}
.infoTeaser article .teaser .image {
  margin: 0 20px 20px 0;
}
.infoTeaser article .teaser .image img {
  display: block;
}
.infoTeaser article .teaser .moreLink {
  position: absolute;
  left: 0;
  bottom: 0;
}
.infoTeaser article .teaser .boxHeight {
  height: 120px;
}
.infoTeaser article .teaserEvent {
  position: relative;
  padding-bottom: 30px;
  min-height: 230px;
  height: 230px;
  padding-right: 40px;
}
.infoTeaser article .teaserEvent .meta {
  font-size: 12px;
  line-height: 15px;
}
.infoTeaser article .teaserEvent .moreLink {
  position: absolute;
  left: 0;
  bottom: 0;
}
.infoTeaser article .teaserEvent .boxHeight {
  height: 120px;
}
.infoTeaser article .boxHeight p {
  margin-bottom: 0;
}

.indexpageTeaserList {
  padding: 20px 0 20px 0;
  margin-right: -40px;
}
.indexpageTeaserList h2 a {
  background: none !important;
  padding-left: 0 !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 30px 0 20px 0;
  color: #191919;
}
.indexpageTeaserList .indexpageTeaser {
  position: relative;
  width: 280px;
  border-top: 2px solid #005EA6;
  padding: 2px 0 20px 0;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.indexpageTeaserList .indexpageTeaser .image {
  margin-bottom: 10px;
}
.indexpageTeaserList .indexpageTeaser .image img {
  border: none;
}
.indexpageTeaserList .indexpageTeaser h1 {
  font-weight: normal;
}
.indexpageTeaserList .indexpageTeaser h1 a {
  background: none !important;
  padding-left: 0 !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #191919;
  font-weight: normal;
}
.indexpageTeaserList .indexpageTeaser ul {
  list-style: none;
}
.indexpageTeaserList .indexpageTeaser ul li {
  display: block;
  margin-bottom: 6px;
}
.indexpageTeaserList .indexpageTeaser ul a {
  display: block;
  background-position: 0 6px;
}

.pressArticleList {
  border-top: 1px solid #BDBDBD;
  margin-bottom: 20px;
}
.pressArticleList .teaser {
  border-bottom: 1px solid #BDBDBD;
  padding: 10px 0 30px 0;
  overflow: hidden;
}
.pressArticleList .teaser .image {
  width: 220px;
  float: left;
}
.pressArticleList .teaser .image img {
  border: 1px solid #BDBDBD;
}
.pressArticleList .teaser .teaserText {
  margin: 0 0 0 240px;
}
.pressArticleList .teaser .teaserText h1 {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  line-height: 16px;
}
.pressArticleList .teaser .teaserText h1 a {
  display: block;
}
.pressArticleList .teaser .teaserText p {
  margin: 0 0 0 17px;
}
.pressArticleList .teaser .teaserText p.locationAndDate {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.pressArticleList .teaser .teaserTextNoImage h1 {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  line-height: 16px;
}
.pressArticleList .teaser .teaserTextNoImage h1 a {
  display: block;
}
.pressArticleList .teaser .teaserTextNoImage p {
  margin: 0 0 0 17px;
}
.pressArticleList .teaser .teaserTextNoImage p.locationAndDate {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.pressArticleList .rssLink {
  padding: 0;
  background: none;
}

.employeeTable article {
  margin-bottom: 40px;
}
.employeeTable article h1 {
  font-weight: normal;
}
.employeeTable table {
  width: 100%;
}
.employeeTable thead th {
  font-style: italic;
  font-size: 12px;
}
.employeeTable tbody td {
  padding-top: 13px;
  padding-bottom: 10px;
  border-top: 1px solid #BDBDBD;
}
.employeeTable tbody td a {
  font-size: 14px;
}
.employeeTable tbody td.name span, .employeeTable tbody td.name a {
  display: block;
  padding-left: 17px;
}
.employeeTable tbody td.department {
  border-top: 2px solid #005EA6;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
}
.employeeTable tbody td.email {
  width: 60px;
}
.employeeTable tbody td.email a {
  background: transparent url("../Images/icon/letter-mail.jpg") no-repeat center left;
  display: inline-block;
  text-indent: -99999px;
  width: 22px;
  float: left;
  margin-right: 3px;
}
.employeeTable tbody td.email a.privateEmail {
  background: transparent url("../Images/icon/letter-mail-private.jpg") no-repeat center left;
  margin-right: 0;
}
.employeeTable tbody td.phone a {
  background: none;
  color: #191919;
  font-weight: normal;
  padding: 0;
  text-decoration: none !important;
}

.imageGallery {
  margin-bottom: 20px;
}
.imageGallery ul {
  list-style: none;
  margin-right: -40px;
  overflow: hidden;
}
.imageGallery ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 183px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}

.labelAndField {
  margin-bottom: 30px;
}
.labelAndField label {
  font-size: 16px;
  display: block;
  line-height: 20px;
  color: #191919;
  font-weight: bold;
  margin-bottom: 10px;
}

.selectboxWrap {
  overflow: visible;
  position: relative;
}
.selectboxWrap select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: none;
  padding: 3px 5px;
  margin: 0;
  width: 100%;
  height: 25px;
  border: 1px solid #BDBDBD;
}
.selectboxWrap select option {
  display: block;
  padding: 3px 5px;
}

.publicationSearch {
  margin-bottom: 40px;
}
.publicationSearch .searchFilter .labelAndField {
  width: 240px;
  margin-right: 60px;
  float: left;
}
.publicationSearch .searchFilter .searchInputWrap {
  width: 240px;
  height: 25px;
  position: relative;
  border: 1px solid #BDBDBD;
}
.publicationSearch .searchFilter .searchInputWrap input {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  padding: 0;
  text-indent: 0;
}
.publicationSearch .searchFilter .searchInputWrap input#keywordSearchInput {
  display: block;
  height: 20px;
  left: 5px;
  top: 3px;
  width: 170px;
}
.publicationSearch .searchFilter .searchInputWrap input#keywordSearchSubmit {
  background: url("../Images/icon/search-submit.png") no-repeat scroll center center white;
  cursor: pointer;
  height: 23px;
  overflow: hidden;
  padding-left: 23px;
  right: 1px;
  text-indent: -99999px;
  top: 1px;
  width: 23px;
}

.publicationList {
  border-bottom: 1px solid #BDBDBD;
}
.publicationList .publicationElement {
  border-top: 1px solid #BDBDBD;
  padding: 15px 0 20px 0;
}
.publicationList .author {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
.publicationList .additionalTitle {
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
}
.publicationList .additionalInformation {
  font-size: 12px;
}

.eventDateTable {
  margin-bottom: 60px;
}
.eventDateTable article h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.eventDateTable article table {
  border-bottom: 1px solid #BDBDBD;
}
.eventDateTable article thead th {
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 5px;
}
.eventDateTable article th.title,
.eventDateTable article th.location {
  color: #666666;
}
.eventDateTable article th.title {
  width: 128px;
}
.eventDateTable article th.details {
  font-style: italic;
  width: 350px;
}
.eventDateTable article tbody td {
  padding: 20px 0;
  border-top: 1px solid #BDBDBD;
  font-size: 12px;
  line-height: 16px;
  padding-right: 20px;
}
.eventDateTable article td.details strong, .eventDateTable article td.details a, .eventDateTable article td.details span.referenten {
  display: block;
  padding-left: 17px;
}
.eventDateTable .pageBrowser {
  text-align: right;
  padding: 10px 0;
}
.eventDateTable .pageBrowser span {
  cursor: pointer;
  font-size: 12px;
}
.eventDateTable .pageBrowser .active {
  color: #005EA6;
}

.additionalLinks, .downloadList, .projectNavigation {
  border-top: 1px solid #005EA6;
  padding-top: 20px;
  padding-bottom: 37px;
}
.additionalLinks ul, .downloadList ul, .projectNavigation ul {
  list-style: none;
}

/* If one Element in the Navi, don't shwo the Navi*/
.projectNavigation_1 {
  display: none;
}

.mainContent .additionalLinks, .mainContent .downloadList {
  border-top-color: #BDBDBD;
  padding-top: 10px;
  padding-bottom: 17px;
}
.mainContent .additionalLinks h1, .mainContent .downloadList h1 {
  font-size: 16px;
}

.projectNavigation h1 {
  margin-bottom: 10px;
}
.projectNavigation ul li {
  padding: 4px 0 7px 17px;
  background: transparent url("../Images/icon/projectnav-standard.png") no-repeat 0 -3px;
}
.projectNavigation ul li a {
  font-size: 14px;
  background: none !important;
  padding-left: 0 !important;
}
.projectNavigation ul li a.active {
  color: #191919;
}
.projectNavigation ul li.lastItem {
  background: transparent url("../Images/icon/projectnav-lastitem.png") no-repeat 0 -3px;
}

.downloadList li, .additionalLinks li {
  margin-bottom: 10px;
}
.downloadList a.download, .additionalLinks a.download {
  display: block;
}
.downloadList a.download span.title, .additionalLinks a.download span.title {
  font-weight: bold;
}
.downloadList a.download span.downloadMeta, .additionalLinks a.download span.downloadMeta {
  color: #191919;
}

.contactPerson {
  border-top: 1px solid #005EA6;
  padding-top: 20px;
  padding-bottom: 37px;
}
.contactPerson p {
  margin: 0;
}
.contactPerson p.position {
  color: #7f7f7f;
  margin-bottom: 14px;
}
.contactPerson p a {
  color: #191919;
  font-weight: normal;
  font-size: 14px;
}

#pageContent .studieArticleList {
  border-top: 2px solid #005EA6;
  padding-top: 10px;
  margin-bottom: 50px;
}
#pageContent .studieArticleList h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
#pageContent .studieArticleList h1 a {
  font-size: inherit;
  background-position: 5px 6px;
}
#pageContent .studieArticleList article {
  border-top: 1px solid #BDBDBD;
  padding: 10px 0;
  clear: both;
  overflow: hidden;
}
#pageContent .studieArticleList article a {
  display: block;
  background-position: 5px 6px !important;
}
#pageContent .studieArticleList article .shortInfo {
  padding: 5px 0 0 17px;
}
#pageContent .studieArticleList article .image {
  float: left;
  width: 200px;
}
#pageContent .studieArticleList article .textBlock {
  margin-left: 220px;
}

.csc-sitemap ul {
  margin-left: 20px;
}
.csc-sitemap ul ul {
  margin-left: 20px;
}
.csc-sitemap ul li a {
  background: url("../Images/icon/link-intern.jpg") no-repeat scroll 5px 4px transparent;
  padding-left: 17px;
  display: block;
}

.tx-ppi-tropos-ldap textarea.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}
.tx-ppi-tropos-ldap input.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}
.tx-ppi-tropos-ldap table {
  border-collapse: separate;
  border-spacing: 10px;
}
.tx-ppi-tropos-ldap table th {
  font-weight: bold;
}
.tx-ppi-tropos-ldap table td {
  vertical-align: top;
}

/* adaptive layout */
/* global grid definitions  */
.grid {
  margin: 0 auto;
  padding: 0 10px;
  /*background: transparent url('../Images/debug/spaltenraster.png') repeat 0 0;*/
}

/* smartphones */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
@media screen and (max-width: 640px) {
  #page {
    min-width: 480px;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .grid {
    width: 460px;
  }
  #page {
    background-position: center 68px;
  }
  #nav nav, #nav #navFlyout {
    display: none;
  }
  #textSearch {
    display: none;
    background-color: #FFFFFF;
    left: -70px;
    padding: 10px 90px;
    top: 82px;
    width: 450px;
  }
  #searchForm {
    border: 1px solid #BDBDBD;
    position: relative;
    height: 26px;
    background: #ffffff;
    overflow: visible;
    width: 389px;
  }
  #searchword, #searchSubmit {
    background: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
    border: 0;
    position: absolute;
  }
  #searchword {
    left: 0;
    top: 0;
    width: 352px;
    height: 22px;
    padding: 3px 33px 2px 5px;
  }
  #searchSubmit {
    right: -58px;
    top: 1px;
    width: 57px;
    height: 23px;
    background: #ffffff url("../Images/icon/search-submit-button.png") no-repeat center center;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
  }
  #mobileSearchOverlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    min-width: 480px;
  }
  #mobileSearchOverlay {
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 68px;
    z-index: 100;
  }
  .ui-menu {
    z-index: 1000;
  }
  #metaNav {
    height: 30px;
    margin-left: 190px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 20px;
    white-space: nowrap;
  }
  #footerAddress {
    display: none;
  }
  #metaNavLinks, #languageSelect {
    float: right;
  }
  #metaNavLinks a, #languageSelect a {
    font-weight: bold;
  }
  #showMobileNav, #showMobileSearch {
    display: block;
    height: 21px;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
    position: absolute;
    bottom: 4px;
    right: 69px;
    background: #ffffff url("../Images/icon/headernav-mobile.png") no-repeat 20px 3px;
    cursor: pointer;
  }
  #showMobileNav span, #showMobileSearch span {
    display: block;
    padding: 0 20px 0 50px;
    font-weight: bold;
    color: #005EA6;
    font-size: 18px;
    line-height: 20px;
  }
  #showMobileSearch {
    right: 10px;
    width: 58px;
    background-position: center -30px;
  }
  #showMobileNav.active, #showMobileSearch.active {
    height: 35px;
    bottom: -10px;
  }
  #mobilePageOverlay,
  #mobileNav {
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 68px;
    z-index: 100;
  }
  #mobilePageOverlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    min-width: 480px;
  }
  #mobileNav {
    top: 78px;
    overflow: hidden;
    min-height: 500px;
    min-width: 480px;
  }
  #mobileNav .mobileNavInner {
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 480px;
  }
  #mobileNav ul {
    width: 480px;
    margin: 0 auto;
    list-style: none;
  }
  #mobileNav li {
    border-bottom: 1px solid #BDBDBD;
    background: #ffffff;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
  }
  #mobileNav li.isParent {
    background: url("../Images/icon/mobilenav-is-parent.png") no-repeat 17px 15px #fff;
  }
  #mobileNav li.isParent a {
    font-weight: bold;
    color: #191919;
  }
  #mobileNav li a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 80px 10px 40px;
    color: #005EA6;
    font-weight: normal;
    position: relative;
  }
  #mobileNav li a.active {
    color: #191919;
  }
  #mobileNav li span.hasSubsIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: transparent url("../Images/icon/mobilenav-hassubs.png") no-repeat right center;
  }
  #pageHeader {
    background-position: 0 -35px;
  }
  #pageHeader header {
    padding-top: 68px;
  }
  #pageNav {
    z-index: 101;
  }
  #pageNav, #nav {
    height: 68px;
  }
  #metaNav {
    top: 5px;
  }
  #indexLink, #indexLink a, #branding {
    height: 68px;
    width: 126px;
    left: 10px;
  }
  #branding img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .topicPage #pageHeader {
    background: transparent url("../Images/bg/header-bar-topic.png") repeat-x 0 -35px;
  }
  /* teaserList */
  .teaserList h1 {
    margin-right: 20px;
  }
  .teaserList article {
    float: none;
    width: auto;
  }
  .infoTeaser article {
    padding: 15px 20px 30px 60px;
  }
  .mainContent, .additionalContent {
    float: none;
    width: 100%;
    clear: both;
  }
  .employeeTable tbody td.email {
    width: auto;
  }
  .indexpageTeaserList {
    margin-right: 0;
  }
  .indexpageTeaserList .indexpageTeaser {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .printAndPDF {
    display: none;
  }
  #pageFooter footer.grid {
    width: 480px;
    padding: 0 0 20px 0;
  }
  #footerNav ul {
    padding: 0;
    margin-bottom: 30px;
  }
  #footerNav ul li {
    border-bottom: 1px solid #F0F0F0;
  }
  #footerNav ul li a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 33px;
    border-bottom: 1px solid #7f7f7f;
    background: transparent url("../Images/icon/footernav-mobile.png") no-repeat 10px 17px;
  }
  #footerBranding {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    padding: 10px;
    width: auto;
    background-position: 10px 0;
  }
  #footerBranding .row a:last-child {
    float: none;
    margin: 0 0 0 20px;
  }
  #footerCopyright {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    padding-left: 10px;
  }
  .imageTeaser article {
    height: auto;
  }
  .imageTeaser article .image {
    width: 100%;
    position: static;
  }
  .imageTeaser article .teaserText {
    width: 100%;
    height: 140px;
    position: static;
  }
  .imageTeaser .slideshowController .pageBrowser {
    display: block;
    width: 98%;
  }
  .imageTeaser .slideshowController .slideLeft, .imageTeaser .slideshowController .slideRight {
    bottom: 180px;
  }
  .slideshowController .slideLeft,
  .slideshowController .slideRight {
    bottom: 160px;
  }
  /* sliderNav */
  #slideContainer {
    width: 400%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  #navLevel-1 {
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
  }
  #navLevel-2 {
    position: absolute;
    width: 25%;
    left: 25%;
    top: 0;
  }
  #navLevel-3 {
    position: absolute;
    width: 25%;
    left: 50%;
    top: 0;
  }
  #navLevel-4 {
    position: absolute;
    width: 25%;
    left: 75%;
    top: 0;
  }
  #slideContainer .backToLink {
    width: 480px;
    margin: 0 auto;
    height: 30px;
  }
  /******************************
  *
  *  RoyalSlider White Controls Skin
  *
  *    1. Arrows
  *    2. Bullets
  *    3. Thumbnails
  *    4. Tabs
  *    5. Fullscreen button
  *    6. Play/close video button
  *    7. Preloader
  *    8. Caption
  *
  *  Sprite: 'rs-minimal-white.png'
  *  Feel free to edit anything
  *  If you don't some part - just delete it
  *
  ******************************/
  /* Background */
  .rsMinW,
  .rsMinW .rsOverflow,
  .rsMinW .rsSlide,
  .rsMinW .rsVideoFrameHolder,
  .rsMinW .rsThumbs {
    background: #000;
    color: #FFF;
  }
  /***************
  *
  *  1. Arrows
  *
  ****************/
  .rsMinW .rsArrow {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
  }
  .rsMinW .rsArrowLeft {
    right: 37px;
    bottom: 7px;
  }
  .rsMinW .rsArrowRight {
    right: 7px;
    bottom: 7px;
  }
  .rsMinW .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url("../Images/icon/rs-minimal-white.png") transparent;
    border-radius: 2px;
  }
  .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px;
  }
  .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px;
  }
  .rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px;
  }
  .rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px;
  }
  .rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    *display: none;
  }
  /***************
  *
  *  2. Bullets
  *
  ****************/
  .rsMinW .rsBullets {
    float: right;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
  }
  .rsMinW .rsBullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px 4px;
  }
  .rsMinW .rsBullet span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CCC;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    outline: 1px solid black;
  }
  .rsMinW .rsBullet.rsNavSelected span {
    background: #000;
  }
  /***************
  *
  *  3. Thumbnails
  *
  ****************/
  .rsMinW .rsThumbsHor {
    width: 100%;
    height: auto;
  }
  .rsMinW .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rsMinW.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
  }
  .rsMinW.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
  }
  .rsMinW .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
  }
  .rsMinW .rsThumb img {
    width: 100%;
    height: 100%;
  }
  .rsMinW .rsThumb.rsNavSelected {
    background: #333;
  }
  .rsMinW .rsThumb.rsNavSelected img {
    filter: alpha(opacity=40);
    opacity: 0.7;
  }
  .rsMinW .rsThumb.rsNavSelected span.thumbIco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    border: 2px solid rgba(255, 255, 255, 0.9);
    -webkit-backface-visibility: hidden;
  }
  .rsMinW .rsTmb {
    display: block;
  }
  /* Thumbnails arrow icons */
  .rsMinW .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
  }
  .rsMinW.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
  }
  .rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
  }
  .rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
  }
  .rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
  }
  .rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
  }
  .rsMinW .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url("../Images/icon/rs-minimal-white.png");
  }
  .rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
  }
  .rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
  }
  .rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
  }
  .rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
  }
  .rsMinW .rsThumbsArrowDisabled {
    display: none !important;
  }
  /* Thumbnails resizing on smaller screens */
}
@media screen and (max-width: 640px) and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsMinW .rsThumbsHor {
    height: 44px;
  }
  .rsMinW .rsThumbsVer {
    width: 59px;
  }
}
@media screen and (max-width: 640px) {
  /***************
  *
  *  4. Tabs
  *
  ****************/
  .rsMinW .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
  }
  .rsMinW .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #000;
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    *display: inline;
    *zoom: 1;
  }
  .rsMinW .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .rsMinW .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
  }
  .rsMinW .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  }
  .rsMinW .rsTab.rsNavSelected {
    color: #000;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB);
  }
  /***************
  *
  *  5. Fullscreen button
  *
  ****************/
  .rsMinW .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
  }
  .rsMinW .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("../Images/icon/rs-minimal-white.png") 0 0 transparent;
  }
  .rsMinW .rsFullscreenIcn:hover {
    opacity: 0.8;
  }
  .rsMinW.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
  }
  /***************
  *
  *  6. Play/close video button
  *
  ****************/
  .rsMinW .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
  }
  .rsMinW .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    border-radius: 4px;
    transition: 0.3s;
    background: url(../Images/icon/rs-minimal-white.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
  }
  .rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsMinW .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
  }
  .rsMinW .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  .rsMinW .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
  }
  .rsMinW .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("../Images/icon/rs-minimal-white.png") -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
  }
  .rsMinW .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  /***************
  *
  *  7. Preloader
  *
  ****************/
  .rsMinW .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../preloaders/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
  }
  /***************
  *
  *  8. Global caption
  *
  ****************/
  .rsMinW .rsGCaption {
    position: absolute;
    float: none;
    bottom: 0px;
    left: 0px;
    right: 0;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
  }
  .imageTeaser article .image {
    height: 211px;
  }
  #authorSelect {
    display: none;
  }
  .imageGallery ul {
    display: none;
  }
  /* v1.0.4 */
  /* Core RS CSS file. 95% of time you shouldn't change anything here. */
  .royalSlider {
    width: 480px;
    height: 320px;
    position: relative;
    direction: ltr;
  }
  .royalSlider > * {
    float: left;
  }
  .rsWebkit3d .rsSlide,
  .rsWebkit3d .rsContainer,
  .rsWebkit3d .rsThumbs,
  .rsWebkit3d .rsPreloader,
  .rsWebkit3d img,
  .rsWebkit3d .rsOverflow,
  .rsWebkit3d .rsBtnCenterer,
  .rsWebkit3d .rsAbsoluteEl,
  .rsWebkit3d .rsABlock,
  .rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
  }
  .rsFade.rsWebkit3d .rsSlide,
  .rsFade.rsWebkit3d img,
  .rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
  }
  .rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
  }
  .rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsArrow,
  .rsThumbsArrow {
    cursor: pointer;
  }
  .rsThumb {
    float: left;
    position: relative;
  }
  .rsArrow,
  .rsNav,
  .rsThumbsArrow {
    opacity: 1;
    transition: opacity 0.3s linear;
  }
  .rsHidden {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  }
  .rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
  }
  /* Fullscreen options, very important ^^ */
  .royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
  }
  .royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    transition: 0s;
    display: none;
  }
  .rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .royalSlider.rsAutoHeight,
  .rsAutoHeight .rsSlide {
    height: auto;
  }
  .rsContent {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .rsPreloader {
    position: absolute;
    z-index: 0;
  }
  .rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;
  }
  .rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  }
  .rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
  }
  .rsTabs {
    float: left;
    background: none !important;
  }
  .rsTabs,
  .rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsVideoContainer {
    /*left: 0;
    top: 0;
    position: absolute;*/
    /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
  }
  .rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: 0.3s;
  }
  .rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
  }
  .rsVideoContainer iframe,
  .rsVideoContainer video,
  .rsVideoContainer embed,
  .rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* ios controls over video bug, shifting video */
  .rsVideoContainer.rsIOSVideo iframe,
  .rsVideoContainer.rsIOSVideo video,
  .rsVideoContainer.rsIOSVideo embed {
    box-sizing: border-box;
    padding-right: 44px;
  }
  .rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
  }
  img.rsImg {
    max-width: none;
  }
  .grab-cursor {
    cursor: url(../Images/grab.png) 8 8, move;
  }
  .grabbing-cursor {
    cursor: url(../Images/grabbing.png) 8 8, move;
  }
  .rsNoDrag {
    cursor: auto;
  }
  .rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif);
  }
}
.royalSlider {
  margin-bottom: 20px;
}

/* small screens */
/*@media screen and (min-width: 640px) and (max-width: 959px) {*/
@media screen and (min-width: 641px) and (max-width: 980px) {
  .grid {
    width: 620px;
  }
  #nav nav li a span {
    font-size: 14px;
    padding: 0 13px;
  }
  #navFlyout .colWrap-5col .col {
    width: 180px;
  }
  #navFlyout .colWrap-5col .col-4 {
    clear: left;
  }
  #pageFooter footer {
    padding-bottom: 65px;
    min-height: 215px;
    height: auto !important;
    height: 215px;
  }
  #footerBranding {
    top: 33px;
    width: 270px;
  }
  #footerBranding p {
    margin-right: 10px;
  }
  #footerAddress {
    position: static;
    top: auto;
    left: auto;
    margin: 0 0 0 60px;
  }
  #footerCopyright {
    width: auto;
    margin-right: 20px;
  }
  .teaserList article {
    float: none;
    width: auto;
  }
  .mainContent, .additionalContent {
    float: none;
    width: 100%;
    clear: both;
  }
  #mobileNav, #showMobileNav, #showMobileSearch {
    display: none;
  }
  .infoTeaser .slides {
    margin: 0 40px;
  }
  .imageTeaser article {
    height: auto;
  }
  .imageTeaser article .image {
    width: 100%;
    position: static;
  }
  .imageTeaser article .teaserText {
    width: 100%;
    height: 120px;
    position: static;
  }
  .imageTeaser .slideshowController .pageBrowser {
    width: 99%;
  }
  .slideshowController .slideLeft,
  .slideshowController .slideRight {
    bottom: 160px;
  }
  .royalSlider {
    display: none;
  }
}
/* large screens */
@media screen and (min-width: 981px) {
  .grid {
    width: 940px;
  }
  #mobileNav, #showMobileNav, #showMobileSearch {
    display: none;
  }
  #nav nav li {
    width: 140px;
    text-align: center;
  }
  #nav nav li a span {
    padding: 0;
  }
}