@font-face
{
	font-family: 'Payback';
  src: url('../fonts/PaybAck.ttf') format('truetype');
	font-family: 'Fivo';
  src: url('../fonts/FivoSansModern-Regular.otf') format('truetype');
}

*
{
		margin: 0;
}

/* TOPBAR */
.topbar
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    text-transform: uppercase;
    height: 10vh;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		transition: .4s;
}

.topbar .left
{
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 40px;
}


.topbar .menu_toggle .icon
{
    height: 18px;
    width: 26px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.topbar .menu_toggle
{
    border: 0;
    background-color: transparent;
    position: relative;
    outline: 0;
    display: inline-block;
    margin-right: 40px;

}

.topbar .menu_toggle .icon span:nth-child(1)
{
    top: 0;
}

.topbar .menu_toggle .icon span:nth-child(2)
{
    top: 50%;
    margin-top: -1px;
}

.topbar .menu_toggle .icon span:nth-child(3)
{
    bottom: 0;
}

.topbar .menu_toggle .icon span
{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    margin: 0;
    transition: .4s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.topbar * {
    vertical-align: middle;
}

.topbar.menu_open {
		transition: .4s;
}

.topbar.menu_open .menu_toggle .icon span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.topbar.alt .menu_toggle .icon span, .topbar.menu_open .menu_toggle .icon span {
    background-color: #000;
}

.topbar.menu_open .menu_toggle .icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topbar.menu_open .menu_toggle .icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* TOPBAR LOGO */
.topbar .home_link
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60px;
    transition: .2s;
}

.topbar .home_link .logo.oi
{
    width: 60px;
}



.topbar .home_link .logo.mfs {
		margin-top: 15px;
		width: 250px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
}

.topbar .home_link .logo.mfs path{
    fill: black;
}

.topbar .home_link .logo
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



#Ebene_1:hover > g > path
{
	fill: #2EDB84 !important;
}

#Ebene_1:hover > line
{
	stroke: #2EDB84 !important;
}

@media (min-width: 759px)
{

.menu_toggle:hover > .icon > span
{
	background: #2EDB84 !important;
}
}
#Ebene_1 > g > path
{
	transition: .4s ease-in-out;
}

#Ebene_1 > line
{
	transition: .4s ease-in-out;
}



/* Header */
.large-header
{
	position: relative;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to bottom, rgba(0, 61, 91,0.8) 0%, rgba(0, 61, 91,0.8) 59%, rgba(0, 61, 91,0.8) 100%), url("../img/back.jpg") no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	font-family: "Payback";
}

.main-title
{
	width: 90%;
	max-width: 560px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	text-align: center;
}

.description-title {
	text-transform: uppercase;
	position: absolute;
	margin: 0;
	padding: 0;
	color: #2EDB84;
	text-align: center;
	top: 80%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-family: "Fivo";
	font-size: 2em;
}

.demo-1 .main-title,
.demo-3 .main-title {
	text-transform: uppercase;
	font-size: 7em;
	letter-spacing: 0.1em;
}


.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-1 .main-title,
	.demo-3 .main-title,
	.demo-4 .main-title {
		font-size: 3em;
	}

	.demo-2 .main-title {
		font-size: 4em;
	}

	.description-title
	{
		font-size: 1.5em;
	}

	.topbar .left {
	    margin-left: 20px;
	}
}

@media only screen and (max-width: 450px)
{
	.topbar .home_link .logo.oi
	{
	    width: 40px;
	    margin-top: 10px;
	}
}

/* MENU COVER */
.menu_cover
{
		top: 10vh;
		position: fixed;
    width: 0;
    height: 90vh;
    right: 0;
    left: auto;
    overflow: hidden;
    z-index: 999999;
    background: #fff;
}

.menu_cover.show
{
	width: 100vw;
	animation: menu_cover;
	animation-duration: .4s;
}

