/* CSS-Resets. */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
.slub-button {
  height: 30px;
  color: #E40416;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: white;
  border: 1px solid #E40416;
  border-bottom: 3px solid #f30417;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
}
.slub-button.remove {
  border: 1px solid #606060;
  border-bottom: 3px solid #606060;
}
.slub-button.full-width {
  width: 100%;
}
.slub-button.destructive {
  background-color: #E40416;
  border: 1px solid white;
  border-bottom: 3px solid white;
  color: white;
}
.slub-button.noBorder {
  border: none;
}
.slub-button.noBackground {
  background-color: transparent;
}
a.slub-button {
  padding-top: 2.5px;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  width: 0;
}
span.hide-text {
  display: block;
}
.canary-class {
  display: none;
}
.popoverContent {
  display: none;
}
.popoverContent p {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.popoverContent .permalink {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  width: auto;
  height: auto;
}
.popoverContent input {
  width: 100%;
  color: #8e8e8e;
}
.popoverContent input::selection {
  background-color: rgba(0, 173, 199, 0.2);
}
.webui-popover-content .popoverContent {
  display: block;
  white-space: nowrap;
}
.webui-popover {
  background-color: #E40416 !important;
  border: none !important;
  border-radius: 0 !important;
  z-index: 110 !important;
}
.webui-popover .arrow {
  border-bottom-color: transparent !important;
}
.webui-popover .arrow::after {
  top: 2px !important;
  border-bottom-color: #E40416 !important;
}
/* Colordefinitions */
/* Colordefinitions */
.search h2,
.search a,
.search a:hover,
.search #primary table th,
.search #primary .biographyBox span.subHead,
.search #primary .categoryTeasers dd h4 a,
.search #primary .dropdown-menu > .active > a,
.search #primary .dropdown-menu > li > a:hover,
.search #primary .itemBody h3,
.search #primary .itemBody h3 a,
.search #secondary .rightnav ul li a:hover,
.search a.teaserMoreLink:hover {
  color: #E40416;
}
.search h3,
.search h4,
.search blockquote p,
.search #secondary .box h3 a {
  color: #E40416;
}
.search #secondary .rightnav ul li.active a {
  color: #E40416;
}
.search a:hover {
  color: #b20311;
  text-decoration: underline;
}
.search .specCategoryTitle {
  background: #E40416;
}
.search input.button {
  background: #E40416 !important;
}
.search input.button:hover {
  background: #cb0414 !important;
}
.search #nav ul li.navSearch .borderBottom {
  background-position: center 0;
}
.search #nav ul li.navSearch a {
  color: #E40416;
}
.service h2,
.service a,
.service a:hover,
.service #primary table th,
.service #primary .biographyBox span.subHead,
.service #primary .categoryTeasers dd h4 a,
.service #primary .dropdown-menu > .active > a,
.service #primary .dropdown-menu > li > a:hover,
.service #primary .itemBody h3,
.service #primary .itemBody h3 a,
.service #secondary .rightnav ul li a:hover,
.service a.teaserMoreLink:hover {
  color: #66C1B6;
}
.service h3,
.service h4,
.service blockquote p,
.service #secondary .box h3 a {
  color: #66C1B6;
}
.service #secondary .rightnav ul li.active a {
  color: #66C1B6;
}
.service a:hover {
  color: #46aea1;
  text-decoration: underline;
}
.service .specCategoryTitle {
  background: #66C1B6;
}
.service input.button {
  background: #66C1B6 !important;
}
.service input.button:hover {
  background: #54baad !important;
}
.service #nav ul li.navService .borderBottom {
  background-position: center 0;
}
.service #nav ul li.navService a {
  color: #66C1B6;
}
.publish h2,
.publish a,
.publish a:hover,
.publish #primary table th,
.publish #primary .biographyBox span.subHead,
.publish #primary .categoryTeasers dd h4 a,
.publish #primary .dropdown-menu > .active > a,
.publish #primary .dropdown-menu > li > a:hover,
.publish #primary .itemBody h3,
.publish #primary .itemBody h3 a,
.publish #secondary .rightnav ul li a:hover,
.publish a.teaserMoreLink:hover {
  color: #0077BB;
}
.publish h3,
.publish h4,
.publish blockquote p,
.publish #secondary .box h3 a {
  color: #0077BB;
}
.publish #secondary .rightnav ul li.active a {
  color: #0077BB;
}
.publish a:hover {
  color: #005788;
  text-decoration: underline;
}
.publish .specCategoryTitle {
  background: #0077BB;
}
.publish input.button {
  background: #0077BB !important;
}
.publish input.button:hover {
  background: #0067a2 !important;
}
.publish #nav ul li.navPublish .borderBottom {
  background-position: center -4;
}
.publish #nav ul li.navPublish a {
  color: #0077BB;
}
.topics h2,
.topics a,
.topics a:hover,
.topics #primary table th,
.topics #primary .biographyBox span.subHead,
.topics #primary .categoryTeasers dd h4 a,
.topics #primary .dropdown-menu > .active > a,
.topics #primary .dropdown-menu > li > a:hover,
.topics #primary .itemBody h3,
.topics #primary .itemBody h3 a,
.topics #secondary .rightnav ul li a:hover,
.topics a.teaserMoreLink:hover {
  color: #EE5500;
}
.topics h3,
.topics h4,
.topics blockquote p,
.topics #secondary .box h3 a {
  color: #EE5500;
}
.topics #secondary .rightnav ul li.active a {
  color: #EE5500;
}
.topics a:hover {
  color: #bb4300;
  text-decoration: underline;
}
.topics .specCategoryTitle {
  background: #EE5500;
}
.topics input.button {
  background: #EE5500 !important;
}
.topics input.button:hover {
  background: #d54c00 !important;
}
.topics #nav ul li.navTopics .borderBottom {
  background-position: center -8;
}
.topics #nav ul li.navTopics a {
  color: #EE5500;
}
.partner h2,
.partner a,
.partner a:hover,
.partner #primary table th,
.partner #primary .biographyBox span.subHead,
.partner #primary .categoryTeasers dd h4 a,
.partner #primary .dropdown-menu > .active > a,
.partner #primary .dropdown-menu > li > a:hover,
.partner #primary .itemBody h3,
.partner #primary .itemBody h3 a,
.partner #secondary .rightnav ul li a:hover,
.partner a.teaserMoreLink:hover {
  color: #6D00D6;
}
.partner h3,
.partner h4,
.partner blockquote p,
.partner #secondary .box h3 a {
  color: #6D00D6;
}
.partner #secondary .rightnav ul li.active a {
  color: #6D00D6;
}
.partner a:hover {
  color: #5300a3;
  text-decoration: underline;
}
.partner .specCategoryTitle {
  background: #6D00D6;
}
.partner input.button {
  background: #6D00D6 !important;
}
.partner input.button:hover {
  background: #6000bd !important;
}
.partner #nav ul li.navPartner .borderBottom {
  background-position: center -12;
}
.partner #nav ul li.navPartner a {
  color: #6D00D6;
}
.reviews h2,
.reviews a,
.reviews a:hover,
.reviews #primary table th,
.reviews #primary .biographyBox span.subHead,
.reviews #primary .categoryTeasers dd h4 a,
.reviews #primary .dropdown-menu > .active > a,
.reviews #primary .dropdown-menu > li > a:hover,
.reviews #primary .itemBody h3,
.reviews #primary .itemBody h3 a,
.reviews #secondary .rightnav ul li a:hover,
.reviews a.teaserMoreLink:hover {
  color: #339933;
}
.reviews h3,
.reviews h4,
.reviews blockquote p,
.reviews #secondary .box h3 a {
  color: #339933;
}
.reviews #secondary .rightnav ul li.active a {
  color: #339933;
}
.reviews a:hover {
  color: #267326;
  text-decoration: underline;
}
.reviews .specCategoryTitle {
  background: #339933;
}
.reviews input.button {
  background: #339933 !important;
}
.reviews input.button:hover {
  background: #2d862d !important;
}
.reviews #nav ul li.navReviews .borderBottom {
  background-position: center -12;
}
.reviews #nav ul li.navReviews a {
  color: #339933;
}
.blog h2,
.blog a,
.blog a:hover,
.blog #primary table th,
.blog #primary .biographyBox span.subHead,
.blog #primary .categoryTeasers dd h4 a,
.blog #primary .dropdown-menu > .active > a,
.blog #primary .dropdown-menu > li > a:hover,
.blog #primary .itemBody h3,
.blog #primary .itemBody h3 a,
.blog #secondary .rightnav ul li a:hover,
.blog a.teaserMoreLink:hover {
  color: #9F52A0;
}
.blog h3,
.blog h4,
.blog blockquote p,
.blog #secondary .box h3 a {
  color: #9F52A0;
}
.blog #secondary .rightnav ul li.active a {
  color: #9F52A0;
}
.blog a:hover {
  color: #7d417e;
  text-decoration: underline;
}
.blog .specCategoryTitle {
  background: #9F52A0;
}
.blog input.button {
  background: #9F52A0 !important;
}
.blog input.button:hover {
  background: #8e498f !important;
}
.blog #nav ul li.navBlog .borderBottom {
  background-position: center -16;
}
.blog #nav ul li.navBlog a {
  color: #9F52A0;
}
.form h2,
.form a,
.form a:hover,
.form #primary table th,
.form #primary .biographyBox span.subHead,
.form #primary .categoryTeasers dd h4 a,
.form #primary .dropdown-menu > .active > a,
.form #primary .dropdown-menu > li > a:hover,
.form #primary .itemBody h3,
.form #primary .itemBody h3 a,
.form #secondary .rightnav ul li a:hover,
.form a.teaserMoreLink:hover {
  color: #E40416;
}
.form h3,
.form h4,
.form blockquote p,
.form #secondary .box h3 a {
  color: #E40416;
}
.form #secondary .rightnav ul li.active a {
  color: #E40416;
}
.form a:hover {
  color: #b20311;
  text-decoration: underline;
}
.form .specCategoryTitle {
  background: #E40416;
}
.form input.button {
  background: #E40416 !important;
}
.form input.button:hover {
  background: #cb0414 !important;
}
.form #nav ul li.navSearch .borderBottom {
  background-position: center -16;
}
.form #nav ul li.navSearch a {
  color: #E40416;
}
.form #secondary .rightnav h3 a {
  color: #E40416;
}
.network h2,
.network a,
.network a:hover,
.network #primary table th,
.network #primary .biographyBox span.subHead,
.network #primary .categoryTeasers dd h4 a,
.network #primary .dropdown-menu > .active > a,
.network #primary .dropdown-menu > li > a:hover,
.network #primary .itemBody h3,
.network #primary .itemBody h3 a,
.network #secondary .rightnav ul li a:hover,
.network a.teaserMoreLink:hover {
  color: #4E4E4E;
}
.network h3,
.network h4,
.network blockquote p,
.network #secondary .box h3 a {
  color: #4E4E4E;
}
.network #secondary .rightnav ul li.active a {
  color: #4E4E4E;
}
.network a:hover {
  color: #353535;
  text-decoration: underline;
}
.network .specCategoryTitle {
  background: #4E4E4E;
}
.network input.button {
  background: #4E4E4E !important;
}
.network input.button:hover {
  background: #414141 !important;
}
.network #nav ul li.navNetwork .borderBottom {
  background-position: center -20;
}
.network #nav ul li.navNetwork a {
  color: #4E4E4E;
}
.subcontent h2,
.subcontent a,
.subcontent a:hover,
.subcontent #primary table th,
.subcontent #primary .biographyBox span.subHead,
.subcontent #primary .categoryTeasers dd h4 a,
.subcontent #primary .dropdown-menu > .active > a,
.subcontent #primary .dropdown-menu > li > a:hover,
.subcontent #primary .itemBody h3,
.subcontent #primary .itemBody h3 a,
.subcontent #secondary .rightnav ul li a:hover,
.subcontent a.teaserMoreLink:hover {
  color: #AA4C4C;
}
.subcontent h3,
.subcontent h4,
.subcontent blockquote p,
.subcontent #secondary .box h3 a {
  color: #AA4C4C;
}
.subcontent #secondary .rightnav ul li.active a {
  color: #AA4C4C;
}
.subcontent a:hover {
  color: #873c3c;
  text-decoration: underline;
}
.subcontent .specCategoryTitle {
  background: #AA4C4C;
}
.subcontent input.button {
  background: #AA4C4C !important;
}
.subcontent input.button:hover {
  background: #984444 !important;
}
/* Large devices (large desktops, 1200px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
h1 {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  line-height: 1.1em;
}
.results h1 {
  width: 100%;
  font-size: 18px;
}
.results h1 a {
  color: #404040;
}
.results h1 a:hover {
  color: #E40416;
}
.detail h1 {
  width: 100%;
  font-size: 24px;
}
h2 {
  color: #727272;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.copies h2 {
  color: #ee0000;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.facet h2 {
  color: #E40416;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/heading_arrow.svg') no-repeat 5px 9px;
  background-size: 25px 25px;
  background-color: #EDEDED;
}
.facet h2.active {
  background-color: #e5e5e5;
}
h2.active {
  color: #ee0000;
}
.detail-info-box h2,
.copy-info h2 {
  width: 100% !important;
  float: none !important;
  color: #E40416;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/heading_arrow.svg') no-repeat 5px 9px;
  background-size: 25px 25px;
  background-color: #EDEDED;
}
.detail-info-box h2.active,
.copy-info h2.active {
  background-color: #e5e5e5;
}
.detail h2 {
  width: 100%;
}
@media (min-width: 992px) {
  .detail h2 {
    width: 75%;
  }
}
h3 {
  color: #ee0000;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.copy h3 {
  padding-bottom: 10px;
  font-size: 16px;
}
a {
  color: #E40416;
}
.detail.primary a,
a .detail.secondary {
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
}
.popoverContent p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-family: myriad-pro, sans-serif;
}
p.actionTitle {
  text-align: center;
  font-size: 12px;
  color: #5a5a5a;
}
.detail-info-box p {
  line-height: 1.5em;
  padding-bottom: 10px;
}
.detail-info-box p:last-child {
  padding-bottom: 5px;
}
.detail-info-box p a {
  margin-left: 0;
  text-indent: 0;
}
p.imprint {
  margin: 5px 0 0;
  font-size: 16px;
}
p.series,
p.mega_collection {
  margin: 0;
  font-size: 11px;
}
p.mega_collection {
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
}
.facet a {
  font-size: 13px;
  line-height: 1.6em;
  color: #404040;
}
.facet a:hover {
  color: #E40416;
}
.facet-show-more-less-button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
}
.showAll {
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.copy-status-1 {
  color: #009900;
}
.copy-status-2 {
  color: #cc9900;
}
.copy-status-3 {
  color: #ee0000;
}
cite {
  font-style: normal;
}
cite.result-author {
  font-size: 16px;
  font-family: myriad-pro, sans-serif;
}
cite.detail-author {
  margin: 0 0 2px 0;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  float: left;
  clear: both;
}
cite.result-author,
cite.detail-author {
  text-transform: uppercase;
  color: #727272;
}
#searcharea {
  z-index: 100;
  position: absolute;
  top: 40px;
  right: 24px;
  width: 600px;
  height: 48px;
}
@media (max-width: 1100px) {
  #searcharea {
    top: 96px;
    width: calc(100% - 48px);
  }
}
@media (max-width: 768px) {
  #searcharea {
    width: calc(100% - 108px);
    right: 84px;
  }
}
#searcharea.scopeOffset {
  padding-bottom: 55px;
}
#searcharea form {
  height: 100%;
  width: 100%;
  display: block;
  z-index: 100;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
}
#searcharea form.extended {
  opacity: 0.3;
}
#searcharea form label {
  display: none;
}
#searcharea form #searchWordWrapper {
  display: inline-block;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#searcharea form #searchWord {
  width: 100%;
  height: 36px;
  padding: 5px 60px 5px 15px;
  font-size: 16px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #278;
  background-color: #fafafa;
  border: 1px solid #eee;
  outline-style: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 5px;
  box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
#searcharea form #searchWord:focus {
  background-color: #eee;
}
#searcharea form #send {
  width: 30px;
  height: 30px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/searchIcon.png') no-repeat 0 0;
  background-size: 30px, 30px;
  border: none;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 15px;
}
#search-in-field-options,
#search-history-options {
  background-color: #E40416;
  width: 100%;
}
#search-in-field-options li,
#search-history-options li {
  width: 100%;
  line-height: 44px;
  vertical-align: middle;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px 20px;
  cursor: pointer;
  white-space: normal;
}
#search-in-field-options li.selected,
#search-history-options li.selected {
  font-size: 18px;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
}
#showSearchHistory {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 45px;
  border: none;
  box-shadow: none;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/historyIcon.svg') center no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  content: "";
  z-index: 100;
}
#showSearchHistory.hidden {
  display: none;
  visibility: hidden;
}
#search-history-options li:before {
  content: "";
}
#search-history-options li:hover {
  text-decoration: underline;
}
#search-history-popover.popoverContent,
#search-in-field-popover.popoverContent {
  width: 100% !important;
}
h1.seachHistory,
h1.search-in-field {
  padding: 10px 20px;
  color: white;
  font-size: 1.2em;
  border-bottom: 2px solid white;
}
.search-additionals li {
  border-right: 1px solid #fff;
  padding: 0 4px;
}
.search-additionals li:last-child {
  border-right: 0 none;
}
.search-additionals li a {
  color: #fff;
  text-decoration: underline;
}
#selector-switch {
  top: -100%;
  transition: top 0.35s ease-in-out;
  background-color: rgba(250, 250, 250, 0.95);
  border: 1px solid #eee;
  border-top: none;
  border-radius: 5px;
  overflow: hidden;
  transition: top 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #selector-switch {
    right: 0;
  }
}
#selector-switch.extended {
  top: 0;
}
#search-in-field-selector {
  float: left;
  color: #C4C4C4;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 4px;
  background-color: #FFFFFF;
  vertical-align: middle;
  background-color: #eeeeee;
  cursor: pointer;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#search-in-field-selector p {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 4px;
  height: 100%;
  display: inline;
  white-space: nowrap;
  color: #E40416;
}
#search-by-media-type-wrapper {
  margin-bottom: -5px;
}
#search-by-media-type-wrapper h1 {
  float: left;
  font-size: 14px !important;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  clear: both;
  transition: margin-top 0.3s ease-in-out;
}
#search-by-media-type-wrapper h1.extended {
  margin-top: 0;
}
@media (max-width: 768px) {
  #search-by-media-type-wrapper {
    padding: 5px;
  }
}
#search-by-media-type-wrapper ul {
  position: relative;
  left: 50%;
}
#search-by-media-type-wrapper .media-type-option {
  display: inline-block;
  margin: 0px 15px 0px 0px;
  min-width: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #search-by-media-type-wrapper .media-type-option {
    margin: 0px 5px 0px 0px;
  }
}
#search-by-media-type-wrapper .media-type-option.book {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_book.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option.book.selected {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_book_active.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option.image {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_image.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option.image.selected {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_image_active.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option.article {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_article.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option.article.selected {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_article_active.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option.journal {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_journal.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option.journal.selected {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/media_icons/icon_journal_active.svg');
  background-size: 50px 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
#search-by-media-type-wrapper .media-type-option p {
  margin-top: 45px;
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #444;
}
#search-by-media-type-wrapper .media-type-option.selected p {
  color: #E40416;
}
#closeScopeButton {
  display: none;
}
#closeScopeButton.extended {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #E40416;
  padding-right: 20px;
  font-size: 12px;
  display: inline-block;
  height: 24px;
  outline: none;
  border: none;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/close_red.svg') no-repeat center right 8px;
  background-size: 8px 8px;
}
#closeExtendedSearchButton {
  display: none;
}
#closeExtendedSearchButton.extended {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/facetRemoveIcon-active.svg') no-repeat center 0;
  background-size: 20px 20px;
}
#addExtendedSearchFieldButton {
  display: none;
}
#addExtendedSearchFieldButton.extended {
  float: left;
  display: block;
  margin-left: 10px;
  width: 100px;
  margin-bottom: 10px;
}
#submitExtendedSearchButton {
  display: none;
}
#submitExtendedSearchButton.extended {
  display: block;
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
}
.extended-search-area-wrapper {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 5px;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.extended-search-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/selectBackground.svg') no-repeat right;
  background-color: #ffffff;
  background-size: 25px 30px;
  padding: 0px 5px 0px 10px;
  margin-left: 5px;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  border-bottom: 3px solid #eaeaea;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #E40416;
  margin-bottom: 20px;
}
@media (min-width: 450px) {
  .extended-search-select {
    margin-bottom: 0px;
  }
}
#extended-search-fields {
  margin-top: 5px;
  width: 100%;
}
.extended-search-fieldset td {
  position: relative;
  padding-bottom: 10px;
}
.extended-search-fieldset td:first-child {
  width: 1px;
  white-space: nowrap;
}
.extended-search-field {
  height: 30px;
  border: 1px solid #ededed;
  border-radius: 0;
  display: table-cell;
  position: relative;
  width: 100%;
  outline: none;
  padding-left: 5px;
  padding-right: 30px;
  border: 1px solid #EDEDED;
  border-left: none;
  border-bottom: 3px solid #EDEDED;
}
.searchOptionsHeading {
  float: left;
  font-size: 14px !important;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  clear: both;
}
#search-by-media-type-label {
  width: 100%;
  margin-top: 20px;
}
#search-in-field-label {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 3px;
}
.dropdown-menu {
  width: 100%;
  margin: 0px important;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.dropdown-menu a {
  text-decoration: none;
}
.dropdown-menu > li {
  border-bottom: 1px solid #eee;
  list-style: none !important;
}
.dropdown-menu > li:last-Child {
  border-bottom: none;
}
.dropdown-menu > li > a {
  white-space: initial;
  font-size: 14px;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #444444;
  margin: 15px 0;
  text-align: center;
}
.dropdown-menu > li > a:hover {
  background-color: white;
}
.dropdown-menu > li > a:focus {
  background-color: white;
}
.dropdown-menu > .active > a {
  background: white;
}
.dropdown-menu > .active > a:hover {
  background: white;
}
#extended-search-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#extended-search {
  position: absolute;
  top: -500%;
  background-color: rgba(250, 250, 250, 0.9);
  height: 230px;
  width: 100%;
  transition: top 0.5s ease-in-out;
}
@media (max-width: 768px) {
  #extended-search {
    transition: top 0.5s ease-in-out;
  }
}
#extended-search.show {
  transition: top 0.5s ease-in-out;
  top: 0;
}
@media (max-width: 768px) {
  #extended-search.show {
    transition: top 0.75s ease-in-out;
  }
}
@media (max-width: 1100px) {
  #extended-search {
    height: 325px;
  }
}
@media (max-width: 768px) {
  #extended-search {
    top: -500%;
    height: 555px;
  }
}
#showExtendedSearchButtonWrapper {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 99;
  padding-bottom: 5px;
  padding-top: 10px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 5px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out box-shadow 0.35s ease-in-out;
}
#showExtendedSearchButtonWrapper > h1 {
  padding-left: 15px;
  padding-right: 15px;
}
#scopeWebsiteWrapper,
#scopeCatalogWrapper,
#scopeCatalogImagesWrapper,
#searchInSiteWrapper,
#searchInBlogWrapper {
  float: left;
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 10px;
  cursor: pointer;
}
#scopeWebsiteWrapper span,
#scopeCatalogWrapper span,
#scopeCatalogImagesWrapper span,
#searchInSiteWrapper span,
#searchInBlogWrapper span {
  color: #606060;
}
#scopeWebsiteWrapper input[type=radio],
#scopeCatalogWrapper input[type=radio],
#scopeCatalogImagesWrapper input[type=radio],
#searchInSiteWrapper input[type=radio],
#searchInBlogWrapper input[type=radio] {
  margin-right: 5px;
  cursor: pointer;
}
#scopeWebsiteWrapper.active,
#scopeCatalogWrapper.active,
#scopeCatalogImagesWrapper.active,
#searchInSiteWrapper.active,
#searchInBlogWrapper.active {
  background-color: #EEEEEE;
}
#scopeWebsiteWrapper.active span,
#scopeCatalogWrapper.active span,
#scopeCatalogImagesWrapper.active span,
#searchInSiteWrapper.active span,
#searchInBlogWrapper.active span {
  color: #E40416;
}
#source-cataloge-options,
#source-website-options,
#source-site-options,
#searchscope {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #showExtendedSearchButton {
    height: auto;
  }
}
#extended-search-form {
  height: 100%;
  width: 100%;
}
#extended-search-publishdate-wrapper h1 {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .date-media-option-area {
    height: 230px;
  }
}
.search-in-field-area {
  height: 230px;
}
@media (max-width: 1100px) {
  .search-in-field-area {
    width: 66.66666667%;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .search-in-field-area {
    width: 100%;
    height: 230px;
  }
}
.button-area {
  height: 100%;
}
@media (max-width: 1100px) {
  .button-area {
    width: 66.66666667%;
    height: 95px;
    float: right;
  }
}
@media (max-width: 768px) {
  .button-area {
    width: 100%;
  }
}
#rangeMax-extended-search,
#rangeMin-extended-search {
  margin-bottom: 0;
}
p.small-info-text {
  font-size: 10px;
  text-align: center;
  padding-top: 7.5px;
}
#extended-search-button-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  #extended-search-button-wrapper {
    height: auto;
  }
}
#extended-reset-button {
  position: absolute;
  right: 15px;
  top: 25px;
}
@media (max-width: 1100px) {
  #extended-reset-button {
    position: relative;
    right: auto;
    top: auto;
    float: right;
    margin-bottom: 15px;
  }
}
#extended-search-button {
  position: absolute;
  right: 15px;
  bottom: 25px;
}
@media (max-width: 1100px) {
  #extended-search-button {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
  }
}
#scopeButtonCatalog,
#scopeButtonWebsite,
#search-in-site,
#search-in-blog {
  padding: 5px;
}
#extended-slider-wrapper {
  width: 85%;
}
#slider-histogram-extended-search {
  margin-top: 15px;
}
#searchscope {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  float: left;
}
#linkToSearchHelp {
  text-decoration: none;
  float: right;
  padding-top: 0px;
  line-height: 30px;
}
nav {
  position: relative;
}
@media (max-width: 768px) {
  nav {
    margin: 0 24px;
    padding-bottom: 24px;
  }
  nav.collapse {
    display: none;
  }
  nav.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav.collapse.in {
    display: block;
  }
}
@media (min-width: 768px) {
  nav > ul {
    display: flex;
    padding: 3px;
    margin-bottom: 0;
  }
}
nav > ul > li.navSearch {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navSearch {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navSearch:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(228, 4, 22, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navSearch:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navSearch:hover > a {
    border-bottom: solid 2px rgba(228, 4, 22, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navSearch:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navSearch > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #E40416 !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #E40416;
}
@media (min-width: 768px) {
  nav > ul > li.navSearch > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navSearch .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navSearch .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #E40416;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navSearch .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #E40416 transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navSearch .submenu.collapse {
    display: none;
  }
  nav > ul > li.navSearch .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navSearch .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navSearch .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navSearch .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navSearch .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navSearch .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navSearch .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navSearch .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navSearch .submenu-item a:hover {
  color: #E40416;
  background: rgba(228, 4, 22, 0.07);
}
nav > ul > li.navSearch .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navSearch .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #E40416;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navSearch .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navSearch .submenutriangle {
    display: none;
  }
}
nav > ul > li.navService {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navService {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navService:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(102, 193, 182, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navService:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navService:hover > a {
    border-bottom: solid 2px rgba(102, 193, 182, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navService:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navService > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #66C1B6 !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #66C1B6;
}
@media (min-width: 768px) {
  nav > ul > li.navService > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navService .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navService .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #66C1B6;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navService .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #66C1B6 transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navService .submenu.collapse {
    display: none;
  }
  nav > ul > li.navService .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navService .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navService .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navService .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navService .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navService .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navService .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navService .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navService .submenu-item a:hover {
  color: #66C1B6;
  background: rgba(102, 193, 182, 0.07);
}
nav > ul > li.navService .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navService .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #66C1B6;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navService .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navService .submenutriangle {
    display: none;
  }
}
nav > ul > li.navPublish {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navPublish {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navPublish:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 119, 187, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navPublish:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navPublish:hover > a {
    border-bottom: solid 2px rgba(0, 119, 187, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navPublish:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navPublish > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #0077BB !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #0077BB;
}
@media (min-width: 768px) {
  nav > ul > li.navPublish > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navPublish .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navPublish .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #0077BB;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navPublish .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #0077BB transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navPublish .submenu.collapse {
    display: none;
  }
  nav > ul > li.navPublish .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navPublish .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navPublish .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navPublish .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navPublish .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navPublish .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navPublish .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navPublish .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navPublish .submenu-item a:hover {
  color: #0077BB;
  background: rgba(0, 119, 187, 0.07);
}
nav > ul > li.navPublish .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navPublish .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #0077BB;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navPublish .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navPublish .submenutriangle {
    display: none;
  }
}
nav > ul > li.navTopics {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navTopics {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navTopics:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(238, 85, 0, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navTopics:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navTopics:hover > a {
    border-bottom: solid 2px rgba(238, 85, 0, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navTopics:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navTopics > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #EE5500 !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #EE5500;
}
@media (min-width: 768px) {
  nav > ul > li.navTopics > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navTopics .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navTopics .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #EE5500;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navTopics .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #EE5500 transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navTopics .submenu.collapse {
    display: none;
  }
  nav > ul > li.navTopics .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navTopics .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navTopics .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navTopics .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navTopics .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navTopics .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navTopics .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navTopics .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navTopics .submenu-item a:hover {
  color: #EE5500;
  background: rgba(238, 85, 0, 0.07);
}
nav > ul > li.navTopics .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navTopics .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #EE5500;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navTopics .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navTopics .submenutriangle {
    display: none;
  }
}
nav > ul > li.navReviews {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navReviews {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navReviews:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 153, 51, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navReviews:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navReviews:hover > a {
    border-bottom: solid 2px rgba(51, 153, 51, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navReviews:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navReviews > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #339933 !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #339933;
}
@media (min-width: 768px) {
  nav > ul > li.navReviews > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navReviews .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navReviews .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #339933;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navReviews .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #339933 transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navReviews .submenu.collapse {
    display: none;
  }
  nav > ul > li.navReviews .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navReviews .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navReviews .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navReviews .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navReviews .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navReviews .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navReviews .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navReviews .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navReviews .submenu-item a:hover {
  color: #339933;
  background: rgba(51, 153, 51, 0.07);
}
nav > ul > li.navReviews .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navReviews .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #339933;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navReviews .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navReviews .submenutriangle {
    display: none;
  }
}
nav > ul > li.navPartner {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navPartner {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navPartner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(109, 0, 214, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navPartner:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navPartner:hover > a {
    border-bottom: solid 2px rgba(109, 0, 214, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navPartner:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navPartner > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #6D00D6 !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #6D00D6;
}
@media (min-width: 768px) {
  nav > ul > li.navPartner > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navPartner .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navPartner .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #6D00D6;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navPartner .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #6D00D6 transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navPartner .submenu.collapse {
    display: none;
  }
  nav > ul > li.navPartner .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navPartner .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navPartner .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navPartner .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navPartner .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navPartner .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navPartner .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navPartner .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navPartner .submenu-item a:hover {
  color: #6D00D6;
  background: rgba(109, 0, 214, 0.07);
}
nav > ul > li.navPartner .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navPartner .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #6D00D6;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navPartner .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navPartner .submenutriangle {
    display: none;
  }
}
nav > ul > li.navNetwork {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navNetwork {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navNetwork:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(78, 78, 78, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navNetwork:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navNetwork:hover > a {
    border-bottom: solid 2px rgba(78, 78, 78, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navNetwork:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navNetwork > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #4E4E4E !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #4E4E4E;
}
@media (min-width: 768px) {
  nav > ul > li.navNetwork > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navNetwork .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navNetwork .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #4E4E4E;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navNetwork .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #4E4E4E transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navNetwork .submenu.collapse {
    display: none;
  }
  nav > ul > li.navNetwork .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navNetwork .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navNetwork .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navNetwork .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navNetwork .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navNetwork .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navNetwork .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navNetwork .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navNetwork .submenu-item a:hover {
  color: #4E4E4E;
  background: rgba(78, 78, 78, 0.07);
}
nav > ul > li.navNetwork .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navNetwork .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #4E4E4E;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navNetwork .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navNetwork .submenutriangle {
    display: none;
  }
}
nav > ul > li.navBlog {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  nav > ul > li.navBlog {
    margin: 3px;
    text-align: center;
  }
  nav > ul > li.navBlog:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(159, 82, 160, 0.1);
    content: " ";
    transform-origin: center bottom;
    transition: all 0.25s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
  }
  nav > ul > li.navBlog:hover:before {
    transform: scaleY(1);
    opacity: 1;
  }
  nav > ul > li.navBlog:hover > a {
    border-bottom: solid 2px rgba(159, 82, 160, 0.15);
    transition: border 0.225s ease-in-out;
  }
  nav > ul > li.navBlog:hover .submenu {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(1);
    pointer-events: all;
  }
}
nav > ul > li.navBlog > a {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  color: #9F52A0 !important;
  text-decoration: none !important;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: solid 2px #9F52A0;
}
@media (min-width: 768px) {
  nav > ul > li.navBlog > a {
    padding: 3px 0px;
  }
}
nav > ul > li.navBlog .submenu {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navBlog .submenu {
    position: absolute;
    top: 33px;
    height: auto !important;
    border: 1px solid #9F52A0;
    border-width: 1px 0;
    left: 50%;
    transform: translate(-50%, -20px) scaleY(0);
    transform-origin: center top;
    opacity: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
  }
  nav > ul > li.navBlog .submenu:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #9F52A0 transparent;
    border-top-width: 0;
    content: " ";
  }
}
@media (max-width: 768px) {
  nav > ul > li.navBlog .submenu.collapse {
    display: none;
  }
  nav > ul > li.navBlog .submenu.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  nav > ul > li.navBlog .submenu.collapse.in {
    display: block;
  }
}
nav > ul > li.navBlog .submenu-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  nav > ul > li.navBlog .submenu-item {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto !important;
  }
}
nav > ul > li.navBlog .submenu-item:last-child {
  border-bottom: none;
}
nav > ul > li.navBlog .submenu-item a {
  line-height: 100%;
  font-size: 1em;
  vertical-align: middle;
  color: #444444;
  text-decoration: none;
}
@media (min-width: 768px) {
  nav > ul > li.navBlog .submenu-item a {
    position: relative;
    display: block;
    border: none;
    font-family: sans-serif;
    font-size: 12px;
    padding: 10px;
    line-height: 2;
    white-space: nowrap;
    font-style: normal;
  }
  nav > ul > li.navBlog .submenu-item a:hover {
    text-decoration: none;
  }
}
nav > ul > li.navBlog .submenu-item a:hover {
  color: #9F52A0;
  background: rgba(159, 82, 160, 0.07);
}
nav > ul > li.navBlog .submenutriangle {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  top: 6px;
  right: -7px;
  transition: transform 0.35s ease-in-out;
  border: 0 none;
  outline: none;
}
nav > ul > li.navBlog .submenutriangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #9F52A0;
  border-width: 7px 10px 7px 0;
  content: " ";
}
nav > ul > li.navBlog .submenutriangle.rotate {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  nav > ul > li.navBlog .submenutriangle {
    display: none;
  }
}
#navButton {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 96px;
  right: 12px;
  width: 60px;
  height: 36px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  font-family: myriad-pro, sans-serif;
  color: #E40416;
  background: #FAFAFA;
  border: 1px solid #eee;
}
@media (min-width: 769px) {
  #navButton {
    display: none;
  }
}
#navButton:active,
#navButton:hover,
#navButton:focus {
  background: #eaeaea;
}
.home #mobile-nav {
  display: none;
}
#mobile-nav {
  display: block;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav .cnt2toplink {
  display: none !important;
}
#mobile-nav .btn-default {
  width: 100%;
  box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
#mobile-nav-title {
  margin: 10px 10px 10px 70px;
  padding: 0 !important;
  font-size: 1.2em !important;
  font-style: italic;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.dropdown-menu {
  width: 100%;
  margin: 0px important;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.dropdown-menu a {
  text-decoration: none;
}
.dropdown-menu > li {
  border-bottom: 1px solid #eee;
  list-style: none !important;
}
.dropdown-menu > li:last-Child {
  border-bottom: none;
}
.dropdown-menu > li > a {
  white-space: initial;
  font-size: 14px;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #444444;
  margin: 15px 0;
  text-align: center;
}
.dropdown-menu > li > a:hover {
  background-color: white;
}
.dropdown-menu > li > a:focus {
  background-color: white;
}
.dropdown-menu > .active > a {
  background: white;
}
.dropdown-menu > .active > a:hover {
  background: white;
}
#mobile-nav-icon {
  width: 50px;
  top: 1px;
  bottom: 1px;
  margin: auto;
  position: absolute;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/dropdown-icon.png') no-repeat center;
}
/* Content nav's start */
div.subpages-overview div.row {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
}
div.subpages-overview div.row h4.title {
  margin-top: 0px !important;
}
div.subpages-overview div.row div.description {
  max-height: 140px;
  overflow: hidden;
}
div.subpages-overview div.row div.description p.bodytext::after {
  content: ' ...';
}
div.subpages-overview div.row div.images {
  max-height: 220px;
  overflow: hidden;
}
ul.csc-menu.csc-menu-3 {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
html {
  position: relative;
  height: 100%;
}
body {
  position: relative;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #EDEDED;
  font-weight: 400;
  text-align: left;
  min-width: 320px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body a {
  text-decoration: underline;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
body a:hover {
  text-decoration: underline;
  transition: color 0.35s ease-in-out;
}
body img,
body video,
body iframe {
  max-width: 100% !important;
}
body.dev {
  padding-top: 6px;
}
body.dev:before,
body.dev:after {
  position: absolute;
  top: 0;
  right: 10px;
  left: 10px;
  content: " ";
}
body.dev:before {
  height: 6px;
  background: #fc0;
}
body.dev:after {
  border-top: 6px dashed black;
  transform: skew(-40deg);
  opacity: 0.5;
}
body.dev #header #homelink:after {
  position: absolute;
  top: -3px;
  right: 0;
  background: #fff;
  width: 67px;
  padding-left: 5px;
  height: 40px;
  color: #E40416;
  text-indent: 0;
  content: "DEV";
  font-size: 22px;
}
@media (min-width: 480px) {
  body.dev #header #homelink:after {
    right: 0;
    width: 135px;
    height: 50px;
    font-size: 28px;
  }
}
#header #homelink.en {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/arthistoricumLogoEN.svg') no-repeat 0 0;
  background-size: contain;
}
.home img {
  margin: 0px;
  padding: 0px;
}
.home .rootline {
  display: none;
}
.home #primary #mainHeadline {
  display: none !important;
}
.home #primary {
  padding-top: 0;
  border-bottom: none;
}
.content .rootline {
  display: block;
}
/* basic content designs for links and paragraphs */
a {
  text-decoration: underline;
  color: #444;
}
a:hover {
  color: #c00;
}
a.extern {
  padding: 0 17px 0 0;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/extlink.png') no-repeat right center;
  background-size: 12px 12px;
  border: none !important;
}
a.extern img {
  border: none !important;
  padding: 0 !important;
  margin: -3px 6px !important;
}
a.newItemIcon {
  padding: 0 38px 0 0;
  margin-right: 5px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/newItemIcon.png') no-repeat right center;
  background-size: 31px 13px;
}
a.cnt2toplink {
  position: absolute;
  right: 0;
  top: 10%;
  width: 12px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/toTopArrow.png') no-repeat;
  background-size: 12px 50px;
  margin: 0 0 0 25px;
  color: #444444;
  font-family: sans-serif;
  text-decoration: none;
}
a.cnt2toplink:hover {
  color: #CC0000;
  background-position: 0px -25px;
}
h3.csc-firstHeader a.cnt2toplink {
  display: none;
}
@media (min-width: 768px) {
  a.cnt2toplink {
    display: block;
  }
}
/*
p, dl, ol, ul, table {
    margin:0 0 15px;
    line-height:1.8em;

    @media (min-width: @breakpoint-single-column) {
        line-height: 1.4em;
    }
}
*/
strong {
  font-weight: 600;
}
acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
p {
  color: #444;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  p {
    font-size: 1.1em;
  }
}
p.csc-linkToTop {
  display: none;
}
p.introtext {
  font-weight: 700;
  color: #479;
}
p.contacts,
p.important,
p.extrabox {
  padding: 10px 10px 10px 40px !important;
  border-radius: 5px;
  margin: 20px 0;
  clear: both;
  border: 1px solid #eee;
}
p.contacts {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/contentcontacticon.png') no-repeat left center;
  background-color: #F0F0F0 !important;
}
p.important {
  background: #FFFFFF url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/importantbg.svg') no-repeat left center;
  border: 2px solid #CC0000 !important;
  min-height: 65px;
}
p.important a.extern {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/extLink_inv.png') no-repeat right center;
  background-size: 12px 12px;
}
p.important a:hover {
  color: #CC0000;
}
p.extrabox {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/extraboxbg.png') no-repeat left center;
  background-color: #F0F0F0 !important;
  display: flex;
  align-items: center;
}
p.teaserText {
  margin-top: -7px;
  padding-left: 0;
}
@media (min-width: 580px) {
  p.teaserText {
    padding-left: 155px;
  }
}
p.bodytext {
  line-height: 1.7em;
  padding: 0px;
  margin: 0px 0px 0.5em;
}
#secondary p.bodytext {
  margin: 0px 0px 1em;
}
.box {
  position: relative;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}
