html,body { height: 100%; }
body { margin: 0px; padding: 0px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; line-height: normal; image-rendering: -webkit-optimize-contrast; }
body, td, p, .n, blockquote { font-size: 18px; font-family: 'Fira Sans Condensed',tahoma,arial; color: #393938; font-weight: 400; }

H1 { font-size: 48px; font-family: 'Fira Sans Condensed',arial,tahoma; margin: 0px; color:#0082C0; font-weight: 600; margin-bottom: 10px; }
H2 { font-size: 24px; font-family: 'Fira Sans Condensed',arial,tahoma; margin: 0px; color:#393938; font-weight: 400; }
H3 { font-size: 30px; font-family: 'Fira Sans Condensed',arial,tahoma; margin: 0px; color:#0082C0; font-weight: 600; }

span.looksh1 	{ font-size: 48px; font-family: 'Fira Sans Condensed',arial,tahoma; color:#0082C0; font-weight: 600; margin-bottom: 10px; display: block; }
span.looksh2 	{ font-size: 24px; font-family: 'Fira Sans Condensed',arial,tahoma; color:#393938; font-weight: 400; }
span.looksh3 	{ font-size: 30px; font-family: 'Fira Sans Condensed',arial,tahoma; color:#0082C0; font-weight: 600; }

input, select, textarea { color: #393938; }

.small 			{ color: #393938; }

span.gross	 	{ font-size: 20px; }
span.mittel	 	{ font-size: 17px; }
span.klein	 	{ font-size: 16px; }
span.blau	 	{ color:#0082C0; }
span.gruen	 	{ color:#A2C800; }
span.hellblau 	{ color:#CCE6F3; }
span.weiss	 	{ color:#FFFFFF; }     

span.fusszeile 	{ font-size: 18px; color:#FFFFFF; }
span.topic 		{ font-size: 64px; color:#FFFFFF; }
span.topic2 	{ font-size: 30px; color:#FFFFFF; }

input.i_text 				{ background-color: #FFFFFF; padding: 10px 10px 10px 10px; width: 85%; }
select.i_select 			{ background-color: #FFFFFF; padding: 10px 10px 10px 10px; width: 85%; }
input.i_checkbox 			{ background-color: #FFFFFF; padding: 0px; }
textarea.i_textarea 		{ background-color: #FFFFFF; padding: 10px 10px 10px 10px; width: 85%; resize: none; }

input.i_text:hover 			{ border: 1px solid #0082C0; }
select.i_select:hover 		{ border: 1px solid #0082C0; }
input.i_checkbox:hover 		{ border: 1px solid #0082C0; }
textarea.i_textarea:hover 	{ border: 1px solid #0082C0; }

input.i_text:focus 			{ border: 1px solid #0082C0; }
select.i_select:focus 		{ border: 1px solid #0082C0; }
input.i_checkbox:focus 		{ border: 1px solid #0082C0; }
textarea.i_textarea:focus 	{ border: 1px solid #0082C0; }

input.r_text 				{ background-color: #cccccc; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; }
select.r_select 			{ background-color: #cccccc; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; }
input.r_checkbox 			{ background-color: #cccccc; border: 1px solid #FF0000; padding: 0px; }
textarea.r_textarea 		{ background-color: #cccccc; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; resize:none; }

.i_data 				{ border: 1px solid #cccccc;}
.p_data 				{ border: 1px solid #0000ff;}

a, a.ical					{ color: #0082C0; text-decoration: none; }
a:hover, a.ical:hover		{ color: #A2C800; text-decoration: none; }

a.fusszeile 			{ color: #FFFFFF; text-decoration: none; }
a.fusszeile:hover 		{ color: #FFFFFF; text-decoration: underline; }

a.small 				{ color: #393938; text-decoration: none; }
a.small:hover, 
a.small.active		 	{ color: #A2C800; text-decoration: none; font-weight: 500; }

a.klappboxlink, 
a.tabs__nav_link		{ color: #FFFFFF; text-decoration: none; display: flex; align-items: center; }
a.klappboxlink:hover, 
a.tabs__nav_link:hover 	{ text-decoration: none; }

a.buttonheader > .btn			{ color: #FFFFFF; text-decoration:none; background-color: #A2C800; border-radius: 0px; border: 0px solid #000000; white-space: normal; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a.buttonheader:hover > .btn 	{ background-color: #0082C0; }

a.button > .btn, a.buttonical > .btn 	{ color: #FFFFFF; text-decoration:none; background-color: #0082C0; border-radius: 0px; border: 0px solid #000000; white-space: normal; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a.button:hover > .btn, 
a.buttonical:hover > .btn				{ background-color: #A2C800; }

input.button 			{ color: #FFFFFF; text-decoration:none; background-color: #0082C0; border-radius: 0px; border: 0px solid #000000; white-space: normal; cursor: pointer; text-align: center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input.button:hover 		{ background-color: #A2C800; }