/* wp general styles */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.screen-reader-text {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  word-wrap: normal !important;
  border: 0;
}

/* general styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

body,
html {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
}

body>.container .container {
  max-width: 1220px;
  margin: 0 auto;
}

.container .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  z-index: 3;
}

body.admin-bar>.container .sidebar {
  top: 32px;
}

.container .main-content {
  margin: 0 0 0 300px;
}

img {
  max-width: 100%;
  height: auto;
}

#page {
  overflow-x: hidden;
}

.container,
.page-header .container,
#branding .container,
#footer .container,
.copyright .container,
.vc_grid.inner,
.elementor-section.elementor-section-boxed>.elementor-container {
  width: 100%;
  max-width: 1220px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.container-920 {
  float: none !important;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}

.height-100vh,
.page-header.style-full-height {
  position: relative;
  height: 100vh;
  min-height: 900px;
}

#content-wrap-page .entry>section,
#footer-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

#content-wrap-page .entry>section>.container {
  padding-left: 0;
  padding-right: 0;
}

/* max widths */
.mw-485 {
  max-width: 485px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* grid styles */
.vc_row.gap-60,
.vc_grid-container.gap-60 vc_grid.vc_row {
  margin-left: -30px;
  margin-right: -30px;
}

.vc_row.gap-60>div[class^="vc_col-"],
.vc_row.gap-60>.vc_column_container>.vc_column-inner,
.vc_grid-container.gap-60 .vc_grid.vc_row .vc_grid-item {
  padding-left: 30px;
  padding-right: 30px;
}

.vc_row.gap-80,
.vc_grid-container.gap-80 .vc_grid.vc_row {
  margin-left: -80px;
  margin-right: -40px;
}

.vc_row.gap-80>div[class^="vc_col-"],
.vc_row.gap-80>.vc_column_container>.vc_column-inner,
.vc_grid-container.gap-80 .vc_grid.vc_row .vc_grid-item {
  padding-left: 40px;
  padding-right: 40px;
}

.vc_row.gap-140,
.vc_grid-container.gap-140 .vc_grid.vc_row {
  margin-left: -70px;
  margin-right: -70px;
}

.vc_row.gap-140>div[class^="vc_col-"],
.vc_row.gap-140>.vc_column_container>.vc_column-inner,
.vc_grid-container.gap-140 .vc_grid.vc_row .vc_grid-item {
  padding-left: 70px;
  padding-right: 70px;
}

.entry>section {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

/* form styles */
.wpcf7-form {
  max-width: 700px;
}

.wpcf7-text,
input[type="date"],
input[type="search"],
input[type="text"],
input[type="email"],
textarea,
select,
input[type="date"] {
  padding: 15px 20px;
  width: 100%;
}

input[type="date"] {
  padding: 13px 20px;
}

#content-wrap-page select::placeholder,
#content-wrap-page textarea::placeholder,
#content-wrap-page .wpcf7-form-control-wrap input::placeholder,
#content-wrap-page select::-moz-placeholder,
#content-wrap-page textarea::-moz-placeholder,
#content-wrap-page .wpcf7-form-control-wrap input::-moz-placeholder,
#content-wrap-page select:-moz-placeholder,
#content-wrap-page textarea:-moz-placeholder,
#content-wrap-page .wpcf7-form-control-wrap input:-moz-placeholder,
#content-wrap-page select::-webkit-input-placeholder,
#content-wrap-page textarea::-webkit-input-placeholder,
#content-wrap-page .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #a0a0a0 !important;
  opacity: 1 !important;
}

#content-wrap-page input,
#content-wrap-page select,
#content-wrap-page textarea {
  border: 1px solid #a0a0a0;
}

#content-wrap-page input:focus,
#content-wrap-page select:focus,
#content-wrap-page textarea:focus {
  border-color: #fff;
}

#content-wrap-page input.wpcf7-submit {
  width: auto;
  padding: 15px;
  min-width: 190px;
  border: 0;
}

#content-wrap-page .wpcf7-form .vc_grid>.vc_row {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

#content-wrap-page .wpcf7-form-control-wrap input,
#content-wrap-page select,
#content-wrap-page textarea {
  margin: 0 0 15px 0 !important;
  width: 100%;
}

#content-wrap-page .wpcf7-form-control-wrap input[type="radio"],
#content-wrap-page .wpcf7-form-control-wrap input[type="checkbox"] {
  margin-bottom: 0 !important;
}

#content-wrap-page .wpcf7 input[type="checkbox"] {
  display: none;
}

/* #content-wrap-page input[type="text"] + .wpcf7-not-valid-tip, #content-wrap-page textarea + .wpcf7-not-valid-tip { margin-top: -10px; margin-bottom: 10px; } */
#content-wrap-page textarea+.wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 10px;
}

.wpcf7 .lh-rowheight {
  line-height: 55px;
}

div[data-class="wpcf7cf_group"] div[class^="vc_col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

input[type="checkbox"] {
  width: 24px;
  height: 24px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #cc0000;
  border: 2px solid #cc0000;
  margin: 0;
}

span.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-list-item {
  position: relative;
}

::-webkit-input-placeholder {
  color: #a0a0a0 !important;
}

::-moz-placeholder {
  color: #a0a0a0 !important;
}

:-ms-input-placeholder {
  color: #a0a0a0 !important;
}

:-moz-placeholder {
  color: #a0a0a0 !important;
}

::placeholder {
  color: #a0a0a0 !important;
}

#content-wrap-page input[type="search"]::placeholder {
  color: #a0a0a0;
}

.col-form-label {
  padding-top: 12px !important;
}

.select2-dropdown {
  background: #323232 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #323232 !important;
  color: #cdcdcd;
  padding: 15px 20px !important;
  height: auto !important;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #a0a0a0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  color: #a0a0a0 !important;
  line-height: 21px !important;
}

.select2-dropdown li {
  font-size: 14px;
  line-height: 24px;
}

.select2-container--default .select2-results__option--selected {
  color: #5ebb4a !important;
  background: transparent !important;
}

.select2-dropdown li:before {
  content: none;
  display: none;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(0.8);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translate(0, -50%);
}

.wpcf7-form-control-wrap {
  position: relative;
}

.select2-container--open .select2-dropdown--below {
  top: 32px;
}

/* list styles */
.list-col3 {
  column-count: 3;
}

/* clearer */
.clear:after,
.kb-faq .share-links:after,
.navigation:after,
#menu-footer-social-media:after,
#nav-lang ul:after,
header .menu:after,
#content:after,
#footer .inner:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

/* text decorations */
.td-underline {
  text-decoration: underline;
}

.td-none {
  text-decoration: none;
}

/* transitions */
.t-all,
#nav,
.kb-faq .kb-faq__questions ul.kb-faq__questions-list li.kb-faq__questions-list-item a,
.pagination>li>a,
.pagination>li>span,
.fixed-header #wprmenu_bar .bar_logo,
body,
#logo,
input[type="submit"],
input.kb-faq__filter-input,
.fixed-header #logo,
#logo,
.modal-close,
.popup .button,
.scroll-to-top,
.scroll-to-top:before,
.page-header .scroll-down,
.entry a:after,
.menu-footer-social-media-container a span {
  transition: all 0.5s;
}

.t-height,
#logo,
#logo img,
#header {
  transition: height 0.5s;
}

.t-opacity,
#nav-lang .lang-item a:after,
#nav .menu>li>a:after {
  transition: opacity 0.5s;
}

.t-color,
body a,
.menu-footer-social-media-container a {
  transition: color 0.5s;
}

