@charset "utf-8";
/* CSS Document */

 h1 { 
                text-align:center; 
                color:green; 
            } 
            body { 
                width:70%; 
            } 
            .container .box { 
                width:1024px; 
                
                display:table; 
            } 
            .container .box .box-row { 
                display:table-row; 
            } 
            .container .box .box-cell { 
                display:table-cell; 
               
                padding:10px; 
            } 
            .container .box .box-cell.box1 { 
                background:#CCC; 
				width: 80%;
                color:white; 
                text-align:justify; 
             } 
            .container .box .box-cell.box2 { 
                background:#DDD; 
				width: 20%;
                text-align:justify;
				vertical-align: top; 
            } 
			
			.header {
			background: #CFC	;
			width: 1024px;
			}
a {
	font-family:Tahoma, Geneva, sans-serif;
	color: rgba(255,255,255,1);
	font-size: 1rem;
	text-decoration: none;
}

a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}
	.footer {
	width: 1024px;
	
     left: 0;
   bottom: 0;
    background-color: #666;
   color: white;
   text-align: left;
}
.startfoto{
border-radius: 10px;
}
#einblenden {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8rem;
	font-weight: normal;
	font-color: rgba(255,0,0,1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 97%;
	background-color: rgba(0,0,0,0.4);
	padding: 0.2rem;
	text-decoration: none;
	border-radius: 10px;
}
#einblenden:hover {
    font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8rem;
	font-weight: normal;
	font-color: rgba(255,0,0,1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,1);
	padding: 0.2rem;
	text-decoration: none;
	border-radius: 10px;
 
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  margin: 5px;

}


/* Create four equal columns that sits next to each other */
.column {
  flex: 30%;
  max-width: 30%;
  padding:  5px;
 
}
.tour {
border-width: 1px;
border-style:dotted;
border-color:#660000;
background-color:#EEEEEE;
border-radius: 10 px;
padding: 5px;
height:150px;

}
.tour_gruen {
border-width: 1px;
border-style:dotted;
border-color:#600;
background-color:rgba(152, 203, 11, 0.38) ;
border-radius: 10 px;
padding: 5px;
height:150px;


}

.tour_gruen_eng {
border-width: 1px;
border-style:dotted;
border-color:#600;
background-color:rgba(152, 203, 11, 0.38) ;
padding: 2px;
height:inherit;



}
.THl {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8rem;
	font-weight:bold;
	color:#666;
	text-align:left;
}
.nav2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.3rem;
	color: #333;
	line-height: 2rem;
}
.nav2:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.3rem;
	color:#333;
	line-height: 2rem;

	border-top:solid;
	border-top-width:1px;
	border-top-color:#660000;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#660000;
}


.navTOP {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8rem;
	font-weight: bold;
	font-color: #FFFFFF;
	
}
.THl {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8rem;
	font-weight:bold;
	color:#666;
	text-align:left;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
#myBtn:hover {
  background-color: #555;
}

.tourHL {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.2rem;
	color:#333;
	line-height: 1.5rem;
		font-weight:bold;
}	
.tourTEXT {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color:#333;
	line-height: 1.5rem;
	hyphens: auto; 
	text-align: justify;
	
}
.tourTEXT_weiss {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color:#fff;
	line-height: 1.5rem;
	hyphens: auto; 
	text-align: justify;
	
}
.tourTEXT_rot {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color:#900;
	line-height: 1.5rem;
	hyphens: auto; 
	text-align: justify;
	
}
.tourTEXT_B {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color:#333;
	line-height: 1.5rem;
	hyphens: auto; 
	text-align: justify;
	font-weight:bold;
	
}
.tagcloudbody {
width:180px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#666666;
border:none;
border-radius: 10px;
padding:5px;
text-align:left;
margin: 10px;
}

.tagcloudbody a {
text-decoration:none;
color:#FFFFFF;
}

.tagcloudThema {
font-weight:bold;
font-size:12px;
margin-bottom: 10px;
}

.tag1 {
font-size:0.8rem;
font-weight: bold;
}
.tag2 {
font-size:1.2rem;
}
.tag3 {
font-size:0.6rem;
}
.tag4 {
font-size:1.5rem;
}
.tag5 {
font-size:1rem;
fon-weight: bold;
}
.tag1:hover {
font-size:0.8rem;
font-weight: bold;
font-color: #F00;
}
.tag2:hover {
font-size:1.2rem;
font-color: #F00;
}
.tag3:hover {
font-size:0.6rem;
font-color: #F00;
}
.tag4:hover {
font-size:1.5rem;
font-color: #F00;
}
.tag5:hover {
font-size:1rem;
fon-weight: bold;
font-color: #F00;
}

