﻿/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/raleway-v12-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Raleway Light'), local('Raleway-Light'), url('/fonts/raleway-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/raleway-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/raleway-v12-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/fonts/raleway-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/raleway-v12-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/raleway-v12-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('/fonts/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/raleway-v12-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/fonts/raleway-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/raleway-v12-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

body {
    font-size: 16px;
    color: #6e6e6e;
    /*background: #f3f3f3 url(/img/bg-image.gif) repeat-x 50% 0%;*/
    letter-spacing: 0.2px;
    background-color: #dbdbdb;
}

a {
    text-decoration: none;
    color: #1e1e1e
}

    a:hover {
        text-decoration: underline;
    }

strong {
    color: #6e6e6e;
}

.header {
    /*height:80px;*/
    /*padding:18px 0px;*/
}

/*.logo {
   margin-left:20px;
   margin-bottom:30px;
}*/

.gallery img {
    display: block;
    /*width:200px;*/
    margin: 8px 8px 0px 0px;
    /*float:left;  in default.aspx cs codebhind dynmically set */
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 30px;
    align-items: start;
}

.gallery-item {
    width: 200px;
    margin: 0;
}

.gallery .gallery-image {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0;
    object-fit: cover;
}

.gallery-caption {
    margin-top: 7px;
    overflow-wrap: break-word;
}

.gallery-headline {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}

.gallery-text {
    font-size: 13px;
    line-height: 1.4;
}

.gallery-stacked .gallery-item {
    grid-column: 1;
}

.responsive {
    max-width: 100%;
    height: auto;
}

#slider li {
    list-style: none;
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

/*#slideoverlay {
   position:absolute; top:130px; left:20px;
   color:#9c9c9c;font-size:40px;font-weight:600;  
}*/


#slideoverlay {
    position: absolute;
    top: 95px;
    left: 10px;
    text-align: left;
    background-color: #dbdbdb;
    padding: 20px;
}

    #slideoverlay .big {
        color: #fff;
        font-size: 50px;
        margin: 0px;
        padding: 0px;
        font-weight: 600;
        /*text-shadow: 2px 1px #7b7b7b;*/
    }

    #slideoverlay .small {
        color: #fff;
        font-size: 24px;
        margin: 0px;
        padding: 0px;
    }

    #slideoverlay .normal {
        color: #fff;
        font-size: 24px;
        margin: 0px;
        padding: 0px;
    }





.mmenu {
    float: right;
    margin: 20px;
}

.mobilenav {
    padding-bottom: 10px;
    padding-top: 20px;
}

    .mobilenav .nav_item {
        padding: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #dbdbdb;
    }

        .mobilenav .nav_item a {
            color: #6e6e6e;
            font-weight: normal;
            font-size: 18px;
        }

        /*.mobilenav .nav_item a.active {
                color:#0097a3;
            }*/

        .mobilenav .nav_item:last-child {
            border-bottom: none;
        }



ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.contentlist {
        list-style-type: disc;
        padding: 0px 0px 0px 20px;
    }

        ul.contentlist li {
            padding-bottom: 5px;
        }

.contenttextmain ul.contentlist {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e4e4e4;
}

    .contenttextmain ul.contentlist li {
        display: grid;
        grid-template-columns: 125px minmax(0, 1fr);
        gap: 18px;
        padding: 12px 14px;
        border-bottom: 1px solid #e4e4e4;
        line-height: 1.5;
    }

        .contenttextmain ul.contentlist li:nth-child(even) {
            background-color: #f7f7f7;
        }

        .contenttextmain ul.contentlist li strong {
            color: inherit;
            font-weight: 600;
            white-space: nowrap;
        }


.table2 {
    width: 100%;
    border: none;
}

    .table2 .td1 {
        padding: 10px;
        background-color: #F1F2F2;
        width: 30%;
        font-weight: bold;
    }

    .table2 .td2 {
        padding: 10px;
        background-color: #F1F2F2;
        width: 70%;
    }

.table3 {
    width: 100%;
    border: none;
}

    .table3 .td1 {
        padding: 10px;
        background-color: #F1F2F2;
        width: 50%;
    }

    .table3 .td2 {
        padding: 10px;
        background-color: #F1F2F2;
        width: 50%;
    }

    .table3 a {
        color: #0097a3;
        text-decoration: underline;
        font-weight: bold;
    }

    .table3 ul {
        list-style-type: disc;
    }


.showm {
    display: none;
}

.showd {
    display: block;
}

.nav2list li {
    padding-bottom: 5px;
}