/* border radius */
.br-9,
.pictures-overview .picture {
  border-radius: 9px;
}

/* box shadows */
.box-shadow {
  box-shadow: 0 1px 1px rgba(58, 58, 58, 0.1), 0 2px 2px rgba(58, 58, 58, 0.1),
    0 4px 4px rgba(58, 58, 58, 0.1), 0 8px 8px rgba(58, 58, 58, 0.1);
}

/* text shadows */
.ts-none,
.modal-close:hover,
.popup .button:hover {
  text-shadow: none;
}

.ts-green {
  text-shadow: -2px 2px 0px #00ff00, -3px 3px 0px #00ff00, -4px 4px 0px #00ff00;
}

.popup .button {
  text-shadow: -1px 1px 0px rgba(94, 187, 74, 0.75),
    -1px 1px 0px rgba(94, 187, 74, 0.75);
}

.modal-close {
  text-shadow: -2px 2px 0px rgba(94, 187, 74, 0.75),
    -2px 2px 0px rgba(94, 187, 74, 0.75);
}

/* text decorations */
.tt-uppercase,
.price-table .line-headline,
.pretitle,
.page-header .overlay .title,
h1,
h2,
.lang-item a {
  text-transform: uppercase;
}

.tt-none,
#nav .menu>li>.sub-menu a>span,
h1>span,
.mkb-article-item--simple .mkb-entry-title a,
#nav ul li a {
  text-transform: none;
}

/* text transforms */
.td-underline {
  text-decoration: underline;
}

.td-none,
.entry a {
  text-decoration: none;
}

/* text alignments */
.text-left {
  text-align: left;
}

.text-center,
.vc_tta-tabs .row-title,
.vc_tta-tabs-list,
.page-header.style-page .title {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* font families */
.ff-roboto,
.button,
input[type="submit"],
#content .vc_btn3,
#content-wrap-page .wpcf7-submit,
body.blog #content .post-vorschau .weiter-lesen a,
h2,
.mkb-root,
.kb-search,
.kb-search input,
.mkb-shortcode-container,
#mkb-client-editor,
.mkb-floating-helper-wrap,
.wp-block[data-type^="minervakb"],
#nav .menu>li>a {
  font-family: "Roboto", sans-serif !important;
}

/* font sizes */
.fs-14,
.poi-photo-sidebar .info>a,
.pictures-overview .picture,
.tooltip,
form label,
.stats-bar p,
#footer-wrap a {
  font-size: 14px;
}

.fs-16,
.poi-photo-sidebar .info,
h1+.subtitle,
small,
#nav .menu>li>.sub-menu a,
#nav .menu>li>a,
.mkb-breadcrumbs li,
.price-table li,
.pretitle,
#nav-lang a {
  font-size: 16px;
}

.fs-18,
.timeline ul li div,
.mkb-widget.widget ul a,
#content-wrap-page input,
#content-wrap-page select,
#content-wrap-page textarea,
.mkb-widget.widget .mkb-widget-title,
.kb-faq__answer-content p,
.kb-faq__answer-content a,
.list .desc,
.list h3 small {
  font-size: 19px;
}

.fs-21,
#content-wrap .mkb-article-item--simple .mkb-entry-title a,
#page .mkb-root h3,
.vc_tta.vc_general .vc_tta-tab>a,
.page-header .overlay .description p,
.wpb_text_column.plus:first-line,
.vc_custom_heading.plus:first-line,
.stats-bar p strong,
.popup p,
body p {
  font-size: 21px;
}

