.container {
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  background-color: #f6f7fb;
}

a {
  text-decoration: none;
  color: #333333;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
}

html {
  font-size: 10px;
}

body {
  color: #333333;
  font-size: 1.3rem;
  font-family: "Segoe UI", Calibri, "Myriad Pro", Myriad, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.blog-written {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
  display: inline-block;
  background-color: #fff;
}

.bls-p-auth-title h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0.5rem;
  margin-top: 1rem;
  text-align: center;
  border-bottom: 3px solid #4aa0d8;
  color: #333333;
}

.comments-area {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
}

.comment-meta.commentmetadata a {
  text-decoration: none;
  font-size: 1.2em;
}

.comment-list ol.children {
  margin-top: 2.5rem;
  list-style: none;
}

.comments-area ol.comment-list {
  list-style: none;
  padding-left: 1.5rem;
}

ol.comment-list p {
  margin-bottom: 0;
}

.comment-respond p {
  margin: 1rem 0;
}

p.comment-form-email {
  clear: both;
}

p.comment-form-url {
  clear: both;
}

.comment-respond {
  margin: 1rem 0;
  padding-bottom: 1.5rem;
}

.bls-blog-comments span {
  padding: .5rem 1rem 0 1.5rem;
  margin: .8rem 0 0 .7rem;
  font-style: italic;
}

.bls-footer-section .widget_recent_comments ul {
  margin: 0;
  padding: 0;
}

.bls-footer-section .widget_recent_comments ul li {
  list-style: none;
}

.bls-footer-section .widget_recent_comments ul li:hover {
  opacity: 0.75;
}

.bls-footer-section .widget_recent_comments ul li:before {
  content: "\f105";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em;
  /* same as padding-left set on li */
}

.comment-form {
  background: #ececee;
  padding-top: .5rem;
}

.comment-author.vcard img {
  float: left;
  margin-right: 2rem;
  border-radius: 4rem;
}

.comment-list cite.fn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-right: .5rem;
}

