@charset "UTF-8";
/**
 * Google WebFonts Helper:
 * via https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin
 */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v30-latin-italic.woff") format("woff"), url("../fonts/roboto-v30-latin-italic.ttf") format("truetype"), url("../fonts/roboto-v30-latin-italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
body {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  text-align: center;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #111111;
  overflow-y: scroll;
}
body form {
  padding: 0;
  margin: 0;
}
body table {
  margin: 0px;
}
body td {
  height: 22px;
}
body td.article {
  background: url(../img/bg-table.gif);
  height: 26px;
}
body input, body select, body textarea {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #111;
}
body ul, body li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body a {
  color: #a50000;
  text-decoration: none;
}
body a.blue {
  color: #a50000;
}
body a.black {
  color: #111;
}
body a.blueb {
  color: #a50000;
  font-weight: bold;
}
body a.greydark {
  color: #3b3b3b;
}
body a.greylight {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}
body a.grey {
  color: #6f6f6f;
}
body a:hover, body a.blue:hover, body a.grey:hover, body a.greydark:hover, body a.blueb:hover, body a.black:hover {
  text-decoration: underline;
}
body b, body strong {
  font-weight: bold;
}
body i, body em {
  font-style: italic;
}
body figure img {
  max-width: 100%;
}
body h1,
body .light {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 1.25rem;
  color: #888;
}
body h1.hl1,
body .light.hl1 {
  color: #111;
  font-weight: bold;
}
body h2 {
  font-size: 1.1rem;
}
body h2.hl2 {
  font-size: 12px;
  color: #111;
  font-weight: bold;
  margin: 0;
  padding-top: 0;
  padding-bottom: 14px;
}
body h3 {
  font-size: 1rem;
  color: #3d3d3d;
}
body h4 {
  color: #3d3d3d;
  font-size: 20px;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  margin: 0px 0 10px 0;
}
body summary {
  display: block;
}
body .hidden {
  display: none;
}
body .redborder {
  border: red 1px solid;
}
body .blue {
  color: #a50000;
}
body .red {
  color: #db1a1a;
}
body .green {
  color: #068600;
}
body .greybg {
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}
body .text-small {
  font-size: 0.7rem;
}
body .btn.btn-primary {
  background-color: #a50000;
  border-color: #a50000;
}
body .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body #premium-form .form-group .col-sm-1 {
  display: none;
}
body .table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}
body .table-responsive::-webkit-scrollbar:horizontal {
  height: 11px;
}
body .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
body .keybox {
  background: #e7e7e7;
  padding: 0.5rem;
  margin-bottom: 7px;
  margin-top: 0;
  clear: both;
  border-radius: 0.25rem;
}
body .key {
  vertical-align: text-bottom;
}
body .border-top, body .border-bottom {
  border-color: #bdbec0 !important;
  border-width: 2px !important;
}

.page-wrapper {
  margin: 0 auto;
  text-align: center;
}

.headone {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #003169;
  line-height: 19px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 8px;
}

.news_teaser_text .articletitle {
  clear: none;
}

.news_teaser_text .articlesubtitle {
  clear: none;
}

.news_teaser_pre {
  padding-top: 4px;
}

.headstart {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #003169;
  line-height: 19px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0px;
  font-weight: 600;
}

.subheadstart, .subheadstart a {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #777;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.headbig {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 17px;
  color: #003169;
  line-height: 19px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}

.subheadbig, .subheadbig a {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #777;
  line-height: 14px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.top {
  width: 100%;
  height: 9px;
  border-bottom: #999 1px solid;
  position: absolute;
  top: 176px;
  box-shadow: #ccc 0 3px 5px;
}

.wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative;
}

.header_outer {
  border-bottom: #999 1px solid;
  box-shadow: #ccc 0 3px 5px;
  margin-bottom: 14px;
}

.header {
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.header_small {
  background: white;
  z-index: 9999;
  width: 100%;
  top: 0;
}

.header_small .header .logo {
  margin: 5px 0 0 -7px;
  position: static;
  width: 178px;
  height: 58px;
  float: left;
  transition: margin 250ms ease;
  left: 30px;
}

.header_small .header .logo img {
  width: 100%;
  height: 100%;
}

.header_small .header .search {
  padding: 7px 0 0 0;
}

.header_small .header .navigation {
  padding-top: 15px;
}

.header_small .header .navigation .sub {
  border: none;
  border-top: #BDBEC3 1px solid;
}

.header_small .header .banner_header_scrolled {
  display: block;
}

.header-lottery {
  height: 133px;
  background: url("../img/bg-header-lottery.png");
  font-size: 11px;
  text-align: left;
}

.start {
  padding-top: 4px;
  float: left;
  color: #6f6f6f;
}

.portals {
  padding: 7px 0 7px 0;
  color: #6f6f6f;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login_form_container {
  clear: both;
  overflow: hidden;
}

.logo img {
  width: 100%;
  height: 100%;
}

.navigation {
  position: relative;
  clear: both;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 7px;
}

.main {
  float: left;
  padding-top: 4px;
  padding-left: 6px;
  text-align: center;
}

nav ul {
  display: flex;
  flex-direction: row;
}

.navsub .sub_sub {
  display: none;
  position: absolute;
  background: #fff;
  padding: 4px;
  left: -8px;
  top: 30px;
  z-index: 200;
  box-shadow: #555 0px 2px 1px;
}

.navsub .sub_sub .navsub_sub {
  padding: 5px;
  white-space: nowrap;
}

.navsub a.active {
  text-decoration: underline;
}

.portals a.active {
  background: #014fa2;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.portals a.city_portal {
  border-radius: 2px;
}

.portal_sub { /* overflow:hidden; */
  background: #014fa2;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
}

.portal_sub .navsub { /*padding: 0 36px 0 0;*/
  float: none;
  padding: 0;
}

.portal_sub a {
  color: #fff;
  display: inline-block;
  font-size: 110%;
  padding: 13px 12px;
}

.portal_sub .sub_sub {
  background: #014fa2;
  text-align: left;
}

.portal_sub .sub_sub a {
  padding: 6px 5px;
}

.search {
  padding-top: 66px;
  white-space: nowrap;
}

.fsearch {
  border: 1px #6f6f6f solid;
}

.fsearch_button {
  background: #a50000;
  color: white;
  outline: 0;
  border: 1px #a50000 solid;
}

.content {
  text-align: left;
  position: relative;
}

.content_full {
  text-align: left;
}

.home {
  position: relative;
  overflow: hidden;
}

.sig {
  display: inline;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: bold;
}

.booktext {
  float: left;
  position: relative;
  left: 200px;
  padding-top: 35px;
  font-size: 10px;
  font-weight: bold;
  color: 555;
}

.booklinks {
  padding-top: 30px;
  text-align: left;
  width: 580px;
  float: right;
}

.bookitem {
  display: inline;
  padding-left: 0;
  padding-right: 10px;
}

.imp {
  color: #888;
  float: left;
  margin-top: 40px;
  font-size: 11px;
}

.sleft {
  width: 32%;
  float: left;
}

.sline {
  width: 1px;
  min-height: 800px;
  height: 100%;
  float: left;
  display: block;
  background: #bcbdc1;
}

.sright {
  width: 65%;
  float: right;
  position: relative;
}

.arrowgrey {
  padding-left: 0;
}

.arrowgrey:before {
  content: "» ";
}

.che2 {
  padding-left: 20px;
  padding-bottom: 10px;
  background-image: url("/shared/templates/img/icons-silk/accept.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}

.liline {
  background-image: url(../img/bg-dots.gif);
  height: 19px;
  font-weight: bold;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  padding-top: 2px;
  font-size: 14px;
  padding-left: 16px;
}

.newline {
  float: left;
  clear: both;
  padding-top: 20px;
}

.ad {
  font-size: 10px;
  color: #999;
}

.newstop {
  padding-bottom: 12px;
  list-style-type: decimal;
  color: #003169;
}

.rdtop {
  padding-bottom: 12px;
  color: #003169;
}

.useline {
  /* background: url(../img/bg-seper3.png) no-repeat; */
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  float: left;
}

.useleft {
  float: left;
  background: url(../img/icon-plus2.gif) no-repeat 0px 1px;
  padding-left: 15px;
  width: 90px;
}

.useright {
  background: url(../img/icon-plus2.gif) no-repeat 0px 1px;
  padding-left: 15px;
  float: left;
  width: 90px;
}

.chart {
  padding-top: 20px;
  padding-bottom: 20px;
}

.chart img {
  max-width: 100%;
}

.teaser {
  padding-top: 4px;
  /* padding-bottom: 30px; */
}

.ad-business-home {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  color: #888;
  font-size: 10px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 25px;
}

.miniimage {
  float: right;
  margin-right: 4px;
  margin-left: 10px;
}

.boxstart {
  /* background: #f3f3f3 url(../img/bg-boxstart.gif) no-repeat; */
  /* padding-top: 65px; */
  /* padding-left: 7px; */
  padding-right: 7px;
  /* border-right: #bcbdc1 1px solid; */
  /* padding-top: 14px; */
}

.ad_home {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  color: #999;
}

.hide {
  visibility: hidden;
  position: absolute;
  top: -400px;
}

.qslide2 {
  padding: 3px;
  width: 500px;
}

#qscroller2 {
  width: 500px;
  height: 24px;
}

.qscroller2-nav {
  width: 130px;
  height: 21px;
  padding-top: 3px;
  font-weight: bold;
  float: left;
}

.qscroller2-con {
  float: left;
  width: 450px;
}

.ticker {
  background: url(../img/bg-ticker.gif) no-repeat;
  font-size: 11px;
  float: left;
  margin-bottom: 10px;
}

#toolbar {
  background-color: #FFC;
  border: 1px solid #DDD;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  padding-left: 38px;
  padding-top: 9px;
  padding-bottom: 10px;
  color: #444;
  background: url(/shared/templates/img/icon-exclamation.png) no-repeat 6px 7px;
}

#myPanel {
  background-color: #FEFEFE;
  border: 1px solid #DDD;
  padding: 6px;
  margin-top: 5px;
  font-size: 11px;
}