.fs-24,
.modal-close {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40,
.popup .title {
  font-size: 40px;
}

.fs-90,
.page-header .title {
  font-size: 90px;
}

/* line-heights */
.lh-16,
.wpcf7-text,
input[type="datetime-local"],
input[type="search"],
input[type="text"],
input[type="email"],
textarea,
select,
input[type="date"] {
  line-height: 16px;
}

.lh-20,
.poi-photo-sidebar .info,
.pictures-overview .picture .meta,
.tooltip,
.pretitle {
  line-height: 20px;
}

.lh-22,
.stats-bar p,
.wpb_text_column.plus:first-line,
.vc_custom_heading.plus:first-line {
  line-height: 22px;
}

.lh-34,
.poi-listing ul li a,
.poi-listing ul li,
.page-header .overlay .description p,
.popup p,
#footer-wrap a,
body p {
  line-height: 34px;
}

.lh-40,
.popup .title {
  line-height: 40px;
}

.lh-95,
.page-header .title {
  line-height: 95px;
}

/* displays */
.d-block,
span.wpcf7-form-control-wrap,
.poi-photo-sidebar .info .avatar a,
.poi-photo-sidebar .thumbnails a,
.poi-photo img,
.thumbnails img {
  display: block;
}

.d-inlineblock {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-none,
.single.single-mkb_faq #content-wrap .nav-sidebar,
.pagination .disabled+li,
#content h1 a:after,
.pagination>li:before,
.hidden,
.zusatz-app h2:before,
.kb-topic__description,
.mkb-breadcrumbs__label,
.mkb-section-title>*,
.mkb-back-to-top {
  display: none !important;
}

/* font weights */
.fw-300,
.price-table li,
.stats-bar p {
  font-weight: 300;
}

.fw-400,
#content-wrap-page input.wpcf7-submit:hover,
body p,
.kb-faq__answer-content p {
  font-weight: 300;
}

.fw-500,
.popup p {
  font-weight: 300;
}

.fw-700,
.vc_tta.vc_general .vc_tta-tab>a,
.stats-bar p>strong,
#nav .menu>li>.sub-menu a,
#nav .menu>li>a,
.price-table .line-headline,
.modal-close,
#footer-wrap h4,
#footer-wrap a,
h1,
h2,
.h1,
.h2 {
  font-weight: 700;
}

.fw-800,
.page-header .title {
  font-weight: 800;
}

/* breadcrumb */
.mkb-breadcrumbs {
  margin-top: -30px !important;
}

/* icons */
.menu-footer-social-media-de-container li,
.menu-footer-social-media-en-container li {
  float: left;
  margin-left: 10px;
}

.menu-footer-social-media-de-container li:first-child,
.menu-footer-social-media-en-container li:first-child {
  margin-left: 0;
  margin-right: -10px;
}

.menu-footer-social-media-de-container a span,
.menu-footer-social-media-en-container a span {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.icon-facebook {
  background-image: url("../images/icon-facebook.png");
}

.icon-facebook:hover {
  background-image: url("../images/icon-facebook_hover.png");
}

.icon-whatsapp {
  background-image: url("../images/icon-whatsapp.png");
}

.icon-whatsapp:hover {
  background-image: url("../images/icon-whatsapp_hover.png");
}

.icon-instagram {
  background-image: url("../images/icon-instagram.png");
}

.icon-instagram:hover {
  background-image: url("../images/icon-instagram_hover.png");
}

.icon-telegram {
  background-image: url("../images/icon-telegram.png");
}

.icon-telegram:hover {
  background-image: url("../images/icon-telegram_hover.png");
}

.wpb_content_element.starred h1 {
  position: relative;
}

.wpb_content_element.starred h1:after {
  content: " ";
  display: inline-block;
  width: 38px;
  height: 36px;
  background-image: url("../images/icon-star.png");
  margin-left: 15px;
  position: relative;
  top: 4px;
}

/* headlines */
.headline-icon>figure {
  padding: 20px;
}

.headline-icon .vc_single_image-wrapper,
.headline-icon>figure a {
  width: 53px;
  height: 53px;
}

.headline-icon .vc_single_image-wrapper img,
.headline-icon>figure a img {
  width: 100%;
  height: auto;
  max-height: 53px;
  margin-top: 50%;
  transform: translate(0, -50%);
}

.line-headline {
  position: relative;
}

.line-headline:before {
  content: " ";
  position: absolute;
  width: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

h1+.subtitle {
  color: #888;
  text-transform: none;
  line-height: 1.7em;
  font-weight: 400;
  padding-left: 0;
}

h1+.subtitle:before {
  content: none;
  display: none;
}

/* decoration */
h1,
h2,
.h1,
.h2,
.left-bar,
.left-bar-5 {
  position: relative;
}

.left-bar {
  padding-left: 15px;
}

.left-bar:before {
  content: " ";
  position: absolute;
  width: 3px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.left-bar-5,
h1,
h2,
.h1,
.h2 {
  padding-left: 21px;
}

.left-bar-5:before,
h1:before,
h2:before,
.h1:before,
.h2:before {
  content: " ";
  position: absolute;
  width: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.left-bar-5-red {
  padding-left: 21px;
}

.left-bar-5-red:before {
  content: " ";
  position: absolute;
  width: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

/* letter spacing */
.ls-3,
body p {
  letter-spacing: 0.02em;
}

/* colors */
.color-white,
#content-wrap-page input.wpcf7-submit,
.button,
#content .vc_btn3,
#content-wrap-page input[type="submit"],
#toast,
#toast #desc,
#content h1 a,
.vc_tta.vc_general .vc_tta-tab.vc_active>a,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
#content-wrap-page input[type="submit"]:hover,
#content-wrap-page input.wpcf7-submit,
.modal-close,
.popup .button,
.page-header .title,
.lang-item a,
#nav ul li a,
.stats-bar p,
body,
body p,
h1,
h2,
.h1,
.h2,
h4 {
  color: #fff;
}

.color-lightergrey,
.kb-faq .kb-faq__questions .kb-faq__question-title,
.mkb-breadcrumbs li a:hover,
.kb-faq__category-title,
#page .mkb-root h3,
.mkb-root .mkb-article-header p,
body .mkb-page-header,
body .mkb-page-header p,
.vc_tta.vc_general .vc_tta-tab>a,
.poi-listing li,
#content .fn-kb-faq-filter-input.kb-faq__filter-input,
.tooltip,
#content-wrap-page textarea,
#content-wrap-page select,
#content-wrap-page input,
body #content p,
body #content li {
  color: #cdcdcd;
}

.color-lightgrey,
.mkb-widget .mkb-widget-title,
#content-wrap .mkb-article-item--simple .mkb-entry-title a {
  color: #323232;
}

.color-darkgrey,
.bg-lightergrey p,
.bg-lightergrey h2,
.bg-white p,
.bg-white h2,
#content-wrap-page input::placeholder,
.mkb-widget p {
  color: #1d1d1d;
}

.color-grey,
#content-wrap .mkb-widget a:hover {
  color: #242424;
}

.color-green,
.kb-faq__answer-content a,
#content-wrap .mkb-article-item--simple .mkb-entry-title a:hover,
#content-wrap .mkb-widget a,
span.number,
.modal-close:hover,
#nav .menu>li:hover>a,
#nav-lang .current-lang a,
#nav-lang a:hover,
#nav .menu>li>.sub-menu a:hover,
#nav .menu>li>a:hover,
#nav .menu>li.current-menu-item>a,
#footer-wrap a:hover {
  color: #00b93c;
}

/* old value: #5ebb4a */
.color-green-t15 {
  color: rgba(0, 185, 60, 0.15);
}

.color-red,
.zusatz-app h2,
.wpb_text_column.plus:first-line,
.vc_custom_heading.plus:first-line,
.pretitle {
  color: #c90000;
}

/* backgrounds */
.bg-transparent,
.vc_tta-tab>a,
.vc_tta-tab.vc_active>a,
.kb-faq__answer {
  background-color: transparent !important;
}

.bg-white,
header .menu-icon .navicon,
header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background-color: #fff;
}

.bg-lightergrey {
  background-color: #ddd;
}

.bg-lightgrey,
#content .timeline ul li,
.timeline ul li div,
.pictures-overview .picture,
#header,
#content-wrap-page input.wpcf7-submit:hover,
.button:hover,
#content .vc_btn3:hover,
#nav .menu>li>.sub-menu,
#content-wrap-page select,
#content-wrap-page textarea,
#content-wrap-page input,
.price-tables .wpb_wrapper,
.fixed-header #header,
.modal-window.intro .popup {
  background-color: #323232;
}

.bg-grey,
.tax-kbtopic #content-wrap-page,
.single-kb #content-wrap-page {
  background-color: #242424;
}

.bg-darkgrey,
#toast,
#toast #desc,
#content-wrap-page input[type="submit"]:hover,
.tooltip,
.kb-faq .kb-faq__questions .kb-faq__question-title,
.page-title {
  background-color: #1d1d1d;
}

.bg-green,
.timeline ul li.in-view::after,
.pagination>li.active>a,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
#content-wrap-page input[type="submit"],
#page .kb-search .kb-search__result-topic-name,
#content-wrap-page input.wpcf7-submit,
.button,
#content .vc_btn3,
.kb-faq .kb-faq__count,
.line-headline:before,
#nav-lang a:after,
.entry a:hover:after,
.left-bar-5:before,
.h1:before,
.h2:before,
h1:before,
h2:before,
#nav .menu>li>a:hover::after,
#nav .menu>li.current-menu-item>a::after,
.left-bar:before {
  background-color: #00b93c;
}

.bg-green-t15 {
  background-color: rgba(0, 185, 60, 0.15);
}

.bg-red,
.left-bar-5-red:before {
  background-color: #c90000;
}

.spotlight-bg1,
.spotlight-bg2,
.spotlight-bg3 {
  position: relative;
}

.spotlight-bg1 {
  background: url("/wp-content/uploads/blitzer-bg-verlauf-v1-scaled-1.jpg") center center no-repeat;
  background-size: cover;
}

.spotlight-bg2 {
  background: url("/wp-content/uploads/blitzer-verlauf-bg2-v2-scaled.jpg") center center no-repeat;
  background-size: cover;
}

.spotlight-bg3 {
  background: url("/wp-content/uploads/blitzer-verlauf-bg3-v2-scaled.jpg") center center no-repeat;
  background-size: cover;
}

/* gradient backgrounds */
.gradbg-h-green,
#footer-wrap {
  background: #323331 url("../images/gradientbg-h-green.png") top repeat-y;
}

.gradbg-v-green {
  background: #313431 url("../images/gradientbg-v-green.png") bottom repeat-x;
}

/* margin top's */
.mt-0,
h1,
h2,
.h1,
.h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50,
.vc_row+h2 {
  margin-top: 50px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-250 {
  margin-top: 250px;
}

/* margin bottom's */
.mb-0,
.mkb-archive .mkb-page-header,
.page-header .overlay .description p:last-child {
  margin-bottom: 0;
}

.mb-10,
.pictures-overview .picture .meta,
.pictures-overview .picture .thumbnail,
.kb-faq .kb-faq__questions .kb-faq__question-title {
  margin-bottom: 10px;
}

.mb-30,
.poi-photo-sidebar .info,
.poi-photo-sidebar .thumbnails a,
.pictures-overview .picture,
h3,
.mkb-taxonomy-description,
.price-table .line-headline,
.page-header .overlay .title,
.page-header .overlay .description p {
  margin-bottom: 30px;
}

.mb-40,
h4,
#content .vc_tta-tabs-list {
  margin-bottom: 40px;
}

