@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 {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
		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.alt .home_link .logo.oi, .topbar.menu_open .home_link .logo.oi
{
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.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;
}

.topbar.alt .home_link .logo.mfs, .topbar.menu_open .home_link .logo.mfs {
    -webkit-transform: rotateX(0) translateZ(38px);
    transform: rotateX(0) translateZ(38px);
}

#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: 500px;
  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;
}