#mapid { 
height: 400px; 

}
.kalenderklein {
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 10px;
	
}
 .kalenderklein_rot {
	font-weight: normal;
	color: #FF0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
 .kalenderkleinFETT {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
.kalenderkleinTERMIN1 {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #009;
	line-height: 9px;


}
.kalenderTERMIN1 {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #009;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	
}
.kalenderkleinTERMIN1:hover {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #09C;


	
}
.kalenderkleinTERMIN2 {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #09F;


}
.kalenderTERMIN2 {

	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	background-color: #09F;
	padding: 2px;
	line-height: 25px;

}
.kalenderkleinTERMIN2:hover {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #f00;


}
.kalenderkleinTERMIN3 {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #FC3;
	line-height: 18px;
}
.kalenderTERMIN3 {
	
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	background-color: #FC3;
	padding: 2px;
	line-height: 25px;
}
.kalenderkleinTERMIN3:hover {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #FC3;
	
}
.kalenderkleinTERMIN4 {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #0FF;

}
.kalenderTERMIN4 {
	
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	background-color: #0FF;
	padding: 2px;
	line-height: 25px;

}
.kalenderkleinTERMIN4:hover {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #0FF;
}
.kalenderkleinTERMIN5 {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #1aff09;

}
.kalenderTERMIN5 {
	
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	background-color: #1aff09;
	padding: 2px;
	line-height: 25px;

}
.kalenderkleinTERMIN5:hover {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #1aff09;
}

.kalenderkleinTERMIN {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #63F;

}
.kalenderTERMIN {
	
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	background-color: #63F;
	padding: 2px;
	line-height: 25px;

}
.kalenderkleinTERMIN:hover {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #63F;
}
.kalenderkleinGRAU {
	font-weight: normal;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: rgba(103, 94, 91, 0.78);

}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted green; /* If you want dots under the hoverable text */
	
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #09c;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	border-radius: 10px;
	/* Position the tooltip text */
    position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	/* Fade in tooltip */
    opacity: 0;
	transition: opacity 1s;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}



/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tourfoto {
width: 180px;
border-radius:10px;
margin: 10px;
}
.kalendergestern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.kalendergestern:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #f00;
	text-decoration: none;
	background-color: #f0f4e1;
}
.kalenderheute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.kalenderheute:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #f00;
	text-decoration: none;
	background-color: #f0f4e1;
}
.kalendermorgen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.kalendermorgen:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #f00;
	text-decoration: none;
	background-color: #f0f4e1;
}
.kalendersonder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.kalendersonder:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	background-color: #f0f4e1;
}
.kasperl:hover {
	text-decoration: none;
	border: 1px;
	border-color: #990000;
	border-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-radius:5px;
}
.gestern {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	border: 1px;
	border-color: #666;
	border-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-radius:5px;
	background-color: #333;
}
.heute {
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	font-size: 12px;
	text-decoration: bold;
	border: 1px;
	border-color: #990000;
	border-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-radius:5px;
	background-color: #BBB;
}
.heute:hover {
		background-color: rgba(21, 144, 19, 0.5);
		font-style: bold;
}
.morgen{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border: 1px;
	border-color: #000;
	border-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-radius:5px;
	background-color: #EEE;
}
.monattop {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 0.8rem;
	background-color: #CCC;
	border-radius: 5px;
	border-width: 1px;
	border-color: #990000;
	border-style: solid;
	}
.kalenderweiter {
	
font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.2rem;
	color:#333;
	border-width: 1px;
	border-radius:5px;
	border-color: #333;
	padding: 5px;
}
.kalenderweiter:hover {
	color: #F00;
	font-size: 1.2rem;
	border-color: #F00;
}
.textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8rem;
	color: #000;
	background-color: #FFF;
	
}

.fotocheck{
	/* display: none; */
	}
.fotolabel:hover {
	border-color: #000;
	border-width: 2px;
	}
	
.fotolabel:checked + fotolabel::before {
border-color: #F00;
border-width: 2px;
}
ul {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color:#f00;
	line-height: 0.7rem;
	hyphens: auto; 
	text-align: justify;
	margin-top: 0px;
	padding-left: 20px;
	/* list-style-position: inside;*/
}
li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color:#333;
	line-height: 1.2rem;
	hyphens: auto; 
	text-align: justify;
	/*	list-style-position: outside; */
	
	
}
#tr_liste {
border-bottom: 2px dashed #660000;
border-top: 2px dashed #660000;	
}
.achtung {
border: 2px;
border-style: dashed;
background-color:#FFF;	
}

.wsw_foto{
border-radius: 20px;	
}
.wsw_rahmen {
	border-radius: 10px;
border-top: 1px #660000 dashed;
border-bottom: 1px #660000 dashed;
background-color: rgba(125, 156, 124, 0.3);
padding: 10px;
}

.tabelle {
	border-top: 1px #660000 dashed;
border-bottom: 1px #660000 dashed;
}
.tabelle2 {
	border: 1px #660000 dashed;

}

.a_fliestext {
	font-family:Tahoma, Geneva, sans-serif;
	color: rgba(101, 136, 7, 1);
	font-size: 1rem;
	text-decoration: bold;
	
}
.search-box input[type="text"]{
        height: 40px;
		width: 110px;
		position: center;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
		border-radius: 10px;
    }
.tabelle_gruen {
border-width: 1px;
border-style:dotted;
border-color:#600;
background-color:rgba(152, 203, 11, 0.38) ;
border-radius: 10 px;
padding: 5px;
}
input[type="image"] {
	width: 150px;
	height: 50px;

}