/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/roboto-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../css/fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../css/fonts/roboto-v18-latin-regular.woff") format("woff"), url("../css/fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../css/fonts/roboto-v18-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../css/fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../css/fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../css/fonts/open-sans-v15-latin-300.woff") format("woff"), url("../css/fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("../css/fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../css/fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../css/fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../css/fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../css/fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../css/fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../css/fonts/open-sans-v15-latin-700.woff") format("woff"), url("../css/fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../css/fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../css/fonts/open-sans-v15-latin-800.eot"); /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../css/fonts/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../css/fonts/open-sans-v15-latin-800.woff2") format("woff2"), url("../css/fonts/open-sans-v15-latin-800.woff") format("woff"), url("../css/fonts/open-sans-v15-latin-800.ttf") format("truetype"), url("../css/fonts/open-sans-v15-latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* bitter-regular - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/bitter-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Bitter Regular"), local("Bitter-Regular"), url("../css/fonts/bitter-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/bitter-v12-latin-regular.woff2") format("woff2"), url("../css/fonts/bitter-v12-latin-regular.woff") format("woff"), url("../css/fonts/bitter-v12-latin-regular.ttf") format("truetype"), url("../css/fonts/bitter-v12-latin-regular.svg#Bitter") format("svg"); /* Legacy iOS */
}
/* bitter-italic - latin */
@font-face {
  font-family: "Bitter";
  font-style: italic;
  font-weight: 400;
  src: url("../css/fonts/bitter-v12-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Bitter Italic"), local("Bitter-Italic"), url("../css/fonts/bitter-v12-latin-italic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/bitter-v12-latin-italic.woff2") format("woff2"), url("../css/fonts/bitter-v12-latin-italic.woff") format("woff"), url("../css/fonts/bitter-v12-latin-italic.ttf") format("truetype"), url("../css/fonts/bitter-v12-latin-italic.svg#Bitter") format("svg"); /* Legacy iOS */
}
/* bitter-700 - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/bitter-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Bitter Bold"), local("Bitter-Bold"), url("../css/fonts/bitter-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../css/fonts/bitter-v12-latin-700.woff2") format("woff2"), url("../css/fonts/bitter-v12-latin-700.woff") format("woff"), url("../css/fonts/bitter-v12-latin-700.ttf") format("truetype"), url("../css/fonts/bitter-v12-latin-700.svg#Bitter") format("svg"); /* Legacy iOS */
}
.noPadding {
  padding: 0 !important;
}

.noTop {
  top: 0 !important;
}

.bold {
  font-weight: bold;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

.spaceVT {
  height: 25px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.right {
  float: right;
}

.left {
  float: left;
}

.rowMargin {
  margin-top: 20px;
  margin-bottom: 20px;
}

hr {
  height: 1px;
  background-color: rgb(133, 133, 133);
  margin-top: 20px;
  margin-bottom: 20px;
  width: 75%;
}

.top5 {
  padding-top: 5px;
}

.top7 {
  padding-top: 7px;
}

.top10 {
  padding-top: 10px;
}

.top15 {
  padding-top: 15px;
}

.top17 {
  padding-top: 17px;
}

.top30 {
  padding-top: 30px;
}

.mtop30 {
  margin-top: 30px;
}

.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

.smalltext {
  font-size: 0.75em;
}

.noselect {
  user-select: none;
}

.list-group-item-heading {
  font-weight: 900;
  padding: 10px 0;
}

.searchspinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.searchspinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.searchspinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.searchspinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes searchspinner-rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sp-detail div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #464a51;
  border-top-color: transparent;
  border-radius: 50%;
}

.sp-detail div {
  animation: searchspinner-rotation 1s linear infinite;
  top: 50px;
  left: 50px;
}

.searchSpinner {
  width: 31px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
  background: none;
  vertical-align: middle;
}

.sp-detail {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.31);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.sp-detail div {
  box-sizing: content-box;
}

.closebutton {
  color: rgb(255, 255, 255);
  font-size: 1.9em;
  width: 54px;
  height: 46px;
}

.btn-azdefault {
  color: rgb(102, 102, 102);
  background-color: #ffde00;
  border-color: rgb(204, 177.6, 0);
}
.btn-azdefault:hover {
  background-color: rgb(255, 228.6, 51);
  border-color: rgb(204, 177.6, 0);
  color: #fff;
}

.formEdit {
  max-width: 250px;
}

.zoombutton {
  color: rgb(255, 255, 255);
  font-size: 1.9em;
  width: 54px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.zoombutton.zoomin {
  margin-right: 10px;
  background-image: url("../assets/images/icons/zoom_in-24px.svg");
}
.zoombutton.zoomout {
  margin-left: 10px;
  background-image: url("../assets/images/icons/zoom_out-24px.svg");
}

.btn-fb {
  color: rgb(255, 255, 255);
  background-color: rgb(59, 89, 152);
}
.btn-fb:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(73, 110, 188);
}

.btn-tw {
  color: rgb(255, 255, 255);
  background-color: rgb(85, 172, 238);
}
.btn-tw:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(89, 181, 250);
}

.page-group {
  margin: auto 0 auto auto;
  position: relative;
}
.page-group.alleft {
  margin: 0;
  display: block !important;
}
.page-group.fromSearch {
  margin: auto 0;
}