.mb-50,
.commentlist,
.h1,
.h2,
h1,
h2 {
  margin-bottom: 50px;
}

.mb-90,
.single-kb .mkb-single-content,
.last-plus-article,
.last-pro-article,
.poi-listing {
  margin-bottom: 90px;
}

.mb-100,
.mkb-root .mkb-content-main,
.mkb-home-topics {
  margin-bottom: 100px;
}

.mb-190 {
  margin-bottom: 190px;
}

/* paddings */
.pt-50,
.pictures-overview,
.page-title+.page-content,
.speedtrap-details {
  padding-top: 50px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pb-50,
.filter-form {
  padding-bottom: 50px !important;
}

.pb-100,
.speedtrap-details {
  padding-bottom: 100px;
}

.p-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-section-small {
  padding-top: 105px;
  padding-bottom: 105px;
}

/* buttons */
.button,
input[type="submit"],
#content .vc_btn3,
#content-wrap-page .wpcf7-submit,
body.blog #content .post-vorschau .weiter-lesen a {
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 19px 15px 17px 15px;
  border: 0 !important;
  cursor: pointer;
  font-size: 19px !important;
  border-radius: 29px;
  min-width: 195px;
  letter-spacing: 0.05em;
}

.button:hover,
input[type="submit"]:hover,
#content .vc_btn3:hover,
#content-wrap-page .wpcf7-submit:hover,
body.blog #content .post-vorschau .weiter-lesen a:hover {
  background-color: #00a537 !important;
}

/*#content-wrap-page input.wpcf7-submit.btn-send { width: 195px; height: 58px; background: transparent url("../images/btn-send.png") no-repeat !important; text-indent: -9999px; }*/
/*#content-wrap-page input.wpcf7-submit.btn-send:hover { background-image: url("../images/btn-send_hover.png") !important; }*/

/* tooltips */
.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 5px 12px;
  z-index: 3;
}

/* header */
#page {
  padding-top: 86px;
}

body.conly #page,
body.static-header #page {
  padding-top: 0 !important;
}

.home #page {
  padding-top: 0;
}

.fixed-header #header {
  position: fixed;
  z-index: 10;
}

.admin-bar #header,
.admin-bar.fixed-header #header {
  top: 32px;
}

.fixed-header #logo {
  height: 40px !important;
  overflow: hidden;
  cursor: pointer;
}

#logo {
  position: relative;
  top: 0;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.static-header #header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1;
}

#branding {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* language switch */
#nav-lang {
  display: inline-block;
  margin: 7px -10px 0 0;
}

#nav-lang .lang-item {
  float: left;
  padding-left: 12px;
  box-sizing: content-box;
}

#nav-lang .lang-item:first-child {
  padding-left: 0;
}

#nav-lang .lang-item,
#nav-lang .lang-item a {
  width: 2ch;
  overflow: hidden;
  white-space: nowrap;
}

#nav-lang .lang-item a {
  position: relative;
  display: block;
  padding: 0 0 2px 0;
}

#nav-lang .lang-item a:after,
#nav-lang .lang-item.current-lang a:after {
  opacity: 0;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
}

#nav-lang .lang-item a:hover:after,
#nav-lang .lang-item.current-lang a:after {
  opacity: 1;
}

#nav-lang .lang-item:nth-child(1),
#nav-lang .lang-item:nth-child(1)>a {
  width: calc(2ch + 2px);
}

#nav-lang .lang-item:nth-child(2),
#nav-lang .lang-item:nth-child(2)>a {
  width: calc(2ch + 2px);
}

/* page header */
.page-header {
  position: relative;
  height: 100vh;
}

.page-header.style-page {
  margin-top: -19px;
  padding-top: 19px;
  height: auto;
}

.page-header.style-page .page-image {
  background-image: url("../images/bg-page-default.png");
  background-size: cover;
}

.page-header.style-page .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-header.style-image .page-image .headimg {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.page-header .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0, -50%);
}

.page-header .overlay .title,
.page-header .overlay .description {
  max-width: 600px;
}

.page-header .overlay .description p>a {
  display: inline-block;
}

.page-header .scroll-down {
  width: 46px;
  height: 26px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 26px;
  background: url("../images/icon-arrow-down.png") no-repeat;
  cursor: pointer;
}

.page-header .scroll-down:hover {
  background-image: url("../images/icon-arrow-down_white.png");
}

.page-header>img {
  display: block;
  width: 100%;
  height: 275px;
  object-fit: cover;
  object-position: center 20%;
}

.page-title>.container {
  overflow-x: auto;
  box-sizing: content-box;
}

/* page header: kb search */
.page-header .mkb-shortcode-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 2;
}

.page-header .kb-header {
  margin: 0;
  padding: 0;
  background: transparent !important;
}

.page-header .kb-search__tip {
  display: none;
}

.page-header .kb-search__input-wrap {
  margin: 0 !important;
}

.page-header .kb-search__input-wrap .kb-search__input {
  height: 42px !important;
}

/* page header: slideshow */
.page-header {
  position: relative;
}

.page-header .page-image>img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
}

/* menu first level */
#nav {
  display: inline-block;
}

#nav .menu {
  display: block;
  margin: 7px 0 0 0;
  padding: 0;
}

header .menu>li,
#nav ul li {
  float: left;
  position: relative;
  display: block;
  margin: 0;
}

header .menu>li:first-child {
  padding-left: 0;
  border-left: 0;
}

header .menu>li:last-child {
  padding-right: 0;
}

#nav .menu>li>a {
  display: block;
  padding: 0 25px 2px 25px;
  position: relative;
}

#nav .menu>li>a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: " ";
  width: 1px;
  height: 14px;
  background-color: #fff;
  border-left: 1px solid #848484;
  display: block;
}

#nav .menu>li:first-child>a:before {
  display: none;
  content: none;
}

#nav .menu>li>a:after,
#nav .menu>li>a:after,
#nav .menu>li.current-menu-item>a:after {
  opacity: 0;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 2px;
  transform: translate(-50%, 0);
}

#nav .menu>li>a:hover:after,
#nav .menu>li:hover>a:after,
#nav .menu>li.current-menu-item>a:after {
  opacity: 1;
}

/* menu second level */
#nav .menu>li>.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 150px;
  z-index: 2;
  padding-top: 10px;
}

#nav .menu>li>.sub-menu a {
  padding: 0 25px;
  text-align: left;
}

#nav .menu>li:hover>.sub-menu,
#nav .sub-menu li {
  display: block;
  text-align: left;
}

/* mobile menu */
#branding .menu-icon {
  float: left;
  cursor: pointer;
  display: none;
  padding: 19px 20px;
  position: relative;
  user-select: none;
}

#branding .menu-icon .navicon {
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 27px;
}

#branding .menu-icon .navicon:before,
#branding .menu-icon .navicon:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

#branding .menu-icon .navicon:before {
  top: 8px;
}

#branding .menu-icon .navicon:after {
  top: -8px;
}

#branding .menu-btn {
  display: none;
}

#branding .menu-btn:checked~#nav {
  display: block !important;
  left: 0;
}

#branding .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

#branding .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#branding .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

#branding .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
#branding .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/*#wprmenu_bar { overflow: visible !important; }*/
/*#wprmenu_bar .menu_title { display: inline-block !important; float: none !important; right: auto !important; left: 50% !important; transform: translate(calc(-100% + 8px), 0); }*/
/*#wprmenu_bar .bar_logo { padding: 0 !important; height: 40px !important; }*/

/* tabs */
.vc_tta-tabs li:before {
  display: none;
}

