@charset "UTF-8";
/*!
Theme Name: Blogsystem RZ Stellen
Template: blogsystem
Description: Theme for Blogsystem project, RZ Stellen theme style. Required plugins: Advanced Custom Fields PRO, Radio Buttons for Taxonomies, Post Views Counter, Yoast SEO, Google Analytics for WordPress by MonsterInsights, Redirection, Ultimate Nofollow, Broken Link Checker.
Author: Brooktec
Version: 1.0.20221110
Text Domain: blogsystem-rz
*/
.underneath-searchbox {
  display: none !important;
}

.main-container {
  overflow-x: initial;
}

.container-fluid.breadcrumb-container {
  display: none;
}

.reset-container {
  background-color: #fff;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

@media (min-width: 321px) {
  .reset-container .container {
    width: 100%;
  }
}

.stripe.stripe-alternative {
  background: none !important;
}

.ui-selectmenu-menu {
  background-color: #fff;
  display: none;
  max-height: 200px;
  max-width: calc(100vw - 100px) !important;
  overflow-y: auto;
  position: absolute;
  z-index: 10;
}

@media (min-width: 1200px) {
  .ui-selectmenu-menu {
    max-width: 600px !important;
  }
}

.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-menu .ui-widget-content {
  max-width: 100% !important;
}

.ui-selectmenu-menu .ui-menu-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #4F799B;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
  padding: 1.5rem;
}

.ui-selectmenu-menu .ui-menu-item a {
  color: #4F799B;
  text-decoration: none;
}

.ui-selectmenu-menu .ui-menu-item:hover {
  background-color: #4F799B;
  color: #fff;
}

