/* Reset */
	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;
	}
	
	body {
		-webkit-text-size-adjust: none;
	}
	
	


/* Box Model */
	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	
	
/* Basic */	
	body {
		margin: 0;
		padding: 0;
		font-family: "gordita", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.7em;
		color: #292a27;
		hyphens: none;
	}
	
	* > .inner {
		width: 100%;
		margin: 0;
		padding: 0 2.5em;
		overflow: hidden;
	}
	
	@media only screen and (max-width: 767px) {

		* > .inner {
			padding: 0 1.25em;
		}

	}
	
	.wrap {
		background: #ebebeb;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #292a27;
		font-weight: bold;
		line-height: 1em;
		margin: 0 0 1em 0;
	}
	
	h1 {
		font-size: 2em;
		margin: 0 0 0.5em 0;
		line-height: 1.3;
		font-weight: bold;
	}
	
	h2 {
		font-size: 2.15em;
		margin: 0 0 1em 0;
		line-height: 1.3;
		font-weight: bold;
		float: unset;
		padding-top: unset;
	}
	
	h3 {
		font-size: 1.5em;
		margin: 0 0 1.5em 0;
		line-height: 1.3;
		font-weight: normal;
	}
	
	h4 {
		font-size: 1.25em;
		background: #46aa28;
		padding: 15px 10px;
		color: #fff;
	}
	
	p, ul {
		margin: 0 0 20px 0;
	}
	
	a {
		color: #46aa28;
	}
	
	strong, b {
		font-weight: bold;
	}
	
	sup, sub {
	   position: relative;
	   vertical-align: baseline;
	   top: -0.4em;
	   font-size: 0.75em;
	}
	
	sup a {
		text-decoration: none;
		color: inherit;
	}
	
	em {
		font-style: italic;
		font-weight: 400;
		font-size: 0.75em;
		line-height: normal;
	}
	
	.clear, .clearSpace {
		margin: 0;
		padding: 0;
		overflow: hidden;
		clear: both;
		height: 0;
	}
	
	.clearSpace {
		height: 20px;
	}
		
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.hidden {
		display: none !important;
		visibility: hidden !important;
	}
	
	hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid rgba(0,0,0,0.1);
		margin: 1em 0;
		padding: 0;
		clear: both;
	}	
	
	
	
	
/* Header */		
	#header {
		background: #fff;
		height: 94px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		/*z-index: 1;*/
	}




/* Logo */		
	#header .logo, #header .logo.mobil {
		display: block;
		border-bottom: 0;
		color: inherit;
		font-weight: normal;
		margin: 0;
		text-decoration: none;
		display: inline-block;
		position: absolute;
		-webkit-backface-visibility: hidden;
		width: 190px;
		top: -.5em;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	#header .logo.mobil {
		width: 120px;
		top: 1em;
	}
	
	#header .logo h1 {
		text-indent: -9999999999em;
		top: -9999999999em;
		position: absolute;
		display: none;
	}
	
	@media screen and (max-width: 980px) {
	
		#header .logo, #header .logo.mobil  {
			width: 120px;
			top: 1em;
		}
		
	}
	
	@media only screen and (max-width: 767px) {
	
		#header .logo, #header .logo.mobil  {
			width: 100px;
			top: 1em;
		}
		
	}
	
	#header .logo img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		-webkit-backface-visibility: hidden;
	}	
	
	#header .date {
		position: absolute;
		right: 2.5em;
		top: 2.5em;
		color: #46aa28;
	}
	
	@media only screen and (max-width: 767px) {
	
		#header .date {
			font-size: 12px;
			right: 2em;
		}
		
	}
	
	
	
	

/* Container */
	.container, 
	.container_start	{
		margin: 0 auto;
		width: 90%;
		padding: 3em 0 3em 0;
	}	
	
	.container_start	{
		padding: 12em 0 3em 0;
	}
	
	@media only screen and (max-width: 767px) {
	
		.container_start	{
			padding: 8em 0 3em 0;
		}
		
	}
	
	
	
	
/* Row */		
	.row {
		display: -webkit-box;
		display:flex;
		display:-webkit-flex;
		display: -ms-flexbox;
		width:100%;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		overflow: hidden;
	} 	
	
	.col19 {
		width:19%;
	}
	
	.col50 {
		width: 50%;
	}
	
	.col60 {
		width: 60%;
	}
	
	.col40 {
		width: 40%;
	}
	
	.col29 {
		width: 29%;
	}
	
	.col30 {
		width: 30%;
	}
	
	.col39 {
		width: 39%;
	}
	
	.col25 {
		width: 25%;
	}
	
	.col70 {
		width: 70%;
	}
	
	.col80 {
		width: 80%;
	}
	
	.col33 {
		width: 33.33333%;
	}
	
	@media only screen and (max-width: 767px) {
	
		.col50, .col60, .col40, .col30, .col25, .col70, .col33, .col29, .col70, .col39, .col19, .col80  {
			width: 100%;
		}
		
		#detail .col60 {
			width: 60%;
		}
		
		#detail .col40 {
			width: 40%;
		}
		
	}
	
	@media screen and (min-width: 768px) and (max-width: 980px) {

		#detail .col50 {
			width: 100%;
		}
		
	}
	
	@media screen and (min-width: 980px) and (max-width: 1200px) {

		
	}
	
	@media only screen and (min-width: 1600px) {
	
	
	}	




/* Tooltip container */
	.tooltip {
	  position: relative;
	  display: inline-block;
	}
	
	@media screen and (min-width: 320px) and (max-width: 1600px) {

		.form-container .tooltip {
			width: 75%;
		}
		
	}

	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: #292a27;
		color: #fff;
		padding: 0;
		border-radius: 6px;
		font-size: 0.75em;
		line-height: 1.5em;
		
		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 10000;
		
		width: 300px;
		top: 100%;
		left: 50%;
		margin-left: -150px;
		padding: 10px 10px 10px 10px;
	}

	/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip:hover .tooltiptext {
		visibility: visible;
	}	
	
	.tooltip .tooltiptext::after {
		content: " ";
		position: absolute;
		bottom: 100%;  /* At the top of the tooltip */
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent transparent #292a27 transparent;
	}
	
	.indent {
		text-indent: -25px;
		padding: 0 0 5px 27px;
		display: block;
		margin: 0;
		overflow: hidden;
	}
	.highlight {
		color: #46aa28;
	}