@charset "UTF-8";
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.4;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.space100 {
  height: 100px;
}

.space70 {
  height: 70px;
}

.alignCenter {
  text-align: center !important;
}

.alignLeft {
  text-align: left !important;
}

.alignRight {
  text-align: right !important;
}

.pulse {
  margin: 100px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.pulse-button.animation {
  animation: pulseanimation 2s infinite;
}

.pulse-button {
  padding: 1rem;
  color: var(--clr-mycoachz-violet);
  border: none;
  border-radius: 30px;
  background: var(--clr-mycoachz-gold-lighttrans);
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(138, 106, 161, 0.5);
  padding: 20px 30px;
}
.pulse-button .pulse-button:hover {
  animation: none;
}
@keyframes pulseanimation {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  font-size: 16px;
  /*background-color: #998888 !important;*/
}

/* //! Header*/
#mobile_menu > .menu-item.blog,
#mobile_menu .menu-item.coaches,
#mobile_menu .menu-item.ueber,
#mobile_menu .menu-item.konto,
#mobile_menu .menu-item.logout {
  display: none;
}

.menu-item.laden::before,
.menu-item.tele::before,
.menu-item.rueck::before,
.menu-item.rech::before,
.menu-item.buch::before,
.menu-item.profil::before,
.menu-item.nach::before {
  content: "⯈";
  color: var(--clr-mycoachz-blue);
  position: relative;
  top: 2.05rem;
}
@media screen and (min-width: 980px) {
  .menu-item.laden::before,
  .menu-item.tele::before,
  .menu-item.rueck::before,
  .menu-item.rech::before,
  .menu-item.buch::before,
  .menu-item.profil::before,
  .menu-item.nach::before {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .menu-item.kontakt,
  .menu-item.home {
    display: none !important;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

#top-header {
  width: 100%;
  margin-top: 5rem;
  position: absolute;
  z-index: 11 !important;
}
#top-header .menu-item a {
  padding-inline: 1rem;
}
#top-header .menu-item.active a {
  font-weight: 600;
}

.nav li ul {
  width: 400px !important;
  background: #fff;
  border-top: none !important;
}

.sub-menu {
  left: -40px;
}

#top-menu .loginout {
  padding-inline: 4rem;
}

.nav li ul li a {
  width: 500px !important;
}

#top-menu li li a {
  padding: 6px 20px;
  width: 200px;
}

.et_mobile_menu {
  overflow-y: scroll;
  height: 400px;
}

#footer-bottom .et-social-icons {
  float: none;
  text-align: center;
}

pre {
  font-size: 0.7rem !important;
}

.socialMedia_container {
  display: flex;
  margin-top: 10px !important;
}

/* //! Header*/
#mobile_menu > .menu-item.blog,
#mobile_menu .menu-item.coaches,
#mobile_menu .menu-item.ueber,
#mobile_menu .menu-item.konto,
#mobile_menu .menu-item.logout {
  display: none;
}

.menu-item.laden::before,
.menu-item.tele::before,
.menu-item.rueck::before,
.menu-item.rech::before,
.menu-item.buch::before,
.menu-item.profil::before,
.menu-item.nach::before {
  content: "⯈";
  color: var(--clr-mycoachz-blue);
  position: relative;
  top: 2.05rem;
}
@media screen and (min-width: 980px) {
  .menu-item.laden::before,
  .menu-item.tele::before,
  .menu-item.rueck::before,
  .menu-item.rech::before,
  .menu-item.buch::before,
  .menu-item.profil::before,
  .menu-item.nach::before {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .menu-item.kontakt,
  .menu-item.home {
    display: none !important;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

#top-header {
  width: 100%;
  margin-top: 5rem;
  position: absolute;
  z-index: 11 !important;
}
#top-header .menu-item a {
  padding-inline: 1rem;
}
#top-header .menu-item.active a {
  font-weight: 600;
}

.nav li ul {
  width: 400px !important;
  background: #fff;
  border-top: none !important;
}

.sub-menu {
  left: -40px;
}

#top-menu .loginout {
  padding-inline: 4rem;
}

.nav li ul li a {
  width: 500px !important;
}

#top-menu li li a {
  padding: 6px 20px;
  width: 200px;
}