.vc_tta-tabs .vc_tta.vc_general .vc_tta-tab {
  padding-left: 0 !important;
}

.vc_tta-tabs .vc_tta.vc_general .vc_tta-tab.vc_active {
  border-bottom: 2px solid #00b93c;
}

.vc_tta-tabs .vc_tta.vc_general .vc_tta-tab>a {
  min-width: 250px;
  border: 0 !important;
}

.vc_tta-tabs .vc_tta.vc_general .vc_tta-tab>a:after {
  content: " ";
  display: none;
}

.wpb-js-composer #content .vc_tta-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-panels,
.wpb-js-composer #content .vc_tta-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
  background: transparent !important;
  border: 0;
}

.vc_tta-tabs .vc_tta-tab {
  padding-left: 0 !important;
}

.vc_tta-tabs .vc_tta-tab>a {
  padding: 14px 75px !important;
}

.vc_tta-tabs .vc_tta-tab>a,
.vc_tta-tabs .vc_tta-tab.vc_active>a {
  border: 0 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active>a::after,
.vc_tta-tabs .vc_tta-tab.vc_active>a::before {
  display: none !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active {
  border-bottom: 2px solid #00b93c;
}

.vc_tta-tabs .vc_tta-tab.vc_active a {
  color: #fff !important;
  padding: 14px 75px !important;
}

.vc_tta-tabs .row-title p {
  font-size: 26px;
  font-weight: 700 !important;
}

.vc_tta-tabs .row-title strong {
  font-size: 46px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.vc_tta-tabs .row-title br {
  display: none;
}

.vc_tta-tabs .wpb_column:nth-child(1) .row-title {
  border-right: 4px solid #343434;
}

.vc_tta-tabs .wpb_column:nth-child(3) .row-title {
  border-left: 4px solid #343434;
}

.vc_tta-tabs .row-title,
.vc_tta-tabs .row-title p {
  color: #fff !important;
}

.vc_tta-tabs .row-title>.wpb_wrapper {
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* main content */
#content-wrap {
  padding-bottom: 0 !important;
}

.error404 #content-wrap,
.page #content-wrap,
.mkb_faq-template-default.single #content-wrap,
.single-podcast #content-wrap,
.post-type-archive-podcast #content-wrap {
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 0;
}

.error404 #content-wrap .page-content {
  padding-top: 30px;
}

#content-wrap .nav-sidebar {
  width: 100%;
  max-width: 400px;
}

#content .headline-icon+h2 {
  font-weight: 700 !important;
}

#content .page-content {
  padding-left: 0;
  padding-right: 0;
}

.entry a {
  position: relative;
}

.entry a:after {
  content: " ";
  position: absolute;
  bottom: -10%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, 0);
}

/* page: home page */
.home #content .vc_gitem-zone {
  overflow: visible;
}

.menu-startseite-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 30%);
  z-index: 3;
}

.menu-startseite-container ul {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.menu-startseite-container ul li {
  display: inline-block;
  margin: 0 0 0 20px;
}

.menu-startseite-container ul li:first-child {
  margin: 0;
}

.menu-startseite-container ul li a {
  display: block;
  min-width: 92px;
  padding: 12px;
  border-radius: 9px;
}

.menu-startseite-container ul li a img {
  display: block;
  margin: 0 auto 4px auto;
}

/* listing */
.list-2rows {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.list h3 small {
  float: right;
}

.list .desc {
  margin: 15px 0 0 0;
}

/* faq */
.kb-faq {
  width: 100% !important;
}

.mkb-home-faq {
  position: relative;
}

.kb-faq__controls {
  position: absolute;
  top: -181px;
  right: 0;
}

.page-id-32470 .kb-faq__controls,
.page-id-32509 .kb-faq__controls {
  top: -70px;
}

.mkb-article-extra,
.mkb-root .mkb-single-content .mkb-article-text p {
  color: #cdcdcd !important;
}

.kb-faq .kb-faq__filter.kb-faq__filter--minerva-theme input.kb-faq__filter-input {
  border-color: #3a3a3a !important;
}

.kb-faq .kb-faq__filter.kb-faq__filter--minerva-theme input.kb-faq__filter-input:hover,
.kb-faq .kb-faq__filter.kb-faq__filter--minerva-theme input.kb-faq__filter-input:focus {
  border-color: rgb(136, 136, 136) FAQ filter !important;
}

.kb-faq__questions-list li {
  padding-left: 0 !important;
}

.kb-faq .kb-faq__questions .kb-faq__question-toggle-icon,
.kb-faq .kb-faq__questions .kb-faq__question-toggle-icon-open {
  top: 2px;
}

.kb-faq .share-faq {
  width: 32px;
  height: 32px;
  position: relative;
  top: -20px;
  right: 0;
  display: inline-block;
  background: url("/wp-content/uploads/icon-share.svg") no-repeat;
  background-size: 32px 32px;
}

.kb-faq .share-faq:after,
.kb-faq .share-links a:after {
  display: none;
  content: none;
}

.kb-faq .share-links {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -20px;
}

.kb-faq .share-links a {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-left: 20px;
}

.kb-faq .share-links a:first-child {
  margin-left: 0;
}

.kb-faq .share-links a.facebook {
  background-image: url("/wp-content/uploads/icon-facebook.svg");
}

.kb-faq .share-links a.twitter {
  background-image: url("/wp-content/uploads/icon-twitter.svg");
}

.kb-faq .share-links a.whatsapp {
  background-image: url("/wp-content/uploads/icon-whatsapp.svg");
}

.kb-faq .share-links a.telegram {
  background-image: url("/wp-content/uploads/icon-telegram.png");
}

.kb-faq .share-links a.pocket {
  background-image: url("/wp-content/uploads/icon-pocket.jpg");
}

.kb-faq .share-links a.url {
  background-image: url("/wp-content/uploads/icon-shareurl.svg");
  background-size: 20px 20px;
}

p span[style="color: #242424;"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.kb-faq .share-links a {
  color: #00b93c !important;
  filter: grayscale(1);
}

.kb-faq .share-links a:hover {
  filter: grayscale(0);
}

/* speedtraps: city */
.speedtrap-overview-details .overall-stats {
  float: right;
}

/* knowledge base */
.mkb-sidebar .mkb-widget .mkb-widget-title {
  color: #00b93c;
}

.mkb-widget.widget_blitzer_widget_faq {
  border-radius: 20px;
  background-color: #323232;
}

.mkb-widget .mkb-widget-articles__list-item .mkb-widget-articles__list-icon {
  display: none;
}

.mkb-container .mkb-sidebar .mkb-widget ul li a {
  color: #cdcdcd !important;
}

.mkb-sidebar .mkb-widget .mkb-widget-title::before {
  display: none;
}

.page-header .kb-search__results {
  left: 0;
  right: 0;
}

.mkb-root .mkb-article-text a,
.mkb-root .mkb-article-header a,
.mkb-article-item--detailed .mkb-entry-title a {
  color: #00b93c !important;
}

.mkb-root .mkb-article-text a:hover,
.mkb-root .mkb-article-header a:hover,
.mkb-article-item--detailed .mkb-entry-title a:hover {
  color: #888 !important;
}

.mkb-container {
  width: 100% !important;
}

.page-title h2 {
  margin: 40px 0;
}

.mkb-root {
  padding: 0 !important;
}

.mkb-page-header,
.mkb-page-header p {
  text-align: left !important;
  margin-bottom: 0 !important;
}

.mkb-widget.widget .mkb-widget-title {
  padding-left: 7px;
}

.kb--search-area {
  height: 350px;
  padding-top: 0;
}

.kb--search-area>.wpb_column>.vc_column-inner {
  padding-top: 0 !important;
}

.kb--search-area .kb-header {
  background: transparent !important;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kb--search-area .kb-search__input-wrap {
  margin: 0 !important;
}

.kb--search-area .kb-search__tip {
  display: none;
}

.kb--search-area .kb-search__input {
  height: 44px !important;
}

.mkb-sidebar {
  padding-right: 0 !important;
}

.kb-topic.kb-topic--box-view .kb-topic__inner {
  background: #1d1d1d !important;
}

.kb-topic.kb-topic--box-view .kb-topic__inner:hover {
  background: #242424 !important;
  border-color: #00b93c !important;
}

.kb-topic .kb-topic__box-icon,
.kb-topic .kb-topic__inner .kb-topic__title {
  color: #fff !important;
}

.mkb-root .mkb-article-text,
.mkb-root .mkb-article-header,
.mkb-root .mkb-article-item__excerpt {
  color: #cdcdcd !important;
}

.kb-topic__show-all {
  display: none !important;
}

.mkb-page-header>.mkb-page-title {
  display: none;
}

.mkb-page-header+.mkb-breadcrumbs {
  display: none;
}

.mkb-breadcrumbs {
  position: relative;
}

.mkb-breadcrumbs__list {
  position: absolute;
  top: 0;
  left: 0;
}

#content .fn-kb-faq-filter-input.kb-faq__filter-input::placeholder {
  color: #888;
}

#content .kb-faq__filter-form .fa-filter:before {
  content: "\f002" !important;
}

#content .mkb-home-topics {
  margin: 0 -15px;
}

#content .mkb-home-topics .kb-topic {
  flex: none;
  padding: 15px 15px 30px 15px;
}

