@charset "UTF-8";
/*
Theme Name:   OVB Aboshop
 Theme URI:
 Description:  OVB Aboshop
 Author:       Michael Haak
 Author URI:
 Template:     strix
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ovb-abo-shop
 Tags:
 */
@font-face {
  font-family: "ovb-icons";
  src: url("/wp-content/themes/ovb_abo_shop/icons/ovb-icons.ttf");
}
@font-face {
  font-family: "ovb-icons";
  src: url("/wp-content/themes/ovb_abo_shop/icons/ovb-icons.eot?39721244");
  src: url("/wp-content/themes/ovb_abo_shop/icons/ovb-icons.eot?39721244#iefix") format("embedded-opentype"), url("/wp-content/themes/ovb_abo_shop/icons/ovb-icons.woff?39721244") format("woff"), url("/wp-content/themes/ovb_abo_shop/icons/ovb-icons.ttf?39721244") format("truetype"), url("/wp-content/themes/ovb_abo_shop/icons/ovb-icons.svg?39721244#ovb-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-image: url("../ovb_abo_shop/images/background_main.png");
  background-repeat: repeat-x;
}
body > #container {
  margin-top: 160px;
}
@media (max-width: 576px) {
  body > #container {
    margin-top: 80px;
  }
}

body, .paragraph, p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: normal !important;
  font-size: 13px;
  color: #575756;
  font-weight: 400;
}

hr {
  border-top: 1px solid #9da9af;
}

h1,
h2,
h2.heading2,
h3 {
  text-transform: uppercase;
  font-weight: normal;
  color: #5b6f79;
  text-align: center;
}

h1,
h1.elementor-heading-title {
  font-size: 26px !important;
  color: #0168b3 !important;
  font-weight: normal !important;
  text-align: left;
  letter-spacing: 0.6px;
  line-height: 1.2em;
}

h2,
h2.heading2,
h2.elementor-heading-title {
  color: #5b6f79;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: normal;
  letter-spacing: 1px;
}

h3,
h3.heading2,
h3.elementor-heading-title {
  color: #0168b3;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 10px 0 !important;
}