.page-group.issuename {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-group.issuename span {
  font-size: 0.9rem;
}

.swiper-button-disabled {
  visibility: hidden !important;
}

.issuedatelabel {
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: #eff3f5;
  padding: 5px 10px;
  color: rgb(102, 102, 102);
  border-radius: 5px;
}

.page.button {
  background-color: #ffde00;
  border-radius: 5px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  min-height: 30px;
  align-items: center;
}
.page.button.active {
  background-color: #656565;
  color: #FFF;
}
.page.button:hover span {
  color: rgb(0, 127, 185);
}
.page.button span {
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
.page.button .backicon {
  background-image: url(../assets/images/icons/home-8x.png);
  height: 20px;
  margin: 0;
  background-size: 20px;
}
.page.button .previcon {
  background-image: url(../assets/images/icons/keyboard_backspace-24px.svg);
  height: 8px;
  margin: 0;
  background-size: auto;
}
.page.button .nexticon {
  background-image: url(../assets/images/icons/keyboard_frontspace-24px.svg);
  height: 8px;
  margin: 0;
  background-size: auto;
}
.page.button .downloadicon {
  background-image: url(../assets/images/icons/ic_cloudicon.png);
  height: 20px;
  margin: 0;
  width: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
}
.page.button .searchic {
  height: 20px;
  width: 20px;
}

.btn.extraIssue {
  display: table;
  padding: initial;
  background-color: #ffde00;
  color: white;
}
.btn span {
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.btnModal {
  margin: 5px;
}

.formbutton-small {
  display: block;
  height: 34px;
  padding: 6px 12px;
}

.calender {
  position: absolute;
  z-index: 1050;
}

.cal_view_year {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgb(184, 184, 184);
  background-color: #f6f7f9;
}
.cal_view_year th {
  text-align: center !important;
  color: rgb(242, 242, 242);
}
.cal_view_year th a {
  color: rgb(242, 242, 242);
}
.cal_view_year th i {
  color: rgb(242, 242, 242);
}
.cal_view_year .cal_main_body {
  display: inline-block;
  border-spacing: 0;
  /*border-collapse: separate;*/
  text-align: center;
  color: rgb(0, 0, 0);
  border-radius: 10px;
}
.cal_view_year .cal_main_body i {
  color: #ffde00;
}
.cal_view_year .cal_main_body th {
  font-weight: normal;
  width: 40px;
  height: 30px;
  cursor: default;
  color: #000000;
  background: #ffde00 !important;
}
.cal_view_year .cal_main_body td {
  height: 42px;
  cursor: pointer;
  border: none;
  background: rgb(242, 242, 242);
}
.cal_view_year .cal_main_body td.wochenzahl {
  color: #000000;
  background: #ffde00;
}
.cal_view_year .cal_main_body td.wochenzahlLeer {
  color: #000000;
  background: #ffde00;
}
.cal_view_year .cal_main_body tr:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 4px solid #ffde00;
}
.cal_view_year .wochenzahl:hover ~ td {
  color: rgb(242, 242, 242);
  background: rgb(129, 129, 151);
}

.column-left {
  float: left;
  width: 16%;
}

.column-right {
  float: right;
  width: 16%;
}

.column-center {
  display: inline-block;
  width: 68%;
}

.monthsname {
  background: rgb(239, 236, 232) !important;
}

.yearSelect {
  margin-top: 8px;
}

.monthSelect {
  margin-top: 8px;
}

.BDZ {
  background-image: url("../assets/images/BHMarker.png");
}
.BDZ.LLZ {
  background-image: url("../assets/images/BHMarker.png"), url("../assets/images/CZMarker.png");
}

.LLZ {
  background-image: url("../assets/images/CZMarker.png");
}

.AA {
  background-image: url("../assets/images/AAMarker.png");
}

.issueMarker {
  background: rgba(255, 222, 3, 0.35);
  color: #000;
}

.selectedDay {
  color: rgb(242, 242, 242) !important;
  background: #ffde00 !important;
}

.currentDay {
  color: rgb(242, 242, 242) !important;
  background: rgb(255, 223.32, 10.2) !important;
}
.currentDay span {
  color: rgb(242, 242, 242) !important;
}

.calBody table tr:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.calBody table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.calBody table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.calBody table tr td.cal_day:last-child {
  color: rgb(99, 99, 99);
}
.calBody table td .cal_day .cal_years .cal_month .cal_decade:hover {
  color: rgb(242, 242, 242);
  background: rgb(0, 40, 16);
}
.calBody table td .cal_day .cal_years .cal_month .cal_decade:hover span {
  color: rgb(242, 242, 242);
}
.calBody table td .cal_day .cal_years .cal_month .cal_decade.empty {
  cursor: default;
  background: rgba(200, 200, 200, 0.1);
}
.calBody table td .cal_day .cal_years .cal_month .cal_decade.empty:last-child:hover {
  background: rgba(200, 200, 200, 0.1);
}
.calBody table td .cal_day .cal_years .cal_month .cal_decade:last-child:hover {
  color: rgb(242, 242, 242);
  background: rgb(0, 40, 16);
}
.calBody table td.activedate {
  background-color: #ffde00;
  color: rgb(242, 242, 242);
}
.calBody table td.activedate:hover {
  background: rgb(255, 231.9, 76.5);
}
.calBody table td.activedate a {
  display: block;
  cursor: pointer;
}

.cal_decade span {
  display: block;
  position: relative;
  width: 97px;
  height: 42px;
}

.cal_years span {
  display: block;
  position: relative;
  width: 97px;
  height: 42px;
}

.cal_month span {
  display: block;
  position: relative;
  width: 97px;
  height: 42px;
}

.cal_day span {
  display: block;
  position: relative;
  width: 37px;
  height: 42px;
}

.nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
  background: url("../assets/images/icons/arrow_up.svg") 50% bottom no-repeat;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a {
  /*background: $mainColor $url_arrow_up_icon 50% bottom no-repeat;*/
  background: #ffde00;
}

.navbar-toggler-icon {
  background: url("../assets/images/burger.svg");
  background-size: cover;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center;
}

.navBackDrop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #cccccc;
  z-index: 1000;
}

.submenu {
  position: fixed;
  top: 0;
  color: #FFF;
  text-transform: uppercase;
  height: 20px;
}
.submenu span {
  line-height: 20px;
  font-size: 0.7em;
  display: block;
}

.navbar-nav li a, .navbar-brand {
  padding: 0;
  line-height: 40px;
  height: 40px;
}

.navcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.navbar-brand {
  margin: 0 auto;
}
.navbar-brand img {
  width: auto;
  height: 100%;
  vertical-align: inherit;
}

.nav a {
  color: rgb(20, 20, 20);
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(255, 222, 0, 0.7);
}
.nav > li > a:focus {
  text-decoration: none;
}
.nav .open > a {
  /*background-color: $activeTabColor;*/
}
.nav .open > a:hover {
  background-color: rgba(255, 222, 0, 0.7);
}
.navbar-archiv {
  margin: auto;
  color: rgb(20, 20, 20);
  border: 0 none;
  background: #ffde00;
  padding: 0 15px;
}

.navbar {
  padding: 0;
}

#navbar {
  position: absolute;
  right: 0;
}