#secondary .box {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
#skipnav {
  display: none;
}
#topNav {
  position: absolute;
  font-size: 12px;
  height: 24px;
  top: 24px;
  right: 24px;
  line-height: 24px;
  vertical-align: middle;
  opacity: 0.6;
}
#topNav:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #topNav {
    top: 0;
    font-size: 11px;
  }
}
@media (min-width: 1100px) {
  #topNav {
    top: 5px;
  }
}
#topNav ul li {
  position: relative;
  float: left;
  padding: 0 14px 0 4px;
}
#topNav ul li:after {
  position: absolute;
  top: 10px;
  right: 3px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #AEAEAE;
  content: " ";
}
#topNav ul li a {
  color: #444444;
  text-decoration: none;
}
#topNav ul li a:hover {
  color: #CC0000;
}
#topNav ul li ul li:last-child {
  padding: 0 0 0 4px;
  border: none;
}
#topNav ul.tnList,
#topNav ul.tnLanguages {
  position: relative;
  float: left;
  margin: 0;
}
#topNav ul.tnLanguages li {
  border: none;
}
#topNav ul.tnLanguages li:last-child {
  padding-right: 0;
}
#topNav ul.tnLanguages li:last-child:after {
  display: none;
}
#topNav ul.tnLanguages li span {
  display: none;
}
#topNav ul.tnLanguages li a {
  margin-top: 6px;
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  width: 16px;
  height: 11px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/flags.png') no-repeat 0 0;
  background-size: cover;
}
#topNav ul.tnLanguages li.lang_de a {
  background-position: 0 0;
}
#topNav ul.tnLanguages li.lang_en a {
  background-position: 0 -11px;
}
#topNav ul.tnLanguages li.lang_fr a {
  background-position: 0 -22px;
}
#pageWrap {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  clear: both;
  margin: 0 auto;
  max-width: 1200px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#header {
  position: relative;
  height: 144px;
}
@media (min-width: 1100px) {
  #header {
    height: 120px;
  }
}
#header #homelink {
  position: absolute;
  top: 24px;
  left: 14px;
  right: 24px;
  height: 60px;
  z-index: 1000;
  text-indent: -9000px;
  display: block;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/arthistoricumLogo.svg') no-repeat left center;
  background-size: contain;
}
@media (min-width: 420px) {
  #header #homelink {
    right: auto;
    width: 340px;
  }
}
@media (min-width: 660px) {
  #header #homelink {
    left: 24px;
    width: 510px;
  }
}
@media (min-width: 1100px) {
  #header #homelink {
    top: 30px;
  }
}
#imageTeaser {
  position: relative;
  height: 150px;
  width: 100%;
  margin: 0;
  background-image: url(/uploads/media/searchPic.jpg);
  background-size: cover;
  -moz-background-size: cover;
  background-position: left;
}
#imageTeaser dd {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 230px;
  height: auto;
  padding: 10px;
}
#imageTeaser dd a {
  color: #fff;
  text-decoration: none;
}
#mainImageCarousel {
  width: 100%;
  height: 300px;
  box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
