@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("/_/styles/roboto/Roboto-Light.eot?v=1");
  src: url("/_/styles/roboto/Roboto-Light.eot?v=1#iefix") format("embedded-opentype"), url("/_/styles/roboto/Roboto-Light.woff2?v=1") format("woff2"), url("/_/styles/roboto/Roboto-Light.woff?v=1") format("woff"), url("/_/styles/roboto/Roboto-Light.ttf?v=1") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("/_/styles/roboto/Roboto-Regular.eot?v=1");
  src: url("/_/styles/roboto/Roboto-Regular.eot?v=1#iefix") format("embedded-opentype"), url("/_/styles/roboto/Roboto-Regular.woff2?v=1") format("woff2"), url("/_/styles/roboto/Roboto-Regular.woff?v=1") format("woff"), url("/_/styles/roboto/Roboto-Regular.ttf?v=1") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("/_/styles/roboto/Roboto-Medium.eot?v=1");
  src: url("/_/styles/roboto/Roboto-Medium.eot?v=1#iefix") format("embedded-opentype"), url("/_/styles/roboto/Roboto-Medium.woff2?v=1") format("woff2"), url("/_/styles/roboto/Roboto-Medium.woff?v=1") format("woff"), url("/_/styles/roboto/Roboto-Medium.ttf?v=1") format("truetype");
  font-weight: 500;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

*:active,
*:visited,
*:focus {
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background: #FAFAFA;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1,
h2,
h3, {
  margin-top: 24px;
  margin-bottom: 12px;
}

h4,
h5,
h6 {
  margin-top: 12px;
  margin-bottom: 12px
}

h1 { font-size: 34px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 11px; }

a,
a:active,
a:visited {
  color: #005f83;
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit !important;
}

label {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 8px;
}

input,
select,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: auto;
  -webkit-appearance: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="search"] {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}

input[data-fcms-facetedsearch="fcms-facetedsearch-input"] {
    -moz-user-select: text;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

select {
  -webkit-appearance: menulist;
}

textarea {
  height: auto;
}

input:focus,
select:focus {
  outline: none;
}

.hide {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 1282px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 32px;
  background: #FFF;
}

.section-heading {
  display: block;
  padding: 32px 0 12px;
  margin: 0;
  text-align: left;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.flex-row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

[class^="flex-col-"],
[class*=" flex-col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.flex-col-xs-2  { -ms-flex-preferred-size: 16.66666667%; flex-basis: 16.66666667%; max-width: 16.66666667%; }
.flex-col-xs-4  { -ms-flex-preferred-size: 33.33333333%; flex-basis: 33.33333333%; max-width: 33.33333333%; }
.flex-col-xs-6  { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.flex-col-xs-8  { -ms-flex-preferred-size: 66.66666667%; flex-basis: 66.66666667%; max-width: 66.66666667%; }
.flex-col-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }

.flex-offset-xs-2 { margin-left: 16.66666667%; }
.flex-offset-xs-4 { margin-left: 33.33333333%; }
.flex-offset-xs-6 { margin-left: 50%; }
.flex-offset-xs-8 { margin-left: 66.66666667%; }

@media only screen and (min-width: 376px) {

  .flex-col-sm-2  { -ms-flex-preferred-size: 16.66666667%; flex-basis: 16.66666667%; max-width: 16.66666667%; }
  .flex-col-sm-4  { -ms-flex-preferred-size: 33.33333333%; flex-basis: 33.33333333%; max-width: 33.33333333%; }
  .flex-col-sm-6  { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
  .flex-col-sm-8  { -ms-flex-preferred-size: 66.66666667%; flex-basis: 66.66666667%; max-width: 66.66666667%; }
  .flex-col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }

  .flex-offset-sm-2 { margin-left: 16.66666667%; }
  .flex-offset-sm-4 { margin-left: 33.33333333%; }
  .flex-offset-sm-6 { margin-left: 50%; }
  .flex-offset-sm-8 { margin-left: 66.66666667%; }

}


@media only screen and (min-width: 471px) {

  .flex-col-md-2  { -ms-flex-preferred-size: 16.66666667%; flex-basis: 16.66666667%; max-width: 16.66666667%; }
  .flex-col-md-4  { -ms-flex-preferred-size: 33.33333333%; flex-basis: 33.33333333%; max-width: 33.33333333%; }
  .flex-col-md-6  { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
  .flex-col-md-8  { -ms-flex-preferred-size: 66.66666667%; flex-basis: 66.66666667%; max-width: 66.66666667%; }
  .flex-col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }

  .flex-offset-md-2 { margin-left: 16.66666667%; }
  .flex-offset-md-4 { margin-left: 33.33333333%; }
  .flex-offset-md-6 { margin-left: 50%; }
  .flex-offset-md-8 { margin-left: 66.66666667%; }

}

@media only screen and (min-width: 769px) {

  .flex-col-lg-2  { -ms-flex-preferred-size: 16.66666667%; flex-basis: 16.66666667%; max-width: 16.66666667%; }
  .flex-col-lg-4  { -ms-flex-preferred-size: 33.33333333%; flex-basis: 33.33333333%; max-width: 33.33333333%; }
  .flex-col-lg-6  { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
  .flex-col-lg-8  { -ms-flex-preferred-size: 66.66666667%; flex-basis: 66.66666667%; max-width: 66.66666667%; }
  .flex-col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }

  .flex-offset-lg-2 { margin-left: 16.66666667%; }
  .flex-offset-lg-4 { margin-left: 33.33333333%; }
  .flex-offset-lg-6 { margin-left: 50%; }
  .flex-offset-lg-8 { margin-left: 66.66666667%; }

}



/**
 * Buttons
 *
 **/

.btn-flat {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
}

.btn-flat {
  background-color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.14);
}

.btn-flat.btn-primary,
.btn-flat.btn-primary:hover {
  color: #FFF;
  background-color: #005f83;
}

.btn-flat.btn-light,
.btn-flat.btn-light:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.14);
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-small {
  font-size: 13px;
}

.btn-large {
  font-size: 16px;
}

.btn-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 6px;
  font-size: 24px;
  color: #444 !important;
  text-transform: uppercase;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
  border-radius: 50%;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.btn-icon:hover {
  background: #e6e6e6;
}

.btn-icon.btn-inverse {
  color: #fff !important;
}

.btn-icon.btn-inverse:hover {
  background-color: rgba(255, 255, 255, 0.07);
}

.pagination {
  display: block;
  margin: 1em 0 1.5em;
}

.btn-pagination {
  display: inline-block;
  min-width: 26px;
  padding: 3px 6px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.28);
  background-color: transparent;
}