ul.navbar-nav {
  flex-direction: row;
}
ul.navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.nav-tabs > li > a {
  /*background-color: $azGray;*/
  color: #597a96;
}
.nav-tabs > li:last-child {
  width: 100%;
  margin-top: 15px;
}
.nav-tabs > li span#dateLabel {
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  padding-right: 10px;
}
.nav-tabs > li.active > a {
  color: rgb(20, 20, 20);
}
.nav-tabs > li.active > a:hover {
  background-color: rgba(255, 222, 0, 0.7);
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: rgb(242, 242, 242);
}

.navbar .mobileNav {
  display: none;
  height: 80%;
  width: fit-content;
  margin-right: 0.5rem;
  background: #ffde00;
  cursor: pointer;
}
.navbar .mobileNav img {
  height: 100%;
  filter: brightness(0);
}

#bookShelf {
  position: relative;
  width: 100%;
  min-width: 300px;
}

.flexBooks {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}

.flexBook {
  position: relative;
  margin: 15px;
  max-width: 240px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.flexBook:hover .label-archiv {
  background-color: #ffde00;
}
.flexBook:hover .label-archiv h3 small {
  color: #666;
}
.flexBook .extraIssue {
  background-color: rgb(204, 177.6, 0);
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 46px;
  font-size: 1.2em;
  padding: 5px;
}

.label-archiv {
  display: block;
  /* border-radius: .35em !important;*/
  padding: 2px;
  border-top: 5px solid #ffde00;
  background-color: #eff3f5;
}
.label-archiv h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35rem;
}
.label-archiv h3 small {
  color: #597a96;
}

.book {
  margin: auto;
  padding: 0;
  cursor: pointer;
}

.bookContainer {
  height: 450px;
  position: relative;
}
.bookContainer a {
  display: inline-block;
  height: auto;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.bookContainer img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.books img {
  width: 100%;
  height: auto;
}
.books a:before {
  position: absolute;
  z-index: -5;
  bottom: -10px;
  display: block;
  width: 80%;
  height: 1em;
  content: "";
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  filter: blur(5px);
}

.shelf {
  z-index: 0;
  top: 15px;
  border-bottom: 1px solid rgb(165, 165, 165);
}

.bookOptions {
  bottom: 30px;
  width: 90%;
  height: 30px;
  background: rgba(124, 118, 118, 0.64);
  position: absolute;
  display: none;
}

.textShelf100 {
  max-width: 100%;
}

.clearBox {
  clear: both;
}

.textShelf40 {
  max-width: 40%;
}

.articleData {
  z-index: 99;
  background: rgb(242, 242, 242);
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  pointer-events: auto;
}

.article-title {
  font-weight: bold;
}

.article-subtitle {
  color: rgb(86, 86, 86);
}
.article-subtitle h2 {
  font-size: 1.4em;
}

.article-footer {
  height: 55px;
  padding: 10px;
  text-align: center;
  background-color: #ffde00;
}
.article-footer button {
  background-color: rgb(0, 40, 16);
  float: right;
}

.article-content {
  overflow: auto;
  max-height: 80vh;
  margin: 20px;
}

.article-body {
  text-align: justify;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.article-dialog {
  text-align: left;
}

.articleArea {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.articleArea.fadeOut {
  background-color: rgba(200, 200, 200, 0.1);
  pointer-events: auto;
}
.articleArea map {
  z-index: 0 !important;
}

.articleText {
  word-wrap: break-word;
  max-width: 90%;
  margin: 0 auto;
}

.articleImage {
  max-width: 40%;
  min-width: 0;
}

.articleCanvas {
  position: absolute;
  pointer-events: none;
}

#articleLayer {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1035;
  pointer-events: none;
}

#articlepreviewPanel {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.searchArea {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.searchArea.fadeOut {
  background-color: rgba(200, 200, 200, 0.1);
  pointer-events: auto;
}
.searchArea map {
  z-index: 0 !important;
}

.searchCanvas {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.searchCanvas.single {
  margin: auto;
}

#searchLayer {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1035;
  pointer-events: none;
}

button#searchButton {
  background-color: #eff3f5;
  border: none;
  border-bottom: 4px solid #ffde00;
  color: rgb(102, 102, 102);
}

/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.divTableCell, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.emptyContainer, .loadingContainer {
  display: block;
  width: 100%;
  height: 100%;
}

html {
  height: 100%;
}

body {
  padding-top: 60px;
  position: relative;
  /*height: 100%;*/
  background: #f6f7f9;
}
body.modal-open {
  overflow: hidden;
}
body.clearGray {
  background: rgb(242, 242, 242);
}

#container403 {
  width: 100%;
  height: 100%;
  /*position: absolute;
  top: 0;
  left: 0;*/
}
#container403 h2 {
  line-height: 5;
}

#profileData {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.list {
  max-width: 60%;
  margin: 0 auto;
}

.listKeys {
  float: left;
}

.listValues {
  float: right;
}

#profileForm input[disabled] {
  background-color: #FFF;
  border: 0;
}

