@charset "utf-8";
/* CSS Document */





/*
-------------------------------------------------------------- */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


html, body {
        height:100%;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg.jpg) no-repeat center center fixed #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body#subpage{
        height:100%;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg.jpg) no-repeat center center fixed #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: #ccc;
}




.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8) url(../bilder/pfeil.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
                                   border-radius: 5px;
         -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #666;
  opacity: 1;}










td,div {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ccc;
        line-height:1.6em;
}
.links {margin-right: 30%;}
.rechts {float: right; margin-left: 30%;}


h1, h2, h3, h4, h5, h6 {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1 {font-size: 25px;}
h2 {font-size: 20px;}


a.imp {
        font-family:'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #777;
        letter-spacing: 0.1em;
        margin-left:20px;
}

a.imp:hover {
        text-decoration: none;
        color: #fff;
}


a.imp2 {
        font-family:'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #777;
        letter-spacing: 0.1em;
        margin-right:20px; margin-left:0px;
}

a.imp2:hover {
        text-decoration: none;
        color: #fff;
}




a {
        color: #999;
text-decoration: none;
        font-weight:bold;
}

a:hover {
        color:#fff;
        text-decoration: underline;
}


a.lnk, a.lnk:active, a.lnk:visited {
        color: #fff;
text-decoration: none;
        font-weight:bold;
}

a.lnk:hover {

        text-decoration: underline;
}


.f33 { width:33%; float:left;}
.f66 { width:66%; margin-left: 34%;}


.f50 { width:50%; float:left; margin-bottom:20px;}


.ref { float:left; margin-right:15px; margin-bottom:15px; background: rgba(0,0,0,0.5); padding:8px; height:300px; width:303px}
.img-ref {margin-bottom:10px; border:1px solid #333;}
.img-ref:hover {border:1px solid #fed100;}

.img-ref2 {margin-bottom:10px; border:1px solid #333;}

.mita { float:left; margin-bottom:20px;  margin-right:20px;}
.img-mita { margin-bottom:7px; border:1px solid #666; }



.mitte {
        padding: 20px;
        width: 80%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;

}

.mitte2 {

        padding-left: 20px;
        padding-right: 20px;
        width: 80%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;



}


.kast {
        background: rgba(0,0,0,0.3);
text-align:left;
        padding:25px;

        margin-bottom: 30px;


}

#state {
        background: url(../bilder/trans3.png) repeat;
        color:#fff;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        text-align:left;
        padding:25px;
        line-height: 2em;
        min-height:        350px;
        margin-bottom: 30px;
        font-size: 13px;

}
.st-st{
        font-size: 20px;
}

.st-name{
        font-size: 13px;
}



#kopf{
        width: 100%;
        background: url(../bilder/trans2.png) repeat;
/*    position: fixed;    */
        z-index: 999;
        margin-top:0px;
        padding: 0px 0px 0px 0px;
}


#logo{
        width: 100%;
        height: 50px;
        max-width: 200px;
        max-height: 50px;
        margin: 30px 0px 10px 0px;
float:right;

}

#navcontainer {
        margin-top:15px;
        clear: both;
        float: left;
        width: 100%;
        background: url(../bilder/trans0.png) repeat;

}

#navi {


        float: left;
        position: relative;
        left: 10%;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
}

#menu {
        float:left;
        width: 100%;

}

#navi li {
        float: left;
        position: relative;
        right:0;
}

#navi li li{
        right: 0px;
}

#navi a {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 15px;
        letter-spacing: 0.1em;
        width: auto;
        display: block;
        padding:0 12px;
        line-height: 2em;
        color: #999;
        text-decoration:none;
        font-weight: 300;
}

#navi a:hover {
        color: #fff;

}

.clean {clear:both;}



#slwrapper {
        padding: 0px !important;
}

#kwrapper {

        padding: 0px !important;
        margin-top:20px;
}


#hg-kein{
        width: 100%;
        padding: 30px 0px 30px 0px;
}




#hg-trans1 {
        width: 100%;
        background: url(../bilder/trans1.png) repeat;
        padding: 0px;
}


#hg-trans2 {
        width: 100%;
        background: url(../bilder/trans2.png) repeat;
        padding: 0px;
}



.img0{

        margin:0px 30px 20px 0px;
        float: left;
        border: 1px solid #666;
}


.img1{
        float: left;
        margin:10px 30px 10px 10px;
        border: 1px solid #666;
}


.img2{
        float: right;
        margin:5px 0px 30px 30px;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #666;
}





#footer {
        width:100%;
        margin: 0;
        padding: 0px 0px 30px 0px;
        bottom: 0;
        height: auto;
        background: url(../bilder/trans2.png) repeat;
}

.big {
        font-size: 15px;
}

#footeraddress {
        font-size: 11px;
        color:#777;
        float:left;
        text-align: left;

        width:60%;
        padding: 5px 0px;

}

#footerimpress {

text-align: right;
float:right;

font-size: 11px;
padding: 5px 0px;
width:40% }





.but {
        font-size: 12px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        padding:5px;
        width:150px;
        height:30px;
        color: #fff;
        background-color: #008a8e;
        border: 1px #fff solid;
}

#button input a {
        background-color: #006161;
        border: 1px #fff solid;
        color: #fff;
}

#button input a:hover {
        background-color: #fff;
        border: 1px #006161 solid;
        color: #006161;
}


.thumb {;
        margin-right: 20px;
        margin-bottom:6px;
        margin-left:6px;
        margin-top:6px;
        float: left;
}

.entryclearfix img2 {
        margin-right: 20px;
        margin-bottom:6px;
        margin-top:6px;
}

.newsentry img {
        margin-right: 20px;
        margin-bottom:6px;
        margin-top:6px;
}