.et_mobile_menu {
  overflow-y: scroll;
  height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

p,
div {
  font-size: 22px;
  font-style: normal;
  font-family: "CrimsonPro", serif;
  font-weight: 400;
}

@media screen and (max-width: 650px) {
  p {
    font-size: 20px !important;
    line-height: 1.6rem;
  }
}

ul,
button,
input,
textarea,
select,
li,
.calltoaction_txt_call {
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 500;
}

label,
a,
span {
  font-size: 14px;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800 !important;
  font-style: normal;
}

.coachz_card_button,
.register_button {
  background-color: #fafafa;
  border: 0 solid #e2e8f0;
  border-radius: var(--borderradius);
  box-sizing: border-box;
  color: #0d172a;
  cursor: pointer;
  display: inline-block;
  /*font-size: 1.1rem; font-weight: 600;*/
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
  padding: 1rem 1.6rem;
  text-align: center;
  -webkit-text-decoration: none #0d172a solid;
          text-decoration: none #0d172a solid;
  text-decoration-thickness: auto;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

a.button {
  display: flex;
  width: 40rem;
  line-height: 1.8rem;
  margin: 0 auto;
}

a.button.coach-suchen {
  color: var(--clr-mycoachz-blue);
  border-radius: 100px;
  box-shadow: 0 0 10px var(--clr-mycoachz-violet-trans);
  background: var(--clr-mycoachz-whitegold-trans);
  margin-block: 1rem;
  border: solid var(--clr-mycoachz-gold-trans) 2px;
}
a.button.coach-suchen > .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
a.button.coach-suchen > .button-wrapper > img {
  max-width: 30%;
  width: 94px;
  padding: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 650px) {
  a.button.coach-suchen > .button-wrapper > img {
    max-width: 33%;
    padding: 1rem;
  }
}
a.button.coach-suchen > .button-wrapper > .button-text {
  color: var(--clr-mycoachz-violet);
  font-size: 1.4em;
  margin-right: 15px;
}
@media screen and (max-width: 650px) {
  a.button.coach-suchen > .button-wrapper > .button-text {
    color: var(--clr-mycoachz-violet);
    letter-spacing: 1px;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 650px) {
  a.button.coach-suchen {
    width: 100%;
  }
}

a.button.coach-suchen:hover {
  box-shadow: 0 0 10px rgba(204, 169, 44, 0.4);
  background-color: var(--clr-mycoachz-violet-trans-white);
}
a.button.coach-suchen:hover > .button-wrapper > .button-text {
  color: var(--clr-mycoachz-blue);
}

a.tab button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: var(--clr-mycoachz-blue);
  color: #fff;
  cursor: pointer;
}

a.tab button:hover,
a.tab button.active {
  background-color: var(--clr-mycoachz-gold);
}

.menu-item.spacer {
  margin-bottom: 20px;
}

/* //!Call to Action */
.calltoaction_txt_headline {
  font-size: 1.4rem;
  text-align: center;
}

.call_prompt {
  font-style: normal;
  font-size: 1.2rem;
  font-variant: small-caps;
}

.coach_count {
  font-size: 1.5rem;
  text-align: center;
  color: var(--clr-mycoachz-gold-dark1);
}

.call_prompt {
  font-size: 0.9rem;
  color: var(--clr-dark);
  font-family: "Be Vietnam Pro";
  font-weight: 800;
}

.calltoaction_container > p,
.calltoaction_txt_container > p {
  line-height: 2rem;
  letter-spacing: 0.1rem;
}

.calltoaction_quali_img {
  max-width: 400px;
  margin: auto;
  justify-self: center;
  width: 75%;
  margin-block: 2rem;
}

.calltoaction_txt_call {
  font-size: 1rem;
}

.calltoaction_txt_headline,
.headline {
  font-size: 1.6rem;
  color: var(--clr-mycoachz-violet);
  letter-spacing: 5px;
  line-height: 2rem;
  padding-block: 2rem;
  font-weight: 900;
}

.calltoaction_container {
  display: grid;
  margin: auto;
}

.blog_preview_container .et_pb_ajax_pagination_container article {
  padding: 20px;
}

.blog_container .et_pb_salvattore_content > div article {
  height: 400px;
}
@media screen and (max-width: 800px) {
  .blog_container .et_pb_salvattore_content > div article {
    height: auto;
  }
}

label[for=Suche] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.suche {
  margin-right: 20px;
}
@media screen and (max-width: 977px) {
  .suche {
    margin: 0px;
  }
}

#form-suche .wsr-row .wsr-col-12 {
  margin: 0;
  padding: 0;
}

#form-suche {
  display: flex;
  position: fixed;
  left: 20rem;
  padding: 0;
  margin: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
  top: 10px;
}
@media screen and (max-width: 977px) {
  #form-suche {
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 1294px) {
  #form-suche {
    left: 1rem;
    padding: 0;
    margin: 0;
    top: 50px;
  }
}

#Suche {
  padding: 20px;
  margin: 0;
  height: 30px;
  flex: 1;
  background-color: var(--clr-mycoachz-whitegold-trans) !important;
  border: solid 1px var(--clr-mycoachz-gold-dark1) !important;
}
@media screen and (max-width: 1294px) {
  #Suche {
    width: 80% !important;
  }
}
@media screen and (max-width: 977px) {
  #Suche {
    width: 100% !important;
    margin-top: 0;
  }
}

#submit-suche {
  position: relative;
  right: 51px;
  padding: 9px;
  bottom: 3px;
  margin: 0;
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="40" cy="40" r="20" stroke="%23af8f24" stroke-width="3" fill="none"/><line x1="53" y1="53" x2="70" y2="70" stroke="%23af8f24" stroke-width="3"/></svg>');
  background-repeat: no-repeat;
  background-size: 50px 80px;
  width: 68px;
  height: 61px;
}
@media screen and (max-width: 1294px) {
  #submit-suche {
    right: 109px;
  }
}
@media screen and (max-width: 977px) {
  #submit-suche {
    right: 46px;
    margin-top: 0;
    top: 7px;
  }
}

#coachz_cards_container_suche {
  width: 100%;
  padding-inline: 5rem;
}
@media screen and (max-width: 977px) {
  #coachz_cards_container_suche {
    padding-inline: 2rem;
  }
}

/* //! BLOG Sidebar */
.sidebar_blog input.wp-block-search__input {
  border-radius: var(--borderradius);
  height: 50px !important;
  font-size: 16px;
  padding: 0.4rem 0 0 1.7rem;
}

.sidebar_blog button.wp-block-search__button {
  height: 50px !important;
  border-top-left-radius: 0%;
  border-top-right-radius: var(--borderradius);
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: var(--borderradius);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.sidebar_blog button.wp-block-search__button > svg {
  transform: scale(1.4);
}

#block-30,
#block-32 {
  margin-bottom: 0px;
}

.meinbereich .et_pb_code_inner {
  overflow-x: scroll;
  padding: 2rem;
}

@media screen and (max-width: 769px) {
  .buchung_wrapper {
    width: 500px;
  }
}
@media screen and (max-width: 850px) {
  .buchung_wrapper {
    width: 850px;
  }
}

.buchung_wrapper .wsr-row.buchung.header {
  background-color: var(--clr-mycoachz-whitegold-trans);
  border: solid 1px var(--clr-mycoachz-blue);
  color: var(--clr-mycoachz-blue);
  padding-left: 2rem;
  border-radius: var(--borderradius15);
}
.buchung_wrapper .wsr-row.buchung.header > * {
  font-family: "Be Vietnam Pro" !important;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .buchung_wrapper .wsr-row.buchung.header {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .buchung_wrapper .wsr-row.buchung.header {
    font-weight: 400;
    display: flex;
  }
}

.buchung_wrapper .wsr-row.buchung {
  padding-left: 2rem;
  font-size: 17px;
}
@media screen and (max-width: 769px) {
  .buchung_wrapper .wsr-row.buchung {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .buchung_wrapper .wsr-row.buchung {
    display: flex;
  }
}

.buchung_wrapper .wsr-row.buchung:nth-child(even) {
  background-color: #eee;
}

.buchung_wrapper img.chat-icon {
  width: 32px;
}

.coach_buchen_preis {
  text-align: center;
}

#coach_buchen .datum_wrapper,
#coach_buchen .uhrzeit_wrapper {
  text-align: center;
}

#coach_buchen .datum_wrapper #datum_german {
  width: 100px;
  text-align: center;
  font-size: 18px;
}

