html.root {
	/* Always show a scroll bar: */
	overflow-y: scroll;
}

body {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

h1, .h1 {
	font-size: 30px;
}

.navbar-header h1, .navbar-header .h1 {
	margin-top: 0;
}

.navbar-header h1 .subtitle, .navbar-header .h1 .subtitle {
	color: #777777;
}

.navbar-brand {
	font-size: 34px;
	font-family: 'Lustria', serif;
	text-decoration: none;
}

@media (max-width: 991px) {
	.navbar-brand {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.navbar-header h1, .navbar-header .h1 {
		max-width: 200px;
	}
	.navbar-brand {
		font-size: 20px;
	}
}

.navbar-nav > li > a {
	padding-top: 36px;
	padding-bottom: 32px;
	font-size: 15px;
	text-transform: uppercase;
}

.landing-banner {
	margin-bottom: 30px;
}

.no-margin-top {
	margin-top: -20px;
}

.less-margin-top {
	margin-top: 0;
}

.more-margin-top {
	margin-top: 15px;
}

.more-vertical-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.landing-banner-left {
	height: 584px;
	background:
		transparent url('../root/img/landing-banner-left.png')
		no-repeat right top;
}

.landing-banner-right {
	height: 584px;
	background:
		transparent url('../root/img/landing-banner-right.png')
		no-repeat left top;
}

.landing-banner-mid {
	height: 584px;
	background: #3498db;
	color: #fff;
	/* Center the contents vertically: */
	padding-top: 80px;
}

.landing-banner-mid h1 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	line-height: 46px;
	text-transform: uppercase;
	padding-bottom: 40px;
	background:
		url('../root/img/banner-heading-separator.png') no-repeat bottom center;
}

.landing-banner-mid .lead {
	font-size: 21px;
	line-height: 32px;
	padding: 38px 0 30px;
}

.press {
	text-align: center;
}

.press h2 {
	color: #777777;
}

.press-diepresse {
	width: 330px;
	height: 80px;
	/* width and height are ignored if we don't set display=block: */
	display: block;
	/* Visually hide the actual link text: */
	text-indent: -9999px;
	background: url('../root/img/diepresse-logo.png');
	margin: 20px auto 15px;
}

.thumbnail ol {
	padding-left: 30px;
	margin-bottom: 0;
	font-size: 20px;
}

.footer-brand {
	font-size: 17px;
	font-family: 'Lustria', serif;
	color: #777777;
}

.footer-brand:hover {
	color: #393939;
	text-decoration: none;
}

.btn-xl {
    padding: 18px 46px;
    font-size: 22px;
    border-radius: 8px;
}

.btn-primary {
	background: #0b5384;
}

.btn-primary:hover {
	background: #1769a1;
}

.btn-primary:active {
	background: #07395b;
}

.thin {
	font-weight: 300;
}

.pricing h2 {
	font-size: 24px;
	text-align: center;
}

.pricing-price {
	font-size:30px;
	text-shadow: 2px 2px #EEEEEE;
	margin-bottom: 6px;
	line-height: 1.4;
	font-weight: bold;
	word-spacing: -5px;
}

.pricing-price:after {
	color: #999999;
	display: block;
	content: "/ Monat";
	font-size: 13px;
	text-shadow: none;
	word-spacing: 0;
}

.pricing-price--no-currency {
	word-spacing: inherit;
	padding-top: 14px;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.pricing-price--no-currency:after {
	visibility: hidden;
}

.sms-text {
	margin-top: 5px;
	text-align: center;
	width: 220px;
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
	.example-sms {
		height: 548px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.example-sms {
		margin-top: 105px;
	}
}

@media (min-width: 1200px) {
	.contact-welcome {
		margin-top: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contact-panel {
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.contact-panel {
		margin-top: 26px;
	}
}

.has-error .help-block {
	font-weight: 400;
}

.no-border {
	border: none;
}

.alert {
	font-weight: 400;
}

.panel-body ul {
	padding-left: 24px;
}

.advantages {
	font-size: 16px;
}

.advantages-item {
	/*290px is the width of the largest item. We use this to center all items,*/
	/*but align them on the right to the same offset:*/
	width: 290px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.advantages .glyphicon {
	margin-right: 5px;
	font-size: 19px;
	position: relative;
	top: 2px;
}