
/* !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;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

a, a:focus, a:active, input:focus, input:active, textarea:focus {
	-moz-outline: 0;
	outline: none;
}


/* !GRID ------------------------------------------------ */

/* 

Page width: 1280 px (1240)
Column width: 85 px (12 columns)
Gutter width: 20 px
Margin width: 20 px (left and right)

*/




/* !BODY ------------------------------------------------ */

body {
	color: #313A45;
	background: #313A45;
	font-size: 0.875rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.6rem;
	
	-webkit-font-smoothing: subpixel-antialiased;
}

/* !SUCHFELD ------------------------------------------------ */

#search {
	position: relative;
	height: 100px;
	background: #F8F8F9;
	margin-top: -100px;
	-webkit-transition: margin .2s ease-in-out;
	-moz-transition: margin .2s ease-in-out;
	-ms-transition: margin .2s ease-in-out;
	transition: margin .2s ease-in-out;
	
}

#search.search--active {
	margin-top: 0px;
}

#search input[type="text"] {
	border: none;
	background: none;
	font-size: 1.5rem;
	height: 60px;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	float: left;
}

#search button {
	display: block;
	border: none;
	float: right;
	height: 100px;
	width: 100px;
	text-indent: -99999px;
	cursor: pointer;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -190px -230px;
}


@media screen and (max-width: 479px) {
	#search input[type="text"] {
		width: 60%;
		font-size: 1rem;
	}
	
	#search button {
		display: block;
		border: none;
		float: right;
		height: 20px;
		width: 20px;
		text-indent: -99999px;
		margin-top: 39px;
		cursor: pointer;
		background: transparent url(/resources/images/layout/sprites.png) no-repeat -10px -80px;
	}	
}

/* !NAVIGATION ------------------------------------------------ */

.nav {
	position: relative;
	background: #fff;
	border-top: 5px solid #313A45;
	z-index: 10;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

@media screen and (min-width: 960px) {
	.nav {
		height: 95px;
	}
}

@media screen and (max-width: 959px) {
	.nav {
		min-height: 95px;
		overflow: hidden;
	}
}

#nav__hea-logo {
	width: 190px;
	float: left;
}

#nav__hea-logo a {
	display: block;
	margin-top: 30px;
	width: 104px;
	height: 36px;
	text-indent: -99999px;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -10px -10px;
}

.nav ul {
	float: left;
}

@media screen and (max-width: 959px) {
	.nav ul {
		float: none;
	}	
}

.nav__main-menu li {
	position: relative;
	display: inline;
	line-height: 95px;
}

@media screen and (max-width: 959px) {
	.nav__main-menu li {
		display: block;
		line-height: 1rem
	}
}

.nav__main-menu a {
	color: #313A45;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 400;
	margin-right: 1rem;
}

@media screen and (max-width: 959px) {
	.nav__main-menu a {
		display: block;
		margin: 0;
		padding: 1rem 0;
		border-top: 1px dashed #D8D8D9;
	}
	
	a.nav__pulldown {
		display: none;
	}	
}

a.nav__pulldown {
	margin-right: 1.8125rem;
}

a.nav__pulldown:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 30%;
	margin-left: 3px;
	width: 10px;
	height: 7px;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -10px -140px;
}

.nav ul a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}

.nav ul a:hover, .nav ul a.current {
	color: #E93E00;
}


/* !PULLDOWN-MENU ------------------------------------------------ */

.nav__sub-menu {
	background: #fff;
	float: none;
	display: none;
}

.nav__sub-menu--active {
	display: block;
}