@keyframes menu_cover
{
	0%
	{
		width: 0vw;
	}
	100%
	{
		width: 100vw;
	}

}

.menu_cover.hide
{
	width: 0vw;
	animation: menu_hide;
	animation-duration: .4s;
}

@keyframes menu_hide
{
	0%
	{
		width: 100vw;
	}
	100%
	{
		width: 0vw;
	}

}

.menu_cover ul {
    position: absolute;
		width: 100%;
		top: 30%;
		padding: 0;
}

.menu_cover ul li {
	text-align: center;
	padding: 15px 0px !important;
}

.menu_cover ul li a {
    color: #271b30;
    text-decoration: none;
    background-color: #2EDB84;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
		font-family: "Fivo";
		font-size: 5vh;
}

.about_us
{
	padding-top: 5%;
	width: 100%;
	background: #f8f8f8;
	float: left;
}

h2
{
	font-family: "Fivo";
	text-align: center;
	color: #2EDB84;
	font-size: 2rem;
}

@media only screen and (max-width : 768px)
{
	h2
	{
		font-size: 1.5em;
	}
}
.des_header
{
	position: relative;
	margin: 0 auto;
	padding: 0.7rem;
}

body
{
		overflow: auto;
}

.des_main
{
	position: relative;
	float: right;
	width: 45%;
	background: #f8f8f8;
	padding-top: 6%;
	padding-right: 5%;
}

.des_main span
{
	font-family: Fivo;
	font-size: 23px;
	line-height: 1.3;
}

.des_main_inner
{
	padding: 7%;
	padding-top: 0;
	padding-left: 0;
}


.des_pic
{
	position: relative;
	float: left;
	background: #f8f8f8;
	padding: 4% 10%;
}

.des_pic_inner
{
	width: 350px;
	float: right;
}

.des_pic img
{
	width: 350px;
}

.services
{
	padding-top: 5%;
	width: 100%;
	background: #f8f8f8;
	float: left;

}

.services_desc
{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
  padding-top: 64px;
	justify-content: center;
	margin-bottom: 150px;
}

figure.snip1477 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 450px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h2 {
  font-weight: 400;
	font-family: "Fivo";
	color: white;
	font-size: 1.5em;
	padding: 5px 10px;
	background: black;
}
figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #2EDB84;
  padding: 5px 10px;
  color: white;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* Demo purposes only */
body {
  background-color: #212121;
}

.index-contact
{
	width: 100%;
  height: 580px;
  background: rgb(0, 61, 91);
  float: left;
  text-align: center;
  padding-top: 100px;
	position: relative;
}

.index-contact h1
{
  font-size: 50px;
  font-family: 'Fivo';
  color: white;
  text-transform: uppercase;
  padding-bottom: 80px;
	padding-left: 12px;
    padding-right: 12px;
}

.index-contact a
{
  color: white;
  background-color: #07da85;
  border-color: transparent;
    background-image: none;

    padding: 24px 40px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-family: Fivo;
    text-transform: uppercase;
}

#impressum
{
	position: absolute;
	bottom: 0;
	padding-bottom: 12px;
	text-align: center;
}

#innner-im
{
	position: relative;
	width: 100%;
	text-align: center;
}

.impressum
{
	padding-top: 200px;
	font-family: "Fivo";
	color: white;
	font-size: 18px;
}

.center-content p
{
	font-family: "Fivo";
	color: white;
	font-size: 20px;
}

