@font-face {
   font-family: 'Open Sans';
   src: url('/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_fonts/opensans/open-sans-v27-latin-regular.otf') format("opentype");
   font-weight: 100;

}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_fonts/opensans/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_fonts/opensans/open-sans-v27-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_fonts/opensans/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_fonts/opensans/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_fonts/opensans/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_fonts/opensans/open-sans-v27-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body {
   font-family:arial;
   font-size:13px;
   background:white;
   margin:0;
   padding:0;
   height:100%;
   width:100%;
}

.modalDiv {
  border: 0;
  height:100%;
  /*
  overflow:auto !important;
  -webkit-overflow-y:scroll !Important;
  -webkit-overflow-scrolling: touch !important;
  */
}


i.fa a {
  font-family:arial;
}

.formdatainfotext {
  margin-bottom:10px;
  font-size:10px;
}

textarea {
   font-family: inherit;
   font-size: inherit;
}


/* insert form */
.insertFormdata {
  width:98%;
}
.insertFormdata h1 {
   margin:0;
}
.insertDiv {
  padding-left:5px;
}
.insertDiv p {
  display:block;
  margin:5px;
  clear:left;
  padding-bottom:5px;
}

.insertFormdata small {
  display:block;
  padding-left:0;
  margin-left:0;
  padding-top:1px;
  padding-bottom:10px;
}


.insertDiv .formdata {
   margin-bottom:20px;
   border:1px dotted silver;
   padding:10px;
   background:#F7F7F7;
}
.insertDiv .formdata .anhanginfotext {
   margin-bottom:10px;
   font-size:10px;
}

  
.insertDiv select,.insertDiv input.text,.insertDiv input.textfile,.insertDiv textarea, input[type=file]{
  padding:0px;
}

.insertDiv input.fttextnr {
  margin-left:24px;
  margin-top:4px;
  width:50%;
  display:block;
}


.insertDiv label {
}


.insertDiv input.text{
  width:50%;
}

.insertDiv input.text.datetime{
  width:10%;
}



.insertDiv input.textfile{
  width:20%;

}

.insertDiv .newFileUpload {
  margin-bottom:5px;
}

.insertDiv textarea.full{
  width:98%;
  height:200px;
}

.insertDiv textarea{
  width:85%;
  height:200px;
}

.insertDiv .formError {
  border:1px solid red;
}
.insertDiv .formErrorTop {
  border:1px solid red;
  color:red;
  padding:5px;
  text-align:center;
}

.insertDiv .kategorie_zusatz {
   display: inline-block;
   padding:0;
   margin:0;
   margin-left:5px;
}


/* detail */
.detailDiv {
  padding-left:5px;
  overflow-x:hidden;
}

.detailDiv h2 {
 padding-top:0;
 margin-top:0;

}

.detailDiv .detailText {
  float:left;
  width:68%;
  border-top:1px dotted silver;
  border-bottom:1px dotted silver;
  min-height: 270px;
  padding-right:20px;
  line-height:20px;
}

.detailDiv .detailText .beschreibung {
  margin-top:10px;
  margin-bottom:10px;
}

.detailDiv .detailText table {
    border-spacing: 0px;
    border-collapse: separate;
}
.detailDiv .detailText table tr td {
  padding-bottom:5px;
}


.detailDiv .detailMap {
  float:left;
  width:28%;
  margin-left:0px;
  min-height: 270px;
}

.detailDiv .detailEnd {
  clear:left;
}

.likedata {
  padding-top:20px;
  padding-bottom:20px;
}

.likedata span {
   display:inline-block;
}

.like{
   cursor:pointer;
}

.like a {
  text-decoration:none;
}

.Anhang h3 {
   margin-bottom:0;
}

.GalerieBox, .VideoBox {
  float:left;
  margin:10px;
  padding:0px;
  width:120px;
  height:90px;
  border:1px solid silver;
  opacity: 1;
  box-shadow: 2px 2px 3px lightgray;
}

.GalerieBox img {
   width:100%;
   height:100%;
}