#mainImageCarousel .item {
  width: 100%;
  height: 300px;
}
#mainImageCarousel .item img {
  height: 300px !important;
  width: 1200px !important;
  max-width: none !important;
  border: none !important;
  margin: 0;
}
#mainImageCarousel .carousel-caption {
  background-color: rgba(11, 11, 11, 0.37);
  border-radius: 5px;
  padding: 10px 5px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}
#mainImageCarousel .carousel-control {
  position: absolute;
  width: 100px;
  height: 300px;
}
#mainImageCarousel .carousel-control.right {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/carouselControlRight.png');
  background-size: 100px 600px;
}
#mainImageCarousel .carousel-control.right:hover {
  background-position: 0 -300px;
}
#mainImageCarousel .carousel-control.left {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/carouselControlLeft.png');
  background-size: 100px 600px;
}
#mainImageCarousel .carousel-control.left:hover {
  background-position: 0 -300px;
}
#form {
  width: 100%;
  float: left;
  padding-right: 75px;
  z-index: 100;
}
@media (min-width: 768px) {
  #form {
    width: 27.3333333%;
    position: relative;
    float: left;
    padding-right: 0px;
  }
}
#form.scopeOffset {
  padding-bottom: 55px;
}
#content {
  position: relative;
  clear: both;
  margin: 8px 0 0;
  font-size: 1em;
  line-height: 1.8em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#rootLine {
  padding-bottom: 20px;
  padding-top: 5px;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #rootLine {
    width: 60%;
    margin: 0 25px;
  }
}
.home #rootLine {
  display: none;
}
.rootline {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 5px;
}
.rootline ol#breadcrumb {
  position: relative;
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
  list-style-type: none;
  font-size: 10px;
}
.rootline ol#breadcrumb li {
  float: left;
  font-size: 1.6em;
  padding-bottom: 10px;
}
.rootline ol#breadcrumb li a {
  font-weight: 700;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  text-decoration: none;
}
.rootline ol#breadcrumb li a::after {
  content: "\00a0\2022\00a0";
}
.rootline ol#breadcrumb li:last-child a::after {
  content: "\00a0";
}
.rootline ol#breadcrumb li:nth-last-child(0) a {
  color: #777777;
}
.rootline ol#breadcrumb li:nth-last-child(1) a {
  color: #888888;
}
.rootline ol#breadcrumb li:nth-last-child(2) a {
  color: #999999;
}
.rootline ol#breadcrumb li:nth-last-child(3) a {
  color: #AAAAAA;
}
.rootline ol#breadcrumb li:nth-last-child(4) a {
  color: #BBBBBB;
}
.rootline ol#breadcrumb li:nth-last-child(5) a {
  color: #CCCCCC;
}
.rootline ol#breadcrumb li:nth-last-child(6) a {
  color: #DDDDDD;
}
#primary {
  position: relative;
  margin: 0 auto;
  width: 90%;
  /* primary headlines */
  /* table design for content area */
  /* images and lines */
}
#primary .search h2 {
  color: #E40416 !important;
}
#primary .service h2 {
  color: #66C1B6 !important;
}
#primary .publish h2 {
  color: #0077BB !important;
}
#primary .topics h2 {
  color: #EE5500 !important;
}
#primary .reviews h2 {
  color: #339933 !important;
}
#primary .partner h2 {
  color: #6D00D6 !important;
}
#primary .network h2 {
  color: #4E4E4E !important;
}
#primary .blog h2 {
  color: #9F52A0 !important;
}
#primary .form h2 {
  color: #E40416 !important;
}
#primary .subcontent h2 {
  color: #AA4C4C !important;
}
#primary .home h2 {
  color: #CC0000;
}
#primary h2 {
  font-size: 2em;
  font-family: myriad-pro, sans-serif;
  line-height: 110%;
  font-style: italic;
  font-weight: 700;
  margin: 0px 0px 1em;
  padding: 0px;
}
#primary h3 {
  position: relative;
  display: block;
  font-size: 1.8em;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
  margin: 0px 0px 1em;
  padding: 0px;
}
#primary span.subTitle {
  color: #6c6c6c;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1em;
}
#primary h4 {
  font-size: 1.4em;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 0px 0px 1em;
  padding: 0px;
}
#primary h5 {
  font-size: 1.2em;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 0px 0px 1em;
  padding: 0px;
}
#primary ul {
  list-style-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/arthist_bullet.png');
  margin: 10px 20px;
  font-size: 1.1em;
}
#primary ul ul {
  font-size: 1em;
}
#primary ol {
  list-style-type: decimal;
  margin: 10px 20px;
  font-size: 1.1em;
}
#primary ol ol {
  font-size: 1em;
}
#primary table {
  position: relative;
  border-collapse: collapse;
  caption-side: bottom;
  width: 100%;
}
.subcontent #primary table {
  table-layout: fixed;
}
#primary table caption {
  position: relative;
  text-align: left;
  color: #666;
  font-size: 1em;
}
#primary table th,
#primary table td {
  border-right: 1px solid #ccc;
}
#primary table th:last-child,
#primary table td:last-child {
  border-right: none;
}
#primary table th {
  padding: 0.3em 0.5em;
  text-align: left;
  vertical-align: bottom;
}
#primary table tbody td {
  padding: 0.3em 0.5em;
  vertical-align: middle;
  text-align: left;
}
#primary table tbody .odd td {
  background: #eee;
}
#primary hr {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  height: 1px;
  width: 100%;
  background: transparent;
  margin: 0;
}
#primary form {
  width: 100%;
}
@media (min-width: 768px) {
  #primary form {
    width: 65%;
  }
  #primary form#slubForm {
    width: 100% !important;
  }
}
#primary img {
  height: auto;
  border: 3px solid #eee;
  padding: 0px;
  margin: 0px;
}
.home #primary img {
  border: none !important;
}
#primary a img {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  border: none;
}
.blog #primary a img {
  display: block;
  border: 3px solid #eee;
}
.home #primary a img {
  border: none !important;
}
#primary #mainHeadline {
  display: none;
}
@media (min-width: 768px) {
  #primary {
    width: 60%;
    margin: 0 0 0 25px;
    float: left;
  }
  #primary #mainHeadline {
    display: block;
  }
}
#secondary {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 768px) {
  #secondary {
    width: 30%;
    display: block;
    float: right;
    padding-right: 25px;
  }
}
#secondary .box {
  font-family: sans-serif;
  border-bottom: 1px solid #eee;
}
.home #secondary .box:nth-child(2) {
  border-top: none;
  padding-top: 15px;
}
#secondary .box h3 {
  font-size: 24px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #secondary .box h3 {
    font-size: 20px;
  }
}
#secondary .box h3:before {
  content: "// ";
}
#secondary .box h3 a {
  text-decoration: none;
}
#secondary .box ol,
#secondary .box ul {
  color: #777;
  margin: 5px 3px;
  text-align: left;
  padding-left: 8px;
}
#secondary .box li {
  list-style-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/arthist_bullet.png');
  margin-left: 3px;
}
#secondary .box p {
  color: #777;
  margin: 5px 0px;
  text-align: left;
  padding-left: 8px;
}
#secondary .rightnav {
  display: none;
  padding-top: 0;
}
.home #secondary .rightnav {
  display: none;
}
@media (min-width: 768px) {
  #secondary .rightnav {
    display: block;
  }
}
#secondary .rightnav ul {
  margin: 0;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 130%;
}
#secondary .rightnav ul li {
  padding: 5px 0;
}
#secondary .rightnav ul li a {
  color: #666;
  text-decoration: none;
}
#secondary .rightnav ul li.active a {
  font-weight: 700;
}
#secondary .rightnav ul li ul li {
  border-top: none;
  padding: 1px 0 1px 13px;
  background-position: left 4px;
}
#content {
  color: #444;
}
.artistlists h3 {
  padding-top: 20px !important;
}
.artistlists p.bodytext {
  padding: 0 !important;
}
.artistlists a img {
  margin: -3px 0px !important;
}
/* the styles for quotations */
blockquote {
  font-size: 16px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 0 1em;
  padding: 0 0 0 2em;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/cite.png') no-repeat left bottom;
  min-height: 4em;
  text-align: left !important;
}
blockquote p {
  line-height: 120%;
}
blockquote span.cite {
  position: relative;
  font-size: 0.85em;
  font-style: italic;
  color: #999;
  display: block;
}
.csc-header.csc-header-n3,
.csc-firstHeader {
  padding-bottom: 10px;
}
#contentFooter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#contentFooter a.toTop {
  position: relative;
  height: 25px;
  margin: 0 0 20px 0;
  padding: 0 0 0 18px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/toTopArrow.png') no-repeat;
  background-size: 12px 50px;
  color: #444444;
  font-family: sans-serif;
  text-decoration: none;
}
#contentFooter a.toTop:hover {
  color: #CC0000;
  background-position: 0px -25px;
}
#contentFooter .footernav-container {
  flex: 1 0 100%;
}
#contentFooter .footernav-container ul {
  margin: 0 0 20px 0;
}
#contentFooter .footernav-container ul li {
  display: inline-block;
  padding: 0 6px;
  border-left: 1px solid #eee;
}
#contentFooter .footernav-container ul li:first-child {
  border: none;
}
#contentFooter .footernav-container ul.socialmedia-nav {
  position: relative;
}
#contentFooter .footernav-container ul.socialmedia-nav li a {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  border: none;
  overflow: hidden;
  display: block;
  text-indent: -9000px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/cfNavSocialMedia.png') no-repeat 0 0;
  background-size: 25px 100px;
}
#contentFooter .footernav-container ul.socialmedia-nav li a:hover {
  color: #CC0000;
}
#contentFooter .footernav-container ul.socialmedia-nav li a.cfNavFacebook {
  background-position: 0 0;
}
#contentFooter .footernav-container ul.socialmedia-nav li a.cfNavTwitter {
  background-position: 0 -25px;
}
#contentFooter .footernav-container ul.socialmedia-nav li a.cfNavGoogle {
  background-position: 0 -50px;
}
#contentFooter .footernav-container ul.socialmedia-nav li a.cfNavXing {
  background-position: 0 -75px;
}
#contentFooter .footernav-container ul.contentfooter-nav li a {
  color: #444;
  font-family: sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  #contentFooter {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 15px;
  }
  #contentFooter .footernav-container {
    flex: 0 1 auto;
    display: flex;
    align-items: flex-start;
  }
  #contentFooter .footernav-container ul {
    margin: 0;
  }
  #contentFooter .footernav-container ul li {
    height: 25px;
  }
  #contentFooter .footernav-container ul.socialmedia-nav {
    height: 25px;
    border-right: 1px solid #eee;
    display: inline-flex;
  }
  #contentFooter .footernav-container ul.socialmedia-nav li a {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #contentFooter a.toTop {
    margin-left: 15px;
  }
  #contentFooter .footernav-container ul li {
    padding: 0 12px;
  }
}
.floatClear {
  position: relative;
  clear: both;
  background: transparent;
  border: none;
  height: 0;
  width: 100%;
}
body.site-search #primary {
  width: 100%;
}
body.site-search #primary #mainHeadline {
  display: none;
}
body.site-search #secondary,
body.site-search #mobile-nav,
body.site-search .rootline,
body.site-search .result-date {
  display: none;
}
body.site-search h6 {
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 5px;
  font-family: myriad-pro, sans-serif;
}
body.site-search h6.blog {
  color: #9F52A0;
}
body.site-search h6.themen {
  color: #EE5500;
}
body.site-search h6.suchen {
  color: #E40416;
}
body.site-search h6.publizieren {
  color: #0077BB;
}
body.site-search h6.kunstform {
  color: #339933;
}
body.site-search h6.netzwerk {
  color: #4E4E4E;
}
body.site-search h6.service {
  color: #66C1B6;
}
@media (max-width: 768px) {
  body.site-search #tx-solr-search {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  body.site-search .tx-solr-pagination-page-browser {
    clear: left;
  }
  body.site-search .tx-solr-pagination-page-browser ul.tx-pagebrowse {
    margin: 0 !important;
    padding: 15px 0 10px 10px;
  }
}
@media (max-width: 768px) {
  body.site-search #tx-solr-faceting {
    padding-top: 0px;
  }
}
body.site-search #tx-solr-search-functions {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 768px) {
  body.site-search #tx-solr-search-functions {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 10px 30px 10px;
    margin: 0 0 0 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