.impressum span:hover
{
	color: #07da85;
	cursor: pointer;
}
@media (max-width: 759px)
{

  .contact-alert
  {
    width: 60% !important;
  }

  .close_wrapper
  {
    background-size: 40px;
    width: 60px;
    height: 60px;
    float: right;
  }

.input-short
{
    padding-left: 24px;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 20px;
    font-family: gibsonsemibold,sans-serif !important;
    height: 120px;
    background-color: hsla(0,0%,100%,.3);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: white;
    margin-right: 5%;
    width: 80%;

    margin-bottom: 5px;
  }

  .drop
  {
    width: 100% !important;
    width: 37.5%;
  }

  .des_pic img
  {
    width: 200px;
  }

  .des_pic
  {
    display: none;
  }

  .des_main
  {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .des_main_inner
  {
    text-align: center;

    padding: 7%;
  }

  .des_main_inner span
  {
    font-size: 18px;
  }

  figure.snip1477 h2 {
    font-size: 1em;
  }

  figure.snip1477
  {
    margin: 15px 7%;
  }

  .services_desc
  {
    padding-top: 16px;
  }

  .about_us
  {
    padding-top: 20%;
  }

  nav ul
  {
    flex-direction: column;
  }

  .header_wrapper h3
  {
    font-size: 30px;
  }

}


@media (min-width: 1600px)
{

  .center-content h1
  {
    font-size: 50px;
  }
  .flucht
  {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .detail_header
  {
    text-transform: uppercase;
    font-size: 3.5em;
  }

  .header-wrapper
  {
    position: absolute;
    left: 120px;
    top: 20vh;
    z-index: 99;
  }
}

@media (max-width: 767px)
{

  .quote_wrapper
  {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .content1
  {
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-top: 36px !important;
  }

  .content_detail_wrapper
  {
    padding: 0;
  }

  .content1 h3
  {
    margin-bottom: 30px;
  }

  .contact_wrapper h1
  {
    font-size: 30px;
  }

  .index-contact h1
  {
    font-size: 30px;
  }
}

@media (max-width: 1000px)
{
  .close_wrapper
  {
    background-size: 40px;
    width: 60px;
    height: 60px;
    float: right;
  }

.input-short
{
    padding: 12px 24px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 24px !important;
    font-family: gibsonsemibold,sans-serif !important;
    height: 60px !important;
    background-color: hsla(0,0%,100%,.3);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: white;
    margin-right: 5%;
    width: 80%;

    margin-bottom: 5px;
  }

  .center-content h1
  {
    font-family: "Fivo";
    font-size: 50px;
    color: white;

  }

  .center-content
  {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .imp-center
  {
    margin-top: 3vh;
  }

  .im1
  {
    font-size: 40px !important;
  }

  .center-content span
  {
    font-size: 20px !important;
  }

  .center-content p
  {
    font-size: 18px !important;
  }

  .mt
  {
    margin-top: 360px !important;
  }
}
.thumb a {
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("poly.png");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("poly.png");
    background-size: 0, cover;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.thumb:hover a {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}
.thumb a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}
.thumb a span {
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font: bold 12px/36px "Open Sans";
    text-align: center;
    -webkit-transform: rotateX(-89.99deg);
            transform: rotateX(-89.99deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    z-index: 1;
}
.thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.15;
    -webkit-transform: rotateX(95deg) translateZ(-80px) scale(0.75);
            transform: rotateX(95deg) translateZ(-80px) scale(0.75);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}

.thumb:hover a:before {
    opacity: 1;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotateX(0) translateZ(-60px) scale(0.85);
            transform: rotateX(0) translateZ(-60px) scale(0.85);
}
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);
body {
  background-color: #fff
}

.home {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(https://images.unsplash.com/photo-1446771326090-d910bfaf00f6?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=9216e1a8598a8530ce329b41a8f3725d);
  background-size: cover;
  background-position: center center;
}


/* ====================================
Navigation
==================================== */

.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  top: 10vh;
  transform: translateY(-100%);
}

.overlay-slide-down {
  transition: all .4s ease-in-out;
  transform: translateY(0)
}

.overlay-slide-up {
  transition: all .8s ease-in-out;
  transform: translateY(-120%)
}

nav,
nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transform: translateY(-100%);
}

nav li a {
  position: relative;
  top: 46%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Fivo', sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}

nav li a:before {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: all .2s linear;
}

nav li a:after {
  content: attr(data-content);
  font-size: 0.8em;
  transition: all .2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: 'Fivo', serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
}

nav li a:hover:before {
  transform: translateX(0);
  opacity: 1;
}

nav li a:hover:after {
  transform: translateY(15px);
  opacity: 1;
}

nav li:nth-of-type(1){background-color: #003d5b}
nav li:nth-of-type(2){background-color: #2EDB84}
nav li:nth-of-type(3){background-color: #003d5b}
nav li:nth-of-type(4){background-color: #2EDB84}

.slide-in-nav-item {
  animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-delay-1 {
  animation: slide-in-nav-item 0.4s linear 1 .4s both;
}

.slide-in-nav-item-delay-2 {
  animation: slide-in-nav-item 0.4s linear 1 .6s both;
}

.slide-in-nav-item-delay-3 {
  animation: slide-in-nav-item 0.4s linear 1 .8s both;
}

.slide-in-nav-item-delay-4 {
  animation: slide-in-nav-item 0.4s linear 1 1s both;
}

.slide-in-nav-item-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .5s both;
}

.slide-in-nav-item-delay-1-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .4s both;
}

.slide-in-nav-item-delay-2-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .3s both;
}

.slide-in-nav-item-delay-3-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}

.slide-in-nav-item-delay-4-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 both;
}


/* ====================================
Burger king
==================================== */

.open-overlay {
  position: absolute;
  right: 5rem;
  top: 3.2rem;
  z-index: 100;
  width: 34px;
  display: block;
  cursor: pointer;
}

.open-overlay span {
  display: block;
  height: 1px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 8px;
}

.animate-top-bar {
  animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
  animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
  animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
  animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
  animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
  animation: animate-out-middle-bar .6s linear 1 both
}


/* ====================================
Animation keyframes
==================================== */

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes animate-top-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-bottom-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-middle-bar {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #29363B;
  }
}

@keyframes animate-out-top-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #29363B
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@keyframes animate-out-bottom-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #29363B;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@keyframes animate-out-middle-bar {
  0% {
    background-color: #29363B
  }
  80% {
    background-color: #29363B;
  }
  100% {
    background-color: #fff;
  }
}
.home a{
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top:50px;
  left:50px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  nav ul li a {
    font-size: 11px;
  }
  nav li a:after {
    font-size: 0.6rem;
  }
  .open-overlay {
    right: 1rem;
  }
  nav li a:before {
    width: 15px;
  }
}

.overlay-contact-form
{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 61, 91);
  padding-top: 100px;
  opacity: 0;
  z-index: -99;
}

