body {
    padding-top: 60px;
    padding-bottom: 40px;
	
    overflow-y: scroll;

}
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  
}

#main {
  overflow:auto;
  padding-bottom:240px; /* this needs to be bigger than footer height*/
}

footer {
  position: relative;
 /* margin-top: -220px;*/ /* negative value of footer height */
  height: 220px;
  clear:both;
  
} 

.navbar-inverse {
	
	background-image: none;
	border: none;
}


.logo {
	text-align: center;
	margin-top: -10px;
	background-image: url("../img/bg-logo.png");
}

.zf-green {
    color: #68b604;
}


div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

/**************  LoginForm ***********/ 

form#login, form#registration, form#forgotton_password {
    margin: 100px auto;
    padding: 10px 30px;
    width: 360px;
    -webkit-border-radius: 6px 0 6px 0;
    border-radius: 6px 0 6px 0;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
}


form#registration {
	width: 700px;
}




form#login label,
form#MailForm label,
form#login label span,
form#MailForm label span,
form#login label input,
form#MailForm input,
form#registration label input,
form#registration input
{
    display: block;
}

.input-error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form#login ul, form#MailForm ul {
    
}
form#login ul li,
form#MailForm ul li
{
    font-size: 11px;
}






/**************  Anpassungen  ******************/
.pagination {
	text-align: center;
}

.form-horizontal .form-group {
	margin-bottom: 10px;
}

.form-horizontal .form-control {
	padding: 3px 12px;
	min-height: 28px;
}

input[type="checkbox"], input[type="radio"] {
    
	min-height: 12px !important;
	height: 1.3em !important;
}


.space {
	margin-top: 30px;
}




.rightColumn .control-label {
	text-align: left;
}

.hero-unit {
	background-color: #fff;
	
	margin-top: 40px;
	text-align: center;
	padding: 10px;
}

.hero-unit img{
	text-align: center;
}
.hero-unit address{
	text-align: right;
	margin-right: 4em;
	margin-top: 2em;
}
.hero-unit a{
	font-weight: bold;
}
.hero-unit p{
	font-weight: bold;
	font-size: 1.15em;
	
	margin-bottom: 3em;
}



.inputLabel {
	margin-top: 0.5em;
}

.date {
	margin-top: 1em;
}



#filterReset {
line-height: 16px;
}


.checks label {
	text-align: center !important;
	margin: auto;
}

.checks div {
	text-align: center !important;
	
}



.help-inline ul {
	position: relative;
	margin-bottom:15px;
	margin-top:15px;
	width: 250px;
	padding: 4px 6px;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-color: rgba(255,0,0,0.6);
	border-width: 1px;
	border-style: solid;
	font-size: 0.7em;
}
.help-inline ul:before {
  content: "";
position: absolute;
top: -12px;
left: 27px;
border-style: solid;
border-width: 0 12px 12px;
border-color: rgba(255,0,0,0.6) transparent;
display: block;
width: 0;
z-index: 1;
}




.help-inline li {
	color: #ff0000;
	list-style-type: none;
}

.chosen-container, .chosen-container-multi {
	width:100% !important;
}

ul.alert li {
	list-style-type: none;
	font-weight: bold;
}

.authMessage {
	width: 75%;
	
	margin: 100px auto;
    padding: 10px 30px;
   
    -webkit-border-radius: 6px 0 6px 0;
    border-radius: 6px 0 6px 0;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
}
.authMessage h1{
	font-size: 1.5em;
	margin-top: 10px;
}

.cke_textarea_inline {
	
	border: 2px dashed rgba(255,255,255,1);
    border-radius: 10px;
	padding: 5px;
	background-color: #fff;
}

.newEntry .cke_textarea_inline {
	min-height: 200px;
	border: 2px dashed rgba(0,0,0,0.3);
    border-radius: 10px;
	padding: 5px;
	background-color: #eee;
}

#events .cke_textarea_inline {
	min-height: 150px;
	border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
	padding: 5px;
	background-color: #fff;
}