.comment-body {
  padding: 1.5rem;
  margin: 2rem 0 2rem -1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(14%, #f0f0f0), color-stop(14%, #ececee), to(#ececee));
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 14%, #ececee 14%, #ececee 100%);
}

.children .depth-2 .comment-body {
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(15%, #f0f0f0), color-stop(15%, #ececee), to(#ececee));
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 15%, #ececee 15%, #ececee 100%);
}

.children .depth-3 .comment-body {
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(16%, #f0f0f0), color-stop(16%, #ececee), to(#ececee));
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 16%, #ececee 16%, #ececee 100%);
}

.children .depth-4 .comment-body {
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(17%, #f0f0f0), color-stop(17%, #ececee), to(#ececee));
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 17%, #ececee 17%, #ececee 100%);
}

.reply {
  margin: 2rem 0 .5rem 9.5rem;
}

.reply a {
  color: #000000;
  padding: .3rem 1rem;
  border-radius: .4rem;
  background: #cccccc;
  -webkit-box-shadow: 0 0 0 #f0f0f0 inset;
  box-shadow: 0 0 0 #f0f0f0 inset;
  display: inline-block;
  vertical-align: middle;
}

.reply a:hover {
  text-decoration: none;
  opacity: .7;
}

.comment-form label {
  display: block;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin-left: 0.5rem;
  font-weight: normal;
}

.mc4wp-checkbox span {
  margin-left: 0.5rem;
  font-weight: normal;
}

.comment-form-comment label:after {
  content: ' *';
}

.comment-form input[type="text"],
form#commentform input#email,
form#commentform input#url {
  width: 100%;
  height: 3.2rem;
  padding: .7rem;
  border: 0.2rem solid #ececee;
  border-radius: .4rem;
  font-size: 1.6rem;
}

.comment-form textarea {
  font-size: 1.6rem;
  width: 100%;
}

.comment-content {
  margin-left: 6rem;
  padding-left: 3rem;
}

.comment-content blockquote {
  margin: 1.0rem 0 1rem 0.4rem;
  padding: 0.5rem;
  border-left: 0.3rem solid #cccccc;
  font-size: 1em;
}

.comment-content blockquote p::before,
.comment-content blockquote p::after {
  content: '"';
  font-size: 1.5em;
}

.comments-area h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0.5rem;
  margin-top: 1rem;
  text-align: center;
  border-bottom: 3px solid #4aa0d8;
  color: #333333;
}

h3#reply-title {
  padding: 1rem;
}

.wpulike {
  display: inline-block;
  background: #cccccc;
  border-radius: .4rem;
  margin: .5rem 0;
  padding: 0.2rem 0;
}

.wpulike .wp_ulike_btn {
  background: #cccccc;
  text-shadow: none;
  border: none;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  font-size: 10px;
  padding: .6rem 0 .6rem .6rem;
  height: 2.2rem;
}

.wpulike .wp_ulike_btn:hover {
  background: none;
  text-shadow: none;
  color: #f0f0f0;
}

.wpulike .wp_ulike_btn:after {
  content: 'Danke';
  padding-left: .5rem;
  display: inline;
  position: static;
  background: none;
}

.wpulike .wp_ulike_btn:before {
  content: '\f164';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  vertical-align: top;
}

.wpulike .count-box {
  border: none;
  background: #cccccc;
  margin: 0 0 0 1rem;
  padding-left: 0;
  color: #000000;
  font-size: 10px;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpulike .count-box:before {
  content: none;
}

.wpulike:hover {
  opacity: .7;
}

.wpulike-default .wp_ulike_btn.wp_ulike_put_image {
  background-image: none;
}

.wpulike-default .wp_ulike_btn.wp_ulike_put_image.image-unlike {
  background-image: none;
}

.wpulike-default .wp_ulike_btn.wp_ulike_put_image.image-unlike:hover {
  color: #db4221;
}

.quote-link a {
  vertical-align: middle;
}

img.blog-img-author {
  border-radius: 10rem;
  height: 15rem;
  width: 15rem;
}

.blog-img-author.img-responsive img {
  margin-top: 1rem;
  border-radius: 6rem;
}

footer.container-fluid {
  font-size: 1.3rem;
  background-color: #3e3e40;
  color: #b8b8b8;
}

footer.container-fluid a {
  color: #4aa0d8;
}

footer.container-fluid select {
  color: #333333;
}

footer.container-fluid div.widget {
  padding: 0 1rem;
}

footer.container-fluid .widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 2rem;
}

footer.container-fluid .widget_recent_entries li {
  text-indent: 0;
}

footer.container-fluid .widget_recent_entries li :before {
  color: #f0f0f0;
  content: '> \0000a0\0000a0';
  font-weight: bold;
  margin-left: -2rem;
}

footer.container-fluid ul {
  list-style: disc !important;
}

footer.container-fluid ul a::before {
  content: none !important;
}

footer .screen-reader-text {
  display: none;
}

.slogan {
  padding: 2rem 0;
  border-top: 0.1rem dashed #f0f0f0;
  border-bottom: 0.1rem dashed #f0f0f0;
  text-align: center;
  font-size: 1.3rem;
  margin: 2rem 0 5rem;
}

.imprint,
.copyright {
  text-align: center;
  margin-bottom: 2rem;
}

.Shariff {
  margin-top: 2rem;
}

.Shariff hr {
  display: none;
}

header {
  margin-bottom: 1rem;
}

.logo-mobile-half {
  display: none;
}

.bls-logo h1.site-title a {
  color: #f0f0f0;
}

.bls-logo h1.site-title a:hover {
  opacity: .80;
}

.bls-logo .btn {
  padding: .7rem;
}

p.aqa-logo-txt {
  font-size: 5rem;
  font-family: 'Pacifico', cursive;
  margin: 0;
  color: #f0f0f0;
}

#dealgott-logo {
  height: 9rem;
}

.search-box {
  position: absolute;
  bottom: .5rem;
  right: -1.5rem;
  padding-top: 3.5rem;
}

.search-box input#field {
  margin-bottom: .5rem;
}

.bls-menu-wrap .container {
  position: relative;
}

.bls-menu-wrap .container .bls-logo {
  position: absolute;
  right: 3rem;
}

.bls-menu-wrap .container .app-icons {
  color: #333333;
  position: absolute;
  right: 3rem;
  line-height: 1.6rem;
  margin-top: 0.3rem;
}

.bls-menu {
  display: inline-block;
  margin: 6rem 0 0 1rem;
}