.tip {
  background-color: #ffd593;
  padding: 1px;
  font-size: 11px;
  text-align: left;
  width: 400px;
}

.tip-title {
  background-color: #ff9c00;
  font-size: 11px;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

.tip-text {
  padding: 5px;
}

#hide {
  margin-bottom: 20px;
}

/* news acticles general */
article {
  overflow: hidden;
  padding-bottom: 30px;
  clear: left;
}

article .teaser { /* padding-bottom:0; */ }

article figure.article_topimage,
article figure.article_fullimage {
  float: none;
  width: 100%;
}

article figure.article_fullimage {
  margin: 0;
}

article figure .article_image_label,
.article_image_label {
  display: block;
  padding: 0;
  font-size: 11px;
  background-color: transparent;
  padding-bottom: 15px;
  font-style: italic;
}

article figure .article_image_subtitle {
  background-color: transparent;
  font-size: 13px;
}

article figure .article_image_copyright {
  color: #999999;
  background-color: transparent;
}

.personal_news news_horizontal article figure .article_image_label {
  font-size: 10px;
}

/* top news on index */
.top_articles {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 14px;
  padding-bottom: 14px;
  overflow: hidden;
}

.top_articles ul {
  float: left;
}

.top_articles article .ad_toparticle, .top_articles .ad_toparticle {
  float: right;
  margin: 5px auto 10px 10px;
  color: #999999;
  font-size: 10px;
  line-height: 150%;
}

article.top_article_big_image {
  padding-bottom: 0;
}

article.top_article_big_image figure {
  display: block;
  margin: 0 0 7px 0;
  overflow: hidden;
  float: none;
  width: auto;
}

article.top_article_big_image figure img {
  width: 100%;
}

article.top_article_big_image .teaser {
  padding-bottom: 15px;
}

article.top_article_image {
  padding-bottom: 30px;
}

article.top_article_image h1 {
  padding-bottom: 3px;
}

article.top_article_image figure img {
  width: 100%;
}

article.top_article_text {
  clear: left;
  padding-bottom: 0;
}

article.top_article_text:nth-child(1) {
  padding-bottom: 30px;
}

article.top_article_text figure {
  width: 300px;
}

.article_related_links {
  padding-top: 7px;
  clear: left;
}

li.readmore_item {
  list-style: none;
}

li.readmore_item:before {
  content: "» ";
}

.readmore_date {
  display: inline-block;
  float: right;
  font-size: 80%;
}

/* left news column on index */
.boxstart article {
  padding-right: 14px;
}

.boxstart article figure {
  width: 100%;
  margin-bottom: 0;
}

.boxstart article figure img {
  min-width: 100%;
}

.home h2 {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
}

.news_horizontal article figure {
  width: auto;
  float: none;
  display: block;
}

.news_horizontal.center_articles:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-top: #bcbdbf 1px solid;
  position: absolute;
  margin-top: -30px;
}

/* News */
.news_teaser_image {
  float: left;
  width: 135px;
}

.news_teaser_image img {
  width: 119px;
  height: 119px;
}

.news-latest2 {
  float: left; /* background:url(/shared/templates/img/bg-seper-quer.gif) no-repeat bottom left; */
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.news-latest-date {
  padding-top: 4px;
  float: left;
  color: #6c6c6c;
  font-size: 11px;
}

.news-latest-seper {
  height: 1px;
  padding: 0;
  margin-top: 12px;
  padding-bottom: 7px;
  float: left;
  font-size: 1px;
  background-position: top;
}

.news-latest li { /* list-style:square; */
  color: #666;
  padding-bottom: 3px;
}

.news-latest-ly {
  text-align: right;
  font-size: 10px;
}

.errorbox {
  background-color: #ffe8e6;
  padding: 10px;
  color: #a00;
  line-height: 18px;
  margin-bottom: 10px;
}

.errorbox .headline {
  font-weight: bold;
}

.errorbox .note {
  font-style: italic;
}

.errorbox .smaller {
  font-size: 11px;
}

.errorbox ol {
  list-style: decimal;
}

.errorbox ol li {
  list-style: decimal;
}

.letter2 {
  display: inline;
  width: 23px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  border: 0;
  margin-right: 1px;
  float: left;
  background-color: #f0f0f0;
}

.news_social_media_buttons {
  float: right;
  width: 260px;
}

.news_social_media_buttons .news_sm_button {
  padding-right: 7px;
  margin: 5px 0;
  float: left;
}

.commentfield {
  width: 260px;
  margin-bottom: 8px;
  font-size: 11px;
}

.comments {
  clear: both;
  padding-top: 30px;
  font-size: 11px;
  position: relative;
  left: -26px;
}

.comments_headline {
  padding-left: 26px;
  padding-bottom: 12px;
  font-size: 14px;
}

.commentbox {
  margin-top: -7px;
  width: 400px;
  padding-left: 26px;
  color: #222;
  line-height: 18px;
  position: relative; /* background-image:url('../img/bg_commentbox_head.gif'); */ /* background-repeat:no-repeat; */
  float: left;
}

.commentbox_head {
  padding: 0;
  margin: 0; /* background-image:url('../img/bg_commentbox.gif'); */ /* background-repeat:repeat-y; */
  float: left;
}

.commentbox_foot {
  padding: 0;
  margin: 0; /* background-image:url('../img/bg_commentbox_foot.gif'); */ /* background-position:bottom left; */ /* background-repeat:no-repeat; */
  float: left;
}

.commentbox_content {
  width: 370px;
  padding-top: 16px;
  padding-bottom: 28px;
  min-height: 55px;
}

.comment_autor {
  font-size: 11px;
  color: #6c6c6c;
}

.comment_left {
  float: left;
  clear: both;
}

.comment_autor {
  float: left;
  padding-top: 21px;
  line-height: 16px;
}

.comment_button_bg {
  width: 104px;
  height: 24px;
  margin: 0px;
  padding-bottom: 5px;
  left: 101px;
  top: 5px;
  font-size: 11px;
  position: relative;
}

.newstype {
  position: relative;
  top: 0px;
  display: inline-block;
  font: bold 10px Verdana, sans-serif;
  padding: 2px 10px;
  background: #FF9000;
  color: white;
}

.extlink {
  text-decoration: underline;
  background: url("/shared/templates/img/extlink.png") no-repeat 0px 1px;
  padding-left: 12px;
}

.live-online {
  color: #060;
  text-decoration: underline;
}

.live-offline {
  color: #999;
  text-decotion: none;
}

.deal_ad {
  margin-bottom: 22px;
  color: #999999;
  font-size: 10px;
}

.archive_article_url, a.archive_article_url {
  color: #0850A3;
  font-style: italic;
}

.archive_branchenbuch_url, a.archive_branchenbuch_url {
  color: #0850A3;
}

.home .personal_news article figure {
  float: none;
  width: auto;
}

.payment_login {
  overflow: hidden;
  margin-bottom: 60px;
}

/* News Index (Chronogische Ansicht) */
.news_index h1 {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 20px;
  color: #111;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 30px;
  line-height: 21px;
  clear: both;
}

/* Cityportal */
.city_portals {
  overflow: hidden;
}

.city_portals.content_full {
  border-top: #bcbdbf 1px solid;
}

.city_portals h1 {
  text-align: center;
  padding-bottom: 30px;
}

.city_portals .addcontent .sidebar_module a img {
  max-width: 100%;
}

.city_portals .cleft {
  padding: 0;
}

.city_portals .cleft article figure {
  width: 200px;
}

.city_portals h2:not(.headstart) {
  clear: both;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
}

.city_portals .read.news_horizontal {
  clear: left;
  padding-top: 0;
  border-bottom: #bcbdbf 1px solid;
  margin-bottom: 30px;
}

/*.city_portals .read.news_horizontal:before {content:"";display:block;margin-top: -60px;width:100%;height:1px;background: #bcbdbf;position: absolute;}*/
.city_portals .thema {
  float: left;
  width: 72%;
  border-right: #bcbdbf 1px solid;
}

.city_portals .community .community-body {
  padding-bottom: 30px;
  overflow: hidden;
}

.city_portals .community .community-image {
  float: right;
  clear: right;
  height: 94px;
}

.city_portals .community .community-image img {
  max-height: 100px;
}

.city_portals .report {
  clear: both;
  border-top: #bcbdbf 1px solid;
  padding-top: 15px;
}

.city_portals .report-image {
  float: left;
  padding: 0 14px 14px 0;
}

.city_portals .report h2 {
  clear: none;
}

.city_portals .report-asset {
  display: inline-block;
  padding-right: 20px;
  width: 10%;
  font-weight: bold;
}

.city_portals .article_related_links {
  padding: 0px 0 30px 0;
}

.city_portals article.top_article_text figure {
  width: auto;
}

/* Branchenbuch */
.dotted_line {
  border-bottom: 2px dotted #f0f0f0;
  height: 1px;
  clear: left;
  margin-bottom: 14px;
}

/* Lottery */
#lottery-tabs {
  width: 939px;
  margin: 15px;
}

