/* above the fold. materialize.css Zeile 1*/

/* Media-Queries */

@media only screen and (max-width: 992px) {
	.side-nav.fixed { left:-105%; }
	.side-nav.fixed.right-aligned {	left:auto; right:-105%;	}
}

@media only screen and (min-width: 0) and (max-width: 375px) {
	.cut-s { display: none; }
	h1, h2.h2-headline { font-size: 1.8rem; }
	.breadcrumbs, .breadcrumbs2, .text-small { font-size: 0.8rem; }	
}

@media only screen and (min-width: 376px) {
	html { font-size: 17px;}
	h1, h2.h2-headline { font-size: 2.000rem; }	
	
	 .big, .xl-link, .teaser, footer h3 { font-size: 1.315rem; }	
	h2, h3 { font-size: 1.105rem; }
	.breadcrumbs, .breadcrumbs2, .text-small { font-size: 0.8rem; }
}

@media only screen and (min-width: 376px) {
	.cut-m-l { display: none; }
}

@media only screen and (min-width: 992px) {
	html { font-size: 18px; }
}

@media only screen and (min-width: 1200px) {
	html { font-size: 19px;}
	.table-75 { width:75%; }
}

h2, h3, .m-top-set {
padding-top:0px;
margin-top:0px;
}

h1 {
color: #ffffff;
}

h2 {
color:#f57c00;
}

.h2-headline, h3 {
color:#607d8b;
}

.h2-headline {
margin:0 0 1rem 0;
}

h3 {
margin-bottom: 0.5rem;
}

.teaser {
color: #ffffff;
}

.banner {
background-color: #ff9800;
}

.banner-text {
position: absolute;
bottom: 0;
left: 0;
padding: 0px 50px 0px 50px;
background-color:#ff9800;
opacity: 0.9;
}

/* Desktop-Navi */

	/* Active-Pages*/
#Seminare #aSeminare .dropdown-button, #About #aAbout .dropdown-button, #Inhouse #aInhouse .dropdown-button, #Kontakt #aKontakt a {
background:#1e88e5 ;
}

nav ul a {
display: inline-block;
}

nav i.right {
margin-left:0px;
}

.dropdown-content {
background-color:#2196f3;
margin: 0;
display: none;
width:auto;
max-height: 650px;
overflow-y: auto;
opacity:0;
position: absolute;
z-index: 999;
will-change: width, height;
padding-bottom:20px;
}

.dropdown-content li {
clear: both;
color:#0d47a1;
cursor: pointer;
line-height: 1.0rem;
width: 100%;
text-align: left;
text-transform: none;
padding: 15px 15px 5px 15px
}

.dropdown-content li > a {
font-size: 1rem;
color:#e3f2fd;
display: block;
}

.dropdown-content li > a:hover, .dropdown-content li.active {
color:#bbdefb;
}

#Dropdown-1 li:hover, #Dropdown-2 li:hover, #Dropdown-3 li:hover {
background:transparent;
cursor:auto;
}

.dropdown-content li > span {
font-size: 1rem;
}

.dropdown-content li > a > i {
height: inherit;
line-height: inherit;
}

/* Mobile-Navi */

	/* Active-Pages*/
#Seminare #aSeminare2 .collapsible-header,
#About #aAbout2 .collapsible-header,
#Inhouse #aInhouse2 .collapsible-header,
#Kontakt #aKontakt2  a
{

}

.side-nav {
position: fixed;
width: 240px;
left: -105%;
top: 0;
margin: 0;
height: 100%;
height: calc(100% + 60px);
height: -moz-calc(100%);
padding-bottom: 60px;
background-color: #eceff1;
z-index: 999;
overflow-y: auto;
will-change: left;
}

.side-nav.right-aligned {
left:auto;
right:-105%;
will-change:right;
}

.side-nav .collapsible {
border:none;
box-shadow:none;
margin:0;
}

.side-nav li {
color: #009688;
float:none;
padding:0 0 0 0px;
line-height:52px;
}