#events h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
	
}
#events h2.border {
	
	border-top: 1px solid rgba(0,0,0,0.3);
}


.newEntry input {
	
	border: 2px dashed rgba(0,0,0,0.3);
    font-size: 2em;
	text-transform: uppercase; 
	background-color: #eee;
}



[id^='dropzone'] {
    /*Sort of important*/
    width: 600px;
    /*Sort of important*/
    height: 200px;
    position:absolute;
    left:50%;
    /*top:100px;*/
    margin-left:-300px;
    border: 2px dashed rgba(0,0,0,.3);
    border-radius: 10px;
    font-family: Arial;
    text-align: center;
    position: relative;
   
    font-size: 20px;
    color: rgba(0,0,0,.3);
}

    [id^='dropzone'] input {
        /*Important*/
        position: absolute;
        /*Important*/
        cursor: pointer;
        left: 10px ;
        top: 140px ;
		color: rgba(0,0,0,.6);
		font-size: 12px;
        /*Important This is only comment out for demonstration purpeses.
        opacity:0; */
    }

    /*Important*/
    [id^='dropzone'].mouse-over {
        border: 2px dashed rgba(0,0,0,.5);
        color: rgba(0,0,0,.5);
    }


/*If you dont want the button*/
[id^='clickHere'] {
    display: none;
	position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: 20px;
    line-height: 26px;
    color: white;
    font-size: 12px;
    width: 100px;
    height: 26px;
    border-radius: 4px;
    background-color: #3b85c3;

}

    [id^='clickHere']:hover {
        background-color: #4499DD;

    }

	#newsletterItems {
		width: 600px;
		 margin-left:auto;
		 margin-right:auto;
	}
	
	#newsletterItems h1{
		margin-top: 5px;
		font-size: 1.5em;
	}
	
	
	
.newsletterBlock {
	border-top: 0px solid #ffffff !important;
	padding-bottom: 40px !important;
}	
	
.textField {
	margin-top: 7px;
}

 
	

	
#newsletterItems textarea.headline {
	font-size: 2.0em;
	font-weight: bold;
	color: #666;
	border: none;
	border: 1px dashed rgba(0,0,0,0.2);
	border-radius: 10px;
	height: 1.3em !important;
	width: 550px !important;
	resize: none;
	line-height: 1em;
	margin-bottom: 0.3em;
	margin-left: 6px;
	overflow: hidden;
	text-transform: uppercase;
	padding: 5px !important;
}

#newsletterItems .cke_textarea_inline {
	
	color: #666;
	border: none;
	border: 1px dashed rgba(0,0,0,0.2);
	min-height: 2em !important;
	width: 550px !important;
	resize: none;
	line-height: 1.4em;
	margin-bottom: 0.3em;
	margin-left: 6px;
	overflow: hidden;
	
	padding: 5px !important;
}




 .glyphicon-remove {
	color: rgba(255,0,0,0.8);
	float: right;
    margin: 5px 0 0 -45px;
	left: 25px;
	cursor: pointer;
}


#newsletterItems .glyphicon-picture {
	color: rgba(0,0,0,0.8);
	float: right;
    margin: 5px 0 0 -45px;
	left: -10px;
	cursor: pointer;
}

.newEntry input {
	padding: 0px !important;
}

#structureAll {
	margin-top: 1em;
}
#structureAll div{
	height: 2.5em;
}

.structureHeadline {
	width: 500px;
	background-color: #eee;
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 7px 7px 7px 12px;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #333;
	text-transform: uppercase;
	cursor: move; 
}

#structureAll .glyphicon-remove {
	color: rgba(255,0,0,0.8);
	float: left;
	right: -460px;
	top: -8px;
    margin: 5px 0 0 2px;
	cursor: pointer;
}

.newsletterArchive  {
	
	margin-bottom: 2em;
	margin-top: 2em;
	
}