.center-content
{
  padding-left: 200px;
  padding-right: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
}

.center-content h1
{
  font-family: "Fivo";
  font-size: 40px;
  color: white;

}
.topbar
{
  background: rgb(0, 61, 91);
}

.detail_top_wrapper
{
  width: 100%;
  height: 40vh;
  background: rgb(0, 61, 91);
  margin-top: 10vh;
  background: linear-gradient(to bottom, rgba(0, 61, 91,0.9) 0%, rgba(0, 61, 91,0.9) 59%, rgba(0, 61, 91,0.9) 100%), url(../img/digital_big.jpg);
  background-position: center;
}

.header_wrapper
{

  padding-top: 10vh;
  text-align: center;
}

.header_wrapper h3
{
  font-size: 50px;
  font-family: 'Fivo';

}

.white
{
  color: white;
}

.green
{
  color: #2EDB84;
}

.content_quote
{
  text-align: center;
}

.content_quote h4
{
  font-size: 25px;
  font-family: "Fivo";
  color: rgb(0, 61, 91);
  font-weight: lighter;
}

.quote_wrapper
{
  padding: 80px;
  padding-left: 240px;
    padding-right: 240px;
}

.content_detail_wrapper
{
  padding: 80px;
  padding-left: 200px;
  padding-right: 200px;
  display: table;
  clear: both;
}