.side-nav .collection .subhead {
padding:0 0 0 5px;
font-size:90%;
font-weight:400;
}

.side-nav a {
color:#607d8b;
display:block;
font-size:1rem;
}

.side-nav .collection .collection-item {
background-color:transparent;
border-bottom:1px solid #e0e0e0;
padding:0;
line-height:52px;
}

.side-nav .collapsible-header {
background-color:transparent;
border:none;
margin:0;
padding:0 0 0 0px;
}

.side-nav .collapsible-header i {
color:#90a4ae;
line-height:52px;
vertical-align:baseline;
}

.side-nav .collapsible-body {
background-color:transparent;
border:0;
}

.side-nav li:hover {
background-color:transparent;
}

.side-nav li.active {
background-color:#ffffff;
}

.drag-target {
height:100%;
position:fixed;
top:0;
width:10px;
z-index:998;
}

.side-nav .collapsible-body li.active,.side-nav.fixed .collapsible-body li.active {
background-color:#ee6e73;
}

.side-nav .collapsible-body li.active a,.side-nav.fixed .collapsible-body li.active a {
color:#fff;
}

#sidenav-overlay {
background-color:rgba(0,0,0,0.5);
height:120vh;
left:0;
position:fixed;
right:0;
top:0;
will-change:opacity;
z-index:997;
}

.side-nav.fixed a {
color:#444;
display:block;
padding:0 15px;
}

.side-nav.fixed {
left:0;
position:fixed;
}

.side-nav.fixed.right-aligned {
left:auto;
right:0;
}

.pic-top-set {
margin-top:0.3rem;
}
.book-top-set {
margin-top:0.5rem;
}

/* Main */
.colored-row {
background-color: #f5f5f5;
}

mark {
background-color: rgba(238, 255, 65, 0.2);
}

.breadcrumbs, .breadcrumbs2 {
color:#607d8b;
}

.breadcrumbs2 {
padding-left:50px;
}

.spacer:after {
content: "›";
padding: 0 0.5em 0 0.5em;
}

main a {
color:#1976d2;
text-decoration: none;
cursor: pointer;
}

main a:hover {
color:#f89d34;
}

.m-bottom-2 {
margin-bottom: 2em;
}
.p-bottom-4 {
margin-bottom: 4em;
}

th {
font-weight:300;
}

td {
padding: 5px 5px;
}

.v-top {
vertical-align:top;
}

.p-l-5 {
padding-left:5px;
}

.m-r-15 {
margin-right: 15px;
display:inline-block;
}

.m-l-15 {
margin-left: 15px;
display:inline-block;
}

.m-r-30 {
margin-right: 30px;
display:inline-block;
}

.m-l-30 {
margin-left: 30px;
display:inline-block;
}

.pdf-info {
font-size:80%;
color:#90a4ae;
padding-left:24px;
}

.body-icon {
vertical-align:text-bottom;
color:#90a4ae;
}

.rating-icon {
vertical-align:text-bottom;
color:#ffa000;
}

.rating-block {
display:block;
}

.step-icon, .step-icon-on {
vertical-align:text-bottom;
background-color:#ff9800;
}

.step-icon {
color:#ffe0b2;
}
.step-icon-on {
color:#ffffff;
}

.status-icon-legend {
vertical-align:middle;
margin-right:5px;
}

.clear {
clear:both;
}

.btn {
padding: 0 1rem;
text-transform: none;
}

.counter {
display: inline-block;
font-weight: 400;
}


/* E-Mail verschleiern */
	/* auch in e-mailhide.js eintragen */
	.email:after {
	content: "hallo\40resource-people.de";
	}

	/* ohne Klickfunktion */
	.email2:after {
	content: "impressum\40resource-people.de";
	}

/* Bullets */
.bullet ul:first-child {
   padding: 0;
}

.bullet li {
    margin-left: 14px;
    text-indent: -14px;
}

.bullet li:last-child {
    border: none;
}

