@charset "utf-8";
/* CSS Document */

* {
    border:0 none;
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}

body {
    font-size: 14px;
}

a { color: #fff; text-decoration:none;}
a:HOVER {text-decoration: underline;}

#INNER-CONTAINER {
    padding-top: 20px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #e6e6e6;*/
}

#HEADER {
    height: 90px;
    background: #2d373f;
    padding: 40px 20px 0 0;
    text-align: right;
}

#HEADER img { max-width: 100%;}

img { max-width: 100%; height: auto !important; }

#slideshowWrapper {
    margin-top: 20px;
}

#FOOTER {
    border-top: 20px solid #7ec440;
    background-color: rgba(45,55,64,.85);
    padding: 20px;
    position: relative;
    color: #FFF;
    margin-bottom: 20px;
}

#CONTENT {
    padding: 5px 0;
}

a#fssPrev,
a#fssNext,
a#fssPlayPause,
ul#fssList {
    display: none;
}

h4 { font-weight: normal; color: #7ec440; text-align: left; font-size: 18px; margin: 0 0 10px 0; }
.box h4 {display: block; border-bottom: 1px solid #7ec440;}

.imprint {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FFF;
    text-decoration: none;
}

span.wichtig {
	font-weight: bold;
	color: red;
	font-size: 22px;
}
::selection { background: #7ec440; }

.imprint:hover { color: #7ec440; }

ul,
ul li { margin: 0; padding: 0; list-style: none; }

label {
    display: inline-block;
    width: 60px;
}

#slideshow  { width: 100% !important; }
#slideshow img { height: 500px !important; }

.span4 { padding-bottom: 40px; }

.backdrop {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity: .0;
    filter:alpha(opacity=0);
    z-index:50;
    display:none;
}


.box {
    position:absolute;
/*   top:20%;
    left:30%;
    width:400px;
    height:400px;*/

    width: 90%;
    height: auto;
    left:2%;
    margin-left: 0;
    top: 20%;
    max-width: 400px;

    background:#ffffff;
    z-index:51;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 5px #444444;
    -webkit-box-shadow:0px 0px 5px #444444;
    box-shadow:0px 0px 5px #444444;
    display:none;
    font-size:12px;
}

.close {
    float:right;
    margin-right:6px;
    cursor:pointer;
}


/* ------------------------------------------------------------- */

#hinweis-jubi {
    top: 100px;
    left: 50%;
    margin-left: -300px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 100px 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 100px 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 100px 30px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    padding-top: 30px;
}

#hinweis-jubi .closebutton {
    right: 10px;
    top: 10px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -moz-text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-text-shadow: 0 1px 1px rgba(255,255,255,.75);
    padding: 5px 9px;
    background: #7ec440;
    color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
}

@media ( min-width : 780px) {
    #hinweis-jubi {
        width: 600px;
        height: 490px;
    }
    .box {     left: 50%;margin-left: -210px;    }
}

@media ( max-width : 779px) {
    #hinweis-jubi {
        width: 96%;
        height: auto;
        left:2%;
        margin-left: 0;
    }

}

.box a { color: #7ec440;  }

a.telnum { cursor: default; }
a.telnum:hover { text-decoration: none;  }

.rowtext {
  padding: 20px;
  font-size: 18px;
  
}
