body {
    background-color: #fff;
    font-family: "Roboto", Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    color: #333;
    hyphens: auto;
    background-image: url("../backs/logo_thsr_hintergrund03.jpg");
   background-repeat: no-repeat;
    background-size:cover;
	background-position: center center;
}

.versteckt {
    display: none;
}

/* effekte */

.zoomIn {
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.fading {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* bildrollover */

.imagebox {
    background-color: transparent;
}

.imagebox:hover {
    opacity: 0.5;
}

.imgzoom img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
    -moz-transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    transition: transform 0.8s;
}

.imgzoom img:hover {
    width: 100%;
    height: auto;
    opacity: 0.5;
    cursor: pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* links */

a {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

a:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

a:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

a:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

a:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    font-weight: 600;
}

a:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #cc061d;
    font-weight: 600;
    text-decoration: none;
}

a.link12 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link12:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link12:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link12:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link12:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link12:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
    text-decoration: none;
}

a.link16 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link16:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link16:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link16:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link16:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link16:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
    text-decoration: none;
}


a.link16rot {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
    text-decoration: none;
}

a.link16rot:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
    text-decoration: none;
}

a.link16rot:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
    text-decoration: none;
}

a.link16rot:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
    text-decoration: none;
}

a.link16rot:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
}

a.link16rot:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

/* weisse links in Menus */

a.linkweiss16 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

a.linkweiss16:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

a.linkweiss16:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

a.linkweiss16:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

a.linkweiss16:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    line-height: 150%;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

a.linkweiss16:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #cc061d;
    font-weight: normal;
    text-decoration: none;
}

/* gs links hellblau  */

a.linkhellblau16 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #009ddf;
    font-weight: normal;
    text-decoration: none;
}

a.linkhellblau16:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #009ddf;
    font-weight: normal;
    text-decoration: none;
}

a.linkhellblau16:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #009ddf;
    font-weight: normal;
    text-decoration: none;
}

a.linkhellblau16:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #009ddf;
    font-weight: normal;
    text-decoration: none;
}

a.linkhellblau16:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #009ddf;
    font-weight: normal;
    text-decoration: none;
}

a.linkhellblau16:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

/* wrs links mittelblau */

a.linkmittellau16 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #00549f;
    font-weight: normal;
    text-decoration: none;
}

a.linkmittellau16:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #00549f;
    font-weight: normal;
    text-decoration: none;
}

a.linkmittellau16:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #00549f;
    font-weight: normal;
    text-decoration: none;
}

a.linkmittellau16:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #00549f;
    font-weight: normal;
    text-decoration: none;
}

a.linkmittellau16:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color:#00549f;
    font-weight: normal;
    text-decoration: none;
}

a.linkmittellau16:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

/* ths links gruen */

a.linkgruen16 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #98bb59;
    font-weight: normal;
    text-decoration: none;
}

a.linkgruen16:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #98bb59;
    font-weight: normal;
    text-decoration: none;
}

a.linkgruen16:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #98bb59;
    font-weight: normal;
    text-decoration: none;
}

a.linkgruen16:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #98bb59;
    font-weight: normal;
    text-decoration: none;
}

a.linkgruen16:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #98bb59;
    font-weight: normal;
    text-decoration: none;
}

a.linkgruen16:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

/* foerderverein links orange */

a.linkorange16 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #ee8135;
    font-weight: normal;
    text-decoration: none;
}

a.linkorange16:focus {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #ee8135;
    font-weight: normal;
    text-decoration: none;
}

a.linkorange16:link {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #ee8135;
    font-weight: normal;
    text-decoration: none;
}

a.linkorange16:active {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #ee8135;
    font-weight: normal;
    text-decoration: none;
}

a.linkorange16:visited {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #ee8135;
    font-weight: normal;
    text-decoration: none;
}

a.linkorange16:hover {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

/* text klassen */

.copy10 {
    color: #333;
    font-size: 10px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.copy12 {
    color: #333;
    font-size: 12px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.copy16 {
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.copy18 {
    color: #333;
    font-size: 18px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.copy20 {
    color: #333;
    font-size: 20px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}


/* heads klassen */

.head45 {
    color: #333;
    font-size: 45px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.head35 {
    color: #333;
    font-size: 35px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.head25 {
    color: #333;
    font-size: 25px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.head20 {
    color: #333;
    font-size: 20px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.head18 {
    color: #333;
    font-size: 18px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.head16 {
    color: #333;
    font-size: 16px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}


.headgruen45 {
    color: #98bb59;
    font-size: 45px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headgruen35 {
    color: #98bb59;
    font-size: 35px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headgruen25 {
    color: #98bb59;
    font-size: 25px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headgruen20 {
    color: #98bb59;
    font-size: 20px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headgruen18 {
    color: #98bb59;
    font-size: 18px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headgruen16 {
    color: #98bb59;
    font-size: 16px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headmittelblau45 {
    color: #009ddf;
    font-size: 45px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headmittelblau35 {
    color: #009ddf;
    font-size: 35px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headmittelblau25 {
    color: #009ddf;
    font-size: 25px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headmittelblau20 {
    color: #009ddf;
    font-size: 20px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headmittelblau18 {
    color: #009ddf;
    font-size: 18px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headmittelblau16 {
    color: #009ddf;
    font-size: 16px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headdunkelblau45 {
    color: #00E0FA;
    font-size: 45px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headdunkelblau35 {
    color: #00E0FA;
    font-size: 35px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headdunkelblau25 {
    color: #00E0FA;
    font-size: 25px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headdunkelblau20 {
    color: #00E0FA;
    font-size: 20px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headdunkelblau18 {
    color: #00E0FA;
    font-size: 18px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headdunkelblau16 {
    color: #00E0FA;
    font-size: 16px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headorange45 {
    color: #ee8135;
    font-size: 45px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headorange35 {
    color: #ee8135;
    font-size: 35px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headorange25 {
    color: #ee8135;
    font-size: 25px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headorange20 {
    color: #ee8135;
    font-size: 20px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}


.headorange18 {
    color: #ee8135;
    font-size: 18px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}

.headorange16 {
    color: #ee8135;
    font-size: 16px;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-weight: 300;
    line-height: 150%;
}


h1 {
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 2.5rem;
}

h2 {
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 2rem;
}

h3 {
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 1.75rem;
}

h4 {
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 1.5rem;
}

h5 {
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 1.25rem;
}

h6 {
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 1.1rem;
}



/* Liste mit rotem Häckchen */ 

ul.liste16 li:before
{
    content: '✔ ' !important;
    color: #cc061d;  
    margin-left: -1em;
    margin-right: .100em;
}


ul.liste16 {
    padding-left: 20px;
    text-indent: 2px;
    list-style: none !important;
    list-style-position: outside !important;
}
ul.liste16 {
    list-style: disc;
    margin-left: 15px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif !important;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}



/* bootetrap alignments */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* bootetrap paddings */

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

/* textfarben */

.thsgruen {
  color:#98bb59;  
}

.gshellblau {
  color:#009ddf;  
}

.wrsdunkelblau{
  color:#00E0FA;  
}

.foerdorange {
  color:#ee8135;  
}