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: 'Roboto Slab',tahoma,arial; color: #000000; font-weight: 300; }

H1 { font-size: 48px; font-family: 'Arvo',arial,tahoma; margin: 0px; color:#23328A; font-weight: 700; }
H2 { font-size: 36px; font-family: 'Arvo',arial,tahoma; margin: 0px; color:#23328A; font-weight: 700; }
H3 { font-size: 24px; font-family: 'Arvo',arial,tahoma; margin: 0px; color:#23328A; font-weight: 700; }

span.looksh1 	{ font-size: 48px; font-family: 'Arvo',arial,tahoma; color:#23328A; font-weight: 700; }
span.looksh2 	{ font-size: 36px; font-family: 'Arvo',arial,tahoma; color:#23328A; font-weight: 700; }
span.looksh3 	{ font-size: 24px; font-family: 'Arvo',arial,tahoma; color:#23328A; font-weight: 700; }

input, select, textarea { color: #000000; }

.small 			{ color: #FFFFFF; }

span.headline 	{ font-family: 'Arvo',arial,tahoma; font-size: 24px; color:#1C2532; display: inline-block; }
span.subline 	{ font-family: 'Arvo',arial,tahoma; font-size: 24px; color:#D6B469; display: inline-block; }
span.gross	 	{ font-size: 22px; }
span.mittel	 	{ font-size: 17px; }
span.klein	 	{ font-size: 16px; }
span.lila	 	{ color:#23328A; }
span.gold	 	{ color:#D6B469; }
span.blau	 	{ color:#B7B6DC; }
span.weiss	 	{ color:#FFFFFF; }

span.fusszeile 	{ font-family: 'Arvo',arial,tahoma; font-size: 14px; 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 #23328A; }
select.i_select:hover 		{ border: 1px solid #23328A; }
input.i_checkbox:hover 		{ border: 1px solid #23328A; }
textarea.i_textarea:hover 	{ border: 1px solid #23328A; }

input.i_text:focus 			{ border: 1px solid #23328A; }
select.i_select:focus 		{ border: 1px solid #23328A; }
input.i_checkbox:focus 		{ border: 1px solid #23328A; }
textarea.i_textarea:focus 	{ border: 1px solid #23328A; }

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: #D6B469; text-decoration: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
a:hover, a.ical:hover		{ color: #D6B469; text-decoration: underline; }

a.fusszeile 			{ color: #FFFFFF; text-decoration: none; }
a.fusszeile:hover 		{ color: #D6B469; text-decoration: none; }

a.small 				{ color: #FFFFFF; text-decoration: none; }
a.small:hover 			{ color: #D6B469; text-decoration: none; }

a.klappboxlink, 
a.tabs__nav_link		{ font-family: 'Arvo',arial,tahoma; color: #23328A; text-decoration: none; display: flex; align-items: center; }
a.klappboxlink:hover, 
a.tabs__nav_link:hover 	{ text-decoration: none; }

a.button > .btn, a.buttonical > .btn 	{ color:#FFFFFF; text-decoration:none; background-color: #23328A; border-radius: 0px; border: 2px solid #23328A; white-space: normal; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
a.button:hover > .btn, 
a.buttonical:hover > .btn				{ color:#23328A; background-color: transparent; }

input.button 			{ color: #FFFFFF; text-decoration:none; background-color: #23328A; border-radius: 0px; border: 2px solid #23328A; white-space: normal; cursor: pointer; text-align: center; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
input.button:hover 		{ color:#23328A; background-color: transparent; }