.lottery-adress-table {
  border: 1px solid #0850a3;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}

.lottery-description {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  width: 400px;
}

.lottery-h1 {
  background: url("/shared/templates/html/lottery/lottery-header.jpg");
  height: 99px;
  margin-left: 8px;
  margin-right: 6px;
  padding-top: 1px;
  text-align: center;
}

.lottery-h1 h1 {
  font-size: 22px;
  color: #FFFFFF;
  margin: 0;
  padding-top: 30px;
  padding-left: 480px;
  text-shadow: #dddddd 3px 3px 5px;
}

.lottery-magazin-img {
  padding: 30px;
  background-image: url("/pages/lottery/images/lottery-magazine-background.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lottery-magazin-img img {
  position: relative;
  left: -22px;
  top: -6px;
  width: 166px;
}

.lottery-magazine-text {
  width: 748px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #dddddd;
}

#lotDescription {
  color: #000;
  font-size: 14px;
  min-height: 80px;
  padding: 5px;
}

.lottery-description-top {
  background: url("/pages/lottery/images/verlauf-top.png");
  height: 2px;
  width: 500px;
  margin: 5px;
}

.lottery-description-bottom {
  background: url("/pages/lottery/images/verlauf-bottom.png");
  height: 2px;
  width: 500px;
  margin: 5px;
}

.lottery-terms {
  margin: auto;
  width: 79%;
}

#lottery-accordion {
  margin: 15px;
  width: 947px;
}

#lottery-accordion h3 {
  padding-left: 40px;
}

.lottery-terms fieldset legend {
  border: 1px solid #0850a3;
  border-radius: 5px;
  padding: 4px;
  font-weight: bold;
}

.lottery-terms fieldset {
  border: 1px solid #0850a3;
  font-size: 11px;
  border-radius: 5px;
  width: 749px;
}

.probeabo-magazine-text {
  width: 514px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  padding: 5px;
  text-align: justify;
  font-size: 16px;
}

#probeabo-content {
  margin-right: 25px;
}

#probelesen-tabs {
  background: #F2D88D;
}

#probelesen-tabs .ui-widget-content {
  background: url("/shared/templates/img/probelesen-background.png") repeat-x scroll 50% bottom #fcc762;
  min-height: 456px;
}

#probelesen-tabs .ui-state-active a,
#probelesen-tabs .ui-widget-content .ui-state-active a,
#probelesen-tabs .ui-widget-header .ui-state-active a {
  color: #085183;
}

#probelesen-rund-image {
  position: absolute;
  top: 295px;
  left: 132px;
}

#probeabo-form {
  margin-left: 40px;
  margin-bottom: 20px;
}

#probeabo-footer {
  background: none repeat scroll 0 0 #0850A3;
  color: #FFFFFF;
  font-size: 35px;
  height: 38px;
  margin-top: -5px;
  text-align: center;
  font-family: "Passion One", cursive;
  padding-top: 22px;
}

#probelesen-tabs table h3 {
  font-size: 25px;
  font-family: "Passion One", cursive;
  position: relative;
  top: -54px;
  font-style: normal;
}

#probelesen-tabs table h3 a {
  color: #fff;
}

.probeabo-magazin-img img {
  position: relative;
  left: 0;
  top: -6px;
}

.probeabo-adress-table {
  border: 1px solid #0850a3;
  border-radius: 5px;
  padding: 5px;
  margin: auto;
  background: #fff;
}

.probelesen_error {
  border: 1px solid #F50415;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  background-color: #fff;
  width: 436px;
  color: red;
}

/* Sidebar */
.sidebar_module { /* border-top: 6px solid #f2f2f2; */
  padding: 20px 0px;
  margin: 0;
  overflow: hidden;
  clear: left;
}

.sidebar_nav ul.sidebar_news li {
  background: none;
  padding: 10px 0;
}

.sidebar_nav ul.sidebar_news li figure {
  margin-bottom: 2px;
}

.sidebar_nav ul.sidebar_news li a {
  color: #111;
}

.sidebar_newsinternational ul li {
  background: none;
  padding: 5px 0;
}

.sidebar_portale {
  position: relative;
}

.sidebar_portale_map {
  position: relative;
}

.sidebar_portale .sidebar_portale_map a {
  position: absolute;
  font-size: 11px;
  display: inline-block;
  padding: 10px;
}

a.sidebar_portal_berlin {
  top: 97px;
  left: 159px;
}

a.sidebar_portal_duesseldorf {
  top: 134px;
  left: 20px;
}

a.sidebar_portal_frankfurt {
  top: 190px;
  left: 37px;
}

a.sidebar_portal_hamburg {
  top: 58px;
  left: 64px;
}

a.sidebar_portal_muenchen {
  top: 263px;
  left: 105px;
}

a.sidebar_portal_stuttgart {
  top: 240px;
  left: 47px;
}

a.sidebar_portal_koeln {
  top: 159px;
  left: 5px;
}

#sidebar_portale_form {
  padding: 10px 0;
}

#sidebar_portale_form input {
  width: 94%;
  padding: 2%;
}

#sidebar_portale_form #portale_city_submit {
  border: none;
  padding: 2%;
  margin-top: 2px;
  width: 100%;
  color: #fff;
  background: #014fa2;
}

.ui-autocomplete, .ui-autocomplete .ui-menu-item a {
  border-radius: 0 !important;
}

.ui-autocomplete .ui-menu-item {
  text-align: left;
}

/* Banner */
/* Noscript Error */
div.noscript {
  display: none;
  background: #EF0E17;
  color: #000;
  font-size: 12px;
  padding: 10px 10px 10px 70px;
  border: #000 1px solid;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 1px 1px #555;
  margin-bottom: 10px;
}

