@charset "UTF-8";
@import url("https://use.typekit.net/qeg2ehg.css");


/* ---------------- DEF ---------------- */

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
        
h1, h2, h3, h4, h5, h6 {
	font-family: 'armada', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase!important;
}

a, p, label, article, li {
	font-family: 'armada', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 140%;
}

a {
	color: #AA211C;
	text-decoration: none;
}
            
a:hover {
	color: #AA211C;
	text-decoration: underline;
}
                      
a:link {
	text-decoration: none;
}
            
a:visited {
	text-decoration: none;
}

strong {
	font-weight: 500;
}

img {
	width: 100%;
	margin: 0px;
	line-height: 100%;
}

.clear {
	clear: both;
}

::selection {
	background: #AA211C;
	color: #fff;
}

::-moz-selection {
	background: #AA211C;
	color: #fff;
}



/* ---------------- HEADER ---------------- */

header {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
}

header.start-header {
	background: rgba(0,0,0,0.00);	
}

header.fixed-header {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,1);
}

.header-inner {
	width: 100%;
	max-width: 1200px;
	padding: 20px 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

.brand {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	transition: ease 1s all;
}

header.start-header .brand { 
	max-width: 0px;
}

header.start-header .brand--color {
	display: none;
}

header.fixed-header .brand--color {
	display: inline-block;
}

header.start-header .brand--light {
	display: inline-block;
}

header.fixed-header .brand--light {
	display: none;
}

nav {
	width: 80%;
	display: flex;
}


/* ---------------- SECTION ---------------- */

section {
	position: relative;
	width: 100%;
	height: auto;
	background-position: center center !important;
	background-size: cover !important;
}

section.start {
	width: 100vw;
	min-height: 100vh;
}

section.full-height {
	min-height: 100vh;
}

section.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

section.flex.flex-bottom {
	align-items: flex-end;
}

section.last-footer {
	padding-bottom: 120px;
}

section.margin-top-50 {
	margin-top: 50px;
}

section.first-section {
	margin-top: 0px;
	padding-top: 0px;
}

.section-background {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section.bg-img .section-background {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

section.bg-img .section-background img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.section-background.full-height {
	width: 100%;
	height: 100vh;
}

.section-background.height-75 {
	width: 100%;
	height: 75vh;
}

.section-background.height-50 {
	width: 100%;
	height: 50vh;
}

.section-background.height-33 {
	width: 100%;
	height: 33vh;
}

.section-background.height-25 {
	width: 100%;
	height: 25vh;
}

.darkened {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.darkened--50 {
  background-color: rgba(0, 0, 0, 0.50);
  background-blend-mode: darken;
}

.darkened--70 {
  background-color: rgba(0, 0, 0, 0.70);
  background-blend-mode: darken;
}

.darkened--80 {
  background-color: rgba(0, 0, 0, 0.80);
  background-blend-mode: darken;
}

.darkened--90 {
  background-color: rgba(0, 0, 0, 0.90);
  background-blend-mode: darken;
}

.gradient {
	background-color: rgb(170,33,28,0.70);
	background-color: -webkit-linear-gradient(left, rgba(170,33,28,0) 0%, rgba(170,33,28,0.7) 58%, rgba(170,33,28,1) 70%);
	background-color: -o-linear-gradient(left, rgba(170,33,28,0) 0%, rgba(170,33,28,0.7) 58%, rgba(170,33,28,1) 70%);
	background-color: linear-gradient(to right, rgba(170,33,28,0) 0%, rgba(170,33,28,0.7) 58%, rgba(170,33,28,1) 70%);
	background-blend-mode: darken;
}

.gradient--50 {
  	background-color: rgb(170,33,28,0.50);
	background-color: -webkit-linear-gradient(left, rgba(170,33,28,0) 0%, rgba(170,33,28,0.50) 58%, rgba(170,33,28,1) 70%);
	background-color: -o-linear-gradient(left, rgba(170,33,28,0) 0%, rgba(170,33,28,0.50) 58%, rgba(170,33,28,1) 70%);
	background-color: linear-gradient(to right, rgba(170,33,28,0) 0%, rgba(170,33,28,0.50) 58%, rgba(170,33,28,1) 70%);
	background-blend-mode: darken;
}

.gradient--100 {
  	background-color: rgb(170,33,28,0.50);
	background: -webkit-linear-gradient(left, rgba(170,33,28,0) 0%, rgba(170,33,28,0.50) 33%, rgba(170,33,28,1) 80%);
	background: -o-linear-gradient(left, rgba(170,33,28,0) 0%, rgba(170,33,28,0.50) 33%, rgba(170,33,28,1) 80%);
	background: linear-gradient(to right, rgba(170,33,28,0) 0%, rgba(170,33,28,0.50) 33%, rgba(170,33,28,1) 80%);
	/* background-blend-mode: darken; */
}

.bg-grey {
	background: #58585A;
	color: #fff;
}

.bg-red {
	background: #AA211C;
	color: #fff;
}

.bg-logo {
		
} 

.bg-logo::after {
	display: block;
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 100%;
	max-height: 450px;
	transform: translateY(-50%);
	opacity: 0.2;
	background-image: url("../images/logo/sedlmeier-landtechnik-logo-signet-vertikal-weiss.png");
	background-size: auto 100% !important;
	background-position: left center !important;
	background-repeat: no-repeat;
}



/* ---------------- REPSONSIVE // SECTION ---------------- */

@media (max-width: 750px) {
	
	

}

@media (max-width: 600px) {
	
	

}



/* ---------------- TYPO ---------------- */

.content h1, .content h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 50px;
	line-height: 45px;
	margin-bottom: 15px;
	color: #fff;
}

.content h1 strong, .content h2 strong, .content h3 strong {
	font-family: 'armada', sans-serif;
	font-weight: 500;
}

.content h3 {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 12px;
	font-weight: 300;
}

.content p, .content ul {
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 15px;
}

.content p a, .content a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.bg-grey .content h1, .bg-grey .content h2, .bg-grey .content h3,
.bg-grey .content p, .bg-grey .content p a {
	
}

.content p.counter-text {
	font-size: 60px;
	margin-bottom: 0px;
}

.content a.button, .content p a.button,
.content button {
	display: inline-block;
	padding: 3px 16px 5px;
	margin: -3px -6px -5px;
	color: #000;
	background: #fff;
	border-radius: 0px;
}

.content ul li {
	font-size: 15px;
	margin-bottom: 5px;
	list-style: none;
	padding-left: 17px;
}

.content ul li::before {
	display: block;
	content: ' ';
	float: left;
	width: 6px;
	height: 6px;
	margin-left: -17px;
	margin-top: 7px;
	font-weight: 500;
	border-radius: 3px;
	background: #fff;
}

img.round {
	border-radius: 50%;
}

.text-pull-center {
	text-align: center;
}

.text-pull-right {
	text-align: right;
}

.no-margin {
	margin-bottom: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.contact-data i {
	display: inline-block;
	width: 20px;
}

.empty {
	display: block;
	width: 100%;
	height: 50px !important;
	margin: 0px !important;
}



/* ---------------- RESPONSIVE // TYPO ---------------- */

@media (max-width: 600px) {
	
	.content h1, .content h2 {
		font-size: 22px;
		line-height: 27px;
	}

	.content h3 {
		font-size: 18px;
		line-height: 17px;
	}
	
}

@media (max-width: 500px) {
	
	
	
}



/* ---------------- QUICKLINKS ---------------- */

.quicklinks {
	direction: block;
	position: fixed;
	bottom: 100px;
	right: 0px;
}

.quicklinks a {
	display: block !important;
	position: relative;
	float: none;
	width: auto;
	width: 50px;
	height: 36px;
	background: #a3130e;
	border-radius: 18px 0px 0px 18px;
	padding: 3px 10px 5px 20px;
	line-height: 100%;
	transition: all 0.75s ease;
	margin-bottom: 10px;
}

.quicklinks a:last-of-type {
	margin-bottom: 0px;
}

.quicklinks a i {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}



/* ---------------- FOOTER ---------------- */

footer {
	width: 100%;
	padding: 30px 0px;
	background: #AA211C;
}

.footer-inner {
	width: 100%;
	max-width: 1300px;
	padding: 0px 30px;
	margin: 0 auto;
}

.footer-inner .legal {
	float: right;
	max-width: 900px;
	color: #fff;
}

.footer-inner .legal p, .footer-inner .legal a {
	color: #fff;
	text-align: right;
	font-size: 13px;
}

.footer-inner p, .footer-inner a {
	color: #fff;
	font-size: 13px;
}

.footer-inner .legal p {
	margin-bottom: 10px;
}

.footer-inner .legal p:last-of-type {
	margin-bottom: 0px;
}



/* ---------------- RESPONSIVE // FOOTER ---------------- */

@media (max-width: 750px) {
	
	
	
}

@media (max-width: 600px) {
	
	
	
}