.newsletterArchive .archiveHeadline {
	font-size: 1.3em;
	
	
}
.newsletterArchive .glyphicon-zoom-in,.newsletterArchive .glyphicon-zoom-out  {
	cursor: pointer;
	float: left;
	margin-right: 20px;
	
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 0px solid #fff;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

a.fc-event:hover {
	color: #ddd;
}

footer { clear: both; width: 100%;  background: url("../img/footer-shadow.png") top center no-repeat;  color: #807e84; font-size: 12px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { footer { background: url("../img/footer-shadow_@2x.png") top center no-repeat; background-size: 100% 24px; } }
footer hr { margin: 0 auto; background-image: url("../img/footer-line.png"); background-repeat: no-repeat; background-position: 50% 50%; height: 1px; border: none; clear: both; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { footer hr { background-image: url(../img/footer-line_@2x.png); background-size: 969px 1px; } }
footer #fmenu { max-width: 964px; margin: 0 auto; padding-left: 1em; position: relative; height: 65px; }
footer #fmenu #furls_1 { width: 50%; position: relative; top: 30px; left: 0; display: inline-block; }
footer #fmenu #furls_1 li { display: inline-block; margin-right: 1em; }
footer #fmenu #furls_1 a, footer #fmenu #furls_1 a:hover, footer #fmenu #furls_1 a:visited { text-decoration: none; color: #807e84; }
footer #fmenu #furls_1 a:hover { color: #002246; }
footer #fmenu #fsocialContainer { width: 50%; position: absolute; right: 1em; top: 30px; min-height: 65px; }
footer #fmenu #fsocialLabel { float: right; }
footer #fmenu #fsocial { float: right; margin-top: -2px; padding-left:0px}
footer #fmenu #fsocial li { float: left; margin-left: 5px;list-style: none; }
footer #fmenu #fsocial a { font-size: 0; display: block; width: 20px; height: 20px; }
footer #fmenu #fsocial .facebook, footer #fmenu #fsocial .twitter, footer #fmenu #fsocial .youtube, footer #fmenu #fsocial .pinterest, footer #fmenu #fsocial .googleplus, footer #fmenu #fsocial .douban, footer #fmenu #fsocial .weibo, footer #fmenu #fsocial .weixin, footer #fmenu #fsocial .youku, footer #fmenu #fsocial .instagram { background-size: 200px 40px; background-image: url("../img/footer_btns-social.png"); background-repeat: no-repeat; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { footer #fmenu #fsocial .facebook, footer #fmenu #fsocial .twitter, footer #fmenu #fsocial .youtube, footer #fmenu #fsocial .pinterest, footer #fmenu #fsocial .googleplus, footer #fmenu #fsocial .douban, footer #fmenu #fsocial .weibo, footer #fmenu #fsocial .weixin, footer #fmenu #fsocial .youku, footer #fmenu #fsocial .instagram { background: url(../img/footer_btns-social_@2x.png); background-size: 200px 40px; } }
footer #fmenu #fsocial .facebook { background-position: 0px 0px; }
footer #fmenu #fsocial .facebook.open, footer #fmenu #fsocial .facebook:focus, footer #fmenu #fsocial .facebook:hover, footer #fmenu #fsocial .facebook:active { background-position: 0px -20px; }
footer #fmenu #fsocial .twitter { background-position: -20px 0px; }
footer #fmenu #fsocial .twitter.open, footer #fmenu #fsocial .twitter:focus, footer #fmenu #fsocial .twitter:hover, footer #fmenu #fsocial .twitter:active { background-position: -20px -20px; }
footer #fmenu #fsocial .youtube { background-position: -40px 0px; }
footer #fmenu #fsocial .youtube.open, footer #fmenu #fsocial .youtube:focus, footer #fmenu #fsocial .youtube:hover, footer #fmenu #fsocial .youtube:active { background-position: -40px -20px; }
footer #fmenu #fsocial .pinterest { background-position: -60px 0px; }
footer #fmenu #fsocial .pinterest.open, footer #fmenu #fsocial .pinterest:focus, footer #fmenu #fsocial .pinterest:hover, footer #fmenu #fsocial .pinterest:active { background-position: -60px -20px; }
footer #fmenu #fsocial .googleplus { background-position: -80px 0px; }
footer #fmenu #fsocial .googleplus.open, footer #fmenu #fsocial .googleplus:focus, footer #fmenu #fsocial .googleplus:hover, footer #fmenu #fsocial .googleplus:active { background-position: -80px -20px; }
footer #fmenu #fsocial .weixin { background-position: -100px 0px; }
footer #fmenu #fsocial .weixin.open, footer #fmenu #fsocial .weixin:focus, footer #fmenu #fsocial .weixin:hover, footer #fmenu #fsocial .weixin:active { background-position: -100px -20px; }
footer #fmenu #fsocial .weibo { background-position: -120px 0px; }
footer #fmenu #fsocial .weibo.open, footer #fmenu #fsocial .weibo:focus, footer #fmenu #fsocial .weibo:hover, footer #fmenu #fsocial .weibo:active { background-position: -120px -20px; }
footer #fmenu #fsocial .douban { background-position: -140px 0px; }
footer #fmenu #fsocial .douban.open, footer #fmenu #fsocial .douban:focus, footer #fmenu #fsocial .douban:hover, footer #fmenu #fsocial .douban:active { background-position: -140px -20px; }
footer #fmenu #fsocial .youku { background-position: -160px 0px; }
footer #fmenu #fsocial .youku.open, footer #fmenu #fsocial .youku:focus, footer #fmenu #fsocial .youku:hover, footer #fmenu #fsocial .youku:active { background-position: -160px -20px; }
footer #fmenu #fsocial .instagram { background-position: -180px 0px; }
footer #fmenu #fsocial .instagram.open, footer #fmenu #fsocial .instagram:focus, footer #fmenu #fsocial .instagram:hover, footer #fmenu #fsocial .instagram:active { background-position: -180px -20px; }
footer > div { min-height: 35px; max-width: 964px; margin: 0 auto; margin-top: 20px; padding-left: 1em; position: relative; }
footer #finfo { margin: 0; padding: 0; position: absolute; top: 0; left: 0; width: 49%; text-align: right; }
footer #furls_2 { margin: 0; padding: 0; position: absolute; top: 0; right: 0; width: 49%; }
footer #furls_2 li { float: left; margin-right: 1em; }
footer #furls_2 a, footer #furls_2 a:hover, footer #furls_2 a:visited { display: block; text-decoration: none; color: #807e84; }
footer #furls_2 a:hover { color: #002246; }
@media screen and (max-width: 710px) { footer { font-size: 0.7em; height: auto; min-height: 90px; }
  footer hr { color: #d5d3cc; background-color: #d5d3cc; height: 1px; border: 0; width: 100%; margin-top: 1.5em; }
  footer #fsocialLabel { display: none; }
  footer #fmenu #furls_1 li { margin-bottom: 1em; } }
  
  
  
  
.ajax-file-upload-statusbar {
border: 1px dashed rgba(0,0,0,0.2) !important;
margin: 10px 31px 0 31px;
width: 550px;

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 10px;
padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px dashed rgba(0,0,0,0.2) !important;
padding: 1px;
border-radius: 3px;
display: inline-block
}
.ajax-file-upload-bar {
background-color: #449d44;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload-green {
background-color: #449d44;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;	
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px dashed rgba(0,0,0,0.2) !important;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8; 
  padding: 6px 10px 4px 10px; 
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d; 
  vertical-align:middle;  
  }
  
.ajax-file-upload:hover {
      background: #3396c9;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
      box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop
{

	border: 1px dashed rgba(0,0,0,0.2) !important;
	width:550px;
	height: 125px;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
	border-radius: 10px;
	margin: 0 31px 0 31px;
}

.ajax-upload-dragdrop:hover
{
	border: 1px dotted rgba(0,0,0,0.2) !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #333;
	background-image: none;
	color: #fff;
}

#poweredby {
	text-align: right;
	padding: 10px;
}
