@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	background: #f2f2f2;
}

.info {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
}

.text-kontakt {
	font-size: 11px;
	letter-spacing: 0.05em;
}

.text-mini {
	font-size: 8px;
	letter-spacing: 0.05em;	
	text-transform: uppercase;
	font-weight: bold;
}



#top, #bottom, #left, #right {
	background: #333;
	position: fixed;
	z-index: 999;
}

#left, #right {
	top: 0; bottom: 0;
	width: 15px;
}

#left { 
	left: 0; 
	}

#right { 
	right: 0; 
	}
		
#top, #bottom {
	left: 0; right: 0;
	height: 15px;
	}

#top { 
	top: 0; 
	}

#bottom { 
	bottom: 0; 
	}
	
.w3-section img {
	height: 500px; margin: 0 auto;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.66%; }
.span_1_of_3 { width: 33.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.w3-section img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
}
.span_2_of_4 {
	width: 50%;
}
.span_1_of_4 {
	width: 25%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.66%; }
.span_1_of_3 { width: 33.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}