body.site-search #tx-solr-search-functions.animated {
  -webkit-transition: all 300ms cubic-bezier(0.16, 0.04, 0.14, 1);
  -moz-transition: all 300ms cubic-bezier(0.16, 0.04, 0.14, 1);
  -ms-transition: all 300ms cubic-bezier(0.16, 0.04, 0.14, 1);
  -o-transition: all 300ms cubic-bezier(0.16, 0.04, 0.14, 1);
  transition: all 300ms cubic-bezier(0.16, 0.04, 0.14, 1);
}
body.site-search #tx-solr-search-functions.open {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
body.site-search #tx-solr-search-functions .close-facets {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/close_red.svg') no-repeat center center;
  background-size: 53px;
  z-index: 1010;
  cursor: pointer;
}
@media (min-width: 768px) {
  body.site-search #tx-solr-search-functions .close-facets {
    display: none;
  }
}
.toggle-facets {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 40px;
  height: 50px;
  border: none;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/filter_icon.svg') no-repeat center;
}
@media (min-width: 768px) {
  .toggle-facets {
    display: none;
  }
}
.tx-solr:after {
  position: relative;
  display: table;
  width: 100%;
  content: " ";
  clear: both;
}
body.site-search-blog .relevance-bar,
body.site-search-blog .relevance-percent {
  display: none;
}
body.site-search-blog .result-date {
  display: block;
}
.result-date {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  width: 100%;
  text-align: right;
}
.result-stats {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 1.3;
}
.result-stats .tx-solr-search-word {
  font-weight: bold;
}
@media (min-width: 768px) {
  .result-stats {
    font-size: 12px;
    line-height: inherit;
  }
}
#tx-solr-search {
  float: left;
  width: 72%;
}
#tx-solr-search-functions {
  width: 25%;
  float: right;
}
.results-list {
  margin: 0 0 0 -25px !important;
}
#tx-solr-search .results-list li {
  list-style: none inside;
  margin-left: 0;
}
#tx-solr-pagination:after {
  position: relative;
  display: table;
  width: 100%;
  content: " ";
  clear: both;
}
#tx-solr-pagination form {
  width: auto;
  float: none;
}
#tx-solr-pagination form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 25px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/selectBackground.svg') no-repeat right;
  background-color: #ffffff;
  background-size: 25px 30px;
  padding: 0px 5px 0px 10px;
  margin-left: 5px;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  border-bottom: 3px solid #eaeaea;
  font-family: myriad-pro, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #E40416;
  margin-bottom: 20px;
  width: 58px;
  float: none;
  display: inline-block;
  margin-top: -5px;
}
@media (min-width: 450px) {
  #tx-solr-pagination form select {
    margin-bottom: 0px;
  }
}
h5.results-topic {
  float: left;
  clear: both;
  margin: 0 0 0 0 !important;
}
h5.results-topic a {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #444;
}
li.results-entry {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-top: 1px solid #bababa;
  cursor: pointer;
}
li.results-entry:after {
  position: relative;
  display: table;
  width: 100%;
  content: " ";
  clear: both;
}
li.results-entry:hover {
  background-color: #EAEAEA;
}
li.results-entry:hover h5 a {
  color: #E40416;
}
li.results-entry:hover .tx-solr-relevance-fill {
  background-color: #FFFFFF;
}
li.results-entry:last-child {
  padding-bottom: 50px;
}
.tx-solr-relevance {
  background-color: #E40416;
}
.result-content {
  clear: both;
  padding-top: 5px;
  font-size: 16px;
}
span.results-highlight {
  background-color: #ededed;
  color: #e40416;
}
.relevance-label,
.relevance-bar,
.relevance-percent {
  float: left;
  margin-right: 3px;
  line-height: 10px;
}
.relevance-label {
  display: none;
}
.relevance-percent {
  width: 30px;
  margin-top: -2px;
  text-align: right;
}
.tx-solr-relevance,
.tx-solr-relevance-fill {
  margin-right: 0 !important;
  height: 4px;
  padding: 0;
  float: left;
  border-radius: 5px;
}
.tx-solr-relevance {
  background-color: #E40416;
}
.tx-solr-relevance-fill {
  background-color: #eaeaea;
}
.relevance {
  float: right;
  height: 14px;
  padding-right: 5px;
  margin-top: 5px;
  font-size: 10px;
}
.tx-solr-relevance-bar {
  width: 100px;
  height: 4px;
  font-size: 1px;
  padding: 1px;
}
#tx-solr-pagination {
  margin-top: 20px;
  margin-bottom: 13px;
}
#tx-solr-pagination-results-per-page {
  float: left;
}
#tx-solr-pagination-results-per-page select {
  margin-left: 5px;
}
.tx-solr-pagination-page-browser {
  float: left;
}
.tx-solr-pagination-page-browser ul {
  margin-top: 0px !important;
  text-align: center;
  list-style: none inside none;
  width: 100%;
}
.tx-solr-pagination-page-browser li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 5px 0 0;
}
.tx-solr-pagination-page-browser .pages {
  width: 80%;
}
.tx-solr-pagination-page-browser .pages ol {
  display: inline;
  padding: 0 10px;
}
#tx-solr-faceting {
  width: 90%;
  padding-top: 65px;
}
.secondaryContentSection {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .secondaryContentSection {
    display: block;
    margin-right: 25px;
  }
}
.secondaryContentSection h3 {
  font-size: 24px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #E40416;
  padding-top: 0 !important;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .secondaryContentSection h3 {
    font-size: 20px;
  }
}
.secondaryContentSection h3:before {
  content: "// ";
  margin: 0 4px 0 2px;
}
.secondaryContentSection h3 a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.secondaryContentSection ul {
  margin: 0;
  list-style: none;
}
.secondaryContentSection ul li {
  list-style: none;
}
.secondaryContentSection ul li.facets-remove-all {
  padding: 10px 0;
  text-align: right;
  font-weight: 600;
}
#tx-solr-search-form-pi-search {
  position: relative;
}
#tx-solr-search-form-pi-search .tx-solr-q {
  padding-right: 35px !important;
}
#tx-solr-search-form-pi-search .blog-search-submit {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/searchIcon.png') no-repeat 0 0;
  background-size: 30px, 30px;
  border: none;
  cursor: pointer;
  z-index: 10;
  top: 5px;
  right: 5px;
}
/*
 * AHN Homepage
 *
*/
/* --------[ Basic homepage settings ]---------------------- */
.home #content {
  hyphens: none;
  font-family: myriad-pro, sans-serif;
}
.home #content span.heavy {
  font-weight: 700;
}
.home section {
  margin: 60px 0;
  width: auto;
}
.home section .box,
.home section .csc-textpic {
  margin: 0;
  border: 0 none;
}
@media screen and (min-width: 992px) {
  .home section {
    margin: 80px 0;
  }
}
/* --------[ Slider ]--------------------------------------- */
.home .home-slider {
  padding: 0;
  margin-top: 0;
}
.home .home-slider .carousel-control {
  height: 220px;
  background: transparent;
}
.home .home-slider .carousel-control:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 5px solid white;
  border-width: 5px 5px 0 0;
  content: " ";
}
.home .home-slider .carousel-control.right:after {
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home .home-slider .carousel-control.left:after {
  left: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.home .home-slider .carousel-inner {
  position: relative;
  height: 220px;
}
.home .home-slider .carousel-inner figure {
  height: 100%;
}
.home .home-slider .carousel-inner figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home .home-slider .carousel-inner figure figcaption {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  color: transparent;
}
.home .home-slider .carousel-indicators {
  position: relative;
  margin-top: 2px;
  border-top: 1px solid #EDEDED;
}
.home .home-slider .carousel-indicators:before {
  position: absolute;
  top: -19px;
  left: 18px;
  width: 0;
  height: 0;
  border: 17px solid transparent;
  border-top-width: 0;
  border-bottom-color: white;
  content: " ";
}
.home .home-slider .carousel-indicators:after {
  position: absolute;
  top: -16px;
  left: 20px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-width: 0;
  border-bottom-color: #EDEDED;
  content: " ";
}
.home .home-slider .carousel-indicators li {
  position: relative;
  padding: 10px;
  margin: 0 0 5px 0;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home .home-slider .carousel-indicators li stong {
  font-weight: 800;
}
.home .home-slider .carousel-indicators li.active {
  background: #EDEDED;
}
.home .home-slider .carousel-indicators li:after {
  position: absolute;
  right: 5px;
  bottom: -3px;
  left: 5px;
  height: 1px;
  background: #EDEDED;
  content: " ";
}
.home .home-slider .carousel-indicators li:nth-child(0) {
  color: #6D00D6;
}
.home .home-slider .carousel-indicators li:nth-child(1) {
  color: #9F52A0;
}
.home .home-slider .carousel-indicators li:nth-child(2) {
  color: #0077BB;
}
.home .home-slider .carousel-indicators li:nth-child(3) {
  color: #EE5500;
}
.home .home-slider .carousel-indicators li:nth-child(4) {
  color: #339933;
}
@media screen and (min-width: 480px) {
  .home .home-slider .carousel-indicators {
    display: flex;
    border-bottom: 1px solid #EDEDED;
  }
  .home .home-slider .carousel-indicators:before,
  .home .home-slider .carousel-indicators:after {
    display: none;
  }
  .home .home-slider .carousel-indicators li {
    margin: 0 1px 0 0;
    border: 5px solid white;
    flex: 1 1 50%;
    cursor: pointer;
  }
  .home .home-slider .carousel-indicators li:before {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 45px;
    height: 17px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSIxNyI+PHBhdGggZmlsbD0iI2VkZWRlZCIgZD0iTTIyLjUgNy4xbDEwIDEwaC0yMHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNSAxN2wxMC05LjkgMTAgOS45aDdMMzYgMTMuNWwtOS45LTEwTDIyLjUgMCAxOSAzLjVsLTEwIDEwTDUuNCAxN3oiLz48L3N2Zz4=) no-repeat 0 0;
    background-size: 100% auto;
    content: " ";
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .home .home-slider .carousel-indicators li.active:before {
    top: -17px;
    opacity: 1;
  }
  .home .home-slider .carousel-indicators li:after {
    top: 5px;
    right: -6px;
    bottom: 5px;
    left: auto;
    width: 1px;
    height: auto;
  }
  .home .home-slider .carousel-indicators li:last-child {
    margin: 0;
  }
  .home .home-slider .carousel-indicators li:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home .home-slider .carousel-control,
  .home .home-slider .carousel-inner {
    height: 250px;
  }
  .home .home-slider .carousel-indicators {
    bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-slider .carousel-control,
  .home .home-slider .carousel-inner {
    height: 320px;
  }
  .home .home-slider .carousel-indicators li {
    padding: 20px;
  }
}
/* --------[ Mission statement ]---------------------------- */
.home .home-mission {
  text-align: center;
}
.home .home-mission strong {
  color: #E40416;
}
@media screen and (min-width: 992px) {
  .home .home-mission {
    padding: 0 15%;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-mission {
    padding: 0 20%;
    margin: -40px 0;
  }
}
/* --------[ Main Teaser section ]-------------------------- */
.home .home-teaser .homepage-teaser {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.home .home-teaser .homepage-teaser .item {
  position: relative;
  margin: 10px 0;
  background: black;
  line-height: 0;
}
.home .home-teaser .homepage-teaser .item img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.home .home-teaser .homepage-teaser .item figcaption {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  color: white;
  text-align: center;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.home .home-teaser .homepage-teaser .item figcaption h4 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
  hyphens: auto;
}
.home .home-teaser .homepage-teaser .item figcaption h4 a {
  color: white;
  text-decoration: none;
}
.home .home-teaser .homepage-teaser .item figcaption p.teaser-description {
  font-size: 14px;
  font-weight: 700;
  color: white;
}
@media screen and (min-width: 480px) {
  .home .home-teaser {
    padding: 0;
  }
  .home .home-teaser .homepage-teaser {
    flex-wrap: nowrap;
  }
  .home .home-teaser .homepage-teaser .item {
    margin: 0;
    height: 180px;
    flex: 1 1 auto;
  }
  .home .home-teaser .homepage-teaser .item img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .home .home-teaser .homepage-teaser .item {
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-teaser .homepage-teaser .item {
    height: 280px;
  }
}
/* --------[ News area ]------------------------------------ */
.home .home-news {
  margin-top: -40px;
}
.home .home-news h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
  margin-top: 60px;
}
.home .home-news h3 span.heavy {
  text-transform: initial;
}
.home .home-news h3:before {
  content: "\002F\002F";
  margin-right: 5px;
}
.home .home-news #latestPosts dl {
  font-size: 16px;
  font-weight: 500;
}
.home .home-news #latestPosts dl a {
  font-weight: 500;
  line-height: 1.2;
}
.home .home-news #latestPosts dl dt {
  margin-top: 10px;
}
.home .home-news #latestPosts dl dd {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .home .home-news .col-md-4 {
    padding: 0 30px;
  }
  .home .home-news #latestPosts dl dt {
    margin-top: 30px;
  }
}
/* --------[ Quicklink teasers ]---------------------------- */
.home .home-quicklinks {
  border: 1px solid #EDEDED;
  border-width: 1px 0;
}
.home .home-quicklinks .homepage-teaser {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.home .home-quicklinks .homepage-teaser .item {
  position: relative;
  margin: 30px 0;
  line-height: 0;
  padding-top: 150px;
  text-align: center;
  flex: 1 0 auto;
}
.home .home-quicklinks .homepage-teaser .item img {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  left: 50%;
  margin-left: -70px;
  border-radius: 50% 50% 0 50%;
}
.home .home-quicklinks .homepage-teaser .item figcaption {
  line-height: 1;
}
.home .home-quicklinks .homepage-teaser .item figcaption h4 {
  color: #EE5500;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}
.home .home-quicklinks .homepage-teaser .item figcaption h4 a {
  text-decoration: none;
  color: #EE5500;
}
.home .home-quicklinks .homepage-teaser .item figcaption p.teaser-description {
  font-size: 14px;
  font-weight: 700;
  color: #AEAEAE;
}
@media screen and (min-width: 768px) {
  .home .home-quicklinks {
    padding: 20px 0;
  }
  .home .home-quicklinks .homepage-teaser .item {
    flex: 1 1 auto;
    padding: 150px 15px 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-quicklinks .homepage-teaser .item:after {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background: #EDEDED;
    content: " ";
  }
  .home .home-quicklinks .homepage-teaser .item:last-child:after {
    display: none;
  }
  .home .home-quicklinks .homepage-teaser .item img {
    width: 120px;
    height: 120px;
    margin-left: -60px;
  }
}
/* --------[ Descriptive texts ]---------------------------- */
.home .home-description {
  text-align: center;
}
.home .home-description .col-md-4 h3 {
  font-size: 22px;
  font-weight: 500;
  color: #EE5500;
  text-transform: uppercase;
  margin-top: 40px;
}
.home .home-description .col-md-4 figure img {
  width: 100%;
  height: auto;
  border-radius: 40px 40px 0 40px;
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .home .home-description .col-md-12 {
    padding: 0 15% 60px 15%;
  }
  .home .home-description .col-md-4 {
    text-align: left;
  }
  .home .home-description .col-md-4 h3 {
    position: absolute;
    top: 240px;
    right: 0;
    left: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home .home-description .col-md-4 figure {
    margin-bottom: 70px;
  }
  .home .home-description .col-md-4 figure img {
    height: 200px;
    margin: 0;
    object-fit: cover;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-description .col-md-4 {
    padding: 0 30px;
  }
}
.hide {
  display: none;
}
.slub-forms-form {
  float: none;
  clear: both;
}
.slub-form-tree {
  display: none;
}
.form #primary ul {
  list-style-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/rightnavBullets.png');
}
.slub-forms-back2select {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 0.6em;
  margin-bottom: 10px;
  display: none;
}
.slub-forms-back2select:hover {
  color: #CC0000;
}
#primary .anonymize-form {
  padding: 5px 10px;
  background: #87b4bc;
  border-bottom: 2px solid #6199a2;
  width: 30%;
}
#primary .anonymize-form:hover {
  background: #9acad2;
}
#primary .anonymize-form p {
  margin: 0;
}
h3.formtitle br,
h3.formtitle a.cnt2toplink {
  display: none;
}
input.submit {
  box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
input.submit:hover {
  background: #CC0000;
}
input.submit:active {
  background: #b30000;
}
span.required {
  font-weight: 700;
  color: #cb242a;
}
.altCheckElement {
  display: none;
}
form input[type="checkbox"],
form input[type="radio"] {
  opacity: 100;
  width: 20px;
  height: 20px;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.blog form input[type="checkbox"],
.blog form input[type="radio"] {
  opacity: 100;
}
input[type="checkbox"] {
  z-index: 0;
}
input[type="checkbox"]:checked + .altCheckElement {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAANNJREFUOBHtk8ENwyAMRUNz6BgIiRl6y4m5kkO7SDsIrZRFkLII9a9iyTKgtEqP4WL8/Xk4WOm6Y/39Bbz35xDCsAWGB17tO2nBWnsxxsx04KprnKMGD7yscex5wzGltDjnejowIlL+4hriChtzzrcY40PWsC+AEAGpQRVsglcvowWZSwB0dL12VoV9PBJQ2zMUtS0YPMVQIO5Z1TdkIHeHzkibW4NiP2ITKGE0zak1KAlrAjWMD30DLTok2ECfdm8NQEGflC98YTXu/fWq0EP86QXeByh6qGimdg8AAAAASUVORK5CYII=) no-repeat center center;
}
input[type="radio"]:checked + .altCheckElement {
  background: #fff;
}
input[type="radio"]:checked + .altCheckElement:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background: #888;
  content: "";
}
fieldset.slub-forms-fieldset {
  border: 1px solid #eee;
  padding: 15px 25px;
  margin: 12px 0;
  border-radius: 2px;
  margin-bottom: 35px;
}
fieldset.slub-forms-fieldset legend {
  width: auto;
  text-align: right;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #444;
  border: none;
  border-radius: 5px;
}
fieldset.slub-forms-fieldset:last-child {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0 none;
}
fieldset.intro {
  background: transparent;
  padding: 0;
  border: none;
}
fieldset legend.form-cats {
  color: #fff;
  line-height: 0;
}
fieldset br {
  clear: both;
}
fieldset.submit legend,
fieldset.intro legend,
fieldset.intro .field_title,
fieldset.intro > br {
  display: none;
}
.slub-forms-form label,
.myarthist label {
  display: block;
  float: left;
  max-width: 90%;
  color: #333;
  font-size: 13px;
  clear: both;
  margin: 5px 13px 0 0;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.slub-forms-form label.error,
.myarthist label.error {
  float: none;
  display: none !important;
  padding: 10px;
  line-height: 1.4;
  color: #fff;
  background: red;
  position: absolute;
  right: -300px;
  width: 300px;
  margin: 0;
  z-index: 1;
}
.slub-forms-form label.error:before,
.myarthist label.error:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -10px;
  width: 0;
  height: 0;
  border: 5px solid red;
  border-color: transparent red transparent transparent;
  content: "";
}
.slub-forms-form label[for],
.myarthist label[for],
.slub-forms-form label[HTMLfor],
.myarthist label[HTMLfor] {
  cursor: pointer;
}
.radiogroup {
  display: block;
  width: 100%;
  margin: 2px 0;
  font-size: 11px;
  float: left;
}
.radiogroup .altCheckElement {
  margin-top: 0;
  position: relative;
  border-radius: 20px;
}
.radiogroup input[type="radio"] {
  margin: 7px 3px 3px;
  position: relative;
}
.radiogroup label {
  display: inline;
  float: none;
  clear: none;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.radiogroup br {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
  padding: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 2px 0;
  font-size: 13px;
  float: left;
  text-align: left;
  background: #eaeaea;
  border-radius: 5px;
  border: 1px solid #eee;
  border-color: #ccc;
  outline-style: none;
  color: #278;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  border-color: #278 #49c #49c #278;
}
input[type="text"].valid,
input[type="email"].valid,
input[type="number"].valid,
input[type="password"].valid {
  border-color: #709D2D !important;
}
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error {
  border-color: #c40000 !important;
}
input[type="text"].valid,
input[type="email"].valid,
input[type="number"].valid,
input[type="password"].valid {
  background: #fafafa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAATVJREFUOBFjYBgFAxUCjAVzdHbmzdXJQHcAE7oAMfz8ObohDIyMbv8ZGO6hqyfZwNBQBmagIc3//zMcmpx8ZRe6gSzoAoT4km66cYyMDOp//v9LxqaWEZsgLrHQBm02aRnGW0CvXp2YcsUbmzqSXCgpy5gONEyO8e//AGyGgcQwwjBvrrZj3mzdWqAciutju8W5Gf8zVAMFV09Iu3qBaAOBGoQYmf435s/VmY1sqLCgaB4wZkV+//0DsgwnwHDhxOSra4HeygLqSIIZWtCvIPCfkbHs////C6em3biF0zSgBIq3kBWCEi1QchpQbB4Dw//XDP8ZCxn+/lebmH71EbI6dDZOA0EKYYYyAv36n+H/pInJV/LRDUDnY3gZWcGk5Csz/v9jzAAm4is/f31vRZYbZdMuBABRyFji8UngEAAAAABJRU5ErkJggg==) no-repeat right center;
}
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error {
  background: #e3e3e3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAKRJREFUOBHtk0EKwjAURB9FEDyQO72ZLvROrkvxXGoG/NBO+yNtXTab5M/Mf0lTAtv4+w08YN/C6RdYGWU917hwgOMOug5u7kUtTxllQ6vOanjCewpa82ZDF8Nipz6gvw5/0Ryg7Aoc2riwti4/Kx86Xdnx8oK7UloXjTNc867EEcw/c0pL2odyrbHmDSnfqi0vwE/mwYAq696oXvv0RsBNmH0DHzQ6ScoK1fitAAAAAElFTkSuQmCC) no-repeat right center;
}
textarea {
  padding: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 2px 0;
  font-size: 13px;
  float: left;
  text-align: left;
  background: #eaeaea;
  border-radius: 5px;
  border: 1px solid #eee;
  border-color: #ccc;
  outline-style: none;
  color: #278;
}
textarea:focus {
  border-color: #278 #49c #49c #278;
}
textarea.valid {
  border-color: #709D2D !important;
}
textarea.error {
  border-color: #c40000 !important;
}
select {
  padding: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 2px 0;
  font-size: 13px;
  float: left;
  text-align: left;
  background: #eaeaea;
  border-radius: 5px;
  border: 1px solid #eee;
  border-color: #ccc;
  outline-style: none;
  color: #278;
  margin-top: 25px;
  color: #444;
  background-color: #ededed;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  border: 1px solid #c2c2c2;
}
select:focus {
  border-color: #278 #49c #49c #278;
}
select.valid {
  border-color: #709D2D !important;
}
select.error {
  border-color: #c40000 !important;
}
select[name="md_query_cat0"],
select[name="md_query_sort"] {
  margin-top: 0;
}
select[name="md_query_sort"] {
  margin-bottom: 25px;
}
input[name="md_query_var3"] {
  margin-bottom: 25px;
}
#primary form input.submit,
.anonymize-form,
#primary form input[type="submit"] {
  border: 0 none;
  padding: 10px;
  margin: 32px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  text-align: center;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  background: #E40416;
}
#primary form input.submit:hover,
.anonymize-form:hover,
#primary form input[type="submit"]:hover {
  background: #cb0414;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.refineText {
  width: 100%;
  height: 32px;
  padding: 5px 0px 5px 10px;
  font-size: 16px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #278;
  background-color: #fafafa;
  border: 1px solid #eee;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  border-radius: 5px;
  outline-style: none;
}
input.refineText:focus {
  background-color: #eee;
}
input.refineSend {
  width: 30px;
  height: 30px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/searchIcon.png') no-repeat 0 0;
  background-size: 20px, 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 37px;
  right: 0px;
  text-indent: -9999px;
}
/* searchWidget */
#searchSword {
  padding-bottom: 55px;
}
#searchSword label {
  display: none;
}
#searchSword #tx-t3blog-sword-wrapper {
  display: inline-block;
  position: absolute;
  right: 0px;
  left: 4px;
}
#searchSword #tx-t3blog-sword {
  width: 100%;
  height: 32px;
  padding: 5px 0px 5px 10px;
  font-size: 16px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #278;
  background-color: #fafafa;
  border: 1px solid #eee;
  outline-style: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -moz-box-shadow: 0px 1px 0px 0px rgba(119, 119, 119, 0.4) !important;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  border-radius: 5px;
}
#searchSword #tx-t3blog-sword:focus {
  background-color: #eee;
}
#searchSword .button {
  width: 30px;
  height: 30px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/searchIcon.png') no-repeat 0 0;
  background-size: 20px, 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 37px;
  right: 0px;
  text-indent: -9999px;
}
#germanSalesAuctionCatalogue form {
  width: 100%;
}
#germanSalesAuctionCatalogue form select {
  width: 30%;
  float: left;
  margin-right: 2%;
  margin-top: 0;
}
@media (max-width: 768px) {
  #germanSalesAuctionCatalogue form select {
    width: 100%;
    margin: 0 0 0.2em 0;
  }
}
#germanSalesAuctionCatalogue form input {
  width: 68%;
  float: left;
}
@media (max-width: 768px) {
  #germanSalesAuctionCatalogue form input {
    width: 100%;
    float: left;
    margin-bottom: 2em;
  }
}
#germanSalesAuctionCatalogue form input[type="submit"] {
  width: 30%;
  float: none;
}
@media (max-width: 768px) {
  #germanSalesAuctionCatalogue form input[type="submit"] {
    width: 100%;
    float: none;
  }
}
#germanSalesAuctionCatalogue form span {
  width: 100%;
  float: left;
}
#germanSalesAuctionCatalogue form a {
  width: 100%;
  float: left;
}
#germanSalesAuctionCatalogue form br {
  clear: left;
}
/*
 * AHN-Blog-CSS
 *
*/
.clear {
  position: relative;
  clear: both;
}
p.blogCommentMessage {
  background: #636;
  color: #fff;
  padding: 5px;
}
#secondary .box .rss h3 {
  display: none;
}
.blog .box {
  border-bottom: none;
}
#categories li .active {
  font-weight: bold;
}
#ahn_rss ul {
  padding-left: 0px !important;
  margin-left: -5px !important;
}
#ahn_rss ul li {
  line-height: 25px;
  list-style-image: none !important;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/ahn_rss_icon.svg') no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px !important;
}
#ahn_fb {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/cfNavSocialMedia.png') no-repeat 0 0;
  background-size: 25px 100px;
  background-position: 0 0;
  height: 25px;
  line-height: 25px;
  padding-left: 35px !important;
}
#ahn_twit {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/cfNavSocialMedia.png') no-repeat 0 0;
  background-size: 25px 100px;
  background-position: 0 -26px;
  height: 25px;
  line-height: 25px;
  padding-left: 35px !important;
}
#primary .news .page-navigation ul.f3-widget-paginator {
  float: right;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
}
.blog #primary .news .page-navigation ul.f3-widget-paginator {
  list-style-image: none;
}
#primary .news .page-navigation ul.f3-widget-paginator li {
  float: left !important;
  margin: 0 !important;
  list-style: none !important;
}
#primary .news .page-navigation ul.f3-widget-paginator li.first span,
#primary .news .page-navigation ul.f3-widget-paginator li.previous span,
#primary .news .page-navigation ul.f3-widget-paginator li.next span,
#primary .news .page-navigation ul.f3-widget-paginator li.last span {
  display: none;
}
#primary .news .page-navigation ul.f3-widget-paginator li.first a,
#primary .news .page-navigation ul.f3-widget-paginator li.previous a,
#primary .news .page-navigation ul.f3-widget-paginator li.next a,
#primary .news .page-navigation ul.f3-widget-paginator li.last a {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  width: 20px;
  height: 20px;
  float: left;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/blogCtrl.png') no-repeat 0 0;
  margin: 0 2px;
}
#primary .news .page-navigation ul.f3-widget-paginator li.page a {
  color: #999;
  text-decoration: none !important;
  padding: 0 5px;
}
#primary .news .page-navigation ul.f3-widget-paginator li.page a:hover {
  color: #636;
}
#primary .news .page-navigation ul.f3-widget-paginator li.first a {
  background-position: 0 0;
}
#primary .news .page-navigation ul.f3-widget-paginator li.first a:hover {
  background-position: 0 -20px;
}
#primary .news .page-navigation ul.f3-widget-paginator li.previous a {
  background-position: -20px 0;
}
#primary .news .page-navigation ul.f3-widget-paginator li.previous a:hover {
  background-position: -20px -20px;
}
#primary .news .page-navigation ul.f3-widget-paginator li.current {
  color: #666;
  font-weight: bold;
  padding: 0 5px;
}
#primary .news .page-navigation ul.f3-widget-paginator li.next a {
  background-position: -40px 0;
}
#primary .news .page-navigation ul.f3-widget-paginator li.next a:hover {
  background-position: -40px -20px;
}
#primary .news .page-navigation ul.f3-widget-paginator li.last a {
  background-position: -60px 0;
}
#primary .news .page-navigation ul.f3-widget-paginator li.last a:hover {
  background-position: -60px -20px;
}
/* itemTop (MetaNav above Headline) */
#primary .itemTop {
  color: #999;
  font-size: 11px;
  margin: 0 0 0 -2px;
}
#primary .itemTop .itemNav {
  display: inline;
}
#primary .itemTop span {
  border-right: 1px solid #eee;
  display: inline;
  padding: 0 5px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
}
#primary .itemTop span.views {
  display: none;
}
@media (min-width: 440px) {
  #primary .itemTop span.views {
    display: inline;
  }
}
#primary .itemTop span.time {
  display: none;
  border: 0;
  padding-right: 0;
}
@media (min-width: 360px) {
  #primary .itemTop span.time {
    display: inline;
  }
}
#primary .itemTop a {
  color: #999 !important;
  text-decoration: none !important;
}
#primary .itemTop a:hover {
  color: #666 !important;
  text-decoration: none !important;
}
#primary .itemTop .commentsBlurb {
  position: absolute;
  display: inline;
  top: 0;
  right: 0;
  height: 25px;
  padding: 0;
  border: none;
  color: #999;
}
#primary .itemTop .commentsBlurb:before {
  content: "";
}
@media (min-width: 360px) {
  #primary .itemTop .commentsBlurb:before {
    content: "Kommentare: ";
  }
}
#primary .itemTop .commentsBlurb span.comments {
  border: none;
  padding: 0;
}
#primary .itemTop .commentsBlurb a {
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 7px;
  background: #9F52A0;
  margin: 0 0 0 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#primary .itemTop .commentsBlurb a:hover {
  background: #636;
}
/* listView */
#primary .news-list-view {
  position: relative;
  clear: both;
}
#primary .news-list-view .item {
  position: relative;
  margin: 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #eee;
}
#primary .news-list-view .item:last-child {
  margin-bottom: 0;
}
#primary .news-list-view .itemNav {
  display: none;
}
#primary .news-list-view .cnt2toplink {
  display: none;
}
#primary .itemBody {
  clear: both;
}
#primary .itemBody h3 {
  margin: 5px 0;
}
#primary .itemBody h3 a {
  color: #c00;
  text-decoration: none;
  padding: 0 30px 0 0;
  line-height: 120%;
}
#primary .itemBody ul {
  list-style: disc;
  margin: 0 0 0 16px;
}
#primary .itemBody p {
  margin: 0;
}
#primary .itemBody p img {
  border: 1px solid #eee;
}
#primary .itemBody h3:first-child .cnt2toplink {
  display: none;
}
/* calendarWidget */
#calendar table {
  width: 100%;
  height: 145px;
  background: transparent;
  color: #34a9d5;
  border-collapse: collapse;
  font-size: 0.8em;
}
#calendar td,
#calendar th {
  text-align: center;
  vertical-align: middle;
  color: #666;
  border: 1px solid #ccc;
}
#calendar td {
  width: 25px;
  background-color: #fff;
}
#calendar td.isBlogDay a {
  display: block;
  color: #c00;
  text-decoration: none;
  font-weight: bold;
  background: none;
  padding: 0;
}
#calendar td.isBlogDay a:hover {
  color: #fff;
  background: #c00;
}
#calendar td.isBlogDay:hover {
  color: #fff;
  background: #c00;
}
#calendar td.calendarToday {
  background: #eee;
}
#calendar th {
  background-color: #fff;
  color: #999999;
  padding: 2px;
  border: none;
  height: 20px;
}
#calendar th a {
  background: none;
}
#calendar th.navigation a {
  padding: 0;
}
#calendar .navigation a {
  position: relative;
  height: 20px;
  width: 20px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/blogCtrl.png') no-repeat 0 0;
}
#calendar .previous a {
  background-position: 0 0;
}
#calendar .next a {
  background-position: -60px 0;
  float: right;
}
/* rssWidget */
.rss {
  position: relative;
}
.rss_post {
  float: left;
  padding-left: 8px;
}
.rss_post img {
  float: left;
  padding-top: 3px;
  padding-right: 5px;
}
.rss_post a {
  float: left;
  margin: -3px 0;
  padding: 5px;
}
.rss_comment {
  clear: right;
  padding: 2px;
}
.rss_comment a {
  border-left: 1px solid #eee;
  padding-left: 5px;
}
/* some SidebarStuff */
.latestCommentsList,
#latestPosts {
  padding-left: 8px;
}
.latestCommentsList dd,
#latestPosts dd {
  color: #777;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 10px;
}
.latestCommentsList dt:first-child,
#latestPosts dt:first-child {
  padding-top: 10px;
}
.latestCommentsList a,
#latestPosts a {
  text-decoration: none;
  display: block;
  line-height: 140%;
  color: #444;
  font-weight: 300;
}
.latestCommentsList a:hover,
#latestPosts a:hover {
  color: #9F52A0;
}
.catHideButton {
  position: relative;
  border-top: 1px solid #eee;
  padding: 3px 21px 3px 3px;
  color: #666;
  cursor: pointer;
  text-align: right;
}
.catHideButton:hover {
  background: #eee;
  color: #636;
}
.catHideButton .nose {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  position: absolute;
  top: 11px;
  right: 5px;
}
.catHideButton .noseUp {
  border-color: transparent transparent #666 transparent;
  top: 8px;
}
/* singleView */
.single {
  position: relative;
  margin: 32px 0 0 0;
  border-top: 1px solid #eee;
  padding: 10px 0 20px 0;
}
@media (min-width: 370px) {
  .single {
    margin: 10px 0 0 0;
  }
}
.single h3 {
  margin-bottom: 20px !important;
}
#singleNavigation {
  height: 32px;
  font-size: 11px;
  margin: 10px 0 0 0;
}
#singleNavigation a {
  text-decoration: none;
  color: #999;
}
#singleNavigation a:hover {
  color: #c00 !important;
}
#singleNavigation .previous,
#singleNavigation .next {
  width: 34%;
}
#singleNavigation .previous a,
#singleNavigation .next a {
  height: 22px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/blogSingleCtrl.png') no-repeat 0 0;
  line-height: 20px;
  display: block;
}
#singleNavigation .previous {
  float: left;
  text-align: left;
}
#singleNavigation .previous a {
  background-position: 0 0;
  padding-left: 20px;
}
#singleNavigation .previous a:hover {
  background-position: 0 -20px;
}
#singleNavigation .next {
  float: right;
  text-align: right;
}
#singleNavigation .next a {
  background-position: right -40px;
  padding-right: 20px;
}
#singleNavigation .next a:hover {
  background-position: right -60px;
}
#singleNavigation .backtolist {
  position: relative;
  display: block;
  float: left;
  width: 30%;
  width: 32%;
  text-align: center;
}
#singleNavigation .backtolist a {
  color: #ccc;
}
.single .itemNav ul {
  list-style-image: none;
  margin: 0;
}
.single .itemNav ul li {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
}
.single .itemNav ul li a:first-child {
  padding-left: 0;
}
#primary .blogimage {
  float: left;
  background: #eee;
  padding: 4px;
  position: relative;
  margin: 0 20px 20px 0;
}
#primary .blogimage p {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #666;
  margin: 4px 0;
}
.socialMediaSingleContainer {
  display: none;
  position: relative;
  margin: 10px 0;
  border: 1px solid #eee;
  border-width: 1px 0;
  padding: 5px 0;
}
.socialMediaSingleContainer strong {
  float: left;
  margin-left: 4px;
  line-height: 20px;
}
.socialMediaSingleContainer .socialMediaBar {
  position: relative;
  top: auto;
  right: auto;
  float: left;
  margin: 0 !important;
  list-style: none;
  list-style-image: none !important;
}
.socialMediaSingleContainer .socialMediaBar li {
  background: transparent;
  float: left;
  padding: 0 5px;
  border-right: 1px solid #eee;
}
.socialMediaSingleContainer .socialMediaBar li:last-child {
  border-right: none;
}
.socialMediaSingleContainer .socialMediaBar a {
  position: relative;
  display: block;
  text-indent: -9000px;
  white-space: nowrap;
  height: 20px;
  width: 20px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/ahn_socialMedia_blog.png') no-repeat 0 0;
}
.socialMediaSingleContainer .socialMediaBar a.cfNavFacebook {
  background-position: 0 0;
}
.socialMediaSingleContainer .socialMediaBar a.cfNavTwitter {
  background-position: 0 -20px;
}
.socialMediaSingleContainer .socialMediaBar a.cfNavXing {
  background-position: 0 -40px;
}
.socialMediaSingleContainer .socialMediaBar a.cfNavGoogle {
  background-position: 0 -60px;
}
.news-archive-view .archive {
  padding-left: 0px !important;
}
.news-archive-view .archive li {
  list-style: none !important;
  margin-left: 0 !important;
}
.news-archive-view .archive .year {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 2px;
}
.news-archive-view .archive .year > .ahnBlogArchiveToggle {
  cursor: pointer;
}
.news-archive-view .archive .year > .ahnBlogArchiveToggle:hover {
  text-decoration: underline;
}
.news-archive-view .archive .year:last-child {
  border-bottom: none;
}
.news-archive-view .archive ul.months li.month {
  font-size: 10px;
  padding: 3px 0 3px 13px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/rightnavBullets.png') no-repeat left 5px;
}
.news-archive-view .archive ul.months li.month .entries {
  display: none;
}
.news-archive-view .archive .postnum {
  float: right;
}
.news-archive-view .archive .open {
  font-weight: bold;
}
/* Comments on Page */
#commentsList {
  position: relative;
  border-width: 0 0 1px 0;
  border-color: #aeaeae;
  border-style: solid;
  padding: 10px 0 20px 0;
  color: #333;
}
#commentsList h3.commentListTitle {
  position: relative;
  display: block;
  margin: 0;
  font-size: 2.2em;
  font-style: normal;
  line-height: 1em;
  font-weight: normal;
  color: #ccc;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
