/* roboto-300italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/roboto-v19-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
			url('../fonts/roboto-v19-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/roboto-v19-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('../fonts/roboto-v19-latin-300italic.woff') format('woff'), /* Modern Browsers */
			url('../fonts/roboto-v19-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('../fonts/roboto-v19-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/roboto-v19-latin-700italic.eot'); /* IE9 Compat Modes */
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
			url('../fonts/roboto-v19-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/roboto-v19-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('../fonts/roboto-v19-latin-700italic.woff') format('woff'), /* Modern Browsers */
			url('../fonts/roboto-v19-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('../fonts/roboto-v19-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: 700;
}

h3 {
	display: inline-block;
	font-weight: 300;	
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 0 15px 0 0;
}

p {
	margin: 0;
	padding: 0;
}

#page {
	max-width: 1080px;
}

 #page > * {
	margin-top: 10px;
  }

.fullwidth #page {
	display: block;

}  

.fullwidth #page > * {
	flex: none;
}

header {
	/* grid-column: span 3; */
	padding: 30px 30px 10px 30px;
}

.column {
	box-sizing: content-box;
	flex: 1;
	height: 470px;
}

#col1 {
	border-top: 5px solid #000;
	padding-top: 12px;
}

#col3 {
	border-bottom: 5px solid #000;
	padding-bottom: 12px;
}

.col-container {
	position: relative;
	height: 100%;
}

.fullwidth .col-container {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;	
	padding: 30px;
}

#col1 .col-container {
	background: #439ACF url('../images/bilden.jpg') no-repeat;
	background-size: 110%;
	background-position: 65% 230px;
}

#col2 .col-container {
	background: #F5C500 url('../images/begegnen.jpg') no-repeat;
	background-size: 120%;
	background-position: 65% 230px;		  
}

#col3 .col-container {
	background: #C50131 url('../images/bewegen.jpg') no-repeat;
	background-size: 140%;
	background-position: 20% 110px;
}

.col-title {
	position: absolute;
	left: 30px;
	top: 35px;
	width: 50px;
	-webkit-transform: translateY(-100%) rotate(90deg); 
	-moz-transform: translateY(-100%) rotate(90deg); 
	-ms-transform: translateY(-100%) rotate(90deg); 
	-o-transform: translateY(-100%) rotate(90deg);
	transform: translateY(-100%) rotate(90deg); 
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
}

#col1 .col-title {
	-webkit-filter: drop-shadow(5px 5px 10px #439ACF);      
	filter: drop-shadow(5px 5px 10px #439ACF); 
}

#col3 .col-title {
	-webkit-filter: drop-shadow(5px 5px 10px #C50131);      
	filter: drop-shadow(5px 5px 10px #C50131); 
}		

.col-content {
	position: absolute;
	left: 30px;
	top: 95px;
}

.btn {
	display: block;
	width: 156px;
	height: 41px;
	background: url(../images/btn.svg) no-repeat;
	margin-top: 25px;
}

.btn:hover {
	background-color: rgba(255,255,255,0.3);
}

footer {
	clear: both;
	/* grid-column: span 3; */
}

.copy {
	border-bottom: 5px solid #000;
	padding: 30px;
}

.fullwidth .copy {
	padding: 30px;
}

.copy a {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.copy .legal {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.copy .legal a:last-child {
	margin-left: 15px;
}

.logos {
	padding: 0 30px 50px 30px;
	text-align: center;
}

.logos img {
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.logos img:hover {
	opacity: 0.7;
}

@media (min-width: 480px) and (max-width: 1079px) {
	
	h3 {	
		font-size: 21px;
	}

	#col1 .col-container {
		background-size: 100%;
		background-position: 55% 230px;
	}

	#col2 .col-container {
		background-size: 95%;
		background-position: 115% 210px;
	}

	#col3 .col-container {
		background-size: 100%;
		background-position: 20% 100px;
	}
	
	.col-title {
		width: 73px;
	}

	.col-content {
		top: 130px;
	}	

	.btn {
		margin-top: 30px;
	}

	.logos {
		text-align: center;
	}

}

@media (min-width: 768px) {

	#col1 .col-container {
		background-size: 90%;
		background-position: 125% 190px;
	}
	
	#col2 .col-container {
		background-size: 85%;
		background-position: 135% 150px;
	}

	#col3 .col-container {
		background-size: 100%;
		background-position: 20% 30px;
	}	

	.logos {
		padding: 50px 30px 50px 30px;
		text-align: right;
	}

	.logos img {
		display: inline-block;
		margin-left: 50px;
		margin-top: 0;
		vertical-align: top;
	}

	.logos img.doku {
		margin-top: 23px;
	}

}

@media (min-width: 1080px) {

	h3 {
		display: block;
	}

	#page {
		/* display: grid;
		grid-template-columns: 352px 352px 352px;
		grid-template-rows: auto 1fr auto;
		grid-gap: 12px; */
		margin: 0 auto;
	}

	#page > * {
		margin: 0;
	}

	header {
		grid-column-start: 1;
		grid-column-end: 3;
		width: 720px;
		padding-left: 0; 
	}

	.fullwidth header {
		padding-left: 30px;
	}

	.column {
		float: left;
		width: 352px;
		height: 875px;	
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
		padding: 12px 0;
	}

	#col1, #col2 {
		margin-right: 12px;
	}

	#col1 .col-container {
		background-size: 170%;
		background-position: 45% 450px;
	}

	#col2 .col-container {
		background-size: 170%;
		background-position: 20% 400px;
	}

	#col3 .col-container {
		background-size: 225%;
		background-position: 20% 260px;
	}

	.col-title {
		width: auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#col1 .col-title {
		left: 20px;
	}

	.col-content {
		left: 150px;
		top: 72px;
	}

	.btn {
		margin-top: 45px;
	}

	.copy,
	.fullwidth .copy,
	.logos {
		padding-right: 0;
	}	

	.copy p {
		display: block;
		float: left;
	}
	
	.copy .legal {
		text-align: right;
		margin: 0;
	}
	
	.copy .legal a {
		margin-left: 15px;
	}
	
}
