a {
	text-decoration: none;
	color: #E33B00;
	cursor: pointer;
}

a img {
	border: none;
}

b a {
	font-weight: normal;
}

a:visited {
	color: #E33B00;
}

::-moz-selection
{
	background: #E33B00;
	color: #FFF;
}
::-webkit-selection
{
	background: #E33B00;
	color: #FFF;
}
::selection
{
	background: RGBA(227, 59, 0, 0.99);
	color: #FFF;
}


li > a,
li > a:hover,
li > a:active,
li > a:visited
{
	color: #2F3943;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
}

body {
	font-family: 'Open Sans', sans-serif;
}

p {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
}

@font-face {
	font-family: LeagueGothicRegular;
	src: url("../fonts/leaguegothic-regular.eot");
	src: url("../fonts/leaguegothic-regular.eot") format("embedded-opentype"),
		 url("../fonts/leaguegothic-regular.woff") format("woff"),
		 url("../fonts/leaguegothic-regular.ttf") format("truetype"),
		 url("../fonts/leaguegothic-regular.svg#LeagueGothicRegular") format("svg")
}


h1,h2,h3,h4,h5,h6 {
	font-family: "LeagueGothicRegular", Arial;
}

/*		.row {
	outline: 1px dashed #AA0;
}
*/
h1 {
	font-size: 48px;
	line-height: 70px;
	text-transform: uppercase;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	margin: 61px 0 35px 0;
	margin: 3.8rem 0 2.2rem 0;
	text-transform: uppercase;
}

h1.geparkt {
	width: auto;
	display: inline-block;
}

h1.geparkt::before {
	content: '';
	background: url(../img/reserved.png) no-repeat left center;
	display: inline-block;
	position: relative;
	left: -10px;
	top: 13px;
	width: 133px;
	height: 64px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	font-weight: 600;
}

h3 {
	font-size: 36px;
	line-height: 45px;
	text-transform: uppercase;
}

header {
	padding-top: 37px;
}

nav {
	vertical-align: bottom;
}

nav, ul {
	display: inline-block;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 80px;
}

ul li {
	display: inline-block;
	margin-right: 43px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


.center {
	text-align: center;
}

.orange, .info {
	color: #E33B00;
}

hr {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
	background: url(../img/cacheln.png) 0 bottom repeat-x;
	height: 180px;
	position: relative;
	top: -150px;
	margin-bottom: -100px;
	z-index: -1;
}

.afterhr {
	position: relative;
		top: -100px;
}

.info {
	margin: 64px 0 50px 0;
	font-size: 15px;
	font-weight: bold;
	font-weight: 600;
}

.domaincheck::before {
	content: '';
	background: url(../img/text_schnelleinfach.png) left center no-repeat;
	width: 132px;
	height: 90px;
	display: block;
	position: absolute;
	left: -125px;
	top: 10px;
}

.domaincheck h1 {
	margin: 0;
	background: url(../img/icon_earth.png) left center no-repeat;
	display: inline-block;
	padding-left: 52px;
	white-space: nowrap;
}

.domaincheck .wrapper {
	position: relative;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	background: #EFEFEF;
	border: #EFEFEF solid 10px;
	display: inline-block;
	width: 100%;
	text-align: left;
	/*max-width: 700px;*/
}

.domaincheck input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	padding: 8px 10px;
	background: #ffffff;
	color: #2f3943;
	display: inline-block;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	background: url(../img/icon_lupe.png) 10px center no-repeat #FFF;
	padding-left: 34px;
	width: 72%;
}

.domaincheck button {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #FFF;
	padding: 9px 18px;
	width: 28%;
	-webkit-border-radius: 0 5px 5px 0;
	   -moz-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
}

.domaincheck button::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #E33B00;
	position: absolute;
	left: -6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
}


footer {
	background: #2F3943;
	color: #B6BABD;
	margin-top: 30px;
	font-size: 13px;
	line-height: 22px;
}

footer a {
	color: #B6BABD;
}

.mobilemenu {
	width: 24px;
	height: 24px;
	display: none;
}

.bottom {
	font-size: 15px;
	line-height: 22px;
}


@media only screen and (max-width: 64.0625em) {
	.domaincheck::before {
		display: none;
	}

	nav {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin: 20px 0 0 0;
	}

	nav ul {
		margin: 0;
		width: 100%;
	}
	.mobilemenu {
		display: none;
	}
	
	h1.geparkt {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 40.0625em) {
	.mobilemenu {
		display: inline-block;	
		float: right;
		cursor: pointer;
	}

	nav ul {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	nav {
		position: relative;
		overflow: hidden;
		height: 250px;
		
		-webkit-transition: height 250ms cubic-bezier(0.250, 0.250, 0.585, 0.985);
		-moz-transition: height 250ms cubic-bezier(0.250, 0.250, 0.585, 0.985);
		transition: height 250ms cubic-bezier(0.250, 0.250, 0.585, 0.985);
	}
	
	.hideonsmall {
		/*display: none;*/
		height: 0px;
	}

	header {
		padding-top: 10px;
	}

	.domaincheck h1 {
		background: transparent;
		padding: 0;
		font-size: 38px;
		font-size: 2.2rem;
		margin-bottom: 10px;
	}

	.domain {
		display: block;
		font-size: 33px;
	}

	h1 {
		font-size: 38px;
		line-height: 40px;
	}

	h2 {
		font-size: 18px;
	}

	h1.geparkt::before {
		display: none;
	}

	nav li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #CECECE;
	}
	nav li a {
		width: 100%;
		padding: 15px 0 15px 0;
		display: inline-block;
	}

	nav li:last-child {
		border-bottom: 0;
	}

	iframe {
		margin-top: 50px;
	}
}



.flex {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.show-for-small-only {
	display: none;
}

@media only screen and (max-width: 40.0625em) {
	.flex .row:first-child {
		-webkit-box-ordinal-group: 1; 
		-moz-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex .row:last-child {
		margin-top: 10px;
		-webkit-box-ordinal-group: 0; 
		-moz-box-ordinal-group: 0;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	h1.geparkt {
		margin-top: 30px;
		max-width: 100%;
	}

	p.info {
		display: none;
	}

	.domaincheck button::before {
		display: none;
	}
	.domaincheck button {
	padding: 9px;
		letter-spacing: 0;
	}

	.hide-for-small-only {
		display: none;
	}
	.show-for-small-only {
		display: inline-block;
	}
}