@media screen and (min-width: 960px) {
	.nav__sub-menu {
		box-sizing: border-box;
		position: absolute;
		top: 75px;
		left: -74px;
		width: 200px;
		padding: 2rem;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
}

@media screen and (max-width: 959px) {
	.nav__sub-menu {
		display: block;
		position: relative;
		padding: 0;
	}
}

.nav__sub-menu li {
	position: relative;
	display: block;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 959px) {
	.nav__sub-menu li {
		line-height: 1rem;
		margin: 0;
	}	
}

.nav__sub-menu li:last-child {
	margin: 0;
}

.nav__sub-menu a {
	margin: 0;
}

@media screen and (min-width: 960px) {
	.nav__sub-menu:after {
		content: '';
	    position: absolute;
	    right: 90px;
	    top: -10px;
	    width: 0;
	    height: 0;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #fff;
	}
}



/* !SUCHE ------------------------------------------------ */


@media screen and (min-width: 960px) {
	#nav__searchlink a {
		display: block;
		margin-top: 38px;
		width: 20px;
		height: 20px;
		float: right;
		text-indent: -99999px;
		background: transparent url(/resources/images/layout/sprites.png) no-repeat -10px -80px;
	}
	
	#nav__searchlink a.nav__searchlink--active {
		background: transparent url(/resources/images/layout/sprites.png) no-repeat -204px -84px;
	}
}

@media screen and (max-width: 959px) {
	#nav__searchlink a {
		display: block;
		color: #313A45;
		text-transform: uppercase;
		font-weight: 400;
		margin: 0;
		padding: 1rem 0;
		border-top: 1px dashed #D8D8D9;
		border-bottom: 1px dashed #D8D8D9;
		
		-webkit-transition: color .3s ease;
		-moz-transition: color .3s ease;
		-ms-transition: color .3s ease;
		transition: color .3s ease;
	}
	
	#nav__searchlink a:hover {
		color: #E93E00;
	}	
}

/* !MOBILE NAV - ON/OFF ------------------------------------------------ */

@media screen and (min-width: 960px) {
	#nav__mobile-nav-link {
		display: none;
	}	
}


@media screen and (max-width: 959px) {
	
	#nav__mobile-nav-link {
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		text-indent: -99999px;
		margin-top: 29px;
		background: transparent url(/resources/images/layout/sprites.png) no-repeat -3px -351px;
	}
	
	#nav__mobile-nav-link.nav__mobile-nav-link--active {
		background-position: -98px -358px;
	}
	
	#nav__mobile-nav-container {
		display: none;
		padding: 3rem 0 4rem 0;
		clear: both;
	}
	
	#nav__mobile-nav-container.nav__mobile-nav-container--active {
		display: block;
	}
}


/* !WALLOP SLIDER ------------------------------------------------ */

#Wallop {
	background: #F8F8F9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 959px) {
	
	#Wallop {
		background: #313A45;
	}
	
}

.Wallop { max-width: 1600px; margin: 0 auto;}

.Wallop-list { margin: 0; }

.Wallop-item img { 
	position: relative;
	width: 100%; 
}

.Wallop-buttonNext, .Wallop-buttonPrevious {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	border: none;
	background-color: rgba(255,255,255,.45);
	background-image: url(/resources/images/layout/sprites.png);
	background-repeat: no-repeat;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}


.Wallop-buttonNext:hover, .Wallop-buttonPrevious:hover {
	background-color: rgba(255,255,255,.9);
}

.Wallop-buttonPrevious {
	left: 1rem;
	background-position: -2px -195px;
}


.Wallop-buttonNext {
	right: 1rem;
	background-position: -100px -195px;
}


@media screen and (max-width: 959px) {
	
	.Wallop-buttonPrevious {
		left: 0;
	}
	
	.Wallop-buttonNext {
		right: 0;
	}
}


.Wallop-text a {
	display: inline-block;
	margin: 2rem 0 1rem 0;
	padding: .75rem 1.25rem;
	color: #F8F8F9;
	background: RGBA(49, 58, 69, 1);
	font-size: 0.9125rem;
	font-weight: 400;
	
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.Wallop-text a:hover {
	background: RGBA(49, 58, 69, .75);
}

@media screen and (max-width: 959px) {

	.Wallop-text a {
		color: #313A45;
		background: #F8F8F9;
	}
	
	.Wallop-text a:hover {
		background: RGBA(248, 248, 249, .75);
	}
	
	
}
	

@media screen and (min-width: 960px) {
	
	.Wallop-text {
		position: absolute;
		top: 25%;
		left: 11.25%;
		width: 50%;
	}
	
}

.Wallop-text h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin: 0 0 1rem 0;
	color: #313A45;
}