#menu {
    /*   padding-left:20px;
    padding-top:25px; 
    padding-bottom:60px;*/
    /*background:url(images/header-tail.gif) left top repeat-x;*/
    background-color: #fff;
}

    #menu ul {
    }

    #menu li {
        padding: 0 0 0 10px;
        line-height: 17px;
        font-size: 17px;
        color: #7b7b7b;
    }

        #menu li a {
            color: #7b7b7b;
            text-transform: uppercase;
            text-decoration: none;
            float: left;
            padding: 0 12px;
            margin-left: 7px;
            height: 34px;
            line-height: 34px;
        }

            #menu li a:hover {
                color: #fff;
                background-color: #0097a3;
                padding: 0 12px;
            }

        #menu li.act a {
            color: #fff;
            background-color: #0097a3;
            padding: 0 12px;
        }

#menu-bot {
    float: left;
    padding: 15px 0 0 0;
    overflow: hidden;
}

    #menu-bot li {
        background: url(images/divider.gif) no-repeat 0% 4px;
        float: left;
        margin: 0 0 0 -1px;
        padding: 0 11px 0 12px;
        word-spacing: 3px;
        line-height: 1.417em;
        font-size: 1em;
        color: #666666;
    }

        #menu-bot li a {
            text-decoration: none;
            color: #666666;
        }

            #menu-bot li a:hover {
                color: #2c2c2c;
            }

        #menu-bot li.act a {
            color: #2c2c2c;
        }


li a.nav2active {
    color: #0097a3;
}


#footer {
    border-top: 1px dotted #adadad;
    margin-top: 65px;
    /*height: 52px;*/
    overflow: hidden;
}

    #footer p {
        float: right;
        padding: 0 10px 0 0;
        /*line-height: 54px;*/
        color: #666666;
    }

        #footer p span {
            padding: 0 0px 0 0;
        }

            #footer p span strong {
                text-transform: uppercase;
                color: #2c2c2c;
            }

        #footer p a {
            margin: 0 0 0 0px;
            text-decoration: none;
            color: #666666;
        }

            #footer p a:hover {
                text-decoration: underline;
            }


.content {
    padding: 40px 20px;
    padding-left: 30px;
    background-color: #fff;
}

.box h1 {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-size: 32px;
    font-weight: 400;
    color: #0097a3;
    border-bottom: 1px dotted #dbdbdb;
    line-height: 30px;
}


.box h2 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    color: #0097a3;
    /*border-bottom:1px dotted #adadad;*/
}

.box2 h2 {
    margin: 0 0 25px 0;
    padding: 0 0 0px 0;
    font-size: 30px;
    font-weight: 400;
    color: #7b7b7b;
    /*border-bottom:1px dotted #adadad;*/
}


.box h3 {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
}

.box2 h3 {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    /*border-bottom:1px dotted #adadad;*/
}


/*.margin-content {
    background-color:red;
    width:20px;
    display:block;
    float:left;   
}*/

.box {
    line-height: 23px;
    background-color: #fff;
}

.box2 {
    font-size: 13px;
    line-height: 21px;
    background-color: #fff;
    padding: 30px 0px 30px 25px;
    margin-left: 35px;
    border-left: 1px dotted #dbdbdb;
    float: none;
    width: auto;
}

    .box2 table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 6px;
        table-layout: auto;
    }

        .box2 table td {
            padding: 2px 10px 2px 0;
            vertical-align: top;
        }

            .box2 table td:first-child {
                width: 32px;
                white-space: nowrap;
            }

            .box2 table td:last-child {
                padding-right: 0;
            }

    .box2 h3 {
        margin: 0 0 6px;
        padding: 0;
        font-size: 16px;
        line-height: 21px;
    }

    .box2 a {
        color: #6e6e6e;
        /*text-decoration:underline;*/
    }

    .box2 b, .box2 strong {
        font-weight: 300;
        color: #1e1e1e;
    }

.fa {
    color: #0097a3;
}

.linav {
    line-height: 25px;
}
/*.linav a {}*/

.video {
    width: 380px;
    height: 214px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    // This is the aspect ratio height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.innerpad {
    padding-right: 80px;
}

@media only screen and (max-width: 600px) {
    .contenttextmain ul.contentlist li {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    body {
        font-size: 14px;
    }

    /*.googlemap {width:550px}*/

    .innerpad {
        padding-right: 0px;
    }

    .content {
        padding-left: 20px;
    }

    #menu {
        padding-left: 10px;
    }

        #menu li {
            margin-top: 0px;
            line-height: 15px;
            font-size: 15px;
            padding: 0 0 0 0px;
        }

    .margin-content {
        width: 0px;
    }


    .box h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .box2 h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }



    .box2 {
        line-height: 20px;
        padding: 30px 0px 30px 20px;
        margin-left: 25px;
        border-left: 1px dotted #dbdbdb;
        float: none;
        width: auto;
    }

        .box2 img {
            width: 190px;
        }

    .logo img {
        /*width: 500px;*/
        margin-bottom: -10px;
    }

    #slideoverlay {
        position: absolute;
        top: 110px;
        left: 20px;
        text-align: left;
    }

        #slideoverlay .big {
            color: #fff;
            font-size: 42px;
            margin: 0px;
            padding: 0px;
            font-weight: 600;
            /*text-shadow: 2px 1px #7b7b7b;*/
        }

        #slideoverlay .small {
            color: #fff;
            font-size: 24px;
            margin: 0px;
            padding: 0px;
        }

        #slideoverlay .normal {
            color: #fff;
            font-size: 20px;
            margin: 0px;
            padding: 0px;
        }
}