div.noscript span {
  font-size: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 50px;
}

div.noscript h2 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 17px;
}

div.noscript p {
  margin: 0;
}

body.noscript .noscript {
  display: block;
}

/* No Cookies Error */
div.nocookies {
  display: none;
  background: #EF0E17;
  color: #000;
  font-size: 12px;
  padding: 10px 10px 10px 70px;
  border: #000 1px solid;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 1px 1px #555;
  margin-bottom: 10px;
}

div.nocookies span {
  font-size: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 50px;
}

div.nocookies h2 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 17px;
}

div.nocookies p {
  margin: 0;
}

/* Magazine */
.magazines_container h2 {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 25px;
  line-height: 19px;
  color: #111;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 6px;
  clear: left;
  text-transform: uppercase;
}

.magazines_container .issues {
  overflow: hidden;
  padding-top: 40px;
  margin-top: 20px;
  border-top: #014fa2 3px solid;
  border-bottom: #014fa2 3px solid;
}

.magazines_container .issues h2 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 21px;
  border-bottom: #000 1px solid;
}

.magazines_container .issues .issue {
  float: left;
  width: 24%;
  margin-right: 1%;
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  text-align: center;
  position: relative;
  clear: none;
}

.magazines_container .issues .issue h3 {
  font-size: 14px;
  padding: 10px 0 0 0;
  font-weight: bold;
}

.magazines_container .issues .issue p {
  padding: 5px;
  margin: 0;
  font-size: 16px;
}

.magazines_container .issues .issue figure {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}

.magazines_container .issues .issue figure img {
  max-width: 100%;
}

.magazines_container .issues .issue .issue_buttons {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 52%;
  top: 0;
  left: 0;
  padding: 25% 0;
}

.magazines_container .issues .issue .issue_buttons a {
  background: #014fa3;
  color: #fff;
  border: 0;
  padding: 10px;
  font-weight: 600;
  display: block;
  font-family: Verdana, sans-serif;
  margin: 10px;
  border: #014fa3 1px solid;
}

.magazines_container .issues .issue .issue_buttons a:hover {
  text-decoration: none;
  color: #014fa3;
  background: #fff;
  border: #014fa3 1px solid;
}

.magazines_container .issues .issue_highlight {
  overflow: hidden;
  margin-bottom: 10px;
  border-top: #000 1px solid;
  border-bottom: #014fa1 3px solid;
  padding: 20px 0;
  background: #f2f2f2;
}

.magazines_container .issues .issue_highlight figure {
  float: left;
  display: block;
  width: 30%;
  margin: 0 2% 0 0;
  padding: 0;
}

.magazines_container .issues .issue_highlight figure img {
  max-width: 100%;
}

.magazines_container .issues .issue_highlight h3 {
  font-size: 14px;
}

.magazines_container .issues .issue_highlight p {
  font-size: 11px;
  margin-top: 0;
  padding-bottom: 14px;
}

.magazines_container .issues .issue_highlight a {
  background: #014fa3;
  color: #fff;
  border: 0;
  padding: 10px;
  font-weight: 600;
  border: #014fa2 1px solid;
}

.magazines_container .issues .issue_highlight a:hover {
  text-decoration: none;
  color: #014fa3;
  background: #fff;
  border: #014fa3 1px solid;
}

.sidebar_magazine {
  text-transform: uppercase;
  width: 218px;
  border-top: #014fa3 3px solid;
  padding-top: 7px;
  margin-top: 55px;
}

.sidebar_magazine h3 {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 21px;
  border-bottom: #000 1px solid;
}

.magazine_reader {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: left;
}

.magazine_reader .reader_nav {
  height: 1.5%;
  padding: 0.5% 1%;
  border-bottom: #000 1px solid;
}

.magazine_reader .reader_body {
  height: 96%;
}

.magazine_reader .reader_no_issue {
  text-align: center;
  vertical-align: middle;
  height: 15%;
  padding: 20% 0;
  font-size: 150%;
}

/* Cookie Consent */
.cc-window.cc-banner {
  padding: 0 !important;
}

.cc-revoke, .cc-window {
  font-size: 14px !important;
}

