body, html {
	font-family: 'Kavivanar', cursive;
 	height: 100%;
  	background-image: url("../pic/ginko-pattern.jpg");
  	background-position: center;
  	background-repeat: repeat-xy;
  	padding:0px;
 	margin:0px;
}

h2 {
	font-family: 'Kavivanar', cursive;
	font-size: 2em;
	color: #71863b;
}

.inhalt a {
  display: inline !important;      
  color: #2c4130 !important;        
  text-decoration: none !important; 
  background-color: transparent !important;
}
.inhalt a:hover {
  color: #335d02 !important;
  text-decoration: none !important;
}
.webclick  p {
	padding-top: 20px;
}
.webclick2 p {
	padding-top: 20px;
}
.btn-green {
    background-color: #437903;  
    border: 1px solid #335d02;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  
.btn-green:hover {
    background-color: #335d02; 
    border-color: #274701;
  }
  
.inhalt {
	max-width: 700px;
	padding: 20px;
  }
  
.tiles {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

.webclick, .webclick2 {
    flex: 1 1 340px; 
    max-width: 340px;
    display: flex;
    flex-direction: column;
  }
  /* Wetter  */
#weather-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    background: radial-gradient(circle at center, #222, #026d2a);
    border: 2px solid #d3fa7722;
    border-radius: 10px;
    padding: 20px;
	margin-top: 25px;
    color: #ffd200;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	font-style: normal;
    box-shadow: 0 0 20px rgba(0, 204, 222, 0.5);
  }
  #weather-info p {
	font-family: "Rajdhani", sans-serif;
    margin: 0;
    text-align: center;
    font-size: 0.8em;
    padding: 10px;
    background: rgba(0, 204, 255, 0.1);
    border-radius: 5px;
  }

  #weather-info span {
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 1.0em;
	color: #ffffff;
  }
  #rigi {

	border-radius: 10px;
  }
 
  /* Indikator */
  .uv-indicator {
	position: relative; 
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 6px;
    color: #777; 
  }

  .uv-indicator.uv-low {         /* 0–2 */
    color: #3EA72D;
  }
  .uv-indicator.uv-moderate {    /* 3–5 */
    color: #FFF300;
  }
  .uv-indicator.uv-high {        /* 6–7 */
    color: #F18B00;
  }
  .uv-indicator.uv-very-high {   /* 8–10 */
    color: #E53210;
  }
  .uv-indicator.uv-extreme {     /* 11+  */
    color: #B567A4;
  }
  
.share-button {
    display: inline-block;
    background-color: #4267B2; 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 10px;
        }
		
.paypal-button {
	display: inline-block;
	background-color: #009cde; 
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
		        }
				
.whatsapp-button {
    display: inline-block;
    background-color: #25D366; 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
        }

.button-icon {
    margin-right: 5px;
        }

	    input[type=submit], 
	    #sub1,
	    .button {
	        
	        font-family: 'Kavivanar', cursive;
	        text-decoration: none;
	        background-color: #e58946;
	        color: #ffffff;
	        padding: 2px 8px 2px 8px;
	        border: 2px;
	        border-style: solid;
	        border-color: #e58946;
	        border-radius: 4px 4px 0px 0px;
	    }

	    input[type=submit]:hover,
	    #sub1:hover,
	    .button:hover {
	        
	   	 font-weight: 900;
	   	 color: #2c4130;
	   	 padding: 2px 5px 2px 5px;
	   	 transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	    }

	    input[type=submit]:active,
	    #sub1:active,
	    .button:active {
	        
	        font-family: 'Kavivanar', cursive;
	        text-decoration: none;
	        background-color: #ffffff;
	        color: #e58946;
	        padding: 2px 8px 2px 8px;
	        border: 2px;
	        border-style: solid;
	        border-color: #e58946;
	        border-radius: 4px 4px 0px 0px;
	    }

	    input[type=submit]:focus,
	    #sub1:focus,
	    .button:focus {
	        
	        font-family: 'Kavivanar', cursive;
	        text-decoration: none;
	   	 	font-weight: 900;
	        background-color: #e58946;
	        color: #2c4130;
	        padding: 2px 8px 2px 8px;
	        border: 2px;
	        border-style: solid;
	        border-color: #e58946;
	        border-radius: 4px 4px 0px 0px;
	    }

.container {
	padding-top: 50px;	
   	display: grid;
   	justify-content: center;
   	align-items: center;
   	height: 100vh
}

.centered {
    max-width: 700px;  
    margin: 0 auto;    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  	border-radius: 12px;
  	background: #ffffff;
  	padding: 30px;
  	border: 2px;
  	border-style: solid;
  	border-color: #e58946;
  	box-shadow: 0 0 15px #e58946;	
}

span {
  	font-size: 48px;
  	color: #2c4130;
  	font-family: 'Kavivanar', cursive;
}


.pad {
  	padding: 0px;
  	margin-top: 30px;
  	margin-bottom: -30px;
  	text-align: center;
}
.webclick {
    text-align: center;
	position: relative;
}
.webclick2 {
    text-align: center;
	position: relative;
}
.webclick1 {
	text-align: center;
	background: #f8e8d0;
	border: 2px;
	border-style: solid;
    border-color: #2c4130;
    border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}
.webclick3 {
	margin-top:20px;
	text-align: center;
	background: #ffffff;
	border: 2px;
	border-style: solid;
    border-color: #2c4130;
    border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}
.webclick4 {
	font-size: 12px;
	margin-top:20px;
	text-align: center;
	background: #BACF72;
	border: 2px;
	border-style: solid;
    border-color: #2c4130;
    border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}
.text-over-gif {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1;
        }
	/* © famsutter */
.watermark {
    position: relative;
    top: -230px;
    right: 50px;
    color: rgba(3, 130, 15, 0.4);
    font-size: 16px;
        }

.wetter {
    /* Wetter Link */
    font-family: 'Kavivanar', cursive;
    text-decoration: none;
    background-color: #e58946;
    color: #ffffff;
    padding: 2px 8px 2px 8px;
    border: 2px;
    border-style: solid;
    border-color: #e58946;
    border-radius: 4px 4px 4px 4px;
}

.kleineschrift {
	font-family: 'Kavivanar', cursive;
	text-decoration: none;
	color: #2c4130;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}
.rounded-gif {
    border-radius: 12px;
} 

#flight-condition-container {
	position: relative;
}

.compass-container {
    position: absolute;
    width: 80px; 
    height: 80px; 
    bottom: 0px;  
    right: 50px;   
    overflow: hidden;
	z-index: 2;
}


.compass {
  position: relative;
  width: 100%;
  padding-top: 100%; 
}

.compass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compass-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8%; 
  transform-origin: 50% 100%; 
  transform: translate(-50%, -100%) rotate(0deg);
  }

.fussnote
 {
 	font-family: 'Kavivanar', cursive;
	text-decoration: none;
	color: #e58946;
	font-size: 10px;
	text-align: center;
	padding-bottom: 15px;
	background: #fff;
 }
 .fussnote a {
	 text-decoration: none;
	 color: #e58946;
 }
 .fussnote a:hover {
	 text-decoration: none;
	 color: #335d02;
	 font-weight: 700;
 }
.fussnote a:visited {
	 text-decoration: none;
	 color: #e58911;
 }
#gradient {
 	width: 100%;
 	height: 100%;
 	background-image: url(../pic/transparent.gif);
 	position: absolute;
 	left: 0;
 	top: 0;
 	z-index: 2;