/* This stylesheet generated by Transfonter (https://transfonter.org) on March 12, 2018 12:08 PM */

@font-face {
    font-family: 'DINPro_bold';
    src: url('_fonts/DINPro-Bold.woff2') format('woff2'),
        url('_fonts/DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro_light';
    src: url('_fonts/DINPro-Light.woff2') format('woff2'),
        url('_fonts/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro_black';
    src: url('_fonts/DINPro-Black.woff2') format('woff2'),
        url('_fonts/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('_fonts/DINPro-Regular.woff2') format('woff2'),
        url('_fonts/DINPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro_medium';
    src: url('_fonts/DINPro-Medium.woff2') format('woff2'),
        url('_fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	width: 100%;
	height: 100%;
	font-family: 'DINPro' !important;
	color: #3C3C3B;
}

h1 {
	font-size: 2.5rem;
	line-height: 1.6rem;
	font-family: 'DINPro_medium' !important;
	text-transform: uppercase;
	color: #68A0D8;
	margin: 0;
	padding: 0 0 40px 0;
}

h2 {
	font-size: 1.8rem;
	font-family: 'DINPro_light' !important;
	text-transform: uppercase;
	color: #68A0D8;
	margin: 0;
	padding: 0 0 15px 0;
}

h3 {
	font-size: 1.2rem !important;
	line-height: 1.6rem !important;
	font-family: 'DINPro_light' !important;
	text-transform: none !important;
	color: #68A0D8 !important;
	margin: 0 !important;
	padding: 0 0 40px 0 !important;
}

.left {
	float: left;
}

blue {
	color: #68A0D8;
	font-family: 'DINPro_medium' !important;
	font-size: 1.2rem;
}

#instagram {
	position: fixed;
	top: 9%;
	right: -270px;
	width: 350px;
	height: 80px;
	z-index: 9997;
	background: #3C3C3B;
	box-sizing: border-box;
	border-radius: 15px 0 0 15px;
	transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
}

#instagram div {
	/* display: none;*/
	position: relative;
	float: right;
	color: #fff;
	text-transform: uppercase;
}

#instagram:hover {
	transition: 0.4s;
	right: 0;
}

#instagram:hover div {
}

#instagram img {
	width: 40px;
	margin: 20px;
	height: 40px;
	float: left;
}

#main-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 9999 !important;
	text-align: center;
	transition: 0.5s;
	background: transparent;
	display:flex;
	justify-content:center;
	align-items:center;
}

.qualitaet_inhalt img {
	width: 150px;
	height: auto;
	position: absolute;
	right: 0;
	top: -100px;
}

	#mobile-navigation {
		display: none;
	}

	#fullscreen {
		display: none;
	}

#main-navigation.navi_small {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	transition: 0.5s;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.28);
}

#main-navigation ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	transition: 0.5s;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main-navigation ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 0 25px;
	transition: 0.5s;
}

#main-navigation ul li a {
	color: #3C3C3B;
	text-transform: none;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}

#main-navigation .container {
	height: 100%;
}

#main-navigation .container img {
	float: left;
	height: 30%;
	width: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#historie_mobile {
	display: none;
}


#main-navigation ul li a:hover {
	color: #68A0D8;
	transition: 0.3s;
	cursor: pointer;
}

#startseite, #historie, #kontakt {
	
