@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.ausbildung a {
text-decoration: underline;
}

#tokushu.ausbildung a:hover {
text-decoration: none;
}

#tokushu h1 span,
#tokushu h2 span,
#tokushu h4 span {
    font-size: 50%;
    display: block;
	margin-bottom: 10px;
}

#tokushu.ausbildung h1 {
font-size: 40px;
line-height: 1.2;
margin: 0 0 20px 0;
}

#tokushu h1 span {
background: #666;
color: #fff;
display: inline-block;
padding: 5px 15px;
margin: 5px 0 10px 0;
}

#tokushu h1 span.sub2 {
margin: 10px 0;
font-size: 70%;
padding: 0;
background: none;
color: #333;
}

#tokushu div.index ol li a {
border: none;
}

#tokushu.ausbildung .profbox {
padding: 30px;
margin: 60px 0 30px 0;
border: none;
background: #EAEAEA
}

#tokushu.ausbildung .profbox h3 {
margin-top:0;
font-size: 1.7em;
}

#tokushu.ausbildung .profbox h5 {
font-size: 1em;
margin: 0 0 10px 0;
padding: 0;
}

#tokushu.ausbildung .profbox p {
font-size: 0.9em;
margin: 0;
padding: 0;
}

#tokushu.ausbildung .profbox .label {
background: #333;
color: #fff;
padding: 8px;
line-height: 1;
display: inline-block;
margin: 0 0 10px 0;
font-size: 70%;
}


#tokushu.ausbildung h2 {
font-size:1.6em;
line-height: 1.4;
margin: 60px 0 20px 0;
padding: 10px 20px;
border: none;
background: #333;
color: #fff;
}

#tokushu.ausbildung h2 span {
font-size:60%;
margin: 0 0 5px 0;
padding: 0;
border: none;
}

#tokushu.ausbildung h3 {
 font-size: 1.4em;
  line-height: 1.4;
  margin: 60px 0 25px 0;
  border: none;
  padding: 0;
}

#tokushu.ausbildung h3 span {
font-size: 70%;
display: inline-block;
background: #666;
color: #fff;
padding:5px 10px;
line-height: 1;
margin-bottom: 5px;
}

#tokushu.ausbildung h4 small {
  font-size: 1.5em;
  margin: 0 10px 0 0;
  color: #999;
  font-weight: bold;
}

#tokushu.ausbildung h4 {
margin: 40px 0 10px 0;
font-size:1.1em;
padding: 0;
border:none;
line-height: 1.4;
}

#tokushu.ausbildung ul {
margin: 0 0 20px 0;
}

#tokushu.ausbildung ul li {
margin: 0 0 0 20px;
list-style: disc;
line-height: 1.4;
}

#tokushu.ausbildung table.schedule {
margin: 30px 0;
width: 80%
}
#tokushu.ausbildung table.schedule td {
padding: 3px 0 3px 10px;
border: #fff 3px solid;
}
#tokushu.ausbildung table.schedule td.time {
text-align: right;
border-right: 2px solid #999;
padding: 3px 10px 3px 0;
vertical-align: text-top;
width: 30%;
}

#tokushu.ausbildung table.schedule td.place {
text-align: center;
background: #333;
color: #fff;
padding: 5px;
vertical-align: middle;
margin-bottom: 5px;
}



/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.ausbildung #table th,
body.white .site #tokushu.ausbildung #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.ausbildung h1 {
line-height: 1.2;
font-size: 2em;
font-weight: bold;
}

body.white .site #tokushu.ausbildung h1 span {
font-size: 70%;
margin: 5px 0 8px 0;
line-height: 1.2;
}


body.white .site #tokushu.ausbildung h2 span {
font-size: 80%
}


body.white .site #tokushu p.first-title + h1 {
  margin: 16px 0 20px 0;
}

body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.ausbildung h3 {
padding: 0
}

body.white .site #tokushu.ausbildung .profbox h5 {
font-size: 1em;
margin: 0 0 15px 0;
padding: 0;
}


body.white .site #tokushu.ausbildung table.schedule {
margin: 30px 0;
width: 100%
}