.VideoBox {
   text-align:center;
}
.VideoBox img{
  padding-top:30px;
}

#showVideo{
  z-index:1000000;
  opacity:0.8;
  text-align:center;
  display:none;
  position:absolute;
  left:1%;
  top:0;

  width:98%;
  background:black;
}
#showVideo span{
  color:silver;
  font-size:15px;
  padding:5px;
  display:block;
}
#showVideo a{
  float:right;
  padding:5px;
  color:silver;
  text-decoration:none;
  font-weight:normal;
  font-size:30px;
  padding-right:10px;
}
#showVideo a img{
  width:12px;
}
#showVideo video{
  background:black;
  width:380px;
  height:220px;
}

.GalerieBox:hover , .VideoBox:hover {
  opacity: 0.6;
}

.GalerieBoxEnd, .VideoBoxEnd  {
  clear:left;
}

.FileBox {
  float:left;
  margin:10px;
  margin-left:0px;
  padding-top:20px;
  padding-bottom:20px;
  width:120px;
  text-align:center;
  border:1px solid silver;
  opacity: 1.0;
  box-shadow: 2px 2px 3px lightgray;

}
.FileBox:hover {
  opacity: 0.6;
}
.FileBoxEnd {
  clear:left;
}


/* kommentare */
#addKommentar{
  text-decoration:none;
  color:#666666;
}

#addKommentar, .like a{
  text-decoration:none;
  color:#666666;
}

.insertKommentarDiv{
  background:#F7F7F7;
  padding:10px;
  margin-right:5px;
}
.insertKommentarDiv.open {
   border:1px solid #666666;
   margin-bottom:10px;
   box-shadow: 2px 2px 3px lightgray;
}


.insertKommentarDiv .formdata {
  border-bottom:1px dotted silver;
  padding:0px;
  background:#F7F7F7;
  width:auto;
}


.insertKommentarDiv select,.insertKommentarDiv input.text,.insertKommentarDiv input.textfile,.insertKommentarDiv textarea{
  padding:2px;
}



.insertKommentarDiv input.text{
  width:90%;
}

.insertKommentarDiv input.fttextnr {
  margin-left:24px;
  margin-top:4px;
  width:50%;
  display:block;  
}



.insertKommentarDiv input.textfile{
  width:20%;
}

.insertKommentarDiv .newFileUpload {
  margin-bottom:5px;
}

.insertKommentarDiv textarea{
  width:90%;
}

.insertKommentarDiv .formError {
  border:1px solid red;
}
.insertKommentarDiv .formErrorTop {
  border:1px solid red;
  color:red;
  padding:5px;
  text-align:center;
  background:white;
}



/* details */
#Kommentar {

}

.detailKommentarDiv{
  margin-bottom:20px;
}

.detailKommentarDiv .kommentarInhalt{
  width:97%;
  background:#F9F9F9;
  margin-left:0px;
  border:1px dotted silver;
  padding:5px;
}

.detailKommentarDiv .kommentarInhalt.ontop{
  background:#F1F1F1;
  border:1px solid silver;
}

.detailKommentarDiv h3{
   font-size: 1em;
   margin:0;
   color: #001637;
   margin-top: 5px;
   font-weight: bold;
}
.detailKommentarDiv h3 small{
   font-size:80%;
   font-weight:normal;
   color:gray;
}
.detailKommentarDiv.ontop h3 small{
   font-size:86%;
   font-weight:bold;
   color:gray;

}

.detailKommentarDiv .kommentarInhalt h4{
  margin:0;
  padding-top:8px;
  padding-left:8px;
  color:#000;
  font-size:0.9em;
  margin-bottom:5px;
}

.detailKommentarDiv i.fa{
   font-size:0.9em;
}

.detailKommentarDiv .kommentarInhalt p{
  margin:0;
  line-height:20px;
  font-size:0.9em;
  padding-bottom:8px;
  padding-left:8px;
}


