
/*
Print ---------------------------------------
*/


@media print {
  
  :root{
    --violet:#cecfd0 /*#c7b7e2*/;
    --violet-deep: #979797 /*#b3a0d6*/;
    --violet-soft:#f4f4f4 /*#e6def2*/;
    --pink:#d91279;
    --green:#a9d510;
    --beige:#f4efe6;
    --paper:#ffffff;
    --ink:#000000;
    --ink-soft:#2b2b2b;
    --maxw:1180px;
    --header-h:108px;
    --accent-rule-bg:linear-gradient(90deg,var(--pink) 0 50%,var(--green) 50% 100%);
    --decor-shadow-color:var(--violet);
  }






/* Alle Aussen- (Margins) und Innenabstände (Paddings) auf 0 setzen, wegen verschiedene darstellung Browser */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	/*height: 100%;
	text-align: center;*/
	background-color: #f4efe6;
	color: #000000;
  	font-family: "Roboto",system-ui,sans-serif;
  	font-size: 18px;
  	line-height: 1.6;
  	-webkit-font-smoothing: antialiased;
	/*background-image: url('../img_css/background_Postkarte_rea_2018.jpg');
	background-repeat: repeat;
	background-position: 0px 0px;*/
}

.noborder {
	border: none !important;
}

/* *******************
-- start accessibility --
   ******************* */


/* accessibility divs are hidden by default text, screenreaders and such will show these */

.accessibility, hr {

   position: absolute;
   top: -999em;
   left: -999em;
}


/* definition tags are also hidden these are also used for menu links */

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* *******************
-- schriftformatierung --
   ******************* */
   
/*@font-face {
  font-family: myTitleFont;
  src: url(Yakin.otf);
}

div {
  font-family: myTitleFont;
}*/
   
   
   
* {
	font-family: "Roboto",system-ui,sans-serif;
	font-size: 1em;
}  


.root-wrapper {
	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
}


.sidebar {
  display: none;
}

.openbtn {
  display: none;
}

.cc-download {
	display: none;
}

.home-cta {
  display: none;
}

.home-cta.cta-balanced {
	display: none;
	}
	
.ptitle {
  font-size: 30px !important;
  margin: 0;
}


a {
	text-decoration: none;
	color: var(--pink);
}

a:hover {
	text-decoration: underline;
	color: var(--pink);
}



#section-content {
	margin: 0 auto;
  	width: 740px;
}


img {
  display: block;
  max-width: 100%;
}


p {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	/*font-family: 'Nunito Sans' , sans-serif;
	font-weight: 400;*/
}



h1 {
	font-size: 60px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 26px;
}

h2.small {
	font-size: 35px;
}

a img {
	border: none;
}

img {
	display: block;
	max-width: 100%;
}

.red {
	color: red;
	}

a.nostyle {
	border: none;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 0px;
}


p.italic {
	font-style: italic;
}

.alignright {
	text-align: right;
}

.floatright {
	float: right;
}

.clearfix {
	clear: both;
}


div.content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align:left;
	/*background-color: red;
	opacity: 0.5;*/
	z-index: 100;
	overflow:auto;
}

div.content-min-width {
    float: right;
    height: 200px;
    width: 255px;
}

div.content {
	/*top:25%;*/
	position: absolute;

	width: 740px; /* 100% */
	/*min-width:674px;*/
	margin-left:0px;
	/*margin-right:auto;
	margin-top:auto;*/
	z-index:-200;
	text-align:left;
	margin-top: 81px;
	background-color: #f4f4f4 !important;
	padding:15px;
	/*border:1px dashed #333;
	background-color:#eee;*/
	/*border: 2px solid #a9d510;*/
}

div.container {
	padding: 20px;
}






div.video-border {
	background-color: #000000;
	padding: 7px;
	width: 500px;
	height: 291px;
	margin-bottom: 35px;
	color: #fff;
}

div.video-border p {
	padding: 20px;
}





#BT-logo {
	background-image: url('../img_css/logo_Real01-Logo-long.png');
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-size: 223px 98px;
	width: 223px;
	height: 98px;
	margin: 5px;
	flex: 0 0 auto;
	/*top: 0px;
	position: fixed;*/
	/*margin-left: auto;*/
	/*left: auto; 
	z-index: -300;*/
}



.content-body {
	/*position: absolute;*/
	top: 570px;
}



#section-footer {
	display:none;
}


a.anchor-jump {
	border: 0px;
	padding: 0px;
}






/*
REAL01 REDESIGN 2026 ---------------------------------------
*/


header.bar {
  display: none;
}

.footer-print-hide {
	display: none;
}

.footer-row3 


.bar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
  border-bottom: 1px solid rgba(0,0,0,.08);
}


button {
  font-family: inherit;
  cursor: pointer;
}


.burger {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 7px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-radius: 10px;
}


