                        /* BODY */
*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
html, body
{
    background-color:#DDDDDD;
    height: 100%;
    width: 100%;
}
#seitenbereich{
    min-height: 100%;
    max-width: 100%;
}
#wrapper {
    margin: 0 auto;
    max-width: 800px;
    width: 800px;
    min-height: 1000px;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.75);
}



                    /* Header */

.slider {
  position: absolute;
  top: 140px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  overflow: hidden;
}

.slider img{
  max-width: 100%;
  height: auto;
  display: none;
}

.header_point{
    position: absolute;
    left: 369px;
    top: 398px;
    height: 15px;
    width: 54px;
    z-index: 1;
}
.header_point img{
    position: relative;
    float: left;
    padding: 0;
    height: 13px;
    width: 13px;
    margin-left: 5px;
}


#logobild{
    position: absolute;
    top: 20px;
    z-index: 0;
    border: none;
    text-align: left;
    left: 640px;
    width: 150px;
    height: 100px;
    background-color: #FFFFFF;
}
#logobild img{
    max-width: 100%;
    height: 100%;
}
#logobezeichnung {
    position: absolute;
    top: 15px;
    left: 410px;
    z-index: 2;
    border: none;
    text-align: left;
    width: 240px;
    height: 120px;
}
#logo_bezeichnung_bild_links img{
    max-width: 100%;
    height: 120px;
}


                     /* InhaltsBereich */

#inhalt{
    margin-top: 410px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 2%;
    min-height: 550px;
    line-height: 20px;
    background-color:#FFFFFF;
    float: left;
    text-align: left;
}
#inhalt .inhalt_ueberschrift{
    text-align: center;
    font-size: 1.8em;
    margin-top: 30px;
    color: #4A4A4A;
}

/* Inhalt Datenschutz*/


#inhalt_datenschutz p{
    margin:0 auto;
   width: 80%;
   color: #4A4A4A;
   text-align: justify;
}

/* Inhalt Home*/
#inhalt_home{
    width: 100%;
    height: 180px;
    float: left;
    font-family: Comic;
    color: #4A4A4A;
    text-align: center;

}
.home_category{
    width: 32%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
    padding: 4%;
    float: left;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
}
.home_category img{
    margin-bottom: 15px;
    opacity: 0.88;
}


/* Inhalt Anfahrt */
#inhalt_anfahrt{
    max-width: 100%;
    float: left;
    height: 550px;
    text-align: center;
    font-family: Comic;
    color: #4A4A4A;
}
#inhalt_anfahrt iframe{

    width: 700px;
    margin-top: 5%;
    margin-left: 6.25%;
    margin-right: 6.25%;
    max-width: 700px;
    height: 450px;
}

/* Inhalt Ãœber Uns */
#inhalt_ueberuns ul{
    text-align: center;
    list-style-type: none;
}
#inhalt_ueberuns ul li{
    padding-top: 10px;

}
#inhalt_ueberuns{
    height: 100%;
    width: 100%;
    float: left;
    font-family: Comic;
    font-size: 1.2em;
    color: #4A4A4A;
}
#inhalt_ueberuns h3{
   color: #383838;
}
.ueberunsliste{
    margin-top: 40px;
}


/* Inhalt Impressum */
#inhalt_impressum{
    width: 100%;
    font-family: Comic;
    text-align: center;
    color: #4A4A4A;
}
#inhalt_impressum h4{
    color: #383838;
}


/* Inhalt Bildergalerie */

#inhalt_bildergalerie{
    width: 100%;
    min-height: 780px;
    float: left;
    text-align: center;
}
#preview_bild{
    height: 165px;
    width: 780px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
}

#main_bild{
    width: 700px;
    min-height: 400px;
    height: auto;
    padding-top:30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
    margin-right: 50px;
    float: left;
}
#main_bild img{
    height: auto;
    -webkit-box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
}

.bildcontainer{
    width: 90%;
    margin-top: 0px;
    height: 250px;
    float: left;
}
.bildcontainer img{
    width: 200px;
    height: auto;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    opacity:0.7;
    transition: opacity 400ms ease-in-out;
    -webkit-box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 24px -6px rgba(0,0,0,0.75);
}
.bildcontainer ul{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.bildcontainer ul li{
   list-style-type: none;
   display: inline;
}
.bildcontainer ul li a img{
    margin-top: 1px;
}
.bildcontainer img:hover{
    background-color:#4d4d4d;
    cursor: pointer;
    opacity:0.85 ;
}

#container2 {
    display: none;
}
#container3 {
    display: none;
}
#container4 {
    display: none;
}
#container5 {
    display: none;
}
#container6 {
    display: none;
}

/* Bildcontainer Navigation */

#next_left {
    position: relative;
    width: 5%;
    height: 100%;
    padding-top: 65px;
    text-align: center;
    float: left;
}
#next_left img{
    padding: 0;
    border:none;
    height: 30px;
    width: 15px;
    opacity:0.5;
    transition: opacity 300ms ease-in-out;
}
#next_left img:hover{
    cursor: pointer;
    background-color: white;
    opacity:1;
}

#next_right {
    position: relative;
    width: 5%;
    height: 100%;
    padding-top: 65px;
    text-align: center;
    float: right;
}
#next_right img{
    padding: 0;
    border:none;
    width: 15px;
    height: 30px;
    opacity:0.5;
    transition: opacity 300ms ease-in-out;
}
#next_right img:hover{
    cursor: pointer;
    background-color: white;
    opacity:1;
}






                   /* MENU */