#commentsList .commentTopNav > div {
  position: relative;
  width: 100%;
  color: #999;
  font-size: 11px;
  padding: 0 5px;
  border-left: 1px solid #eee;
}
#commentsList .commentTopNav > div.comment-date {
  margin-bottom: 7px;
  color: #ababab;
}
#commentsList .commentBody {
  position: relative;
  clear: both;
}
#commentsList > ul > li {
  list-style: none !important;
  position: relative;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/blogCommentIcon.png') no-repeat right bottom;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  #commentsList > ul > li {
    padding: 30px 26px 0 0;
  }
}
#commentsList > ul > li > ul > li {
  list-style: none !important;
  position: relative;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/blogCommentIcon.png') no-repeat right bottom;
  border-top: 1px solid #eee;
  margin: 0 0 30px 0;
}
#commentsList .item {
  position: relative;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 0;
}
#commentsList .item .comment-text:first-child {
  margin: -30px 0 0 0;
}
@media (min-width: 768px) {
  #commentsList .item .comment-text:first-child {
    margin: -30px 26px 0 0;
  }
}
#commentsList .item p {
  color: #666;
  margin: 0 0 10px 0;
}
#commentsList .item h5 {
  color: #9F52A0;
  margin: 0 0 10px 0;
}
#commentsList .item .comment-answer a {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 10000;
  font-size: 11px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/blogCommentReply.png') no-repeat right 0;
  padding: 3px 16px 0 0;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #999;
}
#commentsList .item .comment-answer a:hover {
  color: #c00;
  background-position: right -20px;
}
@media (min-width: 768px) {
  #commentsList .item .comment-answer a {
    right: 0;
  }
}
#primary #permalinkResult {
  position: relative;
  display: block;
  width: 520px;
  font-size: 14px;
  color: #345;
  border: none;
  background: transparent;
  float: none;
  margin: 0;
  padding: 0;
}
#primary #permalinkResult::selection,
#primary #permalinkResult::-moz-selection,
#primary #permalinkResult::-webkit-selection {
  background: #078;
  color: #fff;
}
/* Tagcloud */
.tx-vgetagcloud-pi1 {
  background-color: #fff;
}
.tx-vgetagcloud-pi1 ul {
  width: 100%;
  padding-left: 8px;
  margin: 5px 0 5px -3px !important;
}
.tx-vgetagcloud-pi1 ul li {
  list-style: none !important;
  margin-left: 0 !important;
}
.tx-vgetagcloud-pi1 ul li a {
  float: left;
  line-height: 18px;
  text-decoration: none;
  margin: 0 3px;
  padding: 2px;
}
.tx-vgetagcloud-pi1 ul li a[class^="weight-3"] {
  color: #333 !important;
}
.tx-vgetagcloud-pi1 ul li a[class^="weight-2"] {
  color: #666 !important;
}
.tx-vgetagcloud-pi1 ul li a[class^="weight-1"] {
  color: #999 !important;
}
.tx-vgetagcloud-pi1 ul li a[class="weight-9"],
.tx-vgetagcloud-pi1 ul li a[class="weight-8"],
.tx-vgetagcloud-pi1 ul li a[class="weight-7"],
.tx-vgetagcloud-pi1 ul li a[class="weight-6"],
.tx-vgetagcloud-pi1 ul li a[class="weight-5"],
.tx-vgetagcloud-pi1 ul li a[class="weight-4"],
.tx-vgetagcloud-pi1 ul li a[class="weight-3"],
.tx-vgetagcloud-pi1 ul li a[class="weight-2"],
.tx-vgetagcloud-pi1 ul li a[class="weight-1"] {
  color: #ccc !important;
}
.tx-vgetagcloud-pi1 ul li a:hover {
  text-decoration: underline;
  color: #636 !important;
}
ul.tx-news-keywords {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
ul.tx-news-keywords li {
  display: inline;
  white-space: nowrap;
}
ul.tx-news-keywords li a {
  line-height: 1.3em;
  text-decoration: none;
}
ul.tx-news-keywords li a:hover {
  text-decoration: underline;
}
ul.tx-news-keywords li.weight-0 a {
  color: #ddd;
  font-size: 80%;
}
ul.tx-news-keywords li.weight-1 a {
  color: #ccc;
  font-size: 90%;
}
ul.tx-news-keywords li.weight-2 a {
  color: #bbb;
  font-size: 100%;
}
ul.tx-news-keywords li.weight-3 a {
  color: #aaa;
  font-size: 110%;
}
ul.tx-news-keywords li.weight-4 a {
  color: #999;
  font-size: 120%;
}
ul.tx-news-keywords li.weight-5 a {
  color: #888;
  font-size: 130%;
}
ul.tx-news-keywords li.weight-6 a {
  color: #777;
  font-size: 140%;
}
ul.tx-news-keywords li.weight-7 a {
  color: #666;
  font-size: 150%;
}
ul.tx-news-keywords li.weight-8 a {
  color: #555;
  font-size: 160%;
}
ul.tx-news-keywords li.weight-9 a {
  color: #444;
  font-size: 180%;
}
ul.tx-news-keywords li.weight-10 a {
  color: #333;
  font-size: 200%;
}
.offsetBottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .offsetBottom {
    padding-bottom: 0;
  }
}
.offsetTop {
  padding-top: 20px;
}
/* IE-Hacks */
* html .single,
* html .blogList .item {
  height: 100px;
}
* html #searchSword .button {
  right: 21px;
}
* html #commentList .item,
* html #commentList .item .comment-text {
  height: 10px;
}
* html #commentList .item .commentComments {
  top: 38px;
}
/* EOF */
.noSeparators .box {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.fancybox-title-float-wrap .child {
  white-space: normal !important;
  border-radius: 5px !important;
}
.fancybox-skin {
  border-radius: 5px !important;
}
#fancybox-content {
  color: #333;
  font-size: 13px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.tx-slubahnxslt-pi1 {
  padding-top: 3em;
}
.fancybox-title-outside-wrap {
  display: inline-block;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold !important;
  line-height: 24px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.tx-slub-ahn-kunstform2 div.year {
  clear: left;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 700;
}
.tx-slub-ahn-kunstform2 div.year:first-child {
  padding-top: 0;
}
.tx-slub-ahn-kunstform2 ul.issue li {
  float: left;
  padding-left: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  list-style: none !important;
  margin-left: 0 !important;
  border-right: 1px solid #eee;
}
.tx-slub-ahn-kunstform2 ul.issue li:last-child {
  border: none;
}
.tx-slub-ahn-kunstform2 ul.issue:last-child {
  padding-bottom: 50px;
}
.tx-slub-ahn-kunstform2 ul.reviewDetails li {
  margin: 20px 20px 20px 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.tx-slub-ahn-kunstform2 ul.reviewDetails li:last-child {
  border-bottom: none;
}
.tx-slub-ahn-kunstform2 div.reviewCategory {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.tx-slub-ahn-kunstform2 div.reviewer {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.tx-slub-ahn-kunstform2 .url a {
  word-wrap: break-word;
}
.kunstformIntro {
  padding-bottom: 10px;
}
.kunstformIntro a {
  text-decoration: none;
}
.kunstformIntro a:hover {
  color: #339933;
}
/* content list design for the german-sales Ausstellungskataloge */
#primary ul.browsing {
  max-width: 100%;
}
@media (min-width: 768px) {
  #primary ul.browsing {
    max-width: 85%;
  }
}
#primary ul.browsing a {
  color: #444 !important;
  text-decoration: none;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
#primary ul.browsing a:hover {
  color: #EE5500 !important;
}
#primary ul.browsing ul {
  padding-top: 10px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  #primary ul.browsing ul {
    margin-left: 15px;
  }
}
#primary ul.browsing li.plus {
  list-style-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/list-plus.png');
}
#primary ul.browsing li.minus {
  list-style-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/list-minus.png');
}
#primary ul.browsing li.dok_ubhd {
  width: 100% !important;
  background-color: #fafafa !important;
  border-radius: 5px;
  border: 1px solid #eee !important;
  padding: 5px 15px !important;
  margin-bottom: 10px;
  list-style: none;
  clear: both;
  min-height: 75px;
}
#primary ul.browsing li.dok_ubhd p {
  margin: 4px -10px 0 0;
}
#primary ul.browsing li.dok_ubhd img {
  padding-top: 0 !important;
  float: left;
}
#primary .textgallery {
  max-width: 100%;
  margin: 5px 0px 0px 0px;
}
#primary .textgallery img {
  border: 3px solid #eee;
  max-height: auto;
}
#primary > div.teasers {
  padding-top: 8px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#primary > div.teasers ul {
  margin-left: 0;
}
#primary > div.teasers li {
  margin: 0 0 24px;
}
#primary > div.teasers img {
  float: left;
  margin: 0px 16px 0px 0px !important;
}
#primary > div.teasers a.teaserMoreLink {
  display: block;
  text-align: left;
  padding-bottom: 16px;
  text-decoration: underline;
  font-weight: 700;
  text-underline-position: under;
  font-size: 0.8em;
}
#primary > div.teasers a.teaserMoreLink:not(:hover) {
  color: #666;
}
#primary > div.teasers .csc-textpic-imagewrap,
#primary > div.teasers .csc-textpic-single-image {
  margin-top: 0;
}
#primary > .teasers ~ .teasers {
  padding-top: 16px;
}
#primary .homeShortcuts {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
}
#primary .homeShortcuts ul {
  margin: 0;
}
#primary .homeShortcuts ul li {
  float: left;
  margin: 4px -1px 4px 0;
  border: 1px solid #999;
  border-width: 0 1px;
  padding: 0 4px;
  line-height: 100%;
}
#primary .biographyBox {
  position: relative;
  margin-top: 30px;
  min-height: 150px;
}
#primary .biographyBox .csc-textpic-clear {
  display: none;
}
#primary .biographyBox p.biofulltext {
  display: inline;
  float: none;
  clear: both;
}
@media (min-width: 768px) {
  #primary .biographyBox p.biofulltext {
    padding: 0 0 0 125px;
  }
}
#primary .biographyBox span.subHead {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1em;
  display: block;
}
@media (min-width: 768px) {
  #primary .biographyBox span.subHead {
    padding: 0 0 0 125px;
  }
}
#primary .biographyBox h3 {
  margin: 0;
  color: #777;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  line-height: 120%;
  font-weight: 700;
}
@media (min-width: 768px) {
  #primary .biographyBox h3 {
    padding: 0 0 0 125px;
  }
}
#primary .biographyBox h3 .cnt2toplink {
  display: none;
}
#primary .biographyBox .bioImage img {
  max-width: 90px !important;
  height: auto !important;
  padding-top: 0 !important;
  border: 4px solid #ddd !important;
}
@media (min-width: 768px) {
  #primary .biographyBox .bioImage {
    position: absolute;
    top: 7px;
    left: 0px;
  }
}
#primary .biographyBox .biometa {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #primary .biographyBox .biometa {
    padding: 0 0 0 125px;
  }
}
#primary .biographyBox .openBioFullText {
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 0 18px 0 0;
  height: 16px;
  margin: -8px 0 0;
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: underline;
  font-weight: 700;
}
#primary .biographyBox .openBioFullText.more {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/bioMoreButton.png') no-repeat right 4px;
}
#primary .biographyBox .openBioFullText.more::after {
  content: "Mehr";
}
#primary .biographyBox .openBioFullText.less {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/bioMoreButton.png') no-repeat right -13px;
}
#primary .biographyBox .openBioFullText.less::after {
  content: "Weniger";
}
#primary .biographyBox .openBioFullText:not(:hover) {
  color: #444;
}
/* Category-Teaser (aka Schirmseiten) */
#primary .categoryTeasers {
  position: relative;
  width: 100%;
  padding-top: 35px;
}
#primary .categoryTeasers dl a dd {
  display: none !important;
}
#primary .categoryTeasers .categoryTeaserImage {
  position: relative;
  max-width: 100%;
  border: 4px solid #ddd;
  border-radius: 5px;
  padding-top: 110.7142857%;
  background-size: cover !important;
  background-position: center;
}
#primary .categoryTeasers dl {
  position: relative;
  width: 40%;
  padding: 0 5%;
  margin: 0;
  box-sizing: initial;
  float: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  #primary .categoryTeasers dl {
    width: 28%;
    padding: 0 2.5%;
  }
}
#primary .categoryTeasers dd {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: initial;
}
#primary .categoryTeasers dd h4 {
  margin: 0;
  height: 7em;
  font-size: 13px;
  line-height: 135%;
  font-weight: 700;
  font-family: myriad-pro, sans-serif;
}
#primary .categoryTeasers dd h4 a {
  text-decoration: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  #primary .categoryTeasers dd h4 a {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