.detailKommentarDiv .kommentarInhalt table {
    margin-top:5px;
    border-spacing: 0px;
    border-collapse: separate;
}
.detailKommentarDiv .kommentarInhalt table tr td {
  padding-bottom:5px;
}



/* table div */
.divtable {
  display: table;
  width:100%;
  margin-bottom:20px;
}

.divth, .divtd {
  display: table-cell;
  table-layout: fixed;
  padding: 5px;
  padding-left:0;
  vertical-align:top;
}


.divth {
  width:16%;
}


.divtd h3{
  margin:0;
  margin-bottom:10px;
  font-size:1em !Important;
}


.leaflet-control-layers label {
  font-size:1.2em;
}

.leaflet-control-layers h4 {
 font-size:1.3em;
	color:#666;
}

.leaflet-control-geocoder-expanded {
  width:280px;
}

.leaflet-control-geocoder-form input {
 margin:2px;
	padding:6px;
	border: 1px solid silver;
	width: 180px;
	text-decoration: none;
	text-align: left;
	color:#666;
	font-size: 1.2em;
	background-color: white;
 	border-radius: 5px;
}
.leaflet-control-geocoder-form input[type=submit] {
 	border-radius: 5px;
  margin:2px;
  margin-left:5px;
 	padding:6px;
 	padding-left:10px;
 	padding-right:10px;
  width:auto;
}

.leaflet-popup-content-wrapper {
    padding: 20px 5px !Important;
    text-align: left !Important;
    border-radius: 0px !Important;
}

.leaflet-container a.leaflet-popup-close-button {
 	position: absolute;
 	top: 6px !Important;
 	right: 6px !Important;
 	padding: 0px !Important;
 	border: none;
 	text-align: center;
 	width: 20px !Important;
 	height: 20px !Important;;
 	font: 0px/0px Tahoma, Verdana, sans-serif !Important;
 	color: #ffffff !Important;
 	text-decoration: none;
 	font-weight: bold;
 	background: transparent;
  background-image:url(/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_img/x.png) !Important;
  background-repeat:no-repeat !Important;
}
.leaflet-container a.leaflet-popup-close-button:hover {
 	color: #ffffff !Important;
}

#modal a {
  background-image:url(/public/20250101000311oe_/https://www.jetzt-mitmachen.de/_img/x.png) !Important;
  background-position:right top;
  background-repeat:no-repeat !Important;
}

#modal #buttonLeiste {
  text-align: center !Important;
}

.formdata h3{
	color:#000;
	margin:0px 0px 10px;
	font-weight: 300;
}

.formdata label{
	color:#000;
	font-weight: 400;
}

.text {
    color: #000;
}

.hinweis{
 display:block;
	color:#999;
	padding-left: 0px;

}

.insertDiv select, .insertDiv input.text, .insertDiv input.textfile, .insertDiv textarea, input[type=file] {
    padding: 5px;
}


input[type="button" i], input[type="submit" i], input[type="reset" i], button {
	padding:10px 50px;
	border: 1px solid silver;
	border-radius: 50px;
	width: auto;
	text-decoration: none;
	text-align: center;
	color:#666;
	font-weight: 400;
	font-size: 1.1em;
	background-color: white;
	padding:10px;

}

.insertDiv textarea {
 	color:#666;
}

button {
  font-size:1em !Important;
  font-weight:normal !Important;
}

button:hover {
	background-color: #eeeeee;
    /* Firefox */
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;

}


input[type=submit]{
   cursor:pointer;
}
input[type=submit]:hover {
	background-color: #eeeeee;
    /* Firefox */
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

input[type="file" i]::-webkit-file-upload-button{

	padding:5px 15px;
	border: 1px solid silver;
	border-radius: 50px;
	width: auto;
	text-decoration: none;
	text-align: center;
	color:#666;

}


h3, h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 400;
}
#modal h1,.titelh1 {
    padding-bottom: 5px;
    padding-left: 4px;
    margin: 0;
    color: #666666;
    font-size: 2em;
    font-weight: 300;
}

#modal #buttonLeiste {
    padding-top: 10px;
    text-align: center;
}


