* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff url('back.jpg') center top no-repeat;
  background-size: fit;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  color: #3c5937;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative; 
  padding-top:190px;
} 


/* NAVIGATION */
#header{
  margin-left: -4px;
}
#header .mod_navigation {
  background: #3c5a38;
  margin: 0;
  padding: 0;
}

#header .mod_navigation ul.level_1 {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}

#header .mod_navigation ul.level_1 li a {
  color: #fff;
  text-decoration: none;
  background:#3c5937;
  padding: 12px 20px;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* #header .mod_navigation ul.level_1 li.sibling a:hover,
#header .mod_navigation ul.level_1 li.active a,
#header .mod_navigation ul.level_1 li.trail a {
  background: #9bb995;
  color: #fff;
} */
li.active {
  font-weight: 600;
  color: #3c5937;
  text-transform: capitalize;
  font-size:13px;
  /* padding-top: 10px; */
  padding: 10px 10px 0px 10px;
  background:#9bb995;
}
li:hover{
  background:#9bb995;
}

a.invisible {
  display: none;
}

/* MAIN CONTENT */
#main {
  background: rgba(255, 255, 255, 0.5);
  padding-left: 40px;
  min-height: 400px;
  position:static;
  padding-right:20px;
}

#main h1, #main h2 {
  font-family: Georgia, serif;
  font-style: italic;
  color: #4a6741;
  font-size: 24px;
  margin-bottom: 15px;
}

#main p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: justify;
  padding-right:30px;
}

#main a {
  color: #6b8f6b;
  text-decoration: none;
}

#main a:hover {
  text-decoration: underline;
}

#right{ 
  margin-left:30px;
  margin-right:30px;
}
#right p {
  font-size:13px;
  line-height:1.4;
  margin-bottom:12px;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  font-size:14px;
}

#right a{
  color:#6b8f6b;
  text-decoration:none;
}

.ce_image block{
  margin-right:25px;
}

/* FOOTER */
#footer {
  text-align: center;
  padding: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #555;
  font-style: normal;
}

#footer img.footer-img {
  width: 100%;
}

/* FORM */
.anmeldung {
  float: right;
  width: 280px;
  margin-left: 20px;
}


.anmeldung table {
  width: 100%;
  font-size: 12px;
  font-style: italic;
}

 td label {
  padding: 3px 5px;
  font-size:90%;
}

 input {
  border: 1px solid #aaa;
  padding: 2px 4px;
  font-size:95%;
  margin:3px;
  color:#3c5937;
}

input[type="submit" i]{
  background:#f0f0f0;
  border:1px solid #aaa;
  color: #3c5937;
  padding: 4px 12px;
  cursor: pointer;
  font-size: 90%;
  margin-top: 5px;
}

#footer {
  position: relative;
  height: 269px;
  text-align: center;
  overflow: visible;
}

#footer .inside {
  position: relative;
}

.footer_neu {
  width: 1189px;
  height: 269px;
  left: -135px;
  top: 50px;
  position: absolute;
  padding-top: 150px;
  text-align: center;
  background: url('/tl_files/footer.png') left top no-repeat;
  font-size: 11px;
  color: #696969;
}

.cdown {
  width: 514px;
  height: 98px;
  position: relative;
  background: url('/tl_files/cdownback.jpg') left top no-repeat;
  margin: 20px auto;
}

#countdown_container {
  color: #fff;
  font-size: 50px;
  font-style:italic;
  font-family: Verdana;
  position: absolute;
  letter-spacing: 16px;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}
#countdown_stunden{
  margin-left: 60px;
}
#countdown_sekunden{
  margin-right: -13px;
}

/* Form generator*/

.routenplaner {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  margin-top: 20px;
  display:flex;
}

.routenplaner input[type="text"],
.routenplaner select {
  border: 1px solid #aaa;
  padding: 3px 5px;
  font-size: 12px;
}

.routenplaner input[type="submit"] {
  background: #f0f0f0;
  border: 1px solid #aaa;
  padding: 1px 6px;
  cursor: pointer;
  font-size: 11px;
  margin-top: 5px;
  color: #3c5937;
}

.sonnenalp_address {
  font-size: 12px;
  line-height: 1.8;
}