.burger span {
  display: block;
  flex: 0 0 auto;
  width: 50px;
  height: 5px;
  background: #000;
  border-radius: 4px;
  transition: background .25s;
}


.scrim {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.42);
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.scrim.open {
  opacity: 1;
  pointer-events: auto;
}

.scrim.close {
  opacity: 0;
  pointer-events: auto;
}


.drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: min(440px,86vw);
  z-index: 100;
  background: var(--beige);
  border-right: 3px solid #000;
  transform: translateX(-104%);
  transition: transform .34s cubic-bezier(.4,.01,.2,1);
  display: flex;
  flex-direction: column;
  padding: 26px 30px 40px;
  overflow-y: auto;
}

.drawer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.drawer-top .mlabel {
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 23px;
  opacity: .5;
}

.xbtn {
  background: none;
  border: none;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 8px;
}

.menu-item {
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 16px 2px;
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: .01em;
  color: #000;
}

.menu-row .chev {
  font-size: 18px;
  transition: transform .25s;
  opacity: .6;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
  padding-bottom: 8px;
}

.submenu a {
  display: block;
  padding: 9px 2px 9px 18px;
  font-weight: 500;
  font-size: 17px;
  color: var(--ink-soft);
  border-left: 3px solid var(--violet);
  margin: 2px 0 2px 4px;
  text-decoration: none;
}

.grow {
  flex: 1 0 auto;
}


.home-slogan {
  font-size: clamp(46px,8vw,104px);
  text-align: center;
  margin: 6px 0 38px;
}


.anton {
  font-family: "Anton",sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
  line-height: .98;
}

.video-embed {
position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 44px;
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #000;
  /*box-shadow: 14px 14px 0 var(--decor-shadow-color);*/
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-intro {
  margin: 0 auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.lead {
  font-size: clamp(18px,1.5vw,21px);
  max-width: 760px;
  }
  
  
.home-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.home-cta.cta-balanced {
  margin-top: 60px;
  margin-bottom: -20px;
}

.btn-primary {
  background: #000;
  color: #fff !important;
}

.btn-primary:hover {
	background:var(--pink);
	text-decoration: none;
	/*transform:translateY(-2px);*/
}



.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  transition: .2s;
  white-space: nowrap;
}



footer.site {
  background: var(--violet);
  color: #000;
  margin-top: auto;
  border-top: 3px solid #000;
}

.home {
  padding-top: 46px;
}


.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

.page {
  min-height: 60vh;
  padding: 54px 0 80px;
    padding-top: 54px;
}




/* ------------------- FOOTER ---------------------- */

.footer-row1 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  padding: 20px 0 26px;
}

.footer-row1 .fmid {
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(20px,2.4vw,30px);
  line-height: 1;
}

.footer-row1 img.flogo {
  height: 54px;
  width: auto;
}

.footer-row2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 26px 0;
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.footer-row2 h4 {
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .05em;
  margin: 0 0 8px;
}

.footer-row2 a {
  font-weight: 500;
}

.insta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  color: var(--pink);
}


.footer-row2 .fvlogo {
  display: flex;
  align-items: flex-start;
  transform: translateX(-18px);
}

.footer-row2 .fvlogo img.flogo {
  height: 72px;
  width: auto;
}

.footer-row3 {
  display: none;
}

.footer-row3 a {
  /*opacity: .75;
  text-decoration: underline;*/
}





/* ---------- SUBNAVIGATION ---------------------- */


.dropbtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: .01em;
  border: none;
  background-color: var(--beige);
  width: 100%;
}

.dropbtn:hover, .dropbtn:focus {
  color: var(--pink);
}

.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  /*position: absolute;*/
  /*background-color: #f1f1f1;
  min-width: 160px;*/
  overflow: auto;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding-left: 60px !important;
  text-decoration: none;
  display: block;
  font-size: 20px !important;
}

.dropdown a:hover {}

.show {display: block;}



/*
Other Pages -------------------------
*/

.page-head {
  margin-bottom: 38px;
}

.ptitle {
  font-size: clamp(54px,9vw,120px);
  margin: 0;
}

.psub {
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  font-size: clamp(20px,2.6vw,30px);
  letter-spacing: .02em;
  color: var(--ink);
  opacity: .55;
  margin: .35em 0 0;
}

.accent-rule {
  height: 7px;
  width: auto /*96px*/;
  margin-top: 22px;
  border-radius: 6px;
  background: var(--accent-rule-bg);
}

.cc-download {
  margin-bottom: 34px;
}

.btn-violet {
  background: var(--violet);
  color: #000;
}


.course-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 26px;
}


.course-card {
  position: relative;
  background: var(--paper);
  border: 3px solid #000;
  border-radius: 20px;
  padding: 30px 28px 26px;
  display: flex;
  flex-direction: column;
  transition: transform .18s, box-shadow .18s;
}

