body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background-repeat: repeat-x;
	margin: 0;
	background-color: #232323;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.white-background {
	background-color: #fff;
	background: linear-gradient(to bottom, #fff,#f6f6f6);
}

.center {
	max-width: 850px;
	margin: auto;
	text-align: center;
	padding: 0 25px;
}

#line {
	max-width: 1000px;
	margin: auto;
	height: 50px;
	background: radial-gradient(ellipse farthest-side at center top, rgba(0, 0, 0, 0.05), transparent);
}

h1 {
	color: #555;
	font-weight: 600;
	line-height:60px;
	font-size: 60px;
	margin: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

@media screen and (max-width:700px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: 24px;
	font-weight: 400;
	color: #777777;
	margin-top: 40px;
}

header {
	padding-top: 100px;
	padding-bottom: 100px;
}

header img {
	width: 100%;
	max-width: 250px;
}

#info {
	padding-top: 50px;
	padding-bottom: 100px;
}


#info p {
	color: #777777;
	max-width: 700px;
	display: block;
	margin: auto;
}

#info a {
	color: #777777;
	font-weight: 600;
}

#info .button {
	background-color: #d83620;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 25px;
	font-size: 18px;
	font-weight: 400;
	position: relative;
}

#info .button:hover {
	background-color: #e45643;
}

#info .button::after {
	position: absolute;
    content: ' ';
    width: 204px;
    height: 67px;
    top: 5px;
    left: 240px;
    background-image: url('https://www.hostfactory.ch/extensions/skeleton/data/images/kundenlogin-pfeil.png');
}

#info .button.regist::after {
	width: 213px;
    height: 81px;
    top: -15px;
	left: 220px;
	background-image: url('https://www.hostfactory.ch/extensions/skeleton/data/images/domain-registrieren-pfeil.png');
}

@media screen and (max-width:700px) {
	#info a::after {
		display: none;
	}
}

#ads {
	background-color: #555;
	background-image: url('background.jpg');
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 50px;
}

#ads img {
	width: 100%;
	max-width: 769px;
}

#ads .multicol {

}

#ads .col {
	width: calc(50% - 25px);
	float: left;
	text-align: left;
}

#ads .col.first {
	padding-right: 25px;
}

#ads .col.last {
	padding-left: 25px;
}

#ads h3 {
	color: #fff;
	font-weight: 400;
	text-align: left;
	font-size: 24px;
	margin: 0;
	padding-bottom: 25px;
	padding-top: 25px;
}

#ads p {
	color: #c4c4c4;
	text-align: justify;
	margin: 0;
}

#ads ul {
	margin: 0;
	padding-top: 25px;
	padding-left: 25px;	
	color: #c4c4c4;
}

#ads li {
	margin: 0;
	text-align: left;
}

#ads a {
	color: #ff8e80;
}

#ads a:hover {
	color: #fff;
}

#ads a.button {
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	margin-top: 25px;
	text-align: center;
	color: #555;
	font-weight: bold;
	background-color: #fff;
	line-height: 1;
}

#ads a.button:hover {
	background-color: #d83620;
	color: #fff;
}

@media screen and (max-width:700px) {
	#ads .col {
		width: 100%;
		padding: 0 !important;
	}
	
	#ads a.button {
		width: calc(100% - 100px);
	}
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	float: left;
	list-style: none;
	padding: 15px 0;
}

footer li a {
	border-right: 1px solid #c4c4c4;
}

footer a {
	display: block;
	font-size: 13px;
	padding: 0 15px;
}

footer a.first {
	padding-left: 0;
}

footer a.last {
	border-right: none;
}

footer a {
	color: #c4c4c4;
}

footer a:hover {
	color: #fff;
}

footer .link {
	float: right;
	padding-right: 0;
	padding-top: 15px;
}

@media screen and (max-width:400px) {
	footer .link {
		float: none;
		text-align: center;
	}

	footer li {
		float: none;
		padding: 0 !important;
	}

	footer a {
		padding: 15px !important;
		border: none !important;;
	}
}