.profileTag {
  color: rgb(102, 102, 102);
  width: 90px;
  height: 90px;
  background-color: #ffde00;
  border-radius: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.9em;
}

.panel-info > .panel-heading {
  color: rgb(102, 102, 102);
  background-color: #ffde00;
  border-color: #ffde00;
  padding: 10px;
}
.panel-info > .panel-heading .panel-title span {
  word-wrap: break-word;
}

.panel-info > .panel-body .tag {
  padding: 20px;
}

.panel-info {
  background-color: #fff;
  border-color: #ffde00;
}

#footer {
  padding: 5px;
  font-size: 15px;
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #484848;
  color: #ccc;
}
#footer a {
  color: #ccc;
}

#landing {
  height: 100%;
  background-color: rgb(238, 238, 238);
}

.issueContainer {
  margin: 5px;
}
.issueContainer img {
  max-width: 100%;
  height: auto;
}

.stopsign {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: url("assets/images/stopSign.png") no-repeat center;
  background-size: contain;
}

.searchText {
  text-align: center;
  font-size: large;
  padding: 15px;
}

#searchbtn2 {
  color: #fff;
  background-color: #0078b6;
  border-color: #0078b6;
}

.page-header {
  padding-top: 20px;
}

.titleSection {
  font-size: 25px;
  margin: 0;
  text-align: left;
  float: left;
  align-self: flex-start;
  font-family: "Bitter", "serif";
  font-weight: 400;
  color: rgb(86, 86, 86);
  line-height: 150%;
  flex-basis: 100%;
  padding: 15px 0;
}

.panoSwiper {
  width: 100%;
}

.searchEntry {
  overflow: auto;
}

.searchPreview {
  height: 200px;
}
.searchPreview img {
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  object-fit: contain;
}

.emptyContainer .glyphicon {
  font-size: 3.5em;
  position: absolute;
  left: 50%;
  top: 50%;
}

.container {
  margin-bottom: 50px;
}

.container.static {
  padding: 50px 15px;
}

li.list-group-item-text a em {
  color: red;
  font-weight: bolder;
}

ul.searchEnty-ul {
  list-style: square;
}
ul.searchEnty-ul li a {
  margin: 5px;
  padding: 5px;
  border-bottom: 4px solid #ffde00;
  display: block;
}

.persmissionContainer {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.persmissionContainer small {
  position: relative;
  left: 50%;
  top: 50%;
}

.loader {
  top: 25%;
  left: 25%;
  position: absolute;
  border: 12px solid rgb(243, 243, 243);
  border-top: 12px solid #ffde00;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.loader.small {
  width: 80px;
  height: 80px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.site {
  padding: 0 15px 15px;
  text-align: center;
  margin-bottom: 25px;
}

.logo {
  max-width: 100%;
  height: auto;
}

a {
  color: rgb(0, 0, 0);
}
.brandLogo {
  margin: 15px;
  display: flex;
  flex-direction: column;
}
.brandLogo img {
  max-width: 250px;
  float: left;
  align-self: flex-start;
}

.ArchivLogo {
  margin-top: 50px;
  width: 500px;
  max-width: 100%;
  height: 100px;
  background: url("assets/images/logo.png") no-repeat;
  background-size: contain;
}

.issueTitle {
  text-align: center;
  display: block;
  margin: 8px auto;
}

#currentPageContainer {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.optionTap {
  height: 70px;
}

.extraIssueLink img {
  display: block;
  height: 150px;
  width: auto;
  margin: 0 auto;
}
.extraIssueLink span {
  display: block;
  font-weight: 600;
  text-align: center;
}

.dropdown-menu {
  left: -50%;
}

ul.dropdown-menu li:not(:last-child) {
  /* margin: 10px;*/
}

.loadArticles.unload {
  display: table;
  padding: initial;
  background-color: #ffde00;
  color: white;
}
.loadArticles.load {
  display: table;
  padding: initial;
  background-color: white;
  border: #ffde00 2px solid;
  color: #ffde00;
}

#login-dp {
  overflow: hidden;
  min-width: 250px;
  padding: 14px 14px 0;
  background-color: rgb(242, 242, 242);
}
#login-dp .help-block {
  font-size: 10px;
}
#login-dp .bottom {
  clear: both;
  padding: 14px;
  border-top: 1px solid rgb(221, 221, 221);
  background-color: rgb(242, 242, 242);
}
#login-dp .social-buttons {
  margin: 12px 0;
}
#login-dp .social-buttons a {
  width: 49%;
}
#login-dp .form-group {
  margin-bottom: 10px;
}

#login-nav {
  color: #ffde00;
}

#loginbtn {
  font-weight: 600;
  color: rgb(20, 17, 20);
  background-color: rgb(242, 242, 242);
  border-color: rgb(0, 110, 158);
}

#logoffbtn {
  font-weight: 600;
  color: rgb(20, 17, 20);
  background-color: rgb(242, 242, 242);
  border-color: rgb(0, 110, 158);
}

#logoff2btn {
  font-weight: 600;
  color: rgb(20, 17, 20);
  background-color: rgb(242, 242, 242);
  border-color: rgb(0, 110, 158);
}

.selectDate {
  background: rgb(191, 189, 170);
}

#date-dp {
  min-width: 350px;
  overflow: hidden;
  padding: 14px 14px 0;
  background-color: rgb(242, 242, 242);
}
#date-dp .help-block {
  font-size: 12px;
}
#date-dp .bottom {
  clear: both;
  padding: 14px;
  border-top: 1px solid rgb(221, 221, 221);
  background-color: rgb(242, 242, 242);
}
#date-dp .social-buttons {
  margin: 12px 0;
}
#date-dp .social-buttons a {
  width: 49%;
}
#date-dp .form-group {
  margin-bottom: 10px;
}