.Wallop-text p {
	font-size: 1.25rem;
	line-height: 1.7rem;
	color: #313A45;
}

.Wallop-text h3.light, .Wallop-text p.light {
	color: #F8F8F9;
}


@media screen and (max-width: 959px) {
	
	.Wallop-text h3 {
		color: #F8F8F9;
		
	}
	
	.Wallop-text p {
		color: #F8F8F9;
		
	}
}


@media screen and (max-width: 1023px) {
	
	.Wallop-text h3 {
		font-size: 1.75rem;
	}

	.Wallop-text p {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 959px) {
	
	.Wallop-text {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		padding: 1rem 60px;
	}
	
	.Wallop-text h3 {
		margin: 0 0 .5rem 0;
	}

	.Wallop-text p {
		font-size: 1rem;
	}
}

@media screen and (max-width: 479px) {
	.Wallop-text h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.Wallop-text p {
		font-size: 1rem;
	}
}


/* !HEROIMAGE ------------------------------------------------ */

.section.section--heroimage {
	padding: 0;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 959px) {
	.section.section--heroimage {
		background: #313A45;
	}
}

.section__imagecontainer {
	max-width: 1600px;
	margin: 0 auto;
}

.section__imagecontainer figure {
	position: relative;
	margin: 0;
	padding: 0;
}

.section__imagecontainer figure img {
	max-width: 100%;
	height: auto;
}


@media screen and (min-width: 960px) {
	.section__imagecontainer figure figcaption {
		position: absolute;
		top: 25%;
		left: 11.25%;
		width: 50%;
		line-height: 3.5rem;
		z-index: 10;
		font-size: 2.5rem;
		
	}
	
	.section--heroimage-white {
		color: #F8F8F9;
	}
}

@media screen and (max-width: 959px) {
	
	.section__imagecontainer figure figcaption {
		position: relative;
		padding: 20px;
		color: #D8D8D9;
		overflow: hidden;
		line-height: 2.5rem;
		font-size: 1.75rem;
	}
	
	.section__imagecontainer figure figcaption div {
		padding: 0 0.625rem;
	}
	
}

@media screen and (max-width: 479px) {
	.section__imagecontainer figure figcaption {
		font-size: 1.25rem;
	}
}



/* !CONTENT SPALTE ------------------------------------------------ */

.col--content__top {
	padding: 0 0.625rem 20px 0.625rem;
	font-size: 0.875rem;
}

.col--content__main {
	box-sizing: border-box;
	width: 61.8%;
	float: left;
	padding: 0 0.625rem;
}

.col--content__main--100 {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.col--content__main {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
}

.col--content__aside {
	box-sizing: border-box;
	width: 38.2%;
	padding: 0 0.625rem;
	float: right;
}

@media screen and (max-width: 767px) {
	.col--content__aside {
		width: 100%;
		float: none;
	}
}


/* !CONTENT TYPO ------------------------------------------------ */

.col--content__main h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 30px;
	
}

.col--content__main h3 {
	font-size: 1.125rem;
	line-height: 2rem;
	margin-bottom: 10px;
}

.col--content__main p, .col--content__main ul {
	margin-bottom: 20px;
}

.col--content__main ul li {
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -320px -441px;
}

.col--content__main strong, .col--content__aside strong {
	font-weight: 400;
}

.col--content__aside strong {
	
}

.col--content__main p a, .col--content__main ul a {
	color: #E93E00;
	font-weight: 400;
}

.col--content__main p a:hover, .col--content__main ul a:hover {
	color: #313A45;
}

.col--content__figure {
	margin: 40px 0 40px 0;
}

.col--content__figure figcaption {
	margin: 10px 0 0 0;
	font-style: italic;
}

.col--content__figure img {
	max-width: 100%;
	height: auto;
	-webkit-filter: blur(0px);
}


/* !CONTENT LISTE ------------------------------------------------ */


.col--content__list {
	padding-top: 40px;
}

.col--content__listitem {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #EEEEEE;
}

.col--content__listitem a {
	color: #313A45;
}

.col--content__listitem a:hover {
	color: #E93E00;
}

.col--content__listitem p:first-child {
	margin-bottom: 5px;
	font-size: 0.875rem;
	color: #A0A0A0;
}

.col--content__listitem p:last-child a {
	color: #313A45;
	font-weight: 400;
	display: inline-block;
}

.col--content__listitem p:last-child a:hover {
	color: #E93E00;
}

.col--content__listitem p:last-child a:after {
	content: '';
	margin: 8px 0 0 6px;
	width: 6px;
	height: 8px;
	float: right;
	vertical-align: middle;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}


/* !PAGINATION ------------------------------------------------ */

.col--content__pagination {
	padding: 30px 0 0 0;
}

.col--content__pagination a, .col--content__pagination .current {
	box-sizing: border-box;
	display: inline-block;
	color: #313A45;
	font-size: 0.875rem;
	font-weight: 400;
	background: #F8F8F9;
	padding: 2px 8px;
	min-width: 30px;
	text-align: center;
	margin: 0 10px 10px 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	transition: background .2s ease;
}

.col--content__pagination a:hover {
	background: #D8D8D9;
}

.col--content__pagination .current {
	color: #F8F8F9;
	font-size: 0.875rem;
	background: #E93E00;	
}


/* !FILTER ------------------------------------------------ */

.col--content__filter {
	
}

.col--content__filter a {
	box-sizing: border-box;
	display: inline-block;
	color: #313A45;
	font-size: 0.875rem;
	font-weight: 400;
	background: #F8F8F9;
	padding: 2px 8px;
	min-width: 30px;
	text-align: center;
	margin: 0 10px 10px 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	transition: background .2s ease;
}

.col--content__filter .current {
	color: #F8F8F9;
	background: #E93E00;
}



/* !ASIDE BOX ------------------------------------------------ */

.aside-box {
	border: 1px solid #D8D8D9;
	padding: 40px;
}

.aside-box h3 {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.aside-box p + h3 {
	padding-top: 10px;
}

.aside-box p {
	margin-bottom: 20px;
}

.aside-box p:last-child {
	margin: 0;
}

.aside-box li {
	padding: 8px 0;	
	border-bottom: 1px solid #eee;
}

.aside-box li:last-child {
	border: none;
}

.aside-box a {
	color: #E93E00;
	font-weight: 400;
}

.aside-box a:hover {
	color: #313A45;
}


.aside-box ul.pdf--info {
	margin: 1.25rem 0;
}

.aside-box ul.pdf--info li {
	padding: 2px 0 2px 24px;
	border: none;
	background: transparent url(../images/layout/sprites.png) no-repeat -10px -495px;
}




/* !PRESSEMELDUNG ------------------------------------------------ */


.col--pressebilder {
	width: 100%;
}

.col--pressebilder h3 {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0 0.625rem;
}

.col--pressebilder figure {
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 0 0.625rem;
}

@media screen and (max-width: 767px) {
	.col--pressebilder figure {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 479px) {
	.col--pressebilder figure {
		width: 100%;
		margin-bottom: 20px;
	}
}

.col--pressebilder figure img {
	max-width: 100%;
	height: auto;
}

.col--pressebilder figure figcaption {
	padding: 10px 0;
}

.col--pressebilder figure figcaption span {
	display: block;	
}

.col--pressebilder figure figcaption a {
	color: #E93E00;
	font-weight: 400;
}

.col--pressebilder figure figcaption a:hover {
	color: #313A45;
}


/* !BREADCRUMBS ------------------------------------------------ */

.col--breadcrumbs {
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0 0.625rem;
}

.section--facebook + .section--lightgrey-background {
	border-top:5px solid #fff;
}

.col--breadcrumbs a {
	display: inline-block;
	color: #313A45;
}

.col--breadcrumbs a:hover {
	color: #E93E00;
}

.col--breadcrumbs span {
	display: inline-block;
}

.col--breadcrumbs a:before, .col--breadcrumbs span:before {
	content: '';
	margin: 8px 10px 0 10px;
	width: 6px;
	height: 8px;
	float: left;
	vertical-align: middle;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}

.col--breadcrumbs a:first-child:before {
	margin: 0 0 0 -0.625rem;
	background: none;
}


/* !CONTENT GRID ------------------------------------------------ */

.section {
	padding: 40px 0 0 0;
	overflow: auto;
	font-size: 0.9375rem;
	font-weight: 300;
}


.section__container {
	box-sizing: border-box;
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}

.section--white-background {
	background: #fff;
}

.section--lightgrey-background {
	background: #F8F8F9;
}

.section--blue-background {
	background: #313A45;
}

.section--red-background {
	background: #E93E00;
}

.row {
	box-sizing: border-box;
	margin-bottom: 40px;
	clear: both;
	overflow: auto;
}

.row--small-margin {
	margin-bottom: 5px;
}

.col {
	box-sizing: border-box;
	float: left;
}

.col--content {
	width: 100%;
}


/* !CONTENT ELEMENTE ------------------------------------------------ */

a.arrow {
	display: inline-block;
	color: #313A45;
	font-size: 0.9325rem;
	font-weight: 400;
	
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}

a.arrow:hover {
	color: #E93E00;
}

a.arrow:after {
   content: '';
   margin: 8px 0 0 8px;
   width: 6px;
   height: 8px;
   float: right;
   vertical-align: middle;
   background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}

a.button {
	display: inline-block;
	border: none;
	color: #F8F8F9;
	background: #E93E00;
	font-size: 0.875rem;
	padding: 8px 12px;
	cursor: pointer;
	margin: 10px 0 0 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	transition: background .2s ease;
}

a.button:hover {
	color: #F8F8F9;
	background: #313A45;
}

.pdf-icon {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -10px -550px;
	padding: 0 0 0 40px;
}


/* !AKTUELL ------------------------------------------------ */


.col--aktuell {
	width: 50%;
	padding: 0 0.625rem;
}

@media screen and (max-width: 767px) {
	.col--aktuell {
		width: 100%;
		padding: 0;
	}
}

.hpbox {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	overflow: visible;
}

@media screen and (max-width: 767px) {
	.hpbox {
		margin-bottom: 20px;
	}
}

.hpbox__headline {
	font-size: 1.0625rem;
	text-transform: uppercase;
	font-weight: 400;
}

.hpbox__headline:after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	margin: 1rem 0;
}

.hpbox__headline--hea:after {background: #E93E00;}
.hpbox__headline--shop:after {background: #95AF0A;}	
.hpbox__headline--fachwissen:after {background: #2F632B;}	
.hpbox__headline--bilderservice:after {background: #0A336C;}

.hpbox__date {
	font-size: 0.875rem;
	color: #A0A0A0;
}

.hpbox__aktuell {margin-bottom: 15px;}

@media screen and (min-width: 768px) {
	
	.hpbox__aktuell + a.arrow {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
}

@media screen and (max-width: 767px) {
	
	.hpbox__aktuell + a.arrow {
		position: relative;
		margin-top: 20px;
	}
}

.hpbox__aktuell a {
	font-size: 1rem;
	color: #313A45;
	font-weight: 300;
	
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}

.hpbox__aktuell a:hover {
	color: #E93E00;
}


/* !RUBRIKEN ------------------------------------------------ */


.col--rubriken {
	width: 50%;
	padding: 0 0.625rem;
}

@media screen and (max-width: 767px) {
	.col--rubriken {
		width: 100%;
		padding: 0;
	}
}

.hpbox--small {
	display: block;
	color: #313A45;
	margin-bottom: 1.25rem;
}

.hpbox--small:last-child {
	margin-bottom: 0;
}

.hpbox--small p {
	width: 70%;
}

.hpbox__image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 25%;
	box-sizing: border-box;
	border: 5px solid #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: blur(0px);
}

@media screen and (max-width: 479px) {
	.hpbox--small p {
		width: 100%;
	}
	.hpbox__image {
		display: none;
	}
}

.hpbox__image--shop {background-image: url(../images/layout/hp_banner_shop.jpg);}

.hpbox__image--fachwissen {background-image: url(../images/layout/hp_banner_fachwissen.gif)}

.hpbox__image--bilderservice {background-image: url(../images/layout/hp_banner_bilderservice.jpg);}


/* !ONLINE ANGEBOTE ------------------------------------------------ */


.col--header {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0.625rem;
}

.col--angebote {
	width: 100%;
	padding: 0 0.625rem;
}

.col--header span {
	font-size: 1.0625rem;
	text-transform: uppercase;
	font-weight: 400;
}

.col--header a {
	float: right;
}

.online-angebot {
	box-sizing: border-box;
	display: block;
	width: 25%;
	float: left;
}

@media screen and (max-width: 959px) {
	
	.online-angebot {
		width: 50%;
	}
	
}

@media screen and (max-width: 479px) {
	
	.online-angebot {
		width: 100%;
	}
	
}

.online-angebot figure {
	box-sizing: border-box;
	background: #F8F8F9;
	padding: 0 1px;
}

.online-angebot figure img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
		
}

.online-angebot figure img:hover {
	opacity: .9;
}


.online-angebot p {
	padding: 5px 0 0 0;
	margin-bottom: 20px;
}

.online-angebot p > a {
	display: inline-block;
	color: #313A45;
	font-weight: 400;
	
	
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}

@media screen and (max-width: 640px) {
	
	.online-angebot p > a {
		font-size: 0.875rem;
	}
	
}

.online-angebot p > a:hover {
	color: #E93E00;
}

.online-angebot p > a:after {
	content: '';
	margin: 8px 0 0 8px;
	width: 6px;
	height: 8px;
	float: right;
	vertical-align: middle;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}

/* !PROJEKTE ------------------------------------------------ */

.col--projekte {
	width: 100%;
}

.projekt {
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 0 0.625rem;
	margin-bottom: 1.25rem;
} 

@media screen and (min-width: 960px) {
	.projekt {
		width: 25%;
		height: 370px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 959px) {
	.projekt {
		width: 50%;
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
	.projekt {
		width: 50%;
		height: 400px;
	}
}

@media screen and (max-width: 479px) {
	.projekt {
		width: 100%;
		height: 400px;
	}
}


.projekt__inner {
	position: relative;
	background: #F8F8F9;
	overflow: hidden;
	height: 100%;
}

.projekt__inner img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}

.projekt__text {
	padding: 20px;
	
}

.projekt__text p:nth-child(2) {
	font-size: 0.875rem;
	margin-bottom: 20px;
}

p.projekt__inner-headline {
	font-size: 1.0625rem;
	font-weight: 400;
}

.projekt__inner-headline:after {
	content: '';
	display: block;
	width: 33%;
	height: 2px;
	background: #E93E00;
	margin: 10px 0;
	
}

.projekt__text a {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	color: #313A45;
	font-weight: 400;
	
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.projekt__text a:after {
	content: '';
	margin: 8px 0 0 8px;
	width: 6px;
	height: 8px;
	float: right;
	vertical-align: middle;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}


.projekt__text a:hover {
	color: #E93E00;
}


/* !PROJEKTVORSCHAU ------------------------------------------------ */

.col--projektvorschau {
	width: 100%;
}

.col--projektvorschau h3 {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0 0.625rem;
}

.projektvorschau {
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 0 0.625rem;
}

@media screen and (min-width: 1280px) {
	.projektvorschau {
		height: 220px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
	.projektvorschau {
		height: 250px;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.projektvorschau {
		width: 50%;
		margin-bottom: 20px;
		height: 200px;
	}
	
}

@media screen and (max-width: 767px) {
	.projektvorschau {
		width: 100%;
		margin-bottom: 20px;
	}	
}

.projektvorschau__inner {
	box-sizing: border-box;
	position: relative;
	background: #F8F8F9;
	padding: 20px;
	height: 100%;
}

.projektvorschau__headline {
	font-size: 1.0625rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.projektvorschau__headline:after {
	display: block;
	content: '';
	height: 2px;
	width: 33%;
	background: #D8D8D9;
	margin: 20px 0;
}

.projektvorschau__headline + p {
	font-size: 0.875rem;
	margin-bottom: 20px;
}

.projektvorschau a {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #313A45;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.projektvorschau a {
		position: relative;
		left: 0;
		bottom: 0;
	}
}

.projektvorschau a:hover {
	color: #E93E00;
}

.projektvorschau a:after {
	content: '';
	margin: 8px 0 0 8px;
	width: 6px;
	height: 8px;
	float: right;
	vertical-align: middle;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}


/* !PROJEKTE UEBERSICHT ------------------------------------------------ */

.col--grid {
	width: 100%;
}

.col--grid--item {
	box-sizing: border-box;
	padding: 0.625rem;
	width: 25%;
	float: left;
}

@media screen and (max-width: 960px) {
	
	.col--grid--item {
		width: 33.333333%;
	}
}

@media screen and (max-width: 768px) {
	
	.col--grid--item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	
	.col--grid--item {
		width: 100%;
	}
}



.col--grid--item--inner {
	position: relative;
	box-sizing: border-box;
	background: #F8F8F9;
	width: 100%;
	height: 370px;
	overflow: hidden;
}

@media screen and (max-width: 480px) {
	
	.col--grid--item--inner {
		height: auto;
	}
}

.col--grid--item--inner figure img {
	width: 100%;
	height: auto;
}

.col--grid--item--inner--text {
	box-sizing: border-box;
	width: 100%;
	background: RGBA(248, 248, 249, 1);
	padding: 20px;
	border-top: 5px solid #D8D8D9;
}

.col--grid--item--inner--text h3 {
	font-size: 1.0625rem;
	font-weight: 400;
}

.col--grid--item--inner--text h3:after {
	content: '';
	display: block;
	width: 33%;
	height: 2px;
	background: #E93E00;
	margin: 10px 0;
}

.col--grid--item--inner--text p {
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.col--grid--item--inner--text a {
	
	display: inline-block;
	color: #313A45;
	font-weight: 400;
}

@media screen and (min-width: 480px) {
	
	.col--grid--item--inner--text a {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
	
}




@media screen and (max-width: 480px) {
	
	.col--grid--item--inner--text a {
		position: relative;
	}
	
}

.col--grid--item--inner--text a:hover {
	color: #E93E00;
}

.col--grid--item--inner--text a:after {
	content: '';
	margin: 8px 0 0 8px;
	width: 6px;
	height: 8px;
	float: right;
	vertical-align: middle;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}


/* !FACEBOOK ------------------------------------------------ */

.section--facebook {
	color: #395185;
	background: #F8F8F9;
}

.col--facebook {
	width: 100%;
	padding: 0 0.625rem;
}

.col--facebook__text {
	width: 90%;
	float: right;
}

@media screen and (max-width: 959px) {
	.col--facebook__text {
		width: 85%;
	}
}

@media screen and (max-width: 767px) {
	.col--facebook__text {
		width: 80%;
	}
}

@media screen and (max-width: 479px) {
	.col--facebook__text {
		width: 100%;
	}
}

.col--facebook p:first-of-type {
	color: #395185;
	font-weight: 400;
	font-size: 1.0625rem;
	margin-bottom: 10px;
}

.col--facebook figure {
	width: 60px;
	float: left;
}

@media screen and (max-width: 479px) {
	.col--facebook figure {
	width: 60px;
	float: none;
	margin-bottom: 40px;
}
}

.col--facebook figure img {
	max-width: 100%;
	height: auto;
}

.col--facebook p {
	margin-bottom: 10px;
}

.col--facebook p:last-of-type {
	margin-bottom: 0;
}

.col--facebook p a {
	display: inline-block;
	color: #395185;
	font-weight: 400;
	
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	transition: color .2s ease;
}

.col--facebook p a:hover {
	color: #E93E00;
}

.col--facebook p a:after {
	content: '';
	margin: 8px 0 0 8px;
	width: 6px;
	height: 8px;
	float: right;
	vertical-align: middle;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -60px -140px;
}


/* !FOOTER ------------------------------------------------ */

footer {
	border-top: 5px solid #D8D8D9;
}

.col--hea {
	color: #D8D8D9;
	padding: 0 0.625rem;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.col--hea {
		width: 100%;
		margin-bottom: 40px;
	}
}

.col--hea h3 {
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05rem;
	color: #E93E00;
	margin-bottom: 20px;
}

.col--footerlinks {
	width: 40%;
	padding: 0 0.625rem;
	float: right;
	overflow: hidden;
}

@media screen and (max-width: 767px) {

	.col--footerlinks {
		width: 100%;
	}
	
}

.col--footerlinks ul {
	width: 50%;
	float: left;
}

@media screen and (max-width: 479px) {
	
	.col--footerlinks ul {
		width: 100%;
		float: none;
	}
	
	.col--footerlinks ul:first-of-type {
		margin-bottom: 20px;
		color: red;
	}

}

.col--footerlinks h3 {
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05rem;
	color: #D8D8D9;
	margin-bottom: 20px;
}


.col--footerlinks ul a {
	display: inline-block;
	color: #D8D8D9;
	font-size: 0.875rem;
	padding: 0 0 .15rem 0;
	
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	transition: color .2s ease;
}

.col--footerlinks ul a:hover {
	color: #F8F8F9;
}


a.col--hea--twitter  {
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #E2E9ED;
	margin: 2rem 0;
	background: transparent url(/resources/images/layout/sprites.png) no-repeat -320px -10px;
	text-indent: -99999px;
}




/* !FORMS ------------------------------------------------ */

.col--content__main form {
	font-size: 0.875rem;
	border-top: 1px solid #eee;
	margin-top: 20px;
}

.form__hidden {
	display: none;
}

.form__hidden--active {
	display: block;
}

.col--content__main form label {
	display: inline-block;
	width: 120px;
	height: 28px;
	font-weight: 400;
	
}

@media screen and (max-width: 480px) {
	
	.col--content__main form label {
		display: block;
	}
	
}

.col--content__main form ul li {
	background: none;
	padding: 5px 0;
}

.col--content__main form input[type="text"], .col--content__main form input[type="password"] {
	
	box-sizing: border-box;
	border: 1px solid #D8D8D9;
	width: 60%;
	height: 28px;
	padding: 0 5px;
	font-size: 0.875rem;
	font-family: 'Roboto', sans-serif;
	
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .05) inset;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .05) inset;
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, .05) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, .05) inset;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

@media screen and (max-width: 480px) {
	
	.col--content__main form input[type="text"], .col--content__main form input[type="password"] {
		width: 100%;	
	}
		
}

form input[type="text"]:focus, form input[type="password"]:focus {
	border: 1px solid rgba(232, 61, 0, .4);
}

.col--content__main button {
	border: none;
	color: #F8F8F9;
	background: #E93E00;
	font-size: 0.875rem;
	padding: 8px 12px;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	transition: background .2s ease;
}

.col--content__main button:hover {
	background: #313A45;
}

.col--content__main form ul {
	margin: 20px 0 20px 0;
}

.col--content__main form ul.form__options li {
	padding: 2px 0;
}

.required:after {
	content: ' *';
	color: #E93E00;
}

.form_error, .form_success {
	padding: 20px;
	font-weight: 400;
	margin-bottom: 40px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.form_error {
	color: #F8F8F9;
	background: RGBA(248, 77, 50, 1);
}

.form_success {
	color: #F8F8F9;
	background: RGBA(128, 184, 46, 1);
}


/* !IMPULSE BANNER ------------------------------------------------ */

.section--impulse {
	color: #313A45;
	background: transparent url(/resources/images/layout/impulse-banner.jpg) no-repeat center center;
	background-size: cover;
}

.col--impulse--text {
	width: 50%;
	font-size: 1rem;
	padding: 0 0.625rem;
}

@media screen and (max-width: 960px) {
	.col--impulse--text {
		width: 75%;
	}
}

@media screen and (max-width: 480px) {
	.col--impulse--text {
		width: 100%;
	}
}


.col--impulse--text h3 {
	font-size: 2rem;
}

.col--impulse--text h3:after {
	content: '';
	display: block;
	width: 10%;
	height: 2px;
	background: #E93E00;
	margin: 20px 0;
}

.col--impulse--text a {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: .75rem 1.25rem;
	color: #F8F8F9;
	background: #E93E00;
	font-size: 0.9125rem;
	font-weight: 400;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	transition: background .2s ease;
}

.col--impulse--text a:hover {
	background: #313A45;
}