#primary .categoryTeasers dd h4 a:hover {
  text-decoration: underline;
}
#primary .categoryTeasers dd p {
  display: none;
}
#primary .categoryTeasers dl dd .categoryClip {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 50px;
  height: 50px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/catTeaserClip.png') no-repeat 0 0;
  cursor: pointer;
}
#primary .categoryTeasers dl dd .categoryClip:hover {
  background-position: 0 -50px;
}
/*Galleries */
#primary .imagegallery ul {
  margin: 0 4px;
}
#primary .imagegallery ul li {
  list-style: none !important;
  float: left;
  margin: 10px 4px;
}
#primary .imagegallery ul li img {
  height: 150px;
  margin: 0 !important;
}
.igDescription,
figcaption.csc-textpic-caption {
  position: relative;
  clear: both;
  padding: 5px 0px;
  line-height: 150%;
  font-size: 12px;
}
@media (max-width: 580px) {
  .igDescription,
  figcaption.csc-textpic-caption {
    text-align: center;
  }
}
.igDescription {
  font-style: italic;
  font-weight: 700;
  font-family: myriad-pro, sans-serif;
}
figcaption.csc-textpic-caption {
  font-family: myriad-pro, sans-serif;
}
p.imagecaption {
  font-weight: 700;
  font-size: 12px;
  font-style: italic;
  font-family: myriad-pro, sans-serif;
  padding-left: 25px;
  margin-top: -15px !important;
  max-width: 100%;
}
@media (min-width: 580px) {
  p.imagecaption {
    text-align: center;
    padding-left: 0px;
  }
}
/* css styled content */
div.csc-textpic-center .igDescription,
div.csc-textpic-center figcaption.csc-textpic-caption {
  max-width: 100% !important;
}
div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner {
  max-width: 100%;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
  margin-left: 35px !important;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
  margin-right: 35px !important;
}
div.csc-textpic {
  margin-bottom: 1em;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
  float: left;
}
div.csc-textpic-imagewrap {
  max-width: 100% !important;
  margin: 0px;
  padding: 0px;
}
/* Sidebars Subnavigation */
.specCategoryTitle {
  background: #666;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  border-top: 5px solid #fff;
}
#albTopFrame {
  position: relative;
  width: 100%;
  height: 100px;
}
#albTopFrame .borderBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/albBorderBottom.png') repeat-x 0 0;
}
#albTopFrame #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: none;
  background: transparent;
  margin: 0;
}
#albTopFrame #header h1 a#homelink {
  background: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/albHeaderLogo.png') no-repeat 0 0;
}
#albTopFrame .backLink {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 700;
  color: #fff;
}
.tx-slubrssaggregator-pi1 {
  margin-right: 10px;
  margin-left: 2px;
}
.newsbox li {
  margin: 10px 0;
}
.newsbox a {
  text-decoration: none;
  display: block;
  line-height: 140%;
}
.newsbox .aaMeta {
  position: relative;
  display: block;
  color: #999;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 120%;
}
.tx-slubrssaggregator-pi1-item a {
  text-decoration: none;
  display: block;
  line-height: 140%;
}
.tx-slubrssaggregator-pi1-item a:hover {
  color: #9F52A0;
}
.newsbox li,
.tx-slubrssaggregator-pi1-item {
  padding-bottom: 15px;
}
.newsbox .aaMeta .pubdate,
.tx-slubrssaggregator-pi1-item .pubdate,
.newsbox .aaMeta .feedtitle,
.tx-slubrssaggregator-pi1-item .feedtitle {
  position: relative;
  display: block;
  color: #999;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 120%;
  margin-left: 10px;
}
.newsbox .aaMeta .pubdate,
.tx-slubrssaggregator-pi1-item .pubdate {
  padding-top: 0.5em;
}
table#partnerTable {
  border-collapse: collapse;
  border: none;
  max-width: 100%;
}
table#partnerTable tr.tr-images td {
  min-height: 50px;
  border-bottom-style: none;
  padding-top: 10px;
}
table#partnerTable tr.tr-images td img {
  width: 90%;
  max-width: 90%;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
}
table#partnerTable td {
  border-top: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  width: 33.3%;
}
table#partnerTable tr:last-child td {
  border-bottom: none;
}
#footer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 25px;
}
#navigator {
  margin: 20px 0;
  line-height: 120%;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 55px;
}
#navigator a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#navigator h3 {
  color: #555;
  font-size: 16px;
  margin: 0 0 10px 25px;
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 600;
}
#navigator > ul {
  padding: 10px 25px;
  line-height: 100%;
  margin: 0;
}
#navigator > ul > li {
  clear: both;
}
#navigator > ul > li > a {
  float: left;
  width: 25%;
  font-weight: 700;
  padding: 0 10px 0 0;
}
#navigator ul li {
  padding-top: 10px;
}
#navigator ul li a {
  width: 130px;
  display: block;
}
#navigator ul li:nth-child(1) ul {
  height: 18px;
  line-height: 100%;
  margin: 0;
  margin-left: 130px;
  border: none;
}
#navigator ul li:nth-child(1) ul li {
  float: left;
  text-align: left;
  border: none;
  padding-top: 0;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(1) ul li a {
  color: #444444;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(1) ul li a:hover {
  color: #E40416;
}
#navigator ul li:nth-child(1) ul li:last-child {
  border: none;
}
#navigator ul li:nth-child(1) a {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #E40416;
  text-decoration: none;
}
#navigator ul li:nth-child(1) a:hover {
  color: #E40416;
}
#navigator ul li:nth-child(2) {
  border-top: solid 1px rgba(0, 119, 187, 0.2);
}
#navigator ul li:nth-child(2) ul {
  height: 18px;
  line-height: 100%;
  margin: 0;
  margin-left: 130px;
  border: none;
}
#navigator ul li:nth-child(2) ul li {
  float: left;
  text-align: left;
  border: none;
  padding-top: 0;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(2) ul li a {
  color: #444444;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(2) ul li a:hover {
  color: #0077BB;
}
#navigator ul li:nth-child(2) ul li:last-child {
  border: none;
}
#navigator ul li:nth-child(2) a {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #0077BB;
  text-decoration: none;
}
#navigator ul li:nth-child(2) a:hover {
  color: #0077BB;
}
#navigator ul li:nth-child(3) {
  border-top: solid 1px rgba(238, 85, 0, 0.2);
}
#navigator ul li:nth-child(3) ul {
  height: 18px;
  line-height: 100%;
  margin: 0;
  margin-left: 130px;
  border: none;
}
#navigator ul li:nth-child(3) ul li {
  float: left;
  text-align: left;
  border: none;
  padding-top: 0;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(3) ul li a {
  color: #444444;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(3) ul li a:hover {
  color: #EE5500;
}
#navigator ul li:nth-child(3) ul li:last-child {
  border: none;
}
#navigator ul li:nth-child(3) a {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #EE5500;
  text-decoration: none;
}
#navigator ul li:nth-child(3) a:hover {
  color: #EE5500;
}
#navigator ul li:nth-child(4) {
  border-top: solid 1px rgba(51, 153, 51, 0.2);
}
#navigator ul li:nth-child(4) ul {
  height: 18px;
  line-height: 100%;
  margin: 0;
  margin-left: 130px;
  border: none;
}
#navigator ul li:nth-child(4) ul li {
  float: left;
  text-align: left;
  border: none;
  padding-top: 0;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(4) ul li a {
  color: #444444;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(4) ul li a:hover {
  color: #339933;
}
#navigator ul li:nth-child(4) ul li:last-child {
  border: none;
}
#navigator ul li:nth-child(4) a {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #339933;
  text-decoration: none;
}
#navigator ul li:nth-child(4) a:hover {
  color: #339933;
}
#navigator ul li:nth-child(5) {
  border-top: solid 1px rgba(78, 78, 78, 0.2);
}
#navigator ul li:nth-child(5) ul {
  height: 18px;
  line-height: 100%;
  margin: 0;
  margin-left: 130px;
  border: none;
}
#navigator ul li:nth-child(5) ul li {
  float: left;
  text-align: left;
  border: none;
  padding-top: 0;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(5) ul li a {
  color: #444444;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(5) ul li a:hover {
  color: #4E4E4E;
}
#navigator ul li:nth-child(5) ul li:last-child {
  border: none;
}
#navigator ul li:nth-child(5) a {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #4E4E4E;
  text-decoration: none;
}
#navigator ul li:nth-child(5) a:hover {
  color: #4E4E4E;
}
#navigator ul li:nth-child(6) {
  border-top: solid 1px rgba(102, 193, 182, 0.2);
  padding-bottom: 0;
}
#navigator ul li:nth-child(6) ul {
  height: 18px;
  line-height: 100%;
  margin: 0;
  margin-left: 130px;
  border: none;
}
#navigator ul li:nth-child(6) ul li {
  float: left;
  text-align: left;
  border: none;
  padding-top: 0;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(6) ul li a {
  color: #444444;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
}
#navigator ul li:nth-child(6) ul li a:hover {
  color: #66C1B6;
}
#navigator ul li:nth-child(6) ul li:last-child {
  border: none;
}
#navigator ul li:nth-child(6) a {
  font-family: myriad-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #66C1B6;
  text-decoration: none;
}
#navigator ul li:nth-child(6) a:hover {
  color: #66C1B6;
}
#partners {
  position: relative;
  width: 100%;
  margin: 40px 0 80px 0;
}
#partners ul {
  width: 100%;
  text-align: center;
}
#partners ul li {
  margin: 0 auto;
  display: inline-block;
  padding-top: 15px;
}
#partners ul li a {
  position: relative;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  text-align: center;
  height: 120px;
  width: 250px;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#partners ul li a:hover {
  background-position: 0 -120px;
  opacity: 1;
}
#partners ul li.slub a {
  background-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/partnerlogoSlub.png');
}
#partners ul li.ubHei a {
  background-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/partnerlogoUBHei.png');
}
#partners ul li.lmu a {
  background-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/partnerlogoLMU.png');
}
#partners ul li.dfg a {
  width: 300px;
  background-image: url('/typo3conf/ext/slub_web_arthistoricum/Resources/Public/Images/partnerlogoDFG.png');
}
.logintab {
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  background-color: white;
  width: 25em;
  margin-bottom: 1em;
  padding: 1em;
  text-align: left;
}
.logintab legend {
  border: medium none;
  border-radius: 5px;
  color: #444;
  font-size: 0.8em;
  padding: 2px 10px;
  text-align: right;
  text-transform: uppercase;
  width: auto;
}
.err {
  border: 1px solid #AA0000;
  padding: 5px 5px 5px 27px;
  margin: 5px 0;
  background-image: url(/icon/exclamation.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-color: #FFFFFF;
  max-width: 40em;
  color: #AA0000;
}
.myarthist #primary {
  margin: 0 auto !important;
  float: none !important;
}
.myarthist h2 {
  margin-bottom: 25px !important;
}
/*
 *
 * Kitodo List view
 * ================================================
 * Styling for the result lists out of Kitodo
 *
 * Author: Thomas Jung <thomas@jung.digital>
 * License: All rights reserved
 *
 */
