	/* Table */
	.tg-l {
		width: 120px;
		color: #050370;
	}
	
	.tg-r {

	}	

	/* Send-Button */
	.btn1 {
	  background-color: #2563eb;
	  color: white;
	  border: none;
	  padding: 12px 24px;
	  font-size: 14px;
	  font-family: Arial, sans-serif;
	  border-radius: 8px;
	  cursor: pointer;
	  /*transition: all 0.3s ease;*/
	  width: 250px;
	  text-align: center;
	  margin-top: 20px;
	  animation: none !important;
	}
	
	.btn1:hover {
	  background-color: #1d4ed8;
	  color: white;
	  /*transform: translateY(-2px);*/
	  transform: scale(1.02);
	  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	}
	
	.btn1:active {
	  transform: translateY(1px);
	  box-shadow: none;
	}
	
	.btn1:focus {
	  outline: 2px solid #93c5fd;
	  outline-offset: 3px;
	}
	
	.btn1:disabled {
	  background-color: #9ca3af;
	  cursor: not-allowed;
	  box-shadow: none;
	}
	
	/* Honey pot field */
	form #website{ 
		display: none; 
	}
		
		
	/* FOOTER */
	
	/* Um die <a>-Tags sichtbar zu machen */
	a, li, .mbr-text {
	  opacity: 1 !important;
	  display: block !important;
	  visibility: visible !important;
	  z-index: 9999 !important;
	}
	
	/* Die Blockhöhe über dem Footer verkleinern, um den Footer komplett sichtbar zu machen */
	.cid-rqT8yaec3p {
	  padding-bottom: 15px !important;
	}
	
	/* Die Verlinkung wieder aktivieren */
	#footer7-4d {
    /*z-index: 9999 !important;*/
    pointer-events: auto;
	}
	
	/* Anmerkung Pflichtfeld */
	.notice {
		 color: rgb(80,80,80);
	}
	
	h3 {
		color: #050370;
	}
	h6 {
		color: rgb(64,64,64);
	}
	
	@media (max-width: 768px) {
	  .btn1 {
	    width: 85%;
	    padding: 8px 18px;
	  }
	}
	
	.cid-rqT8yaec3p {
    padding-bottom: 50px !important;
	}