.navbar{
        margin-bottom: 0px;
        min-height: 0px;
}

.navbar-default{
        border: 0px;
}




.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: 1px solid #000;
  }








/* MAINMENU */

.dropdown-menu > li{
        width: 100%;
}

#navi .dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 5px 20px 5px 20px ;
    white-space: nowrap;
}

#navi .dropdown-menu > li > a:hover{
        background: #008a8e;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #008a8e;
    border: 0px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
}

.navbar-nav > li {
    float: left;
}

.nav > li {
    display: block;
    position: relative;
}

#navi li.open,
#navi li.open a{
        background: #000;
}


/* R E S P O N S I V E   S T Y L E *******************************************************/

@media only screen and (max-device-width: 960px) {


        .st-st{
        font-size: 20px; margin-left:0px;
}

a[href^="tel"]:link {
color: #ccc;
font-weight:bold;
text-decoration: none;}


a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: #fff;

   }
}


/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 992px) and (max-width: 1199px) {
        .mitte {
                width: 85%;
        }
        .mitte2 {
                width: 85%;
        }
        #navi { left: 7%;}




}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
#navi { left: 3%;}

        .mitte {
                width: 94%;
        }
        .mitte2 {
                width: 94%;
        }


        .st-st{
        font-size: 20px; margin-left:0px;
}

#navi a { font-size:13px; padding:0 8px;}

        #footeraddress {
                margin-bottom: 15px;
                width:100%;
                float:none;
        }

        #footerimpress {
                text-align: left;
                padding: 5px 0px 10px 0px;
                float:none;
                width:100%;


        }
        a.imp{margin-left:0px; margin-right:20px;}

}




@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */




html, body {
        height:auto;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg3.jpg) no-repeat top center #222;
}



}


  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */




html, body {
        height:auto;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg3.jpg) no-repeat top center #222;
}




  }


@media (max-width: 600px)  and (orientation:landscape) {



html, body {
        height:auto;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg3.jpg) no-repeat top center #222;
}




}

@media (max-width: 480px)  and (orientation:portrait) {


html, body {
        height:auto;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg3.jpg) no-repeat top center #222;
}




}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


        a.imp{margin-left:0px; margin-right:20px;}

#footer {

        height: auto;}



        .st-st{
        font-size: 20px; margin-left:0px;
}

.img0{

        float: none;

}



        #menu li{
                float:none;
                list-style: none;
                margin: 0px 0px 2px 0px;
        }

        #menuwrapper{width:100%; margin: 0px 0px 20px 0px;}

        .dropdown ul{
                padding: 2px 0px 0px 0px;
                background: #666;
        }

        #menu .dropdown li a{
                padding: 8px 12px 9px 36px;
        }

        .mitte {
                width: 95%;
        }

        .links {
                padding-right: 0px;
        }

        h1, h2, h3 {
                font-size: 23px;
                margin-top: 0px;
        }

        #kopf{
                position: relative;
                height: auto;
        }

        #navcontainer{
                margin-top: 15px;

        }

        #navi{
                float:left;
                left:0px;
                width: 100%;
                padding-top: 10px;
        }

        #navi li{
                right: 0px;
                margin: 0px 0px 5px 0px;
                width: 100%;
        }

        #navi li a{
                padding-top: 5px;
                padding-bottom: 5px;
                width: 100%;
        }

        .navbar{
                margin-bottom: 0px;
                min-height: 50px;
        }

        .navbar-default{
                border: 1px;
        }


        #footeraddress {
                margin-bottom: 15px;
                width:100%;
                float:none;
        }

        #footerimpress {
                text-align: left;
                padding: 5px 0px 10px 0px;
                float:none;

        }

        .mitte2{
                margin-top: 20px;
                margin-right: 0px;
                margin-left: 0px;
                                width: 100%;
                                float:left;
        }

        #hg-kein{
        width: 100%;
        padding: 0px 0px 0px 0px;
}
.links {margin-right:1%}

html, body {
        height:100%;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg2.jpg) no-repeat center center fixed #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;}

                #navi a:hover {
        color: #fff;
        background: url(../bilder/trans1.png) repeat;

}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

        .st-st{
        font-size: 20px; margin-left:0px;
}
        .mitte {
                width: 98%;
        }

                .mitte2{
                margin-top: 20px;
                margin-right: 0px;
                margin-left: 0px;
                width: 100%;
                float:left;
        }

        #navi a:hover {
        color: #fff;
        background: url(../bilder/trans1.png) repeat;

}


        h1, h2, h3 {
                font-size: 23px;
                margin-top: 0px;
        }

        #kopf{
                position: relative;
                height: auto;
        }

        #navcontainer{
                margin-top: 15px;
        }

        #navi{
                float:left;
                left: 0px;
                width: 100%;
                padding-top: 10px;
        }

        #navi li{
                right: 0px;
                margin: 0px 0px 5px 0px;
                width: 100%;
        }

        #navi li a{
                padding-top: 5px;
                padding-bottom: 5px;
                width: 100%;
        }

        .navbar{
                margin-bottom: 0px;
                min-height: 50px;
        }

        .navbar-default{
                border: 1px;
        }

        #footeraddress {
                margin-bottom: 15px;
                width:100%
        }

        #footerimpress {
                text-align: left;
                padding: 5px 0px 10px 0px;
        }



        #hg-kein{
        width: 100%;
        padding: 0px 0px 0px 0px;
}
.links {margin-right:1%}

html, body {
        height:100%;
        width:100%;
        margin: 0;
        padding: 0;
        background: url(../bilder/hg2.jpg) no-repeat center center fixed #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;}

#footer {

        height: auto;}

}