.prefooter {
	margin-top: -44px;
	margin-bottom: 35px;
	font-size: 14px;
}

.prefooter .col1 > ul.column-3 {
	column-count: 3;
	column-gap: 40px;
}

.prefooter .col1 > ul.border { 
	column-rule-style: solid;
	column-rule-width: 1px;
	column-rule-color: rgba(0,0,0,0.1);
}

.prefooter .col1 > ul > li {
	margin-bottom: 10px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}

.prefooter .col1 > ul > li .subname {
	list-style-type: none;
	padding-left: 10px;
	font-weight: 300;
}

.prefooter .col1 > ul > li > a {
	display: block;
	color: rgba(0,0,0,0.8);
	margin-bottom: 5px;
	text-decoration: none;
}
.prefooter .col1 > ul > li > a:hover { text-decoration: underline; }

.prefooter .col1 > ul > li > ul > li > a {
	text-decoration: none;
}

.prefooter .col1 > ul > li > ul > li > a:hover { text-decoration: underline; }

.prefooter .col1 {
	width: 100%;
	float: left;
	/*border-right: 1px solid #CCC;*/
	padding-right: 10px;
}

.prefooter .col1 ul .element {
	padding-bottom: 10px;
}

.prefooter .col1 ul .element .name {
	font-size: 18px;
	color: #555;
}

.prefooter .col1 ul .element .sub li .subname {
	font-size: 15px;
}

.prefooter .col2 {
	float: left;
	width: 25%;
}

.prefooter .col2 .img {
	float: left;
	padding-left: 30px;
	margin: 0 auto;
}

.prefooter .col2 .img img {
	width: 80px;
	height: auto;
}

footer { font-size: 16px; }

footer .top {
	background-color: #FFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	height: 24.375vw;
	background-position: bottom 0 center;
	background-repeat: no-repeat;
	background-size: contain;
}

footer .top > .maxwidth { position: relative; }