background: rgba(249,249,250,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(249,249,250,1)), color-stop(100%, rgba(225,224,229,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9fa', endColorstr='#e1e0e5', GradientType=1 );
	height: 100%;
	width: 100%;
	position: relative;
}

#impressum {
	
background: rgba(249,249,250,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(249,249,250,1)), color-stop(100%, rgba(225,224,229,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9fa', endColorstr='#e1e0e5', GradientType=1 );
	height: auto;
	width: 100%;
	padding: 250px 0;
	min-height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#digital {
	
background: rgba(249,249,250,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(249,249,250,1)), color-stop(100%, rgba(225,224,229,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9fa', endColorstr='#e1e0e5', GradientType=1 );
	height: auto;
	width: 100%;
	padding: 150px 0;
	position: relative;
	box-sizing: border-box;
	float: left;
}

#digital ul li {
	list-style-type: none;
    padding-left: 30px;
    margin-left: -40px;
    background-image: url(../img/haken.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#startseite .logo {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#startseite img {
	display: block;
	width: 40%;
	margin: 0 auto;
	height: auto;
}

#service {
	width: 100%;
	height: 100%;
	background: url(../img/service.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
    min-height: 1px;
}

#qualitaet {
	width: 100%;
	height: 100%;
	background: url(../img/qualitaet.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
    min-height: 1px;
    float: left;
}

#fuer_sie {
	width: 100%;
	height: 100%;
	background: url(../img/fuer_sie.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
    min-height: 1px;
    float: left;
}

#service .col-lg-4, #qualitaet .col-lg-4, #fuer_sie .col-lg-6 {
	height: 100%;
}

.service_inhalt, .qualitaet_inhalt, .fuer_sie_inhalt {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.2rem;
	color: #3C3C3B;
}

.service_inhalt ul {
	padding: 0 22px;
	margin: 0;
}

.service_inhalt ul li {
	list-style-type: none;
    padding-left: 30px;
    margin-left: -20px;
    background-image: url(../img/haken.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.kontakt_inhalt img {
	width: 90%;
	margin-bottom: 25px;
}

.sameheight {
	vertical-align: top;
}

.kontakt_inhalt {
	position: relative;
	font-size: 1rem;
	color: #3C3C3B;
}

#kontakt input, #kontakt textarea {
	width: 100%;
	height: 35px;
	background: transparent;
	border: 1px solid #68A0D8;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 0.9rem;
}

#kontakt textarea {
	padding: 10px 10px;
	min-height: 120px;
}

#kontakt input:focus, #kontakt textarea:focus {
	outline: none;
}

#kontakt button {
	width: 100%;
	height: 35px;
	background: #212529;
	color: #68A0D8;
	font-size: 1rem;
	cursor: pointer;
	transition: 0.2s;
	border: none;
}

#kontakt button:hover {	
	color: #212529;
	background: #68A0D8;
	transition: 0.2s;
}

#divider {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 16%;
	font-family: 'DINPro_light';
	font-size: 1.6rem;
}

#historie, #kontakt {	
	display:flex;
	justify-content:center;
	align-items:center;
	width: 100%;
}

.historie_punkt {
	display: inline-block;
	width: 18%;
	position: relative;
	text-align: center;
}

.historie_top {
	padding-bottom: 30px;
}

.historie_trennung {
	width: 100%;
	height: 20px;
	background-image: url(../img/pfeil.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.historie_bottom {
	padding-top: 30px;
}

.historie_top .historie_punkt:after {
	height: 30px;
    content: '';
    position: absolute;
    width: 2px;
    background: #3c3c3c;
    left: 50%;
    bottom: -40px;
}

.historie_bottom .historie_punkt:after {
	height: 30px;
    content: '';
    position: absolute;
    width: 2px;
    background: #3c3c3c;
    left: 50%;
    top: -40px;
}

.historie_punkt_end {
	display: inline-block;
	width: 8%;
}

#kontakt a {
	color: #68A0D8;
	text-decoration: none;
	text-transform: none;
	transition: 0.2s;
}

#kontakt a:hover {
	color: #3c3c3c;
	transition: 0.2s;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

#footer {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	position: relative;
}

#footer a {
	text-transform: none;
	text-decoration: none;
	color: #3C3C3B;
	transition: 0.3s;
	padding: 0 25px;
}

#footer a:hover {
	color: #68A0D8;
	transition: 0.3s;
}