.kategorie{
	color:#666;
}

.detailText{
	color:#666;
	line-height: 3em;
}

.fa {
border:1px solid silver;
padding:10px;
border-radius: 50px;
margin:5px 3px 5px 5px;
}

.fa:hover {
	background-color: #eeeeee;
    /* Firefox */
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}



#datenschutz , #impressum{
  padding:10px;
  font-size:0.9em;
  text-align:right;
  margin-bottom:10px;
}
#datenschutz a, #impressum a, a.autoformat{
  color:gray;
}



.DSButton {
  width:28%;
  text-align:center;
  display:inline-block;
  border:1px solid silver;
  background:#ffffff;
  padding:10px;
  margin-right:1%;
  border-radius:4px;
  text-decoration:none;
}

.DSButton:hover {
  background:#EEEEEE;
  color:black;
}



.emailbestaetigung {
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;

}

input[type=checkbox]#zustimmung {
  transform: scale(1.5);
}


/* tabs */
.tabV2 >a {
  display:inline-block;
  padding:4px;
  padding-left:30px;
  padding-right:30px;
  border:1px solid silver;
  text-decoration:none;
  color:#adadad;
  border-radius:2px;
}

.tabV2  >a.active {
  background:#F3F3F3;
  border-bottom:1px solid #F3F3F3;
  color:#666666;
}


.tabV2 .tabV2Main{
  margin-top:-1px;
  border:1px solid silver;

}

.customTextFilter {
   width:auto !Important;
   margin-top:5px;
   margin-bottom:5px;
}
.customTextFilter tr td:first-child {
   font-weight:normal;
   font-size:0.9em;
   padding-right:10px;
}

.customTextFilter hr {
  border:0;
  height:1px;
  border-top:1px solid silver;
  
}


/* slider */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;

}

.slideshow-container .mySlidesUL {
  padding:0;
  margin:0;
  list-style-type:none;
}

.slideshow-container .mySlides {
  display: none;
  padding:0;
  margin:0;
  list-style-type:none;
}


.slideshow-container img {
  max-height:250px;
  vertical-align: middle;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.slideshow-container p {
  padding:0;
  margin:0;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.slideshow-footer .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-footer .dot.active, .slideshow-footer .dot:hover {
  background-color: #4A6491;
}


.slideshow-quelle {
   float:right;
   margin-top:-35px;
   font-size:10px;
   color:silver;
}

.formslider {
  text-align:left;   
  width:300px;
}

.formslider .sliderValue{
    display:inline-block;  
    text-align: center;
    margin-top:-3px;
    padding:3px;
}

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}

/* Fading animation */
.fade {  
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.0s;
  animation-name: fade;
  animation-duration: 1.0s;
}

@-webkit-keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}



@media screen and (max-width : 850px){
   .detailDiv .detailText  {
       width:60%;
   }
   .detailDiv .detailMap {
      width:35%;
   }
   .formdata {
     padding:0;
     margin:0;
   }
   .DSButton {
     width:95%;
     margin-bottom:5px;
   }
}


@media screen and (max-width : 650px){
   .detailDiv .detailText  {
       width:100%;
       min-height: auto !Important;
       padding-right:0px;
       border-bottom:0;
   }
   .detailDiv .detailMap {
      padding:0;
      margin:0;
      min-height: auto;
      width:95%;
      margin-top:10px;
      margin-bottom:10px;
      border:1px solid silver;
   }

   .detailKommentarDiv .kommentarInhalt{
    width:95%;
   }
   .divtable, .divth, .divtd {
      display:block;
      width:100%;
      clear:left;
   }
   
   #modal {
     left:2%;
     top: 2%;
     width: 94%;
     height: 96%;
     opacity: 1;
     padding:1%;
   }

}

@media screen and (max-width : 600px){
   body {
     width:auto;
     margin-left:10px !Important;
     margin-right:10px !Important;
     margin-bottom:10px !Important;
   }
}

@media screen and (max-width : 500px){
   .textfile {
      width:70% !Important;
      clear:left;
   }
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