.page-wrapper {
  overflow: hidden;
}
.page-wrapper .wrapper .header_outer nav.login {
  padding-top: 4px;
  color: #003169;
  float: right;
}
.page-wrapper .wrapper .header_outer nav.login a {
  white-space: nowrap;
  font-weight: normal;
  display: inline-block;
  margin-left: 0px;
}
.page-wrapper .wrapper .header_outer nav.login a.abo {
  color: white;
  font-weight: normal;
  display: inline-block;
  margin-left: 0px;
  background: #ff9000;
  padding: 2px 10px;
}
.page-wrapper .wrapper .header_mobile nav.sub {
  font-size: 110%;
}
.page-wrapper .wrapper .header_mobile nav.sub .list-group-item-dark {
  color: #FFFFFF;
  background-color: #6f6f6f;
}
.page-wrapper .wrapper .header_mobile nav.portals, .page-wrapper .wrapper .header_mobile nav.start {
  font-size: inherit;
}
.page-wrapper .wrapper .header_mobile nav.portals .list-group-item-dark, .page-wrapper .wrapper .header_mobile nav.start .list-group-item-dark {
  color: #FFFFFF;
  background-color: #6f6f6f;
}
.page-wrapper .wrapper .header_desktop .header {
  margin: 0 auto;
  font-size: 0.8rem;
  text-align: left;
  position: relative;
}
.page-wrapper .wrapper .header_desktop .header .start {
  padding-top: 4px;
  float: left;
  color: #6f6f6f;
}
.page-wrapper .wrapper .header_desktop .header .login_form_container {
  clear: both;
  overflow: hidden;
}
.page-wrapper .wrapper .header_desktop .header .login {
  padding-top: 4px;
  color: #003169;
  font-size: 15px;
  float: right;
  /* padding-right: 40px; */
}
.page-wrapper .wrapper .header_desktop .header .login a {
  /* color: white; */
  font-weight: normal;
  display: inline-block;
  margin-left: 0px;
  /* background: #bdbec1; */
  padding: 2px 10px;
}
.page-wrapper .wrapper .header_desktop .header .login a.abo {
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-left: 0px;
  background: #ff9000;
  padding: 2px 10px;
}
.page-wrapper .wrapper .header_desktop .header .logo {
  position: absolute;
  left: 50%;
  margin-left: -134px;
  margin-top: 30px;
  width: 267px;
  height: 88px;
  transition: width 250ms ease;
}
.page-wrapper .wrapper .header_desktop .header .logo img {
  width: 100%;
  height: 100%;
}
.page-wrapper .wrapper .header_desktop .header .search {
  float: right;
  padding-top: 40px;
  clear: right;
}
.page-wrapper .wrapper .header_desktop .header .navigation {
  position: relative;
  clear: both;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 7px;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub {
  clear: both;
  padding: 0;
  font-size: 1rem;
  line-height: 130%;
  border-top: #bdbec3 1px solid;
  height: 31px;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .list-group {
  flex-direction: row;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .list-group .subsub {
  padding: 7px 28px 7px 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  flex: 1 0 auto;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .navsub {
  padding: 7px 28px 7px 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  flex: 1 0 auto;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .navsub.navsb {
  width: 15%;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub li.navsub:nth-child(10) {
  padding-right: 0;
  text-align: right;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .navsub .sub_sub {
  display: none;
  position: absolute;
  background: #fff;
  padding: 4px;
  left: -8px;
  top: 30px;
  z-index: 200;
  box-shadow: #555 0px 2px 1px;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .navsub .sub_sub .subsub_sub {
  display: block;
  position: relative;
  background: transparent;
  padding: 4px 4px 4px 8px;
  left: 0;
  top: 0;
  z-index: 200;
  box-shadow: none;
  font-size: 90%;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .navsub .sub_sub .subsub_sub .navsub_sub {
  padding: 5px;
  white-space: nowrap;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.sub .navsub a.active {
  text-decoration: underline;
}
.page-wrapper .wrapper .header_desktop .header .navigation nav.portals {
  flex-direction: row;
}
.page-wrapper .wrapper .header_desktop .header .navmain {
  padding-left: 18px;
  display: inline;
}
.page-wrapper .wrapper .header_desktop .header .portals {
  padding: 7px 0 7px 0;
  color: #6f6f6f;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-wrapper .wrapper .header_desktop .header .portals a {
  display: inline-block;
  padding: 5px;
}
.page-wrapper .wrapper .header_desktop .header .portals a.active {
  background: #014fa2;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.page-wrapper .wrapper .header_desktop .header .portals a.city_portal {
  border-radius: 2px;
}
.page-wrapper .wrapper .header_desktop .header .portal_sub {
  /* overflow:hidden; */
  background: #014fa2;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
}
.page-wrapper .wrapper .header_desktop .header .portal_sub .navsub {
  /*padding: 0 36px 0 0;*/
  float: none;
  padding: 0;
  position: relative;
}
.page-wrapper .wrapper .header_desktop .header .portal_sub .navsub .sub_sub {
  background: #014fa2;
  text-align: left;
}
.page-wrapper .wrapper .header_desktop .header .portal_sub .navsub .sub_sub a {
  padding: 6px 5px;
}
.page-wrapper .wrapper .header_desktop .header .portal_sub a {
  color: #fff;
  display: inline-block;
  font-size: 110%;
  padding: 13px 12px;
}
.page-wrapper .wrapper .header_desktop.header_small {
  position: fixed;
  background: white;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.page-wrapper .wrapper .header_desktop.header_small .portals:not(.portals_active) {
  display: none;
}
.page-wrapper .wrapper .header_desktop.header_small .logo {
  margin: 5px 0 0 -7px;
  position: static;
  width: 267px;
  float: left;
  transition: margin 250ms ease;
  left: 30px;
}
.page-wrapper .wrapper .header_desktop.header_small .logo img {
  width: 100%;
  height: 100%;
}
.page-wrapper .wrapper .header_desktop.header_small .start, .page-wrapper .wrapper .header_desktop.header_small .main {
  display: none;
}
.page-wrapper .wrapper .header_desktop.header_small .search {
  padding: 7px 0 0 0;
}
.page-wrapper .wrapper .header_desktop.header_small .navigation {
  padding-top: 15px;
}
.page-wrapper .wrapper .header_desktop.header_small .navigation nav.sub {
  border: none;
  border-top: #BDBEC3 1px solid;
  border-bottom: none;
}
.page-wrapper .wrapper .header_desktop.header_small .banner_header_scrolled {
  display: block;
}
.page-wrapper .wrapper .background {
  background-color: #FFFFFF;
  position: relative;
}
.page-wrapper .wrapper .background .content .commentarea {
  height: 150px;
}
.page-wrapper .wrapper .addcontent h3 {
  font-size: 0.9rem;
  padding-bottom: 0.5em;
}
.page-wrapper .wrapper .addcontent .sidebar_module {
  padding: 0;
  padding-bottom: 2em;
}
.page-wrapper .wrapper .addcontent .sidebar_module.sidebar_nav,
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_nav {
  overflow: hidden;
}
.page-wrapper .wrapper .addcontent .sidebar_module.sidebar_nav h4,
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_nav h4 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  background: #e4e4e4;
  color: #6d6d6d;
  margin: 0 0 10px 0;
  font-size: 0.8rem;
  border-radius: 0.25rem;
}
.page-wrapper .wrapper .addcontent .sidebar_module.sidebar_nav ul li,
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_nav ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  padding: 0 5px;
}
.page-wrapper .wrapper .addcontent .sidebar_module.sidebar_nav ul li::before,
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_nav ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 5px;
}
.page-wrapper .wrapper .addcontent .sidebar_module.sidebar_nav.sidebar_newsletter .btn,
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_nav.sidebar_newsletter .btn {
  color: #014da1;
  background: #bbbcbe;
}
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_body {
  padding: 10px;
}
.page-wrapper .wrapper .addcontent .sidebar_module #sidebar_portale_form #portale_city_submit {
  font-size: 1rem;
}
.page-wrapper .wrapper .addcontent .sidebar_module a.sidebar_facebook,
.page-wrapper .wrapper .addcontent .sidebar_module a.sidebar_twitter {
  width: 100%;
  color: #fff;
  padding-left: 32px;
  padding-top: 3px;
  display: block;
  height: 28px;
  margin-bottom: 0.2rem;
}
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_facebook {
  background: url(/shared/templates/img/button-facebook.gif) no-repeat;
}
.page-wrapper .wrapper .addcontent .sidebar_module .sidebar_twitter {
  background: url(/shared/templates/img/button-twitter.gif) no-repeat;
}
.page-wrapper .wrapper .addcontent .stellen {
  background-color: #f3f3f3;
  padding: 0.5rem;
}
.page-wrapper .wrapper .footer {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border-top: 4px solid #f2f2f2;
  font-size: 0.8rem;
}
.page-wrapper .wrapper .footer .text-muted {
  line-height: 130%;
}

.home h2,
.content_full h2,
.news_index h2,
.city_portals h2 {
  font-size: 1.1rem;
}
.home .fas,
.content_full .fas,
.news_index .fas,
.city_portals .fas {
  transform: rotate(225deg);
  margin-left: 0.3rem;
}
.home article,
.content_full article,
.news_index article,
.city_portals article {
  overflow: hidden;
  padding-bottom: 20px;
}
.home article figure,
.content_full article figure,
.news_index article figure,
.city_portals article figure {
  margin: 0 0 7px 0;
}
.home article figure.article_topimage,
.content_full article figure.article_topimage,
.news_index article figure.article_topimage,
.city_portals article figure.article_topimage {
  float: none;
  width: 100%;
}
.home article h2,
.home article .subheadbig,
.content_full article h2,
.content_full article .subheadbig,
.news_index article h2,
.news_index article .subheadbig,
.city_portals article h2,
.city_portals article .subheadbig {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  padding: 0 0 0.5em 0;
  line-height: 1.5rem;
}
.home article h2 a,
.home article .subheadbig a,
.content_full article h2 a,
.content_full article .subheadbig a,
.news_index article h2 a,
.news_index article .subheadbig a,
.city_portals article h2 a,
.city_portals article .subheadbig a {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
}
.home article h1,
.home article .headbig,
.content_full article h1,
.content_full article .headbig,
.news_index article h1,
.news_index article .headbig,
.city_portals article h1,
.city_portals article .headbig {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  line-height: 1.5rem;
}
.home article h3,
.home article .subheadstart,
.content_full article h3,
.content_full article .subheadstart,
.news_index article h3,
.news_index article .subheadstart,
.city_portals article h3,
.city_portals article .subheadstart {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  padding: 0 0 0.5em 0;
}
.home article h3 a,
.home article .subheadstart a,
.content_full article h3 a,
.content_full article .subheadstart a,
.news_index article h3 a,
.news_index article .subheadstart a,
.city_portals article h3 a,
.city_portals article .subheadstart a {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
}
.home article .teaser,
.content_full article .teaser,
.news_index article .teaser,
.city_portals article .teaser {
  line-height: 1.6em;
}
.home article .teaser .newsdate,
.content_full article .teaser .newsdate,
.news_index article .teaser .newsdate,
.city_portals article .teaser .newsdate {
  font-size: 0.8rem;
}
.home article .teaser summary,
.content_full article .teaser summary,
.news_index article .teaser summary,
.city_portals article .teaser summary {
  list-style: none;
}
.home article .article_image_label,
.content_full article .article_image_label,
.news_index article .article_image_label,
.city_portals article .article_image_label {
  padding-bottom: 2px;
  padding-top: 2px;
}
.home .article_related_links .readmore_list .readmore_item,
.home .readmore .readmore_list .readmore_item,
.content_full .article_related_links .readmore_list .readmore_item,
.content_full .readmore .readmore_list .readmore_item,
.news_index .article_related_links .readmore_list .readmore_item,
.news_index .readmore .readmore_list .readmore_item,
.city_portals .article_related_links .readmore_list .readmore_item,
.city_portals .readmore .readmore_list .readmore_item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .article_related_links .readmore_list .readmore_item::before,
.home .readmore .readmore_list .readmore_item::before,
.content_full .article_related_links .readmore_list .readmore_item::before,
.content_full .readmore .readmore_list .readmore_item::before,
.news_index .article_related_links .readmore_list .readmore_item::before,
.news_index .readmore .readmore_list .readmore_item::before,
.city_portals .article_related_links .readmore_list .readmore_item::before,
.city_portals .readmore .readmore_list .readmore_item::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 5px;
}
.home .article_related_links .readmore_list .readmore_item .readmore_link,
.home .readmore .readmore_list .readmore_item .readmore_link,
.content_full .article_related_links .readmore_list .readmore_item .readmore_link,
.content_full .readmore .readmore_list .readmore_item .readmore_link,
.news_index .article_related_links .readmore_list .readmore_item .readmore_link,
.news_index .readmore .readmore_list .readmore_item .readmore_link,
.city_portals .article_related_links .readmore_list .readmore_item .readmore_link,
.city_portals .readmore .readmore_list .readmore_item .readmore_link {
  font-size: 0.9rem;
}

.home article .teaser .newsdate {
  display: none;
}
.home .top_articles {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-wrapper .wrapper .background .content .login-tipp {
  background-color: #f0f0f0;
}
.page-wrapper .wrapper .background .content .portal_dienste .fa,
.page-wrapper .wrapper .background .content .portal_dienste .fas {
  font-size: 1.2rem;
}
.page-wrapper .wrapper .background .content .portal_login h1 {
  font-size: 1rem;
  color: #6f6f6f;
}
.page-wrapper .wrapper .background .content .favos .favo-checkbox {
  vertical-align: top;
}
.page-wrapper .wrapper .background .content .favos .favo-delete {
  vertical-align: bottom;
}
.page-wrapper .wrapper .background .content #premium-form .nav-pills .nav-item .nav-link.active {
  border: none;
  background-color: transparent;
  color: #111111;
}
.page-wrapper .wrapper .background .content #premium-form .nav-pills .nav-item .nav-link.active .far {
  color: #068600;
}

.page-wrapper .wrapper .background .content {
  /* Map in Article */
}
.page-wrapper .wrapper .background .content article {
  /* Full Article */
}
.page-wrapper .wrapper .background .content article .articlesubtitle {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  color: #777;
  line-height: 1.5rem;
}
.page-wrapper .wrapper .background .content article .articletitle {
  font-family: "Roboto", Verdana, Geneva, sans-serif;
  color: #111;
  margin: 0;
  line-height: 1.5rem;
}
.page-wrapper .wrapper .background .content article .text_subtitle {
  font-size: 0.8rem;
}
.page-wrapper .wrapper .background .content article .text_date {
  font-size: 0.8rem;
  color: #444;
}
.page-wrapper .wrapper .background .content article .text_article {
  line-height: 1.4rem;
  padding-right: 10px;
}
.page-wrapper .wrapper .background .content article .article_share_buttons {
  border: #999 1px solid;
  border-right: 0;
  width: 43px;
  overflow: hidden;
  margin-left: -50px;
  margin-top: 0;
  float: left;
  position: absolute;
}
.page-wrapper .wrapper .background .content article .article_share_buttons ul li a {
  display: block;
  background: #666;
  margin: 10px;
  width: 23px;
  height: 23px;
  background: url("../img/Artikel_Social_Buttons.png") no-repeat 0 23px;
}
.page-wrapper .wrapper .background .content article .article_share_buttons .share_facebook {
  background-position: 0 -23px;
}
.page-wrapper .wrapper .background .content article .article_share_buttons .share_twitter {
  background-position: 0 0;
}
.page-wrapper .wrapper .background .content article .article_share_buttons .article_print {
  background-position: 0 -46px;
}
.page-wrapper .wrapper .background .content article .article_share_buttons .article_save {
  background-position: 0 -69px;
}
.page-wrapper .wrapper .background .content article .table caption {
  caption-side: top;
  padding: 0.75rem;
  font-weight: bold;
  color: #111111;
}
.page-wrapper .wrapper .background .content article .article_content_image {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.page-wrapper .wrapper .background .content article.article_full header {
  padding: 10px 0;
}
.page-wrapper .wrapper .background .content article.article_full .news_horizontal article {
  width: 195px;
}
.page-wrapper .wrapper .background .content article.article_full .news_horizontal article:nth-child(3n) {
  padding-right: 0;
}
.page-wrapper .wrapper .background .content article.article_full .news_horizontal article figure {
  width: 100%;
  float: none;
  display: block;
}
.page-wrapper .wrapper .background .content article.article_full .text_article img {
  max-width: 100%;
}
.page-wrapper .wrapper .background .content article.article_full .text_article .imagec {
  float: left;
  padding-top: 1px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 18px;
  clear: both;
  padding-bottom: 20px;
  width: 190px;
}
.page-wrapper .wrapper .background .content article.article_full .text_article .imagec img {
  max-width: 100%;
}
.page-wrapper .wrapper .background .content article.article_full .text_article .article_fullimage .article_content_image {
  float: none;
  width: 100%;
}
.page-wrapper .wrapper .background .content article.article_full .text_article .article_fullimage span {
  line-height: 1rem;
}
.page-wrapper .wrapper .background .content article.article_full .article_chart {
  max-width: 100%;
}
.page-wrapper .wrapper .background .content article.article_full footer {
  border-top: #bcbdbf 1px solid;
  padding-top: 20px;
  clear: both;
  margin-top: 20px;
}
.page-wrapper .wrapper .background .content article .article_more_about {
  background: #e4e4e4;
  padding: 20px 10px;
  border-radius: 0.25rem;
  margin-bottom: 30px;
  position: relative;
  clear: both;
}
.page-wrapper .wrapper .background .content article .article_more_about .article_more_about_item {
  clear: both;
  padding-bottom: 10px;
}
.page-wrapper .wrapper .background .content article .article_more_about .article_more_about_item span {
  background: none;
}
.page-wrapper .wrapper .background .content article .article_more_about .article_more_about_item span:nth-child(1) {
  font-weight: bold;
}
.page-wrapper .wrapper .background .content article .article_more_about .article_more_about_item a {
  display: inline-block;
  padding: 2px 0;
}
.page-wrapper .wrapper .background .content article .article_more_about .article_more_about_footer {
  border-top: #bebdc3 1px solid;
  text-align: left;
}
.page-wrapper .wrapper .background .content article .article_more_about .article_more_about_footer a {
  display: inline-block;
  padding: 0 0px;
  margin: 0 10px 0 0;
}
.page-wrapper .wrapper .background .content .payment_login_form .payment_login_header {
  height: 169px;
  background: url(/shared/templates/img/payment-header-woman.gif) no-repeat;
  background-size: contain;
  background-position-y: bottom;
  display: none;
}
.page-wrapper .wrapper .background .content #map_article {
  margin-top: 0px;
  border: 1px solid #999;
  width: 100%;
  height: 180px;
}
.page-wrapper .wrapper .background .text_infos {
  color: #6f6f6f;
  font-size: 0.8rem;
}
.page-wrapper .wrapper .background .readmore {
  padding: 10px 0 30px 0;
}
.page-wrapper .wrapper .background .readmore h4 {
  font-size: 1rem;
}
.page-wrapper .wrapper .background .readmore .readmore_list .readmore_item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .wrapper .background .readmore .readmore_list .readmore_item::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 5px;
}
.page-wrapper .wrapper .background .readmore .readmore_list .readmore_item .readmore_link {
  font-size: 0.9rem;
}

.loading {
  background: url("/shared/templates/img/ajax-loader.gif") no-repeat 50% 50%;
  min-height: 200px;
}
.loading p {
  text-align: center;
  padding-top: 20px;
}

.bold {
  font-weight: bold;
}

.search_quick a {
  display: block;
  text-align: right;
  display: none;
}

#search_page {
  width: auto;
  font-size: inherit;
  line-height: inherit;
  color: #333;
  background: #f9f9f9;
  padding-top: 10px;
  padding-left: 20px;
  overflow: hidden;
}

#search_form, #search_form_advanced {
  clear: none;
}

#advanced_search_fields {
  /*display:none;*/
}