@media (min-width: 576px) and (max-width: 1200px) {

	body, html {
		font-size: 26px;
	}

	#main-navigation {
		display: none;
	}

	#mobile-navigation {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 10%;
		background: transparent;
		z-index: 9999;
		display: block;
		transition: 0.3s;
	}

	#mobile-navigation.active_small {
		height: 7%;
		transition: 0.3s;
		background: #fff;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	}

	#mobile-navigation.active_small #hamburger {
		transition: 0.3s;
	}

	#mobile-navigation img {
	    float: left;
	    margin-left: 7%;
	    height: 30%;
	    width: auto;
	    position: relative;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	#hamburger {
		height: 100%;
		position: relative;
		cursor: pointer;
		width: auto;
    	float: right;
    	min-width: 1px;
		transition: 0.3s;
		margin-right: 7%;
	}

	#hamburger .hamburger-inner {
		width: 100px;
	    height: 10px;
	    background: #3C3C3B;
	    display: block;
	    box-sizing: border-box;
	    position: relative;
	    top: calc(50% - 3px);
	    border-radius: 20px;
	    transition: 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#hamburger .hamburger-inner:before {
		content: "";
		width: 100px;
	    height: 10px;
	    background: #3C3C3B;
	    display: block;
	    box-sizing: border-box;
	    position: absolute;
	    top: 20px;
	    border-radius: 20px;
	    transition: 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#hamburger .hamburger-inner:after {
		content: "";
		width: 100px;
	    height: 10px;
	    background: #3C3C3B;
	    display: block;
	    box-sizing: border-box;
	    position: absolute;
	    bottom: 20px;
	    border-radius: 20px;
	    transition: 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#hamburger.active .hamburger-inner {
		width: 100px;
	    height: 10px;
	    background: transparent;
	    display: block;
	    box-sizing: border-box;
	    position: relative;
	    top: calc(50% - 3px);
	    border-radius: 20px;
	    transition: 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#hamburger.active .hamburger-inner:before {
		content: "";
		width: 100px;
	    height: 10px;
	    background: #68A0D8;
	    display: block;
	    box-sizing: border-box;
	    position: absolute;
	    top: 0px;
	    border-radius: 20px;s
	    transition: 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	    transform: rotate(405deg);
	}

	#hamburger.active .hamburger-inner:after {
		content: "";
		width: 100px;
	    height: 10px;
	    background: #68A0D8;
	    display: block;
	    box-sizing: border-box;
	    position: absolute;
	    bottom: 0px;
	    border-radius: 20px;
	    transition: 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	    transform: rotate(-405deg);
	}

	#fullscreen {
		display: none;
		transition: 0.3s;
		opacity: 0;
		width: 0.1%;
		height: 0.1%;
	}

	#fullscreen ul {
		display: block;
		list-style-type: none;
		text-decoration: none;
		text-transform: none;
		margin: 0;
		padding: 0;
	}

	.qualitaet_inhalt img {
	    width: 150px;
	    height: auto;
	    position: absolute;
	    right: 100px;
	    top: 200px;
	}

	#fullscreen ul li {
		list-style-type: none;
		text-decoration: none;
		text-transform: none;
		margin: 0;
		text-align: center;
		padding: 0;
		padding: 20px 0;
	}

	#fullscreen ul li a {
		font-size: 2rem;
		color: #3C3C3B;
		text-transform: none;
		text-decoration: none;
		transition: 0.3s;
	}

	#fullscreen ul li a:hover {
		color: #68A0D8;
		transition: 0.3s;
	}

	#fullscreen.show {
		display:flex;
		justify-content:center;
		align-items:center;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.9);
		z-index: 9998;
		transition: 0.3s;
		opacity: 1;
	}

	.service_inhalt, .qualitaet_inhalt, .fuer_sie_inhalt {
		position: relative;
		font-size: 1.2rem;
		color: #3C3C3B;
		top: 0;
		width: 100%;
		transform: none !important;
		padding: 250px 100px !important;
	}


	#instagram div {
		font-size: 0.6rem;
	}

	#service, #qualitaet, #fuer_sie, #kontakt, #historie_mobile {
		width: 100%;
		height: auto;
		min-height: 1px;
		
background: rgba(249,249,250,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(249,249,250,1)), color-stop(100%, rgba(225,224,229,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(249,249,250,1) 0%, rgba(225,224,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9fa', endColorstr='#e1e0e5', GradientType=1 );
	}

	#kontakt {
		padding: 150px 0 250px 0;
	}

	#historie {
		display: none;
	}

	#historie_mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 150px 100px !important;
	}

	#historie_mobile .inhalt {
		height: auto;
	}

	#historie_mobile .inhalt img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}

	#service .col-lg-4, #qualitaet .col-lg-4, #fuer_sie .col-lg-6 {
		height: auto;
		width: 100%;
	}

	#divider {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    height: auto;
	    font-family: 'DINPro_light';
	    font-size: 1.0rem;
	    padding: 50px 0px;
	    text-align: center;
	    background: #fff;
	}

	#startseite img {
		display: block;
		width: 80%;
		margin: 0 auto;
		height: auto;
	}

	#kontakt .col-sm-12 {
		margin-top: 120px;
	}

	.historie_punkt {
		font-size: 0.5rem;
	}

	h1 {
		line-height: 3rem;
	}

	#kontakt input, #kontakt textarea {
		height: 55px;
		padding: 20px 20px;
	}

	#kontakt button {
		height: 55px;
	}
}


















