/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* ************************************************************ */
/*																*/
/*		CSS-Datei für das Friesen-Template						*/
/*		last Update: 06.04.2011									*/
/*		last Update: 25.03.2017									*/
/*																*/
/* ************************************************************ */

/* ************************************************************ */
/*			Basic Layout										*/
/* ************************************************************ */

html, body
{
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100.1%;
    margin: 0px;
    padding: 0px;
    background: #050000 url("../../files/layout/verlauf_rot.jpg") repeat-x;
    color: #FFFFFF;
}

* {margin:0; padding:0; }

a {outline:none;color:#FFF; }


img { border:none; }


h1 {font-size:1.0em; margin:0 0 8px 0; padding:0; }

h2 {
    font-size:1.0em;
    color: #FFFFFF;
    font-weight: normal;
}

h3 {font-size:0.8em; padding-top:10px; color:#FFF; }

p {
    font-size:0.84em;
    line-height:1.5em;
    color:#8D8D8D;
}

strong {
    letter-spacing: 0.05em;
}

.clear {
    clear: both;
}



#bg-friese { background:url("../../files/layout/bg_people_trans.png");
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#wrapper {
    width:1024px;
    height: 100%;
    min-height: 100%;
    background: none;
    margin: 0 auto;
    position: relative;

}

#container {
    width: 1024px;
    background: none;
    margin-left:10px;
}

/* ************************************************************ */
/*			Header												*/
/* ************************************************************ */

#header	{
    width:100%;
    font-weight:bolder;
    font-size:0.84em;
    text-transform:uppercase;
}
#header-image { width:494px; margin:25px 0 -3px 25px; float:left; }
#address { float:right; width:200px; margin:70px 20px 0 0; }
#header-info { float:left; width:210px; margin:70px 0 0 30px; }

/* ************************************************************ */
/*			left column 										*/
/* ************************************************************ */

#left	{
    width:220px;
    min-height:400px;
    float:left;
    margin: 0 20px 0 0;
}

#left .mod_navigation {
    background: #000000;
    color: #ffffff;
    padding: 12px 0 8px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius:12px;
    border-radius:12px;
}

#left .mod_newslist {
    background: #000000;
    color: #ffffff;
    width: 200px;
    margin:20px 0 0 0;
    padding: 2px 0 8px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius:12px;
    border-radius:12px;
}

#left .mod_newslist .info, #left .mod_newslist .more {
    display: none;
}

#left .mod_newslist .layout_short {
    margin: 16px 0;
}


#left ul { list-style-type:none; }



#left a {
    color:#FFF;
    text-decoration: none;
    font-size:0.91em;
    letter-spacing: 0.05em;
    font-weight: bold;
    display:block;
    width:100%;
}

#left a:hover {
    color:#8D8D8D;
}


#left ul.level_1 li {
    text-transform:uppercase;
    margin: 0 0 10px 20px;

}

#left span.active {
    color:#8D8D8D;
    font-size:0.91em;
    font-weight:bold;
    letter-spacing: 0.05em;
}


#left ul.level_2 li {
    font-size:0.84em;
    text-transform:none;
    width:170px;
    margin: 3px 0 3px 0;
}

#left ul.level_2 li a {
    font-weight:normal;
    padding-left:18px;
}

#left ul.level_2 li a:hover {
    background-image: url("../../files/layout/star.png");
    background-repeat: no-repeat;
    background-position: 0px -2px;
}

#left ul.level_2 span.active {
    padding-left:18px;
    font-weight:normal;
    background-image: url("../../files/layout/star.png");
    background-repeat: no-repeat;
    background-position: 0px -2px;
}

#left ul.level_3 li a:hover {
    background-image: url("../../files/layout/star.png");
    background-repeat: no-repeat;
}

#left ul.level_3 li.active {
    font-weight:normal;
    background-image: url("../../files/layout/star.png");
    background-repeat: no-repeat;
}


#main {
    background: #000000;
    color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius:12px;
    border-radius:12px;
    width:520px;
    margin: 0 20px 40px 3px;
    min-height:400px;
    float: left;


}

#main .inside {
    margin:12px;
}

/* Navi Main */

#navi-main ul {
    margin-left: -7px;
    width: 520px;
}

#navi-main li { list-style:none; margin:0; float:left; width:102px; height:106px; }

#navi-main a { display:block; height:106px; color:#000;
    cursor: pointer; }

#navi-main a.cafe {
    margin:0;
    padding:0;
    background:url("../../files/layout/navi_main/cafe.jpg") 0 0 no-repeat;
}

#navi-main a:hover.cafe {
    background-image: url("../../files/layout/navi_main/cafe_aktiv.jpg");
}


#navi-main a.musik {
    background-image: url("../../files/layout/navi_main/musik.jpg");
    background-position: 0 0;
}

#navi-main a:hover.musik {
    background-image: url("../../files/layout/navi_main/musik_aktiv.jpg");
}

#navi-main a.konzerte {
    background-image: url("../../files/layout/navi_main/konzerte.jpg");
    background-position: 0px 0px;
}

#navi-main a:hover.konzerte {
    background-image: url("../../files/layout/navi_main/konzerte_aktiv.jpg");
}

#navi-main a.gruppen {
    background-image: url("../../files/layout/navi_main/gruppen.jpg");
    background-position: 0px 0px;
}

#navi-main a:hover.gruppen {
    background-image: url("../../files/layout/navi_main/gruppen_aktiv.jpg");
}


