/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v28-latin-600.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v28-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Raleway', sans-serif;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

h1 {
	font-weight: 400;
}

a {
	color: #212529;
	text-decoration: none;
}

a:hover {
	color: #cd1719;
}

nav.bg-light {
	background-color:  #fff !important;
	border-bottom: 1px solid #ddd;
	min-height: 90px;
}

.navbar-nav {
	align-items: center;
	margin-left: auto;
}

.navbar-brand-image {
	padding-top: 0;
	padding-bottom: 16px;
	margin-right: 30px !important;
}

.navbar-brand-text {
	font-size: 24px;
	line-height: 20px;
	margin-left: 0;
	margin-right: auto;
}

.navbar-brand-text span {
	font-size: 14px;
	color: #666;
}

.btn i {
	margin-right: 12px;
}

.btn-primary {
	border-color: #cd1719;
	background-color: #cd1719;
	transition: all 0.4s ease
}

.btn-primary:hover, 
.btn-primary:focus {
	border-color: #9f1213;
	background-color: #9f1213;
	box-shadow: none;
}

.btn-outline-primary {
	color: #212529;
	border: 1px solid transparent;
	transition: all 0.4s ease;
	font-weight: 500;
}

.btn-outline-primary:hover, 
.btn-outline-primary:focus {
	border-color: rgba(205, 23, 25, 0.2);
	background-color:rgb(205, 23, 25);
	color: #fff;
	transition: all 0.4s ease;
	box-shadow: none;
}

.bi:before {
	vertical-align: -0.125em;
	margin-bottom: calc(-0.125em / 2);
	transform: scale(1.25);
}

.carousel-item {
	background-position: center center;
	background-size: cover;
}

.carousel-item .container-fluid {
	min-height: calc(100vh - 90px) !important;
	background-image: linear-gradient(to right, rgba(0,0,0,0.8) , transparent);
}

.coming-soon {
	min-height: calc(100vh - 160px) !important;
}

.carousel-caption {
	position: inherit;
	padding-left: 80px;
}

.carousel-caption h1 {
	font-size: 50px;
}

.form-floating>input.form-control {
	padding: 1rem 0;
}

label.input-label {
	padding: .625rem 0;
	top: 13px;
	border: none;
}

.form-floating>.form-control:focus~label.input-label, 
.form-floating>.form-control:not(:placeholder-shown)~label.input-label {
	transform: scale(.85) translateY(-1.25rem) translateX(0rem);
}

input.form-control {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ddd;
	border-radius: 0;
}

input.form-control:focus {
	box-shadow: none;
	border-color: #cd1719;
}

textarea.form-control {
	border: 2px solid #ddd;
}

textarea.form-control:focus {
	box-shadow: none;
	border-color: #cd1719;
}

label.form-check-label {
	font-size: 12px;
	color: #666;
}

label.form-check-label a {
	color: #666;
	text-decoration: underline;
}

label.form-check-label a:hover {
	color: #cd1719;
}

.form-check-input:checked {
	background-color: #cd1719;
	border-color: #cd1719;
}

.form-check-input:focus {
	box-shadow: none;
	border-color: #cd1719;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #cd171b;
	border-color: #cd171b;
}

.list-inline-item {
	vertical-align: middle;
}

.teaser {
	background-color: #332f2f;
	color: #fff;
}

.teaser-image {
	background-image: url(img/Tiroler_Holzhaus_Musterhaus_2.jpg);
	background-size: cover;
	background-position: center center;
	padding: 0;
}

.teaser-gradient {
	height: 100%;
	background-image: linear-gradient(to left, rgba(51, 47, 47, 1) , transparent);
}

footer {
	background-color: #2c2929;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover {
	color: #ddd;
}