h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Lato", sans-serif;
  color: #0a0a0a;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #A91B33 !important;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 4px;
}

h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 4px;
}

h3 {
  font-size: 18px;
  line-height: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: circle;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0px;
  padding: 0px;
  background: #fefefe;
  font-weight: normal;
  -webkit-text-size-adjust: none;
}

a {
  color: #3884c5;
  text-decoration: none;
}
a:hover, a:active {
  color: #A91B33;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.hidden-phone {
  display: none !important;
}

.hidden-desktop {
  display: inherit !important;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 10px 0 10px 2.5%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.45%;
}

.span_10_of_12 {
  width: 82.91%;
}

.span_9_of_12 {
  width: 74.37%;
}

.span_8_of_12 {
  width: 65.83%;
}

.span_7_of_12 {
  width: 57.29%;
}

.span_6_of_12 {
  width: 48.75%;
}

.span_5_of_12 {
  width: 40.2%;
}

.span_4_of_12 {
  width: 31.66%;
}

.span_3_of_12 {
  width: 23.12%;
}

.span_2_of_12 {
  width: 14.58%;
}

.span_1_of_12 {
  width: 6.041%;
}

@media only screen and (max-width: 850px) {
  .col {
    margin: 10px 0 0 0;
  }

  .span_12_of_12 {
    width: 100%;
  }

  .span_11_of_12 {
    width: 100%;
  }

  .span_10_of_12 {
    width: 100%;
  }

  .span_9_of_12 {
    width: 100%;
  }

  .span_8_of_12 {
    width: 100%;
  }

  .span_7_of_12 {
    width: 100%;
  }

  .span_6_of_12 {
    width: 100%;
  }

  .span_5_of_12 {
    width: 100%;
  }

  .span_4_of_12 {
    width: 100%;
  }

  .span_3_of_12 {
    width: 100%;
  }

  .span_2_of_12 {
    width: 100%;
  }

  .span_1_of_12 {
    width: 100%;
  }
}
.topnavigation {
  padding: 10px 20px 30px;
  color: #3884c5;
  font-size: 12px;
  text-transform: uppercase;
}

.topnavigation .menu {
  float: left;
}
.topnavigation .menu ul {
  text-align: left;
}
.topnavigation .menu li {
  display: inline-block;
  padding-right: 10px;
}

.topnavigation .account {
  float: right;
}
.topnavigation .account ul {
  text-align: right;
}
.topnavigation .account li {
  display: inline-block;
  padding-left: 5px;
}

.content_wrapper {
  padding: 0 20px 5px 20px;
  /*-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.36);
  box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.36);*/
}

.main_content {
  padding-top: 15px;
}

.header {
  min-height: 110px;
}

.header .logo {
  /* float: left; */
  text-align: center;
  padding-top: 12px;
}

.header .epaper_teaser {
  float: right;
}
.header .epaper_teaser img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.main_menu_wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #888888;
  padding: 10px 0;
  min-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main_menu {
  float: left;
}
.main_menu ul {
  text-align: left;
}
.main_menu li {
  display: inline-block;
  padding: 0 10px;
}
.main_menu li a {
  color: #888888;
}
.main_menu li:hover {
  border-bottom: 3px solid #A91B33;
  padding-bottom: 4px;
}
.main_menu li:hover a {
  color: #A91B33;
}

.main_menu .active {
  border-bottom: 3px solid #3884c5;
  padding-bottom: 4px;
}
.main_menu .active a {
  color: #3884c5;
}

.hidden-top-menu {
  display: none !important;
}

.sword_mobil,
.sword {
  float: right;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  color: #888888;
  margin-top: -10px;
}
.sword_mobil form,
.sword form {
  margin: 0px;
  padding: 0px;
}
.sword_mobil input[type=text],
.sword input[type=text] {
  border: solid 1px #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  height: 34px;
  width: 110px;
  color: rgba(28, 96, 162, 0.498);
}
.sword_mobil input[type=text]:hover, .sword_mobil input[type=text]:focus,
.sword input[type=text]:hover,
.sword input[type=text]:focus {
  color: #888888;
}
.sword_mobil img,
.sword img {
  vertical-align: middle;
  padding: 0 0 0 0;
}

.mobile_menu {
  display: none;
}

.mobile_menu .icon_menu {
  width: 26px;
  height: 28px;
  cursor: pointer;
}
.mobile_menu .icon_menu span {
  display: block;
  width: 26px;
  height: 4px;
  margin-bottom: 4px;
}

.icon_menu .icon-bar1 {
  background-color: #2264A5;
}

.icon_menu .icon-bar2 {
  background-color: #437BB0;
}

.icon_menu .icon-bar3 {
  background-color: #6391BE;
}

.main_article_picture {
  padding: 10px 0 5px 0;
}