#coach_buchen .datum_wrapper button {
  background-color: var(--clr-mycoachz-gold);
  width: 50px;
  padding: 8px 6px;
  border-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

#coach_buchen .datum_wrapper button:hover {
  background-color: var(--clr-mycoachz-blue);
  cursor: pointer;
}

.coach_buchen_preis span,
span.uhrzeit {
  background-color: var(--clr-mycoachz-gold);
  display: inline-block;
  min-width: 4rem;
  margin: 3px 3px;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  color: #fff;
}

span.uhrzeit:hover,
span.uhrzeit.selected {
  background-color: var(--clr-mycoachz-blue);
}

span.uhrzeit:hover {
  cursor: pointer;
}

a.pfeil {
  display: inline-block;
  padding-left: 0.5em;
  text-decoration: none;
}

a.pfeil::before {
  content: "→ ";
}

.kategorie_container {
  margin-bottom: 30px !important;
}

label[for=€] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#€ {
  padding-left: 2rem;
}

#call_guthaben {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

#call_guthaben .wsr-row .wsr-col-4 input:not(:-moz-placeholder-shown)::before {
  top: 5px;
  left: 10px;
  font-size: 0.8em;
  transform: translateY(0);
}

#call_guthaben .wsr-row .wsr-col-4 input:focus::before,
#call_guthaben .wsr-row .wsr-col-4 input:not(:placeholder-shown)::before {
  top: 5px;
  left: 10px;
  font-size: 0.8em;
  transform: translateY(0);
}

.show-euro::before {
  display: block !important;
}

.euroBetrag {
  margin-bottom: 1rem;
}

#coach_buchen_infobox {
  width: 100%;
}

#paypal-button-container {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: auto;
}

.wsr-form-info,
.euroBetrag,
.guthaben_info {
  font-size: 20px;
  color: var(--clr-mycoachz-violet);
  line-height: 2rem;
}
@media screen and (max-width: 800px) {
  .wsr-form-info,
  .euroBetrag,
  .guthaben_info {
    font-weight: 600;
    font-size: 20px;
  }
}

.guthaben_info {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .guthaben_info {
    padding-right: 0rem;
  }
}

#status_info {
  padding-bottom: 0 !important;
  font-size: 20px;
  color: var(--clr-mycoachz-violet);
}
#status_info > p > a button {
  max-width: -moz-max-content;
  max-width: max-content;
}

#call-status,
#no-answer {
  line-height: 2rem;
}
#call-status > p,
#no-answer > p {
  padding-bottom: 0 !important;
  font-size: 20px;
  color: var(--clr-mycoachz-violet);
}

.connect,
.choose-num {
  margin-top: 1rem;
  font-size: 20px;
  color: var(--clr-mycoachz-violet);
}

.wsr-form .ccard_buttons .coachz_card_button, .register_button, .ccard_buttons .aufladen, .ccard_buttons .finallycall, .selected_number .ccard_buttons .coachz_card_button, #no-answer .ccard_buttons .coachz_card_button, #call-status .ccard_buttons .coachz_card_button {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  padding: 1rem;
}

#no-answer {
  padding-top: 2rem;
  font-size: 20px;
}

.profil-guthaben #coach_buchen_form_wrapper {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.profil-guthaben #coach_buchen_form_wrapper > .guthaben_info {
  padding-left: 10px;
}

.profil-guthaben {
  display: flex;
  flex-direction: column;
}

#guthaben {
  max-width: 300px !important;
}
@media screen and (max-width: 650px) {
  #guthaben {
    width: -moz-min-content !important;
    width: min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
}

.card-height {
  display: none;
}

.coachz_card_filter {
  text-align: center;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 15px;
  padding: 10px !important;
  width: 100%;
}

.coachz_card_filter button {
  display: inline-block;
  background-color: #fafafa;
  color: #aaa;
  border: 1px solid #aaa;
  border-radius: 15px;
  margin: 0px 4px 4px 0px;
  padding: 4px 8px;
}

.coachz_card_filter button:hover {
  cursor: pointer;
}

.coachz_card_filter button.online.checked,
.coachz_card_filter .filter_button_kategorie {
  background-color: var(--clr-mycoachz-on_off_on);
  color: #fff;
}

.coachz_card_filter button.offline.checked {
  background-color: var(--clr-mycoachz-on_off_off);
  color: #fff;
}

.coachz_card_filter i.online {
  background-color: var(--clr-mycoachz-on_off_on);
}

.coachz_card_filter i.offline {
  background-color: var(--clr-mycoachz-on_off_off);
}

/* //! coachz cards*/
.coachzcards {
  width: 90% !important;
}

.coachz_card.add {
  padding-left: 3rem !important;
}

.coachz_card_beschreibung {
  font-family: "CrimsonPro", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-style: italic;
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  padding-inline: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem !important;
  align-content: center;
  overflow: hidden;
  text-align: center;
  white-space: pre-wrap;
}

.coachz_card_beschreibung.bg {
  background: var(--clr-mycoachz-gold-lighttrans);
  padding-block: 1rem !important;
  margin-top: 1rem;
  border-radius: var(--borderradius15);
}

.coachz_card_beschreibung.short {
  font-weight: 700;
}

.coachzcards {
  max-width: 100% !important;
}

.coachz_card.front {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px 0px;
  grid-template-areas: "ccard_online_status" "ccard_quali" "ccard_image" "ccard_description" "ccard_header" "ccard_buttons";
}