.btn-pay {
  color: rgb(242, 242, 242);
  background-color: #ffde00;
  border-color: #ffde00;
}
.btn-pay:hover {
  color: rgb(242, 242, 242);
  background-color: #ffde00;
  border-color: #ffde00;
}

.loadingScreen {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)" !important;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3") !important;
  filter: blur(3px) !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.loadingContainer {
  width: 100%;
  min-height: 30vH;
  z-index: 2;
  position: relative;
}
.loadingContainer .loading {
  display: inline;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 50%;
}
.loadingContainer #loadingSpinner {
  position: relative;
  margin-top: 15px;
}

.backdropShadow {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

li.pageli.active {
  background-color: #eff3f5;
}

#content {
  background-color: #f6f7f9;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#noticeBox {
  padding: 25px;
  background-color: #FFF;
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 5pt;
}
div#noticeBox div.text span {
  margin-left: 40px;
  display: inline-block;
}
div#noticeBox div.text:before {
  content: "";
  width: 20px;
  background-image: url(../assets/images/icons/info-24px.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 30px;
  display: inline-block;
  position: absolute;
}

#registerContent {
  background-color: rgb(238, 238, 238);
  margin: 0 auto;
  text-align: left;
  font-family: "Lucida Grande", "Tahoma", "Arial", "Verdana", "sans-serif";
  font-size: small;
}

.epaperForm {
  font-family: "Lucida Grande", "Tahoma", "Arial", "Verdana", "sans-serif";
  font-size: small;
}
.epaperForm li {
  width: 61%;
}
.epaperForm .form_description {
  border-bottom: 1px dotted rgb(212.5, 212.5, 212.5);
  clear: both;
  display: inline-block;
  margin: 0 0 1em;
}
.epaperForm .form_description h2 {
  clear: left;
  font-size: 160%;
  font-weight: 400;
  margin: 0 0 3px;
}
.epaperForm .form_description p {
  font-size: 95%;
  line-height: 130%;
  margin: 0 0 12px;
}
.epaperForm .form_description[class] {
  display: block;
}

.site-container {
  padding-top: 10%;
  height: 85%;
  margin: 0 auto;
}

.previewIssue {
  margin: 0 auto;
  max-width: 80%;
  width: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.previewIssue img {
  height: 100%;
  width: 100%;
}

.issueInformation {
  width: 100%;
}

.activePage {
  border-radius: 0 0 0 0;
  border: 6px solid rgb(0, 110, 158);
}

.pageLink {
  width: 140px;
  height: 209px;
  display: block;
  margin: 10px auto;
}

.preview-container {
  position: fixed;
  width: 180px;
  height: 90%;
  overflow-y: auto;
  z-index: 2;
  background: rgb(239, 236, 232);
  /*top: 115px;*/
}
.preview-container.articles {
  width: 380px;
}
.preview-container.visible {
  display: block;
}
.preview-container.hidden {
  display: none;
}

div.button-pages {
  /*display: flex;*/
  cursor: pointer;
  margin: auto 0;
}
div.button-pages .backicon {
  height: 14px;
}

span.buttonText {
  display: inline-block;
  line-height: 50px;
}

.optionsPanel {
  display: flex;
  top: 60px;
  width: 100%;
  background: white;
  height: 50px;
  z-index: 3;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.issue-container {
  height: 100%;
  margin-top: 50px;
  background-color: rgb(242, 242, 242);
}

.mainSwiper {
  width: 100%;
}

.loginError {
  color: rgb(218, 42, 46);
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}

.panoPage {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0%);
}

.doublePage {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.leftPage {
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
}

.rightPage {
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
}

#previewPanel {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.opener {
  z-index: 2;
  float: left;
  cursor: default;
  border-radius: 0;
  margin: 10px;
  width: 39px;
  height: 40px;
}
.opener.extraIssue {
  width: auto;
}

#search-dp {
  overflow: hidden;
  max-width: 95%;
  min-width: 350px;
  padding: 14px 14px 0;
  background-color: rgb(242, 242, 242);
}
#search-dp .help-block {
  font-size: 12px;
}
#search-dp .bottom {
  clear: both;
  padding: 14px;
  border-top: 1px solid rgb(221, 221, 221);
  background-color: rgb(242, 242, 242);
}
#search-dp .social-buttons {
  margin: 12px 0;
}
#search-dp .social-buttons a {
  width: 49%;
}
#search-dp .form-group {
  margin-bottom: 10px;
}

.pageopener {
  border: 0px;
  position: fixed;
  bottom: 65px;
  left: 0;
}

.pageOptions {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: rgba(23, 44, 88, 0.4);
}

.single {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.imgError {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
}

.doublePage .imgError {
  width: 50%;
}

.zoomContainer .imgError p {
  text-align: center;
  color: #fff;
}

.sk-bookshelf {
  margin: 50px auto;
}

.sk-center {
  margin: auto !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute !important;
}

span.zoomableText {
  float: initial;
  color: #666;
  font-weight: bold;
  /* width: 0; */
  display: inline-block;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: left;
  text-transform: uppercase;
}
span.zoomableText:hover {
  transform: scaleX(1);
}

.pinchMode {
  padding: 7px;
  color: white;
  position: absolute;
  display: none;
  opacity: 100;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 222, 0, 0.55);
  transition: width 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.pinchMode:hover {
  background-color: #ffde00;
}
.pinchMode:hover span.zoomableText {
  transform: scaleX(1);
}
.pinchMode > i {
  margin: auto;
}

.zoomOptions {
  border-top: 17px solid #6c6c6c;
  top: 0px;
  position: fixed;
  width: 100%;
  height: 67px;
  z-index: 1031;
  background-color: #ffde00;
  text-align: center;
}
.zoomOptions a {
  color: rgb(255, 255, 255);
}

.editionTab {
  margin: 0px 2px 2px 0px;
}

.zoomContainer {
  width: 100%;
  height: 100%;
}
.zoomContainer img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
}

