/*
grün rgba(24,170,51,1)
*/

.copyright-block, .osgalery-cat-tabs {
    display: none;
}

.background img {
    width: 100%;
    height: auto;
}
.item {
    position: relative;
}

#content {
    position: relative;
    z-index: 2;
    padding: 15px;
    color: rgba(0,0,0,.8);
    font-size: 16px;
    line-height: 180%;
}

#inhalte {
}

a {
    color: rgba(0, 0, 0);
}
body {
background-color: #eaeaea;
font-family: Arial;
}

#overall {
max-width: 1200px;
width: 100%;
margin: 0px auto;
display: flex;
}

 /* linker Bereich  */
#left {
position: relative;
margin-bottom: 10px; 
display: flex;
flex-direction: column;
z-index: 2;
}

#logo h2 {
padding: 0px;
margin: 0px;
position: relative;
top: 18px;
}

#logo h2 a img {
border: 0px;
width: 190px;
}

.custom_kontakt {
font-family: "Courier New", Courier;
font-size: 14px;
padding-top: 18px;
padding-right: 20px;
}

/*  Navi links  */

.naviresp {
    display: none;
}

#left ul li {
    line-height: 30px;
}

#left ul {
padding: 0px;
margin: 0px;
list-style-type: none;
padding-top: 5px;

}

ul.menuleft_menu li a {
text-decoration: none;
color: #000;
}
/*
.moduletable_kontakt li:nth-child(1) {
    background-image: url(../images/mobile.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
}
*/
.moduletable_kontakt li:nth-child(1) {
    background-image: url(../images/festnetz.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
}
.moduletable_kontakt li:nth-child(2) {
    background-image: url(../images/mail.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
}

ul.menuleft_menu li a:hover {
color:#666;
}

ul.menuleft_menu li.current.active a {
color:#666;
}

/* Content / Texte */

#content h1 {
    line-height: 130%;
    padding: 0px;
    margin: 0px;
}

#content ul {
padding: 0px;
list-style-type: none;
}

.incontent ul li {
    line-height: 180%;
}

#content ul .info {
    width: 33%;
    background-color: rgba(24,170,51,.75);
    padding: 10px;
    color: white;
    position: relative;
    top: 50px;
}

.incontent ul .info a {
    color: white !important;
}

.incontent {
    position: relative;
    background-color: rgba(0,0,0,.1);
    margin-top: 18px;
    padding: 5px 10px 10px 10px;
}


#conten h2 {
font-size: 20px;
color: #FFF;
padding-top: 0px;
margin-top: 0px;
}

#content a {
color: rgba(0,0,0,.7);
font-family: "Courier New", Courier, monospace;
}

#content img {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

#sidebar_right a {
color: #FFF;
}


/* Navi  */


#navi {
    display: none;
position: relative;
z-index: 99;
padding-top: 50px;
}



#navi ul.menu {
padding: 0px;
margin: 0px;
}

#navi ul.menu li {
display: inline;
color: #000;
}

#navi ul.menu a {
color: #000;
font-size: 20px;
font-weight: bold;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
padding-bottom: 4px;
text-decoration: none;
}



#navi ul.menu li a {
border-top: solid 30px #5e5e5e;
}

#navi ul.menu li a:hover {
border-top: solid 30px #6c6c6c;
background-color: #cecece;
color: #4a4a4a;
}

#navi ul.menu li.active a {
}

#navi ul.menu li.parent.active a {
}

#navi ul.menu li.current.active a {
border-top: solid 30px #eaeaea;
background-color: #5e5e5e;
color: #FFF;
}



/* MEDIA QUERIES
*********************************************/



@media only screen and (min-width:1px) and (max-width:1000px) {
    #navi ul {
        width: 100%;
        display: flex;
    }
    
    #navi ul.menu a {
        font-size: 2vw;
        white-space: nowrap;
        padding-right: 1vw;
        padding-left: 1vw;
    }
    #navi ul.menu li a {
        border-top: solid 3vw #5e5e5e;
    }
    #navi ul.menu li a:hover {
        border-top: solid 3vw #6c6c6c;
    }
    #content ul .info {
        width: 50%;
    }

}
@media only screen and (min-width:1px) and (max-width:800px) {
    #logo {
        text-align: center;
        margin-bottom: 30px;
    }
    #left {
        position: unset;
    }
    #left ul {
        justify-content: center;
        flex-wrap: wrap;
        white-space: nowrap;
    }

    #left ul li {
        margin: 5px;
    }

    .custom_kontakt {
        font-size: 14px;
        padding-top: unset;
        padding-left: unset; 
        padding-right: unset;
    }
    .custom_kontakt ul {
        display: flex;    
    }

    #overall {
        flex-direction: column;
    }
    
    .background {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    #content ul .info {
        width: 96%;
    }


    .naviresp {
        display: unset;
    }
    #navi {
        background-image: url(../images/menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        padding: 0px;
        overflow: hidden;
	    transition: all 0.5s ease-out;
        width: 30px;
        height: 30px;
        background-color: rgba(0,0,0,.5);
        border: solid 1px rgba(0,0,0,0);
        box-shadow: none;
        position: absolute;
        top: 12px !important;
        right: 12px;
    }

    #navi ul {
        flex-direction: column;
    }

    #navi ul li {
      opacity: 0;
	  transition: all .5s ease-out;
        padding: 10px;
        margin: 0px;
        top: 0px;
        position: relative;
        z-index: -99;
    }



    ul.menuleft_menu {
        display: flex;
        margin-top: 30px;
    }


    #navi:hover {
        overflow: visible;
        padding-bottom: 0px;
        width: auto;
        height: auto;
        background-image: none;
        background-color: rgba(0,0,0,.6); 
        border: solid 1px rgba(0,0,0,.5);
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    #navi:hover ul li {
        opacity: 1;
        z-index: 1;
    }
    
    #navi ul li a:before {
        display: none;
    }



    #navi ul.menu a {
        font-size: 18px;
        white-space: nowrap;
        padding-right: unset;
        padding-left: unset;
        padding: 10px;
    
    }
    #navi ul.menu li a {
        border-top: none;
        color: white;
        font-weight: lighter;
    }

    #navi ul.menu li.current.active a {
        border-top: unset;        
        background-color: unset;        
    }

    #navi ul.menu li.current {
        background-color: rgba(255,255,255,.2);
    }
    #navi ul.menu li a:hover {
        border-top: unset;
        background-color: unset;
        color: white;
    }
    
    #navi ul.menu li:hover {
        background-color: rgba(255,255,255,.3);
    }

    .incontent {
        padding-top: 0px;    
    }

    #content {
        top: 0px;
    }

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {  
}


/*Cookie*/
#cookiefenster a {color:rgba(255,197,0,1); text-decoration:none;}
#cookiefenster a:hover {text-decoration:underline;}
#cookiefenster #cookieinhalt {
    padding: 10px;
    text-align: center;
}

#cookiefenster {
    position:fixed;
    bottom:0px;
    height: auto;
    z-index:10000;
    width:100%; 
    font-size:14px; 
    background-color: rgba(0,0,0,.7);
    color: white;
	font-family: 'Open Sans', sans-serif;
}

#cookiefensterCloser {
    background-color: #c71553;
cursor:pointer;
padding:4px;
border-radius: 5px;
}

#cookiefensterCloser:hover {
}

.cookieok {
    cursor: pointer;
    font-weight: bold;
}

.cookieok:hover {
    text-decoration: underline;
}