﻿/***********************************
Datei: font CSS 
URL: www.musikschule-friedrichsdorf.de 
************************************
Copyright: www.Sabine-Kemper.de
Start: 24.09.2025
Letzte Aenderung: 24.09.2025
***********************************/

*  {
margin:0;
padding:0;
}


body, html {
	font-family: Titillium, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:105%;
    text-align:center;
    height: 100%;
	color:#333;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

h1 {clear: both; font-size: 200%; font-weight:normal; padding: 0.5em 0 0.5em 0;color:#333333;line-height:1.3em; text-align:left;}
h2 {clear: both; font-size: 200%; font-weight:bold; padding: 0.5em 0 0.5em 0;color:#333333;line-height:1.3em; text-align:left;}
h2.ohnegrau {clear: both;font-size: 120%; font-weight:bold; padding: 1em 0 0 0!important; line-height:1.1em; color:#666;text-align:left;}
h2.grau {clear: both;font-size: 120%; font-weight:bold; padding: 1em 0 0.5em 0!important; line-height:1.3em; color:#666; text-align:left;}
h2.abstand {font-size: 160%; padding: 1.0em 0 0.5em 0!important; line-height:1.2em; font-weight:lighter;}
h2.abstand_unten {padding: 0 0 0.5em 0!important;font-weight:lighter!important;}
h2.spalten {padding: 1em 0 0.2em 0!important;line-height:1.2em;}
h2.bold {clear: both; font-weight:normal!important;padding: 1em 0 0 0!important;color:#666;line-height:1.3em; text-align:left;margin: 0 auto;}
h2.jobs {font-weight:normal;padding: 0 0 1em 0!important;}
h3 { clear: both; font-size: 140%; font-weight:normal;padding: 1.4em 0 0.3em 0;line-height:1.3em; color:#666;text-align:left;}
h3.jobs {padding: 0.5em 0 0.3em 0!important;}
h3.ohne{padding: 0em 0 0.5em 0!important;}
h4 {clear: both; font-size: 100%;font-weight:normal;padding: 20px 0 5px 0;line-height:1.3em; text-align:left;}
h5 {font-size: 100%;font-weight:bold;padding: 10px 0 5px 0;line-height:1.3em; text-align:left;}

a {
  font-weight:normal;
  text-decoration:none;
	color: #333333;
   line-height:1.6em; 
}

a:hover {
    color:#666; 
    text-decoration:none;
}

p {
   line-height:1.6em; 
    padding: 0 0 1.0em 0;
    color: #333;
	font-style: normal;
	font-variant: normal;
	font-weight:normal;
    text-align:left;
}
.rechts{
	float:right;
}

p.bold {
	font-weight:bold;
    padding: 20px 0 5px 15px;
}

.footer {color: #000;padding-left:0; line-height:1.2em;}
.footer_bold {color: #000;font-weight: bold;padding: 0 0 5px 15px;}


ul , ul.li {
   list-style-position: outside;
   list-style-type:disc;
   padding-left: 0.2em;
   font-style: normal;
   text-align:left;
   font-weight: normal;
   width: 90%;
   margin-bottom: 0.5em;
   margin-left: 1em;
}

hr {
  margin: 0.5em 0 1em 0;
  border-bottom: 1px solid #cccccc;
  border-top: 0px solid #999;
}

@media only screen and (max-width:35em) {
h2 {
    padding: 1em 0 0.5em 0;
    text-align:left;
	font-size: 120%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
}
}

@media only screen and (max-width: 55em) {
	h1 {font-size: 180%;}
	h2 {font-size: 120%;}
	h2.bold {font-size: 120%;}
	h3 {font-size: 125%;}
	
}

@media only screen and (max-width: 32em) {
	h1  {font-size: 120%;}
	h2, h2.ohnegrau, h2.grau, h2.abstand, h2.abstand_unten, h2.spalten, h2.bold, h2.jobs {font-size: 100%;}
	h3  {font-size: 100%;}
	p, ul {line-height:1.2em; font-size: 100%;}
}

/* 
###############################################################
button Anmeldung #
###############################################################
*/

a.buttonl {
display: inline-block!important;
  border-radius: 10px!important;
  color: #fff!important;
  text-align: center!important;
  width: auto;
  height: auto;
  margin: 1em 1em 1em 0em!important;
  font-size: 110%!important;
  cursor: pointer;
  padding: 1em 1em 1em 1em; 
  box-shadow: 5px 5px 15px #efefef;
background-color: #666666;
float:right;
}
           
a.buttonl:hover {
color: #2f2f2f;
background-color: #ccc;
-webkit-box-shadow: 5px 0 10px #ccc;
-moz-box-shadow: 5px  0 10px #ccc;
box-shadow: 5px  0 10px #ccc;
opacity:0.8;
transition: all 800ms;
-webkit-transition: all 800ms;
-moz-transition: all 800ms;
-o-transition: all 800ms;
}


a.buttonkontakt {
display: inline-block!important;
  border-radius: 10px!important;
  color: #fff!important;
  text-align: center!important;
  width: auto;
  height: auto;
  margin: 1em 1em 1em 0em!important;
  font-size: 110%!important;
  cursor: pointer;
  padding: 1em 1em 1em 1em; 
  box-shadow: 5px 5px 15px #efefef;
	background-color: #666666;
}
           
@media only screen and (max-width: 32em) {
a.buttonkontakt {
font-size: 100%!important; 
}
a.buttonl {
  font-size: 100%!important;
	float:left;
  margin: 1em 1em 1em 1em!important;
  clear: both;
}	
}