.cc-num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: "Anton",sans-serif;
  font-size: 34px;
  color: var(--violet);
  line-height: 1;
}

.cc-title {
  font-size: clamp(28px,3.2vw,40px);
  margin: 0 70px 12px 0;
}

.cc-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.cc-day {
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: .03em;
}

.cc-dot {
  opacity: .4;
}

.level-badge {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .02em;
  background: var(--violet-soft);
  color: #000;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid var(--violet-deep);
}

.cc-text {
  margin: 16px 0 22px;
  font-size: 16px;
  line-height: 1.6;
}

.cc-teachers {
  margin-top: auto;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 14px;
}

.cc-tlabel {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .5;
  margin-bottom: 6px;
}

.cc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.teacher-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: var(--ink);
  padding: 6px 6px 6px 6px;
  border-radius: 50px;
  transition: .2s;
}

.teacher-chip.clickable {
  cursor: pointer;
}

.teacher-chip.clickable:hover {
  background: var(--violet-soft);
}

.teacher-chip .tc-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  background: var(--violet);
  border: 2px solid #000;
}

.teacher-chip .tc-name {
  font-weight: 700;
  font-size: 15px;
}



.member-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: start;
}

.member-text {
  font-size: 18px;
  line-height: 1.7;
}

.member-text p {
  margin: 0 0 22px;
}

.ptitle {
  font-size: clamp(54px,9vw,120px);
  margin: 0;
}

.member-title {
  margin: 0 0 32px;
  line-height: .95;
}



.member-back {
  margin-top: 8px;
}

.btn-outline {
  background: transparent;
  color: #000;
  border: 2.5px solid #000;
}

.member-photo-bg {
  background: var(--violet);
  border: 3px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
  border-radius: 22px;
  overflow: hidden;
}

.member-photo-bg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: top center;
}

/* Preisliste */

.price-table-wrap {
  overflow-x: auto;
  border: 3px solid #000;
  border-radius: 18px;
  background: var(--paper);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.pt-label strong {
  display: block;
}

.pt-lek {
  font-size: 13px;
  opacity: .6;
}

.price-table th, .price-table td {
  padding: 5px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.price-table thead th {
  background: var(--violet);
  border-bottom: 3px solid #000;
  vertical-align: bottom;
}

.pt-corner {
  font-family: "Anton",sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .04em;
}

.pt-cat {
  display: block;
  font-size: 24px;
}

.pt-catsub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  opacity: .7;
}

.price-table td:not(.pt-label) {
  font-weight: 700;
}

.price-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 26px;
  align-items: start;
}

.pe-card {
  background: var(--paper);
  border: 3px solid #000;
  border-radius: 18px;
  padding: 24px 26px;
}

.pe-card-wide {
  grid-column: 1 / -1;
}

.pe-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.pe-card p {
  margin: 0;
}

.pe-note {
  opacity: .6;
  font-size: 14px;
}

.pe-card-accent {
  background: var(--violet-soft);
}






/*
Formular -----------------------------
*/


.form-intro {
  margin-bottom: 14px;
}

.lead {
  font-size: clamp(18px,1.5vw,21px);
  max-width: 760px;
}

.form-card {
  background: var(--paper);
  border: 3px solid #000;
  border-radius: 22px;
  padding: 34px 32px;
  max-width: 840px;
}

.form-card input, .form-card textarea {
  font-family: inherit;
  font-size: 16px;
  padding: 13px 15px;
  border: 2px solid #000;
  border-radius: 11px;
  background: #fff;
  width: 100%;
  resize: vertical;
}

.form-block {
  margin-bottom: 26px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.field-label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: .7;
}

.field-label-big {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 1;
}

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.pill-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: .15s;
  background: #fff;
}

.pill-radio input {
  accent-color: #000;
  width: auto;
}

.pill-radio.on {
  background: var(--violet);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  margin-bottom: 26px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-top: 8px;
}

.check-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 11px 15px;
  font-weight: 500;
  cursor: pointer;
  transition: .15s;
  background: #fff;
}

.check-pill input {
  accent-color: var(--pink);
  width: auto;
}

.abo-block {
  margin-top: 20px;
}

.coaching-note {
  margin-top: 12px;
}

.form-hint {
  background: var(--violet-soft);
  border-left: 5px solid var(--pink);
  padding: 14px 18px;
  border-radius: 0 12px 12px 0;
  font-size: 16px;
  margin-bottom: 32px;
}





/*
Formular Special Darstellung bei Checkbox Probetraining / Kursanmeldung / Coaching -----------------------------
*/
.box
{
    display:none;
}

.Anmeldungsart_Probetraining {}
.Anmeldungsart_Kursanmeldung {}
.Anmeldungsart_Coaching {}
.Anmeldungsart_Workshop {}
.Anmeldungsart_Abmeldung {}

label:has(input[type=radio]:checked) {
  background: var(--violet);
}




} /* end print styles */