.entry .kb-topic a:after {
  opacity: 0;
}

#content .kb-topic .kb-topic__inner {
  padding: 2.5em 1.3em;
}

#content .kb-topic .kb-topic__icon-holder {
  margin-bottom: 0.75em;
}

.mkb-article-extra__like,
.mkb-article-extra__like:focus,
.mkb-article-extra__like:active,
.mkb-article-extra__like:visited,
.mkb-article-extra__like:hover,
.mkb-article-item__likes i {
  border-color: #00b93c !important;
  color: #00b93c !important;
}

/* knowledge base single */
.single-kb #content-wrap,
.single-kb .mkb-root {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.mkb-single .mkb-root {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* price tables */
.price-table>.vc_column-inner>.wpb_wrapper {
  padding: 60px 40px;
  border-top: 5px solid #00b93c;
}

.price-table .line-headline {
  padding-left: 20px;
}

/* image radio group */
.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc-selector input:active+.drinkcard-cc {
  opacity: 0.9;
}

.cc-selector input:checked+.drinkcard-cc {
  -webkit-filter: none !important;
  -moz-filter: none !important;
  filter: none !important;
}

.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 70px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}

.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

.cat {
  background-image: url(http://placekitten.com/400/300);
}

.dog {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/29841/dog.jpg);
}

/* pictures overview */
/*.pictures-overview .timeago { text-align: left !important; }*/
.pictures-overview .meta .info {
  text-align: left;
  line-height: 18px;
}

.pictures-overview .picture {
  padding: 10px;
}

.pictures-overview .picture .thumbnail img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.pictures-overview .picture .info {
  line-height: 18px;
}

.pictures-listing>div[class^="vc_col-"]:nth-child(4n + 1) {
  clear: left;
}

/* pictures detail page */
.poi-photo img,
.thumbnails img {
  width: 100%;
  height: auto;
}

.poi-photo-sidebar .info .avatar {
  width: 32px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

/* speedtrap overview */
.speedtrap-overview-map .map {
  width: 100%;
  height: auto;
}

.speedtrap-overview-map span.number {
  display: inline-block;
  width: 75px;
}

.pictures-overview .picture .avatar img {
  width: 32px;
}

.pictures-overview .picture .meta {
  display: flex;
  gap: 10px;
  text-align: right;
}

/* stats bar */
.stats-bar {
  padding-top: 40px;
  padding-bottom: 30px;
}

.stats-bar .wpb_single_image {
  float: left;
  margin: 0;
  padding: 7px 0 0 0;
}

/* sidebar */
#sidebar {
  padding: 45px;
}

#content .sidebar {
  max-width: 390px;
  float: right;
}

.sidebar .widget {
  padding: 0;
}

.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}

.sidebar .widget .cat-item a {
  margin-right: 5px;
}

.sidebar .widget.widget_media_image {
  padding: 0;
  background-color: transparent;
  text-align: center;
}

.sidebar .widget.widget_media_image img {
  display: inline-block;
}

.sidebar .widget p:last-child {
  margin-bottom: 0 !important;
}

#sidebar .widgettitle {
  padding: 0;
}

/* parallax */
.vc_parallax {
  background-attachment: fixed;
}

/* accordions */
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a>* {
  border-color: #c1c1c1;
}

.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #c1c1c1;
  background-color: white;
}

.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #c1c1c1;
}

.wpb-js-composer #content .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 0 !important;
}

.wpb-js-composer #content .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
  background-color: #1d1d1d !important;
  border-radius: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 9px 20px 9px 50px !important;
  text-transform: none;
}

/* footer */
#footer {
  padding: 0;
}

#footer-wrap {
  border-top: 1px solid #00b93c;
}

#footer .icon-telegram,
#footer .icon-facebook,
#footer .icon-whatsapp,
#footer .icon-instagram {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
}

#footer #nav_menu-5 li {
  float: left;
  margin-left: 15px;
}

#footer #nav_menu-10 li {
  float: left;
  margin-left: 15px;
}

#footer #nav_menu-5 li:first-child {
  margin-left: 0;
}

#footer #nav_menu-10 li:first-child {
  margin-left: 0;
}

/* overlay */
.modal-window {
  position: fixed;
  background-color: rgba(116, 116, 116, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 100%;
  max-width: 950px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #ffffff;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  position: absolute;
  text-align: center;
  top: 35px;
  right: 35px;
  text-decoration: none;
  z-index: 4;
}

.modal-window .popup {
  padding: 50px 35px;
  background-repeat: no-repeat;
  background-position: bottom 245px right;
  background-size: 700px;
}

/* cookie notice */
#cookie-notice {
  background: rgba(57, 14, 8, 0.925) !important;
}

#cookie-notice:hover {
  background: rgba(57, 14, 8, 1) !important;
}

#cn-accept-cookie {
  background: #00b93c !important;
}

/* to top button */
.scroll-to-top {
  cursor: pointer;
  border: 0;
  bottom: 50px;
  height: 35px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 48px;
  opacity: 0.9;
  z-index: 10000;
  transform: translate(0, calc(100% + 50px));
}

.scroll-to-top.show {
  transform: translate(0, 0);
}

.scroll-to-top:before {
  position: absolute;
  width: 46px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: " ";
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  background-image: url("../images/icon-arrow-up.png");
  background-size: 100% 100%;
}

.scroll-to-top:hover {
  opacity: 1;
  text-decoration: none;
}

.scroll-to-top:hover:before {
  background-image: url("../images/icon-arrow-up_white.png");
}

/* poi listing */
#content .poi-listing ul li {
  padding-left: 0;
}

#content .poi-listing ul li:before {
  content: none;
  display: none;
}

/* image captcha */
.captcha svg>path {
  fill: #00b93c;
}

/* fixes */
img[src$="google-play-store-de.svg"] {
  position: relative;
  top: 14px;
  width: 250px;
  height: 88px;
}

