body {
         line-height             : 1.5;
         }



a[href*="mailto"]:before    {
         font-family     : 'FontAwesome-Solid';
         content         : '\f0e0\00a0' ;
         }

a[href*="tel:+"]:before    {
         font-family     : 'FontAwesome-Solid';
         content         : '\f879\00a0';
}

/* Mobil */
a[href*="tel:+491"]:before {
         font-family     : 'FontAwesome-Solid';
         content         : '\f3cd\00a0'!important ;
         }

p {
         margin-bottom   : 1em;
}

p.anfrage {
         text-align: center;
         margin-bottom: 3em;
}
h1, h2, h3, h4, h5, h6 {
         font-family                     : 'montserratbold';
}
@media screen and (min-width: 500px) {
.textblock ul {
         margin-left             : 3em;
         margin-bottom           : 1em;}

}
@media screen and (max-width: 500px) {
.textblock ul {
         margin-left             : 1.5em;
         margin-bottom           : 1em;}

}


.textblock li {
         padding                 : 0.25em 0;
         }

.textblock h2 {
    font-size: 160%;
    margin: 0em 0em 1em 0;
    padding: 0;
    text-align: center;
}

.textblock h3 {
    font-size: 130%;
    margin: 0em 0em 1em 0;
    padding: 0;
    text-align: left;
}

.textblock  a {
         color: #003A6C;
         text-decoration: none;
    font-weight: bold;
}

.textblock a:hover {
         text-decoration: underline;}

body {
         hyphens: auto;
         -webkit-hyphens: auto;
         -webkit-hyphenate-limit-chars:2;
         -webkit-hyphenate-limit-lines: 4;
         -ms-hyphens: auto;
         -ms-hyphenate-limit-chars: 2;
         -ms-hyphenate-limit-lines: 4;}