.blogsystem-rz-content #breadcrumb {
  float: none;
  padding: 2rem 0 1rem;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb ol {
  margin-left: 0;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb li {
  display: inline-block;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb li a, .blogsystem-rz-content #breadcrumb .page-breadcrumb li a.breadcrumb-item,
.blogsystem-rz-content #breadcrumb .page-breadcrumb li span,
.blogsystem-rz-content #breadcrumb .page-breadcrumb li span.breadcrumb-item {
  float: none;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb li a.current, .blogsystem-rz-content #breadcrumb .page-breadcrumb li a.breadcrumb-item.current,
.blogsystem-rz-content #breadcrumb .page-breadcrumb li span.current,
.blogsystem-rz-content #breadcrumb .page-breadcrumb li span.breadcrumb-item.current {
  color: #4d4d4d;
  font-weight: bold;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb li .breadcrumb-delimiter::after {
  content: ' » ';
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb li:last-child .breadcrumb-sep::before {
  content: '';
}

.blogsystem-rz-content .breadcrumb-container-main {
  min-height: 3rem;
}

.blogsystem-rz-content .breadcrumb-container-main #breadcrumb {
  display: block;
}

.blogsystem-rz-content .sharer-links .sharer-link {
  color: #4F799B;
  transition: color .25s ease;
}

.blogsystem-rz-content .sharer-links .sharer-link:focus, .blogsystem-rz-content .sharer-links .sharer-link:active, .blogsystem-rz-content .sharer-links .sharer-link:hover {
  color: #334C61;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb li a.breadcrumb-item {
  color: #4F799B;
  transition: color .25s ease;
}

.blogsystem-rz-content #breadcrumb .page-breadcrumb li a.breadcrumb-item:focus, .blogsystem-rz-content #breadcrumb .page-breadcrumb li a.breadcrumb-item:active, .blogsystem-rz-content #breadcrumb .page-breadcrumb li a.breadcrumb-item:hover {
  color: #334C61;
  text-decoration: underline;
}

.blogsystem-rz-content .btn-default, .blogsystem-rz-content .btn-default-blue, .blogsystem-rz-content .modal input[type='submit'], .blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-all-link a, .blogsystem-rz-content aside .summary-block .summary-card .summary-all-link a, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button {
  background: #4F799B;
  border: solid 1px #4F799B;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: auto !important;
  line-height: 1;
  padding: 1rem 50px;
  text-shadow: none;
  text-transform: none !important;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  width: auto;
}

.blogsystem-rz-content .btn-default:focus, .blogsystem-rz-content .btn-default-blue:focus, .blogsystem-rz-content .modal input:focus[type='submit'], .blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-all-link a:focus, .blogsystem-rz-content aside .summary-block .summary-card .summary-all-link a:focus, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button:focus, .blogsystem-rz-content .btn-default:active, .blogsystem-rz-content .btn-default-blue:active, .blogsystem-rz-content .modal input:active[type='submit'], .blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-all-link a:active, .blogsystem-rz-content aside .summary-block .summary-card .summary-all-link a:active, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button:active, .blogsystem-rz-content .btn-default:hover, .blogsystem-rz-content .btn-default-blue:hover, .blogsystem-rz-content .modal input:hover[type='submit'], .blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-all-link a:hover, .blogsystem-rz-content aside .summary-block .summary-card .summary-all-link a:hover, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button:hover {
  background: #334C61;
  border: solid 1px #334C61;
  color: #fff;
  text-decoration: none;
}

.blogsystem-rz-content .btn-default.disabled:hover, .blogsystem-rz-content .disabled.btn-default-blue:hover, .blogsystem-rz-content .modal input.disabled:hover[type='submit'], .blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-all-link a.disabled:hover, .blogsystem-rz-content aside .summary-block .summary-card .summary-all-link a.disabled:hover, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button.disabled:hover {
  background: #4F799B !important;
  border-color: #4F799B !important;
  color: #fff !important;
}

.blogsystem-rz-content .btn-default-blue, .blogsystem-rz-content .modal input[type='submit'] {
  background: #4F799B;
  border: solid 1px #4F799B;
}

.blogsystem-rz-content .btn-default-blue:focus, .blogsystem-rz-content .modal input:focus[type='submit'], .blogsystem-rz-content .btn-default-blue:active, .blogsystem-rz-content .modal input:active[type='submit'], .blogsystem-rz-content .btn-default-blue:hover, .blogsystem-rz-content .modal input:hover[type='submit'] {
  background: #334C61;
  border: solid 1px #334C61;
}

.blogsystem-rz-content .btn-default-blue.disabled:hover, .blogsystem-rz-content .modal input.disabled:hover[type='submit'] {
  background: #4F799B !important;
  border-color: #4F799B !important;
}

.blogsystem-rz-content * {
  font-family: "Calibri", sans-serif !important;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: keep-all;
}

.blogsystem-rz-content *:focus {
  outline: 0 !important;
}

.blogsystem-rz-content .row {
  margin-left: 0;
  margin-right: 0;
}

.blogsystem-rz-content .fa,
.blogsystem-rz-content .fa * {
  font-family: 'FontAwesome' !important;
}

.blogsystem-rz-content a {
  color: #4F799B;
}

.blogsystem-rz-content a:hover {
  color: #334C61;
}

.blogsystem-rz-content a.broken_link {
  text-decoration: none;
}

.blogsystem-rz-content h1,
.blogsystem-rz-content h2,
.blogsystem-rz-content h3,
.blogsystem-rz-content h4,
.blogsystem-rz-content h5,
.blogsystem-rz-content h6 {
  color: #000;
  font-family: "Calibri", sans-serif !important;
  text-transform: none;
}


.blogsystem-rz-content h1 {
  font-size: 28px;
  font-weight: 500;
}


.blogsystem-rz-content h1.main-title {
  color: #4F799B;
}


.blogsystem-rz-content h2 {
  color: #4F799B;
  font-size: 25.2px;
  font-weight: 400;
}


.blogsystem-rz-content h2.main-title {
  color: #4F799B;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-title, .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position b {
  color: #96a05a;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.blogsystem-rz-content img,
.blogsystem-rz-content figure {
  height: auto;
  max-width: 100%;
}

.blogsystem-rz-content .main-container, .blogsystem-rz-content .ui-autocomplete.article-search .article-search-item, .blogsystem-rz-content .module-header .main-subtitle, .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-excerpt, .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-region,
.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-unternehmen, .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position, .blogsystem-rz-content .modal .modal-content {
  color: #4d4d4d;
  font-family: "Calibri", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.blogsystem-rz-content .main-container {
  margin-top: 10rem;
  width: auto;
}

.blogsystem-rz-content .main-container > .row {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 959px) {
  .blogsystem-rz-content .main-container .row-reset {
    margin-left: 0;
    margin-right: 0;
  }
}

.blogsystem-rz-content .main-container .main-content {
  padding-bottom: 5rem;
}

.blogsystem-rz-content .main-container .main-archive-content {
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.blogsystem-rz-content .small-font {
  font-size: .85em;
}

.blogsystem-rz-content .container {
  background-color: transparent;
  float: none;
}

.blogsystem-rz-content .title-section {
  margin-bottom: 2rem;
}

.blogsystem-rz-content .search-section {
  margin-top: 0 !important;
}

.blogsystem-rz-content .search-section nav {
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #4F799B !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: initial !important;
  padding: 30px !important;
  width: 100%;
}

.blogsystem-rz-content .search-section nav .post-search-form {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
}

.blogsystem-rz-content .search-section nav .post-search-form .post-search-wrapper {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  margin-right: 30px !important;
  max-height: 5rem;
}

.blogsystem-rz-content .search-section nav .post-search-form .search-input {
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 5px;
  box-shadow: none !important;
  height: initial !important;
  line-height: 1.2;
  margin: 0 !important;
  padding: 1.5rem .75rem;
  width: 100% !important;
}

.blogsystem-rz-content .search-section nav .post-search-form .btn-default, .blogsystem-rz-content .search-section nav .post-search-form .btn-default-blue, .blogsystem-rz-content .search-section nav .post-search-form .modal input[type='submit'], .blogsystem-rz-content .modal .search-section nav .post-search-form input[type='submit'], .blogsystem-rz-content .search-section nav .post-search-form .module-top-jobs .summary-block .summary-card .summary-all-link a, .blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-all-link .search-section nav .post-search-form a, .blogsystem-rz-content .search-section nav .post-search-form aside .summary-block .summary-card .summary-all-link a, .blogsystem-rz-content aside .summary-block .summary-card .summary-all-link .search-section nav .post-search-form a, .blogsystem-rz-content .search-section nav .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .search-section nav .post-search-form button {
  -ms-flex: 0 0 275px;
      flex: 0 0 275px;
  height: initial !important;
  margin: 0 !important;
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  width: auto !important;
}

.blogsystem-rz-content .search-section nav .search-jobs {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option {
  background-color: rgba(255, 255, 255, 0.75) !important;
  border: 0 !important;
  border-radius: 5px;
  box-shadow: none !important;
  display: inline-block;
  font-size: 18px;
  height: initial !important;
  line-height: 1.2;
  margin: 0 8px;
  padding: 1.5rem .75rem;
  width: calc(25% - 16px);
}

@media (max-width: 959px) {
  .blogsystem-rz-content .search-section nav .search-jobs .search-option {
    margin-bottom: 1rem !important;
    width: 100%;
  }
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option-select {
  padding: 0;
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option-select > span {
  display: block;
  height: 100%;
  line-height: 1.2;
  padding: 1.5rem .75rem;
  width: 100% !important;
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option-select .chosen-select {
  background: transparent !important;
  border: 0 !important;
  height: 100%;
  width: 100%;
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option-select .ui-selectmenu-button {
  position: relative;
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option-select .ui-selectmenu-button .ui-icon {
  position: absolute;
  right: .5rem;
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option-select .ui-selectmenu-button .ui-icon::before {
  content: '\25BE';
}

.blogsystem-rz-content .search-section nav .search-jobs .search-option-select .ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  max-height: calc(1.2em + 3rem);
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  white-space: nowrap;
}

.blogsystem-rz-content .search-section nav .search-jobs .search-submit {
  height: initial !important;
  margin: 0 8px;
  padding: 1.5rem .75rem;
  width: calc(25% - 16px);
}

@media (max-width: 959px) {
  .blogsystem-rz-content .search-section nav .search-jobs .search-submit {
    width: 100% !important;
  }
}

.blogsystem-rz-content .article-item {
  margin-bottom: 5rem;
}

.blogsystem-rz-content .article-item .article-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  padding-bottom: 200px;
}

.blogsystem-rz-content .article-item .article-title,
.blogsystem-rz-content .article-item .article-details {
  padding: 0 15px;
}

.blogsystem-rz-content .article-item .article-title,
.blogsystem-rz-content .article-item .article-title > * {
  color: #334C61 !important;
  font-family: "Calibri", sans-serif !important;
  font-size: 2rem;
  margin-top: 1rem;
  text-align: left;
}

.blogsystem-rz-content .article-item .article-details,
.blogsystem-rz-content .article-item .article-details * {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  text-decoration: none;
}

.blogsystem-rz-content .blogsystem-pagination {
  font-size: 20px;
  margin: 20px 0;
  padding-top: 3rem;
  text-align: center;
}

.blogsystem-rz-content .blogsystem-pagination .page-numbers {
  color: #4F799B;
  display: inline-block;
  min-width: 15px;
  text-align: center;
}

.blogsystem-rz-content .blogsystem-pagination .page-numbers:hover {
  color: #334C61;
}

.blogsystem-rz-content .blogsystem-pagination .page-numbers.current {
  color: #4d4d4d;
}

.blogsystem-rz-content .ui-autocomplete.article-search {
  margin: 0 !important;
  max-height: 200px;
  overflow-y: auto;
  width: calc(100% - 20px) !important;
  z-index: 10;
}

.blogsystem-rz-content .ui-autocomplete.article-search .article-search-item {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  line-height: 1.2;
  padding: 1rem;
}

.blogsystem-rz-content .ui-autocomplete.article-search .article-search-item,
.blogsystem-rz-content .ui-autocomplete.article-search .article-search-item a {
  color: #000;
  text-decoration: none;
}

.blogsystem-rz-content .ui-autocomplete.article-search .article-search-item:hover,
.blogsystem-rz-content .ui-autocomplete.article-search .article-search-item a:hover {
  color: #4F799B;
}

.blogsystem-rz-content .ui-autocomplete.article-search .article-search-item:hover {
  background-color: #f5f5f5;
}

.blogsystem-rz-content .top-companies-section .summary-all-link {
  margin-bottom: 60px;
}

.blogsystem-rz-content .sharer-links {
  margin-bottom: 3rem;
}

.blogsystem-rz-content .sharer-links .sharer-link {
  color: #4F799B;
}

.blogsystem-rz-content .sharer-links .sharer-link:hover {
  color: #334C61;
}

.blogsystem-rz-content .sharer-links .sharer-link i::before {
  font-size: 16px;
}

.blogsystem-rz-content .sharer-links .sharer-link i.fa-linkedin::before {
  content: '\f08c';
}

.blogsystem-rz-content .sharer-links .sharer-link:first-child {
  padding-left: 0;
}

.blogsystem-rz-content .sharer-links .sharer-link.sharer-link-twitter svg {
  fill: #4F799B;
  height: 15px;
  vertical-align: middle;
}

.blogsystem-rz-content .module {
  padding: 3rem 0;
}

.blogsystem-rz-content .module header {
  margin-bottom: 3rem;
}

.blogsystem-rz-content .module header:last-child,
.blogsystem-rz-content .module header > :last-child {
  margin-bottom: 0;
}

.blogsystem-rz-content .module .button-block {
  margin-top: 1.5rem;
}

.blogsystem-rz-content .module-top-jobs .loading {
  color: #000;
  font-size: 18px;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card {
  border-width: 0;
  color: #000;
  font-size: 18px;
  padding: 0 0 8rem;
  position: relative;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-title {
  background-color: transparent;
  color: #4d4d4d;
  font-family: "Calibri", sans-serif !important;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .summary-all-link {
  bottom: 0;
  text-align: center;
  width: 100%;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item {
  border: 0 !important;
  float: none !important;
  margin: 0 auto;
  max-width: 275px;
  padding: 1rem 1rem 3rem !important;
  width: 100% !important;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item > div {
  position: relative;
  background-color: #fff;
  border: 0 !important;
  border-radius: 5px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 16px;
  height: auto;
  text-align: center;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item > div::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item > div > * {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item .job-link {
  padding: 15px;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item .job-logo-url {
  display: inline-block;
  height: 6rem;
  margin: 1rem auto 1.5rem;
  width: auto;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item p {
  line-height: 1;
  margin-bottom: 0;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .job-item p b {
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.blogsystem-rz-content .module-top-jobs .summary-block .summary-card .row > :first-child {
  float: none;
  position: static;
}

.blogsystem-rz-content .module-top-jobs .summary-block .owl-dots {
  display: block;
  text-align: center;
}

.blogsystem-rz-content .module-top-jobs .summary-block .owl-dots .owl-dot {
  background: #000 !important;
  border-radius: 100%;
  display: inline-block;
  height: 1rem;
  margin: 0 .5rem;
  opacity: .5;
  width: 1rem;
}

.blogsystem-rz-content .module-top-jobs .summary-block .owl-dots .owl-dot.active {
  opacity: 1;
}

.blogsystem-rz-content .module-header .main-subtitle {
  margin-top: 0;
}

.blogsystem-rz-content .summary-block {
  margin-bottom: 10px;
}

.blogsystem-rz-content .summary-block .summary-card {
  border: 0;
  padding-bottom: 70px;
}

.blogsystem-rz-content .summary-block .summary-card .summary-title,
.blogsystem-rz-content .summary-block .summary-card .summary-description,
.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper,
.blogsystem-rz-content .summary-block .summary-card .summary-all-link {
  padding: 0 20px;
  width: 100%;
}

@media (max-width: 959px) {
  .blogsystem-rz-content .summary-block .summary-card .summary-title,
  .blogsystem-rz-content .summary-block .summary-card .summary-description,
  .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper,
  .blogsystem-rz-content .summary-block .summary-card .summary-all-link {
    padding-left: 0;
    padding-right: 0;
  }
}

.blogsystem-rz-content .summary-block .summary-card .summary-title .summary-all-link-spacer,
.blogsystem-rz-content .summary-block .summary-card .summary-description .summary-all-link-spacer,
.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-all-link-spacer,
.blogsystem-rz-content .summary-block .summary-card .summary-all-link .summary-all-link-spacer {
  border: 0 !important;
}

.blogsystem-rz-content .summary-block .summary-card .summary-all-link {
  bottom: 0;
  margin-left: 0;
  position: absolute !important;
}

.blogsystem-rz-content .summary-block .summary-card .summary-title {
  background-color: transparent;
  color: #4d4d4d;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.blogsystem-rz-content .summary-block .summary-card .summary-description {
  margin-bottom: 20px;
  position: relative;
  width: calc(100% - 45px);
}

.blogsystem-rz-content .summary-block .summary-card .summary-description .tag-list {
  margin-right: -45px;
  text-align: left;
}

.blogsystem-rz-content .summary-block .summary-card .summary-description .tag-list .tag {
  margin-bottom: 6px;
  padding-left: 0;
}

.blogsystem-rz-content .summary-block .summary-card .summary-description .tag-list .tag a {
  border: 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px 5px;
  width: 100%;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item {
  border-bottom: 0;
  font-family: serif;
  margin-bottom: 20px;
  padding-top: 4px;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item:last-child {
  margin-bottom: 0;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-title,
.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-excerpt,
.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-link-text {
  display: block;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-title {
  color: #4d4d4d;
  font-style: normal;
  margin-bottom: 5px;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-excerpt {
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-link-text {
  display: none;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item > div {
  background-color: #fff;
  position: relative;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-logo-url {
  max-height: 40px;
  max-width: 100px;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-region,
.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-unternehmen {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 32px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-moz-document url-prefix() {
  .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position {
    overflow: hidden;
    position: relative;
  }
  .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position::before {
    background: transparent;
    bottom: 0;
    content: '\2026';
    float: right;
    margin-left: -3rem;
    position: absolute;
    right: 0;
    width: 3rem;
  }
  .blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position::after {
    background: #fff;
    content: '';
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position b {
  color: #4d4d4d;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-region {
  color: #4F799B;
  font-weight: 500;
  text-transform: capitalize;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .top-job-detail-img {
  vertical-align: bottom;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item .summary-link a {
  color: inherit;
  padding: 10px 0;
  text-decoration: none;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .top-job-detail-text,
.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .top-job-detail-img {
  display: inline-block;
  vertical-align: top;
}

.blogsystem-rz-content .summary-block .summary-card .summary-list-wrapper .summary-list .top-job-detail-text {
  border-bottom: 4px solid #ccc;
  padding-bottom: 17px;
  width: 100%;
}

.blogsystem-rz-content .summary-block.lastest_articles-block .summary-card .summary-all-link .summary-all-link-spacer, .blogsystem-rz-content .summary-block.popular_articles-block .summary-card .summary-all-link .summary-all-link-spacer, .blogsystem-rz-content .summary-block.top_articles-block .summary-card .summary-all-link .summary-all-link-spacer, .blogsystem-rz-content .summary-block.top_jobs-block .summary-card .summary-all-link .summary-all-link-spacer, .blogsystem-rz-content .summary-block.related_articles-block .summary-card .summary-all-link .summary-all-link-spacer {
  border: 0;
}

.blogsystem-rz-content .summary-block.ad-item {
  background-color: transparent;
}

.blogsystem-rz-content .summary-block.summary-row-block .summary-all-link {
  position: relative !important;
}

.blogsystem-rz-content .summary-block.summary-row-block.top_jobs-block .summary-all-link a, .blogsystem-rz-content .summary-block.summary-row-block.top_jobs-block .summary-all-link a:active, .blogsystem-rz-content .summary-block.summary-row-block.top_jobs-block .summary-all-link a:focus, .blogsystem-rz-content .summary-block.summary-row-block.top_jobs-block .summary-all-link a:hover, .blogsystem-rz-content .summary-block.summary-row-block.top_jobs-block .summary-all-link a:visited {
  color: #000;
}

.blogsystem-rz-content .summary-block.summary-row-block .summary-card {
  background-color: transparent;
  border: 0;
  height: auto;
  min-height: 0;
  padding-bottom: 0;
}

.blogsystem-rz-content .summary-block.summary-row-block .summary-card .summary-title {
  background-color: transparent;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 20px;
  padding: 0;
}

@media (min-width: 740px) {
  .blogsystem-rz-content .summary-block.summary-row-block .summary-card .summary-title {
    margin-bottom: 10px;
  }
}

.blogsystem-rz-content .summary-block.summary-row-block .summary-card .summary-list-wrapper {
  padding: 0;
}

.blogsystem-rz-content .summary-block.summary-row-block .summary-card .summary-list-wrapper .summary-list .summary-item {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.blogsystem-rz-content .summary-block.summary-row-block .summary-card .summary-list-wrapper .summary-list .summary-item > div {
  background-color: #fff;
  border: 0;
  padding: 30px 20px;
}

.blogsystem-rz-content .summary-block.top_jobs-summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.blogsystem-rz-content .summary-all-link {
  margin-top: 0;
  position: relative !important;
  text-align: center;
}

@media (min-width: 740px) {
  .blogsystem-rz-content .summary-all-link {
    margin-top: 40px;
  }
}

.blogsystem-rz-content .summary-all-link a {
  background-color: #4F799B;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  left: 0;
  margin-left: 20px;
  padding: 15px 20px;
  position: relative;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
}

.blogsystem-rz-content aside .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item {
  margin-bottom: 40px;
}

.blogsystem-rz-content aside .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item:last-child {
  margin-bottom: 0;
}

.blogsystem-rz-content aside .summary-block .summary-card .summary-all-link {
  margin: 0;
  position: static !important;
  width: auto !important;
}

.blogsystem-rz-content aside .summary-block .summary-card .summary-all-link .summary-all-link-spacer {
  border-bottom: 0;
}

.blogsystem-rz-content aside .summary-block .summary-card .summary-all-link a {
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
}

.blogsystem-rz-content aside .tag-list {
  margin-left: 0;
}

.blogsystem-rz-content aside.widget-section {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

.blogsystem-rz-content aside.widget-section .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.post-item .post-title {
  color: #4F799B;
}

.blogsystem-rz-content aside.widget-section .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item.job-item .job-position b {
  color: #4F799B;
}

.blogsystem-rz-content aside.widget-section .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item:hover.post-item .post-title {
  color: #334C61;
  text-decoration: underline;
}

.blogsystem-rz-content aside.widget-section .summary-block .summary-card .summary-list-wrapper .summary-list .summary-item:hover.job-item .job-position b {
  color: #334C61;
  text-decoration: underline;
}

.blogsystem-rz-content .tag-list {
  margin-top: 15px;
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

.blogsystem-rz-content .tag-list .tag {
  padding-left: 5px;
  padding-right: 5px;
}

.blogsystem-rz-content .tag-list .tag a {
  background-color: #f5f5f5;
}

.blogsystem-rz-content .tag-list .tag a:hover {
  text-decoration: underline;
}

.blogsystem-rz-content .tag-list a,
.blogsystem-rz-content .tag-list .js-link {
  border: 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px 5px;
  width: 100%;
}

.blogsystem-rz-content .tag-list a, .blogsystem-rz-content .tag-list a:active, .blogsystem-rz-content .tag-list a:focus, .blogsystem-rz-content .tag-list a:hover, .blogsystem-rz-content .tag-list a:visited,
.blogsystem-rz-content .tag-list .js-link,
.blogsystem-rz-content .tag-list .js-link:active,
.blogsystem-rz-content .tag-list .js-link:focus,
.blogsystem-rz-content .tag-list .js-link:hover,
.blogsystem-rz-content .tag-list .js-link:visited {
  color: #000;
}

.blogsystem-rz-content .archive-list .item {
  background-color: #fff;
  border: 3px solid #eaecde;
}

@media (max-width: 1199px) {
  .blogsystem-rz-content .archive-list .item {
    margin-bottom: 30px;
  }
}

.blogsystem-rz-content .archive-list .item a:hover {
  text-decoration: none;
}

.blogsystem-rz-content .archive-list .item .header-img {
  text-align: right;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  .blogsystem-rz-content .archive-list .item .header-img {
    height: 250px;
  }
}

@media (max-width: 739px) {
  .blogsystem-rz-content .archive-list .item .header-img {
    background-position: top;
    background-size: contain;
    height: 60vw;
  }
}

.blogsystem-rz-content .archive-list .item .header-img .native-ad {
  color: #4d4d4d;
  font-weight: 200;
  background-color: #eaecde;
  padding: 4px 10px;
}

.blogsystem-rz-content .archive-list .item .item-info {
  margin: 10px;
}

.blogsystem-rz-content .archive-list .item .item-info a:hover {
  text-decoration: none;
}

.blogsystem-rz-content .archive-list .item .item-info .item-title {
  margin-top: 0;
  color: #96a05a;
  font-size: 16px;
  font-weight: 600;
}

.blogsystem-rz-content .archive-list .item .item-info .item-date {
  color: #4d4d4d;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

.blogsystem-rz-content .archive-list .item .item-info .item-date .date-logo {
  width: 15px;
}

.blogsystem-rz-content .archive-list .item .item-info .item-excerpt {
  font-size: 14px;
  font-weight: 400;
}

.blogsystem-rz-content .archive-list .item .item-info .item-tag-list .tag {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding-left: 0;
}

.blogsystem-rz-content .archive-list .item .item-info .item-tag-list .tag a {
  background-color: #fff;
  color: #96a05a;
  padding-left: 0;
}

.blogsystem-rz-content .archive-list.archive-list .archive-item {
  background-color: transparent;
  z-index: 0;
}

.blogsystem-rz-content .searchbox-alphabetically {
  margin-bottom: 2rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper {
  background-color: #eaecde;
  border-radius: 0;
  margin: auto;
  padding: .75rem 1rem;
  width: 100%;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 959px) {
  .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .data-wrapper,
.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .button-wrapper {
  display: inline-block;
  min-width: 102px;
  padding: 10px;
  position: relative;
  vertical-align: top;
}

@media (max-width: 959px) {
  .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .data-wrapper,
  .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .button-wrapper {
    width: 100%;
  }
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .data-wrapper {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .button-wrapper {
  -ms-flex: 0 0 320px;
      flex: 0 0 320px;
}

@media (max-width: 959px) {
  .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .button-wrapper {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
  }
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form input,
.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button,
.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form select,
.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-button {
  border-radius: 3px;
  line-height: 4rem;
  padding: 0 1rem;
  width: 100%;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button {
  background-color: #4F799B;
  background-image: none;
  border-color: #4F799B;
  -ms-flex: 0 0 320px;
      flex: 0 0 320px;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button:focus, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button:active, .blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button:hover {
  background: #334C61;
  border: solid 1px #334C61;
  cursor: pointer;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button.disabled {
  cursor: not-allowed;
  opacity: .6;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form button.disabled:hover {
  background: #334C61 !important;
  border-color: #334C61 !important;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form input,
.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form select,
.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-button {
  border: 1px solid transparent;
  display: block;
  height: 100%;
  min-height: 4rem;
  overflow: hidden;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-menu {
  display: none;
  z-index: 99999999;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-menu ul {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  max-height: 300px;
  overflow-y: auto;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-menu li {
  border-bottom: 2px solid #f5f5f5;
  color: #000;
  font-size: 18px;
  height: 47px;
  line-height: 2.5rem;
  padding: 1rem;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-menu li:hover {
  background-color: #f5f5f5;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form .ui-selectmenu-menu li.ui-state-disabled {
  display: none;
}

.blogsystem-rz-content .searchbox-alphabetically .header-nav-form-wrapper .post-search-form [type='submit'] {
  text-transform: uppercase;
}

.blogsystem-rz-content.single .header-img-wrapper .header-img.bg-img {
  background-color: #fff;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.blogsystem-rz-content.single .content h1, .blogsystem-rz-content.single .content h2, .blogsystem-rz-content.single .content h3, .blogsystem-rz-content.single .content h4, .blogsystem-rz-content.single .content h5, .blogsystem-rz-content.single .content h6 {
  color: #4F799B;
  margin-top: 10px;
}

.blogsystem-rz-content.single .content ul {
  list-style: disc;
}

.blogsystem-rz-content.single .content ul li {
  list-style: disc;
}

.blogsystem-rz-content.single .content ol {
  list-style: decimal;
}

.blogsystem-rz-content.single .content ol li {
  list-style: decimal;
}

.blogsystem-rz-content.single .main-subtitle {
  color: #4F799B;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.blogsystem-rz-content.single .calculator-container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  margin: 0;
}

@media (min-width: 1200px) {
  .blogsystem-rz-content.single .calculator-container .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.blogsystem-rz-content.single .calculator-container .module.module-header {
  padding-top: 0;
}

.blogsystem-rz-content.single .calculator-container .main-content {
  text-align: center;
}

@media (min-width: 1200px) {
  .blogsystem-rz-content.single .calculator-container .main-content {
    padding-right: 0;
    text-align: right;
  }
}

.blogsystem-rz-content.single-post .single-content-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.blogsystem-rz-content.single-post .article-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.blogsystem-rz-content.single-post .article-wrapper h1, .blogsystem-rz-content.single-post .article-wrapper h2, .blogsystem-rz-content.single-post .article-wrapper h3, .blogsystem-rz-content.single-post .article-wrapper h4, .blogsystem-rz-content.single-post .article-wrapper h5, .blogsystem-rz-content.single-post .article-wrapper h6 {
  color: #4F799B;
  font-size: 25.2px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}

.blogsystem-rz-content.single-post .article-wrapper h1 {
  font-size: 33px;
  font-weight: 600;
}

.blogsystem-rz-content.single-post .article-wrapper h2 {
  font-size: 26px;
  font-weight: 600;
}

.blogsystem-rz-content.single-post .article-wrapper h3 {
  font-size: 14px;
}

.blogsystem-rz-content.single-post .article-wrapper p,
.blogsystem-rz-content.single-post .article-wrapper li,
.blogsystem-rz-content.single-post .article-wrapper span {
  font-size: 14px;
}

.blogsystem-rz-content.single-post .article-wrapper .title-section {
  margin-left: 20px;
  margin-right: 20px;
}

.blogsystem-rz-content.single-post .article-wrapper .title-section h1 {
  color: #4F799B;
  font-family: "Calibri", sans-serif;
  letter-spacing: 2px;
}

.blogsystem-rz-content.single-post .article-wrapper .main-subtitle {
  color: #4F799B;
}

.blogsystem-rz-content.single-post .article-wrapper .header-img-wrapper {
  width: 100%;
}

@media (min-width: 740px) {
  .blogsystem-rz-content.single-post .article-wrapper .header-img-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    width: 70%;
  }
}

.blogsystem-rz-content.single-post .article-wrapper .header-img-wrapper .header-img {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 959px) {
  .blogsystem-rz-content.single-post .article-wrapper .header-img-wrapper .header-img {
    background-size: contain;
  }
}

@media (max-width: 739px) {
  .blogsystem-rz-content.single-post .article-wrapper .header-img-wrapper .header-img {
    min-height: 70vw;
  }
}

.blogsystem-rz-content.single-post .article-wrapper .header-img-wrapper p {
  font-size: 12px;
}

.blogsystem-rz-content.single-post .article-wrapper .img-caption {
  margin-left: 20px;
  margin-right: 20px;
  width: 90%;
}

.blogsystem-rz-content.single-post .article-wrapper .content {
  margin-left: 20px;
  margin-right: 20px;
  width: 90%;
}

.blogsystem-rz-content.single-post .article-wrapper .social-link-section {
  width: 90%;
}

@media (max-width: 959px) {
  .blogsystem-rz-content.single-post .article-wrapper .social-link-section {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 959px) {
  .blogsystem-rz-content.single-post .article-wrapper .social-link-section .sharer-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 959px) {
  .blogsystem-rz-content.single-post .article-wrapper .social-link-section .sharer-links .sharer-link {
    padding-left: 0;
  }
}

.blogsystem-rz-content.single-post .article-wrapper .social-link-section .sharer-links .sharer-link.sharer-link-twitter svg {
  fill: #4F799B;
  height: 15px;
  vertical-align: middle;
}

.blogsystem-rz-content.single-post .article-wrapper .social-link-section .sharer-links .share-icon {
  width: 20px !important;
}

@media (max-width: 959px) {
  .blogsystem-rz-content.single-post .article-wrapper .social-link-section .sharer-links .share-icon {
    width: 40px !important;
  }
}

.blogsystem-rz-content.single-post aside {
  padding-bottom: 1px;
}

.blogsystem-rz-content.single-post aside .summary-block {
  margin-bottom: 0;
  border: 0;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card {
  border: 0;
  font-family: "Calibri", sans-serif;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .summary-title {
  background-color: transparent;
  font-family: "Calibri", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .summary-list {
  font-size: 1.4rem;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .summary-link b {
  color: #4F799B;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .summary-all-link {
  bottom: 50px;
  font-size: 1.4rem;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .summary-all-link .summary-all-link-spacer {
  border: 0;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .summary-all-link a {
  background: none;
  border: 0;
  color: #4F799B !important;
  font-size: inherit;
  padding: 0;
  text-align: left;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .tag-list {
  margin-bottom: 2rem;
  margin-top: 0;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .tag-list p {
  margin-bottom: 0;
}

.blogsystem-rz-content.single-post aside .summary-block .summary-card .tag-list .tag {
  color: #4d4d4d;
  border: 0;
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 0;
}

.blogsystem-rz-content.single-post aside .summary-block.top_jobs-summary-block .job-region .location-icon {
  width: 1.8rem;
}

.blogsystem-rz-content.single-post aside .summary-block.tag_cloud-summary-block .summary-card {
  padding-bottom: 0;
}

.blogsystem-rz-content.single-post aside .summary-block.tag_cloud-summary-block .summary-description {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.blogsystem-rz-content.single-post aside .summary-block.tag_cloud-summary-block .summary-all-link {
  position: static;
  text-align: center;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  margin: 20px;
  padding: 10px;
}

.blogsystem-rz-content.single-post aside .summary-block.tag_cloud-summary-block .summary-all-link .summary-all-link-spacer {
  display: none;
}

.blogsystem-rz-content.single-post aside .summary-block.tag_cloud-summary-block .summary-all-link a {
  color: #4d4d4d !important;
  margin: 0;
  text-align: center;
}

.blogsystem-rz-content.single-post aside .summary-block.tag_cloud-summary-block .summary-all-link a:hover {
  text-decoration: none;
}

.blogsystem-rz-content.single-post .mail_recommendation_form input[type="submit"] {
  background-color: #4F799B;
}

.blogsystem-rz-content .modal .modal-content {
  background-color: #fff;
  border-radius: 0;
}

.blogsystem-rz-content .modal .modal-content .header-text,
.blogsystem-rz-content .modal .modal-content .header-text p,
.blogsystem-rz-content .modal .modal-content .hint-text,
.blogsystem-rz-content .modal .modal-content .hint-text p {
  color: #4d4d4d;
}

.blogsystem-rz-content .modal .modal-header .header-text {
  color: #000;
}

.blogsystem-rz-content .modal .modal-header .modal-title {
  color: #000;
  padding-right: 3rem;
}

.blogsystem-rz-content .modal input,
.blogsystem-rz-content .modal textarea {
  border-radius: 0;
}

.blogsystem-rz-content .modal input[type='submit'] {
  display: block;
  padding: 1rem 3rem;
  text-align: center;
  width: 100%;
}

.blogsystem-rz-content .modal .hint-text p,
.blogsystem-rz-content .modal .thanks-message p {
  color: #000;
}

.blogsystem-rz-content.page-template-tpl-tags {
  margin-top: 10rem;
}

.blogsystem-rz-content.page-template-tpl-tags .title {
  margin-bottom: 50px;
}

.blogsystem-rz-content.page-template-tpl-tags h1 {
  color: #4F799B;
  font-size: 35px;
  text-transform: uppercase;
}

.blogsystem-rz-content.page-template-tpl-tags .tag {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.blogsystem-rz-content.page-template-tpl-tags .tag a {
  background-color: #fff;
  border: 1px solid #eaecde;
  border-radius: 3px;
  color: #96a05a;
  padding-top: .5rem;
}