/* ansicht 1 kleinste */
@media only screen and (max-width: 959px) {
    body {
        font-size: 16px;
    }



    .showm {
        display: block;
    }

    .showd {
        display: none;
    }

    .nav2list li {
        padding-bottom: 5px;
        font-size: 16px;
    }

    .content {
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        /*min-height: 300px;*/
        background-color: #fff;
    }

    .innerpad {
        padding: 0 20px;
        background-color: #fff;
    }

    .innerpadmobile {
        padding: 0 20px;
    }


    .box h1 {
        margin: 0;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 0 0 15px 0;
        /*margin-left:20px;
    margin-right:20px;*/
        font-size: 26px;
        font-weight: 400;
        color: #0097a3;
        border-bottom: 1px dotted #adadad;
    }


    .box2 h2 {
        margin: 0;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 0 0 15px 0;
        /*margin-left:20px;
    margin-right:20px;*/
        font-size: 22px;
        font-weight: 400;
        color: #0097a3;
        border-bottom: 1px dotted #adadad;
    }

    .logo {
        margin-left: 0;
        margin-right: 0px;
    }


    .slideshowwrapper {
        position: relative;
    }

    #menu {
        background: none;
        background-color: #273e4e;
        padding: 0px;
        padding-top: 20px;
        margin: 0px;
        height: 150px;
    }



        #menu li a {
            padding: 0;
            margin: 0;
            line-height: 14px;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            float: left;
            margin-right: 10px;
            height: 34px;
            line-height: 34px;
            border: none;
            padding: 0 4px;
            margin-bottom: 15px;
        }


            #menu li a:hover {
                background-color: #0097a3;
                border: none;
                padding: 0 4px;
            }

        #menu li.act a {
            background-color: #0097a3;
            border: none;
            padding: 0 4px;
        }




    .box {
        border-bottom: none;
        line-height: 24px;
    }

    .box2 {
        line-height: 24px;
        background-color: #fff;
        padding: 0px;
        margin: 0px;
        width: 380px;
        border: none;
        float: none;
        padding: 40px 20px 0 20px;
    }



    #footer {
        border-top: 1px dotted #adadad;
        margin-top: 40px;
        /*height: 52px;*/
        overflow: hidden;
    }

        #footer p {
            float: left;
            padding: 0 10px 0 20px;
            /*line-height: 54px;*/
            color: #666666;
            display: block;
        }



    #menu-bot {
        float: left;
        padding: 20px 10px 0 10px;
        overflow: hidden;
    }

        #menu-bot li {
            /*background: url(images/divider.gif) no-repeat 0% 8px;*/
            background: none;
            float: none;
            display: block;
            margin: 0;
            padding: 0 10px 0 10px;
            word-spacing: 3px;
            line-height: 34px;
            font-size: 16px;
            color: #666666;
        }

            #menu-bot li a {
                text-decoration: none;
                color: #666666;
            }

                #menu-bot li a:hover {
                    color: #2c2c2c;
                    text-decoration: underline;
                }

            #menu-bot li.act a {
                color: #2c2c2c;
                text-decoration: underline;
            }

    /*.googlemap {
        width: 380px;
    }*/



    .table2 td {
        font-size: 14px;
    }

    .table3 td {
        font-size: 14px;
    }

    .gallery img {
        display: block;
        /*width:120px;*/
        max-width: 350px;
        margin: 0px 0px 10px 0px;
        /*float:left;  in default.aspx cs codebhind dynmically set */
    }

    .contenttextmain {
        line-height: 28px;
    }


    #slideoverlay {
        position: absolute;
        top: 20px;
        left: 20px;
        text-align: left;
    }

        #slideoverlay .big {
            color: #fff;
            font-size: 42px;
            margin: 0px;
            padding: 0px;
            font-weight: 600;
            /*text-shadow: 2px 1px #7b7b7b;*/
        }

        #slideoverlay .small {
            color: #fff;
            font-size: 24px;
            margin: 0px;
            padding: 0px;
        }

        #slideoverlay .normal {
            color: #fff;
            font-size: 20px;
            margin: 0px;
            padding: 0px;
        }
}