.ccard_online_status {
  grid-area: ccard_online_status;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.coachz_card_header {
  text-align: center;
  width: 190px;
  padding-top: 1rem;
  margin: auto;
}
.coachz_card_header > p {
  font-weight: 400;
  font-size: 18px;
}

.ccard_description {
  grid-area: ccard_description;
  margin-block: 1rem;
}

.ccard_buttons {
  grid-area: ccard_buttons;
  display: flex;
  margin: auto;
  padding-top: 1rem;
  flex-direction: column;
  margin-bottom: 1rem;
}
.ccard_buttons > .makecall.offline {
  border: solid 3px var(--clr-mycoachz-on_off_off);
  background-color: transparent !important;
}
.ccard_buttons > .makecall.online {
  border: solid 3px var(--clr-mycoachz-on_off_on);
  background-color: transparent !important;
}

.coachz_card_button.makecall.offline:hover {
  background-color: var(--clr-mycoachz-on_off_off) !important;
  color: var(--clr-light) !important;
}

.coachz_card_button.makecall.online:hover {
  background-color: var(--clr-mycoachz-on_off_on) !important;
  color: var(--clr-light) !important;
}

.ccard_image {
  grid-area: ccard_image;
  align-content: center;
  justify-self: center;
}

.ccard_header {
  grid-area: ccard_header;
  margin-right: 1rem;
  padding-top: 1rem;
  font-size: 1rem;
}

.ccard_quali {
  grid-area: ccard_quali;
  padding-block: 1rem;
}

.hide {
  display: none;
}

.coachz_card.front .coachz_card_qualification {
  overflow: hidden;
}

.coachz_card_button {
  background-color: var(--clr-mycoachz-gold);
  color: var(--clr-mycoachz-blue);
  padding: 0.7rem 0.7rem;
  font-size: 15px;
  font-weight: 700;
}

.coachz_card_button_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coachz_card_button:hover {
  background-color: var(--clr-mycoachz-blue);
  color: #fff;
}

.coachz_card_image img {
  height: 140px;
  max-width: 140px;
  /*border: 2px solid var(--clr-mycoachz-gold);*/
}

.coachz_card_qualification {
  min-height: 70px;
  padding-top: 20px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: var(--clr-mycoachz-gold-light); */
}
.coachz_card_qualification > p {
  font-weight: 400;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
}

.coachz_card_minutenpreis {
  text-align: center;
  margin-bottom: 10px;
}

.coachz_card_minutenpreis span {
  border-radius: 4px;
  font-size: 0.7rem;
  /*font-style: italic;*/
  /*background-color: var(--clr-mycoachz-gold);*/
  color: #333;
}

.coachz_card_hr {
  width: 50%;
  align-self: center;
  margin: auto;
}

.svg_coachz_card {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
  display: unset;
}

.info_btn {
  align-self: center;
}

.coachz_card_wrapper.filter {
  background-color: #ccc;
}

.coachz_card_wrapper.hide {
  display: none;
}

.coachz_card_wrapper {
  margin-top: 2rem;
}

#delete_rueckruf {
  background: url('data:image/svg+xml;utf8,<svg height="1000" width="875" xmlns="http://www.w3.org/2000/svg"><path d="M0 281.296l0 -68.355q1.953 -37.107 29.295 -62.496t64.449 -25.389l93.744 0l0 -31.248q0 -39.06 27.342 -66.402t66.402 -27.342l312.48 0q39.06 0 66.402 27.342t27.342 66.402l0 31.248l93.744 0q37.107 0 64.449 25.389t29.295 62.496l0 68.355q0 25.389 -18.553 43.943t-43.943 18.553l0 531.216q0 52.731 -36.13 88.862t-88.862 36.13l-499.968 0q-52.731 0 -88.862 -36.13t-36.13 -88.862l0 -531.216q-25.389 0 -43.943 -18.553t-18.553 -43.943zm62.496 0l749.952 0l0 -62.496q0 -13.671 -8.789 -22.46t-22.46 -8.789l-687.456 0q-13.671 0 -22.46 8.789t-8.789 22.46l0 62.496zm62.496 593.712q0 25.389 18.553 43.943t43.943 18.553l499.968 0q25.389 0 43.943 -18.553t18.553 -43.943l0 -531.216l-624.96 0l0 531.216zm62.496 -31.248l0 -406.224q0 -13.671 8.789 -22.46t22.46 -8.789l62.496 0q13.671 0 22.46 8.789t8.789 22.46l0 406.224q0 13.671 -8.789 22.46t-22.46 8.789l-62.496 0q-13.671 0 -22.46 -8.789t-8.789 -22.46zm31.248 0l62.496 0l0 -406.224l-62.496 0l0 406.224zm31.248 -718.704l374.976 0l0 -31.248q0 -13.671 -8.789 -22.46t-22.46 -8.789l-312.48 0q-13.671 0 -22.46 8.789t-8.789 22.46l0 31.248zm124.992 718.704l0 -406.224q0 -13.671 8.789 -22.46t22.46 -8.789l62.496 0q13.671 0 22.46 8.789t8.789 22.46l0 406.224q0 13.671 -8.789 22.46t-22.46 8.789l-62.496 0q-13.671 0 -22.46 -8.789t-8.789 -22.46zm31.248 0l62.496 0l0 -406.224l-62.496 0l0 406.224zm156.24 0l0 -406.224q0 -13.671 8.789 -22.46t22.46 -8.789l62.496 0q13.671 0 22.46 8.789t8.789 22.46l0 406.224q0 13.671 -8.789 22.46t-22.46 8.789l-62.496 0q-13.671 0 -22.46 -8.789t-8.789 -22.46zm31.248 0l62.496 0l0 -406.224l-62.496 0l0 406.224z"/></svg>') no-repeat;
  background-size: 20px 30px;
  padding-left: 25px;
  height: 40px;
  border: none !important;
  border-radius: 0 !important;
}

.rueckrufeBtn .wsr-form {
  padding: 0 !important;
  margin: 0 !important;
}
.rueckrufeBtn .wsr-form > .wsr-row .wsr-col-12 {
  padding: 0 !important;
  margin: 0 !important;
}
.rueckrufeBtn .wsr-form > .wsr-row .wsr-col-12 > input {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4rem;
}