.disableShadow {
  box-shadow: none !important;
}

.zoomableImage {
  top: 0;
  z-index: 1035;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  pointer-events: auto;
}

span.zoomableText {
  float: initial;
  color: #666;
}

i.fa.fa-black {
  color: #666;
}

.zoomablePage {
  cursor: pointer;
  top: 0;
  z-index: 1035;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  backdrop-filter: blur(4px);
}

.viewMode {
  width: 39px;
  height: 34px;
  background: url("../assets/images/viewButton.png") no-repeat center;
  background-size: contain;
}

.downloadMode {
  width: 39px;
  height: 34px;
  background: url("../assets/images/downloadButton.png") no-repeat center;
  background-size: contain;
}

.extraIssueMode {
  float: left;
  width: 39px;
  height: 34px;
  background: url("../assets/images/extraIssue.png") no-repeat center;
  background-size: contain;
}

.sp {
  float: left;
  width: 39px;
  height: 34px;
  background: url("../assets/images/sp_icon.png") no-repeat center;
  background-size: contain;
}

.mp {
  float: left;
  width: 39px;
  height: 34px;
  background: url("../assets/images/mp_icon.png") no-repeat center;
  background-size: contain;
}

ul.hor-mnu {
  list-style: none;
  margin: auto;
  margin-right: 15px;
  padding: 10px 0;
}
ul.hor-mnu.align-right {
  text-align: right;
}
ul.hor-mnu.searchpage li {
  padding: 0;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
ul.hor-mnu.searchpage li a {
  display: block;
}
ul.hor-mnu.searchpage li a:hover {
  background-color: #2aabd2;
}
ul.hor-mnu li:first-child {
  border: 0 none;
}
ul.hor-mnu li {
  padding: 0em 0.5em 0em 0.5em;
  display: inline;
  border-left: 0 none;
}
ul.hor-mnu li a {
  color: rgb(20, 20, 20);
  display: inline-block;
}

span.noPerm {
  font-size: 4.5em;
}

.help-block a {
  color: #ffde00;
}

form.epaperForm {
  margin: 20px 20px 0;
  padding: 0 0 20px;
}
form.epaperForm ul {
  font-size: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
form.epaperForm ul li.first {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
form.epaperForm li {
  display: block;
  margin: 0;
  padding: 4px 5px 2px 9px;
  position: relative;
}
form.epaperForm li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
form.epaperForm li div {
  color: rgb(68, 68, 68);
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
form.epaperForm li div.left {
  display: inline;
  float: left;
  width: 48%;
}
form.epaperForm li div.left .medium {
  width: 100%;
}
form.epaperForm li div.right {
  display: inline;
  float: right;
  width: 48%;
}
form.epaperForm li div.right .medium {
  width: 100%;
}
form.epaperForm li div label {
  clear: both;
  color: rgb(68, 68, 68);
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
form.epaperForm li span {
  color: rgb(68, 68, 68);
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
form.epaperForm li span label {
  clear: both;
  color: rgb(68, 68, 68);
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
form.epaperForm li .datepicker {
  cursor: pointer !important;
  float: left;
  height: 16px;
  margin: 0.1em 5px 0 0;
  padding: 0;
  width: 16px;
}
form.epaperForm li.section_break {
  border-top: 1px dotted rgb(212.5, 212.5, 212.5);
  margin-top: 9px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-top: 13px;
  width: 97% !important;
}
form.epaperForm .mainlabel {
  width: 100%;
  background-color: #ffde00;
  color: rgb(242, 242, 242);
}
form.epaperForm hr {
  display: none;
}
form.epaperForm .section_break h3 {
  font-size: 110%;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 2px;
}
form.epaperForm .section_break p {
  font-size: 85%;
  margin: 0 0 10px;
}

.row.searchheader {
  background-color: #efefef;
  margin: 0px;
  margin-top: 20px;
  position: relative;
}

div#issueSearch {
  padding: 0;
}

h3.searchTitle {
  display: block;
  width: 100%;
  color: rgb(102, 102, 102);
  background-color: #eff3f5;
  padding: 15px;
  border-bottom: 4px solid #ffde00;
}

.previewPage span {
  display: block;
  text-align: center;
}

.todayic {
  background-repeat: no-repeat;
  background-image: url(../assets/images/icons/today-24px.svg);
  background-size: auto;
  background-position: center;
}

.searchic {
  background-image: url("../assets/images/icons/search-24px.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.matdrop {
  background-color: #e1e2e4;
  border-radius: 0;
  text-align: left;
}
.matdrop:focus {
  color: #495057;
  background-color: #eaeaea;
  outline: 0;
  box-shadow: none;
}

.matcontrol {
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
}
.matcontrol:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.matcontrol[readonly] {
  background-color: #FFF;
}

.input-group-text.matcontrol-small {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #000;
  background-color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
}
.input-group-text.matcontrol-small:focus {
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.input-group-text.matcontrol {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #000;
  background-color: #FFF;
  padding: 20px;
}

a#themeselect-drop {
  min-width: 300px;
}

a#issueselect-drop {
  min-width: 200px;
}

form.bookshelfform {
  margin-left: 45px;
  padding: 0px;
}

form.searchform {
  margin-left: 15px;
  width: 100%;
}

.custom-control.custom-radio {
  margin: 15px;
}

.input-group:last-of-type {
  margin-left: auto;
}

.btn-material {
  border-radius: 0;
  border: 1px solid #000;
  height: 40px;
  width: 100px;
}

div#dropdownitems-issues {
  min-width: 200px;
  border-radius: 0;
  border: 0;
}

div#dropdownitems-theme {
  min-width: 300px;
  border-radius: 0;
  border: 0;
}

#searchinlineselect {
  /* width: 300px;*/
  height: 42px;
}

#dateinlineselect {
  width: 135px;
  height: 50px;
}

div#issueWrapper {
  margin-bottom: 50px;
}

.footertext {
  padding: 5px 15px 5px 25px;
}
.footertext span {
  display: block;
  line-height: 30px;
}
.footertext.text-left {
  text-align: left;
  display: none;
}
.footertext.text-right {
  text-align: right;
}

span.menuText {
  display: block;
  line-height: 40px;
}

span.glyphicon.helpicon {
  background-repeat: no-repeat;
  background-image: url(../assets/images/icons/help_outline-24px.svg);
  background-size: auto;
  background-position: center;
  width: 24px;
  height: 100%;
  display: inline-block;
  margin: 0 5px;
}

span.glyphicon.logouticon {
  background-repeat: no-repeat;
  background-image: url(../assets/images/icons/cancel-24px.svg);
  background-size: auto;
  background-position: center;
  width: 24px;
  height: 100%;
  display: inline-block;
  margin: 0 5px;
  filter: invert(100%);
}

i.nexticon {
  background-repeat: no-repeat;
  background-image: url(../assets/images/icons/keyboard_frontspace-24px.svg);
  background-size: auto;
  background-position: center;
  width: 24px;
  height: 100%;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

i.backicon {
  background-repeat: no-repeat;
  background-image: url(../assets/images/icons/home.svg);
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 100%;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

i.previcon {
  background-repeat: no-repeat;
  background-image: url(../assets/images/icons/keyboard_backspace-24px.svg);
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 100%;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

div#searchActivity {
  display: inline-block;
  width: 120px;
  position: absolute;
  right: 120px;
}

div#searchActivity {
  display: none;
}

.sk-circle {
  margin: 10px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle.hidden {
  display: none;
}

.sk-circle.sk-big {
  width: 100px;
  height: 100px;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle.sk-black .sk-child:before {
  background-color: #000;
}

.sk-circle.sk-green .sk-child:before {
  background-color: #1f8524;
}

.sk-circle.sk-blue .sk-child:before {
  background-color: #d0d4ff;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fa-search {
  font-size: 1.5em !important;
}

.fa {
  color: rgb(242, 242, 242);
}

.bs-callout-danger {
  background-color: rgb(253, 247, 247);
  border-color: rgb(217, 83, 79);
}
.bs-callout-danger h4 {
  color: rgb(217, 83, 79);
}

.bs-callout-warning {
  background-color: rgb(252, 248, 242);
  border-color: rgb(240, 173, 78);
}
.bs-callout-warning h4 {
  color: rgb(240, 173, 78);
}

.bs-callout-info {
  background-color: rgb(244, 248, 250);
  border-color: rgb(91, 192, 222);
}
.bs-callout-info h4 {
  color: rgb(91, 192, 222);
}

.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid rgb(238, 238, 238);
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout code {
  background-color: rgb(242, 242, 242);
  border-radius: 3px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}

.parsley-errors-list li {
  margin-top: 5px;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

div.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.swiper-button-next {
  background-image: url("../assets/images/sliderArrowRight.png") !important;
}

.swiper-button-prev {
  background-image: url("../assets/images/sliderArrowLeft.png") !important;
}

.swiper-button-black {
  position: fixed;
  top: 50%;
}

.swiper-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.swiper-container {
  margin-top: 25px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f6f7f9;
}
.swiper-slide .singleIMG {
  width: auto;
  max-width: 100%;
  left: 0;
}
.swiper-slide .panoIMG {
  max-height: 100%;
  width: auto;
  max-width: 90%;
  position: absolute;
}
.swiper-slide .panoIMG-half {
  max-height: 100%;
  width: auto;
  max-width: 50%;
  position: absolute;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.nav-tabs {
  border-bottom: 4px solid #ffde00;
  background-color: #eff3f5;
}
.nav-tabs .nav-link {
  /*border-bottom: 3px solid $mainColor;*/
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none;
}

.modal-backdrop {
  z-index: 1030 !important;
}

.nav-item .nav-link {
  display: flex;
  flex-direction: row;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border: 0;
  background-image: url(../assets/images/icons/keyboard_arrow_down-24px.svg);
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
}

.scrollable-menu {
  height: auto;
  max-height: 520px;
  overflow-x: hidden;
}

.list-group-item-action:nth-child(even) {
  background-color: #f5f5f5;
}

.list-group-item {
  border-bottom: 4px solid #ffde00;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(102, 102, 102);
}

.form-inline {
  justify-content: space-between;
}

.issueselection {
  flex-basis: 100%;
}

@media (min-width: 992px) {
  .navbar-brand, .navbar-nav li a {
    height: 60px !important;
  }
}
body.previewSlider {
  background-color: #e1e2e4;
  padding: 0;
  overflow: hidden;
  border: 2px solid #FFF;
}

div.previewSlider {
  max-width: 100%;
  background-color: #e1e2e4;
  padding: 0;
  overflow: hidden;
  border: 2px solid #FFF;
  display: none;
}

body.previewSlider.dark {
  background-color: darkgray;
}

.swiper-container-preview {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
}

.imageBox {
  height: 80%;
}

.previewBox {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.swiperpreview-button-next {
  background: url(/Static/_Lib/owl-carousel-1.3.3/controls.png) no-repeat 0 -32px !important;
  position: fixed;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  right: 10px;
  left: auto;
}

.swiperpreview-button-prev {
  background: url(/Static/_Lib/owl-carousel-1.3.3/controls.png) no-repeat -43px -32px !important;
  position: fixed;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  right: auto;
}

.swiperpreview_pagination {
  padding: 15px;
  position: relative;
  text-align: center;
  bottom: 0 !important;
}
.swiperpreview_pagination .swiper-pagination-bullet {
  background: #869791;
  width: 12px;
  height: 12px;
}
.swiperpreview_pagination .swiper-pagination-bullet-active {
  background-color: #869791;
}

h5.swiperTitel {
  padding: 10px;
  background-color: #eff3f5;
  color: rgb(242, 242, 242);
  border-bottom: 4px solid #ffde00;
}

h5.swiperTitel.dark {
  color: #FFF;
  background-color: #4c4c4c;
}

.swiper-slide-preview {
  background: none;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}
.swiper-slide-preview .previewIMG {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  max-width: 100%;
  max-height: 90%;
  min-height: 1px;
}
.swiper-slide-preview span.previewTitle {
  font-weight: normal;
  text-transform: none;
  word-wrap: break-word;
  font-size: 0.7em;
  color: #aaa;
  margin-top: 0.7em;
  display: block;
  text-align: center;
}
.swiper-slide-preview span.previewTitle.dark {
  color: #fff;
}

@media (max-width: 768px) {
  .list-group-item-heading {
    text-align: center;
  }
  #footer {
    padding: 5px;
    font-size: 15px;
  }
  form.searchform {
    margin-left: 0px;
    padding: 15px;
  }
  a#issueselect-drop {
    width: 100%;
  }
  a#themeselect-drop {
    width: 100%;
  }
  div#noticeBox {
    padding: 15px;
    font-size: 14px;
  }
  form.bookshelfform {
    margin-left: 0;
    padding: 15px;
    width: 100%;
  }
  input#searchinlineselect {
    width: calc(100% - 50px);
  }
  body {
    padding-top: 40px;
  }
  div#currentPageContainer h3 {
    font-size: 20px;
  }
  .issue-container {
    margin-top: 50px;
  }
  .optionsPanel {
    top: 40px;
  }
  .nav-tabs > li:last-child {
    border-bottom: none;
  }
  .hide-m {
    display: none !important;
  }
  h5.swiperTitel {
    font-size: 16px;
  }
  .page-header {
    padding-top: 0;
  }
  .nav-tabs {
    border-bottom: none !important;
  }
  .nav-tabs .nav-item {
    border-bottom: 4px solid #ffde00;
  }
  .nav-tabs .nav-item a {
    background: #FFF;
  }
  .articleImage {
    max-width: 100%;
  }
  .article-header {
    padding: 10px;
  }
  .article-content {
    margin: 5px;
  }
  .editionTab {
    margin-top: 5px;
    width: 100%;
  }
  .navbar-collapse {
    max-height: 100vh !important;
  }
  .issueOption {
    height: 50px;
  }
  #date-dp {
    color: rgb(242, 242, 242);
  }
  #date-dp .bottom {
    border-top: 0 none;
  }
  #search-dp {
    color: rgb(242, 242, 242);
  }
  #search-dp .bottom {
    border-top: 0 none;
  }
  #login-dp {
    color: rgb(242, 242, 242);
  }
  #login-dp .bottom {
    border-top: 0 none;
  }
  .navbar-brand {
    background: rgba(24, 24, 24, 0);
  }
  #loginForm a {
    font-size: 1.25em;
  }
  .navbar-nav li a {
    background: rgba(24, 24, 24, 0);
  }
  h2 small {
    font-size: 45%;
  }
  ul.navbar-nav {
    display: none;
    position: absolute;
    top: 100%;
    background: #ffde00;
    flex-flow: column;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
  }
  ul.navbar-nav li a {
    justify-content: end;
  }
  ul.navbar-nav.active {
    display: flex;
  }
  .navbar {
    height: 40px;
  }
  .navbar .mobileNav {
    display: block;
  }
}
@media (min-width: 768px) {
  #login-dp {
    width: 350px;
  }
  #loginContainer {
    padding-top: 25px;
    max-width: 360px;
    margin: 0 auto;
  }
  #date-dp {
    width: 350px;
    max-width: 95%;
  }
  .articleData {
    margin: 10px auto;
    max-width: 80%;
    max-height: 90%;
  }
}
@media only screen and (max-width: 850px) {
  .hide-m {
    display: none !important;
  }
  div#searchActivity {
    width: fit-content;
    right: 100px;
  }
  div#searchActivity > span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .issueInformation {
    width: 50%;
    margin: 40px auto;
  }
  body {
    padding-top: 40px;
  }
  .optionsPanel {
    top: 40px;
  }
}
@media (min-width: 576px) {
  .navbar-archiv {
    /*max-width: 540px;*/
  }
}
@media (min-width: 768px) {
  .page-group.issuename span {
    font-size: 1rem;
  }
  span.menuText {
    line-height: 40px;
  }
  .navbar-archiv {
    /*max-width: 720px;*/
  }
  .nav-tabs > li:last-child {
    margin-left: auto;
    margin-top: inherit;
    width: inherit;
  }
}
@media (min-width: 992px) {
  /*body {
    padding-top: 80px;
  }*/
  span.menuText {
    line-height: 60px;
  }
  .page.button span {
    font-size: 1rem;
  }
  .page.button .nexticon {
    height: 14px;
  }
  .issue-container {
    margin-top: 50px;
  }
  .optionsPanel {
    top: 60px;
  }
  .submenu {
    height: 33px;
  }
  .submenu span {
    line-height: 33px;
    font-size: 0.8em;
  }
  .navBackDrop {
    height: 100px;
  }
  .navbar-archiv {
    padding: 0 1rem;
  }
  .navbar-brand, .navbar-nav li a {
    line-height: 50px;
    height: 50px;
  }
  .navbar-archiv {
    /*max-width: 960px;*/
  }
}
@media (min-width: 1200px) {
  .navbar-archiv {
    /* max-width: 1140px;*/
  }
}
@media (max-width: 1091px) {
  .textShelf40 {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .bookContainer {
    height: 330px;
  }
  .label-archiv small {
    font-size: 62%;
  }
}

/*# sourceMappingURL=app.css.map */