#search_page #advanced_search {
  float: none;
  position: relative;
  display: none;
}
#search_page #advanced_search a {
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 20px;
  padding: 6px 12px;
  background: url(/shared/templates/img/btn-mid.png) no-repeat;
  display: block;
  text-align: center;
}
#search_page #advanced_search a:hover {
  text-decoration: none;
}
#search_page #advanced_search a::before {
  content: "➤";
  position: absolute;
  left: 10px;
  transform: rotate(90deg);
}
#search_page #advanced_search a.opened::before {
  transform: rotate(-90deg);
}

#search_form input[type=text] {
  border: #003169 1px solid;
}
#search_form input[type=text]:disabled {
  background: #ccc;
}
#search_form input[type=checkbox] {
  background: #fff;
  border: #003169 1px solid;
}
#search_form input[type=submit] {
  display: block;
  background: #003169;
  border: none;
  color: #fff;
}
#search_form #search_categories_display {
  cursor: pointer;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  padding-left: 0.25rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
#search_form #search_categories_display:hover {
  background: #003169;
  color: #FFF;
}
#search_form #search_categories_hint {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #0e7e00;
  font-weight: bold;
}

#search_categories .search_cat_row {
  margin: 0;
  padding: 0;
}
#search_categories .search_cat_line {
  position: relative;
}
#search_categories .search_cat_line input {
  display: none;
}
#search_categories .search_cat_line label {
  cursor: pointer;
  text-align: left;
  padding: 2px 10px;
  background: #EEE;
  margin: 2px 2px 2px 0;
  padding-left: 9%;
  display: block;
}
#search_categories .search_cat_line input:checked ~ label {
  background: #003169;
  border: none;
  color: #fff;
  padding-left: 9%;
  width: 81%;
}
#search_categories .search_cat_line input:checked ~ label:before {
  content: "✔";
  position: absolute;
  left: 7px;
  color: #fff;
}
#search_categories .search_cat_line.search_subcat label {
  padding-left: 12%;
}
#search_categories .search_cat_line.search_subcat:before {
  content: "↳";
  position: absolute;
  top: 5px;
  left: 14px;
  font-size: 15px;
}
#search_categories .search_cat_line.search_subcat input:checked ~ label {
  padding-left: 12%;
  width: 78%;
}
#search_categories .search_cat_line.search_subcat input:checked ~ label:before {
  left: 14px;
}