.main_issue {
  margin: 10px 0 5px 0;
  width: 100%;
  padding: 15px 0 10px;
  text-align: center;
  background: url(../img/epaper_bg.jpg) no-repeat top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main_issue .site {
  display: inline-block;
}
.main_issue .site img {
  float: left;
}

.main_issue .site .spaceright {
  padding-right: 15px;
}

.first_article {
  border-bottom: 3px solid #3884c5;
  padding-bottom: 30px;
}
.first_article a {
  font-weight: bold;
  color: #A91B33;
}
.first_article h1 a {
  color: #3884c5;
  font-weight: bold;
}

.article {
  padding: 25px 0;
}
.article a {
  font-weight: bold;
  color: #A91B33;
}
.article h2 a {
  color: #3884c5;
  font-weight: normal;
}

.bottom_border {
  border-bottom: 1px solid #ddd;
}

.article_header {
  height: 25px;
}

.article_header .category {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 3px;
  font-family: "Lato", sans-serif;
}
.article_header .category a {
  color: #000;
}
.article_header .category a:hover {
  color: #A91B33;
}

.article_header .comments {
  float: right;
  color: #888888;
  padding-left: 22px;
  background: url(../img/comments.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: 18px 18px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.article img {
  float: left;
  padding: 0 24px 0 0;
}

.related_to {
  clear: both;
}

.related_to .list,
.article .related_to .list {
  padding: 5px 0 0 0;
  font-size: 13px;
}
.related_to .list li,
.article .related_to .list li {
  padding: 2px 0;
}
.related_to .list li strong,
.article .related_to .list li strong {
  padding-right: 4px;
  text-transform: uppercase;
  font-size: 13px;
}
.related_to .list a,
.article .related_to .list a {
  font-weight: normal;
  color: #3884c5;
}

.related_to strong {
  font-size: 13px;
}

.related_to .first {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.introduction__full_article {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 25px;
  padding-bottom: 10px;
}
.introduction__full_article h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
}

.author_share {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin-bottom: 10px;
  color: #888888;
  font-size: 13px;
}
.author_share span {
  float: left;
}
.author_share ul {
  text-align: right;
}
.author_share ul li {
  display: inline-block;
}
.author_share img {
  vertical-align: middle;
}

.full_articel .picture {
  color: #888888;
  font-size: 13px;
  padding-bottom: 15px;
}
.epaper_teaser_full_articel {
  color: #ECF0F4;
  font-size: 12px;
}

.epaper_teaser_full_articel {
  background-color: #3884c5;
  float: left;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-image: url(../img/plus_white.svg);
  padding-right: 20px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.epaper_teaser_full_articel a {
  color: #ECF0F4;
}

.artikel_footer_bar {
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #3884c5;
  padding: 10px 0 10px 0;
  font-weight: bold;
  margin: 4px 0;
  font-size: 13px;
}
.artikel_footer_bar span {
  float: left;
  padding-right: 10px;
}
.artikel_footer_bar ul {
  text-align: right;
}
.artikel_footer_bar ul li {
  display: inline-block;
}
.artikel_footer_bar img {
  vertical-align: middle;
}

.artikel_footer_bar_mobil {
  margin: 10px 0;
}
.artikel_footer_bar_mobil img {
  vertical-align: middle;
}

.artikel_footer_bar_mobil .border {
  border-top: 3px solid #3884c5;
  border-bottom: 3px solid #3884c5;
  padding: 5px 0 5px 0;
  font-weight: bold;
  margin: 20px 0 10px;
}

.artikel_footer_bar_mobil .mail {
  float: right;
}

.uebersicht_link a,
.home_link a,
.print_link a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.uebersicht_link a:before,
.home_link a:before,
.print_link a:before {
  content: "";
  background-image: url(../img/iconmonstr-home-2-icon.svg);
  padding-left: 22px;
  margin-right: 5px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.uebersicht_link a:hover,
.home_link a:hover,
.print_link a:hover {
  text-decoration: none;
}

.print_link {
  padding-left: 10px;
}
.print_link a:before {
  background-image: url(../img/iconmonstr-printer-icon.svg);
}

.uebersicht_link a:before {
  background-image: url(../img/iconmonstr-user-6-icon.svg);
}

.comments_entry {
  padding: 40px 0px 25px;
}
.comments_entry input[type=text],
.comments_entry input[type=mail],
.comments_entry input[type=email] {
  border: solid 1px #fff;
  border-bottom: solid 1px #ddd;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  line-height: 21px;
  height: 21px;
  width: 96%;
  margin-bottom: 15px;
  padding: 2px 5px;
}
.comments_entry textarea {
  width: 100%;
  min-height: 150px;
  border: solid 1px #ddd;
  border-radius: 3px;
  box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  line-height: 21px;
  margin-bottom: 20px;
}

.comment_btn {
  text-align: right;
  font-size: 13px;
  color: #888888;
}
.comment_btn button {
  border: none;
  float: left;
  cursor: pointer;
  background: #2b856d;
  color: #fff;
  transition: background-color 0.25s ease-out;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  border-radius: 3px;
  margin: 0 0 30px 0;
}
.comment_btn button:hover {
  text-decoration: none;
  background: #226a56;
}

.epaper_teaser_content {
  background-color: #ECF0F4;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.epaper_teaser_content img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.comments_list {
  border-top: 3px solid #3884c5;
}

.comments_list .counter {
  color: #3884c5;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-top: 8px;
}

.comment {
  margin: 35px 0;
}

.comment .autor {
  float: left;
  color: #3884c5;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

.comment .date {
  float: right;
  color: #888888;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

.comment .text {
  background-color: #ECF0F4;
  border-bottom: 3px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  padding: 18px 10px;
  margin: 25px 0px 0px 0px;
  font-size: 13px;
  line-height: 18px;
}
.comment .text a {
  color: #888888;
  text-decoration: underline;
}
.comment .text a:hover {
  color: #A91B33;
}

.article_apo_link a {
  font-weight: bold;
  display: block;
  padding-top: 10px;
}
.article_apo_link a:after {
  content: "";
  background-image: url(../img/plus.svg);
  padding-right: 17px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.article_apo_link a:hover {
  text-decoration: underline;
}

.further_reads {
  border-top: 3px solid #3884c5;
  border-bottom: 3px solid #3884c5;
  padding: 10px 0 0px 0;
  font-size: 13px;
}

.further_reads .article_list {
  padding: 5px 0 10px 0;
  font-size: 13px;
}
.further_reads .article_list li {
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
}
.further_reads .article_list li strong {
  padding-right: 4px;
  text-transform: uppercase;
}

.article_list li:last-child {
  border-bottom: none;
}

.issue_selection {
  border-bottom: 3px solid #3884c5;
}

.issue_selection .headline {
  font-size: 14px;
  font-weight: bold;
  background-color: #3884c5;
  padding: 5px 10px;
  color: #fff;
}

.issue_selection .content {
  background-color: #ECF0F4;
  padding: 5px 10px;
}
.issue_selection .content form {
  padding: 10px 0px;
}
.issue_selection .content input[type=text] {
  border: solid 1px #3884c5;
  border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  height: 26px;
  width: 98%;
  padding: 2px 5px;
}

.issue_selection .sleection_btn button {
  border: none;
  cursor: pointer;
  background: #2b856d;
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 3px;
  margin: 0 0 0 0;
}
.issue_selection .sleection_btn button:hover {
  text-decoration: none;
}

.issue_list .issue {
  padding: 25px 0;
}
.issue_list .issue img {
  float: left;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.36);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.36);
  margin-right: 24px;
}
.issue_list .issue h2 {
  padding: 10px 0 0 0;
}

.issue_list .issue .date {
  font-weight: bold;
  font-size: 13px;
}

.issue_list .issue_link a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
  text-decoration: none;
  color: #A91B33;
}
.issue_list .issue_link a:after {
  content: "";
  background-image: url(../img/plus.svg);
  padding-right: 18px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.issue_list .issue_link a:hover {
  text-decoration: underline;
}

.issue_list_btn {
  background-color: #3884c5;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 15px 0 30px;
  padding: 15px;
  color: #fff;
  text-decoration: underline;
}
.issue_list_btn:hover {
  text-decoration: none !important;
}

.event_list {
  padding-top: 25px;
}

.event_preview .picture {
  font-size: 12px;
  color: #888888;
  padding-bottom: 15px;
}

.event_preview {
  font-size: 14px;
  padding: 0 0 20px 0;
}
.event_preview h1 {
  font-weight: bold;
  line-height: 38px;
}
.event_preview strong {
  font-size: 13px;
}

.single_event {
  padding: 25px 0px;
}

.ext_link a,
.event_link a {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  color: #A91B33;
  word-break: break-word;
}
.ext_link a:after,
.event_link a:after {
  content: "";
  background-image: url(../img/ext_link.svg);
  padding-right: 17px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.ext_link a:hover,
.event_link a:hover {
  text-decoration: underline;
}

.event_day {
  border-top: 3px solid #3884c5;
}
.event_day p {
  margin: 0 0 5px 0;
  padding-right: 20px;
}

.event_day .date {
  float: left;
  color: #3884c5;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.event_day .date p {
  border-bottom: 1px dotted #3884c5;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.event_day .content {
  padding-left: 110px;
}
.event_day .content strong {
  font-size: 13px;
}

.single_job {
  padding: 25px 0;
}
.single_job strong {
  font-size: 13px;
}

.single_job .job_link a {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  display: block;
  color: #A91B33;
  word-break: break-word;
}
.single_job .job_link a:hover {
  text-decoration: underline;
}

.job {
  font-size: 15px;
  margin-bottom: 20px;
}
.job h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
}
.job strong {
  font-family: "Lato", sans-serif;
}
.job li {
  background-image: url(../img/bullet.svg);
  background-position: 0 6px;
  padding-left: 15px;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}
.job p {
  margin: 5px 0 10px 0;
}

.job .pre_headline {
  font-size: 13px;
}

.job .introduction {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #222222;
  line-height: 25px;
}

.about {
  border-bottom: 3px solid #3884c5;
  padding-bottom: 20px;
  margin: 1em 0;
}
.about h1 {
  /* font-weight: bold; */
}

.employee {
  padding: 25px 0 24px 0;
}
.employee img {
  float: left;
  padding-right: 25px;
}

.tel_link a,
.mail_link a {
  font-weight: bold;
  display: block;
  padding-top: 10px;
  color: #A91B33;
}
.tel_link a:before,
.mail_link a:before {
  content: "";
  background-image: url(../img/email-icon.svg);
  padding-left: 24px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-right: 5px;
}
.tel_link a:hover,
.mail_link a:hover {
  text-decoration: underline;
}

.tel_link a:before {
  background-image: url(../img/phone-icon.svg);
}

.registration {
  padding-top: 30px;
}
.registration hr {
  border: 0;
  height: 0;
  border-top: 1px solid #fff;
}
.registration input[type=text],
.registration input[type=password],
.registration input[type=mail],
.registration input[type=email],
.registration textarea {
  border: solid 1px #ddd;
  border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  height: 21px;
  width: 96%;
  margin: 5px 0 15px;
  padding: 2px 5px;
}
.registration label {
  padding: 0 0 8px 3px;
}

.registration textarea {
  min-height: 100px;
}

.registration .confirm {
  padding: 0px 0px 30px 0;
  line-height: 21px;
}
.registration .confirm a {
  color: #A91B33;
  text-decoration: underline;
}
.registration .confirm a:hover {
  text-decoration: none;
}

input[type=checkbox].checkbox {
  display: none;
}

input[type=checkbox].checkbox + label.label {
  padding-left: 24px;
  height: 10px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].checkbox:checked + label.label {
  background-position: 0 -18px;
}

label.label {
  background-image: url(../img/eva_checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.registration .headline {
  color: #3884c5;
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding-left: 5px;
}

.registration .info {
  color: #888888;
  float: right;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding-right: 5px;
}

.registration .part_wrapper {
  background-color: #ECF0F4;
  border: 1px solid #ddd;
  padding: 10px 5px;
  margin: 5px 10px 30px 10px;
  font-size: 13px;
}

.widget_day_word {
  padding: 0 0 15px 0;
}

.widget_day_word .head {
  height: 24px;
  padding: 0 0 6px 0;
}

.widget_day_word .headline {
  float: left;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #3884c5;
}

.widget_day_word .icon {
  float: right;
}

.widget_day_word .content {
  background-color: #ECF0F4;
  border-top: 1px solid #3884c5;
  border-bottom: 3px solid #3884c5;
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.widget_day_word .content p {
  padding: 0;
  margin: 0 0 8px 0;
}
.widget_day_word .content span {
  color: #888888;
}

.widget_day_word .content .first,
.widget_day_word .content .second {
  padding: 5px 0;
}

.widget_day_word .content .first {
  border-bottom: 2px solid #ffffff;
}

.widget_social {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 0 1px 0;
  margin: 0 0 15px 0;
}
.widget_social h3 {
  float: left;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
  font-family: "Lato", sans-serif;
}
.widget_social ul {
  text-align: right;
}
.widget_social li {
  display: inline-block;
  padding-left: 5px;
}

.widget_week_teaser {
  padding: 5px 0 0px 0;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 3px solid #3884c5;
  margin-bottom: 40px;
}

.widget_week_teaser .head_icon {
  text-align: right;
}
.widget_week_teaser .head_icon img {
  display: inline-block;
  margin-bottom: -4px;
}

.widget_week_teaser .head {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: #3884c5;
  padding: 5px;
}

.widget_week_teaser .content {
  background-color: #ECF0F4;
  padding: 5px;
}
.widget_week_teaser .content li {
  border-bottom: 2px solid #ffffff;
  padding: 10px 0;
}
.widget_week_teaser .content li a {
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.widget_week_teaser .content li a:after {
  content: "";
  background-image: url(../img/plus.svg);
  padding-right: 17px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.etabs {
  margin: 0;
  padding: 0;
}

.tab {
  display: inline-block;
  width: 49%;
  zoom: 1;
  *display: inline;
  background: #ECF0F4;
  border-top: 3px solid #ddd;
  border-bottom: none;
  padding: 5px 0 6px 0;
}
.tab a {
  font-size: 13px;
  line-height: 21px;
  display: block;
  padding: 0 10px;
  outline: none;
  font-weight: bold;
  color: #888888;
}
.tab a a:hover {
  text-decoration: none;
}

.tab.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #3884c5;
}
.tab.active a.active {
  color: #000;
  font-weight: bold;
}

.tab-container {
  border-bottom: 3px solid #3884c5;
  font-size: 13px;
}

.tab-container .article_list {
  padding: 5px 10px 10px 10px;
}
.tab-container .article_list li {
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
}
.tab-container .article_list li strong {
  padding-right: 4px;
  text-transform: uppercase;
}

.article_list li:last-child {
  border-bottom: none;
}

.widget_publisher,
.widget_login,
.widget_twitter,
.widget_jobs {
  padding: 0 0 40px 0;
}

.widget_events,
.widget_advert_service,
.widget_help {
  padding: 0 0 25px 0;
}

.podcastbox .head,
.widget_articel_background .head,
.widget_advert_service .head,
.widget_publisher .head,
.widget_help .head,
.widget_login .head,
.widget_twitter .head,
.widget_jobs .head,
.widget_events .head {
  height: 24px;
  padding: 0 0 6px 0;
}

.podcastbox .headline,
.widget_articel_background .headline,
.widget_advert_service .headline,
.widget_publisher .headline,
.widget_help .headline,
.widget_login .headline,
.widget_twitter .headline,
.widget_jobs .headline,
.widget_events .headline {
  float: left;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #3884c5;
}

.podcastbox .icon,
.widget_articel_background .icon,
.widget_advert_service .icon,
.widget_publisher .icon,
.widget_help .icon,
.widget_login .icon,
.widget_twitter .icon,
.widget_jobs .icon,
.widget_events .icon {
  float: right;
}

.widget_twitter .content,
.widget_jobs .content,
.widget_events .content {
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}

.widget_advert_service .content,
.widget_publisher .content,
.widget_help .content {
  border-top: 1px solid #ddd;
  font-size: 13px;
  line-height: 18px;
}
.widget_advert_service .content strong,
.widget_publisher .content strong,
.widget_help .content strong {
  color: #000;
  text-transform: uppercase;
}

.widget_advert_service .content,
.widget_help .content {
  color: #888888;
  line-height: 18px;
}
.widget_advert_service .content a,
.widget_help .content a {
  text-decoration: underline;
  color: #888888;
}
.widget_advert_service .content a:hover,
.widget_help .content a:hover {
  color: #A91B33;
  text-decoration: none;
}

.widget_publisher .content {
  font-size: 12px;
}

.widget_jobs .description,
.widget_events .description {
  padding: 6px 0;
}
.widget_jobs .description span,
.widget_events .description span {
  color: #888888;
  font-size: 12px;
}
.widget_jobs .description a,
.widget_events .description a {
  font-weight: bold;
}

.widget_twitter {
  font-size: 13px;
}
.widget_twitter strong {
  color: #3884c5;
}
.widget_twitter a {
  font-size: 12px;
  color: #888888;
}

.widget_twitter .tweet .text {
  line-height: 18px;
}
.widget_twitter .tweet .text a {
  font-size: 13px;
}

.widget_twitter .tweet {
  padding: 5px 0 15px;
}

.widget_twitter .tweet-info {
  color: #888888;
}

.widget_login .content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.widget_login {
  color: #888888;
}
.widget_login form {
  margin: 10px 0px 0px 0px;
  padding: 5px 0 5px 0;
}
.widget_login input[type=text],
.widget_login input[type=password] {
  border: solid 1px #ddd;
  border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  height: 21px;
  width: 96%;
  margin-bottom: 15px;
  padding: 2px 5px;
}
.widget_login button[type=submit] {
  border: none;
  cursor: pointer;
  background: #fff;
  color: #000;
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
}
.widget_login button[type=submit]:after {
  content: "";
  background-image: url(../img/pfeil_nach_rechts.svg);
  padding-right: 20px;
  background-position: 100% 65%;
  background-repeat: no-repeat;
}
.widget_login button[type=submit]:hover {
  text-decoration: none;
  color: #A91B33;
}
.widget_login button[type=submit]:hover:after {
  background-image: url(../img/pfeil_nach_rechts_rot.svg);
}

.widget_articel_info {
  padding: 0 0 20px 0;
  font-size: 13px;
  color: #888888;
}
.widget_articel_info a {
  color: #888888;
  text-decoration: underline;
  padding-right: 3px;
}
.widget_articel_info strong {
  color: #000;
  text-transform: uppercase;
}

.widget_articel_info .tags {
  padding: 10px 0;
}

.widget_articel_info .epaper a,
.widget_articel_info .print a {
  font-weight: bold;
  display: block;
  color: #000;
  text-decoration: underline;
  padding: 5px 0;
}
.widget_articel_info .epaper a:after,
.widget_articel_info .print a:after {
  content: "";
  background-image: url(../img/iconmonstr-printer-icon.svg);
  padding-left: 26px;
  margin-right: 5px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.widget_articel_info .epaper a:hover,
.widget_articel_info .print a:hover {
  text-decoration: none;
}

.widget_articel_info .epaper a:after {
  background-image: url(../img/newspaper-icon.svg);
}

.widget_articel_background {
  padding: 0 0 25px 0;
}

.widget_articel_background .content {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.widget_articel_background .picture {
  color: #888888;
  font-size: 13px;
  padding-bottom: 5px;
  text-align: center;
}

.widget_articel_background .picture .description {
  text-align: left;
}

.widget_related_to {
  font-size: 13px;
  padding: 25px 0;
}
.widget_related_to ul {
  padding: 5px 0;
}
.widget_related_to ul li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.widget_audio_player {
  background-color: #ECF0F4;
  border-radius: 5px;
  border: 1px solid rgba(28, 96, 162, 0.498);
  margin: 0 0 40px 0;
}

.widget_audio_player .podcastbox .head {
  border-bottom: 3px solid #fff;
  padding: 10px;
}

.widget_audio_player .podcast-box-inner {
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

.widget_audio_player .podcast-box-inner .interface ul li {
  float: left;
}

.widget_audio_player .podcast-box-inner .timeline {
  margin: 10px 10px 0;
  width: 180px;
  height: 2px;
  background-color: #3884c5;
}

.widget_audio_player .podcast-box-inner .playtime {
  margin: 6px 0 0 40px;
  width: 5px;
  height: 10px;
  background-color: rgba(28, 96, 162, 0.498);
  position: absolute;
}

.widget_audio_player .link_arrow_right {
  border-top: 3px solid #fff;
  padding: 5px;
}

.widget_main_issue {
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
  padding-bottom: 30px;
}
.widget_main_issue strong {
  color: #000;
}

.widget_main_issue .text {
  font-size: 13px;
  padding-bottom: 5px;
}

.widget_main_issue .link a {
  font-weight: bold;
  display: block;
  padding-top: 10px;
  color: #000;
  text-decoration: underline;
  text-transform: none;
}
.widget_main_issue .link a:after {
  content: "";
  background-image: url(../img/newspaper-icon.svg);
  padding-right: 26px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.widget_main_issue .link a:hover {
  text-decoration: none;
}

.widget_abo_teaser {
  padding-bottom: 30px;
  font-family: "Lato", sans-serif;
}

.widget_abo_teaser .head_icon {
  text-align: left;
}
.widget_abo_teaser .head_icon img {
  display: inline-block;
  margin-bottom: -6px;
}

.widget_abo_teaser .digital {
  font-size: 26px;
  background-color: #3884c5;
  color: #fff;
  padding: 10px;
  margin: 0 25px 3px 0;
  line-height: 28px;
}
.widget_abo_teaser .digital a {
  text-decoration: underline;
  font-size: 13px;
  color: #fff;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.widget_abo_teaser .digital a:after {
  content: "";
  background-image: url(../img/pfeil_nach_rechts_weiss.svg);
  padding-right: 20px;
  background-position: 100% 65%;
  background-repeat: no-repeat;
}
.widget_abo_teaser .digital a:hover {
  text-decoration: none;
}

.widget_abo_teaser .print {
  background-color: #ECF0F4;
  color: #3884c5;
  border-bottom: 3px solid #3884c5;
  font-size: 18px;
  padding: 10px;
  margin: 0 0 0 25px;
  line-height: 22px;
}

.widget_abo {
  padding: 0 0 40px 0;
}

.widget_abo .head_icon {
  text-align: right;
}
.widget_abo .head_icon img {
  display: inline-block;
  margin-bottom: -6px;
}

.widget_abo .content {
  font-size: 13px;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  background-color: #3884c5;
  color: #fff;
  padding: 10px;
}
.widget_abo .content h3 {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  padding-bottom: 5px;
  font-weight: normal;
}
.widget_abo .content a {
  text-decoration: underline;
  font-size: 13px;
  color: #fff;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.widget_abo .content a:after {
  content: "";
  background-image: url(../img/pfeil_nach_rechts_weiss.svg);
  padding-right: 20px;
  background-position: 100% 65%;
  background-repeat: no-repeat;
}
.widget_abo .content a:hover {
  text-decoration: none;
}

.widget_abo .abo_link {
  padding-top: 5px;
}

/* IE8 (via Keith Clarke) */
@media \0 screen {
  .header .logo {
    width: 60%;
    /* IE8 */
  }

  .header .epaper_teaser {
    width: 40%;
    /* IE8 */
  }

  .main_issue .site {
    width: 100%;
  }
}
.link_arrow_right {
  padding: 10px 0;
}
.link_arrow_right a {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
}
.link_arrow_right a:after {
  content: "";
  background-image: url(../img/pfeil_nach_rechts.svg);
  padding-right: 20px;
  background-position: 100% 65%;
  background-repeat: no-repeat;
}
.link_arrow_right a:hover {
  text-decoration: none;
  color: #A91B33;
}
.link_arrow_right a:hover:after {
  background-image: url(../img/pfeil_nach_rechts_rot.svg);
}

.red_link {
  font-weight: bold;
}
.red_link a {
  cursor: pointer;
  color: #A91B33;
}
.red_link a:hover {
  text-decoration: underline;
}

.social_content_footer {
  padding: 8px 0 4px 0;
  color: #3884c5;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
}
.social_content_footer a {
  font-weight: bold;
}

.footer {
  min-height: 110px;
  text-align: center;
  border-bottom: 10px solid #3884c5;
  position: relative;
}

.footer_menu {
  padding: 10px 0;
}
.footer_menu ul {
  text-align: center;
}
.footer_menu li {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.footer_menu li a {
  color: #000;
  font-weight: bold;
}
.footer_menu li a:hover {
  color: #A91B33;
}

.footer_logo {
  width: 100%;
  font-size: 11px;
}

.end {
  padding: 0;
  margin: 0 0 10px 0;
}

.pager {
  display: none;
}

.page-search .pager {
  display: block;
  margin-top: 20px;
}
.page-search .pager li {
  float: left;
  padding: 0 10px;
}
.page-search .pager li.last, .page-search .pager li.first {
  display: none;
}

.widget_articel_background .content p {
  margin: 0;
}

/* GENERAL */
input {
  border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=text] {
  -webkit-appearance: none;
}

.header-big {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700 !important;
  margin-bottom: 20px;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.move-up {
  margin-top: -33px;
}

.more-link a:hover {
  text-decoration: underline;
}

a.paid-link:after {
  content: "";
  background-image: url(../img/plus.svg);
  padding-right: 17px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

/* AUDIO PLAYER */
.timeline {
  background-color: lightgray !important;
}

.jp-play-bar {
  height: 2px;
  background-color: #1c60a2;
}

.jp-no-solution {
  display: none;
}

.widget_audio_player .podcast-box-inner .timeline {
  width: 170px !important;
}

/* PASSWORD STRENGTH */
.password-strength {
  float: none;
}

/* NODE ARTICLE */
.node-article h1 {
  /* font-weight: bold; */
}

/* EVENT OVERVIEW */
#views-exposed-form-events-panel-pane-event-overview div.section.group .filter-field_event_date_value_1,
#views-exposed-form-events-panel-pane-event-overview div.section.group .filter-field_event_date_value_2 {
  display: none;
}

/* ARCHIV PAGE */
.main_issue {
  position: relative;
}
.main_issue .slogan {
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: 22px;
  right: 0;
  text-align: right;
  letter-spacing: 1px;
}
.main_issue .slogan span {
  font-size: 30px;
  line-height: 38px;
  padding: 0px 12px;
  background-color: #2b856d;
  color: white;
}

/* USER PROFILE */
.profile div {
  padding: 10px;
}
.profile div label {
  font-weight: bold;
}
.profile div .headline {
  padding: 20px 0 5px 0;
  border-bottom: 1px solid grey;
  text-transform: uppercase;
}

/* LOGIN IN PAGE */
.register-box {
  position: relative;
  box-sizing: border-box;
  border: 1px solid lightgrey;
  margin-bottom: 0;
}
.register-box.already-print-abo-box, .register-box.new-customer-box {
  min-height: 210px;
}
.register-box.login-box {
  min-height: 300px;
}
.register-box p {
  padding: 10px;
}
.register-box .comment_btn {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.register-box #user-login {
  position: relative;
}
.register-box #user-login a {
  display: none;
}
.register-box #user-login .comment_btn {
  position: relative;
  margin-top: 0 !important;
}
.register-box .forgot-password {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.register-box .box-header {
  padding: 0px 3px;
  height: 40px;
}
.register-box .box-header h3 {
  color: black;
  font-size: 20px;
  margin: 0px 0px 0px 10px;
  padding-top: 10px;
}

.epaper-info {
  background-color: #ececec;
  color: black;
}
.epaper-info h3 {
  color: black;
  font-size: 24px;
  padding: 20px 10px 0 10px;
}
.epaper-info p {
  padding: 10px;
}

/* ARTICLE PAGE */
.node-article ul {
  list-style: circle;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.node-article ul li {
  padding-bottom: 5px;
  padding-left: 5px;
}

.node-article ol {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.node-article ol li {
  background-image: none !important;
  list-style: inherit;
  padding-bottom: 5px;
  padding-left: 0;
}
.node-article ol li ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.node-article ol li ul li {
  background-image: url("../img/bullet.svg") !important;
  background-position: 0 6px;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-left: 15px;
}
.node-article ol li ul li ol {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.node-article ol li ul li ol li {
  background-image: none !important;
  list-style: inherit;
  padding-bottom: 5px;
  padding-left: 0 !important;
}

/* ABOSERVICE */
.logged-in .needs-log-out {
  display: none;
}

/* SPECIAL ABO TEASER */
.abo_special .print {
  font-size: 22px !important;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.head-teaser-image {
  max-width: 350px;
  max-height: 141px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
    font-family: "Lato", sans-serif;
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  margin: 0 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  top: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
  background: url("../img/slider/hover_prev_arrow.png") no-repeat center;
  background-color: rgba(28, 96, 162, 0.8);
}

.flex-direction-nav .flex-next {
  right: 0 !important;
  text-align: right;
  background: url("../img/slider/hover_next_arrow.png") no-repeat center;
  background-color: rgba(28, 96, 162, 0.8);
}

.flex-direction-nav .flex-next:hover {
  right: 0 !important;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 0 !important;
}

.flexslider:hover .flex-prev :hover {
  left: 0 !important;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  /*content: '\f001';*/
}

.flex-direction-nav a.flex-next:before {
  /*content: '\f002';*/
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url("../img/slider/dot_inactive.png") no-repeat center;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: url("../img/slider/dot_active.png") no-repeat center;
}

.flex-control-paging li a.flex-active {
  background: url("../img/slider/dot_active.png") no-repeat center;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .content_wrapper {
    padding: 0 10px 5px 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.36);
  }

  .topnavigation {
    padding: 10px 10px 30px 10px;
  }

  .topnavigation .menu .date {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .hidden-phone {
    display: inherit !important;
  }

  .hidden-desktop {
    display: none !important;
  }

  .topnavigation .account {
    float: none;
  }

  .topnavigation {
    padding: 10px;
  }

  .topnavigation .account .user_name {
    float: left;
  }

  .header .logo {
    float: none;
    text-align: center;
  }

  .bottom_border_bold {
    border-bottom: 3px solid #3884c5;
    margin-bottom: 10px;
  }

  .main_menu_wrapper {
    padding: 10px 0 0 0;
    height: auto;
  }

  .header {
    min-height: 115px;
    padding-bottom: 15px;
  }

  .main_menu {
    float: none;
  }
  .main_menu ul {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#ffffff",GradientType=0 );
  }
  .main_menu li {
    display: inline-block;
    padding: 0;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #ddd;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-size: 14px;
  }
  .main_menu li a {
    color: #3884c5;
    font-weight: bold;
  }
  .main_menu li:hover {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .main_menu li:hover a {
    color: #A91B33;
  }

  .main_menu .active {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .main_menu .active a {
    color: #A91B33;
  }

  .mobile_menu {
    padding-left: 10px;
  }
  .mobile_menu a {
    padding-left: 10px;
    color: #888888;
  }

  .mobile_menu .icon_menu {
    float: left;
  }

  .mobile_menu .link_menu {
    float: left;
  }

  .mobile_menu .sword_mobil {
    float: right;
  }

  .hidden-top-menu {
    display: inherit !important;
  }
  .hidden-top-menu a {
    color: #888888 !important;
    font-weight: normal !important;
  }
  .hidden-top-menu:hover {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .hidden-top-menu:hover a {
    color: #A91B33 !important;
  }

  .hidden-top-menu.active {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .hidden-top-menu.active a {
    color: #A91B33 !important;
    font-weight: bold !important;
  }

  .hidden-top-menu.top_border {
    border-top: 3px solid #ddd;
  }

  .hidden-top-menu.bottom_border {
    border-bottom: 3px solid #ddd;
  }
  .hidden-top-menu.bottom_border:hover {
    border-bottom: 3px solid #ddd;
  }

  .first_article {
    border-bottom: none;
    padding-bottom: 20px;
  }

  .main_article_picture {
    padding: 25px 0 0 0;
  }

  .toToggle {
    display: none;
  }

  .widget_day_word {
    border-top: 3px solid #1C60A2;
    padding: 30px 0 40px 0;
  }

  .issue_selection .sleection_btn button {
    margin: 5px 0 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .hidden_article_picture {
    display: none;
  }

  .issue_list .issue img {
    display: none;
  }

  .author_share ul {
    display: none;
  }

  .print_link {
    display: none;
  }

  .issue_selection .sleection_btn button {
    width: 100%;
  }

  .issue_selection .content input[type=text] {
    padding: 2px 0px 2px 5px;
  }
}
@media only screen and (max-width: 450px) {
  .header {
    min-height: 50px;
  }
}
/*=====================================================================
  Selectric
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  cursor: pointer;
  float: left;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricOpen {
  z-index: 9999;
}

.selectricOpen .selectricItems {
  display: block;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectricOpen .selectric {
  border-color: #3884c5;
  background: #e6e6e6;
  z-index: 9999;
}

.selectric {
  border: 1px solid #3884c5;
  background: #FFFFFF;
  position: relative;
  border-radius: 3px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 28px 0 0;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  min-height: 16px;
}

.selectric .button {
  background-color: #2b856d;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  color: #C7D1DB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 22px/28px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}

.selectricHover .selectric {
  border-color: #3884c5;
}

.selectricHover .selectric .button {
  color: #aeb8c2;
}

.selectricHover .selectric .button:after {
  border-top-color: #fff;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

@media print {
  .topnavigation,
.header .epaper_teaser,
.main_menu_wrapper,
.hidden-top-menu,
.sword_mobil,
.sword,
.mobile_menu,
.icon_menu,
.widget_articel_background,
.widget_advert_service,
.epaper_teaser_full_articel,
.widget_advert_service,
.widget_publisher,
.widget_help,
.widget_login,
.widget_twitter,
.widget_jobs,
.widget_events,
.tab-container,
.widget_day_word,
.widget_week_teaser,
.widget_audio_player,
.widget_twitter,
.footer,
.widget_social,
.social_content_footer,
.comments_entry,
.artikel_footer_bar,
.author_share ul,
.main_issue,
.widget_main_issue,
.widget_abo_teaser,
.issue_selection,
.issue_list_btn,
.widget_audio_player,
.artikel_footer_bar_mobil,
.artikel_footer_bar {
    display: none !important;
  }

  .header .logo {
    float: none;
    padding: 0;
    text-align: center;
  }

  .col {
    margin: 10px 0 0 0;
  }

  .span_12_of_12 {
    width: 100%;
  }

  .span_11_of_12 {
    width: 100%;
  }

  .span_10_of_12 {
    width: 100%;
  }

  .span_9_of_12 {
    width: 100%;
  }

  .span_8_of_12 {
    width: 100%;
  }

  .span_7_of_12 {
    width: 100%;
  }

  .span_6_of_12 {
    width: 100%;
  }

  .span_5_of_12 {
    width: 100%;
  }

  .span_4_of_12 {
    width: 100%;
  }

  .span_3_of_12 {
    width: 100%;
  }

  .span_2_of_12 {
    width: 100%;
  }

  .span_1_of_12 {
    width: 100%;
  }
}

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