.bullet li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: rgb(96,125,139);
  border-radius: 50%;
  margin-bottom: 2px;
}

/* mp3-Player */

/* --- BASIS-CONTAINER DES PLAYERS MIT SCHATTEN & VOLLBREITE --- */
.custom-podcast-player-container {
  background-color: #f0f4fa; /* leicht bläulicher, sichtbarer Hintergrund */
  border-radius: 12px;
  padding: 16px;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 6px 20px rgba(25, 118, 210, 0.18);
  border: 1px solid rgba(25, 118, 210, 0.1);
}

.line-space {
  display: block;
  height: 10px; /* oder mehr, je nach gewünschtem Abstand */
}


/* --- INTEGRIERTER TEXT IM PLAYER --- */
.player-intro {
  margin: 10px 0 10px 0;
  font-size: 1em;
  color: #444;
}

/* --- HAUPTSTEUERUNG --- */
.controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* --- OBERE REIHE: PLAY + ZEIT + PROGRESS --- */
.player-top-row {
  width: 100%;
}

.time-progress-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: nowrap;
}

/* --- PLAY/PAUSE BUTTON --- */
.player-button {
  background-color: transparent;
  color: #1976d2;
  border: 1px solid #90caf9;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.player-button:hover {
  background-color: #f0f0f0;
  border-color: #64b5f6;
}

.player-button:active {
  background-color: #1976d2;
  border-color: #1976d2;
  color: white;
}

.player-button:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}

.player-button .material-icons {
  font-size: 30px;
  color: inherit;
  line-height: 1;
}

/* --- ZEITANGABEN LINKS UND RECHTS --- */
.time-label {
  font-size: 0.85em;
  white-space: nowrap;
  color: #1e88e5;
  min-width: 40px;
  flex-shrink: 0;
}

