html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face 		{
   			 	font-family: FavoritStd-RegularExpanded;
    			font-display: swap;
    			src: url("/css/FavoritStd-RegularExpanded.woff"),
         		url("FavoritStd-RegularExpanded.html"); 
				}

body 			{
				background-color: #5C6F35;
				color: #000;
				font-size: 3em;
				font-family: FavoritStd-RegularExpanded, Helvetica, sans-serif;
				cursor: url(pointerblack.ico), auto;
				padding-left: 50px;
				padding-right: 50px;
			}

.logoHome {
    			position: relative; /* Fixiert die Position relativ zum Ansichtsfenster */   			
				top: 0px; /* Platziert das Element am oberen Rand */
				height: 40vh; /* Passt die Breite des Logos an 30% der Ansichtsbreite an */
   				max-height: 250px; /* Maximale Breite des Logos */
				width: auto; /* Höhe wird automatisch angepasst, um das Seitenverhältnis beizubehalten */
}
.logo {
				position: absolute; /* Fixiert die Position relativ zum Ansichtsfenster */   			
				top: 0px; /* Platziert das Element am oberen Rand */
				right: 0px;
				width: 20vw; /* Passt die Breite des Logos an 10% der Ansichtsbreite an */
   				max-width: 160px; /* Maximale Breite des Logos */
				height: auto; /* Höhe wird automatisch angepasst, um das Seitenverhältnis beizubehalten */
}
table, th, tr, td {			
			
			vertical-align: middle
}

ul 				{text-transform: uppercase;}

a 	 			{color: #000;
				text-decoration: none;
          			}

nav 			{
				position: relative;
				top:50px;				
				width: 100%;
				max-width: 1240px;
				box-sizing: border-box;
				z-index: 200;
				padding-bottom: 40px;						
				}
.home {
		
}



nav li			{display: block;
		
		
            		vertical-align: top;}

header 			{
				position: relative;
				box-sizing: border-box;
				margin-top:70px;
				padding-right: 0px;
				width: 100%;
				max-width: 1240px;
				line-height: 1.2;
				font-size: 0.4em;
				z-index: 200;				
				text-align: justify;
}

.tableForm {
				margin-top: 10px;
				max-width:90%;
				border-collapse: separate;
				border-spacing: 0 20px; /* Horizontal 0, Vertikal 20px Abstand */
				
				
}
.tdFormC1 {
				width: 25vw;
				max-width: 200px;
}
.tdFormC2 {
				width: 60vw;
				max-width: 500px;
}
.buttonForm {
            width: 85vw;
			max-width: 700px;
			display: inline-block;
            background-color: lightgrey;
            
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;            
            font-size: 16px;
			font-weight: bold;	
			border: none;
}
.tableFormInput {
			width:100%; 
			padding-left:5px;
			background-color: lightgrey;
			border: none;
			color: black;
}
.imageText {
			float: left; /* Lässt das Bild links floaten */
			margin-right: 20px; /* Abstand rechts vom Bild */
			margin-bottom: 15px; /* Abstand unten vom Bild */
			width: 17vw;
			max-width: 300px; /* Feste Breite für das Bild */
}
p			{
				margin-top:15px;
				font-size: 0.7em;
}				

h1,h2			{
				margin-top:15px;
				font-size: 1.0em;
				font-weight: bold;	
				text-transform: uppercase;				
}	
h3			{
				margin-top:15px;
				font-size: 0.8em;
				font-weight: bold;	
						
}
h4			{
				margin-top:15px;
				font-size: 0.7em;
				font-weight: bold;	
								
}
header li {
				margin-top:15px;
				font-size: 0.7em;
				text-transform: uppercase;
}

footer 			{
				width: 90%;				
				overflow: hidden;
				position: relative;
				box-sizing: border-box;
				z-index: 200;
				padding-top: 50px;
				padding-bottom: 50px;
				line-height: 1.2;
				text-transform: uppercase;
				font-size: 0.4em;
				font-weight: bold;
				
				}
.whatsapp-button {
    position: relative;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
	margin-bottom: 30px;

        }
.whatsapp-button::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 10px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top-color: #4CAF50;
    border-bottom: 0;
    border-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}
.whatsapp-button:hover {
            background-color: grey;
        }
	.whatsapp-button:hover::after {
            border-top-color: grey;
        }
.whatsapp-button i {
            margin-right: 10px;
        }

canvas[resize] 	{
			    width: 100%;
			    height: 100%;
				}

canvas 			{width: 100vw;
				height: 100vh;
				position: fixed;
				z-index: 100;
				}

#back 			{position: fixed;
				right: 20px;
				bottom: 20px;
				z-index: 400;
				}

#content
        {		width: 80%;
				box-sizing: border-box;
				position: relativ;
				
				}





.privacy table {max-width:100%;}


.privacy td  {font-size: 0.4em;
					
		padding-top: 20px;
		position: relative;
		box-sizing: border-box;				          
            	line-height: 1.0;
            	text-transform: none;}

.privacy p, .privacy_list  {font-size: 0.4em;
            max-width: 90%;
            line-height: 1.2;
            }



.privacy_list li {list-style-type: circle;
                  list-style-position: inside;}

/* M I S C */

::-moz-selection { background: transparent; }
::selection {background: transparent;}

/* Wobble Horizontal */
@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.wobble {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  font-weight: bold;
  
}
.wobble:hover, .wobble:focus, .wobble:active {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


@media screen and (max-width:768px) {

body            {font-size: 1.5em;
				padding-left: 10px;
				padding-right: 10px;
				
				}
				
.logo {
			position: absolute; /* Fixiert die Position relativ zum Ansichtsfenster */   			
				top: 0px; /* Platziert das Element am oberen Rand */
				right: 10px;
				width: 20vw; /* Passt die Breite des Logos an 20% der Ansichtsbreite an */
   				max-width: 100px; /* Maximale Breite des Logos */
				height: auto; /* Höhe wird automatisch angepasst, um das Seitenverhältnis beizubehalten */	
}

nav             {top: 10px;
                }
				

header          {
				top: 10px;                
				margin-top:0px;
				padding-right: 10px;
				}
.buttonForm {           
				font-size: 10px;
}
.imageText {
				width: 28vw;
}

footer          {
	
                padding-bottom: 10px;

                }
.whatsapp-button {
            
            font-size: 10px;
        }


#myCanvas			  {display: none;}

.privacy p      {box-sizing: border-box;
                padding: 10px;
                max-width: 90%;
                }

}