@charset "UTF-8";
@import url(font-awesome.min.css);
@import url(nav.css);
@import url(wrapper.css);
@import url(spotlight.css);
@import url(kontakt.css);
@import url(dsgvo.css);
@import url(modal.css);
@import url(zusatz.css);


@font-face {
  font-family: 'Josefin_Sans';
  src: url('../fonts/Josefin_Sans/static/JosefinSans-Light.ttf');
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

/* Reset */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
	scroll-behavior: smooth;
}



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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

main {
	margin-top: 80vh;
}

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

body {
  background: #fff;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

h1 {
  font-family: 'Josefin_Sans', sans-serif;
  font-size: 2em;
  margin: 0.67em 0;
	font-weight: normal;
}

h2 {
  font-family: 'Josefin_Sans', sans-serif;
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-family: 'Josefin_Sans', sans-serif;
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-family: 'Josefin_Sans', sans-serif;
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-family: 'Josefin_Sans', sans-serif;
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-family: 'Josefin_Sans', sans-serif;
  font-size: 0.75em;
  margin: 2.33em 0;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  margin: 1.33em 0;
}

b {
  font-weight: bold;
}

h1.chain {
  text-align: center;
  text-transform: uppercase;
  color: #353738;
  letter-spacing: .1em;
  font-size: 3.5em;
  font-weight: 100;
  padding-top: 100px;
	line-height: 5rem;
}

h1.frame {
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  color: #00305d;
  letter-spacing: .1em;
  font-size: 3.5em;
  font-weight: 600;
  top: 23%;
  left: 26.5%;
  /* background: #fff; */
  padding: 3rem;
	padding-top: 100px;
  width: 50rem;
}

h2.frame {
  text-align: center;
  text-transform: uppercase;
  color: #353738;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 65px;
  margin-top: 70px;
}

h2.mech {
  text-align: center;
  text-transform: uppercase;
  color: #353738;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5em;
}

h2.mech2 {
  text-align: center;
  text-transform: uppercase;
  color: #353738;
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: 600;
  padding: 5em 2rem 0;
	line-height: 4rem;
}

h2.front-frame {
  text-align: center;
  text-transform: uppercase;
  color: #353738;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 65px;
}

a {
  text-decoration: none;
}

/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover, a:focus {
  outline: 0;
}

p {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 14px;
  color: #848789;
  font-weight: 300;
  word-spacing: 2px;
  line-height: 1.8em;
  margin-top: 25px;
}

p.text-intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.titelbild {
	width: 100%;
	height: 80vh;
	object-fit: cover;
	position: fixed;
	z-index: -5;
}

.white_bg {
  background-color: #fff;
}

.grey {
  background-color: #f8f8f8;
}

.blue {
  background-color: #327eca;
}

.dark_blue {
  padding-top: 5rem;
  background-color: #00305d;
}

h1.white, h2.white, p.white {
  color: #fff;
}

.intro {
  padding: 10% 15%;
}

.intro2 {
  padding: 2.5% 15% 2.5%;
}

.intro3 {
  padding: 2.5% 15% 7.5%;
}

.intro h1, .intro3 h1 {
  margin-top: -65px;
}

.number {
  width: 100px;
  position: absolute;
  top: 3rem;
  left: -2.5rem;
  z-index: -1;
  font-size: 10rem;
  color: #eff2f5;
}

.shadow {
  box-shadow: 10px 10px 15px silver
}

.flexx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}



@media (max-width:1024px) {
  .flexx {
    flex-direction: column;
  }
	
	
	
	.bg_back {
  display: none;
}
	
	h1.frame {
		left: 0;
		width: 100%;
		text-align: center;
		padding: 100px 0 0 0;
	}
}



.section-text {
  position: relative;
  height: 400px;
}

.section-text p {
  padding: 0 5rem;
  text-align: left;
}


.thin-sep-horizont {
  height: 1px;
  background-color: #00305d;
  width: 50px;
  margin: 8% auto 0 auto;
}

.thin-sep-vertical {
  height: 1px;
  background-color: #00305d;
  width: 50px;
  margin: 0 auto 3%;
  transform: rotate(90deg);
  /* animation: upAnddown alternate infinite 3s; */
}

