/*
Theme Name: rdts simple blocks
Theme URI: https://rdts.de
Author: rdts AG
Author URI: https://rdts.de
Description: Theme mit ACF und Gutenberg Blocks
Version: 1.0
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rdts
*/

/*
@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/archivo-narrow-v8-latin-700.eot");
  src: url("assets/fonts/archivo-narrow-v8-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/archivo-narrow-v8-latin-700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/archivo-narrow-v8-latin-700italic.eot");
  src: url("assets/fonts/archivo-narrow-v8-latin-700italic.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/archivo-narrow-v8-latin-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/archivo-narrow-v8-latin-300italic.eot");
  src: url("assets/fonts/archivo-narrow-v8-latin-300italic.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/archivo-narrow-v8-latin-300italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/archivo-narrow-v8-latin-300.eot");
  src: url("assets/fonts/archivo-narrow-v8-latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/archivo-narrow-v8-latin-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} 
*/


@font-face {
  font-family: "DIN";
  src: url("assets/fonts/DINWebPro.eot");
  src: url("assets/fonts/DINWebPro.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/DINWebPro.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "DIN-Bold";
  src: url("assets/fonts/DINWebPro-Bold.eot");
  src: url("assets/fonts/DINWebPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/DINWebPro-Bold.woff2") format("woff2");
  font-display: swap;
}


/*
@font-face {
  font-family: "Exo 2";
  src: url("assets/fonts/exo-2-v4-latin-700.eot");
  src: url("assets/fonts/exo-2-v4-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/exo-2-v4-latin-700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("assets/fonts/exo-2-v4-latin-300.eot");
  src: url("assets/fonts/exo-2-v4-latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/exo-2-v4-latin-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

/*
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Bold-webfont.eot");
  src: url("assets/fonts/OpenSans-Bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Regular-webfont.eot");
  src: url("assets/fonts/OpenSans-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
div,
ul,
ol,
li,
span,
a,
button,
input {
  position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}
sub {
  vertical-align: sub;
  font-size: 0.7em;
}
/*p sup, .excerpt sup {vertical-align: top;font-size: 0.7em;}*/
h1 sup,
h2 sup,
h3 sup {
  font-size: 0.5em;
}

/* 8.0 Alignments */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/* CUSTOM */

html,
body {
  font-family: "DIN", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  min-height: 100%;
}
html,
body,
main {
  overflow-x: hidden;
}
main {
  overflow: hidden;
}
.hidden {
  display: none;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DIN-Bold", sans-serif;
  font-weight: normal;
}
ul {
  list-style: outside;
  padding-left: 1em;
  line-height: 1.8;
}
.relative {
  position: relative;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.space-between {
  justify-content: space-between;
}
.nostylebutton {
  display: block;
  position: relative;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  border: none;
  font: inherit;
  cursor: pointer;
}
figcaption,
.copyright {
  color: #c6c6c6;
  font-size: 14px;
}

.wp-block-columns {
  gap: 2em;
}
.wp-block-column .wp-block-columns,
.post_teaser .wp-block-columns {
  margin: 0;
}
.hidden-lg {
  display: none !important;
}
.wp-block-image:not(.no-border-radius) img {
  border-radius: 20px !important;
}

#main_bg {
  display: none;
  z-index: -999;	
  opacity: 0.6;
  height: 100vh;
  position: absolute;
  top: 90vh;
  left: 0;
  right: 0;
  background-size: 100% 100%, 100% 100%;
  background-position: 0 0, 0 50vh;
  background-image: url(assets/images/liquid_bg_1_neu.svg),
    url(assets/images/liquid_bg_2_neu.svg);
  background-repeat: no-repeat, no-repeat;
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
.content-width {
  overflow: auto;
  width: 90%;
  max-width: 1640px;
  margin: auto;
}
img,
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.5;
}
p a,
p a:hover,
p a:focus,
p a:active,
p a:visited {
  color: #ec7526;
}
.has-orange-background-color p a,
.has-orange-background-color p a:hover,
.has-orange-background-color p a:focus,
.has-orange-background-color p a:active,
.has-orange-background-color p a:visited {
  color: #fff;
}

.has-orange-color,
.has-orange-color:hover {
  color: #ec7526 !important;
}
.has-dark-blue-color,
has-dark-blue-color:hover {
  color: #384572 !important;
}
.has-light-grey-color,
.has-light-grey-color:hover {
  color: #f2f2f2 !important;
}
.has-grey-color,
has-grey-color:hover {
  color: #c6c6c6 !important;
}
.has-transparent-color,
has-transparent-color:hover {
  color: transparent !important;
}

.has-orange-background-color,
.has-orange-background-color:hover,
.has-orange-background-color:focus,
.has-orange-background-color:active,
.has-orange-background-color:visited {
  background-color: #ec7526;
  color: #fff;
}
.has-dark-blue-background-color,
.has-dark-blue-background-color:hover {
  background-color: #384572;
  color: #fff;
}
.has-light-grey-background-color,
.has-light-grey-background-color:hover {
  background-color: #f2f2f2;
}
.has-grey-background-color,
.has-grey-background-color:hover {
  background-color: #c6c6c6;
}
.has-transparent-background-color,
.has-transparent-background-color:hover {
  background-color: transparent;
}

/* HEADER */
.main-header.flexbox {
  min-height: 150px;
  justify-content: space-between;
  align-content: center;
  z-index: 100;
  position: relative;
}
.header-cta,
.header-menu {
  display: flex;
  align-items: center;
}
.header-cta-mobile {
  display: none;
  width: 100%;
  margin: 20px 0;
}
.header-cta-mobile .button-cta {
  float: right;
}
.header-menu .menu > li {
  color: #707070;
  font-family: "DIN-Bold", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;	
}
.header-menu .menu > li:not(:last-child) {
  margin-right: 25px;
}
.button-cta,
.button-cta:hover,
.button-cta:focus,
.button-cta:active,
.button-cta:visited {
  padding: 10px 20px;
  border-radius: 30px;
  display: block;
  color: #fff;
	font-size: 17px;
}
.has-orange-background-color .button-cta,
.has-orange-background-color .button-cta:hover,
.has-orange-background-color .button-cta:focus,
.has-orange-background-color .button-cta:active,
.has-orange-background-color .button-cta:visited {
  background-color: #384572;
  color: #fff;
}
.header-logo,
.button-cta {
  width: 250px;
  text-align: center;
}
.rdts_burgermenu {
  display: none;
}

.sub-menu {
  z-index: 999;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 20px;
  min-width: max-content;
  font-family: "DIN", sans-serif;
  box-shadow: 0px 3px 6px #c6c6c6;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
.sub-menu .noclick a {
  pointer-events: none;
}

.main-title {
  margin-bottom: 60px;
}
/*.rdts_breadcrumb #breadcrumb {color: #aaa;padding-left: 70px;margin-bottom: 50px;background-image: url(assets/images/np_home.svg);background-size: 1em auto;background-position: 2px 5px;background-repeat: no-repeat;}*/
/*.rdts_breadcrumb #breadcrumb a {color: #aaa;margin: 0 10px;}*/
/*.rdts_breadcrumb #breadcrumb:after {content: '>';width: 2em;height: 1em;display: block;position: absolute;top: 0;left: 55px;}*/
.rdts_breadcrumb #breadcrumb {
  margin: 0 0 50px -10px;
}
.rdts_breadcrumb #breadcrumb a,
#breadcrumb .bcstart {
  color: #384572;
  margin: 0 10px;
}
.breadcrumb_last {
  color: #ec7526;
  margin-left: 10px;
}
.rdts_breadcrumb .last {
  margin: 0 10px;
}