footer .top .logo  {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 125px;
	height: 143px;
	background-image: url(https://tramino.s3.amazonaws.com/s/team-alpen/802136/logo.png);
	background-size: 125px 143px;
	background-repeat: no-repeat;
	background-position: top left;
}

footer .top .facts {
	position: absolute;
	top: 20px;
	left: 200px;
}

footer .top .facts:after { display: block; content: ""; clear: left; }
footer .top .facts .fact {
	float: left;
	margin: 0 50px 0 0;
}
footer .top .facts .fact .num {
	position: relative;
	top: 15px;
	font-size: 60px;
	margin: 0 15px 0 0;
}
footer .top .facts .fact .name {
	font-size: 20px;
}

footer .top .slogan {
	position: absolute;
	top: 60px;
	right: 0px;
	font-size: 18px;
	color: #464637;
}

footer .bottom { color: #858585; }
footer .bottom > div { margin: 15px 0 10px 0; }
footer .bottom a { color: #858585; text-decoration: none; }


footer .bottom .left { margin-left: 50px; }
footer .bottom ul.list-nostyling li { margin: 0 15px 0 0; }@media all and (min-width: 1024px) and (max-width: 1279px) {
	footer { font-size: 15px; }

	.prefooter .right .img {
		padding-left: 20px;
	}

	footer .top .logo  {
		top: -30px;
		width: 100px;
		height: 114px;
		background-size: 100px 114px;

	}

	footer .top .facts {
		top: 10px;
		left: 160px;
	}

	footer .top .facts .fact {
		margin: 0 40px 0 0;
	}
	footer .top .facts .fact .num {
		top: 10px;
		font-size: 55px;
		margin: 0 12px 0 0;
	}
	footer .top .facts .fact .name {
		font-size: 18px;
	}

	footer .top .slogan {
		top: 45px;
		font-size: 15px;
	}

	footer .bottom > div { margin: 12px 0 9px 0; }
	footer .bottom .left { margin-left: 40px; }
	footer .bottom ul.list-nostyling li { margin: 0 12px 0 0; }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	footer { font-size: 14px; }

	.prefooter {
		margin-top: -25px;
		margin-bottom: 30px;
	}

	.prefooter .col1 > ul > li > .sub {
		font-size: 14px;
	}

	.prefooter .col2 .img {
		padding-left: 20px;
	}

	.prefooter .col2 .img img {
		width: 70px;
		height: auto;
	}

	footer .top { position: relative; }
	footer .top > .maxwidth { position: static; }

	footer .top .logo  {
		top: -30px;
		left: 20px;
		width: 80px;
		height: 92px;
		background-size: 80px 92px;

	}

	footer .top .facts {
		top: 0px;
		left: 120px;
	}

	footer .top .facts .fact {
		margin: 0 30px 0 0;
	}
	footer .top .facts .fact .num {
		top: 10px;
		font-size: 45px;
		margin: 0 12px 0 0;
	}
	footer .top .facts .fact .name {
		font-size: 17px;
	}

	footer .top .slogan {
		bottom: 30px;
		top: auto;
		right: 20px;
		font-size: 14px;
		text-shadow: 2px 2px 2px rgba(255,255,255,0.5)
	}

	footer .bottom > div { margin: 11px 0 8px 0; }
	footer .bottom .left { margin-left: 30px; }
	footer .bottom ul.list-nostyling li { margin: 0 11px 0 0; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	footer { font-size: 13px; }

	.prefooter {
		margin-top: -20px;
		margin-bottom: 30px;
	}

	.prefooter .col1 > ul > li > .sub {
		font-size: 14px;
	}

	.prefooter .col2 .img {
		padding-left: 10px;
	}

	.prefooter .col2 .img img {
		width: 55px;
		height: auto;
	}

	footer .top { position: relative; }
	footer .top > .maxwidth { position: static; }

	footer .top .logo  {
		top: -20px;
		left: 15px;
		width: 65px;
		height: 74px;
		background-size: 65px 74px;

	}

	footer .top .facts {
		top: 0px;
		left: 120px;
	}

	footer .top .facts .fact {
		margin: 0 25px 0 0;
	}
	footer .top .facts .fact .num {
		top: 10px;
		font-size: 35px;
		margin: 0 10px 0 0;
	}
	footer .top .facts .fact .name {
		font-size: 16px;
	}

	footer .top .slogan {
		bottom: 15px;
		top: auto;
		right: 15px;
		font-size: 13px;
		text-shadow: 2px 2px 2px rgba(255,255,255,0.5)
	}

	footer .bottom > div { margin: 11px 0 8px 0; }
	footer .bottom .left { margin-left: 30px; }
	footer .bottom ul.list-nostyling li { margin: 0 11px 0 0; }
}

@media all and (max-width: 567px) {

	footer { font-size: 12px; }

	.prefooter {
		margin-top: -15px;
		margin-bottom: 30px;
	}

	.prefooter .col1 {
		width: 100%;
		float: none;
		border-right: 0px solid #CCC;
		padding-bottom: 15px;
	}

	.prefooter .col1 > ul.column-3 {
		column-count: 2;
		column-gap: 20px;
	}

	.prefooter .col1 ul .element .name {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.prefooter .col1 > ul > li > .sub {
		font-size: 14px;
	}

	.prefooter .col2 {
		padding-top: 0px;
		clear: both;
		float: none;
		width: 100%;
		border-top: 1px solid #CCC;
	}

	.prefooter .col2 .img {
		padding: 10px 5px 20px 0px;
	}

	.prefooter .col2 .img img {
		width: 45px;
		height: auto;
	}

	footer .top { position: relative; }
	footer .top > .maxwidth { position: static; }

	footer .top .logo  {
		top: -15px;
		left: 10px;
		width: 40px;
		height: 45px;
		background-size: 40px 45px;

	}

	footer .top .facts {
		top: 0px;
		left: 60px;
	}

	footer .top .facts .fact {
		margin: 0 10px 0 0;
	}
	footer .top .facts .fact .num {
		top: 2px;
		font-size: 20px;
		margin: 0 3px 0 0;
	}
	footer .top .facts .fact .name {
		font-size: 14px;
	}

	footer .top .slogan {
		bottom: 5px;
		top: auto;
		right: 10px;
		font-size: 12px;
		text-shadow: 2px 2px 2px rgba(255,255,255,0.5)
	}

	footer .bottom > div { margin: 11px 0 8px 0; }
	footer .bottom .left { margin-left: 30px; }
	footer .bottom ul.list-nostyling li { margin: 0 11px 0 0; }
}

