/*
	Theme Name: Onepager - css
	Description: Nach einer Vorlage von PSD-Tutorials.de
*/


/* FONTS { A set of 250+ carefully crafted pictograms by Daniel Bruce. }
----------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'entypo';
	font-style: normal;
	font-weight: normal;
	src: url('font/entypo.eot');
	src: url('font/entypo.eot?#iefix') format('eot'),
	url('font/entypo.woff') format('woff'),
	url('font/entypo.ttf') format('truetype'),
	url('font/entypo.svg#entypo') format('svg');
}

[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}

.entypo-down-open-big:before {
	content: "\e764";
}

.entypo-paper-plane:before {
	content: "\e79b";
}

.entypo-location:before {
	content: "\e724";
}

.entypo-phone:before {
	content: "\1f4dE";
}

.entypo-heart-pty:before {
	content: "\2661";
}

.entypo-user:before {
	content: "\1f464";
}

.entypo-pencil:before {
	content: "\270e";
}

.entypo-menu:before {
	content: "\2630";
}

.entypo-facebook:before {
	content: "\f30c";
}

.entypo-gplus:before {
	content: "\f30f";
}

.entypo-twitter:before {
	content: "\f309";
}

.entypo-instagrem:before {
	content: "\f32d";
}

.entypo-behance:before {
	content: "\f34e";
}

.entypo-dribbble:before {
	content: "\f31b";
}

.entypo-github:before {
	content: "\f300";
}

.entypo-linkedin:before {
	content: "\f318";
}

.entypo-skype:before {
	content: "\f339";
}

.entypo-tools:before {
	content: "\2692";
}

.entypo-clock:before {
	content: "\1f554";
}

.entypo-briefcase:before {
	content: "\1f4bc";
}

.entypo-left-open-big:before {
	content: "\e765";
}

.entypo-right-open-big:before {
	content: "\e766";
}

.entypo-plus-square:before {
	content: "\229e";
}


/* CSS-BASIC
----------------------------------------------------------------------------------------- */

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

html,
body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #555;
/*
	font-family: 'Domine', serif;
	font-family: Georgia, "Times New Roman", Times, serif;
*/
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
ul,
ol {
	margin-bottom: 30px;
}

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*
	font-family: 'Montserrat', sans-serif;
*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 30px;
	text-rendering: optimizeLegibility;
}

a {
	border-bottom: 1px dotted #ccc;
	color: #4180a2;
	padding-bottom: 2px;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	opacity: .8;
}

b,
strong {
	font-weight: 700;
}