@media (min-width: 992px)
{
  .content1
  {
    float: left;
    width: 40%;
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 80px;
    margin-top: 60px;
  }
  .content1 h3
  {
    font-family: Fivo;
    font-size: 24px;
    text-transform: uppercase;
    color: #2EDB84;
    margin-bottom: 30px;
  }

  .content1 p
  {
    color: rgb(0, 61, 91);
    font-family: "Fivo";
    font-size: 18px;
    line-height: 1.25em;
  }
}

.content1
{
  padding-bottom: 30px;
}

.content1 h3
{
  font-family: Fivo;
  text-transform: uppercase;
  color: #2EDB84;
  margin-top: 25px;
}

.content1 p
{
  color: rgb(0, 61, 91);
  font-family: "Fivo";
}

.contact_wrapper
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 90px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-bottom: 200px;
  background: rgb(0, 61, 91);
}

.contact_wrapper h1
{
  font-size: 50px;
  font-family: 'Fivo';
  color: white;
  text-transform: uppercase;
  padding-bottom: 80px;
}

.contact_wrapper a
{
  color: white;
  background-color: #07da85;
  border-color: transparent;
    background-image: none;

    padding: 24px 40px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-family: Fivo;
    text-transform: uppercase;
}

@media (min-width: 1600px)
{
  .contact_wrapper
  {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
}

.fadein {
  opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadein.in-view
{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.input-short
{
  padding-left: 24px;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 24px !important;
  font-family: gibsonsemibold,sans-serif !important;
  height: 70px !important;
  background-color: hsla(0,0%,100%,.3);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: white;
  margin-right: 5%;
  width: 35%;
  font-family: "Fivo";
}

.input-short:active
{
  outline: none;
}

.input-short:focus
{
  outline: none;
}

.input-short::placeholder
{
  color: white;
  font-family: "Fivo";
}

.drop
{
  background: hsla(0,0%,100%,.3) url(../img/drop-down-arrow.svg) no-repeat right 30px center;
  background-size: 13px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  width: 36.5%;
}

.drop option
{
  color: black;
}

.input-ta
{
  line-height: 1.5;
  resize: none;
  min-height: 300px;
  width: 75%;
}

.overlay-contact-form
{
  overflow: scroll;
  transition: opacity 1000ms ease-out;
}

.wa-btn
{
  color: white;
  background-color: #07da85;
  border-color: transparent;
    background-image: none;

    padding: 24px 40px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-family: Fivo;
    text-transform: uppercase;
}

.close_wrapper
{
  background: url(../img/cross-out.svg) no-repeat right 13px center;
  background-size: 25px;
  width: 45px;
  height: 45px;
  float: right;
  cursor: pointer;
}

.contact-alert
{
  max-height: 150px;
  background: #2EDB84;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 20px;
  font-family: "Fivo";
  color: white;
  width: 25%;
  text-align: center;
  display: none;
}


.contactFadeIn
{
  animation-name: alertfade;
  animation-duration: 0.5s;
  display: block;
}

@keyframes alertfade
{
  0%
  {
    margin-left: -100vw;
  }
  100%
  {
    margin-left: 20px;
  }
}

.contactError
{
  font-family: "Fivo";
  font-size: 20px;
  color: #FB3640;
  opacity: 0;
}

.contactNote
{
	font-family: "Fivo";
  font-size: 20px;
  color: white;
}

.contactNote a 
{
	color: #07da85;
}

.reset-this {
    padding: 0 !important;
    background: none !important;

}
.bb, .bb::before, .bb::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.bb {
width: 200px;
height: 200px;
margin: auto;
background: url("../img/WA.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
color: #2EDB84;
box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}
.bb::before, .bb::after {
content: '';
z-index: -1;
margin: -5%;
box-shadow: inset 0 0 0 2px;
animation: clipMe 8s linear infinite;
}
.bb::before {
animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before {
background-color: rgba(105, 202, 98, 0.3);
}

@keyframes clipMe {
0%, 100% {
clip: rect(0px, 220px, 2px, 0px);
}
25% {
clip: rect(0px, 2px, 220px, 0px);
}
50% {
clip: rect(218px, 220px, 220px, 0px);
}
75% {
clip: rect(0px, 220px, 220px, 218px);
}
}

.backg {
height: 100%;
}

.backg {
position: relative;
background: linear-gradient(to bottom, rgba(0, 61, 91,1) 0%, rgba(0, 61, 91,1) 59%, rgba(0, 61, 91,1) 100%), url(../img/back.jpg) no-repeat;
z-index: 100000;
}

*,
*::before,
*::after {
box-sizing: border-box;
}

.loader_wrapper
{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 1;
  transition: opacity 1000ms ease-out;
}


body
{
  overflow: hidden;
}


@media screen and (orientation:landscape) and (max-width : 768px) {
   .topbar
   {
    height: 15vh;
   }

   .topbar .home_link .logo.oi {
    width: 45px;
}

.topbar .home_link {
    height: 45px;
  }
}

@font-face
{
	font-family: 'Fivo';
  src: url('../fonts/FivoSansModern-Regular.otf') format('truetype');
}

body,
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f5f4f4;
  font-size: 13px;
  font-family: 'Fivo';
}
@supports (display: grid) {
  body,
  html {
    display: block;
  }
}

.message {
  border: 1px solid #d2d0d0;
  padding: 2em;
  font-size: 1.7vw;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
          box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
}
@supports (display: grid) {
  .message {
    display: none;
  }
}

.section {
  display: none;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 4rem 18rem;
  }
}
@supports (display: grid) {
  .section {
    display: block;
  }
}

h1 {
  font-size: 2rem;
  margin: 0 0 1.5em;
}

.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-auto-rows: 120px;
  grid-auto-flow: row dense;
}

.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0c9a9a;
  color: #fff;
  grid-column-start: auto;
  grid-row-start: auto;
  color: #fff;
  background: url("../constantia1.png");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
          box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
  counter-increment: item-counter;
}

.item:nth-of-type(1n) {
  background-image: url("../img/customer/constantia1.png");
}

.item:nth-of-type(2n) {
  background-image: url("../img/customer/fundament.png");
}


.item:nth-of-type(3n) {
  background-image: url("../img/customer/georgenbrau.png");
}
.item:nth-of-type(4n) {
  background-image: url("../img/customer/kramermanufaktur.jpg");
}

.item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.item:hover:after {
  opacity: 0;
}
.item--medium {
  grid-row-end: span 2;
}
.item--large {
  grid-row-end: span 3;
}
.item--full {
  grid-column-end: auto;
}
@media screen and (min-width: 768px) {
  .item--full {
    grid-column: 1/-1;
    grid-row-end: span 2;
  }
}
.item__details {
  position: relative;
  z-index: 1;
  padding: 15px;
	background: #2EDB84;
    color: white;
  font-size: 14px;
  text-transform: uppercase;
}
.item__details:before {
  font-weight: bold;
  font-size: 1.1rem;
  padding-right: 0.5em;
  color: #444;
}

@media (max-width: 759px)
{
	.resp-min
	{
		background-size: 85%;
	}
	
	.grid
	{
		grid-template-columns: none;
	}

  .input-short
  {
    width: 100%;
  }
}

.overlay-imp
{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 61, 91);
  padding-top: 100px;
  overflow: scroll;
}

@media (max-width: 759px)
{

  .contact-alert
  {
    width: 60% !important;
  }

  .close_wrapper
  {
    background-size: 40px;
    width: 60px;
    height: 60px;
    float: right;
  }

.input-short
{
    padding-left: 24px;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 20px;
    font-family: gibsonsemibold,sans-serif !important;
    height: 120px;
    background-color: hsla(0,0%,100%,.3);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: white;
    margin-right: 5%;
    width: 80%;

    margin-bottom: 5px;
  }

  }