#navi-main a.raeume {
    background-image: url("../../files/layout/navi_main/raeume.jpg");
    background-position: 0px 0px;
}

#navi-main a:hover.raeume {
    background-image: url("../../files/layout/navi_main/raeume_aktiv.jpg");
}

.mod_eventlist .event {
	margin-bottom: 40px;
	padding-bottom: 12px;
	border-bottom: #8D8D8D solid 1px;
}

/* ************************************************************ */
/*			Right Column										*/
/* ************************************************************ */

#right {
    width: 220px;
}

#right .mod_search {
    margin: -2px 0 20px 0;
}

#ctrl_keywords_15 {
    background: #000000;
    color: #ffffff;
    padding:4px 0px 4px 4px;
    border:none;
    width:200px;
    height:30px;
    margin-top:2px;
    float: left;
    -webkit-border-radius: 9px;
    -moz-border-radius:9px;
    border-radius:9px;

    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;

    -webkit-appearance: none;
}


#ctrl_submit_15 {
    background: #000 url("../../files/layout/lupe.png") 0 3px no-repeat;
    border:none;
    margin:2px 0 0 -10px;
    padding:0;
    width:30px;
    height: 30px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
}

.mod_calendar {
    background: #FFFFFF;
    -webkit-border-radius: 9px;
    -moz-border-radius:9px;
    border-radius:9px;
}

.mod_calendar h3 {
    font-size: 0.88em;
    text-align: center;
    color: #000000;
}

.mod_calendar .head {
    color: #000000;
}

.mod_calendar .minicalendar {
    margin: 10px auto 15px auto;
}

.mod_calendar .next a, .mod_calendar .previous a {
    text-decoration: none;
    color: #000;
}

.mod_calendar .label {
    font-weight: 300;
}

.mod_calendar .days {
    text-align: center;
    background: #000000;
    color: #9F9F9F;
    padding:4px 3px;
}

.mod_calendar .today {
    background: #BABABA;
    color: #000000;
}

.mod_calendar .active a {
    color: #FFFFFF;
    font-weight: bold;
}


#right .mod_eventlist {
    background: #000000;
    color: #FFFFFF;
    margin:20px 0;
    padding:12px;
    -webkit-border-radius: 9px;
    -moz-border-radius:9px;
    border-radius:9px;
}

#right .mod_eventlist .header {
    font-size: 0.84em;
    color: #cc0000;
}

#right .mod_eventlist a {
    text-decoration: none;
    font-size:0.91em;
}

#right .mod_eventlist a:hover {
    text-decoration: underline;
}

#right .mod_eventlist .event {
    margin-bottom:18px;
}

#right #article_right {
    background: #000000;
    color: #FFFFFF;
    margin:20px 0;
    padding:12px;
    -webkit-border-radius: 9px;
    -moz-border-radius:9px;
    border-radius:9px;
}

/* ************************************************************ */
/*			Footer												*/
/* ************************************************************ */
#footer {
    width:100%;
    height:130px;
    clear:both;
}


/* ************************************************************ */
/*			Media Queries										*/
/* ************************************************************ */

.nav-toggler {
    font-family: sans-serif;
    float: right;
    position: absolute;
    top: 1.8rem;
    right: 0.5rem;
    display: none;
}

.nav-toggler-button {
    background: none;
    border: 2px solid currentColor;
    outline: none;
    color: orange;
    padding: 0.25rem;
}

@media only screen and (min-width: 769px) {
    .nav-mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    #wrapper {
        width: 100%;
        margin: 0;
    }

    #container {
        width: 100%;
    }

    #header-image {
        width: 100%;
        text-align: center;
    }

    #address, #header-info {
        float: left;
        margin:30px;
    }

    #left {
        margin-left: 3%;
        display:none;
    }

    #main {
        float: left;
        margin: 0 3%;
        width: 92%;
        padding:0;
    }

    #right {
        float: left;
        margin: 3%;
        width: 92%;
    }


    .nav-mobile {
        max-height: 0;
        display: block;
        visibility: hidden;
        transition: max-height 0s 3s, background 0.3s;
        background: transparent;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-height: 1100px;
        z-index: -1;
        font-size: 1.25rem;
        text-shadow: 0.025rem 0.025rem 2rem rgba(0, 0, 0, 0.7);
    }
    .nav-mobile ul {
        margin: 20px 3%;
        list-style-type: none;
    }
    .nav-mobile li {
        float: none;
        padding: 4px 0;
        transition: opacity 0.3s;
        opacity: 0;
    }
    .nav-mobile a,
    .nav-mobile span.active,
    .nav-mobile span.trail {
        padding: 0.5rem;
        margin: 0.5rem;
    }

    .nav-mobile a {
        text-decoration: none;
        font-size: 0.84em;
    }
    
    
    
    .nav-toggler {
        display: block;
        z-index: 101;
    }

    .nav-mobile-active {
        max-height: 100%;
        transition: max-height 0s, background 0.3s;
        background: rgba(0, 0, 0, 0.84);
        visibility: visible;
        display: block;
        z-index: 100;
    }
    .nav-mobile-active li {
        opacity: 1;
    }

    .mod_search {
        float: left;
        margin: 25px 0 0 20px;
    }
}


@media only screen and (max-width: 568px) {

    #wrapper {
        width: 100%;
        margin: 0;
    }

    #container {
        width: 100%;
    }

    #header-image {
        width: 88%;
    }


    #navi-main ul {
        margin-left: -7px;
        width: 100%;
    }

}