img.alignnone.wp-image-336.size-full {
  height: 90px !important;
}

img[src$="google-play-store-en.svg"] {
  position: relative;
  top: 14px;
  width: 250px;
  height: 90px !important;
}

img[src$="app-store-de.svg"] {
  position: relative;
  height: 60px;
  width: 180px;
}

img[src$="app-store-en.svg"] {
  position: relative;
  height: 60px;
  width: 180px;
}

.home.iphone img[src$="google-play-store-de.svg"] {
  display: none !important;
}

.home.iphone img[src$="google-play-store-en.svg"] {
  display: none !important;
}

.home.android img[src$="app-store-de.svg"] {
  display: none !important;
}

.home.android img[src$="app-store-en.svg"] {
  display: none !important;
}

#page .vc_separator .vc_sep_holder .vc_sep_line {
  border-color: #00b93c !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 0 0;
}

#wprmenu_bar div.hamburger {
  margin-top: 9px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  height: 2px;
  width: 24px;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.fix-search-terms {
  height: 0px;
  opacity: 0;
}

hr {
  border-color: #00b93c;
}

.url-copied .mobile {
  display: none;
}

a.link-copying {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/wp-content/uploads/icon-shareurl.svg) center center no-repeat;
  background-size: 17px 17px;
  position: relative;
  top: 4px;
}

a.link-copying:hover:after {
  content: none;
  display: none;
}

/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
  text-align: center;
}

.pagination>li {
  display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li>a:hover::after,
.pagination>li>a:focus::after {
  display: none !important;
}

.pagination>li>a,
.pagination>li>span {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-radius: 50% !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  border-color: #ddd;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  border-color: #ddd;
}

/* timeline */
.timeline ul {
  padding: 50px 0;
}

#content .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 0;
}

#content .timeline ul li:before {
  content: none;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 7px;
  width: 400px;
  padding: 15px;
  line-height: 25px;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #323232 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #323232;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%);
}

.timeline-heptagon ul li::after {
  clip-path: polygon(50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%);
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

/* toast */
#toast {
  display: inline-block;
  visibility: hidden;
  width: 50px;
  margin: auto;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #323232;
}

#toast #desc {
  padding: 10px 16px;
  white-space: nowrap;
}

#toast.show {
  position: absolute !important;
  transform: translate(0, -8px);
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s,
    fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
    fadeout 0.5s 4.5s;
}

#toast.url-copied {
  bottom: auto;
  right: auto;
}

/* keyframes */
@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.25);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  from {
    min-width: 50px;
  }

  to {
    min-width: 420px;
  }
}

@keyframes expand {
  from {
    min-width: 50px;
  }

  to {
    min-width: 420px;
  }
}

@-webkit-keyframes stay {
  from {
    min-width: 420px;
  }

  to {
    min-width: 420px;
  }
}

@keyframes stay {
  from {
    min-width: 420px;
  }

  to {
    min-width: 420px;
  }
}

@-webkit-keyframes shrink {
  from {
    min-width: 420px;
  }

  to {
    min-width: 50px;
  }
}

@keyframes shrink {
  from {
    min-width: 420px;
  }

  to {
    min-width: 50px;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 60px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 60px;
    opacity: 0;
  }
}

/* borlabs cookie */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .home-parallax {
      background-attachment: scroll;
    }
  }
}

/* borlabs cookie */
.BorlabsCookie {
  margin-bottom: 30px;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-default {
  background: transparent !important;
}

iframe {
  display: block;
  width: 100%;
  height: 725px;
}

.kb-search__input-wrap.mkb-search-theme__clean {
  display: block;
}

.page-id-714 .kb-search,
.page-id-714 .page-title,
.page-id-4183 .kb-search,
.page-id-4183 .page-title,
.page-id-236 .kb-search,
.page-id-238 .kb-search {
  display: none;
}

#content-wrap-page {
  background-color: #242424;
}

/* Remove Searchbar */

.kb-search .kb-search__form {
  display: flex;
  justify-content: center;
}

/* Clickable Hilfe Menu */

.page-header .mkb-shortcode-container {
  display: none;
}

/* Empty Sidebar not displayed */
[class="widget mkb-widget"] {
  display: none;
}

/* FAQ Block */

body .mkb-sidebar .mkb_recent_articles_widget {
  display: none;
}

.mkb-widget.widget.widget_blitzer_widget_faq {
  padding: 40px 55px;
}

.widget_blitzer_widget_faq .mkb-widget-title {
  padding-left: 0;
  margin-bottom: 25px;
  font-weight: normal;
}

.widget_blitzer_widget_faq ul {
  display: inline-block;
}

li.mkb-widget-articles__list-item::before {
  content: "";
  width: 32px;
  margin-right: 5px;
  aspect-ratio: 1;
  background-size: contain;
  background-image: url(/wp-content/uploads/article-icon.png);
  background-repeat: no-repeat;
  float: left;
}

li.mkb-widget-articles__list-item {
  display: inline-block;
}

li.mkb-widget-articles__list-item a {
  width: calc(100% - 37px);
  float: left;
}

/* Inhaltsverzeichnis */

#content-wrap .mkb-content-main .mkb-article-list-container .mkb-article-item--simple .mkb-entry-header {
  border-radius: 10px;
  padding: 10px;
  display: flex;
  background: #323232;
}

#content-wrap .mkb-content-main .mkb-article-list-container .mkb-article-item--simple .mkb-entry-header h2 {
  display: flex;
  align-items: center;
}

#content-wrap .mkb-content-main .mkb-article-list-container .mkb-article-item--simple .mkb-entry-header h2 i {
  content: url(/wp-content/uploads/article-icon.png);
  width: 39px;
}

#content-wrap .mkb-content-main .mkb-article-list-container .mkb-article-item--simple .mkb-entry-header h2 a {
  color: white;
}

#content-wrap .mkb-content-main .mkb-article-list-container .mkb-article-item--simple .mkb-entry-header h2 a:hover {
  color: #00b83c;
}

/* Contact Form */

span.wpcf7-not-valid-tip {
  color: #ff4040;
}

#content-wrap-page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #ff4040;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

/* Podcast Seite */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  flex: 0 0 65%;
  max-width: 65%;
}

/* Startseite Padding */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

/* Header Account */
.vc_row.gap-80.desktop>div:first-of-type {
  width: 100px;
  padding: 0;
}

.vc_row.gap-80.desktop>div:nth-of-type(2) {
  text-align: left;
  padding-left: 25px;
}

.my-profile-container {
  margin-top: 10px;
}

.my-profile {
  background: #00b93c;
  color: #ffffff;
  font-weight: 400;
  font-size: 21px;
  font-family: Roboto, sans-serif;
  padding: 10px;
  border-radius: 29px;
  min-width: 150px;
  border: 2px solid #00b93c;
  display: block;
  float: right;
  text-align: center;
}

.my-profile:hover {
  background: #242424;
  color: #00b93c;
}

.my-profile:active {
  background: #323232;
  color: #00b93c;
  border: 2px solid #00b93c;
  transform: scale(0.9);
}

.vc_row.gap-80 {
  margin-right: -60px;
}

@media screen and (max-width: 1280px) {
  .vc_row.gap-80 {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 370px) {
  #branding .container {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #nav .menu {
    padding: 0 17px 0px 17px !important;
  }

  #branding .menu-btn:checked~#nav {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #branding .container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header {
    margin-bottom: 47px;
  }
}

/* MKB Artikel */
.mkb-article-text ul {
  font-size: 21px;
}

#app-icons-desktop {
  width: 100% !important;
  left: 0 !important;
}

