@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local('Istok Web Regular'), local('IstokWeb-Regular'), url('../com.helnwein.www.webapp.resource.HelnweinResources/css/../font/istok_web_regular.woff') format('woff');
}
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: local('Istok Web Bold'), local('IstokWeb-Bold'), url('../com.helnwein.www.webapp.resource.HelnweinResources/css/../font/istok_web_bold.woff') format('woff');
}
.LinksPage {
  width: 800px;
  min-height: 500px;
}
.LinksPage .link-group .title {
  color: #7796a7;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.LinksPage .link-group .subtitle {
  color: #7796a7;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 12px;
}
.LinksPage .link-group .link {
  margin-left: 50px;
  margin-bottom: 20px;
}
.LinksPage .link-group .link .external-link {
  color: #db417f;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.LinksPage .link-group .link .description {
  color: #7796a7;
  font-size: 15px;
}
.GuestbookPage h1 {
  color: #7796A7;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
}
.GuestbookPage #feedback {
  color: #DB417F;
  margin-top: 10px;
  margin-bottom: 10px;
}
.GuestbookPage .new-entry-form {
  border-bottom: 1px solid #283841;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 800px;
}
.GuestbookPage .new-entry-form table td {
  padding-bottom: 5px;
}
.GuestbookPage .new-entry-form table td:first-child {
  width: 220px;
  text-align: right;
  padding-right: 10px;
  color: #7796A7;
  font-size: 15px;
  vertical-align: top;
}
.GuestbookPage .new-entry-form table td.error {
  color: #DB417F;
}
.GuestbookPage .new-entry-form table input {
  width: 570px;
  border: 1px solid #283841;
  background: #000000;
  color: #7796A7;
  padding: 3px;
}
.GuestbookPage .new-entry-form table input[type=submit] {
  width: 570px;
  border: none;
  background: none;
  color: #DB417F;
  font-size: 26px;
  font-weight: 400;
  padding: 3px;
  cursor: pointer;
}
.GuestbookPage .new-entry-form table textarea {
  color: #7796A7;
  width: 570px;
  height: 100px;
  border: 1px solid #283841;
  background: #000000;
  padding: 3px;
}
.GuestbookPage .gustbook-entry {
  border-bottom: 1px solid #283841;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 800px;
}
.GuestbookPage .gustbook-entry .date-label {
  color: #7796A7;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}
.GuestbookPage .gustbook-entry .user-name-label {
  color: #DB417F;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
}
.GuestbookPage .gustbook-entry .site-label {
  color: #7796A7;
  font-size: 13px;
  font-weight: 600;
}
.GuestbookPage .gustbook-entry .country-label {
  color: #7796A7;
  font-size: 13px;
  font-weight: 600;
}
.GuestbookPage .gustbook-entry .referer-label {
  color: #7796A7;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}
.GuestbookPage .gustbook-entry .reply-label {
  color: #7796A7;
  font-size: 15px;
  margin-top: 10px;
}
.GuestbookPage .gustbook-entry .abstract {
  color: #FFFFFF;
  font-size: 17px;
  clear: both;
  padding-top: 10px;
}
.GuestbookPage .captcha {
  margin-top: 10px;
}
.GuestbookPage .captcha img {
  width: 100px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.GuestbookPage .captcha div {
  padding-top: 10px;
}
.GuestbookPage .captcha a {
  color: #7796A7;
  font-size: 13px;
}
#print-modal {
  background: #FFF;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -465px;
  padding: 0 68px;
  width: 794px;
  box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 10px #000;
}
#print-modal-content {
  margin: 68px 0;
  border: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#print-modal-controls {
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  top: 15px;
  left: 50%;
  margin: 0 0 0 -81px;
  position: fixed;
  padding: 5px 0;
  background: rgba(250, 250, 250, 0.75);
}
#print-modal-controls a {
  color: #FFF;
  display: block;
  float: left;
  height: 32px;
  text-decoration: none;
  text-indent: -999em;
  width: 80px;
}
#print-modal-controls a:hover {
  opacity: 0.75;
}
#print-modal-controls a.print {
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/icon-print.png') no-repeat 50% 50%;
}
#print-modal-controls a.close {
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/icon-close.png') no-repeat 50% 50%;
}
html {
  background: #000000;
}
body {
  color: #FFFFFF;
  height: 100%;
  font-family: 'Istok Web', sans-serif;
}
strong {
  font-weight: 600;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
  max-height: 100%;
  overflow-y: auto;
}
#footer > a {
  float: right;
  cursor: pointer;
  color: #445863;
  padding: 5px;
  display: block;
  padding-left: 25px;
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/footer-up.png') no-repeat 5px 8px rgba(0, 0, 0, 0.9);
}
#footer > a.opened {
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/footer-down.png') no-repeat 5px 8px rgba(0, 0, 0, 0.9);
}
#footer .slider {
  clear: both;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}