ul.main-menu {
  margin: 0;
  padding: 0;
  background: transparent;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.bls-logo-menu-bar {
  -webkit-box-shadow: 0 3px 13px 3px rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 13px 3px rgba(255, 255, 255, 0.8);
  padding-top: 1rem;
  background-color: #4aa0d8;
}

#logo-container {
  padding: 0;
}

.brand-icon {
  height: auto;
  padding-top: 0;
  width: 3.1rem;
}

header .mean-container .mean-nav,
header .main-nav ul.main-menu.nav.nav-bar li,
header ul.main-menu.nav.nav-bar li a {
  background-color: #4aa0d8;
}

header ul.main-menu.nav.nav-bar li.current-menu-item a:after {
  content: '';
  height: 3px;
  position: absolute;
  background-color: #f0f0f0;
  bottom: -4px;
  left: 5px;
  right: 5px;
}

header .mean-container .mean-nav {
  margin-top: 4.7rem;
}

.logo-mobile-container img {
  height: 4.9rem;
}

.bls-blog-meta {
  margin: 0.5rem 1rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  background-color: #f0f0f0;
}

.bls-blog-meta span {
  padding: 0 0.5rem;
  font-size: 1.1rem;
}

.bls-blog-meta span i {
  padding-right: .4rem;
  color: #333333;
}

.bls-blog-meta a {
  text-decoration: none;
}

.bls-blog-meta .comments-bubble {
  float: right;
  position: relative;
  top: 0.3rem;
}

.bls-blog-meta .comments-bubble i.has-comments {
  color: #6cbc37;
}

.single-post-wrapper .bls-blog-meta {
  margin-left: 0;
}

.page-content {
  position: relative;
}

.page-content a {
  text-decoration: underline;
}

.page-content input#s {
  position: relative;
  width: 100%;
  height: 5.6rem;
  border: none;
  border-radius: 5rem;
  outline: none;
  padding: 0 0 0 3rem;
  background: #4aa0d8;
  color: #f0f0f0;
}

.page-content input#searchsubmit {
  position: absolute;
  right: .4rem;
  background: #f0f0f0;
  color: #4aa0d8;
  border: none;
  outline: none;
  border-radius: 5rem;
  padding: 1.4rem 4rem;
  bottom: .4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.page-content label.screen-reader-text {
  display: none;
}

.bls-single-blog {
  background: #fff;
  padding: 0 1rem;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
}

.bls-single-blog h2 {
  padding: 1rem 1rem;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  text-shadow: #fff 1px 1px 1px;
}

.bls-single-blog h2 a:hover {
  opacity: 0.75;
}

.bls-blog-section p {
  padding: 0.5rem;
}

.bls-blog-section {
  padding-bottom: 2rem;
}

div.entry-content {
  clear: both;
  padding: 0 1rem 0.5rem 1rem;
}

div.entry-content p {
  margin: 0;
  padding: 1rem 0 0;
}

div.entry-content.content-first p.post__disclaimer-text {
  display: none;
}

div.entry-content a {
  color: #4aa0d8;
  text-decoration: underline;
}

div.entry-content a:hover {
  opacity: 0.75;
}

div.entry-content a.btn-secondary {
  color: #f0f0f0;
  text-decoration: none;
}

div.entry-content a.shariff-link {
  text-decoration: none;
}

.entry-content ul {
  margin: 0 0 1rem 1.5rem;
}

.entry-content ul li ul {
  margin: 0 0 0 1.5rem;
}

.entry-thumbnail {
  clear: both;
}

.entry-thumbnail figure {
  width: 100%;
}

.entry-thumbnail figure .img-responsive {
  margin: auto;
}

.buttons {
  padding: 1rem 0;
}

.buttons .btn {
  margin: 1rem 0;
}

.single-post-widget > div {
  margin-top: 2rem;
  background: #f0f0f0;
  padding: 2rem;
}

.single-post-widget > .widget {
  margin-bottom: 2rem;
}

.img-compact-view {
  padding: 1.85rem 0;
  z-index: 9000099;
  width: 15rem;
}

img {
  max-width: 100%;
}

.single-post-wrapper {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
  background: #fff;
  padding: 1rem 2rem 2rem;
}

.single-post-wrapper p {
  padding: 0.5rem 0;
}

.update-warning {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: solid 3px #4aa0d8;
}

.updatebutton {
  text-decoration: underline;
}

.bls-blog-side-bar {
  margin-left: 1rem;
}