q,
blockquote {
	background: #eee;
	border-left: 5px solid #aaa;
	display: block;
	margin: 60px 0 30px;
	padding-left: 20px;
	text-indent: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

embed,
img,
object {
	max-width: 100%;
}

img {
	height: auto;
	-ms-interpolation-mode: bicubic;
}

figure {
	margin: 0;
}

hr {
	border: 0;
	border-top: 1px solid #ddd;
	display: block;
	height: 1px;
	margin: 30px 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

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

.clear:after {
	clear: both;
}

::-moz-selection {
	background: #4180a2;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #4180a2;
	color: #fff;
	text-shadow: none;
}

/* CSS-EXTRAS
----------------------------------------------------------------------------------------- */

.button {
	border: 0;
	background: #555;
	color: #fff;
	display: inline-block;
/*
	font-family: 'Montserrat', sans-serif;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 10px 20px;
}

.button:hover {
	opacity: .8;
}

.ghost {
	border: 1px solid #555;
	background: transparent;
	color: #555;
}

.hide {
	display: none;
}

.table {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 20;
}

.cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
	position: relative;
}

.top {
	background: #a4a4a4 url(img/icons/top-arrow.svg) no-repeat center 50%;
	border: 0;
	bottom: 20px;
	display: inline-block;
	height: 40px;
	opacity: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	width: 40px;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.top.is-visible {
	opacity: 1;
	visibility: visible;
}

.top.fade-out {
	opacity: .5;
}

.no-touch .top:hover {
	opacity: 1;
}

/* CSS-LAYOUT
----------------------------------------------------------------------------------------- */

.site-navigation,
.site-header,
.site-business,
.site-partner,
.site-contact,
.site-impressum,
.site-footer {
	float: left;
	text-align: center;
	width: 100%;
}

.site-business,
.site-contact,
.site-impressum {
	padding: 89px 0 52px;
}

.site-partner {
	padding: 89px 0 32px;
}

.site-business h2,
.site-partner h2,
.site-contact h2,
.site-impressum h2 {
	background: #555;
	font-size: 1.8rem;
	height: 1px;
	margin: 0 0 71px;
	width: 100%;
}

.site-business h2 span,
.site-partner h2 span,
.site-contact h2 span,
.site-impressum h2 span {
	background: #fff;
	border: 1px solid #555;
	border-bottom-width: 2px;
	color: #555;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	top: -22px;
	text-align: center;
}

/* PRELOADER ---------------------------------------------------------------------------- */

.site-preloader {
	background: rgba(0,0,0,1.0);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999 !important;
}

.loading {
	text-align: center;
}

.loading h3 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0 0 20px;
}

.loading h3 {
	-webkit-animation: loading 0.5s ease infinite;
	-moz-animation: loading 0.5s ease infinite;
	animation: loading 0.5s ease infinite;
}

@-webkit-keyframes loading {
	0% { opacity: 0.25; }
	50% { opacity: 1; }
	100% { opacity: 0.25; }
}

@-moz-keyframes loading {
	0% { opacity: 0.25; }
	50% { opacity: 1; }
	100% { opacity: 0.25; }
}

@keyframes loading {
	0% { opacity: 0.25; }
	50% { opacity: 1; }
	100% { opacity: 0.25; }
}

/* NAVIGATION --------------------------------------------------------------------------- */

.site-navigation {
	background: #fff;
/*
	font-family: 'Montserrat', sans-serif;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 5.75rem;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 9999;
}

.site-navigation .container {
	padding: 0;
}

.site-logo {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 5.75rem;
	margin: 2px 0 0 20px;
}

.site-logo a span {
	color: #555;
	font-weight: 400;
}

.site-logo a {
	border: 0;
	color: #555;
	padding: 0;
}

.site-logo a:hover span,
.site-logo a:hover {
	color: #555;
	opacity: 1;
}

.open-menu {
	border: 0;
	color: #555;
	display: block;
	font-size: 2rem;
	height: 59px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0px;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

.open-menu span {
	position: relative;
	top: 2px;
}

.site-menu {
	background: #284e62;
	display: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-menu li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

.site-menu a {
	border: 0;
	color: #cccccc;
	display: block;
	padding: 0;
}

.site-menu a:hover,
.site-menu a.active,
.site-menu li.current a {
	background: #4180a2 !important;
	color: #fff !important;
	opacity: 1 !important;
}

/* HEADER ------------------------------------------------------------------------------- */

.site-header {
	background: url(img/header/header-background_small.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 55px 0 60px;
	position: relative;
	top: 0;
	z-index: 10;
}

.site-header.table {
	height: auto;
}

.site-header-overlay {
	background: rgba(0,0,0,0.4);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.hgroup {
	position: relative;
	z-index: 40;
}

.site-header .logo-image {
	height: 70px; margin-bottom: -30px; max-width: 90px;
}

.site-header h1 {
	font-size: 2.6rem;
	margin: 0 0 20px;
}

.site-header h1 span {
	display: block;
/*
	font-family: 'Domine', serif;
	font-family: Georgia, "Times New Roman", Times, serif;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 5px;
}

.site-header .ghost {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 12px 20px 12px;
}

.site-header .ghost:hover {
	background: #fff;
	border-color: transparent;
	color: #555;
	opacity: 1;
}

.site-header .business-link {
	display: none;
}

.site-header .impressum-link {
	display: none;
}

/* BUSINESS -------------------------------------------------------------------------------- */

.site-business {
	background: #fff;
	position: relative;
}

.site-business h3 {
	font-size: 1.8rem;
	margin: 0 0 20px;
}

.site-business h3 span {
	margin-right: 5px;
}

.business-text,
.business-image {
	float: left;
	margin: 0;
	width: 100%;
}

.business-text {
	margin-top: -18px;
	margin-bottom: 30px;  
}

.business-image {
	margin-top: 20px;
	margin-bottom: 25px;
}

.business-image img {
	max-width: 80%;
}

.business-text p {
	font-size: 1.5rem;
	line-height: 2.6rem;
}

figure {
	position: relative;
	margin: 0;
	width: 10px;
	background: white;
}

figcaption {
	padding: 0px;
    margin-top: 1rem;
	font-size: 1.5rem;
	font-style: italic;
	text-align: center;
}

/* PARTNER ---------------------------------------------------------------------------- */

.site-partner {
	background: #f6f6f6;
/*	font-size: 1.2rem; */
	overflow: hidden;
}

.site-partner h3 {
	font-size: 1.8rem;
	margin: 0 0 20px;
}

.site-partner h3 span {
	margin-right: 5px;
}

.site-partner p {
	font-size: 1.5rem;
	line-height: 2.6rem;
	margin-bottom: 0;
}

.site-partner strong {
	display: block;
}

#mixitup {
	font-size: 0;
	text-align: justify;
}

#mixitup:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#mixitup .mix,
#mixitup .gap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

#mixitup .mix {
	text-align: left;
	margin-bottom: 30px;
	display: none;
}

#mixitup .mix:before{
	content: '';
	display: inline-block;
}

.site-partner .displayed {
	width: 100%;
	max-width: 360px;
}

.site-partner .legend {
	font-style: italic;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

/* CONTACT ------------------------------------------------------------------------------ */

.site-contact {
	background: #fff;
}

.site-contact h3 {
	font-size: 1.8rem;
/*	margin-bottom: 10px;
	text-align: center; */
	margin: 0 0 20px;
}

.site-contact h3 span {
	margin-right: 5px;
}

.site-contact p {
	font-size: 1.5rem;
	line-height: 2.6rem;
	margin-bottom: 0;
}

.site-contact ul {
	border-bottom: 1px solid #eee;
	font-size: 1.5rem;
	list-style: none;
	margin: 0 0 30px;
	padding: 0 0 30px;
	text-align: center;
}

.site-contact ul:nth-of-type(4) {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-contact li {
	margin: 0 0 10px;
	padding: 0;
}

.site-contact li:last-of-type {
	margin-bottom: 0;
}

.contact-column {
	float: left;
	width: 100%;
}

.contact-column:nth-of-type(4) ul {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0:
}

.contact-image {
	margin-top: 0px;
}






.entypo-size {
	height: 16px;
	width:	16px;
	margin: 0 5px 5px 0;
}





/* IMPRESSUM -------------------------------------------------------------------------------- */

.site-impressum {
	background: #fff;
	position: relative;
}

.site-impressum h3 {
	font-size: 1.8rem;
	margin: 0 0 20px;
}

.impressum-text {
	float: left;
	margin: 0;
	width: 100%;

	margin-bottom: 30px;

}

.impressum-text p {
	font-size: 1.5rem;
	line-height: 2.6rem;
}

/* FOOTER ------------------------------------------------------------------------------- */

.site-footer {
	background: #504862;
	color: #fff;
	padding: 20px 0 19px;
}

.site-footer small {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2rem;
}

.site-footer a {
	border: 0;
	color: #fff;
	padding: 0;
}

.site-footer ul {
	border-top: 1px solid rgba(255,255,255,0.25);
	list-style: none;
	margin: 20px 0 0;
	padding: 20px 0 0;
	text-align: center;
}

.site-footer li {
	display: inline-block;
	float: none;
	margin: 0 20px 0 0;
	padding: 0;
}

.site-footer li:last-of-type {
	margin-right: 0;
}

/* MEDIA-QUERIES
----------------------------------------------------------------------------------------- */

/* 480px -------------------------------------------------------------------------------- */

@media screen and (max-width: 480px) {

	.hide-mobile {
		display: none;
	}

	.block-mobile {
		display: block;
	}

	.chart canvas {
    	height: 90px !important;
    	max-width: 90px !important;
	}

}

@media screen and (min-width: 480px) {

	.chart span.percent {
		font-size: 1.6rem;
		top: 46%;
	}

}

/* 760px -------------------------------------------------------------------------------- */

@media screen and (min-width: 760px) {

	.top {
		height: 50px;
		width: 50px;
	}

	.site-business h2,
	.site-partner h2,
	.site-contact h2,
	.site-impressum h2 {
		font-size: 2.4rem;
	}

	.site-business h2 span,
	.site-partner h2 span,
	.site-contact h2 span,
	.site-impressum h2 span {
		top:  -25px;
	}

	.site-header {
		min-height: 400px;
	}

	.site-header .logo-image {
		height: 116px; margin-bottom: 0px; max-width: 126px;
    }

	.site-header h1 {
		font-size: 4.6rem;
	}

	.site-header h1 span {
		font-size: 3rem;
	}

	.site-header .ghost {
		font-size: 1.4rem;
	}

	.site-partner {
		font-size: 1.6rem;
		top: 3px;
	}

	.site-footer .copyright {
		float: left;
		position: relative;
	}

	.site-footer ul {
		border: 0;
		float: right;
		margin: 0;
		padding: 0;
	}

	.site-footer li {
		float: none;
	}

}

/* 960px -------------------------------------------------------------------------------- */

@media screen and (min-width: 960px) {

	.top {
		bottom: 40px;
		right: 40px;
	}

	.site-business,
	.site-contact,
	.site-impressum {
		padding: 150px 0 120px;
	}
	
	.site-partner {
		padding: 150px 0 70px;
	}

	.site-business h2,
	.site-partner h2,
	.site-contact h2,
	.site-impressum h2 {
		font-size: 3rem;
		margin-bottom: 120px;
	}

	.site-business h2 span,
	.site-partner h2 span,
	.site-contact h2 span,
	.site-impressum h2 span {
	    top: -29px;
	}

	.site-navigation {
		border-bottom: 1px solid #ddd;
		font-size: 1.6rem;
		font-weight: 400;
		position: fixed;
	}

	.site-navigation .container {
		padding: 0 20px;
	}

	.open-menu {
		display: none;
	}

	.site-menu {
		background: transparent;
		display: block !important;
		float: right;
		width: inherit;
	}

	.site-menu li {
		float: left;
		display: inline-block;
		margin: 0 0 0 30px;
	}

	.site-menu a {
		border-top: 2px solid transparent;
		color: #555;
		opacity: 1;
	}

	.site-menu a,
	.site-header .ghost,
	.site-partner .gallery {
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.site-menu a:hover,
	.site-menu a.active,
	.site-menu li.current a {
		background: transparent !important;
		border-top: 2px solid #4180a2;
		color: #4180a2 !important;
		opacity: 1 !important;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.site-header {
		background-image: url(img/header/header-background_medium.jpg);
		background-size: cover;
		max-height: 800px;
		position: relative;
		text-align: center;
	}

	.site-header.table {
		height: 100%;
	}

	.site-header h1 {
		font-size: 6rem;
		margin: 0 0 40px;
	}

	.site-header h1 span {
		display: block;
/*
	font-family: 'Domine', serif;
	font-family: Georgia, "Times New Roman", Times, serif;
*/
	font-family: Arial, Helvetica, sans-serif;
		font-size: 3.4rem;
		font-weight: 400;
	}

	.site-header .ghost {
		font-size: 1.8rem;
		font-weight: 400;
	}

	.site-header .business-link {
		bottom: 30px;
		display: block;
		float: left;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 20;
	}

	.site-header .impressum-link {
		bottom: 30px;
		display: block;
		float: left;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 20;
	}

	.site-header .read-more {
		border: 0;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 400;
		padding: 0;
		position: relative;
		top: 0;
		-webkit-animation: scrolldown 1.5s ease infinite;
		-moz-animation: scrolldown 1.5s ease infinite;
		animation: scrolldown 1.5s ease infinite;
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}

	.site-header .read-more span {
		font-size: 3rem;
	}

	@-webkit-keyframes scrolldown {
	  0% { top: 0; }
	  50% { top: 10px; }
	  100% { top: 0; }
	}

	@-moz-keyframes scrolldown {
	  0% { top: 0; }
	  50% { top: 10px; }
	  100% { top: 0; }
	}

	@keyframes scrolldown {
	  0% { top: 0; }
	  50% { top: 10px; }
	  100% { top: 0; }
	}

	.site-business h3 {
		font-size: 2rem;
		margin: 0 0 25px;
	}

	.site-business ul {
		font-size: 1.6rem;
	}

	.business-text,
	.business-image {
		text-align: left;
		width: inherit;
	}

	.business-text:nth-of-type(1),
	.business-image {
		margin-bottom: 0;
	}

	.business-text {
		width: 70%;
	}

	.business-text p {
		font-size: 1.6rem;
		line-height: 3rem;
	}

	.business-image img {
		max-width: 100%;
	}

	.business-image {
		margin: 0 3% 0 3%;
		margin-top: 10px;
		width: 24%;
	}

	.site-partner {
		font-size: 1.8rem;
	}

	.site-partner h3 {
		font-size: 2rem;
        margin: 0 0 25px;
	}

	.site-partner p {
		font-size: 1.6rem;
	}

	.partner-column-1 {
		float: left;
		width: 100%;
	}

	.partner-column-2 {
		float: left;
		width: 100%;
		margin-bottom: 7px;
	}

	.partner-column-galery {
		float: left;
		width: 40%;
	}

	.partner-column-galery:nth-of-type(odd) {
		margin: 0 40px 0 6.5%; 
	}

	.partner-column-galery:nth-of-type(even) {
		margin: 0 0 0 40px; 
	}

	.site-contact h3 {
		font-size: 2rem;
		text-align: left;
		margin: 0 0 25px;
	}

	.site-contact ul {
		border: 0;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.site-contact li:last-of-type {
		margin-bottom: 0;
	}

	.contact-column {
		margin-right: 10%;
		margin-left: 20%;
		width: 30%;
	}

	.contact-column:nth-of-type(2) {
		margin-left: 0%;
		width: 30%;
	}

	.contact-column:nth-of-type(3) {
		
		margin-top: 50px;
		margin-left: 38%;
		width: 30%;
	}

	.contact-column:nth-of-type(4) {
		margin-top: 50px;
		margin-left: 38%;
		width: 40%;
	}

	.site-impressum h3 {
		font-size: 2rem;
		margin: 0 0 25px;
	}

	.impressum-text {
		text-align: left;
		width: inherit;

		width: 70%;
		margin-bottom: 0px;

	}

	.impressum-text p {
		font-size: 1.6rem;
		line-height: 3rem;
	}

	#mixitup .mix,
	#mixitup .gap {
  	width: 31.55%;
	}

	.site-footer {
		padding: 30px 0 29px;
	}

	.site-menu {
		display: block !important;
	}

}

@media screen and (max-width: 960px) {

	.business-image img {
		max-width: 212px;
	}

}

/* 1170px ------------------------------------------------------------------------------- */

@media screen and (min-width: 1170px) {

	.site-header {
		background-image: url(img/header/header-background_large.jpg);
		max-height: inherit;
	}

	.site-header h1 {
		font-size: 8rem;
	}

	.site-header h1 span {
		font-size: 3.6rem;
	}

}

/* 1280px ------------------------------------------------------------------------------- */

@media screen and (min-width: 1280px) {

}