:root {
  --white: #FFFFFF;
  --black: #000000;
  --yellow: #FBB900;
  --red: #B6193D;
  --beige: #F8F5EF;
  --grey: #707070;
}

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: 'Rambla',tahoma,arial; color:var(--black); font-weight: 400; }

H1 { font-size: 56px; font-family: 'Arvo',arial,tahoma; margin: 0px; color:var(--red); font-weight: 700; }
H2 { font-size: 48px; font-family: 'Arvo',arial,tahoma; margin: 0px; color:var(--red); font-weight: 700; }
H3 { font-size: 36px; font-family: 'Arvo',arial,tahoma; margin: 0px; color:var(--red); font-weight: 700; }

span.looksh1 	{ font-size: 56px; font-family: 'Arvo',arial,tahoma; color:var(--red); font-weight: 700; }
span.looksh2 	{ font-size: 48px; font-family: 'Arvo',arial,tahoma; color:var(--red); font-weight: 700; }
span.looksh3 	{ font-size: 36px; font-family: 'Arvo',arial,tahoma; color:var(--red); font-weight: 700; }

input, select, textarea { color:var(--red); }

.sprache 		{ font-family: 'Arvo',arial,tahoma; color:var(--white); text-shadow: 0px 1px 5px rgba(0,0,0,0.5); letter-spacing: 0.05em; }
.small 			{ color:var(--black); }
.date 			{ color:var(--white); display: inline-block; background-color:var(--yellow); }
.clock 			{ color:var(--black); display: inline-block; background-color:var(--beige); }

span.headline 	{ font-family: 'Harista',arial,tahoma; font-size: 64px; color:var(--yellow); display: block; }
span.details 	{ font-size: 20px; }
span.gross	 	{ font-size: 24px; }
span.mittel	 	{ font-size: 17px; }
span.klein	 	{ font-size: 16px; }
span.weiss	 	{ color:var(--white); }
span.gelb	 	{ color:var(--yellow); }
span.rot	 	{ color:var(--red); }
span.grabtop 	{ font-size: 24px; color:var(--yellow); display: block; }
span.grabbottom	{ font-family: 'Arvo',arial,tahoma; font-size: 52px; color:var(--white); }

span.team	 	{ font-family: 'Arvo',arial,tahoma; font-size: 20px; color:var(--black); display: inline-block; }
span.fussbig 	{ font-family: 'Arvo',arial,tahoma; font-size: 18px; color:var(--black); display: inline-block; }
span.fusszeile 	{ font-size: 18px; color:var(--black); }
span.topic 		{ font-family: 'Arvo',arial,tahoma; font-size: 56px; color:var(--white); }
span.highlighttext { font-family: 'Arvo',arial,tahoma; font-size: 20px; color:var(--black); }

input.i_text 				{ background-color:var(--white); padding: 10px 10px 10px 10px; width: 85%; }
select.i_select 			{ background-color:var(--white); padding: 10px 10px 10px 10px; width: 85%; }
input.i_checkbox 			{ background-color:var(--white); padding: 0px; }
textarea.i_textarea 		{ background-color:var(--white); padding: 10px 10px 10px 10px; width: 85%; resize: none; }

input.i_text:hover 			{ border: 1px solid var(--red); }
select.i_select:hover 		{ border: 1px solid var(--red); }
input.i_checkbox:hover 		{ border: 1px solid var(--red); }
textarea.i_textarea:hover 	{ border: 1px solid var(--red); }

input.i_text:focus 			{ border: 1px solid var(--red); }
select.i_select:focus 		{ border: 1px solid var(--red); }
input.i_checkbox:focus 		{ border: 1px solid var(--red); }
textarea.i_textarea:focus 	{ border: 1px solid var(--red); }

input.r_text 				{ background-color:var(--white); border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; }
select.r_select 			{ background-color:var(--white); border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; }
input.r_checkbox 			{ background-color:var(--white); border: 1px solid #FF0000; padding: 0px; }
textarea.r_textarea 		{ background-color:var(--white); border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; resize:none; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}

.p_data::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

.p_data:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

.p_data::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}

.i_data 				{ border: 1px solid #cccccc; }
.p_data 				{ border: 1px solid #cccccc; }

a, a.ical					{ color:var(--black); text-decoration: none; }
a:hover, a.ical:hover		{ color:var(--red); text-decoration: none; }

a.fusszeile 			{ color:var(--black); text-decoration: none; }
a.fusszeile:hover 		{ color:var(--red); text-decoration: none; }

a.small 				{ color:var(--black); text-decoration: none; }
a.small:hover 			{ text-decoration: underline; }

a.sprache 				{ font-family: 'Arvo',arial,tahoma; color:var(--white); text-decoration: none; text-shadow: 0px 1px 5px rgba(0,0,0,0.5); letter-spacing: 0.05em; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
a.sprache:hover 		{ color:var(--yellow); text-shadow: 0px 0px 0px rgba(0,0,0,0.0); }

a.navlink				{ color:var(--white); text-decoration: none; }
a.navlink:hover, 
a.navlink.active		{ color:var(--red); }

a.linkliste 			{ color:var(--black); text-decoration: none; }
a.linkliste:hover 		{ color:var(--red); text-decoration: none; }

a.klappboxlink, 
a.tabs__nav_link		{ font-family: 'Arvo',arial,tahoma; color:var(--red); text-decoration: none; display: flex; align-items: center; }
a.klappboxlink:hover, 
a.tabs__nav_link:hover 	{ color:var(--red); text-decoration: none; }

a.button > .btn, a.buttonical > .btn 	{ color:var(--white); text-decoration:none; background-color:var(--red); border-radius: 12px; border: 0px; white-space: normal; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
a.button:hover > .btn, 
a.buttonical:hover > .btn				{ background-color:var(--yellow); }

a.buttongelb > .btn 		{ color:var(--white); text-decoration:none; background-color:var(--yellow); border-radius: 12px; border: 0px; white-space: normal; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
a.buttongelb:hover > .btn 	{ background-color:var(--red); }

a.buttonbeige > .btn 		{ color:var(--black); text-decoration:none; background-color:var(--beige); border-radius: 12px; border: 0px; white-space: normal; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
a.buttonbeige:hover > .btn 	{ background-color:var(--yellow); }

input.button 			{ color:var(--white); text-decoration:none; background-color:var(--red); border-radius: 12px; border: 0px; white-space: normal; cursor: pointer; text-align: center; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
input.button:hover 		{ background-color:var(--yellow); }