.bls-blog-side-bar .widget {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
  background: #fff;
  padding: 0.1rem 1rem;
}

.bls-blog-side-bar h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0.5rem;
  margin-top: 1rem;
  text-align: center;
  border-bottom: 3px solid #4aa0d8;
  color: #333333;
}

#mc_embed_signup input {
  width: 100%;
}

.related-posts-container {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
  background-color: #fff;
  padding: 0 1rem;
}

.related-posts-container h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0.5rem;
  margin-top: 1rem;
  text-align: center;
  border-bottom: 3px solid #4aa0d8;
  color: #333333;
}

.related-posts-tile {
  height: 20rem;
  background-size: cover;
  cursor: pointer;
  background: no-repeat center;
  position: relative;
  margin: 2rem 0;
}

.related-posts-tile p {
  color: #f0f0f0;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 900;
  padding: .6rem;
  margin: .8rem;
  background: rgba(50, 50, 50, 0.6);
  height: 4rem;
  overflow: hidden;
}

.related-posts-link {
  color: #f0f0f0;
}

.related-posts-columns {
  margin-bottom: 1rem;
}

.slider-wrapper {
  padding: 1rem 0;
  background-color: transparent;
}

.slider_post {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
  padding: 0.2rem;
  background-color: #fff;
}

.slider-tile {
  height: 200px;
  background-position: center;
  background-size: cover;
  margin-right: 1rem;
  width: 23%;
  cursor: pointer;
  margin-left: 15px;
}

.slider-tile:last-child {
  margin: 0;
}

.slider-tile p {
  color: #f0f0f0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: .6rem;
  margin: .8rem;
  height: 4rem;
  overflow: hidden;
  background: transparent;
  font-size: .9em;
  line-height: 1.4em;
  font-weight: normal;
}

.slider-tile-link {
  color: #f0f0f0;
}

.breadcrumb {
  margin: 0;
  padding: .5rem;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb > li + li:before {
  content: "\00bb";
  font-size: 1.6rem;
  color: #333333;
}

.breadcrumb li {
  display: inline;
}

.btn {
  padding: 1rem 1.5rem;
  font-weight: 900;
}

.btn:hover {
  opacity: 0.7;
}

.btn-primary {
  background-color: #4aa0d8;
  border-color: #4aa0d8;
}

.btn-primary:hover {
  background-color: #4aa0d8;
  border-color: #4aa0d8;
}

.btn-secondary {
  background-color: #6cbc37;
  border-color: #6cbc37;
  color: #f0f0f0;
}

.btn-secondary:hover {
  color: #f0f0f0;
}

.bls-blog-section div.offer-btn-row {
  text-align: center;
  margin: .6rem 0;
  display: block !important;
}

.app-offer-btn {
  display: none;
}

a.read-more-btn {
  background: #6cbc37;
  color: #f0f0f0;
  display: inline-block;
}

a.read-more-btn:hover {
  text-decoration: none;
  background: #4aa0d8;
}

.bls-read-btn {
  margin-top: 2.5rem;
  float: right;
}

.bls-view-more-btn a {
  background: #3b5998;
  padding: 1.3rem 7rem;
  margin: 5rem 0 0;
  color: #f0f0f0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.bls-view-more-btn a:hover {
  text-decoration: none;
  background: #4aa0d8;
}

.bls-view-more-btn {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.form-submit input[type="submit"] {
  color: #f0f0f0;
  text-decoration: none;
  padding: .8rem 2rem;
  margin: .4rem 0 1.2em 0;
  display: inline-block;
  background: #6cbc37;
  -webkit-box-shadow: 0 0 0 #f0f0f0 inset;
  box-shadow: 0 0 0 #f0f0f0 inset;
  border: none;
  border-radius: .4rem;
}

.scroll-top-button {
  overflow: hidden;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #4aa0d8;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: .5rem;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.decent-comments {
  margin-left: -3rem;
}

.decent-comments ul {
  list-style: none;
}

.decent-comments span {
  line-height: 2rem;
}

.decent-comments .comment-author {
  font-weight: bold;
  margin-top: 0.5rem;
}

.decent-comments .comment-date {
  font-size: 0.9rem;
}

.decent-comments .comment-date::before {
  content: ' (';
}

.decent-comments .comment-date::after {
  content: ' )';
}

.decent-comments .comment-avatar {
  display: none;
}

.decent-comments .comment-link a {
  text-decoration: underline;
  display: block;
}

.decent-comments .comment-excerpt {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 1rem;
}

.dropdown-menu {
  margin: 0;
  background: #26629e;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

ul.dropdown-menu {
  border: none;
}

ul.dropdown-menu:before {
  content: '';
  height: .2rem;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #26629e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.mean-container ul.dropdown-menu:before {
  display: none;
}

.open ul.dropdown-menu:before {
  width: 100%;
}

ul.dropdown-menu li {
  width: 100%;
  border-bottom: 0.1rem solid rgba(238, 238, 238, 0.04);
}

.mean-nav ul.dropdown-menu li {
  border-bottom: none;
}

ul.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
}

.dropdown-menu > li > a {
  padding: 1.2em 1.6rem !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: white !important;
  text-decoration: none;
  color: #f0f0f0 !important;
}

.mean-nav .dropdown-menu > li > a:hover,
.mean-nav .dropdown-menu > li > a:focus {
  background: transparent !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #777777;
  border-style: solid;
  border-width: .5rem 0 .5rem .5rem;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -1rem;
  margin-top: .5rem;
  width: 0;
}

.dropdown-submenu > a:hover:after {
  border-color: transparent transparent transparent #f0c84c;
}

ul.dropdown-submenu-position {
  position: absolute;
  left: 22rem;
  top: 0;
}

.mean-nav ul#menu-header-menu li a:hover,
.mean-nav ul#menu-header-menu li a:active,
.mean-nav ul#menu-header-menu li a:focus {
  background-color: transparent;
  color: #f0f0f0;
}

.main-menu.nav.nav-bar,
.main-menu.nav.nav-bar li,
.menu-bar-icons,
.menu-bar-button {
  float: left;
}

ul.main-menu.nav.nav-bar li a {
  color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1.2rem 0;
  border-right: 2px solid #f0f0f0;
}

ul.main-menu.nav.nav-bar li:last-child a {
  border: none;
}

.mean-container a.meanmenu-reveal {
  font-size: 1.6rem;
  text-indent: 0;
}

.mean-container a:focus {
  border-color: #383838 !important;
  outline: none !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: rgba(255, 255, 255, 0.15);
  padding: 1.5rem 1.2em .9rem 1.2em !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.4);
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: .4rem 0;
  margin: 0;
  min-height: 4.2rem;
  z-index: 1000;
  top: 0;
}