/* --- FORTSCHRITTSBALKEN --- */
.progress-bar-container {
  flex-grow: 1;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: #ff9800;
  transition: width 0.1s linear;
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* Desktop */
@media (min-width: 601px) {
  .player-button {
    width: 36px;
    height: 36px;
  }
  .player-button .material-icons {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .time-progress-row {
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
  }

  .player-button {
    width: 32px;
    height: 32px;
  }

  .player-button .material-icons {
    font-size: 24px;
  }

  .time-label {
    font-size: 0.75em;
    min-width: 32px;
    flex-shrink: 0;
  }

  .progress-bar-container {
    width: 100%;
    height: 4px;
    min-width: 0;
  }

  .progress-bar-fill {
    height: 100%;
  }

  .player-intro {
    font-size: 1em;
	margin: 8px 0 8px 0;
  }
}

/* back to top */

.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: #ff9800 url(../pics/cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .8;
}
.no-touch .cd-top:hover {
background-color: #e86256;
opacity: 1;
}

@media only screen and (min-width: 768px) {
 .cd-top {
	right: 20px;
	bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
 .cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
  }
}

/* Online-test */

.answer {
font-size: 1rem;
color: #212121;
}

/* Footer */

footer, footer h3 {
color:#0d47a1;
}

.footer-blank {
color:#607d8b;
}

footer a {
color:#e3f2fd;

text-decoration: none;
cursor: pointer;
}

.footer-blank a {
color:#1e88e5;
}

footer a:hover {
color:#bbdefb;
}

.footer-blank a:hover {
color:#f89d34;
}

.footer-links {
line-height:2rem;
padding-left: 1rem;
}

.footer-icon {
vertical-align:text-bottom;
color:#e3f2fd; 
}

.footer-icon-blank {
vertical-align:text-bottom;
color:#90a4ae; 
}

/* sprites   */
.sprite {
    background-image: url(../pics/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-icon-amazon {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-icon-facebook {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.sprite-icon-googleplus {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-icon-lightbulb {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
}

.sprite-icon-twitter {
    width: 24px;
    height: 24px;
    background-position: -141px -5px;
}

.sprite-icon-youtube {
    width: 24px;
    height: 24px;
    background-position: -175px -5px;
}

.sprite-logo {
    width: 88px;
    height: 33px;
    background-position: -209px -5px;
	top:15px;
	}

/* above the fold. materialize.css Zeile 1*/

/* Media-Queries */

@media only screen and (max-width: 992px) {
	.side-nav.fixed { left:-105%; }
	.side-nav.fixed.right-aligned {	left:auto; right:-105%;	}
}

@media only screen and (min-width: 0) and (max-width: 375px) {
	.cut-s { display: none; }
	h1, h2.h2-headline { font-size: 1.8rem; }
	.breadcrumbs, .breadcrumbs2, .text-small { font-size: 0.8rem; }	
}

@media only screen and (min-width: 376px) {
	html { font-size: 17px;}
	h1, h2.h2-headline { font-size: 2.000rem; }	
	
	 .big, .xl-link, .teaser, footer h3 { font-size: 1.315rem; }	
	h2, h3 { font-size: 1.105rem; }
	.breadcrumbs, .breadcrumbs2, .text-small { font-size: 0.8rem; }
}

@media only screen and (min-width: 376px) {
	.cut-m-l { display: none; }
}

@media only screen and (min-width: 992px) {
	html { font-size: 18px; }
}

@media only screen and (min-width: 1200px) {
	html { font-size: 19px;}
	.table-75 { width:75%; }
}

h2, h3, .m-top-set {
padding-top:0px;
margin-top:0px;
}

h1 {
color: #ffffff;
}

h2 {
color:#f57c00;
}

.h2-headline, h3 {
color:#607d8b;
}

.h2-headline {
margin:0 0 1rem 0;
}

h3 {
margin-bottom: 0.5rem;
}

.teaser {
color: #ffffff;
}

.banner {
background-color: #ff9800;
}

.banner-text {
position: absolute;
bottom: 0;
left: 0;
padding: 0px 50px 0px 50px;
background-color:#ff9800;
opacity: 0.9;
}

/* Desktop-Navi */

	/* Active-Pages*/
#Seminare #aSeminare .dropdown-button, #About #aAbout .dropdown-button, #Inhouse #aInhouse .dropdown-button, #Kontakt #aKontakt a {
background:#1e88e5 ;
}

nav ul a {
display: inline-block;
}

nav i.right {
margin-left:0px;
}

.dropdown-content {
background-color:#2196f3;
margin: 0;
display: none;
width:auto;
max-height: 650px;
overflow-y: auto;
opacity:0;
position: absolute;
z-index: 999;
will-change: width, height;
padding-bottom:20px;
}

.dropdown-content li {
clear: both;
color:#0d47a1;
cursor: pointer;
line-height: 1.0rem;
width: 100%;
text-align: left;
text-transform: none;
padding: 15px 15px 5px 15px
}

.dropdown-content li > a {
font-size: 1rem;
color:#e3f2fd;
display: block;
}

.dropdown-content li > a:hover, .dropdown-content li.active {
color:#bbdefb;
}

#Dropdown-1 li:hover, #Dropdown-2 li:hover, #Dropdown-3 li:hover {
background:transparent;
cursor:auto;
}

.dropdown-content li > span {
font-size: 1rem;
}

.dropdown-content li > a > i {
height: inherit;
line-height: inherit;
}

/* Mobile-Navi */

	/* Active-Pages*/
#Seminare #aSeminare2 .collapsible-header,
#About #aAbout2 .collapsible-header,
#Inhouse #aInhouse2 .collapsible-header,
#Kontakt #aKontakt2  a
{

}

.side-nav {
position: fixed;
width: 240px;
left: -105%;
top: 0;
margin: 0;
height: 100%;
height: calc(100% + 60px);
height: -moz-calc(100%);
padding-bottom: 60px;
background-color: #eceff1;
z-index: 999;
overflow-y: auto;
will-change: left;
}

.side-nav.right-aligned {
left:auto;
right:-105%;
will-change:right;
}

.side-nav .collapsible {
border:none;
box-shadow:none;
margin:0;
}

.side-nav li {
color: #009688;
float:none;
padding:0 0 0 0px;
line-height:52px;
}

.side-nav .collection .subhead {
padding:0 0 0 5px;
font-size:90%;
font-weight:400;
}

.side-nav a {
color:#607d8b;
display:block;
font-size:1rem;
}

.side-nav .collection .collection-item {
background-color:transparent;
border-bottom:1px solid #e0e0e0;
padding:0;
line-height:52px;
}

.side-nav .collapsible-header {
background-color:transparent;
border:none;
margin:0;
padding:0 0 0 0px;
}

.side-nav .collapsible-header i {
color:#90a4ae;
line-height:52px;
vertical-align:baseline;
}

.side-nav .collapsible-body {
background-color:transparent;
border:0;
}

.side-nav li:hover {
background-color:transparent;
}

.side-nav li.active {
background-color:#ffffff;
}

.drag-target {
height:100%;
position:fixed;
top:0;
width:10px;
z-index:998;
}

.side-nav .collapsible-body li.active,.side-nav.fixed .collapsible-body li.active {
background-color:#ee6e73;
}

.side-nav .collapsible-body li.active a,.side-nav.fixed .collapsible-body li.active a {
color:#fff;
}

#sidenav-overlay {
background-color:rgba(0,0,0,0.5);
height:120vh;
left:0;
position:fixed;
right:0;
top:0;
will-change:opacity;
z-index:997;
}

.side-nav.fixed a {
color:#444;
display:block;
padding:0 15px;
}

.side-nav.fixed {
left:0;
position:fixed;
}

.side-nav.fixed.right-aligned {
left:auto;
right:0;
}

.pic-top-set {
margin-top:0.3rem;
}
.book-top-set {
margin-top:0.5rem;
}

/* Main */
.colored-row {
background-color: #f5f5f5;
}

mark {
background-color: rgba(238, 255, 65, 0.2);
}

.breadcrumbs, .breadcrumbs2 {
color:#607d8b;
}

.breadcrumbs2 {
padding-left:50px;
}

.spacer:after {
content: "›";
padding: 0 0.5em 0 0.5em;
}

main a {
color:#1976d2;
text-decoration: none;
cursor: pointer;
}

main a:hover {
color:#f89d34;
}

.m-bottom-2 {
margin-bottom: 2em;
}
.p-bottom-4 {
margin-bottom: 4em;
}

th {
font-weight:300;
}

td {
padding: 5px 5px;
}

.v-top {
vertical-align:top;
}

.p-l-5 {
padding-left:5px;
}

.m-r-15 {
margin-right: 15px;
display:inline-block;
}

.m-l-15 {
margin-left: 15px;
display:inline-block;
}

.m-r-30 {
margin-right: 30px;
display:inline-block;
}

.m-l-30 {
margin-left: 30px;
display:inline-block;
}

.pdf-info {
font-size:80%;
color:#90a4ae;
padding-left:24px;
}

.body-icon {
vertical-align:text-bottom;
color:#90a4ae;
}

.rating-icon {
vertical-align:text-bottom;
color:#ffa000;
}

.rating-block {
display:block;
}

.step-icon, .step-icon-on {
vertical-align:text-bottom;
background-color:#ff9800;
}

.step-icon {
color:#ffe0b2;
}
.step-icon-on {
color:#ffffff;
}

.status-icon-legend {
vertical-align:middle;
margin-right:5px;
}

.clear {
clear:both;
}

.btn {
padding: 0 1rem;
text-transform: none;
}

.counter {
display: inline-block;
font-weight: 400;
}


/* E-Mail verschleiern */
	/* auch in e-mailhide.js eintragen */
	.email:after {
	content: "hallo\40resource-people.de";
	}

	/* ohne Klickfunktion */
	.email2:after {
	content: "impressum\40resource-people.de";
	}

/* Bullets */
.bullet ul:first-child {
   padding: 0;
}

.bullet li {
    margin-left: 14px;
    text-indent: -14px;
}

.bullet li:last-child {
    border: none;
}

.bullet li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: rgb(96,125,139);
  border-radius: 50%;
  margin-bottom: 2px;
}

.rounded-image {
    border-radius: 15px; /* Ändere den Wert entsprechend deiner Präferenz für die Rundung */
}

/* back to top */

.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: #ff9800 url(../pics/cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .8;
}
.no-touch .cd-top:hover {
background-color: #e86256;
opacity: 1;
}

@media only screen and (min-width: 768px) {
 .cd-top {
	right: 20px;
	bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
 .cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
  }
}

/* Online-test */

.answer {
font-size: 1rem;
color: #212121;
}

/* Footer */

footer, footer h3 {
color:#0d47a1;
}

.footer-blank {
color:#607d8b;
}

footer a {
color:#e3f2fd;

text-decoration: none;
cursor: pointer;
}

.footer-blank a {
color:#1e88e5;
}

footer a:hover {
color:#bbdefb;
}

.footer-blank a:hover {
color:#f89d34;
}

.footer-links {
line-height:2rem;
padding-left: 1rem;
}

.footer-icon {
vertical-align:text-bottom;
color:#e3f2fd; 
}

.footer-icon-blank {
vertical-align:text-bottom;
color:#90a4ae; 
}

/* sprites   */
.sprite {
    background-image: url(../pics/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-icon-amazon {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-icon-facebook {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.sprite-icon-googleplus {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-icon-lightbulb {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
}

.sprite-icon-twitter {
    width: 24px;
    height: 24px;
    background-position: -141px -5px;
}

.sprite-icon-youtube {
    width: 24px;
    height: 24px;
    background-position: -175px -5px;
}

.sprite-logo {
    width: 88px;
    height: 33px;
    background-position: -209px -5px;
	top:15px;
	}
/* Responsive Tabellen für Termine und Buchungen */

/* =============================
   DESKTOP-DARSTELLUNG
   ============================= */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  display: table;
}

.responsive-table .table-row {
  display: table-row;
}

.responsive-table .table-row.header.desktop-only div {
  font-weight: 300;
  border-bottom: 1px solid #ccc;
}

.responsive-table .desktop-only {
  display: table-row;
}

.responsive-table .desktop-only div {
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
  text-align: left;
}


/* =============================
   MOBILE-DARSTELLUNG (konsolidiert)
   ============================= */
@media (max-width: 768px) {

  /* Desktop-Zeilen ausblenden */
  .desktop-only { display: none !important; }

  /* Card-Container */
  .responsive-table .mobile-only {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    padding: 12px;
    transition: box-shadow .15s ease, transform .05s ease;
  }
  .responsive-table .mobile-only:hover,
  .responsive-table .mobile-only:focus-within {
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
  }
  .responsive-table .mobile-only:active {
    transform: translateY(1px);
  }

  /* Zeile 1 (Badge) */
  .responsive-table .table-row.mobile-only .mobile-line-1 {
    display: block;
    padding: 3px 0;
    font-family: inherit;
  }
  .responsive-table .table-row.mobile-only .mobile-line-1 .status-badge {
    display: block;
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 9999px;
    background: #f7f7f7;
    font-weight: 500;
    line-height: 1.2;
    font-size: .95em;
    margin-bottom: 12px;
  }

  /* Badge-Farben je Status */
  .responsive-table .table-row.mobile-only .mobile-line-1 .status-badge.st-free {
    background: #e6f4f1; border-color: #cfe9e4; color: #0f766e;
  }
  .responsive-table .table-row.mobile-only .mobile-line-1 .status-badge.st-few {
    background: #fff4e5; border-color: #ffe2bf; color: #b45309;
  }
  .responsive-table .table-row.mobile-only .mobile-line-1 .status-badge.st-full {
    background: #fdecec; border-color: #f8caca; color: #b91c1c;
  }

  /* Zeile 2 (Aktionen) */
  .responsive-table .mobile-line-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 0;
    font-family: inherit;
  }
  .responsive-table .mobile-line-2 a:last-child {
    margin-left: auto;
  }

  /* Buttons (Ghost) – Basis */
  .responsive-table .mobile-line-2 a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    background: transparent;
    color: inherit;
    line-height: 1.2;
  }
  .responsive-table .mobile-line-2 a:hover {
    background: #f7f7f7;
    border-color: #bbb;
    text-decoration: none;
  }
  .responsive-table .mobile-line-2 a:focus-visible {
    outline: 2px solid #777;
    outline-offset: 2px;
  }

  /* 🔵 LINKER BUTTON: Platz reservieren / Warteliste (ruhig, outline) */
  .responsive-table .mobile-line-2 a:first-child {
    display: inline-flex;
    align-items: center;

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;

    padding: 7px 12px;
    border-color: rgba(30, 136, 229, 0.35);
    background: transparent;
    color: #1e88e5;

    white-space: nowrap;
    flex: 0 0 auto;

    transition:
      background-color .2s ease,
      border-color .2s ease,
      color .2s ease,
      transform .15s ease;
  }

  .responsive-table .mobile-line-2 a:first-child:hover {
    background: rgba(30, 136, 229, 0.06);
    border-color: #1565c0;
    color: #1565c0;
    transform: translateY(-1px);
  }

  .responsive-table .mobile-line-2 a:first-child:active {
    transform: translateY(0);
  }

  /* 🔵 RECHTER BUTTON: Seminar buchen (einheitlich blau, etwas präsenter) */
  .responsive-table .mobile-line-2 a:last-child:not(:first-child) {
    border-color: rgba(30, 136, 229, 0.35);
    background: rgba(30, 136, 229, 0.06);
    color: #1e88e5;
  }

  .responsive-table .mobile-line-2 a:last-child:not(:first-child):hover {
    background: rgba(30, 136, 229, 0.10);
    border-color: #1565c0;
    color: #1565c0;
  }

  /* Legende */
  .responsive-table-footer {
    margin: 20px 5px 10px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .responsive-table-footer p {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    padding-left: 5px;
    overflow-x: auto;
    font-size: 0.75em;
  }
  .responsive-table-footer i {
    vertical-align: middle;
  }
}

/* =============================
   DESKTOP
   ============================= */
@media (min-width: 769px) {
  .mobile-only { display: none !important; }
}



/* =============================
   LINK-Button
   "Termine Infos Preise ..." für Seiten mit Seminarübersichten
   ============================= */

/* Link-Button  */
.button-termine {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 6px 14px;
  border: 1px solid #1e88e5;
  border-radius: 6px;

  background: transparent;
  color: #1e88e5;
  text-decoration: none;
  line-height: 1.2;

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
}

/* Hover – zartes Blau + anheben */
.button-termine:hover {
  background: rgba(30, 136, 229, 0.08);
  border-color: #1565c0;
  color: #1565c0;

  transform: translateY(-1px);
  text-decoration: none;
}

/* Klick-Feedback */
.button-termine:active {
  transform: translateY(0);
}

/* Fokus (Tastatur / Accessibility) */
.button-termine:focus-visible {
  outline: 2px solid #1e88e5;
  outline-offset: 2px;
}

/* Chevron (Grundzustand) */
.button-termine .plus {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  opacity: 0.75;
}

/* Mobile: Button etwas präsenter + Doppel-Chevron */
@media (max-width: 768px) {
  .button-termine {
    padding: 10px 16px;                  /* mehr Touch-Fläche */
    background: rgba(30, 136, 229, 0.06); /* dauerhaft leicht getönt */
  }

  .button-termine:hover {
    background: rgba(30, 136, 229, 0.10); /* Hover etwas stärker */
  }

  .button-termine .plus::after {
    content: "›";                         /* zweites Chevron nur auf Mobile */
    margin-left: 2px;
  }
}
