#order-standard_cart {
	min-height: calc(100vh - 256px);
	padding: 40px 0;
}
#order-standard_cart .cart-sidebar {
	max-width: 25%;
	width: auto;
}
#order-standard_cart .domain-checker-result-headline {
	display: flex;
	border: solid 1px lightgray;
	border-radius: 0.3rem;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
}
#order-standard_cart .domain-checker-available {
	font-weight: bold;
}
#order-standard_cart .domain-checker-invalid {
	font-weight: bold;
}
#order-standard_cart .domain-precheck-price {
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px 0;
}
#order-standard_cart .input-group-lg > .form-control {
	height: 60px;
	font-weight: bold;
}
.domain-checker-container {
	margin: 20px 0;
	padding: 0;
	background-color: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	background: none;
}
.domain-checker-bg {
	margin: 0;
	padding: 0;
	background-repeat: none;
	background-position: none;
	background-image: none;
}
.domain-checker-container {
	margin: 20px 0;
	padding: 0;
}
.domain-checker-bg {
	margin: 0;
}
.domain-check-availability {
	height: 60px;
}
.btn-black {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}
.btn-black:hover {
	opacity: 0.8;
	color: #fff;
}
header.header .logo-with-text {
	padding-left: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.subdomain-text {
	padding-left: 1rem;
	font-weight: bold;
	font-size: 30px;
	max-width: 400px;
	max-height: 60px;
}

@media only screen and (max-width: 1200px) {
	header.header .logo-img {
		max-height: 40px;
	}
	header.header .logo-with-text {
		padding-left: 0.5rem;
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
	}
	.subdomain-text {
		max-height: 40px;
		padding-left: 0.5rem;
	}
}
@media only screen and (max-width: 768px) {
	header.header .logo-img {
		max-height: 25px;
	}
	.subdomain-text {
		max-height: 20px;
		font-size: 20px;
	}
}