.rueckruf > .text {
  padding-top: 20px;
}

.logout-button {
  float: right !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.logout-button > a .logout {
  color: var(--clr-mycoachz-violet-dark);
  border: 2px solid var(--clr-mycoachz-violet);
  font-weight: 700;
  background-color: transparent;
  border-radius: var(--borderradius15);
  cursor: pointer;
  padding: 5px;
}

.dashicons.dashicons-dismiss {
  color: red;
}

.dashicons.dashicons-yes-alt {
  color: green;
}

a.tab button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: var(--clr-mycoachz-blue);
  color: #fff;
  cursor: pointer;
}

a.tab button:hover,
a.tab button.active {
  background-color: var(--clr-mycoachz-gold);
}

ul.coach_telefonzeiten {
  list-style: none !important;
  padding: 0px;
}

.coach_telefonzeiten li.wochentag:before {
  /*content: "\128467";*/
  content: var(--icon-calendar);
  padding-right: 5px;
}

.coach_telefonzeiten li.uhrzeit {
  padding-left: 25px;
}

button.on_off,
button.session {
  padding: 20px 30px;
  background-color: var(--clr-mycoachz-on_off_off);
  color: #fff;
  border: none;
  border-radius: 30px;
}

button.on_off.on {
  background-color: var(--clr-mycoachz-on_off_on);
}

button.session {
  background-color: var(--clr-mycoachz-session);
}

.menu-item.spacer {
  margin-bottom: 20px;
}

.onoff_container, .callback_container, .profilpic_container {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 3rem;
}

/* Dashboard */
#chat-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#chat-window {
  display: none;
  position: relative;
  width: 100%; /* 300px;*/
  max-width: 100%;
  /* height: 400px; */
  background-color: #fff;
  border: 1px solid #ccc;
}

.chat-kontakte {
  background-color: #f5f5f5;
  margin-bottom: 2px;
}

.chat-kontakte.active {
  background-color: #e6e6e6;
}

#chat-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #e6e6e6;
  border-bottom: 1px solid #ccc;
}

#chat-title {
  flex-grow: 1;
  font-weight: bold;
}

#chat-minimize {
  cursor: pointer;
}

#chat-minimize img {
  width: 20px;
  height: 20px;
}

#chat-messages {
  width: 100%;
  height: 400px;
  padding: 10px;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
}

#chat-messages div {
  float: left;
  margin-bottom: 5px;
  background-color: #fafafa;
  padding: 5px 10px;
  min-width: 51%;
  max-width: 80%;
  border-radius: 10px;
}

#chat-messages div.sender {
  float: right;
  background-color: #f0f0f0;
}

#chat-messages .timestamp {
  display: block;
  text-align: right;
  font-size: 0.8em;
}

#chat-input-container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  padding: 10px;
}

#chat-input {
  flex-grow: 1;
  padding: 12px;
  border-radius: 10px;
}

#chat-send {
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  background-color: var(--clr-mycoachz-blue);
}

#chat-send:hover {
  cursor: pointer;
}

/* Facebook icon color */
.et-social-facebook a.icon:before {
  color: var(--clr-mycoachz-gold);
}

/* Twitter icon color */
.et-social-twitter a.icon:before {
  color: var(--clr-mycoachz-gold);
}

/* Instagram icon color */
.et-social-instagram a.icon:before {
  color: var(--clr-mycoachz-gold);
}

.textIcon {
  padding: 3px 6px;
  border-radius: 50%;
}

.nowrap {
  white-space: nowrap;
}

#kategorie-menu ul li.spacer hr {
  border: 1px solid #ccc;
}

#kategorie-menu ul li.spacer {
  display: block;
  height: 10px;
}

#kategorie-menu {
  max-width: 1260px;
  width: 80%;
  border: 1px solid var(--clr-mycoachz-violet);
  border-radius: 15px;
  padding: 5px 10px;
  text-align: center;
  margin: auto;
}

#kategorie-menu ul {
  /*background-color: #fafafa;*/
  padding: 10px 0 !important;
}

#kategorie-menu ul li {
  display: inline-block;
  background-color: var(--clr-mycoachz-violet-light) !important;
  padding: 2px 8px 5px 8px !important;
  margin: 0px 4px 4px 0px !important;
  border-radius: 15px !important;
  border: 1px solid var(--clr-mycoachz-violet);
}

#kategorie-menu ul li.spacer {
  background-color: transparent !important;
  border: none;
}

#kategorie-menu ul li.group {
  background-color: var(--clr-mycoachz-whitegold-trans) !important;
  font-weight: bold;
}

#kategorie-menu ul li a {
  color: var(--clr-mycoachz-blue) !important;
}

#kategorie-menu ul li a:hover {
  color: var(--clr-mycoachz-blue) !important;
}

/* //!Button movement */
.coachz_card_wrapper_button {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.button_linemove {
  position: relative;
  z-index: 0;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--clr-mycoachz-blue);
  letter-spacing: 2px;
  transition: all 0.3s ease;
  padding: 1rem;
  background: none;
  border: none;
}

.button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.button_linemove::before,
.button_linemove::after,
.button__text::before,
.button__text::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: var(--clr-mycoachz-blue);
  transition: all 0.5s ease;
}

.button_linemove::before {
  top: 0;
  left: 54px;
  width: calc(100% - 112px - 16px);
}

.button_linemove::after {
  top: 0;
  right: 54px;
  width: 8px;
}

.button__text::before {
  bottom: 0;
  right: 54px;
  width: calc(100% - 112px - 16px);
}

.button__text::after {
  bottom: 0;
  left: 54px;
  width: 8px;
}

.button__line {
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
}

.button__line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 300px;
  border: solid 3px var(--clr-mycoachz-blue);
}

.button__line:nth-child(1),
.button__line:nth-child(1)::before {
  left: 0;
}

.button__line:nth-child(2),
.button__line:nth-child(2)::before {
  right: 0;
}

/* .button_linemove:hover {
    letter-spacing: 6px;
  } */
/* .button_linemove:hover::before,
  .button_linemove:hover .button__text::before {
    width: 8px;
  } */