#search_form #search_reset {
  float: right;
  font-size: 10px;
  margin: 10px 0px 0px 10px;
  background: transparent;
  border: none;
  color: #666;
  padding: 5px 11px;
}
#search_form input:focus, #search_form input[type=submit]:focus {
  outline: 0;
}
#search_form #search_reset:focus {
  outline: 0;
}
#search_form #search_datum {
  height: 30px;
}
#search_pages span {
  background-color: #ffff7d;
  padding: 2px;
}

div.pages_container a {
  font-size: 0.7rem;
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 0.4rem;
  text-decoration: none;
}
div.pages_container a.current {
  border: 1px solid #00256f;
  background-color: #003194;
  color: #fff;
}
div.pages_container a.prevnext {
  font-weight: bold;
}

#search_results .news_teaser_yellowpages {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #f0f7ef;
}
#search_results .news_teaser_yellowpages span {
  color: #0e7e00;
  font-size: 11px;
}
#search_results .news_teaser_read {
  color: #888;
  font-size: 11px;
  padding-top: 2px;
}
#search_results .news_teaser .news_teaser_line {
  padding-top: 5px;
}
#search_results .news_teaser .news_teaser_line .news_teaser_text {
  line-height: 1.6em;
}
#search_results .news_teaser .news_teaser_line .news_teaser_text a {
  font-weight: bold;
}
#search_results .news_teaser .news_teaser_line .news_teaser_text .news_teaser_pre {
  padding-top: 4px;
}
#search_results .news_teaser .news_teaser_line .news_teaser_text span {
  background-color: #ffff7d;
  padding: 2px 0;
}

.text_article span {
  background-color: #ffff7d;
  padding: 2px 0;
}
.text_article .payment_options span, .text_article .payment_login span {
  background-color: transparent;
  padding: 0;
}

.news_social_media_buttons span, .imagec span {
  background-color: transparent;
  padding: 0;
}

#search_results .no_search_result {
  padding: 20px 0;
  font-size: 14px;
}

#search_sidebar {
  overflow: hidden;
}
#search_sidebar h3 {
  margin: 20px 0 5px 0;
  padding-bottom: 5px;
}
#search_sidebar div h3 {
  margin-top: 0;
}
#search_sidebar div {
  background: #f9f9f9;
}
#search_sidebar div:last-of-type {
  margin-bottom: 0;
}
#search_sidebar ul label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 180%;
  display: inline-block;
  vertical-align: top;
}
#search_sidebar ul.minor {
  display: none;
}
#search_sidebar a.minor {
  display: block;
  padding: 11px 2px 2px 20px;
}
#search_sidebar ul li {
  white-space: nowrap;
}
#search_sidebar.loading div {
  display: none;
}
#search_sidebar .sidebar_portal_inactive {
  color: #999;
}
#search_sidebar input[type=radio],
#search_sidebar input[type=checkbox] {
  margin-top: 0.35rem;
  margin-right: 0.5rem;
}

.page-wrapper .wrapper .background .city_portals .thema {
  float: none;
  width: auto;
  border: none;
}
.page-wrapper .wrapper .background .city_portals .top_articles {
  display: block;
  float: none;
  clear: none;
  margin-bottom: 14px;
  padding-bottom: 14px;
  overflow: hidden;
}
.yellowpages .yellow-legend .letter2 {
  display: inline;
  width: 3.5%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 0;
  margin-right: 1px;
  float: left;
  background-color: #f0f0f0;
}
.yellowpages .yellow-legend .yellow-dropdown {
  background-color: #f0f0f0;
}

.yellowpages-details table td:first {
  padding-right: 1rem;
}

.content .greybox {
  background: #f4f4f4;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.content .greybox ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .rubrik {
  color: #838383;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 10px;
  border-radius: 0.25rem;
}
.content .rubrik2 {
  font-weight: bold;
  padding-bottom: 8px;
}
.content .running-deals .newsdate {
  display: none;
}

.banner_leaderboard span,
.banner_billboard span,
.banner_wideskyscraperfixed span,
.banner_wideskyscraperfixedleft span,
.banner_tandem span,
.banner_wideskyscraper span {
  font-size: 10px;
  color: #666;
  display: block;
  height: 12px;
}

.banner_wideskyscraperfixed {
  position: fixed;
  /* top: 213px; */
  right: 50%;
  margin-right: -730px;
  text-align: right;
  z-index: 9999;
}

.banner_wideskyscraperfixedleft {
  position: fixed;
  left: 50%;
  margin-left: -730px;
  text-align: right;
}

.banner_leaderboard {
  text-align: left;
  position: relative;
  height: 102px;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 728px;
}

.banner_medium_rectangle {
  margin: 0rem auto 1rem 1rem;
  color: #999999;
  font-size: 10px;
  line-height: 150%;
  float: right;
}

.banner_leaderboard.banner_tandem {
  text-align: right;
  margin-right: -15px;
}

.banner_leaderboard.banner_tandem.banner_border img {
  border-right: none;
  position: absolute;
  right: 1px;
  z-index: 1;
}

.banner_billboard {
  padding-bottom: 14px;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

.banner_expandable_large_rectangle {
  margin-left: -10px;
  padding: 5px 0 0;
  color: #999999;
  font-size: 10px;
  position: relative;
}

.banner_expandable_large_rectangle .banner_expand {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9998;
}

.banner_expandable_large_rectangle .banner_expand_close {
  display: block;
  background: #fff;
  border: #ccc 1px solid;
  color: #ccc;
  font-size: 10px;
  padding: 2px 5px;
  z-index: 9999;
  position: absolute;
  cursor: pointer;
  right: 0;
}

.banner_journal {
  width: 320px;
  height: 131px;
  margin-bottom: 10px;
}

.banner_journal, .banner_journal * {
  cursor: pointer;
}

.banner_journal .banner_journal_body {
  width: 276;
  height: 92px;
  border-radius: 10px;
  background: #fff;
  border: #000 1px solid;
  box-shadow: 2px 2px 5px #ccc;
  padding: 0;
  margin: 40px 15px 10px 10px;
  position: relative;
}

.banner_journal .banner_journal_body img {
  position: absolute;
  top: -20px;
  left: 10px;
  box-shadow: 1px 2px 1px #000;
}

.banner_journal .banner_journal_header {
  background: #DF202D;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding-left: 60px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.banner_journal .banner_journal_slide {
  position: absolute;
  width: 183px;
  height: 55px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 10px;
  color: #6f6f6f;
  text-align: center;
  font-size: 15px;
}

.banner_journal .banner_journal_slide.jslide2,
.banner_journal .banner_journal_slide.jslide3,
.banner_journal .banner_journal_slide.jslide4,
.banner_journal .banner_journal_slide.jslide5,
.banner_journal .banner_journal_slide.jslide6 {
  display: none;
}

.banner_journal .banner_journal_slide.jslide1 {
  text-align: left;
}

.banner_journal .banner_journal_slide.jslide1 span:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}