.archive .main-title {
  display: none;
}

/* FOOTER */
.footer-top {
  width: 100%;
  height: 70px;
  background-image: url(assets/images/footer_topgrafik.png);
  background-size: 100% 70px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-background {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.orange-border-box {
  min-height: 170px;
  padding: 35px;
  margin-bottom: 2em;
  text-align: center;
  font-family: "DIN-Bold", sans-serif;
  border: 1px solid #ec7526;
  border-radius: 50px;
}
.orange-border-box .zahl {
  font-size: 40px;
}
.orange-border-box .text {
  font-size: 26px;
}
.footer-social.socialicons img {
  width: 40px;
}
.footer-social.flexbox {
  width: 1130px;
  max-width: 100%;
  margin: 70px auto 50px auto;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
.footer-social.secondline.flexbox {
  margin: 20px auto 0 auto;
  justify-content: space-evenly;
}

/* POSTS */
.postdate {
  margin-bottom: 20px;
}
h2.postdate_title {
  font-size: 20px;
  font-family: "DIN", sans-serif;
}
.post_teaser {
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  padding: 30px;
  margin-bottom: 2em;
}
.post_teaser .featured-image {
  font-size: 0.6em;
  text-align: center;
}
.post_teaser .featured-image img {
  border-radius: 20px;
}
.post_teaser h2,
.postexcerpt .text {
  margin-bottom: 20px;
}
.single-post h1,
.single-post h2,
.single-post h3 {
  margin: 1em 0;
}

.single-post p {
  margin-bottom: 1em;
}
.single-post .wp-block-columns {
  gap: 2em;
}
.navlink a,
.navlink a:hover,
.navlink a:focus,
.navlink a:active {
  display: block;
  color: #ec7526;
  padding: 7px 0 0 47px;
  background-image: url(assets/images/pfeil_r.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.navlink.nav-next a,
.navlink.nav-next a:hover,
.navlink.nav-next a:focus,
.navlink.nav-next a:active {
  background-image: url(assets/images/pfeil_l.png);
}
.navlink.nav-next {
  margin-right: 60px;
}

.termin-monat {
  width: 100%;
  margin: 20px 0;
}
.termin-flexbox.flexbox {
  justify-content: space-between;
  width: 100%;
}
.termin-flexitem {
  width: calc(50% - 25px);
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  padding: 40px;
  margin-bottom: 1em;
}
.termin-flexitem .inner {
  padding-left: 110px;
}
.termin-tag {
  font-size: 36px;
  width: 90px;
  height: 90px;
  padding: 35px 0 0 25px;
  position: absolute;
  left: 0;
  top: -20px;
  background-image: url(assets/images/np_calendar.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.single .kurzinfo {
  display: inline-block;
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  padding: 40px;
  line-height: 1.8;
}
/*.featured-image .image-maske {z-index: 2;position: absolute;top: 0;left: 0;width: 100%;height: 100%;
background-image: url(assets/images/tropfen_header.svg);background-size: cover;background-position: center center;background-repeat: no-repeat;}*/

.single .featured-image {
  overflow: hidden;
  width: 578px;
  height: 450px;
  margin: auto;
}
.single .featured-image .image-maske {
  z-index: 2;
  width: calc(100% + 2px);
  height: calc(100% - 1px);
  background-size: 100%, cover;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
}

.masked-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-image + .caption {
  font-size: 14px;
  min-height: 28px;
  margin-top: 10px;
}

#verzeichnis {
  font-family: "DIN-Bold", sans-serif;
}
.ma_anzeige {
  height: 900px;
}
.ma_abc,
.ma_orte,
.ma_liste {
  min-height: 800px;
}
.ma_anzeige .ma_abc {
  background-color: #f2f2f2;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.ma_anzeige .ma_orte {
  border-right: 1px solid #c6c6c6;
}
.ortsverzeichnis .ort_wrapper,
#verzeichnis .info_wrapper {
  display: none;
}
#verzeichnis .info_wrapper.active {
  display: block;
}
.info_wrapper_leer {
  color: #aaa;
  font-family: "DIN", sans-serif;
}
.ma_button_wrapper {
  width: 100%;
  height: 800px;
  padding: 3em 0;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ma_abc_button,
.ma_ort_button {
  width: 100%;
  text-align: center;
  color: #aaa;
  margin-bottom: 1em;
}
.ma_ort_button {
  text-align: left;
  padding: 0 17px;
}
.ma_eintrag {
  margin-bottom: 1em;
  padding-left: 30px;
  background-image: url(assets/images/tinymapmarker.png);
  background-position: left 2px;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.ma_abc_button.active,
.ma_ort_button.active {
  color: #384572;
}
.ma_abc_button.active:before,
.ma_ort_button.active:before {
  content: "●";
  color: #ec7526;
  font-size: 10px;
  position: absolute;
  top: 4px;
  left: calc(50% - 25px);
}
.ma_ort_button.active:before {
  left: 0;
}
.ortsverzeichnis .ort_wrapper:first-child {
  display: block;
}

/* SLICK */
.slick-prev,
.slick-next {
  width: 100px;
}
.slick-prev {
  left: 0;
  transform: rotate(180deg);
  top: calc(100% + 40px);
}
.slick-next {
  right: unset;
  left: 140px;
  top: calc(100% + 50px);
}
.slick-prev:before,
.slick-next:before {
  height: 20px;
  width: 60px;
  display: block;
  color: transparent !important;
  opacity: 1;
  background-image: url(assets/images/np_slider_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.rdts_frontpageslider {
  margin-bottom: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.rdts_frontpageslider .slick-arrow {
  display: none;
}
.mehrlink,
.mehrlink:hover {
  padding: 4px 0 4px 36px;
  background-image: url(assets/images/pfeil_r.png);
  background-size: 28px 28px;
  background-position: left center;
  background-repeat: no-repeat;
}
.infokastenwrapper {
  padding: 0 20px;
}

/* BLOCKS */
.wp-block-separator,
hr {
  border-top: none;
  margin: 0;
}

.rdts-custom-cta {
  background-size: auto 70px;
  background-position: left center;
  background-repeat: no-repeat;
}

.rdts-custom-volltext {
  padding: 40px;
  line-height: 1.5;
  background-size: auto auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.rdts-custom-volltext.no-bg {
  padding: 0;
}
.rdts-custom-volltext.has-orange-background-color {
  color: #fff;
}
.rdts-custom-volltext.big {
  font-size: 1.3em;
}
.rdts-custom-volltext.hat_bildoverlay {
  margin: 0 50px 110px 0;
}
.rdts-custom-volltext.mit_rahmen,
.rdts-custom-volltext.no-bg.mit_rahmen {
  border: 1px solid #c6c6c6;
  padding: 40px;
}
.rdts-custom-volltext .bildoverlay {
  width: 100%;
  height: 220px;
  text-align: right;
  position: absolute;
  bottom: -110px;
  right: -50px;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.rdts-custom-volltext .button-cta {
  margin: 2em 0 1em 0;
}
.rdts-custom-volltext.single .button-cta {
  margin: 2em 0;
}
.rdts-custom-volltext.single {
  background-size: auto auto;
}
.rdts-custom-volltext hr {
  width: 100%;
  border-top: 2px solid #384572;
}
.abgerundet {
  border-radius: 50px;
}

.infokasten {
  border: 1px solid #c6c6c6;
  border-radius: 50px; /*margin: 0 30px;*/
  padding: 40px;
  background-size: auto auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.infokasten > h3 {
  margin-bottom: 1em;
}
.infokasten ul {
  min-height: 400px;
  margin-bottom: 1em;
}

.rdts_video,
.rdts_video iframe {
  z-index: 999;
  width: 100%;
  height: 450px;
  border-radius: 50px;
  cursor: pointer;
}

.rdts_blogvorschau .blogthumb {
  width: 100%;
  height: 400px;
  background-size: 60px, cover;
  background-position: calc(100% - 20px) calc(100% - 20px), center center;
  background-repeat: no-repeat, no-repeat;
}
.rdts_blogvorschau .blogthumb,
.rdts_blogvorschau .date,
.rdts_blogvorschau .title,
.rdts_blogvorschau .excerpt {
  margin-bottom: 34px;
}
.rdts_blogvorschau .wp-block-columns {
  gap: 2em;
}

.tabitem {
  display: none;
  margin-top: 1em;
}
.tabitem.active {
  display: block;
}
.tabtitel {
  display: inline-block;
  margin-right: 2em;
}
.tabtitel.active {
  color: #ec7526;
}
.rdts_tabgroup.mit_hintergrund .tabitem {
  margin: 0;
  background-color: #f2f2f2;
  padding: 40px;
  border-radius: 40px;
  border-top-left-radius: 0;
}
.rdts_tabgroup.mit_hintergrund .tabtitel {
  margin: 0;
  padding: 20px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.rdts_tabgroup.mit_hintergrund .tabtitel.active {
  background-color: #f2f2f2;
}

main ol,
main ul,
footer ol,
footer ul {
  padding: 0 0 20px 40px;
}

/* FORMULAR */
input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
  width: 100%;
  height: 56px;
  border: 1px solid #aaa;
  border-radius: 30px;
  margin-bottom: 2em;
  padding: 12px 24px;
}
input[type="submit"],
input[type="button"],
button.btn,
button.orangebutton {
  background: #ec7526;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 40px;
  margin: 2em 0;
  font-size: inherit;
  font-family: "DIN-Bold", sans-serif;
}
select {
  background-color: #fff;
  width: 100%;
  height: 56px;
  border: 1px solid #aaa;
  border-radius: 30px;
  padding: 12px 24px;
  background-image: url(assets/images/np_down.png);
  background-position: calc(100% - 30px) center;
  background-size: 1em auto;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select,
.form-control::placeholder,
input.form-control {
  color: #777 !important;
  font-size: 20px !important;
}
#neuer_ma_eintrag {
  display: none;
}
.dtname {
  display: none;
}
.small {
  font-weight: normal;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ec7526;
  border-color: transparent;
}

form.invalid .btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ccc;
  border-color: #ccc;
  color: #000;
}

.acceptance_holder {
  padding-left: 40px;
  margin-top: 1em;
}
.acceptance_holder .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.acceptance_holder .wpcf7-list-item {
  margin: 0;
}
form a,
form a:hover,
form a:focus,
form a:visited {
  text-decoration: underline;
  color: #ec7526;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 0;
  border-color: #ec7526;
  border-radius: 40px;
  font-family: "DIN-Bold", sans-serif;
  font-size: 36px;
  padding: 10px 20px;
  margin: 0 0 2em 0;
}
.wpcf7c-conf {
  background-color: #eee;
}
.wpcf7-form.sent .wpcf7-submit {
  display: none;
}

/*========================== Preise ==========================*/

table.preise {
  font-family: "DIN-Bold", sans-serif;
  font-weight: normal;
}

.content_preise table.preise {
  margin-bottom: 0px;
  width: 100%;
}

.content_preise table.preise tr td {
  border: none;
  padding: 0;
}

.content_preise table.preise tr td.row_name {
  font-size: 17px;
  font-weight: normal;
  vertical-align: middle;
  color: #383d53;
  padding-right: 5px;
  line-height: 1.2em;
}

.content_preise table.preise tr {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.content_preise table.preise tr.row_head {
  border-top: none;
  cursor: pointer;
}
.content_preise table.preise tr.row_head td {
  padding: 0px 0;
}
.content_preise table.preise tr td .blue_td,
.orange_td {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: normal;
  color: #383d53;
}
.content_preise table.preise tr td .orange_td {
  background-color: #ec7526;
  color: #fff;
}
.content_preise table.preise tr.row_head.mobile_row_head td {
  padding: 10px 0;
}
.content_preise table.preise tr td:nth-child(2) .blue_td {
  margin: 0 14px 0 0;
}
.content_preise table.preise tr td:last-child .blue_td {
  margin: 0 0 0 14px;
}

.blue_td i {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: transparent;
  color: #383d53;
}

.content_preise table.preise tr.row_head td {
  vertical-align: bottom;
  font-size: 30px;
  font-weight: normal;
  color: #383d53;
}
.content_preise table.preise tr.row_head td:first-child {
  padding-bottom: 10px;
}
.content_preise table.preise tr.row_head td .blue_td {
  padding: 10px 0 14px;
}

.preise_table_head,
.preise_table_footer {
  background: #fff;
  font-family: "DIN-Bold";
  text-align: center;
  text-transform: uppercase;
  padding: 30px 5px;
  font-size: 30px;
  margin-top: 20px;
}
.preise_table_kopf div:nth-child(3) .preise_table_head,
.p_table_footer div:nth-child(3) .preise_table_footer {
  background-color: #ec7526;
  margin: 0;
  font-size: 36px;
}
.preise_table_footer {
  background-image: none;
  text-shadow: none;
  font-style: normal;
  padding: 15px 5px 15px;
  font-size: 24px;
  margin-top: 0;
}

.row.p_table_footer > div.row_name {
  vertical-align: middle;
  padding: 14px 15px;
  color: #ff7d02;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}
.p_table_footer div:nth-child(3) .preise_table_footer {
  background-color: #ec7526;
  margin: 0;
  padding-bottom: 15px;
  font-size: 24px;
  padding-top: 15px;
}

.preise_footer {
  margin-bottom: 20px;
}

.content_preise header.entry-header {
  margin-bottom: 80px;
}

.content_preise table.preise_mobile {
  width: 300px;
  margin: 0 auto 0;
}

.content_preise table.preise.preise_mobile tr td:last-child .blue_td {
  margin: 0;
  padding: 10px 10px;
  color: #383d53;
}
.content_preise table.preise_mobile tr td .blue_td .name {
  font-size: 14px;
  color: #383d53;
}

.table_head_mobile {
  width: 300px;
  margin: 0 auto;
  position: relative;
  padding: 36px 5px 38px;
}

.table_footer_mobile {
  width: 300px;
  margin: 0 auto;
}
.table_footer_mobile .preise_table_footer {
  margin: 0 auto;
  border-bottom: 1px solid #4e5771;
}
.table_footer_mobile .preise_table_footer .name_footer {
  font-size: 14px;
  font-weight: normal;
}

/*.table_head_mobile .topseller {
  right: -2px;

}*/
/*.row.preise_table_kopf > .col-sm-3, .row.p_table_footer > .col-sm-3 {
  padding-left: 7px;
}*/
.content_preise table.preise.einfach {
  margin-bottom: 20px;
}
.content_preise table.preise.standard {
  margin-bottom: 1px;
}
.row_head i {
  background-color: transparent;
  position: relative;
  top: 3px;
}
.row_head.active i.fa-arrow-circle-down:before {
  content: "\f0aa";
}
.main_inhalt {
  color: #383d53;
  font-size: 20px;
}

.hinweis,
.t_holder {
  display: inline;
}
.hinweis .fa {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 6px;
}

/*================== NEU ==============================*/

.table_holder {
  background: #fff;
}
.preise_table_kopf {
  overflow: auto;
  background: #fff;
}
.bes_text h2,
.bes_text p {
  margin-bottom: 1em;
}
.table_wrapper_neu .fa.fa-check {
  background: #ec7526;
  color: #fff;
  padding: 11px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.table_wrapper_neu .orange_td .fa.fa-check {
  color: #ec7526;
  background: #fff;
}
.table_wrapper_neu .orange_td .fa.fa-minus {
  padding: 11px 0;
}
.table_wrapper_neu .col-sm-3 {
  height: 100%;
  padding: 0;
}
.preise_table_kopf .preise_table_head {
  height: 100%;
}
.preise_table_kopf .preise_table_head.bordertop {
  border-top: 2px solid #c6c6c6;
}
.preise_table_kopf .preise_table_head.multi {
  padding: 92px 0 74px 0;
  color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.preise_table_kopf .preise_table_head.profi,
.preise_table_kopf .preise_table_head.single {
  padding: 79px 0 75px 0;
}
.preise_table_kopf .preise_table_head.profi {
  border-top-right-radius: 50px;
  border-right: 2px solid #c6c6c6;
}
.preise_table_kopf .zero {
  font-size: 50px;
}
.preise_table_kopf .first {
  text-align: center;
  border-top-left-radius: 50px;
  padding: 45px 0;
  margin: 20px 0 0 0;
}
.table_wrapper_neu input[type="radio"] {
  margin: -1px 0 0 0;
}
.preise_table_footer.multi {
  color: #fff;
}
.p_table_footer {
  overflow: auto;
}
.p_table_footer .col-sm-3 {
  border-top: 1px solid #c6c6c6;
}
.p_table_footer .row_name {
  height: 66px;
}
.p_table_footer .bg_hell {
  background: #f2f2f2;
}
.p_table_footer .rundleft {
  border-bottom-left-radius: 50px;
}
.p_table_footer .row_name div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 20px;
}
.preise.standard,
.preise.sicher,
.preise_footer .row_last,
.preise_table_footer.profi {
  border-right: 2px solid #c6c6c6;
}
.preise_footer .row_last {
  border-bottom: 2px solid #c6c6c6;
  border-bottom-right-radius: 50px;
}
.preise_footer .border_bottom {
  border-bottom: 2px solid #c6c6c6;
}

.bestellen {
  padding-bottom: 50px;
}
.bestellen .schmuck_bottom {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.preise.standard.mehr .col-sm-3:first-child,
.preise.sicher .col-sm-3:first-child {
  background-color: #e3e3e3;
  padding-left: 20px;
}
.preise.standard .row_name {
  padding: 0 20px;
}

.table_wrapper_neu .btn-default,
.table_wrapper_neu .btn-default:hover {
  background: #384572;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px;
  margin: 1em 20px;
  width: calc(100% - 40px);
}
.table_wrapper_neu .btn-default.btn-grey,
.table_wrapper_neu .btn-default.btn-grey:hover {
  color: #384572;
  background: #f2f2f2;
  margin-top: 0;
}
.table_wrapper_neu .btn_placeholder {
  opacity: 0;
  pointer-events: none;
}
.table_wrapper_neu hr {
  width: 100%;
  border-top: 2px solid #384572;
}

.fa.noshow {
  opacity: 0;
}
td.col-sm-3 {
  position: relative !important;
}
.triangledown {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.wpcf7-not-valid-tip {
  color: #ec7526;
  margin-top: -1em;
}
.wpcf7-not-valid {
  background-color: rgba(236, 117, 38, 0.8);
}

/* änderung auf wunsch ts 26.01.23 */
.rdts_frontpageslider .infokastenwrapper {
  width: 50%;
  display: inline-block;
  margin-bottom: 40px;
}

.marginbottom_20 {
    margin-bottom: 20px;
}
.marginbottom_30 {
    margin-bottom: 30px;
}
.marginbottom_34 {
    margin-bottom: 34px;
}
.marginbottom_40 {
    margin-bottom: 40px;
}
.marginbottom_50 {
    margin-bottom: 50px;
}
.marginbottom_60 {
    margin-bottom: 60px;
}
.marginbottom_70 {
    margin-bottom: 70px;
}
.marginbottom_80 {
    margin-bottom: 80px;
}
.marginbottom_90 {
    margin-bottom: 90px;
}

main li > a, main li > a:hover, main li > a:focus, main li > a:active, main li > a:visited {text-decoration: underline;}

/* ANIMATION */

@keyframes csfi {
  from {
    opacity: 0;
    transform: perspective(500px) translate3d(-35px, -40px, -150px)
      rotate3d(1, -1, 0, 35deg);
  }
  to {
    opacity: 1;
    transform: perspective(500px) translate3d(0, 0, 0);
  }
}

.isPlaceholderForAnimation {
  color: transparent;
  background-color: transparent;
  opacity: 0;
  position: relative;
}
.fullSmoothSlideInRight,
.fullSmoothSlideInLeft {
  position: relative;
  overflow: hidden;
}
.isanimatedElement {
  position: absolute;
  top: 0;
  transition: left 1s;
  width: 100%;
}
.isanimatedElement.fullSmoothSlideInRight {
  left: 800px;
}
.isanimatedElement.fullSmoothSlideInLeft {
  left: -800px;
}

.animationdone.fullSmoothSlideInRight.isanimatedElement,
.animationdone.fullSmoothSlideInLeft.isanimatedElement {
  left: 0px;
}

/*highlight*/
@media (min-width: 1000px) {
.animate_highlight {
  padding-right: 2em;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1s linear 2 forwards;
  display: inline-block;
}
}

/* flagge im header */
.header-flag {
  display: flex;
  align-items: center;
  padding: 20px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*lineup*/
.lineup {
  /*  animation: 2s anim-lineUp ease-out 1; //animation in js*/
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* MEDIAQUERY */
@media (max-width: 1650px) {
  .single .featured-image {
    width: 400px;
    height: 311px;
  }
}

@media (max-width: 1400px) {
  .rdts_burgermenu {
    font-size: 30px;
    display: block;
    margin: 0;
    padding: 0 40px 5px 40px; /*border: 1px solid #707070;margin: 0 40px;padding: 5px 20px 0 20px;border-radius: 20px;*/
  }
  header .menu {
    display: none;
    z-index: 999;
    white-space: nowrap;
    padding: 1em;
    position: absolute;
    top: 90px;
    left: 0;
    background-color: #f2f2f2;
    min-width: max-content;
  }
  .header-menu .menu > li {
    display: block;
  }
  .sub-menu {
    position: relative;
    top: 0;
    padding: 20px 0;
    box-shadow: none;
    background: transparent;
  }
  .menu li {
    max-width: calc(100% - 2em);
  }
	.main-header.flexbox {
    justify-content: space-between;
  }
	  /*
  .main-header.flexbox {
    justify-content: end;
  }
  .main-header .header-cta {
    display: none;
  } */
  .main-header .header-cta-mobile {
    display: inline-block;
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 45px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .wp-block-column .wp-block-columns {
    display: block !important;
    margin-bottom: 40px;
  }
  .wp-block-column .wp-block-columns .wp-block-column {
    margin-bottom: 40px;
  }
  .wp-block-column .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .wp-block-column .wp-block-columns .wp-block-column .rdts-custom-volltext {
    min-height: 0 !important;
  }
  input[type="submit"],
  input[type="button"],
  button.btn,
  button.orangebutton {
    padding: 10px 30px;
  }
  .single .featured-image {
    width: 347px;
    height: 270px;
  }
}

@media (max-width: 1000px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-column {
    margin-bottom: 40px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .infokasten {
    margin-top: 20px;
  }
  .rdts-custom-volltext {
    min-height: 0 !important;
  }

  .table_wrapper_neu .btn_mobile,
  .table_wrapper_neu .btn_mobile:hover {
    font-family: "DIN-Bold", sans-serif;
  }
  .hidden-lg {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }

  .single .featured-image {
    width: 578px;
    height: 450px;
    margin-top: 40px;
  }
  .ma_anzeige {
    height: auto;
  }
  .ma_abc,
  .ma_orte,
  .ma_liste {
    min-height: 150px;
  }
  .ma_button_wrapper {
    height: auto;
    overflow-y: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 2em 1em;
    display: flex;
    flex-wrap: wrap;
  }
  .ma_abc .ma_button_wrapper {
    padding: 2em 1em 1em 1em;
  }
  .ma_abc_button {
    width: 40px;
  }
  .ortsverzeichnis.ma_button_wrapper {
    height: auto;
  }
  .ma_anzeige .ma_orte {
    border-right: none;
  }
  .ma_liste .ma_button_wrapper {
    min-height: 100px;
    border: 1px solid #ec7526;
    border-radius: 50px;
  }
  .info_wrapper .ma_eintrag:last-child {
    margin: 0;
  }
}

@media (max-width: 950px) {
  .wp-block-column,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:first-child) {
    margin: 0;
  }
  .formular_infoblock {
    display: none;
  }
  .home .rdts_frontpageslider .infokastenwrapper {
    width: 100%;
  }
}

@media (max-width: 810px) {
  .header-cta {
    order: 1;
    margin: 15px auto 30px auto;
  }
  .main-header.flexbox {
    padding-top: 10px;
    justify-content: space-between;
  }
  .rdts_burgermenu {
    margin: 0 20px;
  }
  .main-header .header-cta-mobile {
    position: relative;
  }
}

@media (max-width: 700px) {
  .header-cta-mobile .button-cta {
    float: none;
    margin: 20px auto;
  }
  .single .featured-image {
    width: 400px;
    height: 311px;
  }
  /*.declutter { display: none; }*/
}

@media (max-width: 560px) {
  .table_wrapper_neu .btn_mobile,
  .table_wrapper_neu .btn_mobile:hover {
    font-size: 16px;
  }
  
}

@media (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
  .header-logo {
    width: 40vw;
  }
  .rdts_burgermenu {
    padding: 0;
  }
  .main-header .header-cta-mobile {
    top: 0;
  }
  .rdts-custom-volltext.hat_bildoverlay {
    margin: 0 0 130px 0;
  }
  .rdts-custom-volltext .bildoverlay {
    right: 0;
  }
  .wp-block-column .wp-block-spacer:first-child,
  .wp-block-column .wp-block-spacer:last-child {
    display: none;
  }
  .rdts-custom-volltext .bildoverlay {
    position: relative;
    bottom: 0;
  }
  .rdts-custom-volltext.hat_bildoverlay {
    margin: 0;
  }
  .rdts_blogvorschau .blogthumb {
    height: 120px;
  }
  .footer-social.flexbox > a,
  .footer-social.flexbox > img {
    width: 100px;
  }
  .footer-social.zert > a {
    width: 50%;
    padding: 10px;
  }
}