.mean-container .dropdown-menu {
  position: relative;
  background-color: #0c1923;
}

.aqa-mean-menu {
  padding: 0;
}

.mean-container a.meanmenu-reveal {
  width: 2rem;
  height: 2rem;
  padding: 1rem 1rem 1rem 1rem;
  position: absolute;
  top: .2rem;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  text-indent: -9999em;
  line-height: 2.2rem;
  font-size: .1rem;
  display: block;
  font-family: "Segoe UI", Calibri, "Myriad Pro", Myriad, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background: transparent;
}

.mean-container .mean-nav ul li a {
  padding: 2rem 0 2rem 2rem !important;
  display: block;
  width: 100%;
  color: #f0f0f0 !important;
}

nav.mean-nav span.caret {
  display: none;
}

.mean-container .mean-nav ul li li a {
  width: 84%;
  padding: 1.5em 1.5rem 1.5em 1.5rem !important;
  margin: 0 0 0 4rem;
  text-shadow: none !important;
  visibility: visible;
}

.mean-nav ul.main-menu.nav.nav-bar li {
  border-bottom: .1rem solid;
  background-color: #0c1923;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #111;
  margin-top: 6.4rem;
  overflow: hidden;
  position: absolute;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #f0f0f0;
  height: .2rem;
  margin-top: .3rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 3s;
  transition: all 3s;
}

