/* Style Sheet */

.zentriert{
	text-align:center;
}
.links{
	text-align:left;
}
.rechts{
	text-align:right;
}
.block{
	text-align:justify;
}
.weis{
	color:#ffffff
}
h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

p{
	margin-top:0.3rem;
	margin-bottom:0.7rem;
}

p.pou0{
	margin-top:0;
	margin-bottom:0;
}
h1, .h1{
	font-size:2rem;
	color:#0F6BAC;
	line-height: 1.8rem;
	font-weight: bold;
	margin-top:1rem;
}
h1.smalline{
	line-height:1.4rem
}
h1.smalline small{
	font-size:.9rem;
	line-height:1rem;
}
h2, .h2{
	font-size:1.5rem;
	color:#0F6BAC;
	line-height: 1.7rem;
	font-weight: bold;
	margin-top:1rem;
}
h3, .h3{
	font-size:1.4rem;
	color:#0F6BAC;
	line-height: 1.6rem;
	font-weight: bold;
	margin-top:1rem;
}
h4, .h4{
	font-size:1.3rem;
	color:#0F6BAC;
	line-height: 1.5rem;
	font-weight: normal;
	margin-top:1rem;
}
h5, .h5{
	font-size:1.2rem;
	color:#0F6BAC;
	line-height: 1.4rem;
	font-weight: bold;
	margin-top:1rem;
}
h6, .h6{
	font-size:1.1rem;
	color:#0F6BAC;
	line-height: 1.3rem;
	font-weight: bold;
	margin-top:1rem;
}

blockquote {
    font-style: italic;
    position: relative;
    border: none;
    padding: .5625rem 1.25rem 0 1.1875rem;
	padding: 1rem 60px 0.6rem 60px;
	width:100%;
    margin: 30px auto 20px;
    color: #4b4b4d;
	display:block;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #000000;
}
blockquote {
}
blockquote:before {
    display: block;
    content: "\00BB";
    font-size: 80px;
    position: absolute;
    left: -1px;
    top: -38px;
    color: #4b4b4d;
}
blockquote:after {
    display: block;
    content: "\00AB";
    font-size: 80px;
    position: absolute;
    right: -1px;
    bottom: -28px;
    color: #4b4b4d;
}
blockquote cite {
    display: block;
    font-size: .8125rem;
    color: #555;
}
cite {
    padding-top: 5px;
    text-align: right;
    padding-right: 1.5em;
}
blockquote cite:before {
    content: "— ";
}
blockquote cite:before {
    content: "\2014 \0020";
}

.tfm{
	display:inline-block;
	width:40px;
}
.tfmbig{
	display:inline-block;
	width:60px;
}
a{
	color: #0F6BAC;
	text-decoration:none;
}
a:hover{
	color: #F4A212;
	text-decoration:underline;
}
a[href^="tel"]:visited,
a[href^="tel"]:link{
	text-decoration: none;
	color:#0F6BAC;
}
a[href^="tel"]:hover {
	text-decoration: none;
	color:#F4A212;
}
a[target="_blank"]:after {
    content: '\f08e';
    font-family: w4m;
    font-size: smaller;
    margin: 0 1px 0 3px;
}
a.btn-ok:hover{
	text-decoration:none !important;
	color:#ffffff;
	background-color:#2CB747;
}
a.nichtunterline:hover{
	text-decoration:none;
}

.aufforderung a, .aufforderung a:hover{
	color:#1198DD;
	text-decoration:none;
}
.dsfett{
	font-weight:bold;
}
.nornalschrift{
	font-weight:normal;
}
.footer{
	font-size:0.8rem;
}
.footer a{
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover{
	color:#F4A212;
	text-decoration:none;
}
.footer a[href^="tel"]:visited,
.footer a[href^="tel"]:link{
	text-decoration: none;
	color:#ffffff;
}
.footer a[href^="tel"]:hover {
	text-decoration: none;
	color:#F4A212;
}

.raus{
	display:none;
}
abbr[data-title] {
	border-bottom: 1px dotted;
	text-decoration:none;
  cursor: help; 
}

abbr {
    position: relative;
}
abbr::after {
    content: attr(data-title);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
 
  display: block;  
  position: absolute; 
  bottom: 1.5em;
  left: -2em;
  width: auto;
  padding: 0.5em;
  z-index: 100;
  color: #000; 
  background-color: #CCE2FF;
  border: solid 2px #0000FF;
  border-radius: 0.5em;  
}
abbr:hover::after {
  opacity: 1;
	z-index:99999
}
small{
	font-size:0.8rem;
}
small.top{
	display:block;
	line-height:0.8rem;
	font-size:0.62rem;
}