header {
  z-index: 1;
}
header a {
  color: #575756;
}
header .top-line {
  padding: 15px 0 10px;
  background: #ffffff;
}
header .top-line a.open-search {
  display: none;
}
header .top-line .form-search {
  position: relative;
  display: block;
  width: 100%;
  float: right;
}
header .top-line .form-search input[type=search] {
  line-height: 20px;
  padding: 4px;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  border-bottom: 1px solid #9da9af;
  border-radius: 0;
}
header .top-line .form-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  background: none;
  border: none;
  padding: 0;
}
header .top-line .form-search button img {
  width: 20px;
}
header .top-line .form-search button i {
  color: #9da9af;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}
header .top-line .form-search input[type=search]:focus {
  background: #fff;
  border: none;
  color: #9da9af;
}
header .navbar {
  background: #ffffff;
}
header .navbar .menu-service-menue-header-container ul {
  float: right;
  display: inline-block;
  list-style: none;
}
header .navbar .menu-service-menue-header-container ul li {
  display: inline-block;
  float: left;
  padding: 5px 0;
}
header .navbar .menu-service-menue-header-container ul li a {
  color: #575756;
  padding: 0 5px 0 25px;
  font-size: 13px;
}
header .navbar .navbar-collapse {
  max-height: 75%;
}
header .navbar-brand {
  padding: 0;
  margin-left: 0 !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
header .navbar-nav {
  margin: 0;
}
@media (max-width: 576px) {
  header .navbar-header {
    padding: 0 10px;
  }
}
header .navbar-default {
  border: none;
}
header .navbar-right {
  margin-right: auto;
}
header.active .top-line {
  display: none;
  -webkit-transition: display 0.2s;
  transition: display 0.2s;
}
header.active nav {
  box-shadow: 0 0 10px rgba(87, 87, 86, 0.2);
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.page-header {
  margin: 20px 0 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
section.banner-page-section {
  background-size: cover;
  margin-bottom: 25px;
  margin-top: 0;
  background-position: center center;
}

.page-depth-section {
  background: #ffffff;
  text-align: left;
}

label {
  font-weight: normal;
  margin-bottom: 0;
}

input,
select,
button,
.btn {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  padding: 7px 50px;
  border-radius: 22px;
  letter-spacing: 0.05em;
  font-size: 12px;
  margin: 5px 0;
}
@media (max-width: 1200px) {
  input,
select,
button,
.btn {
    padding: 7px 20px;
  }
}
input img,
select img,
button img,
.btn img {
  max-height: 30px;
  padding-right: 10px;
}

input,
select {
  background-color: #f5f8f8;
  margin-bottom: 10px;
  color: #000;
  border: 1px solid #e0e8ea;
  padding: 10px 15px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.row input,
.row select {
  width: 100%;
}

.btn-default {
  background: #788991;
  color: #ffffff;
}
.btn-default:hover {
  color: #ffffff;
  background: #606f76;
}

.btn-light {
  background-color: transparent;
  color: #575756;
  border: 1px solid #9da9af;
}
.btn-light:hover {
  background-color: #9da9af;
  color: white;
}

.btn-primary {
  background-color: #0168b3;
}
.btn-primary:hover {
  background: #0185e6;
}
.btn-primary:focus, .btn-primary:active {
  background: #014b80 !important;
}

button,
.btn {
  text-transform: uppercase !important;
}

.btn-order {
  padding: 17px 35px;
}

.btn-full {
  width: 100%;
}

.btn-circle {
  width: 38px;
  height: 38px;
  line-height: 15px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 50%;
  padding: 10px 8px;
  color: #9da9af;
  vertical-align: middle;
  cursor: default !important;
  pointer-events: none;
  text-align: center;
}

.btn-success {
  color: white;
  background-color: #79bb53;
}
.btn-success:focus, .btn-success:hover {
  background: #95c978;
}

.btn.active {
  box-shadow: none;
  background-color: #8ed1ee;
}

.blog-section.standart.nosidebar .blog-box {
  max-width: 100%;
}

.blog-section.standart .blog-box .blog-post > h2.heading2,
.blog-section.grid-style .blog-box .blog-post > h2.heading2,
.blog-section.masonry-style .blog-box .blog-post > h2.heading2 {
  border-bottom: 1px solid #000;
}

.blog-section.standart .blog-box .blog-post > h2.heading2:after,
.blog-section.grid-style .blog-box .blog-post > h2.heading2:after,
.blog-section.masonry-style .blog-box .blog-post > h2.heading2:after {
  height: 0;
  width: 0;
}

.blog-section.standart .blog-box .blog-post, .blog-section.grid-style .blog-box .blog-post, .blog-section.masonry-style .blog-box .blog-post {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .blog-section {
    padding: 20px 0 40px;
  }
}
.margin-top-25 {
  margin-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.banner-page-section.sinlge-post-banner {
  overflow: hidden;
}

.banner-page-section {
  padding: 175px 0;
}

@media (max-width: 576px) {
  .banner-page-section {
    padding: 100px 0;
  }
}
.navbar-brand {
  padding: 10px 5px;
}

.navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  margin-top: -25px;
}
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 80%;
    margin-top: 0;
    max-width: 75%;
  }
}

header.active .navbar-brand img {
  max-height: 80%;
  margin-top: 0;
}

.navbar-toggle {
  margin-right: 0;
  position: absolute;
  right: 15px;
  border: none;
}
.navbar-toggle span {
  background-color: #0168b3 !important;
}

ul.nav > li.menu-item a {
  color: #0168b3;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
ul.nav > li.menu-item a:hover {
  color: #575756;
  background: #e6f7ff;
}
ul.nav > li.menu-item.active a {
  color: #575756;
  background: none;
}
ul.nav > li.menu-item.active a:hover {
  color: #575756;
  background: #e6f7ff;
}
@media (max-width: 576px) {
  ul.nav > li.menu-item {
    text-align: left;
    border-bottom: 1px solid #eff3f4;
  }
  ul.nav > li.menu-item:last-of-type {
    border-bottom: none;
  }
  ul.nav > li.menu-item a:after {
    display: none;
  }
  ul.nav > li.menu-item > div {
    display: none;
  }
  ul.nav > li.menu-item > ul {
    display: inline-block;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 5px 15px;
  }
  ul.nav > li.menu-item > ul li a {
    display: block;
    text-transform: none;
    padding: 5px 0;
    color: #575756;
    font-weight: normal;
  }
}

.grid-style .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  justify-content: space-between;
}
.grid-style .row > div {
  flex-grow: 0;
  width: 30%;
  padding: 10px;
}
.grid-style .row > div:hover {
  background: #F0F0F0;
}
.grid-style .row .blog-post {
  margin: 0;
}
.grid-style .row .blog-post > a {
  width: 100%;
}
.grid-style .row .post-gallery {
  min-height: 200px;
  max-height: 200px;
  background: #f7f7f7;
  overflow: hidden;
}
.grid-style .row .post-gallery img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

footer {
  padding: 20px 0 20px;
  background: #eff3f4;
  margin-top: 25px;
  color: #5b6f79;
}
footer p {
  color: #5b6f79;
  font-size: 13px;
}
footer a {
  color: #5b6f79;
}
footer .up-footer .footer-widget {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  footer .up-footer .footer-widget {
    margin-bottom: 0;
  }
  footer .up-footer .footer-widget:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 18px;
  }
  footer .up-footer .footer-widget.active:after {
    content: "";
  }
}
@media (max-width: 576px) {
  footer .up-footer .footer-widget > div {
    display: none;
    padding-bottom: 20px;
  }
}
footer .up-footer .footer-widget img {
  padding-right: 10px;
}
footer .up-footer .footer-widget > h2 {
  font-size: 14px;
  color: #5b6f79;
  border-bottom: 1px solid #9da9af;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1;
}
@media (max-width: 576px) {
  footer .up-footer .footer-widget > h2 {
    margin-top: 0 !important;
  }
}
footer .up-footer .footer-widget ul {
  padding: 0 0;
  list-style: none;
}
footer .up-footer .footer-widget ul li {
  display: block;
}
footer .up-footer .footer-widget ul li a {
  display: block;
  padding: 5px 0;
}
footer .up-footer .footer-widget.copyright {
  margin-bottom: 0;
}
footer .up-footer .footer-widget.copyright:after {
  content: none;
}
footer .up-footer .footer-widget.copyright > div {
  display: block !important;
}
footer .up-footer .footer-widget.copyright:first-of-type {
  margin-top: 50px;
}
@media (max-width: 576px) {
  footer .up-footer .footer-widget.copyright:first-of-type {
    margin-top: 20px;
  }
}
footer .up-footer .footer-widget.copyright p {
  font-size: 11px !important;
}
footer .up-footer .footer-widget.copyright ul {
  display: inline-block;
}
footer .up-footer .footer-widget.copyright ul li {
  display: inline-block;
}
footer .up-footer .footer-widget.copyright ul li:after {
  content: "•";
  color: #5b6f79;
}
footer .up-footer .footer-widget.copyright ul li:last-child:after {
  content: "";
}
footer .up-footer .footer-widget.copyright ul li a {
  display: initial;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
}
footer .menu {
  display: block !important;
}

a.go-top {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: 80px;
  right: 15px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #b3c1c9;
  border: 2px solid #b3c1c9;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  font-size: 30px;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 888;
}

a.go-top:hover {
  background-color: #b3c1c9;
  color: #ffffff;
}

a.go-top.active {
  opacity: 1;
  visibility: visible;
}

.spb_content_element {
  width: auto !important;
}

.rev_slider_wrapper {
  margin-bottom: 50px !important;
}
.rev_slider_wrapper .rev_slider {
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.rev_slider_wrapper .rev_slider .tp-caption {
  text-transform: uppercase;
  font-size: 15px !important;
}
.rev_slider_wrapper .tparrows.uranus:before, .rev_slider_wrapper .tparrows.uranus:after {
  color: #9da9af;
  background: white;
  border-radius: 50%;
  font-size: 30px !important;
  font-weight: 100;
}
.rev_slider_wrapper .tparrows.hesperiden {
  background: #0168b3;
  width: 30px;
  height: 30px;
}
.rev_slider_wrapper .tparrows.hesperiden.tp-leftarrow:before {
  content: "" !important;
}
.rev_slider_wrapper .tparrows.hesperiden.tp-rightarrow:before {
  content: "" !important;
}
.rev_slider_wrapper .tparrows.hesperiden:before {
  font-weight: 100;
  font-size: 14px;
  line-height: 30px;
}
.rev_slider_wrapper .tp-bullets {
  top: initial !important;
  bottom: -35px !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
}
.rev_slider_wrapper .tp-bullets .tp-bullet {
  width: 6px;
  height: 6px;
  border: 1px solid #9da9af !important;
  background-color: transparent !important;
  margin: 0 6px;
  display: inline-block;
  position: relative;
  left: initial !important;
  top: initial !important;
}
.rev_slider_wrapper .tp-bullets .tp-bullet.selected {
  background-color: #9da9af !important;
}
.rev_slider_wrapper .tp-bullets .tp-bullet span {
  display: none;
}

.megadrop > a {
  position: relative;
  padding-left: 35px !important;
}
@media (max-width: 576px) {
  .megadrop > a {
    padding: 10px 15px !important;
  }
}
.megadrop > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%) !important;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2019/02/arrow_down.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.megadrop > a:hover:after {
  background: url(/wp-content/uploads/2019/02/arrow_down_hover.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.megadrop ul {
  list-style: none;
}
.megadrop .inner-megadropdown {
  display: none;
  position: absolute;
  right: 0;
  background: #e6f7ff;
  padding: 20px;
  min-width: 620px;
}
@media (max-width: 576px) {
  .megadrop .inner-megadropdown {
    display: none !important;
  }
}
.megadrop .inner-megadropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megadrop .inner-megadropdown ul li a {
  display: block;
  text-transform: none;
  padding: 5px 0;
  color: #575756;
  width: 100%;
  font-weight: normal;
}
.megadrop:hover {
  background: #e6f7ff;
  color: #575756;
}
@media (max-width: 576px) {
  .megadrop:hover {
    background: none;
  }
}
.megadrop:hover .inner-megadropdown {
  display: block;
}

.abo_table {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding: 0 0 50px 0;
}
.abo_table .abo_mobile_nav {
  display: none;
  position: absolute;
  z-index: 50;
}
@media (max-width: 1200px) {
  .abo_table .abo_mobile_nav {
    display: block;
  }
}
.abo_table .abo_mobile_nav i {
  font-family: "FontAwesome";
  font-size: 35px;
  font-style: normal;
}
.abo_table .abo_mobile_nav.prev {
  left: 2px;
}
.abo_table .abo_mobile_nav.next {
  right: 2px;
}
@media (max-width: 1200px) {
  .abo_table {
    align-content: center;
    align-items: center;
    justify-content: space-around;
    margin-top: 35px;
  }
}
.abo_table .abo_table_item {
  position: relative;
  text-align: center;
  width: 200px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .abo_table .abo_table_item {
    width: 80%;
  }
}
.abo_table .abo_table_item .abo_table_row {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  position: relative;
}
.abo_table .abo_table_item .abo_table_row .abo_feature_name {
  display: none;
  color: #9da9af;
}
.abo_table .abo_table_item .abo_table_row .abo_feature_name.active {
  color: #575756;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .abo_table .abo_table_item .abo_table_row .abo_feature_name {
    display: inline;
  }
}
.abo_table .abo_table_item .abo_table_row.abo_table_price {
  font-weight: 400;
  font-size: 18px;
}
.abo_table .abo_table_item .abo_table_row:nth-child(even) {
  background: #e8ecef;
}
.abo_table .abo_table_item:first-of-type {
  min-width: 300px;
  width: 100%;
  text-align: left;
  z-index: 8;
  flex-shrink: 1;
}
.abo_table .abo_table_item:first-of-type .abo_table_row {
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.abo_table .abo_table_item:first-of-type .abo_table_row small {
  font-size: 10px;
  font-weight: normal;
}
.abo_table .abo_table_item:first-of-type .abo_table_row span {
  margin-left: 5px;
}
.abo_table .abo_table_item:first-of-type .abo_table_row .abo_table_info {
  position: absolute;
  width: 350px;
  min-width: auto;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  margin-left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
  font-weight: normal;
  line-height: normal;
}
.abo_table .abo_table_item:first-of-type .abo_table_row:hover .abo_table_info {
  display: inline-block;
}
.abo_table .abo_table_item .abo_table_header {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.abo_table .abo_table_item .abo_table_header p {
  font-size: 12px;
  color: #5b6f79;
  padding-top: 8px;
}
.abo_table .abo_table_item .abo_table_header > div, .abo_table .abo_table_item .abo_table_header h2 {
  padding: 0 10px;
  margin: 0;
}
.abo_table .abo_table_item .abo_table_header h2 {
  text-transform: uppercase;
  font-size: 15px;
}
.abo_table .abo_table_item .abo_table_header .abo_table_description {
  width: 100%;
  height: 210px;
  display: table;
  max-width: 380px;
}
.abo_table .abo_table_item .abo_table_header .abo_table_description h1 {
  font-size: 26px;
  color: #0168b3;
  font-weight: normal;
  text-align: left;
}
.abo_table .abo_table_item .abo_table_header .abo_table_description > div {
  display: table-cell;
  vertical-align: middle;
}
.abo_table .abo_table_item .abo_table_header .abo_table_image {
  width: 100%;
  height: 100px;
  padding-top: 25px;
}
.abo_table .abo_table_item .abo_table_header .abo_table_image img {
  display: inline-block;
  width: auto;
  max-height: 65px;
}
@media (min-width: 1200px) {
  .abo_table .abo_table_item .abo_table_header .abo_table_image img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.abo_table .abo_table_item .abo_table_selection {
  background: white;
  line-height: 50px;
  padding: 0 10px 10px;
}
.abo_table .abo_table_item .abo_table_selection .btn {
  width: 100%;
  margin: 0;
}
.abo_table .abo_table_item .abo_table_selection .btn.btn-primary {
  display: none;
}
@media (max-width: 1200px) {
  .abo_table .abo_table_item.abo_table_abo {
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .abo_table .abo_table_item.abo_table_abo .abo_table_selection {
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .abo_table .abo_table_item.abo_table_abo .abo_table_selection .btn-light {
    display: none;
  }
  .abo_table .abo_table_item.abo_table_abo .abo_table_selection .btn-primary {
    display: block;
    margin: 25px 0 0 0;
  }
}
.abo_table .abo_table_item .glyphicon {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .abo_table .abo_table_item:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .abo_table .abo_table_item.abo_table_abo:hover, .abo_table .abo_table_item.abo_table_abo.active {
    z-index: 8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    color: #0168b3;
  }
  .abo_table .abo_table_item.abo_table_abo:hover .abo_table_header h2, .abo_table .abo_table_item.abo_table_abo:hover .abo_table_header p, .abo_table .abo_table_item.abo_table_abo.active .abo_table_header h2, .abo_table .abo_table_item.abo_table_abo.active .abo_table_header p {
    color: #0168b3;
  }
  .abo_table .abo_table_item.abo_table_abo:hover .abo_table_header .abo_table_image img, .abo_table .abo_table_item.abo_table_abo.active .abo_table_header .abo_table_image img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=0);
  }
  .abo_table .abo_table_item.abo_table_abo:hover .abo_table_row:nth-child(even), .abo_table .abo_table_item.abo_table_abo.active .abo_table_row:nth-child(even) {
    background: #e6f7ff;
  }
  .abo_table .abo_table_item.abo_table_abo:hover .abo_table_selection, .abo_table .abo_table_item.abo_table_abo.active .abo_table_selection {
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .abo_table .abo_table_item.abo_table_abo:hover .abo_table_selection .btn.btn-primary, .abo_table .abo_table_item.abo_table_abo.active .abo_table_selection .btn.btn-primary {
    display: inline-block;
  }
  .abo_table .abo_table_item.abo_table_abo:hover .abo_table_selection .btn.btn-light, .abo_table .abo_table_item.abo_table_abo.active .abo_table_selection .btn.btn-light {
    display: none;
  }
  .abo_table .abo_table_item.abo_table_abo.active {
    z-index: 7;
  }
}
.abo_table .abo_table_item .btn {
  padding: 7px 0;
}

@media (max-width: 1200px) {
  .abo_table_header {
    text-align: center !important;
  }
  .abo_table_header h1 {
    text-align: center !important;
  }
}
.service_popup {
  position: fixed;
  right: 0;
  bottom: 20%;
  background: #0168b3;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  transform: translateX(50%);
  transition: transform 250ms ease-in-out;
}
.service_popup > div {
  padding: 15px 20px 5px;
  text-align: center;
  display: inline-block;
}
.service_popup > div p,
.service_popup > div span,
.service_popup > div a {
  color: #ffffff;
  font-size: 12px;
}
.service_popup > div img {
  margin: 0 0 10px;
}
.service_popup .content {
	vertical-align: text-bottom;
}
.service_popup:hover {
  background: #0185e6;
  transform: translateX(0);
}
.as_order_content {
  background-color: white;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 20px;
  min-height: 550px;
  background: #ffffff;
}
.as_order_content .as_order_content_switch {
  position: absolute;
  right: 50px;
  top: 25px;
}
.as_order_content h1 {
  border-bottom: none;
  padding: 0;
  margin: 15px 0 25px;
}
@media (max-width: 576px) {
  .as_order_content {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .as_order_content:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: -10px;
    right: 50%;
    transform: translate(50%, 0) !important;
    font-size: 30px;
    background: white;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #8ed1ee;
    margin: 0;
    border-radius: 100%;
  }
  .as_order_content.as_collapse {
    padding: 0 20px 0 20px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    min-height: 0;
    box-shadow: 0 0 10px rgba(87, 87, 86, 0.2);
  }
  .as_order_content.as_collapse .margin-top-25 {
    margin-top: 0;
  }
  .as_order_content.as_collapse h1 {
    border-bottom: none;
    padding: 0;
    margin: 20px 35px;
    font-size: 18px !important;
  }
  .as_order_content.as_collapse h1:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) !important;
    left: 15px;
    font-size: 25px;
  }
  .as_order_content.as_collapse p,
.as_order_content.as_collapse strong,
.as_order_content.as_collapse .hide_collapsed,
.as_order_content.as_collapse small {
    display: none;
  }
  .as_order_content.as_collapse h3 {
    border: none;
    padding: 0;
  }
  .as_order_content.as_collapse .as_order_content_switch {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%) !important;
    padding: 5px 10px;
  }
  .as_order_content.as_collapse .as_order_content_switch img {
    max-height: 40px;
  }
  .as_order_content.as_collapse.active {
    padding-bottom: 25px;
  }
  .as_order_content.as_collapse.active:after {
    content: "";
  }
  .as_order_content.as_collapse.active h1:after {
    content: "";
  }
  .as_order_content.as_collapse.active p,
.as_order_content.as_collapse.active .hide_collapsed,
.as_order_content.as_collapse.active .as_order_content_bottom {
    display: block;
  }
  .as_order_content.as_collapse.active .as_order_content_bottom {
    border-radius: 0;
    height: 80px;
    position: relative;
  }
  .as_order_content.as_collapse.active .as_order_content_bottom:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: -15px;
    right: 50%;
    transform: translate(50%, 0) !important;
    font-size: 30px;
    background: #e6f7ff;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #9da9af;
    margin: 0;
    border-radius: 100%;
  }
  .as_order_content.as_collapse.active .as_order_content_bottom.active {
    height: initial;
  }
  .as_order_content.as_collapse.active .as_order_content_bottom.active:after {
    content: "";
  }
  .as_order_content.as_collapse.active strong, .as_order_content.as_collapse.active small {
    display: inline-block;
  }
  .as_order_content.as_collapse.active .as_order_content_switch {
    display: none;
  }
}
.as_order_content .abo {
  font-size: 20px;
  text-transform: uppercase;
  color: #575756;
}
.as_order_content .price {
  font-size: 24px;
}
.as_order_content .as_order_content_bottom {
  border-top: 1px solid #9da9af;
  background-color: #e6f7ff;
  padding: 20px;
  margin: 20px -20px -20px -20px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.as_order_content .as_order_content_bottom li {
  list-style-image: url("/wp-content/themes/ovb_abo_shop/images/bullet_point.png");
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .as_order_content .as_order_content_bottom {
    display: none;
  }
}

.panel-group .panel {
  border: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  position: relative;
  color: #ffffff;
  background: #788991;
  border: none;
  cursor: pointer;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-group .panel .panel-heading:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 25%;
  right: 25px;
  font-size: 18px;
}
.panel-group .panel .panel-heading:hover {
  background: #86959c;
}
.panel-group .panel .panel-heading.collapsed {
  color: #5b6f79;
  background: #eff3f4;
}
.panel-group .panel .panel-heading.collapsed:after {
  content: "";
}
.panel-group .panel .panel-heading.collapsed:hover {
  background: #e0e8ea;
}
.panel-group .panel .panel-body {
  border-top: none !important;
}

.showcase div.case {
  display: none;
}

.as_showcase_dot {
  position: absolute;
  color: #0168b3;
  font-size: 22px;
}
@media (max-width: 576px) {
  .as_showcase_dot {
    display: none;
  }
}
.as_showcase_dot span {
  position: absolute;
  cursor: pointer;
  padding: 3px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 26px;
  height: 26px;
  background-image: url("/wp-content/themes/ovb_abo_shop/images/plus_pulsierend.png");
}
.as_showcase_dot span:hover {
  background-image: url("/wp-content/themes/ovb_abo_shop/images/plus_mouseover.png");
}
.as_showcase_dot span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid white;
  padding: 3px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes example {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.as_showcase_dot div {
  position: absolute;
  left: 35px;
  width: 350px;
  min-width: auto;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  margin-left: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  z-index: 6;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
}
.as_showcase_dot:hover div {
  display: block;
}

.as-progress .btn-success {
  color: #ffffff;
  background-color: #79bb53;
}
.as-progress .btn-success.active {
  background-color: #8ed1ee;
}
.as-progress .glyphicon-ok {
  font-size: 80%;
}
.as-progress hr {
  margin-top: 20px;
  height: 16px;
  padding: 0;
}

.slick-arrow {
  background: #0168b3;
  border-radius: 50%;
  width: auto;
  height: auto;
  padding: 5px 10px;
  opacity: 1;
}
.slick-arrow:hover {
  background: #0168b3;
  opacity: 1;
}
.slick-arrow:focus {
  background: #0168b3;
  opacity: 1;
}

.slick-prev {
  left: 20px;
}
.slick-prev:before {
  font-size: 20px !important;
  font-weight: 100;
  color: #0168b3 !important;
  opacity: 1;
}

.slick-next {
  right: 20px;
}
.slick-next:before {
  font-size: 20px !important;
  font-weight: 100;
  color: #0168b3 !important;
  opacity: 1;
}

@media (max-width: 576px) {
  .elementor-heading-title,
.elementor-element,
.elementor-widget-image {
    text-align: center !important;
  }
}
.glyphicon.glyphicon-ok {
  font-family: "ovb-icons";
  font-style: normal;
  font-weight: normal;
}
.glyphicon.glyphicon-ok:before {
  content: "";
}
.glyphicon.glyphicon-info-sign {
  font-family: "ovb-icons";
  font-style: normal;
  font-weight: normal;
}
.glyphicon.glyphicon-info-sign:before {
  content: "";
}

@media (max-width: 1200px) {
  section.banner-page-section {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-collapse.collapse.in:after {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    content: " ";
  }
}
@media (min-width: 1400px) {
  .abo_table_container {
    max-width: 1400px;
    width: 1400px;
  }
}
/* Aboinformationen im Bestellprozess auf einem Handy */
@media (max-width: 576px) {
  .as_order_content {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #e7f7ff;
    border-radius: 10px 10px 0 0;
  }

  .as_order_content:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: -14px;
    right: 50%;
    transform: translate(50%, 0) !important;
    font-size: 22px;
    padding-top: 2px;
    background: #e7f7ff;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #0069b4;
    margin: 0;
    border-radius: 100%;
  }

  .as_order_content.as_collapse {
    padding: 0 20px 0 20px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    min-height: 0;
    box-shadow: 0 0 10px rgba(87, 87, 86, 0.2);
  }

  .as_order_content.as_collapse .margin-top-25 {
    margin-top: 0;
  }

  .as_order_content.as_collapse h1 {
    border-bottom: none;
    padding: 0;
    margin: 20px 35px;
    font-size: 18px !important;
  }

  .as_order_content.as_collapse h1:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) !important;
    left: 15px;
    font-size: 25px;
  }

  .as_order_content.as_collapse p,
.as_order_content.as_collapse strong,
.as_order_content.as_collapse .hide_collapsed,
.as_order_content.as_collapse small {
    display: none;
  }

  .as_order_content.as_collapse h3 {
    border: none;
    padding: 0;
  }

  .as_order_content.as_collapse .as_order_content_switch {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%) !important;
    padding: 5px 10px;
  }

  .as_order_content.as_collapse .as_order_content_switch img {
    max-height: 40px;
  }

  .as_order_content.as_collapse.active {
    padding-bottom: 25px;
  }

  .as_order_content.as_collapse.active:after {
    content: "";
  }

  .as_order_content.as_collapse.active h1:after {
    content: "";
  }

  .as_order_content.as_collapse.active p,
.as_order_content.as_collapse.active .hide_collapsed,
.as_order_content.as_collapse.active .as_order_content_bottom {
    display: block;
  }

  .as_order_content.as_collapse.active .as_order_content_bottom {
    border-radius: 0;
  }

  .as_order_content.as_collapse.active strong,
.as_order_content.as_collapse.active small {
    display: inline-block;
  }

  .as_order_content.as_collapse.active .as_order_content_switch {
    display: none;
  }

  .as_order_content ul, li {
    text-align: left;
  }

  .as_order_content ul {
    padding-left: 25px;
  }

  .as_order_content_switch {
    display: none;
  }

  .as_order_content .price {
    color: #0069b4;
  }

  .as_order_content .abo.hide_collapsed {
    letter-spacing: 0.03em;
  }

  .as_order_content_bottom {
    border-color: rgba(157, 169, 175, 0.6) !important;
    margin-top: 10px !important;
    margin-bottom: -40px !important;
    padding-top: 10px !important;
  }

  .as_order_content.active {
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
}
/* Button-Gestaltung */
.btn-default {
  background: #788991;
  color: #ffffff;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.btn-default:hover {
  color: #ffffff;
  background: #606f76;
}

.btn-light {
  background-color: transparent;
  color: #6d8089;
  border: 1px solid #a1b3bc;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.btn-light:hover {
  background-color: #a1b3bc;
  color: white;
}

.btn-primary {
  background-color: #0168b3;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.btn-primary:hover {
  background: #0185e6;
}

.btn-info {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

/* Einzug im Burger-Menü auf Handy */
ul.nav > li.menu-item > ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 5px 15px 0 35px;
}

/* Gestaltung Go-Top-Pfeil */
a.go-top {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: 80px;
  right: 15px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #b3c1c9;
  border: 1px solid #b3c1c9;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  font-size: 30px;
  font-weight: 100;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 888;
}

/* Gestaltung Auflistung der Aboinformationen */
.as_order_content .as_order_content_bottom li {
  list-style: none;
  background: url(/wp-content/themes/ovb_abo_shop/images/bullet_point.png) no-repeat top left;
  padding: 0px 50px 0px 30px;
  margin: 10px 0px 0 -30px;
}

/* Gestaltung der Pulsare im Header-Bild der Startseite */
.showcase div.case {
  display: none;
}

.as_showcase_dot {
  position: absolute;
  color: #0168b3;
  font-size: 0px;
}

@media (max-width: 576px) {
  .as_showcase_dot {
    display: none;
  }
}
.as_showcase_dot span {
  position: absolute;
  cursor: pointer;
  padding: 2px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 26px;
  height: 26px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background-image: url("/wp-content/themes/ovb_abo_shop/images/plus_pulsierend.png");
  -webkit-transition: all 0.2s ease-in;
}

.as_showcase_dot span:hover {
  background-image: url("/wp-content/themes/ovb_abo_shop/images/plus_mouseover.png");
}

.as_showcase_dot span:hover:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25%;
  left: 45px;
  margin-left: 0;
  background: #ffffff;
  opacity: 0.95;
  z-index: 10;
}

.as_showcase_dot span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid white;
  padding: 2px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation-name: example;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.as_showcase_dot div {
  position: absolute;
  left: 40px;
  width: 250px;
  min-width: auto;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 6;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  padding: 15px 15px 10px 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 15px;
}

.as_showcase_dot:hover div {
  display: block;
}

.as_showcase_dot h4 {
  color: #0168b3;
  text-align: center;
  text-transform: uppercase;
  line-height: 12px;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.as_showcase_dot p {
  text-align: center;
}

/* Reduzierung des Schlagschattens der Abotabelle */
@media (min-width: 1200px) {
  .abo_table .abo_table_item.abo_table_abo:hover,
.abo_table .abo_table_item.abo_table_abo.active {
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: white;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    color: #0168b3;
  }

  /* Service-Popup */
}
@media (min-width: 1200px) and (max-width: 576px) {
  .service_popup {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .service_popup.active {
    opacity: 1;
    visibility: visible;
  }

  .service_popup .preview {
    padding: 15px 20px 15px;
  }

  .service_popup .preview p {
    display: none;
  }
}
@media (max-width: 1200px) {
  .as_showcase_dot {
    display: none;
  }
}


/* ContactForm7 Checkboxen in neuer Zeile */
span.wpcf7-list-item { display: block; }

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

.landingpage-kampagne p {
	color: #0069b4 !important;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600 !important;
}