.mean-container a.meanmenu-reveal.meanclose span {
  margin-top: .8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mean-container a.meanmenu-reveal span:before {
  content: "";
  display: block;
  background: #f0f0f0;
  height: .2rem;
  margin-top: .3rem;
  position: relative;
  top: 1rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mean-container a.meanmenu-reveal span:after {
  content: "";
  display: block;
  background: #f0f0f0;
  height: .2rem;
  margin-top: .3rem;
}

.mean-container a.meanmenu-reveal.meanclose span:before {
  content: "";
  display: block;
  background: #f0f0f0;
  height: .2rem;
  margin-top: .3rem;
  position: relative;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mean-container a.meanmenu-reveal.meanclose span:after {
  content: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination {
  margin: 0;
}

.bls-pagination {
  text-align: center;
}

.bls-pagination span,
.bls-pagination a {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 5px;
}

.bls-pagination a {
  background-color: #f0f0f0;
  color: #4aa0d8;
  margin: 0.5rem;
}

.bls-pagination a:hover {
  background-color: #4aa0d8;
  color: #f0f0f0;
  text-decoration: none;
}

.bls-pagination a:focus {
  text-decoration: none;
}

.bls-pagination span.page-num {
  margin-right: 1.8rem;
  padding: 0;
}

.bls-pagination span.dots {
  background-color: #f0f0f0;
  color: #333333;
}

.bls-pagination span.current {
  color: #f0f0f0;
  background-color: #4aa0d8;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

input#field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: none;
  background: #fff url(../images/searchicon.png) no-repeat 0.5rem 0.5rem;
  padding: .5rem 2rem .5rem 4rem;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  margin-top: 1.5rem;
  width: 100%;
}

input#field:focus {
  outline: none;
}

.bls-blog-section .widget_search input[type=text]:focus {
  width: 100%;
  outline: none;
  border: 0.1rem solid #cccccc;
}

.bls-blog-section .widget_search input[type="submit"] {
  display: none;
}

.bls-pag {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 3.5rem;
  padding: 1rem;
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .logo-mobile-container {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .bls-menu {
    margin: 0;
  }

  #logo-container {
    display: none;
    visibility: hidden;
  }

  .mean-container .mean-bar {
    z-index: 1;
  }

  .logo-container img {
    z-index: 2;
  }

  .logo-mobile-container {
    margin-left: 4rem;
    z-index: 2;
    padding: 0;
  }

  .container {
    width: 100%;
  }

  .aqa-logo .aqa-logo-txt {
    text-align: left;
    width: 50%;
    display: inline-block;
  }

  .app-icons {
    display: none;
    visibility: hidden;
  }

  #dealgott-logo {
    height: 4rem;
    position: absolute;
    left: 6rem;
    top: 0;
  }

  .mean-container {
    background: transparent !important;
  }

  .search-box {
    position: absolute;
    width: 50vw;
    right: 0;
    padding-top: 0;
    margin-top: 0;
    top: 0;
    z-index: 2;
  }

  .search-box input#field {
    margin-top: .3rem;
    margin-bottom: .5rem;
  }

  .bls-logo {
    display: none;
    visibility: hidden;
  }

  .bls-logo-menu-bar {
    height: 6rem;
    background: #4aa0d8;
  }

  .bls-logo-menu-bar ul.main-menu.nav.nav-bar li a {
    font-size: calc(90% + .5vw);
  }

  .container {
    width: 100%;
  }

  #dealgott-logo {
    height: 8rem;
  }

  ul.main-menu.nav.nav-bar li a {
    font-size: calc(90% + .5vw);
  }

  #dealgott-logo {
    position: absolute;
    height: 6rem;
  }

  ul.main-menu.nav.nav-bar li a {
    font-size: calc(90% + .5vw);
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  input[type="search"] {
    -webkit-appearance: textfield;
  }

  .search-box {
    width: auto;
    position: absolute;
    right: 0;
  }

  .search-box input#field {
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    background-color: transparent;
    background-image: url(data:image/png;base64,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);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    padding: 0 0 0 4rem;
    border: none;
    cursor: pointer;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    height: 4.2rem;
  }

  .search-box input#field:focus {
    background-color: #fff;
    cursor: text;
    outline: 0;
    width: 65vw;
    z-index: 2;
  }
}

@media only screen and (max-width: 991px) {
  .slider-wrapper {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .blog-written .blog-img-author {
    text-align: center;
  }

  div.entry-content a img {
    float: none;
    display: block;
    margin: auto;
  }

  .related-posts-tile p {
    left: 0;
    right: 0;
    margin: 2rem auto;
    width: 95%;
  }
}

@media (max-width: 768px) {
  .comment-form .comment-form-cookies-consent label {
    float: none;
  }
}

.wp-block-latest-comments__comment-excerpt > p {
  word-break: break-all;
}