.thin-sep-vertical-white {
  height: 1px;
  background-color: #fff;
  width: 50px;
  margin: 5% auto 2.5%;
  transform: rotate(90deg);
  /* animation: upAnddown alternate infinite 3s; */
}

.section-1 {
  background: url(../img/b_02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
  position: relative;
}

.section-2 {
  background: url(../img/d_01.jpg) no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
  position: relative;
}





.bg_back {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("../img/back_02.jpg");
  opacity: 0.15;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg_back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/back_03.jpg");
  opacity: 0.4;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg_back3 {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("../img/pfeile.jpg");
  opacity: 0.3;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
	

}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width:1025px) {
	
	.intro {
  padding: 10% 25%;
}
	
	.intro3 {
  padding: 10% 25%;
}
	
	.section-4 {
  background: url(../img/zahnrad2.jpg) no-repeat center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}
	
	.section-3 {
  background: url(../img/work.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
  position: relative;
}
	
  .col-md-4, .col-md-8, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-8 {
    width: calc(100%/1.5)
  }

  .col-md-4 {
    width: calc(100%/3)
  }
}



@media (max-width:700px) {
	
	h1.chain {
		line-height: 3rem;
	}
	
	h1.frame {
		font-size: 2rem;
	}
	
	h1.chain {
		font-size: 2rem;
	}
}

.box-animate-fadeIn {
  opacity: 0;
}

.visible {
  opacity: 1;
  animation: fadeInUp .75s ease-in-out;
}



@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes upAnddown {
  from {
    transform: translateY(0) rotate(90deg)
  }

  to {
    transform: translateY(100px) rotate(90deg)
  }
}

footer {
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
	color: #aaa;
}

footer a {
	color: #aaa;
}

footer p {
  font-size: 1em;
  color: #aaa;
}

.footercontainer {
  width: 60%;
  margin: 3em auto;
}

.footer-leftcol p {
  text-align: left;
}

.footer-midcol {
  margin-left: auto;
  margin-right: auto;
}

.footer-midcol ul {
  text-align: center;
  padding: 0;
}

.footer-midcol li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.footer-midcol li a {
  opacity: 1;
}

.footer-midcol li a:hover {
  opacity: 0.5;
}

@media (max-width:480px) and (orientation: portrait) {
	h2.mech {
		padding-top: 0px;
		max-width: 70%;
		margin: 0 auto;
	}
	
	h2.mech2 {
		padding-top: 100px;
	}
	
	.box-animate-fadeIn {
  opacity: 1;
}
	
	@keyframes fadeInUp {
  0% {
    opacity:1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes upAnddown {
  from {
    transform: translateY(0) rotate(90deg)
  }

  to {
    transform: translateY(0) rotate(90deg)
  }
}
	
	
	
	
	.section-text {
		height: 500px;
	}
	
	.flexx > div:nth-child(2) {
		padding-top: 100px;
		margin-bottom: 100px;
	}
	
	.section-2 {
		height: 300px;
	}
	
	.section-1 {
		height: 300px;
		
	}
	
	p {
		text-align: left;
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	
}


@media screen and (max-width: 823px) and (orientation: landscape) {
	h2.mech {
		padding-top: 0px;
		max-width: 70%;
		margin: 0 auto;
	}
	
	h2.mech2 {
		padding-top: 100px;
	}
	
	.box-animate-fadeIn {
  opacity: 1;
}
	
	@keyframes fadeInUp {
  0% {
    opacity:1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes upAnddown {
  from {
    transform: translateY(0) rotate(90deg)
  }

  to {
    transform: translateY(0) rotate(90deg)
  }
}
	
	
	
	.section-text {
		height: 300px;
	}
	
	.flexx > div:nth-child(2) {
		padding-top: 100px;
		margin-bottom: 100px;
	}
	
	.section-2 {
		height: 300px;
	}
	
	.section-1 {
		height: 300px;
		
	}
	
	p {
		text-align: left;
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	
	h1.frame {
		    padding: 50px 0 0 0;
	}

	
	