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: 24px; font-family: 'brandon-light',tahoma,arial; color:#34373C; font-weight: normal; }

H1 { font-size: 48px; font-family: 'brandon-bold',arial,tahoma; margin: 0px; color:#34373C; font-weight: normal; }
H2 { font-size: 44px; font-family: 'brandon-bold',arial,tahoma; margin: 0px; color:#34373C; font-weight: normal; }
H3 { font-size: 32px; font-family: 'brandon-bold',arial,tahoma; margin: 0px; color:#AE9328; font-weight: normal; }

span.looksh1 	{ font-size: 48px; font-family: 'brandon-bold',arial,tahoma; color:#34373C; font-weight: normal; }
span.looksh2 	{ font-size: 44px; font-family: 'brandon-bold',arial,tahoma; color:#34373C; font-weight: normal; }
span.looksh3 	{ font-size: 32px; font-family: 'brandon-bold',arial,tahoma; color:#AE9328; font-weight: normal; }

input, select, textarea { color:#34373C; }

.small 			{ color:#34373C; }

span.gross	 	{ font-size: 28px; }
span.mittel	 	{ font-size: 48px; }
span.klein	 	{ font-size: 21px; }
span.weiss	 	{ color:#FFFFFF; }
span.gold	 	{ color:#AE9328; }

span.fussbig 	{ font-family: 'brandon-bold',arial,tahoma; font-size: 48px; color:#34373C; }
span.fusssmall 	{ font-family: 'brandon-bold',arial,tahoma; font-size: 24px; color:#34373C; }
span.fusszeile 	{ font-size: 24px; color:#34373C; display: block; }

input.i_text 				{ background-color: transparent; padding: 10px 10px 10px 10px; width: 100%; }
select.i_select 			{ background-color: transparent; padding: 10px 10px 10px 10px; width: 100%; }
input.i_checkbox 			{ background-color: transparent; padding: 0px; }
textarea.i_textarea 		{ background-color: transparent; padding: 10px 10px 10px 10px; width: 100%; resize: none; border: 1px solid #34373C; }

input.i_text:hover 			{ border-bottom: 1px solid #AE9328; }
select.i_select:hover 		{ border-bottom: 1px solid #AE9328; }
input.i_checkbox:hover 		{ border-bottom: 1px solid #AE9328; }
textarea.i_textarea:hover 	{ border: 1px solid #AE9328; }

input.i_text:focus 			{ border-bottom: 1px solid #AE9328; }
select.i_select:focus 		{ border-bottom: 1px solid #AE9328; }
input.i_checkbox:focus 		{ border-bottom: 1px solid #AE9328; }
textarea.i_textarea:focus 	{ border: 1px solid #AE9328; }

input.r_text 				{ background-color: transparent; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 100%; }
select.r_select 			{ background-color: transparent; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 100%; }
input.r_checkbox 			{ background-color: transparent; border: 1px solid #FF0000; padding: 0px; }
textarea.r_textarea 		{ background-color: transparent; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 100%; resize:none; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #34373C;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #34373C;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #34373C;
}

.p_data::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #34373C;
  opacity: 1; /* Firefox */
}

.p_data:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #34373C;
}

.p_data::-ms-input-placeholder { /* Microsoft Edge */
  color: #34373C;
}

.i_data 				{ border: 0px; border-bottom: 1px solid #34373C; }
.p_data 				{ border: 0px; border-bottom: 1px solid #34373C; }

a, a.ical					{ font-family: 'brandon-bold',arial,tahoma; color: #AE9328; text-decoration: none; }
a:hover, a.ical:hover		{ color: #AE9328; text-decoration: none; }

a.fusszeile 			{ font-family: 'brandon-light',tahoma,arial; color: #34373C; text-decoration: none; -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.fusszeile:hover 		{ color: #AE9328; text-decoration: none; }

a.small 				{ font-family: 'brandon-light',tahoma,arial; color: #34373C; text-decoration: none; }
a.small:hover 			{ color: #34373C; text-decoration: underline; }

a.klappboxlink, 
a.tabs__nav_link		{ color:#34373C; text-decoration: none; display: block; width: 100%; }
a.klappboxlink:hover, 
a.tabs__nav_link:hover 	{ color:#AE9328; text-decoration: none; }

a.button > .btn, a.buttonical > .btn 	{ font-family: 'brandon-bold',arial,tahoma; color:#FFFFFF; text-decoration:none; background-color: #AE9328; border-radius: 0px; border: 2px solid #AE9328; 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: transparent; color:#AE9328; }

input.button 			{ font-family: 'brandon-bold',arial,tahoma; color: #FFFFFF; text-decoration:none; background-color: #AE9328; border-radius: 0px; border: 2px solid #AE9328; 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: transparent; color:#AE9328; }