@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Allura');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');

.sign {
	font-family: 'Allura', cursive;
	font-size: 2em;
	margin-top: .5em;
}

/*
1 Theme
#202631
#e8561b
*/

html,
body {
	font-family: 'PT Sans','Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

body {
	border: 0 none;
	font-size: 100%;
	outline: 0 none;
	vertical-align: baseline;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	background-color: #f0f0f0;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
	color: #979BA1;
	overflow-x: hidden;
}

.mobile-cap {
	overflow-x: hidden;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

img {
	border: 0;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	clear: both;
}

a:active,
a:hover {
	outline: 0;
}


a:link,
a:visited,
a:active {
	color: #e8561b;
	text-decoration: none;
}

a:hover {
	color: #505f7a;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*TYPOGRAPHIE*/

h1 {
	font: 700 2em 'PT Sans';
	line-height: 90%;
}

#kontakt h1 {
	font-size: 3em;
}


h2 {
	font: 300 32px 'Open Sans';
	line-height: 42px;
}

h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 33px;
}

.hero h1,
.slogan h1 {
	font-family: "Oswald";
	font-weight: 700;
	font-size: 4rem;
	line-height: .9em;
	text-transform: uppercase;
}

.click {
	border: 10px solid #e8561b;
}

/*END*/

.line-offset {
	line-height: 50%;
}

/*BG*/

.colorAlpha {
	background: rgba(255, 140, 0, .5);
}

.box-shadow {
	box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.2);
}

.light-bg-offset {
	background-color: #bababa;
}

.notation {
	background-color: #e9e9e9;
	color: #74787c;
}

.light-bg {
	background-color: #fff !important;
}

.primary {
	background-color: #202631;
}

.primary-offset {
	background-color: #e8561b !important;
}

div[class^="lines"] {
	background: #b3b3b3;
}

.grayscale {
	filter: saturate(0);
}

/*END*/

/*GENERALE*/

.font-pt {
	font-family: 'PT Sans';
}

.sub-header * {
	color: #777 !important;
}

.uppercase {
	text-transform: uppercase;
}

.p-5 {
	padding: 5% 0 !important;
}

.text-wrap p {
	hyphens: auto;
	text-align: justify;
}

.font-extraSmall {
	font-size: .5em;
}

.font-small {
	font-size: .8em;
}

.font-normal {
	font-size: 1.5em;
}

.font-big {
	font-size: 2em !important;
}

.font-bigger {
	font-size: 2.5em;
}

.font-weight-300 {
	font-weight: 300;
}

.line-height-big {
	line-height: 10vw;
	letter-spacing: -.08em;
}

.opac-30 {
	opacity: .3;
}

.opac-50 {
	opacity: .5;
}

.opac-1 {
	opacity: 1 !important;
}


.gray {
	color: #A19797;
}

.gray-light {
	color: #F3F2F2;
}

.darken {
	color: #616161;
}

.white {
	color: white;
}

.black {
	color: black;
}

.highlight {
	color: #e8561b;
}

.highlight-alpha {
	color: rgba(255, 95, 30, .25);
}

.blueish {
	color: #CCD1CE;
}

.gray-large {
	color: #878D92;
}

.gray-bg {
	color: #E3E3E3;
}

.darken-bg {
	background: #1a1f28;
}

.title-fs-45 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
}

.title-fs-50 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
	text-transform: uppercase;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

section {
	position: relative;
	padding: 96px 0;
}

.offset {
	position: relative;
	margin-top: -10%;
}

.visible-xs {
	display: none;
}

/*.active {border-bottom: solid 2px #e8561b;}*/

.brd-top {
	border-top: 2px solid
}

.border-dots-left {
	border-left: dotted 1px #fff;
}

.border-solid-right {
	border-right: solid 1px #979BA1;
	padding-right: 5px;
	margin-right: 5px;
}

.border-solid-bottom {
	border-bottom: solid 1px #4b4e53;
}

/*END*/

.officeOne a,
.officeTwo a,
.action-bar a,
footer .service a {
	color: #979BA1 !important;
}

.officeOne a:hover,
.officeTwo a:hover,
.action-bar a:hover,
footer .service a:hover{
	color: #e8561b !important;
}

.blockquote-footer {
	color: #a7b5c1;
}


.action-bar {
	font-family: 'Oswald';
	line-height: 18px;
/*	font-size: 20px;*/
}
.action-bar h4 {
	font-size: 20px;
	font-weight: 500;
}

a.navbar-brand,
a.nav-item {
	color: white;
}

.menu-shrink a {
	color: #777 !important;
}

.navbar a:hover,
.navbar-brand:hover h1{
	color: #e8561b !important;
}

.navbar-brand h1 {
	color: #979BA1;
}


footer h4,
.slogan span {
	color: #e8561b;
}

.navbar-nav a {
	line-height: 100px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.menu-shrink a,
.menu-shrink h1 {
	line-height: 50px;
	transition: line-height 1s;
	-webkit-transition: line-height 1s;
}

.titel-site {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 5px;
	font-weight: 400;
}

.contact input,
.contact textarea {
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 400;
}

.contact #submit,
.contact #reset {
	color: inherit;
}

.contact #submit:hover,
.contact #reset:hover {
	background-color: #202631;
	color: inherit;
}


/*TRIANGLE*/

.triangle-topleft {
	padding: 18vw 0;
}

.triangle-topleft::before,
.triangle-topleft::after {
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.triangle-topleft::after {
	border-bottom: 15vw solid #f0f0f0;
	border-left: 100vw solid transparent;
	content: '';
	bottom: -1px;
	left: -1px;
}

.triangle-topleft::before {
	border-top: 15vw solid #f0f0f0;
	border-right: 100vw solid transparent;
	content: '';
	top: -1px;
	right: -1px;
}

.highlight-border {
	border-bottom: 3px solid orange;
}

.hero-sub-titel {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
}

.hero-titel {
	line-height: 100px !important;
	font-weight: 700;
	letter-spacing: -.04em:
}

.hero-discription {
	font-size: 20px;
	font-weight: 400;
	line-height: 200%;
}

.hero {
	font-family: 'Roboto',sans-serif;
}