body.no-print * {
  display: block;
}
div.no-print-text {
  display: none;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.main-menu {
  font-family: sans-serif;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 50px;
}
.main-menu h1 {
  text-transform: uppercase;
}
.main-menu h1 span.category {
  font-weight: bold;
  color: #445863;
}
.main-menu h1 span {
  float: left;
  display: block;
  font-size: 80px;
  color: #283841;
  overflow: hidden;
}
.main-menu ul {
  clear: both;
  margin-left: 5px;
}
.main-menu a,
.main-menu a:visited,
.main-menu a:hover {
  color: #445863;
  font-weight: bold;
  text-transform: uppercase;
}
.main-menu a.row-0,
.main-menu a.row-0:visited,
.main-menu a.row-0:hover {
  color: #445863;
}
.main-menu a.row-1,
.main-menu a.row-1:visited,
.main-menu a.row-1:hover {
  color: #445863;
}
.main-menu li {
  display: block;
  float: left;
  font-size: 15px;
  padding-right: 3px;
  margin-top: -18px;
}
.main-menu li a {
  padding-top: 10px;
  display: block;
  position: relative;
  z-index: 100;
}
.main-menu a.selected,
.main-menu a.selected:visited,
.main-menu a.selected:hover {
  color: #ffffff;
}
.contentwrapper .left {
  float: left;
  width: 150px;
  margin-left: 15px;
}
.contentwrapper .main-with-left {
  margin-left: 170px;
  overflow: hidden;
}
.submenu {
  width: 150px;
  font-family: sans-serif;
}
.submenu a,
.submenu a:visited,
.submenu a:hover {
  color: #445863;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
}
.submenu a.guestbook-new-link,
.submenu a.guestbook-new-link:visited,
.submenu a.guestbook-new-link.selected:hover,
.submenu a.guestbook-new-link.selected,
.submenu a.guestbook-new-link.selected:visited,
.submenu a.guestbook-new-link.selected:hover {
  color: #DB417F;
  font-weight: normal;
  padding-right: 10px;
}
.submenu li {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.submenu li.header {
  border-bottom: 1px solid #283841;
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 11px;
  margin-top: 20px;
  width: 130px;
}
.submenu li.header:first-child {
  margin-top: 0px;
}
.submenu a.selected,
.submenu a.selected:visited,
.submenu a.selected:hover {
  color: #ffffff;
}
.print-header {
  color: #445863;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}
.facets {
  width: 150px;
  font-family: sans-serif;
}
.facets a,
.facets a:visited,
.facets a:hover {
  color: #445863;
  font-weight: 400;
  padding-right: 10px;
}
.facets li {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
}
.facets a.selected,
.facets a.selected:visited,
.facets a.selected:hover {
  color: #ffffff;
}
.facets a.selected .sub-label,
.facets a.selected:hover .sub-label {
  color: #ffffff;
}
.facets a .sub-label {
  color: #445863;
  font-size: 10px;
}
.actions {
  padding-bottom: 5px;
  width: 150px;
  font-family: sans-serif;
}
.actions a,
.actions a:visited,
.actions a:hover {
  color: #445863;
  font-weight: 400;
  padding-right: 10px;
}
.actions li {
  width: 100%;
  display: block;
  cursor: pointer;
  padding-bottom: 5px;
}
.actions a.selected,
.actions a.selected:visited,
.actions a.selected:hover {
  color: #ffffff;
}
.fullheightwrapper a.news:link,
.fullheightwrapper a.news:visited,
.fullheightwrapper a.news:hover,
.fullheightwrapper a.news:active {
  color: #FFF
    position: absolute;
  right: 30px;
  top: 0px;
  width: 150px;
}
.fullheightwrapper a.news:link div.text,
.fullheightwrapper a.news:visited div.text,
.fullheightwrapper a.news:hover div.text,
.fullheightwrapper a.news:active div.text {
  padding: 10px;
  color: #ffffff;
}
.fullheightwrapper a.news:link div.time,
.fullheightwrapper a.news:visited div.time,
.fullheightwrapper a.news:hover div.time,
.fullheightwrapper a.news:active div.time {
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
}
.fullheightwrapper .image-title {
  position: absolute;
  bottom: 25px;
  left: 0px;
  display: block;
  width: auto;
  color: #7A8B94;
  font-size: 15px;
  margin-left: 17px;
}
.fullheightwrapper {
  height: 100%;
  background-size: 100% auto;
  min-width: 1024px;
  min-height: 800px;
}
.fullheightwrapper .news {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 150px;
}
.fullheightwrapper .news div.text {
  background-color: #283841;
  padding: 10px;
}
.fullheightwrapper .news div.time {
  background-color: #445863;
  padding: 10px;
  font-size: 12px;
}
.fullheightwrapper .submenu a,
.fullheightwrapper .submenu a:visited,
.fullheightwrapper .submenu a:hover {
  color: #283841;
}
.fullheightwrapper .main-menu h1 span {
  color: #283841;
}
.fullheightwrapper .main-menu h1 span.category {
  color: #445863;
}
.fullheightwrapper .main-menu a,
.fullheightwrapper .main-menu a:visited,
.fullheightwrapper .main-menu a:hover {
  color: #445863;
}
.fullheightwrapper .main-menu a.row-0,
.fullheightwrapper .main-menu a.row-0:visited,
.fullheightwrapper .main-menu a.row-0:hover {
  color: #445863;
}
.fullheightwrapper .main-menu a.row-1,
.fullheightwrapper .main-menu a.row-1:visited,
.fullheightwrapper .main-menu a.row-1:hover {
  color: #283841;
}
.fullheightwrapper .main-menu a.selected,
.fullheightwrapper .main-menu a.selected:visited,
.fullheightwrapper .main-menu a.selected:hover {
  color: #ffffff;
}
.fullheightwrapper.contact .news div.text {
  background-color: #ad9191;
}
.fullheightwrapper.contact .news div.time {
  background-color: #e7e0ea;
}
.fullheightwrapper.contact .submenu a,
.fullheightwrapper.contact .submenu a:visited,
.fullheightwrapper.contact .submenu a:hover {
  color: #ad9191;
}
.fullheightwrapper.contact .main-menu h1 span {
  color: #ad9191;
}
.fullheightwrapper.contact .main-menu h1 span.category {
  color: #e7e0ea;
}
.fullheightwrapper.contact .main-menu a,
.fullheightwrapper.contact .main-menu a:visited,
.fullheightwrapper.contact .main-menu a:hover {
  color: #e7e0ea;
}
.fullheightwrapper.contact .main-menu a.row-0,
.fullheightwrapper.contact .main-menu a.row-0:visited,
.fullheightwrapper.contact .main-menu a.row-0:hover {
  color: #e7e0ea;
}
.fullheightwrapper.contact .main-menu a.row-1,
.fullheightwrapper.contact .main-menu a.row-1:visited,
.fullheightwrapper.contact .main-menu a.row-1:hover {
  color: #e7e0ea;
}
.fullheightwrapper.contact .main-menu a.selected,
.fullheightwrapper.contact .main-menu a.selected:visited,
.fullheightwrapper.contact .main-menu a.selected:hover {
  color: #ffffff;
}
.IntroPage {
  max-height: 100%;
  overflow: hidden;
}
.IntroPage .domain {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  left: 0px;
  display: block;
  width: auto;
  color: #7A8B94;
  font-size: 30px;
  margin-left: 17px;
  height: 30px;
}
.IntroPage .image-title {
  position: absolute;
  bottom: 25px;
  left: 0px;
  display: block;
  width: auto;
  color: #7A8B94;
  font-size: 15px;
  margin-left: 17px;
}
.IntroPage .intro-slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.IntroPage .bx-wrapper {
  margin-bottom: 0px;
}
.IntroPage .bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 transparent;
  border: 0px;
  box-shadow: 0 0 0px transparent;
  margin-bottom: 0px;
  left: 0px;
}
.IntroPage .bx-wrapper .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 12px;
  width: auto;
  left: 10px;
}
.IntroPage .bx-wrapper .bx-pager.bx-default-pager a {
  height: 5px;
  width: 5px;
  opacity: 0.33;
}
.IntroPage .bx-wrapper .bx-pager.bx-default-pager a:hover,
.IntroPage .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none repeat scroll 0 0 #FFFFFF;
  opacity: 1;
}
.IntroPage .bx-wrapper .intro-slide {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.IntroPage .links {
  position: absolute;
  bottom: 25px;
  right: 20px;
  display: block;
  width: auto;
}
.IntroPage .links div {
  float: left;
  margin-left: 12px;
}
.IntroPage .links div > span {
  color: #7A8B94;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 2s linear;
  -webkit-transition: color 2s linear;
  -moz-transition: color 2s linear;
}
.grid-item {
  float: left;
  width: 255px;
  height: 300px;
  margin-bottom: 20px;
  padding-right: 20px;
  border-top: #7796a7 1px solid;
}
.grid-item .date {
  float: left;
  margin-top: -10px;
  margin-left: -20px;
  padding-right: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7796a7;
  font-size: 14px;
  background: #000000 url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/timeline-separator.png') right center no-repeat;
  width: 30px;
  padding-left: 20px;
}
.grid-item .document {
  margin-top: 20px;
}
.grid-item .document .dateheader {
  font-weight: 400;
  padding-top: 5px;
  color: #ffffff;
}
.grid-item .document .header {
  padding-top: 2px;
  color: #7796a7;
}
.grid-item .document img {
  width: 255px;
  height: 200px;
}
.grid-item a {
  border: none;
}
.grid-item a:selected {
  border: none;
}
.grid-item a:visited {
  border: none;
}
.video-document:first-child {
  padding-top: 8px;
}
.video-document {
  margin-bottom: 40px;
}
.video-document .legend {
  color: #7796a7;
  margin-top: 10px;
}
.video-document .legend .dateheader {
  font-weight: 600;
}
.video-document .play {
  position: absolute;
  top: 0px;
  width: 600px;
  height: 364px;
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/play.png') no-repeat center center;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}
.group-preview-container.singleton {
  margin-top: 0px;
}
.group-preview-container {
  float: left;
  width: 100%;
  color: #7796a7;
  margin-top: -15px;
}
.group-preview-container div.group-selector {
  position: relative;
  right: 0px;
  width: 60px;
  height: 20px;
  background: #000000 url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/group-selector.png') left top no-repeat;
}
.group-preview-container div.group-preview {
  margin-right: 50px;
  margin-bottom: 20px;
  padding: 10px;
  background: #1F1F1F;
}
.group-preview-container a {
  color: #7796a7;
  text-decoration: underline;
}
.group-preview-container a:selected {
  color: #7796a7;
  text-decoration: underline;
}
.group-preview-container a:visited {
  color: #7796a7;
  text-decoration: underline;
}
.group-preview-container a:hover {
  color: #7796a7;
  text-decoration: underline;
}
.group-preview-container .subheader {
  font-weight: bold;
}
.group-preview-container .thumbnails {
  margin-top: 10px;
}
.group-preview-container .thumbnails img {
  float: left;
  height: 127px;
  padding: 10px;
}
.quote {
  width: 800px;
  padding-bottom: 50px;
  margin-bottom: 45px;
}
.quote .text {
  font-size: 30px;
  padding-top: 5px;
  color: #e9f4fa;
  font-weight: 300;
}
.quote .author {
  font-size: 25px;
  padding-top: 2px;
  font-weight: bold;
  color: #526b79;
}
.quote .author_description {
  font-size: 19px;
  padding-top: 2px;
  color: #526b79;
}
.quote .source {
  font-size: 15px;
  margin-top: 5px;
  text-decoration: underline;
  float: right;
  cursor: pointer;
  color: #526b79;
}
.quote .source-container {
  display: none;
}
.quote.feedback .text {
  font-size: 24px;
}
.list-quotes .quote {
  margin-bottom: 5px;
  padding-bottom: 15px;
}
.list-quotes .quote .text {
  font-size: 16px;
  padding-top: 3px;
}
.list-quotes .quote .author {
  font-size: 14px;
  padding-top: 2px;
}
.list-quotes .quote .author_description {
  font-size: 12px;
  padding-top: 2px;
}
.list-quotes .quote .source {
  font-size: 12px;
  margin-top: 5px;
}
.collection {
  width: 800px;
  margin-bottom: 17px;
}
.collection .text {
  font-size: 20px;
  padding-top: 5px;
  color: #e9f4fa;
  font-weight: 300;
}
.collection .author {
  font-size: 15px;
  padding-top: 2px;
  font-weight: bold;
  color: #597381;
}
.quote.last {
  background: none;
  margin-bottom: 50px;
}
.languages {
  clear: both;
  color: #445863;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.languages .top {
  height: 20px;
  width: 100%;
}
.languages .bottom {
  clear: both;
  height: 1px;
  width: 100%;
}
.languages li {
  float: left;
  display: block;
}
.languages li a {
  display: block;
  padding: 15px;
  color: #445863;
}
.languages li a.selected {
  color: #ffffff;
}
.social-media-bar {
  clear: both;
  width: 334px;
  height: 43px;
  margin: 0 0 0 0px;
  background-image: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/social-media-bar.png');
}
.social-media-bar a {
  float: left;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
  border: none;
  width: 40px;
}
.social-media-bar span {
  display: none;
}
.sitemap {
  clear: both;
  padding-bottom: 20px;
  max-width: 1201px;
}
.sitemap .domain-name {
  color: #445863;
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
.sitemap .domain-intro {
  color: #445863;
  margin-left: 15px;
  margin-bottom: 25px;
  font-size: 15px;
}
.sitemap .hr {
  color: #445863;
  background: #445863;
  height: 1px;
  font-size: 0;
  border: 0;
  width: 100%;
}
.sitemap .sitemap-list .category {
  float: left;
  margin-left: 15px;
  margin-right: 50px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.sitemap .sitemap-list .category a,
.sitemap .sitemap-list .category a:visited,
.sitemap .sitemap-list .category a:hover {
  color: #445863;
}
.sitemap .sitemap-list .category a div,
.sitemap .sitemap-list .category a:visited div,
.sitemap .sitemap-list .category a:hover div {
  color: #445863;
}
.sitemap .sitemap-list .category li a,
.sitemap .sitemap-list .category li a:visited,
.sitemap .sitemap-list .category li a:hover {
  display: block;
  text-transform: none;
  color: #445863;
  font-weight: normal;
  padding-top: 3px;
}
.sitemap .sitemap-list .category li a div,
.sitemap .sitemap-list .category li a:visited div,
.sitemap .sitemap-list .category li a:hover div {
  color: #445863;
}
.sites {
  width: 100%;
}
.detail-article {
  min-height: 500px;
  width: 800px;
}
.detail-article .article-header .header {
  color: #e9f4fa;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.detail-article .article-header .subheader {
  color: #7796a7;
  font-weight: bold;
  text-transform: uppercase;
}
.detail-article .article-header .subheader-small {
  color: #7796a7;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.detail-article .article-header .subheader-subtitle {
  color: #7796a7;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.detail-article .article-header .abstract {
  color: #7796a7;
  font-weight: 500;
  font-size: 17px;
}
.detail-article .article-header .header-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail-article .article-header img {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.detail-article .article-image {
  margin-bottom: 20px;
}
.detail-article .article-image .subheader1 {
  color: #445863;
  font-weight: bold;
  font-size: 15px;
}
.detail-article .article-image .subheader2 {
  color: #283841;
  font-weight: bold;
  font-size: 13px;
}
.detail-article .article-paragraph {
  margin-bottom: 14px;
}
.detail-article .article-paragraph img {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.detail-article .article-paragraph p,
.detail-article .article-paragraph div {
  color: #ecf7fd;
  font-size: 15px;
}
.detail-article .article-paragraph p a,
.detail-article .article-paragraph div a {
  color: #445863;
  font-weight: bold;
  text-decoration: underline;
}
.detail-article .article-paragraph .paragraph-header {
  font-weight: bold;
  margin-bottom: 5px;
}
.detail-article .link-paragraph {
  margin-bottom: 10px;
  font-size: 15px;
  color: #ecf7fd;
}
.detail-article .link-paragraph a {
  color: #445863;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.imagedetailwrapper .click-container {
  position: absolute;
  top: 0px;
  cursor: pointer;
  height: 100%;
  width: 50%;
}
.imagedetailwrapper .click-container .paging-hint {
  width: 32px;
  height: 32px;
  position: relative;
  top: 50%;
  margin-top: -15px;
  transition: opacity 0.35s linear 0s;
  opacity: 0.5;
}
.imagedetailwrapper .click-container .paging-hint span {
  display: none;
}
.imagedetailwrapper .image-click-left-container .paging-hint {
  left: 10px;
  background-image: url("../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/controls.png");
}
.imagedetailwrapper .image-click-right-container {
  left: 50%;
}
.imagedetailwrapper .image-click-right-container .paging-hint {
  left: 100%;
  margin-left: -42px;
  background: url("../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
}
.imagedetailwrapper .image-options {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  background-color: rgba(68, 88, 99, 0.3);
}
.imagedetailwrapper .image-options a {
  display: block;
  float: right;
  padding: 5px;
  color: rgba(256, 256, 256, 0.5);
  text-transform: uppercase;
  cursor: pointer;
}
.imagedetailwrapper .image-options a.share-link {
  background-position: 5px 5px;
}
a.share-link {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 1px;
  margin-left: 3px;
  padding: 0px;
}
a.share-link-googleplus {
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/social-google-plus.png?2') no-repeat;
}
a.share-link-twitter {
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/social-twitter.png?2') no-repeat;
}
a.share-link-facebook {
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/social-facebook.png?2') no-repeat;
}
.imagedetailwrapper {
  text-align: center;
  height: 100%;
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/ajax-loader.gif') center center no-repeat;
}
.imagedetailwrapper img {
  display: none;
}
.imagedetailwrapper .scroll-up {
  cursor: pointer;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/scroll-up.png') center center rgba(0, 0, 0, 0.6) no-repeat;
}
.imagedetailwrapper .scroll-down {
  cursor: pointer;
  position: fixed;
  top: 40px;
  left: 0px;
  height: 40px;
  width: 40px;
  background: url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/scroll-down.png') center center rgba(0, 0, 0, 0.6) no-repeat;
}
.image-bottom-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  color: #445863;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  border-top: 100px transparent;
}
.image-bottom-bar .texts {
  overflow: hidden;
  margin-top: 5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  padding-bottom: 20px;
}
.image-bottom-bar .texts span {
  padding-left: 5px;
}
.image-bottom-bar .texts .technique {
  font-weight: normal;
}
.image-bottom-bar .texts .comma {
  padding-left: 0px;
}
.image-bottom-bar .texts .photographer {
  float: right;
  font-size: 0.8em;
  max-width: 150px;
}
.image-bottom-bar .texts .name {
  font-weight: 700;
  padding-left: 10px;
}
.image-bottom-bar .texts a,
.image-bottom-bar .texts a:visited,
.image-bottom-bar .texts a:hover {
  color: white;
}
.image-bottom-bar .thumbnails {
  clear: both;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.image-bottom-bar .thumbnails div {
  float: left;
}
.image-bottom-bar .thumbnails div img {
  height: 60px;
  margin-left: 10px;
  border: 2px solid black;
}
.image-bottom-bar .thumbnails div.paging img {
  height: auto;
  margin-top: 20px;
  border: none;
}
.image-bottom-bar .thumbnails div img.current {
  border: 2px solid white;
}
.image-bottom-bar .thumbnail-footer {
  background: black;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1000;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container li > span > div {
  border: 1px solid black;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container li > span > div.current {
  border: 1px solid white;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container .bx-wrapper {
  margin-top: 00px;
  margin-bottom: 40px;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container .bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 transparent;
  border: 0px;
  box-shadow: 0 0 0px transparent;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container .bx-wrapper .bx-pager.bx-default-pager a:hover,
.image-bottom-bar .thumbnail-footer .thumbnail-container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none repeat scroll 0 0 #FFFFFF;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container .bx-wrapper .bx-prev {
  background: url("../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0);
  left: 10px;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container .bx-wrapper .bx-next {
  background: url("../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../image/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
  right: 10px;
}
.image-bottom-bar .thumbnail-footer .thumbnail-container .bx-wrapper .bx-pager {
  padding-bottom: 10px;
}
.teaser {
  border-bottom: 1px solid #283841;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  width: 800px;
  color: #7796a7;
  font-weight: 500;
}
.teaser div {
  margin-bottom: 5px;
}
.article-list {
  border-bottom: 1px solid #283841;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 800px;
}
.article-list .header {
  color: #db417f;
  font-size: 24px;
  font-weight: 400;
  line-height: 105%;
  margin-bottom: 3px;
}
.article-list .subheader {
  color: #7796a7;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
}
.article-list .subheader-small {
  color: #7796a7;
  font-size: 15px;
  font-weight: normal;
}
.article-list .source {
  color: #7796a7;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
.article-list .source-small {
  color: #7796a7;
  font-size: 15px;
  font-weight: normal;
}
.article-list .subheader-subtitle {
  color: #7796a7;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.article-list .abstract {
  color: #7796a7;
  font-size: 15px;
}
.article-list .more {
  color: #db417f;
  font-size: 15px;
}
.article-list img {
  width: 150px;
  float: left;
}
.article-list .right {
  margin-left: 160px;
}
.article-list .date-left {
  width: 127px;
  float: left;
}
.org-article-list {
  padding-bottom: 20px;
  width: 800px;
}
.org-article-list .header {
  color: #db417f;
  font-size: 14px;
  font-weight: 400;
  line-height: 105%;
  margin-bottom: 3px;
}
.org-article-list .header a {
  color: #db417f;
}
.org-article-list .header a span,
.org-article-list .header a:selected span,
.org-article-list .header a:visited span {
  color: #db417f;
}
.org-article-list .subheader {
  color: #7796a7;
  font-size: 12px;
}
.videodetailwrapper {
  position: absolute;
  width: 640px;
  height: 360px;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -180px;
}
#toTop {
  width: 100px;
  position: fixed;
  bottom: 40px;
  left: 15px;
  cursor: pointer;
  display: none;
  font-size: 12px;
  color: #445863;
  z-index: 100;
}
#cms-link {
  position: absolute;
  top: 0;
  right: 0;
  cursor: crosshair;
  width: 10px;
  height: 10px;
}
.biography-list {
  border-bottom: 1px solid #283841;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 800px;
}
.biography-list .right {
  margin-left: 120px;
}
.biography-list .header {
  color: #40B3C8;
  font-size: 17px;
  font-weight: 400;
  line-height: 105%;
  margin-bottom: 3px;
}
.biography-list .subheader {
  color: #7796a7;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
}
.biography-list .subheader-small {
  color: #7796a7;
  font-size: 15px;
  font-weight: normal;
}
.biography-list .source {
  color: #7796a7;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
.biography-list .source-small {
  color: #7796a7;
  font-size: 15px;
  font-weight: normal;
}
.biography-list .subheader-subtitle {
  color: #7796a7;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.biography-list .abstract {
  color: #7796a7;
  font-size: 15px;
}
.biography-list .more {
  color: #40B3C8;
  font-size: 15px;
}
.biography-list img {
  width: 100px;
  float: left;
}
.biography-list .date-left {
  width: 100px;
  float: left;
}
.biography-list .highlighted-date {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 6px;
}
.options {
  float: right;
  width: 300px;
}
.options a {
  display: block;
  float: right;
  padding: 3px;
  color: #445863;
  text-transform: uppercase;
  cursor: pointer;
}
.options a.share-link {
  padding: 0px;
  margin-top: 3px;
  margin-right: 3px;
}
.options .dropdown {
  position: absolute;
  z-index: 9999999;
  display: none;
}
.options .dropdown .dropdown-menu,
.options .dropdown .dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: #FFF;
  border: solid 1px #DDD;
  border: solid 1px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}
.options .dropdown .dropdown-panel {
  padding: 10px;
}
.options .dropdown.dropdown-tip {
  margin-top: 8px;
}
.options .dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.options .dropdown.dropdown-tip.dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.options .dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}
.options .dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.options .dropdown.dropdown-scroll .dropdown-menu,
.options .dropdown.dropdown-scroll .dropdown-panel {
  max-height: 358px;
  overflow: auto;
}
.options .dropdown .dropdown-menu LI {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
}
.options .dropdown .dropdown-menu LI > A,
.options .dropdown .dropdown-menu LABEL {
  display: block;
  color: #555;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
  float: none;
}
.options .dropdown .dropdown-menu LI > A:hover,
.options .dropdown .dropdown-menu LABEL:hover {
  background-color: #445863;
  color: #FFF;
  cursor: pointer;
}
.options .dropdown .dropdown-menu .dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #E5E5E5;
  padding: 0;
  margin: 5px 0;
}
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local('Istok Web Regular'), local('IstokWeb-Regular'), url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../font/istok_web_regular.woff') format('woff');
}
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: local('Istok Web Bold'), local('IstokWeb-Bold'), url('../com.helnwein.www.webapp.HelnweinResourceBaseScope/resource/css/../font/istok_web_bold.woff') format('woff');
}
.bibliography-item {
  float: left;
  padding-right: 5px;
  padding-bottom: 2px;
}
.bibliography-item img {
  height: 140px;
}
?/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft, div.scaling_scrollingHotSpotLeft
{
	min-width: 75px;
	width: 35%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../image/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor: w-resize;
}

div.scaling_scrollingHotSpotLeft
{
z-index: 100;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../image/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight, div.scaling_scrollingHotSpotRight
{
	min-width: 75px;
	width: 35%;
	height: 100%;
	background-image: url(../image/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: e-resize;
}

div.scaling_scrollingHotSpotRight
{
z-index: 100;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../image/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../image/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../image/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../image/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #FFF;
	border: solid 1px #DDD;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	margin: 0;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 5px 0;
}

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropdown .undo A { background-image: url(icons/arrow-curve-180-left.png); }
.dropdown .redo A { background-image: url(icons/arrow-curve.png); }
.dropdown .cut A { background-image: url(icons/scissors.png); }
.dropdown .copy A { background-image: url(icons/document-copy.png); }
.dropdown .paste A { background-image: url(icons/clipboard.png); }
.dropdown .delete A { background-image: url(icons/cross-script.png); }

.fullheightwrapper .news div.text {
    background-color: ${color2};
}
.fullheightwrapper .news div.time {
    background-color: ${color1};
}
.fullheightwrapper .submenu a, .fullheightwrapper .submenu a:visited, .fullheightwrapper .submenu a:hover {
    color: ${color2};
}
.fullheightwrapper .main-menu h1 span {
    color: ${color2};
}
.fullheightwrapper .main-menu h1 span.category {
    color: ${color1};
}
.fullheightwrapper .main-menu a, .fullheightwrapper .main-menu a:visited, .fullheightwrapper .main-menu a:hover {
    color: ${color1};
}
.fullheightwrapper .main-menu a.row-0, .fullheightwrapper .main-menu a.row-0:visited, .fullheightwrapper .main-menu a.row-0:hover {
    color: ${color1};
}
.fullheightwrapper .main-menu a.row-1, .fullheightwrapper .main-menu a.row-1:visited, .fullheightwrapper .main-menu a.row-1:hover {
    color: ${color1};
}
.fullheightwrapper .main-menu a.selected, .fullheightwrapper .main-menu a.selected:visited, .fullheightwrapper .main-menu a.selected:hover {
    color: #FFFFFF;
}

.fullheightwrapper .image-title {
    color: ${color2};
}