.button_linemove:hover::after,
.button_linemove:hover .button__text::after {
  width: calc(100% - 112px - 16px);
}

.coachz_card.no-border-radius {
  border: none;
  border-radius: 0;
  padding: 30px;
}

.coachz_card.no-border-radius hr {
  border-color: var(--clr-mycoachz-gold);
}

.coachz_card.no-border-radius.message {
  border: 2px solid var(--clr-mycoachz-message);
}

.coachz_card.offline {
  border-top: 3px solid var(--clr-mycoachz-on_off_off);
  border-bottom: 2px solid var(--clr-mycoachz-on_off_off);
}

.coachz_card.online {
  border-top: 3px solid var(--clr-mycoachz-on_off_on);
  border-bottom: 2px solid var(--clr-mycoachz-on_off_on);
}

p.coachz_card_online_status {
  margin-bottom: 5px;
  margin-top: -5px;
  /* padding: 2px; */
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--clr-mycoachz-on_off_off);
}

.green-underline {
  background-image: linear-gradient(to bottom, transparent 50%, #beddc4 50%);
  background-repeat: repeat-x;
  background-size: 20px 1em;
  background-position: 0 80%;
}

p.coachz_card_online_status.online {
  color: var(--clr-mycoachz-on_off_on);
}

.coachz_card {
  position: relative;
  padding: 10px;
  border: 1px solid #fafafa;
  border-radius: 5px;
  box-shadow: var(--clr-mycoachz-gold-trans) 0px 7px 29px 0px;
  background-color: #fff;
  /*
      border-top: 3px solid var(--clr-mycoachz-on_off_off);
      border-bottom: 2px solid var(--clr-mycoachz-on_off_off);
      */
}

.coachz_card_image {
  position: relative;
  display: flex;
  justify-content: center;
}

.coachz_card_link {
  cursor: pointer;
  position: relative;
}

/* //!Scroll Down Button Animation */
.scroll-down {
  opacity: 1;
  transition: all 0.5s ease-in 3s;
}

.scroll_down_cont {
  height: 7rem;
}

.stroke_down_svg {
  transform: rotate(180deg);
  width: 25px;
  display: flex;
  stroke: var(--clr-mycoachz-gold);
  margin: auto;
}

.scroll_down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid var(--clr-mycoachz-gold);
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  animation: bounce 2s infinite 2s;
  transition: all 0.2s ease-in;
  transform: scale(1);
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* //!SCROLL DOWN BUTTON END */
.wsr-form label {
  /* display: inline-block; EDIT Checkbox Format */
  text-align: left !important;
  font-size: 18px;
  padding: 0px 5px 5px 5px;
}

.required {
  color: darksalmon;
  font-size: 1.1rem;
}

.form_error_message {
  background-color: darksalmon;
  color: #fafafa;
  padding: 20px !important;
  border-radius: 5px;
}

.coachz_card.hinweis {
  padding: 20px !important;
  border: 3px solid darksalmon !important;
}

.form_element_error {
  display: inline-block;
  padding: 5px 10px;
  color: darksalmon;
}

.form_element_infotext {
  padding: 4px 8px !important;
  border-radius: 4px;
  background-color: var(--clr-mycoachz-hinweis);
  color: #fff;
  font-weight: 100;
}

.warnhinweis {
  color: var(--clr-accent);
  font-weight: bold;
}

p.warnhinweis {
  background-color: #fff;
  color: var(--clr-accent);
  font-weight: bold;
  border: 1px solid var(--clr-accent);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 1em;
}

.wsr-form input[type=text],
.wsr-form input[type=number],
.wsr-form input[type=date],
.wsr-form input[type=password],
.wsr-form input[type=submit],
.wsr-form select,
.wsr-form textarea {
  padding: 14px;
  font-size: 17px;
  border: none;
  border-radius: var(--borderradius15);
  background-color: var(--clr-mycoachz-gold-trans);
}

.wsr-form textarea {
  margin-bottom: 5px;
}

.wsr-form.side-search input[type=text],
.wsr-form.side-search input[type=number],
.wsr-form.side-search input[type=submit],
.wsr-form.side-search select {
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.wsr-form input[type=submit] {
  background-color: var(--clr-mycoachz-gold);
  cursor: pointer;
  color: var(--clr-mycoachz-blue);
  font-weight: 700;
  border-radius: var(--borderradius);
}
@media screen and (max-width: 800px) {
  .wsr-form input[type=submit] {
    font-weight: 500;
    font-size: 10px;
  }
}

.wsr-form input[type=submit]:hover {
  color: var(--clr-mycoachz-blue);
  background-color: var(--clr-mycoachz-gold-light);
  border-color: var(--clr-mycoachz-gold);
}

input.error {
  border-color: darksalmon;
}

.file_image_preview {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  width: 200px;
  text-align: center;
}

.wsr-row::after {
  content: "";
  clear: both;
  display: table;
}

[class*=wsr-col-] {
  float: left;
  padding: 10px 5px;
  text-align: left;
}

.wsr-col-12 {
  padding-left: 0;
  padding-right: 0;
}

[class*=wsr-col-].left {
  padding-left: 0;
}

[class*=wsr-col-].right {
  padding-right: 0;
}

.wsr-form,
.wsr-card {
  padding: 20px 0 20px 0;
  color: var(--clr-mycoachz-blue);
  margin-bottom: 20px;
}

.wsr-card p {
  padding: 0px;
}

.wsr-card p.terms {
  margin-bottom: 0px !important;
}

.wsr-card hr {
  border-top: 1px solid #ccc;
  border-bottom: 0px;
}

.post-edit-link::before {
  content: "✎";
}

.register_button {
  color: var(--clr-mycoachz-violet-dark);
  border: 2px solid var(--clr-mycoachz-violet);
  font-weight: 700;
}

.register_button.inline {
  width: auto;
}

.register_button:hover {
  background-color: var(--clr-mycoachz-violet);
  color: #fff;
}

.login_wrapper {
  padding: 40px 40px 20px 40px;
  background: var(--clr-mycoachz-gold-lighttrans);
  border-radius: var(--borderradius15);
  margin: 10px;
}
.login_wrapper > h4,
.login_wrapper label,
.login_wrapper input,
.login_wrapper button,
.login_wrapper p {
  font-size: 16px;
}
.login_wrapper > h4 {
  line-height: 1.4rem;
}

.wp-list-table .foto img {
  border-radius: 50%;
}

.register_container {
  padding-block: 20px;
}
.register_container > h4 {
  padding-top: 20px;
}
.register_container > .wsr-row {
  padding-bottom: 20px;
}

.wsrform_container {
  width: 100% !important;
}

.dash_button_container {
  display: flex;
  flex-wrap: wrap;
}
.dash_button_container > div {
  min-width: 235px;
}

.personalData {
  padding-top: 10px;
  padding-block: 34px;
}
.personalData > img {
  float: left;
}
.personalData > h4 {
  float: left;
  padding-top: 20px;
  font-size: 18px;
}
.personalData > p {
  clear: both;
  font-size: 15px;
  line-height: 1.5rem;
}

form#newsletter {
  background-color: transparent;
  border: none;
}

.wsr-row.newsletter .wsr-col-6 {
  padding-left: 0 !important;
}

.newslettersubmit_btn {
  background-color: var(--clr-mycoachz-violet) !important;
  color: var(--clr-mycoachz-whitegold-trans) !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
}

.newslettersubmit_btn:hover {
  background-color: var(--clr-mycoachz-gold) !important;
  color: var(--clr-light) !important;
  border: none !important;
}

.et_pb_row.newsletter_container {
  width: 100% !important;
}

.newsletter_container {
  padding: 1rem;
  background: var(--clr-white-trans) !important;
}
.newsletter_container > .et_pb_code_inner .newsletter .newsletterIcon img {
  margin: auto;
  max-width: 130px !important;
}

.newsletter_bg > .et_parallax_bg_wrap .et_parallax_bg {
  position: relative;
}
.newsletter_bg > .et_pb_row_14.et_pb_row {
  margin: 0 !important;
  width: auto;
}
.newsletter_bg > .et_parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.pagination {
  margin-block: 40px;
  display: flex;
  justify-content: center;
}
.pagination .button-page {
  display: flex;
  color: var(--clr-mycoachz-gold-dark1);
  border: none;
  border-radius: 3px;
  font-weight: 900;
  padding: 10px 20px;
  width: -moz-max-content;
  width: max-content;
}
.pagination .button-page :hover {
  border: solid 1px var(--clr-mycoachz-gold-dark1);
}

.button-page.active {
  font-size: 1.4rem;
  border: solid 1px var(--clr-mycoachz-gold-dark1);
}

:root {
  --icon-clock: "⏰";
  --icon-calendar: "📅";
  --borderradius: 30px;
  --borderradius15: 15px;
}

/* Extra small devices (phones, 599px and down) */
@media screen and (max-width: 599px) {
  [class*=wsr-col-] {
    width: 100%;
    padding-bottom: 15px;
  }
  [class*=wsr-col-].left {
    padding-left: 5px;
  }
  [class*=wsr-col-].right {
    padding-right: 5px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 600px) {
  /*.wsr-row { background-color: violet !important; }*/
  [class*=wsr-col-] {
    width: 100%;
  }
  [class*=wsr-col-].left {
    padding-left: 5px;
  }
  [class*=wsr-col-].right {
    padding-right: 5px;
  }
}
/* Large devices (laptops/desktops, 800px and up) */
@media screen and (min-width: 800px) {
  /*.wsr-row { background-color: red !important; }*/
  .wsr-col-1 {
    width: 8.33%;
  }
  .wsr-col-2 {
    width: 16.66%;
  }
  .wsr-col-3 {
    width: 25%;
  }
  .wsr-col-4 {
    width: 33.33%;
  }
  .wsr-col-5 {
    width: 41.66%;
  }
  .wsr-col-6 {
    width: 50%;
  }
  .wsr-col-7 {
    width: 58.33%;
  }
  .wsr-col-8 {
    width: 66.66%;
  }
  .wsr-col-9 {
    width: 75%;
  }
  .wsr-col-10 {
    width: 83.33%;
  }
  .wsr-col-11 {
    width: 91.66%;
  }
  .wsr-col-12 {
    width: 100%;
  }
  [class*=wsr-col-].left {
    padding-left: 0px;
  }
  [class*=wsr-col-].right {
    padding-right: 0px;
  }
}
@media screen and (min-width: 500px) {
  .ccard_description {
    margin-block: 0rem;
    display: flex;
    flex-direction: column;
  }
  .coachz_card_beschreibung {
    max-width: 100%;
    justify-content: center;
    align-self: center;
  }
}
@media screen and (min-width: 650px) {
  .calltoaction_container {
    padding: 4rem;
    margin: auto;
  }
  .wsr-col-2.coachz_card_wrapper {
    width: 75%;
  }
  .calltoaction_txt_call {
    font-size: 1.1rem;
  }
  .coach_count {
    font-size: 2rem;
  }
  .newsletter_container > .et_pb_code_inner .newsletter .newsletterIcon img {
    padding-right: 3rem;
    max-width: 200px !important;
  }
  .calltoaction_txt_headline {
    font-size: 2rem;
  }
  .headline .et_pb_text_inner h3 {
    font-size: 30px;
  }
  .ccard_image {
    margin: 0;
  }
  .coachz_card_beschreibung {
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 800px) {
  .newsletter_container {
    padding: 4rem;
  }
  .coachz_card.front {
    grid-template-columns: 1fr 1fr 50%;
    grid-template-rows: 30px 70px 200px 200px 1fr;
    gap: 0px 0px;
    grid-template-areas: "ccard_online_status ccard_online_status ccard_online_status" "ccard_quali ccard_quali ccard_quali " "ccard_image ccard_image ccard_image" "ccard_description ccard_description ccard_description" "ccard_buttons ccard_buttons ccard_header";
  }
  .call_prompt {
    font-size: 1.3rem;
  }
  .wsr-col-2.coachz_card_wrapper {
    width: 33%;
  }
  .calltoaction_txt_headline {
    font-size: 2.5rem;
  }
  .calltoaction_txt_call {
    font-size: 1.3rem;
  }
  .calltoaction_container > p,
  .calltoaction_txt_container > p {
    line-height: 2.2rem;
    margin-top: 2rem;
  }
  .wsr-col-2.coachz_card_wrapper {
    width: 50%;
  }
  .coachz_card_beschreibung {
    max-width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .coachz_card_image {
    transform: scale(0.75);
  }
  .calltoaction_txt_headline,
  .headline {
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 2rem;
  }
  /*#coachz_cards_container { background-color: yellow;}*/
}
@media screen and (min-width: 900px) {
  .wsr-col-2.coachz_card_wrapper {
    width: 45%;
  }
  .calltoaction_container {
    max-width: 1260px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 100px max-content 100px;
    gap: 0px 0px;
    grid-template-areas: "calltoaction_txt_headline calltoaction_txt_headline" "calltoaction_quali_img calltoaction_txt_call" "call_prompt call_prompt";
  }
  .call_prompt {
    grid-area: call_prompt;
  }
  .calltoaction_txt_headline {
    grid-area: calltoaction_txt_headline;
  }
  .calltoaction_quali_img {
    grid-area: calltoaction_quali_img;
    align-self: center;
    margin-bottom: 1rem;
  }
  .calltoaction_txt_container {
    grid-area: calltoaction_txt_container;
  }
  .ccard_quali {
    justify-self: center;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter_bg > .et_pb_row_14.et_pb_row {
    margin: auto !important;
  }
  .newsletter_container > .et_pb_code_inner .newsletter .newsletterIcon img {
    padding-right: 3rem;
    max-width: 300px !important;
  }
}
@media screen and (min-width: 1200px) {
  .logo_container {
    padding-left: 8rem !important;
  }
  .coachz_card_image {
    transform: scale(0.8);
  }
  /*#coachz_cards_container { background-color: red;}*/
}
@media screen and (min-width: 1400px) {
  .wsr-col-2.coachz_card_wrapper {
    width: 33%;
  }
  /*#coachz_cards_container { background-color: blue;}*/
}
@media screen and (min-width: 1600px) {
  .wsr-col-2.coachz_card_wrapper {
    /* width: 16.66%; */
    width: 33%;
  }
  .coachz_card.front {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 40px 70px 250px 1fr;
    /* repeat(auto-fill, minmax(min(1rem, 100%), 1fr)); */
    gap: 0px 0px;
    grid-template-areas: "ccard_online_status ccard_online_status ccard_online_status" "ccard_quali ccard_quali ccard_image" "ccard_description ccard_description ccard_image" "ccard_buttons ccard_buttons ccard_header";
  }
  .coachz_card_image {
    transform: scale(1);
  }
  #coachz_cards_container .coachz_card_button {
    font-size: 16px;
    padding: 15px;
  }
}
#coachz_cards_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 1700px) {
  .coachz_card.front {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 40px 50px 250px 1fr;
  }
}
/* Allgemein */
:root {
  --clr-mycoachz-violet: #8A6AA1 ;
  --clr-mycoachz-violet-trans: #8a6aa183 ;
  --clr-mycoachz-violet-trans-white: #f9f0ff31 ;
  --clr-mycoachz-violet-dark: #4c3c5a;
  --clr-mycoachz-violet-light: #eae0f1;
  --clr-mycoachz-gold: #c7b885;
  --clr-mycoachz-gold-dark1: #af8f24;
  --clr-mycoachz-gold-trans: #c7b68557;
  --clr-mycoachz-gold-trans2: #826b2457;
  --clr-mycoachz-gold-light: #f0edde;
  --clr-mycoachz-whitegold-trans: #fffefae5;
  --clr-mycoachz-gold-lighttrans2:rgba(240, 237, 222, 0.829);
  --clr-mycoachz-gold-lighttrans: #f0edde5e;
  --clr-mycoachz-blue: #28343e;
  --clr-dark: #0f172a;
  --clr-light: #f1f5f9;
  --clr-white-trans: #ffffffc7;
  --clr-accent: #825855; /* #8c2f39*/
  --clr-mycoachz-on_off_off: #a16e6a; /* #b23a48*/
  --clr-mycoachz-on_off_on: #5E764D;
  --clr-mycoachz-link: #8A6AA1 ;
  --clr-mycoachz-link-button: #97d9fc;
  --clr-mycoachz-session: #6a9ca1; /* #00b4d8 */
  --clr-mycoachz-hinweis: #6a9ca1; /*#00b4d8 */ /* #94B0DA */ /* message #90dfaa */
  --clr-mycoachz-message: #6a9ca1; /* #00b4d8 */
  --clr-mycoachz-bg-grey: #f4f4f4;
}

.bgColorBlue {
  background-color: var(--clr-mycoachz-blue);
}

.bgColorGold {
  background-color: var(--clr-mycoachz-gold);
}

.bgColorRed {
  background-color: var(--clr-mycoachz-on_off_off);
}

.colorWhite {
  color: #fff;
}

/* //!FONT */
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/BeVietnamPro/BeVietnamPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/BeVietnamPro/BeVietnamPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/BeVietnamPro/BeVietnamPro-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/BeVietnamPro/BeVietnamPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/BeVietnamPro/BeVietnamPro-Black.woff2") format("woff2");
}
/* //! */
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 800;
  src: url(fonts/Comfortaa/Comfortaa-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Comfortaa/Comfortaa-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Comfortaa/Comfortaa-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal italic;
  font-weight: 600;
  src: url(fonts/Comfortaa/Comfortaa-VariableFont.woff2) format("woff2");
}
/* //! */
@font-face {
  font-family: "CrimsonPro";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/CrimsonPro/CrimsonPro-Black.woff2") format("woff2");
}
@font-face {
  font-family: "CrimsonPro";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/CrimsonPro/CrimsonPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "CrimsonPro";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/CrimsonPro/CrimsonPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "CrimsonPro";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/CrimsonPro/CrimsonPro-LightItalic.woff2") format("woff2");
}
/* //! *//*# sourceMappingURL=style.css.map */