.android-logo img {
  width: auto !important;
}

/* Blitzer melden Tabs */

@media screen and (max-width: 767px) {
  .report-speed-camera-tabs .vc_tta-panel-heading {
    text-align: center !important;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #323232 !important;
    border: none !important;
  }

  .report-speed-camera-tabs .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 9px 20px !important;
  }

  .report-speed-camera-tabs .vc_tta-title-text {
    color: #cdcdcd;
  }

  .report-speed-camera-tabs .vc_tta-panel-body {
    padding-top: 140px !important;
  }

  .report-speed-camera-tabs .vc_tta-panel.vc_active .vc_tta-panel-title a::after {
    display: none;
  }

  .report-speed-camera-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
    color: #00b93c;
  }

  .report-speed-camera-tabs .vc_tta-panels .vc_tta-panel:nth-of-type(1) .vc_tta-panel-heading {
    top: 0;
  }

  .report-speed-camera-tabs .vc_tta-panels .vc_tta-panel:nth-of-type(2) .vc_tta-panel-heading {
    top: 42px;
  }

  .report-speed-camera-tabs .vc_tta-panels .vc_tta-panel:nth-of-type(3) .vc_tta-panel-heading {
    top: 85px;
  }

  .report-speed-camera-tabs .vc_tta-tabs .wpb_column .row-title {
    border: none !important;
  }
}

@media screen and (max-width: 339px) {
  .vc_tta-panel-body {
    padding-top: 180px !important;
  }
}

/* Listen Line-height */

.mkb-article-text li {
  line-height: 34px;
}

.mkb-article-item--simple .mkb-entry-title a {
  font-weight: 400;
}

.mkb-entry-title p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  margin-top: 5px;
  font-weight: 300;
}

/* faq buttons */

.entry.post-vorschau p:last-of-type {
  display: none;
}

.faq-button-container {
  background: #323232;
  padding: 40px;
  border-radius: 20px;
}

.faq-button-container span,
.faq-button-container a {
  font-size: 18px;
}

.faq-button-container span {
  color: #cdcdcd;
}

/* manual in app view */

#page.app-view {
  padding-top: 0;
}

#page.app-view #content-wrap {
  padding-top: 40px;
}

#page.app-view #content-wrap.no-padding {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #page.app-view {
    padding-top: 0 !important;
  }
}

/* remove faq single thumbnail */

.mkb-single-content__featured {
  display: none;
}

/* footer text stylings */
#footer-wrap h4 {
  font-weight: 500;
}

#footer-wrap a {
  font-weight: 400;
}

.no-uppercase,
.no-uppercase h4 {
  text-transform: none;
}


/* list styling */

#footer-wrap ul li {
  list-style: none;
}

ul {
  color: #cdcdcd;
  margin: 0 0 1.75em 1.25em;
}

.menu ul,
#footer ul {
  margin: 0;
}

ul li {
  font-weight: 300;
  list-style: disc outside none;
  margin-left: 15px;
  position: relative;
}

li:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
}

ul.styled-list li {
  clear: both;
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

ul.styled-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 5px;
  border: 1px solid #00b93c;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU2IDI1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48Zz4KCTxnPgoJCTxwb2x5Z29uIHBvaW50cz0iNzkuMDkzLDAgNDguOTA3LDMwLjE4NyAxNDYuNzIsMTI4IDQ4LjkwNywyMjUuODEzIDc5LjA5MywyNTYgMjA3LjA5MywxMjggICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzNBM0EzQSIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcG9seWdvbj4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+") no-repeat;
  background-size: 100%;
}

ul.kb-faq__questions-list li {
  list-style: none;
}

ul.kb-faq__questions-list li .kb-faq__answer-content li,
ul.kb-faq__questions-list li .kb-faq__answer-content li a {
  list-style: disc;
  font-size: 21px;
  line-height: 34px;
}

/* font definitionen */

body.page section p,
body.page section span:not(.kb-faq__count),
body.page section li {
  font-size: 19px !important;
  line-height: 34px !important;
}

body.single-mkb_faq section p,
body.single-mkb_faq section li,
body.single-kb.mkb-single section p,
body.single-kb.mkb-single section li,
body.post-type-archive-podcast section h2,
body.post-type-archive-podcast section li,
body.post-type-archive-podcast section p,
body.post-type-archive-podcast section p a,
body.single-podcast section li,
body.single-podcast section p,
body.single-podcast section p a {
  font-size: 21px !important;
  line-height: 34px !important;
}

body.post-type-archive-podcast section .podcast-content-excerpt {
  font-size: 19px !important;
  line-height: 30px !important;
}

body.single-podcast section h3 {
  font-size: 24px !important;
  line-height: 34px !important;
  font-weight: 500 !important;
}

body.page section span.ios-span {
  text-transform: lowercase;
  font-size: 40px !important;
}

html body #page p span.price-font {
  font-size: 28px !important;
}

@media screen and (max-width: 767px) {

  body.page section li,
  body.page section p,
  body.page section span:not(.kb-faq__count),
  body.single-mkb_faq section li,
  body.single-mkb_faq section p,
  body.single-mkb_faq section p a,
  body.single-kb.mkb-single section li,
  body.single-kb.mkb-single section p,
  body.single-kb.mkb-single section p a,
  body.post-type-archive-podcast section li,
  body.post-type-archive-podcast section p,
  body.post-type-archive-podcast section p a,
  body.post-type-archive-podcast section .podcast-content-excerpt,
  body.single-podcast section li,
  body.single-podcast section p,
  body.single-podcast section p a {
    font-size: 19px !important;
    line-height: 30px !important;
  }

  body.post-type-archive-podcast section h2 {
    font-size: 24px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
  }

  body.single-podcast section h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  body.page section span.ios-span {
    text-transform: lowercase;
    font-size: 24px !important;
  }
}

#page .kb-faq .kb-faq__filter .kb-faq__filter-clear,
#page .kb-faq .kb-faq__filter .kb-faq__filter-icon {
  height: unset;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}


/* language switch */

.pll-parent-menu-item a::after {
  display: none;
}

.pll-parent-menu-item img[alt="Deutsch"],
.lang-item img[alt="Deutsch"] {
  content: url('/wp-content/uploads/de-flag.svg');
  width: 25px !important;
  height: 25px !important;
  max-width: unset;
}

.pll-parent-menu-item img[alt="English"],
.lang-item img[alt="English"] {
  content: url('/wp-content/uploads/en-flag.svg');
  width: 25px !important;
  height: 25px !important;
  max-width: unset;
}

/* headings */

body.page p.h3 {
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2px;
  line-height: 24px !important;
  color: #ffffff !important;
}

body.page p.kb-topic__title {
  font-size: 1.5em !important;
  line-height: 1.3em !important;
}

body.page p.h4 {
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 22px !important;
}

body.page p.h4.widgettitle {
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* media querys */

@media (min-width: 992px) {
  header .mobil {
    display: none;
  }

  /* language switch */

  #nav ul.menu {
    display: flex;
    align-items: center;
  }

  #nav ul.menu .pll-parent-menu-item>a {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  /* language switch */

  #nav .menu .pll-parent-menu-item .sub-menu {
    display: none;
  }

  #nav .menu .pll-parent-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #nav .menu .pll-parent-menu-item .sub-menu a {
    padding-right: 15px;
  }

  #nav .menu .pll-parent-menu-item a span {
    order: 1;
    margin-left: unset !important;
    margin-right: 0.3em;
  }

  #nav .menu .pll-parent-menu-item a img {
    order: 2;
  }
}