@import url("../css/google-font-Open+Sans.css");
@import url("../css/font-awesome.min.css");
@import url("../css/bootstrap.min.css");
@import url("../css/normalize.css");

@import url("../modul/sprachauswahl/css/SpracheStylesheet.css");

@import url("../modul/mediathek/css/InfoFenster.css");
@import url("../modul/sprachetauschen/css/sprachauswahl.css");
@import url("../modul/mediathek/css/ExtraIconContainer.css");
@import url("../modul/flyer/css/flyer.css");
@import url("../include/navigation/css/navigation.css");

/*@import url("../modul/loginformular/css/LoginStylesheet.css");*/
@import url("../admin/css/scrollTop.css");


.clear-fix:before,
.clear-fix:after {
  content: " ";
  display: table;
}

.clear-fix:after {
  clear: both;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
body
{
  background-image: url(../img/hintergrund/hintergrundbild.jpg);
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
#body-fix, #body_window {
  width: 100%;
  height: calc(97% - (2.63*2.5em));
}

#info {
  display: none;
}

.info-open #info {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  position: fixed;
  overflow: scroll;
}
.info-open #info aside {
  /*position: absolute;*/
  padding: 2em 3em;
  background-color: #fff;
}
.info-open #info aside .info-close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.info-open #info aside .info-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.info-open #info aside h3, .info-open #info aside h4 {
  margin-top: 1em;
  margin-bottom: 0.7em;
  color: #66b538;
}
.info-open #info aside p {
  margin: 1em 0em;
  line-height: 3em;
}
.info-open #info aside ul {
  list-style: square;
  color: #00A0E3;
}
.info-open #info aside ul li {
  line-height: 3em;
}
.info-open #info aside ul li .listenPunkt {
  color: #333;
}
.info-open #info aside hr {
  margin: 1.5em 0em;
}
.info-open #info aside span {
  margin: 0em 0.5em;
  padding: 0.7em;
  color: #fff;
}
.info-open #info aside span i {
  font-size: 1.3em;
  padding: 0px 5px;
}
.info-open #info aside .DownloadAllArhive {
  background-color: #7f00ff;
}
.info-open #info aside .ViewArhive {
  background-color: #00a0e3;
}

#body-fix {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.bg-color {
  background-color:rgba(0,0,0,0.2);
  background-image: url(../img/overlay/overlay-2.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}
#body-fix .search {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  margin: 0 auto;
}
#body-fix .search h1 {
  color: #fff;
  font-weight: bold;
  font-size: 250%;
  margin-bottom: 0.5em;
  text-align: center;
}
#body-fix .search form {
  padding: 0 !important;
}
#body-fix .search form button {
  background-color: #66b538;
  border: none;
  border-radius: 20px 0px 0px 20px;
  padding: 14px 0px;
  font-size: 1.3em;
  text-align: center;
}
#body-fix .search form button i {
  color: #fff;
}
#body-fix .search form button:hover {
  background-color: #477d28;
}
#body-fix .search form input {
  font-size: 1.3em;
  background-color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: inherit;
}
#body-fix .search form input:focus {
  outline: none;
}
#body-fix .search div {
  clear: both;
}
#body-fix .search .info-open {
  background-color: #66b538;
  border: none;
  border-radius: 0px 20px 20px 0px;
  padding: 14px 0px;
  font-size: 1.3em;
  text-align: center;
}
#body-fix .search .info-open i {
  color: #fff;
}
#body-fix .search .info-open:hover {
  background-color: #477d28;
}
#body-fix .search .test {
  width: 95%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 15px;
  position: absolute;
  z-index: -1;
  top: 110px;
  border-radius: 0px 0px 20px 20px;
  left: 50%;
  transform: translateX(-50%);
}

#body_window {
  position: relative;
}

#body_window #header,
#header
{
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 11;
}
#header header nav button:hover
{
	color: #66b538;
}
#body_window #header header nav ul li > a,
#header header nav ul li > a
{
  color: #1E3511;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

#body_window #header header nav ul li > a:hover,
#header header nav ul li > a:hover
{
  color:#66b538;
}
#body-content {
  background-color: #fff;
  position: relative;
  z-index: 20;
}
#body-content .container {
  padding: 1.5em 0em;
}
#body-content .container section table tr td {
  border: none;
  padding: 7px 10px;
}
#body-content .container section table tr td:nth-child(1) {
  color: #4c4c4c;
  line-height: inherit;
  vertical-align: middle;
}
#body-content .container section table tr td:nth-child(2) {
  color: #8c8c8c;
  text-align: center;
  font-size: 1.3em;
}
#body-content .container section table tr td:nth-child(2) a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#body-content .container section table tr td:nth-child(2) a i {
  display: block;
  padding: 7px 10px;
}
#body-content .container section table tr td:nth-child(2) a :hover {
  color: #66b538;
}
#body-content .container section table tr td:nth-child(3),
#body-content .container section table tr td:nth-child(4)
{
	font-size: 1em;
	color: #8c8c8c;
  	text-align: center;
}
#body-content .container section table tr td:last-child {
  color: #8c8c8c;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}