#responsive_menu img {
    left: 10px;
    position: fixed;
    visibility: hidden;
    z-index: 1;
}
#menu{
    position: absolute;

    width: 100%;
    height: 7px;
    z-index: 2;
    top: 0px;
}
#menu ul{
    height: 66px;
}
#menu ul li{
    list-style-type: none;
    z-index: 3;
}
#menu ul ul{
    text-align: right;
    list-style-type: none;
    z-index: 2;

}
#menu ul ul a{
    float: left;
    display: inline;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 13px;
    margin-left: 13px;
    color: #707070;
    border: 1px solid white;
    transition: all 400ms ease-in-out;
    z-index: 2;
}
#menu ul ul a li{
    height: auto;
    display: inline;
    z-index: 2;
    float: left;
}

#menu #active{
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: white;
    cursor: default;
}

#menu ul ul a:hover{
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
}




                          /* FUSSBEREICH */
#fuss{
    background-color:#242424 ;
    color:#ACACAC ;
    height: auto;
    min-height: 210px;
    width: 100%;
    position: relative;
    float: left;
    bottom: 0;
}

#fuss_wrapper{
    margin: 0 auto;
    max-width: 800px;
}

#fuss_wrapper .col_fuss{
    height: 100%;
    width: 29%;
    margin-left: 4%;
    float: left;
    text-align: left;
}
#fuss_wrapper .col_fuss .ueberschrift{
    font-size: 1.2em;
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: bold;
    color:#E6E6E6 ;
}
#fuss_wrapper .col_fuss hr{
    width: 70%;

}
#fuss_wrapper .col_fuss li{
    font-size:0.85em;
    margin-top: 4px;
    color: #ACACAC;
    display: block;
    font-family: Arial;
	cursor: default;
}
#fuss_wrapper .col_fuss .links{
     margin-top: 20px;
}
#fuss_wrapper .col_fuss a {
    color: #ACACAC;
    text-decoration: underline;
	cursor:pointer ;
	font-family: Tahoma;
	text-decoration: none;
	transition: color 400ms ease-in-out, border-color 400ms ease-in-out;
}
#fuss_wrapper a:hover{
    color: white;
}
#fuss_wrapper #active{
    color: #E6E6E6 ;
}

.back-to-top{
    float: right;
    padding: 4px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    color: #A2A2A2;
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    transition: border-color 400ms ease-in-out, color 400ms ease-in-out;
}
.back-to-top:hover{
    border-color: white;
    color: white;
}
#divideLine{
    padding-top: 10px;
    padding-bottom: 10px;
}
#anfrageBtn{
    font-size:0.85em;
    font-family: Arial;
    line-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    color: #A2A2A2;
    border: 1px solid #A2A2A2;
    border-radius: 4px;
}
#anfrageBtn:hover{
    border-color: white;
}


@media screen and (max-width: 800px)  {
    #wrapper{
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: none;
    }

    #menu{
        position: fixed;
        top:0px;
        left: 0px;
        height: 65px;
        background-color: white;
        -webkit-box-shadow: 0px 0px 20px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 20px -12px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 20px -12px rgba(0,0,0,0.75);
    }

    #inhalt{
        position: relative;
        float: left;
        margin-top: 0px;
    }

    #logobezeichnung img{
        max-width: 250px;
    }
    #logobezeichnung {
        position: fixed;
        z-index: 3;
        top: 11px;
        left: 60%;
        max-width: 240px;
        height: 120px;
    }
    #logobild{
        display: none;
    }

    .slider{
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        position: relative;
        float: left;
        top: 100px;
    }
}

@media screen and (max-width: 650px)  {
    #logobezeichnung {
        display: none;
    }
}

@media screen and (max-width: 600px)  {
    #fuss_wrapper{
        text-align: center;
    }
    #fuss_wrapper .col_fuss{
        width: 48%;
        margin-bottom: 5px;
    }
    #fuss_wrapper .col_fuss .ueberschrift{
        margin-bottom: 5px;
    }
    #fuss_wrapper .col_fuss{
        margin-left: 2%;
    }
    #fuss{
        height: 290px;

    }
}

@media screen and (max-width: 500px) {

    #menu {
        clear: both;
        position: fixed;
        top:0px;
        left: 0px;
        height: 50px;
        width: 100%;
    }
    #menu ul{
        position: absolute;
        text-align: left;
        height: 35px;
        width: 100%;
    }
    #menu ul li{
        height: 100%;
        width: 50px;
    }
    #menu ul ul{
        position: absolute;
        text-align: left;
        height: auto;
        width: 100%;
        margin-left: -500px;
        transition: margin-left 450ms ease-in-out;
    }
    #menu ul ul a{
        color: white;
        margin: 0;
        border: none;
        width: 100%;
        transition:none;
        position: relative;
    }
    #menu ul ul a li{
        position: relative;
        list-style-type: none;
        display: block;
        height:auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        transition: all 450ms ease-in-out;
    }

    #responsive_menu img{
        visibility: visible;
        cursor: pointer;
    }
    #responsive_menu:hover ul{
        margin-left: 0px;
    }



}
@media screen and (max-width: 420px)  {

    #inhalt_impressum{
        width: 100%;
        overflow: scroll;
    }
}


@media screen and (max-width: 350px)  {

     #fuss{
        height: 380px;
    }
     #fuss_wrapper .col_fuss{
        width: 95%;
        margin-bottom: 5px;
    }
    #fuss_wrapper .col_fuss{
        margin-left: 5%;
    }
    #bildcontainer{
        margin-top: 0;
    }
    #bildcontainer2{
        margin-top: 0;
    }
    #bildcontainer3{
        margin-top: 0;
    }
}