.banner_journal .banner_journal_slide.jslide1 span:nth-child(2) {
  color: #DF202D;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.banner_journal .banner_journal_slide.jslide6 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 25px 0 0 115px;
  width: 60px;
  line-height: 90%;
  height: 30px;
  background: transparent;
  right: 5px;
  bottom: 5px;
}

.banner_journal .banner_journal_slide.jslide6 span:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  color: #B8B7B7;
  margin-right: -9px;
}

.banner_tandem {
  padding-top: 0px; /* text-align: left; */
}

.banner_rectangle {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.banner_rectangle object, .banner_rectangle img {
  margin: 0 auto;
}

.banner_ad_label, span.banner_ad_label {
  display: block;
  background: none;
}

.banner_wideskyscraper {
  position: absolute;
  margin: 0;
  top: 0px;
  right: -160px;
  text-align: right;
  z-index: 0;
}

.banner_border img {
  border: #999999 1px solid;
}

.banner_header_scrolled {
  display: none;
  padding: 10px 0;
  color: #999999;
  font-size: 10px;
  position: absolute;
  left: 250px;
  width: 468px;
  height: 60px;
}

.banner_header_scrolled img {
  width: 468px;
  height: 60px;
}

.banner_header_scrolled .ad_label {
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  left: -28px;
  bottom: 25px;
}

/* Anzeige */
span.anzeige {
  text-align: left;
  display: block;
  font-size: 9px;
  height: 14px;
  line-height: 9px;
}

span.anzeige_artikel {
  text-align: left;
  display: block;
  font-size: 9px;
  padding-top: 10px;
  clear: both;
}

/* Desktop General */
/* Desktop Resolution: 1024x768 */
/* Desktop Resolution: 1280x1080 */
/* Desktop Resolution bigger than 1600 */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 992px) {
  .page-wrapper .wrapper .header_outer .header .logo {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    left: auto;
  }
  .page-wrapper .wrapper .header_outer .header .navbar-light .navbar-toggler {
    outline: 0;
  }
  .page-wrapper .wrapper .header_outer .search {
    padding-top: 0;
    white-space: nowrap;
  }
  .page-wrapper .wrapper .header_outer.header_mobile #menuopen {
    display: none;
  }
  .page-wrapper .wrapper .header_outer.header_mobile #menuopen:checked ~ .navbar .navbar-collapse {
    transition: right 0.5s;
    right: 0;
    display: block;
  }
  .page-wrapper .wrapper .header_outer.header_mobile #menuopen:checked ~ .navbar .navbar-collapse .nav-bg-close {
    transition: opacity 0.5s;
    transition-delay: 0.5s;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    z-index: -1;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .fa-times-circle {
    position: absolute;
    color: #FFFFFF;
    margin-left: -3rem;
    margin-top: 0.5rem;
    font-size: 2.5rem;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navbar-collapse {
    position: absolute;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: transparent;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    transition: right 0.5s;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navbar-collapse .nav-bg {
    float: right;
    background-color: white;
    width: 80vw;
    margin-left: 20vw;
    box-shadow: rgba(85, 85, 85, 0.6) -1px 2px 2px;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navbar-collapse .nav-bg-close {
    background-color: transparent;
    width: 100vw;
    height: 100%;
    height: inherit;
    position: fixed;
    opacity: 0;
    overflow: hidden;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navigation .sub .sub_sub {
    background: transparent;
    text-align: left;
    display: block;
    position: static;
    box-shadow: none;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navigation .sub .navsub_sub {
    padding: 0.75rem 1.25rem 0.75rem 2.25rem;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navigation .portal_sub {
    background: transparent;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navigation .portal_sub a {
    color: #495057;
    display: inline-block;
    font-size: 100%;
    padding: 0.75rem 1.25rem;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navigation .portal_sub a.active {
    color: #fff;
    text-decoration: none;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navigation .portal_sub .navsub {
    float: none;
    padding: 0;
  }
  .page-wrapper .wrapper .header_outer.header_mobile .navigation .portal_sub .navsub_sub a {
    padding: 0 0 0 1rem;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons {
    border: none;
    width: auto;
    position: static;
    margin: 0 0 0.5rem 0;
    float: none;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons ul {
    display: block;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons ul li {
    display: inline-block;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons ul li a {
    display: block;
    background: #666;
    margin: 0px 5px 0 0;
    width: 23px;
    height: 23px;
    background: url("../img/Artikel_Social_Buttons.png") no-repeat 0 23px;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons .share_facebook {
    background-position: 0 -23px;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons .share_twitter {
    background-position: 0 0;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons .article_print {
    background-position: 0 -46px;
  }
  .page-wrapper .wrapper .background .content .article_full .article_share_buttons .article_save {
    background-position: 0 -69px;
  }
  .page-wrapper .wrapper .background .content .payment_login_form .payment_login_header {
    height: 100px;
  }
  .page-wrapper .wrapper .background .content .yellowpages .yellow-legend .letter2 {
    width: 6.8%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-wrapper .wrapper .background .content .yellowpages .yellow-legend .yellow-dropdown {
    background-color: #f0f0f0;
  }
  .page-wrapper .wrapper .background .content #premium-form .premium-form-trail .nav-pills {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-wrapper .wrapper .background .content #premium-form .premium-form-trail .nav-pills .nav-item {
    width: 33%;
    white-space: nowrap;
  }
  .page-wrapper .wrapper .background .content #premium-form .form-group {
    position: relative;
  }
  .page-wrapper .wrapper .background .content #premium-form .form-group .col-sm-1 {
    display: none;
    position: absolute;
    right: 0;
  }
  .page-wrapper .wrapper .background .content #premium-form .form-group .col-sm-1 img {
    position: absolute;
    right: 0;
    top: 2.5rem;
  }
  .page-wrapper .wrapper .background .content #premium-form .form-group .text-muted {
    position: absolute;
    right: 0;
    padding-right: 1rem;
  }
  .page-wrapper .wrapper .background .content #premium-form .form-group .text-muted img {
    position: absolute;
    right: 0;
    top: 0rem;
  }
  .page-wrapper .wrapper .background .content #premium-form .btn-primary {
    margin-top: 2rem;
  }
}
/* Desktop Resolution: 800x600 */
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper .wrapper .header_outer.header_mobile .navbar-collapse {
    align-items: start;
  }
}
/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) {
  .header_mobile .navbar-light .navbar-toggler-icon {
    font-size: 2.5rem;
  }
  .page-wrapper .wrapper .background .content #premium-form .premium-form-trail .nav-pills {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-wrapper .wrapper .background .content #premium-form .premium-form-trail .nav-pills .nav-item {
    width: 20%;
  }
}
/* Smartphones (old, iPhone 2-4) (portrait and landscape) ----------- */
/* Tablets (portrait and landscape) ----------- */
/* iPhone 6 */
/* iPhone 6 Plus */
/* iPhone 5 */
/* iPad */
/* iPhone X */
/* iPhone 8 */
/* iPhone 8 Plus */
@media print {
  .top,
  .search,
  .header_outer,
  .header div,
  .addcontent,
  .comments,
  .text_date a,
  .news_social_media_buttons,
  .article_share_buttons,
  .article_more_about,
  .personal_news,
  li.readmore_item,
  footer h4 {
    display: none;
    box-shadow: none;
  }
  header.header_outer {
    box-shadow: none;
    border: none;
  }
  body {
    background: #fff;
  }
  .page-wrapper {
    width: auto;
  }
  .wrapper {
    width: 800px;
  }
  .background {
    background: none;
    width: 750px;
  }
  .header {
    background: none;
    height: 113px;
  }
  .header div.logo {
    display: block;
  }
  .content,
  .footer,
  .imp {
    width: 700px;
  }
}/*# sourceMappingURL=pm.css.map */