/* =[ Just hide the page headline in order to show the result headline ]======== */
.dlf-listview-page #primary h2#mainHeadline {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  color: transparent;
}
/* =[ The control elments (like sorting eg.) ]================================== */
#primary .tx-dlf-listview .tx-dlf-listview-label {
  margin-top: 20px;
}
#primary .tx-dlf-listview .tx-dlf-search-numHits {
  position: relative;
  color: #727272;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#primary .tx-dlf-listview .tx-dlf-listview-counts {
  font-weight: bold;
  font-size: 14px;
  color: #727272;
}
#primary .tx-dlf-listview form {
  position: relative;
}
#primary .tx-dlf-listview form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#primary .tx-dlf-listview form > div label {
  font-size: 14px;
  color: #727272;
  font-weight: normal;
  padding-right: 10px;
  text-align: right;
}
#primary .tx-dlf-listview form > div select {
  float: none;
  width: auto;
  margin: 5px 0;
  padding: 2px 22px 2px 2px;
  background: #ededed url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMCI+PHBhdGggb3BhY2l0eT0iLjIiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTIgMmgxMEw3IDguMnoiLz48L3N2Zz4=) no-repeat right center;
  background-size: 20px auto;
  flex: 0 1 60%;
  border-bottom-width: 2px;
}
#primary .tx-dlf-listview .tx-dlf-listview-pagebrowser {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
  color: #ccc;
}
#primary .tx-dlf-listview .tx-dlf-listview-pagebrowser a {
  position: relative;
  padding: 4px;
  text-decoration: none;
  background: #eee;
  height: 24px;
  min-width: 24px;
  border-radius: 12px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 480px) {
  #primary .tx-dlf-listview form {
    width: auto;
  }
  #primary .tx-dlf-listview form > div label {
    padding: 0 10px;
  }
  #primary .tx-dlf-listview form > div label:nth-of-type(1) {
    padding: 0 10px 0 0;
  }
  #primary .tx-dlf-listview form > div select {
    flex: 1 0 1%;
  }
  #primary .tx-dlf-listview .tx-dlf-listview-pagebrowser {
    letter-spacing: 3px;
  }
  #primary .tx-dlf-listview .tx-dlf-listview-pagebrowser a {
    padding: 6px;
    height: 32px;
    width: 32px;
    line-height: 20px;
    border-radius: 16px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #primary .tx-dlf-listview .tx-dlf-listview-pagebrowser a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1200px) {
  #primary .tx-dlf-listview .tx-dlf-listview-counts {
    float: left;
    line-height: 35px;
  }
  #primary .tx-dlf-listview form {
    max-width: 70%;
    float: right;
  }
  #primary .tx-dlf-listview form > div {
    border-bottom: 0 none;
    margin: 0;
  }
  #primary .tx-dlf-listview form > div select {
    background: #ededed;
  }
  #primary .tx-dlf-listview .tx-dlf-listview-pagebrowser {
    clear: both;
    border-top: 1px solid #ccc;
  }
}
/* =[ The list itself ]========================================================= */
#primary .tx-dlf-listview ol.tx-dlf-listview-list {
  list-style: none;
  margin: 40px 0;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li {
  position: relative;
  border: 1px solid #eee;
  border-width: 1px 0;
  margin: 40px 0;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li .result-toggle {
  position: absolute;
  top: 25px;
  right: 5px;
  width: 30px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTYgMkw5IDguMiAyIDIiLz48L3N2Zz4=) no-repeat center center;
  background-size: 30px auto;
  content: " ";
  opacity: 0.25;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li .tx-dlf-listview-thumbnail img {
  position: absolute;
  top: -20px;
  left: 10px;
  height: 80px;
  width: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li.open .tx-dlf-listview-thumbnail.borrowed-image img {
  top: 50px;
  opacity: 0;
  pointer-events: none;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li.open .result-toggle {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0.5;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li > dl {
  padding: 5px 40px 5px 90px;
  min-height: 70px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li > dl dt {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  color: transparent;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li > dl dd {
  font-size: 12px;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li > dl dd.tx-dlf-metadata-title {
  flex: 1 1 100%;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li > dl dd.tx-dlf-metadata-title a {
  font-size: 20px;
  text-decoration: none;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol {
  list-style: none;
  margin: 0;
  display: none;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-left: 120px;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol li .tx-dlf-listview-thumbnail img {
  left: 25px;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol li:before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: #ccc;
  opacity: 0;
  content: " ";
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol li dl {
  position: relative;
  min-height: 70px;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol li dl dt {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  color: transparent;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol li dl dd a {
  text-decoration: none;
}
#primary .tx-dlf-listview ol.tx-dlf-listview-list > li ol li:hover::before {
  opacity: 0.2;
}
/* =[ The search form ]========================================================= */
.tx-dlf-search-form {
  position: relative;
}
.tx-dlf-search-form label {
  height: 25px;
}
.tx-dlf-search-form input[type="radio"] {
  opacity: 1;
  margin: 0;
}
.tx-dlf-search-form button[type="submit"] {
  position: absolute;
  top: 31px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url('../Images/searchIcon.png') no-repeat 0 0;
  background-size: 30px 30px;
  cursor: pointer;
  border: 0 none;
  color: transparent;
}
@media print {
  @page {
    margin: 0.5cm;
  }
  * {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    float: none !important;
  }
  body {
    height: auto !important;
    float: none !important;
  }
  html,
  body {
    height: auto;
    min-height: 0px;
  }
  img,
  table {
    max-width: auto !important;
    max-height: auto !important;
  }
  div#header,
  div#footer,
  div#contentFooter,
  nav,
  ul#skipnav,
  div#imageTeaser,
  hr#rootline,
  div.rootline,
  div#mobile-nav,
  a#skip2primary,
  a#skip2top,
  div#mainImageCarousel,
  div#secondary div.rightnav {
    display: none;
  }
  div#primary,
  div#secondary {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
  }
  div#secondary {
    margin-top: 0.5cm;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: block !important;
  }
}
/*# sourceMappingURL=Resources/Public/Css/style.css.map */