#body-content .container section table tr td:last-child a {
  color: inherit;
  text-decoration: none;
}
#body-content .container section table tr td:last-child a i {
  display: block;
  padding: 7px 10px;
}
#body-content .container section table tr td:last-child a :hover {
  color: #66b538;
}
#body-content .container section table tr:nth-child(odd) {
  background-color: #eee;
}
#body-content .container section table tr:hover {
  background-color: #ccc;
}
#body-content footer {
  background-color: #2c3236;
}
#body-content footer section {
  color: #6b7c88;
  text-align: center;
}
#body-content footer section a {
  color: #66b538;
}
#body-content footer section a:hover {
  color: #477d28;
}

#mail-container {
  display: none;
}

.mail-aktive #mail-container {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.mail-aktive #mail-container #mail-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 3em 3em;
  background-color: #fff;
}
.mail-aktive #mail-container #mail-content .mail-close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.mail-aktive #mail-container #mail-content .mail-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.mail-aktive #mail-container #mail-content h2 {
  color: #66b538;
}
.mail-aktive #mail-container #mail-content p {
  margin-bottom: 3em;
}
.mail-aktive #mail-container #mail-content form p {
  font-weight: bold;
  color: #66b538;
  display: block;
  margin-bottom: 0.7em;
}
.mail-aktive #mail-container #mail-content form p sup {
  color: red;
}
.mail-aktive #mail-container #mail-content form input, .mail-aktive #mail-container #mail-content form textarea {
  display: block;
  width: 100%;
  margin-bottom: 2em;
  padding: 7px 10px;
  border: none;
  background-color: #efefef;
}
.mail-aktive #mail-container #mail-content form button {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background-color: #66b538;
  border: none;
  border-radius: 20px;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #fff;
}
.mail-aktive #mail-container #mail-content form button i {
  font-size: 1.3em;
  margin-right: 0.3em;
}
.mail-aktive #mail-container #mail-content form button:hover {
  background-color: #477d28;
}
.mail-aktive #EmailSend {
  display: none;
}

.EmailSend #mail-container {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.EmailSend #mail-container #mail-content {
  display: none;
}
.EmailSend #mail-container #EmailSend {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 3em 3em;
  background-color: #fff;
}
.EmailSend #mail-container #EmailSend .MailSend-close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.EmailSend #mail-container #EmailSend .MailSend-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.EmailSend #mail-container #EmailSend .send-ok {
  position: absolute;
  top: 50%;
  right: 0%;
  font-size: 800%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(0, 255, 0, 0.3);
  z-index: -1;
}



.NullErgebniss {
  margin-top: 1.5em;
  color: #CC1330;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
}

.FundErgebniss {
  margin-top: 1.5em;
  color: #13cc37;
  color: #61ff00;
  font-size: 150%;
  text-align: center;
}

.ScrollDown {
  margin-top: 1.5em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ScrollDown span {
  color: #fff;
  font-size: 1.3em;
  display: block;
  margin-bottom: 1em;
}
.ScrollDown i {
  width: 50px;
  margin: 0 auto;
  display: block;
  font-size: 500%;
  color: #61ff00;
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width:767px)
{
	body
	{
		font-size: 12px;  
	}
	#body_window header
	{
		padding: 1em;
	}
	#body_window header .container nav ul
	{
		display: none;
	}
	#body_window header .container nav button
	{
		display: block;
	}
	#body_window header .container .open ul
	{
		display: block;
	}
	h3,h4
	{
		font-size: 16px;
	}
	.info-open #info aside span
	{
		display: inline-block;
		padding: 0.4em;
	}


}
@media screen and (min-width: 768px) and (max-width: 1223px)
{
	#body_window header
	{
		padding: 1em;
	}
	.info-open #info aside 
  	{
  	  /*top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  */
	}

}
@media screen and (min-width : 1224px)
{
	#body_window header
	{
		/*padding: 1.3em;*/
	}
	.info-open #info aside 
  	{
	  /*top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
	  */
	}

}