.btn-pagination.down:after {
  content: '';
  position: relative;
  bottom: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.54);
  margin: 0 5px;
}

.btn-pagination.btn-disabled,
.btn-pagination.btn-disabled:hover {
  color: rgba(0, 0, 0, 0.28) !important;
  border-color: rgba(0, 0, 0, 0.14) !important;
  background-color: #fff !important;
  cursor: default !important;
}


/**
 * Tooltips
 *
 **/

.btn-icon .btn-tooltip {
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 999999;
  display: block;
  min-width: 50px;
  margin: 8px 0 0;
  padding: 8px;
  content: '';
  font-size: 11px;
  line-height: 1em;
  color: #FFF;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  background-color: #444;
  border-radius: 3px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top .2s ease-in-out, opacity .2s ease-in-out;
  transition: top .2s ease-in-out, opacity .2s ease-in-out;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.fcmsreader .fcmsreader-menu .header-buttons .btn-icon.search:hover .active .btn-tooltip,
.fcmsreader .fcmsreader-menu .header-buttons .btn-icon.ausgaben:hover .ausgabenButtonActive .btn-tooltip {
    display: none;
}


@media (pointer: fine) {
  .btn-icon:hover .btn-tooltip {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
}


/**
 * Forms
 *
 **/

.form-group {
  position: relative;
  margin-bottom: 16px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio-styled,
.checkbox-styled {
  position: relative;
  margin-top: 0;
  min-height: 24px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5.5px;
}

.radio-styled label,
.checkbox-styled label {
  margin-bottom: 0;
}

.radio-styled input[type="radio"],
.radio-styled input[type="checkbox"],
.checkbox-styled input[type="radio"],
.checkbox-styled input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-styled input ~ span,
.checkbox-styled input ~ span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
  vertical-align: text-top;
}

.radio-styled input ~ span:before,
.checkbox-styled input ~ span:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 2px solid #444;
}

.radio-styled input ~ span:before {
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.radio-styled input:checked ~ span:before {
  border-color: #444;
}

.radio-styled input ~ span:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color:#444;
}

.radio-styled input ~ span:after,
.checkbox-styled input ~ span:before {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.radio-styled input:checked ~ span:after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
}

.checkbox-styled input:checked ~ span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 8px;
  border-color: #005f83;
  border-top-style: none;
  border-right-style: none;
}



/**
 * Teaser
 *
 **/

.teaser .thumb {
  height: 100%;
  margin: 0 0 8px 0;
  text-align: center;
}

.teaser .thumb > a {
  display: inline-block;
  padding: 4px;
  background: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.teaser .thumb img {
  display: block;
  width: 170px;
  max-width: 100%;
  height: auto;
}

.teaser .content {
  font-size: 14px;
  font-weight: 400;
}

.teaser .content .title {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 1.4em;
}

.teaser .content .title .access-status {
  display: none;
}

.teaser.teaser-epaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 32px;
}

.teaser.teaser-epaper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.teaser.teaser-epaperpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px;
  margin-bottom: 32px;
}

.teaser.teaser-epaperpage .content {
  padding: 8px 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}



/**
 * Utility-Classes
 *
 **/

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.text-light { font-weight: 300; }



/**
 * Autocompleter
 *
 * */

.ui-autocomplete.ui-menu {
  max-width: 285px;
  background-color: #fff;
  line-height: 1.6em;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  z-index: 800000;
}

.ui-autocomplete.ui-menu li {
  height: auto;
}

.ui-autocomplete.ui-menu li a {
  display: block;
  cursor: pointer;
}
