@import url('fonts-schulen.css');

/* header */

body.wrapper-fluid header>.grid-child, body.wrapper-fluid footer>.grid-child {
    padding-left: 2.3em;    padding-right: 2.3em;
}
/* metamenu */
.container-below-top{display: flex;justify-content:space-between;}
@media (width >= 992px) {
    .container-header .mod-menu {justify-content:flex-end;}
    .container-header .mod-menu>li+li {margin-left: 1.8em;}
}
.container-header{margin-bottom:2rem}
.container-header .mod-menu{}
.container-header .mod-menu li a{vertical-align:baseline; height:90px; line-height:90px; display:block; color:#808080; font-weight:600}
.container-header .mod-menu li a:hover, .container-header .mod-menu li.current a{color:#333}

/* Top-A */
.grid-child.container-top-a{justify-content:space-evenly; margin-bottom:4rem}

/* ELEMENTE */
main{border-top: 5px solid #004b7d; padding-top:2rem} /* line */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--cassiopeia-font-family-headings);
    font-weight: 400;margin-bottom: .9rem;line-height: 1.3}
h1, .h1 { font-size: clamp(1.355rem, 1.355rem + 1.5vw, 2.0rem); }
h2, .h2 { font-size: clamp(1.3rem, 1.3rem + 0.9vw, 1.5rem);font-weight:600 }
h3, .h3 { font-size: clamp(1.24rem, 1.24rem + 0.6vw, 1.38rem); }
h4, .h4 { font-size: clamp(1.20rem, 1.20rem + 0.3vw, 1.28rem); }
h5, .h5 { font-size: 1.14rem}
h6, .h6 { font-size: 1.0rem}
h3, .h3, h4, .h4{padding-top:0.5rem}

a:not([class]), a.sport, a.physio, a.ergo {text-decoration:none}

a.sport{color:#f2c200}
a.physio{color:#ff0023}
a.ergo{color:#00915a}
.sportline{border-top: 5px solid #ffcc00}
.physioline{border-top: 5px solid #ff0023}
.ergoline{border-top: 5px solid #00915a}
.schule{max-width:380px}

:root {
  --body-font-family:"Open Sans", Arial, Helvetica, sans-serif;
  --cassiopeia-font-family-headings:Montserrat, Arial, Helvetica, sans-serif;
  --cassiopeia-font-weight-headings:200;
  --cassiopeia-color-primary:#fff; /* sticky-header bg weiss*/
}

/* Farben
Menu:
link #808080
hover, current #333
sport #f2c200 
physio #ff0023 
ergo #00915a 


*/