/*
	Theme Name: Onepager - Vorlage mit HTML-Kontaktformular.
	Description: Lorem ipsum dolor sit amet.
	Version: 1.0
	Author: Dennis Kovarik
	Author URI: http://denniskovarik.me/
	Copyright: http://www.psd-tutorials.de/
*/


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

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

@font-face {
    font-family: 'Abril+Fatface';
    src: url('../font/AbrilFatface-Regular.ttf');
}

@font-face {
    font-family: 'Amatic+SC';
    src: url('../font/AmaticSC-Regular.ttf');
}

@font-face {
    font-family: 'Kaushan+Script';
    src: url('../font/KaushanScript-Regular.ttf');
}

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

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

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

@font-face {
    font-family: 'Playfair+Display';
    src: url('../font/PlayfairDisplay-Regular.ttf');
}

@font-face {
    font-family: 'Poiret+One';
    src: url('../font/PoiretOne-Regular.ttf');
}

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

@font-face {
    font-family: 'Slabo+27px';
    src: url('../font/Slabo27px-Regular.ttf');
}

@font-face {
    font-family: 'Source+Sans+Pro';
    src: url('../font/SourceSansPro-Regular.ttf');
}


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

.entypo-down-open-big:before {
	content: url(https://assets.cms-genial.de/images/down.png);
}

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

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

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

.entypo-heart-empty: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-map:before {
	content: "\e727";
}

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

@media screen and (min-width: 1000px) {
	.entypo-left-open-big:before {
		content: url(https://assets.cms-genial.de/images/links.png);
	}
	.entypo-right-open-big:before {
		content: url(https://assets.cms-genial.de/images/rechts.png);
	}
}

.entypo-check:before {
	content:"\2713";
}

/* 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%;
}

.masonry {
	scroll-behavior: smooth !important;
}

body {
	background: #fff;
	color: #555;
	overflow-x:hidden;
	font-family: Verdana, Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth !important;
}

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: Verdana, Arial;
	margin: 30px 0 30px;
	text-rendering: optimizeLegibility;
}

a {
	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: #88a5b1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #88a5b1;
	color: #fff;
	text-shadow: none;
}

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

.button {
	border: 0;
	background: #555;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', Arial;
	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: #88a5b1 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: 10px;
	width: 40px;
	z-index:12;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
}

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

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

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

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

.site-navigation,
.site-header,
.site-about,
.site-skills,
.site-resume,
.site-portfolio,
.site-contact,
.site-maps,
.site-footer,
.site-meta {
	float: left;
	text-align: center;
	width: 100%;
}

.site-about {
	padding: 30px 0 50px;
}

.site-skills {
	padding: 30px 0 35px;
}

.site-resume {
	padding: 30px 0 60px;
}

.site-portfolio {
	padding: 30px 0 30px;
}

.site-contact {
	padding: 30px 0 40px;
}

.site-about h2,
.site-skills h2,
.site-resume h2,
.site-portfolio h2,
.site-contact h2 {
  background: #555;
  font-size: 2.6rem;
  height: 1px;
  margin: 0 0 45px;
  width: 100%;
}

.site-skills h2 {
	margin-bottom: 82px;
}

.site-resume h2 {
	margin-bottom: 82px;
}

.site-portfolio h2 {
	margin-bottom: 82px;
}

.site-about h2 span,
.site-skills h2 span,
.site-resume h2 span,
.site-portfolio h2 span,
.site-contact h2 span, .leistungenbox {
  border: 1px solid #555;
  border-bottom-width: 2px;
  color: #555;
  display: inline-block;
  position: relative;
	text-align: center;
}

.site-resume h2 span {
  border: 1px solid rgba(255,255,255,0.6);
  border-bottom-width: 2px;
  color: #fff;
}


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

.site-navigation, .site-footer{
	font-family: 'Montserrat', Arial;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3.0rem;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 110;
}

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

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

.site-logo a span {
	color: #555;
	font-weight: 400;
	text-decoration: none;
}
.site-logo a img {
	display: inline-block;
	margin-top: -4px;
	text-decoration: none;
	border: none;
}
.site-logo a {
	border: 0;
	color: #555;
	padding: 0;
	text-decoration: none;
}

.site-logo a:hover span {
	color: #555;
	opacity: 1;
	text-decoration: none;
	border: none;
}

.site-logo a:visited {
	color: #555;
	opacity: 1;
	text-decoration: none;
	border: none;
}

.site-logo a:hover {
	color: #555;
	opacity: 1;
	text-decoration: none;
	border: none;
}

.site-logo a:active {
	color: #555;
	opacity: 1;
	text-decoration: none;
	border: none;
}

.site-logo a:focus {
	color: #555;
	opacity: 1;
	text-decoration: none;
	border: none;
}

.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 {
	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: #88a5b1;
	display: block;
	padding: 0;
}

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

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

.site-header {
	background-size: cover;
	color: #fff;
	background-position:center center;
	background-repeat: no-repeat;
	padding: 55px 0 60px;
	position: relative;
	top: 0;
	z-index: 10;
	margin-bottom: 0 !important;
}

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

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

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

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

.site-header h1 span {
	display: block;
	font-family: Verdana, Arial;
	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 .about-link {
	display: none;
}

/* ABOUT -------------------------------------------------------------------------------- */

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

.site-about h3 {
	font-size: 1.7rem;
	margin: 0 0 20px;
}

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

.site-about2 ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.site-about2 li {
	margin: 0 0 14px;
	padding: 0 0 12px;
}

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

.about-text:nth-of-type(1) {
	margin-bottom: 55px;
}

.about-image {
	margin-bottom: 55px;
}

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

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

/* SKILLS ------------------------------------------------------------------------------- */

.site-skills {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
}

.skills-row {
	float: left;
	width: 100%;
}

.skills-column {
	font-size: 1.6rem;
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.skills-column:nth-of-type(4) {
	margin-bottom: 60px;
}

.chart {
	position: relative;
	text-align: center;
}

.chart span.percent {
  bottom: 0;
	font-style: 400;
	font-size: 1.4rem;
	display: block;
  left: 0;
	margin: 0 auto;
	position: absolute;
  right: 0;
  top: 42%;
  text-align: center;
  width: 60px;
}

.chart span.percent:after {
	content: '%';
}

.chart span.sub {
	color: #88a5b1 !important;
	display: block;
	font-family: 'Montserrat', Arial;
	font-weight: 700;
	margin-top: 20px;
	position: absolute;
	top: 100%;
	width: 100%;
}

/* RESUME ------------------------------------------------------------------------------- */

.site-resume {
	color: #fff;
}

#timeline {
  position: relative;
  margin-top: 20px;
}

#timeline::before {
  background: #d7e4ed;
  content: '';
  height: 100%;
  left: 19px;
  position: absolute;
  top: 0;
  width: 2px;
}

.timeline-content {
	background: #fff;
	color: #555;
	font-size: 1.4em;
	margin: 0 0 0 60px;
	position: relative;
	padding: 20px;
	text-align: left;
}

.timeline-content:after {
	content: "";
	clear: both;
	display: table;
}

.timeline-content h3 {
  color: #4a6b79;
	margin-bottom: 10px;
}

.timeline-content .company {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8rem;
	margin: 0 0 10px;
	color: #aaa;
}

.timeline-content .company a {
	border: 0;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0;
}

.timeline-content p,
.timeline-content .date {
	font-size: 1.4rem;
}

.timeline-content p {
	line-height: 2.4rem;
	margin: 0 0 15px;
}

.timeline-content .date {
	color: #4a6b79;
  display: inline-block;
  font-size: 1.2rem;
  float: left;
  opacity: .7;
  padding: 0;
}

.timeline-content .current-date {
	color: #4a6b79;
	font-weight: 700;
	opacity: 1 !important;
}

.timeline-content .passed-date {
	color: rgba(0,0,0,0.5);
	opacity: 1 !important;
}

.timeline-content::before {
  border: 7px solid transparent;
  border-right: 7px solid #fff;
  content: '';
  height: 0;
  right: 100%;
  position: absolute;
  top: 14px;
  width: 0;
}

.timeline-block {
  margin: 0 0 30px;
  position: relative;
}

.timeline-block:last-of-type {
	margin-bottom: 0;
}

.timeline-block:after {
  content: "";
  clear: both;
  display: table;
}

.timeline-img {
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 2px rgba(0, 0, 0, 0.05);
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.timeline-img span {
	font-size: 1.8rem;
	position: relative;
	top: 10px;
}

.timeline-img.current {
  background: #88a5b1;
}

.timeline-img.passed {
  background: #4a6b79;
}

/* PORTFOLIO ---------------------------------------------------------------------------- */

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

.mixit {
  font-size: 0;
  text-align: justify;
  padding-left: 0;
}

.mixit:after{
  content: '';
  display: inline-block;
  width: 100%;
}

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

.mixit .mix {
  text-align: left;
  margin-bottom: 30px;
}

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

.featherlight .featherlight-content {
	min-width: inherit !important;
}

.featherlight:last-of-type {
	background: rgba(0,0,0,0.9) !important;
}

.featherlight .featherlight-content {
	border: 0 !important;
	margin: 0 20px !important;
	overflow: inherit !important;
	padding: 5px !important;
	position: static !important;
	z-index: 1 !important;
}

.featherlight .featherlight-close-icon {
	background: transparent !important;
	border-radius: 50% !important;
	color: #fff !important;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 50px !important;
	position: absolute !important;
	top: 20px !important;
	right: 20px !important;
	width: 50px !important;
	z-index: 2 !important;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: transparent !important;
}

.featherlight-next span,
.featherlight-previous span {
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
}

.featherlight-next,
.featherlight-previous {
	display: none !important;
}

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

.site-contact {
	background: #fff;
}

.site-contact h3 {
	font-size: 1.7rem;
	margin-bottom: 10px;
	text-align: center;
}

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

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

.site-contact ul:last-of-type {
	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;
}

.note,
.contact-column-1,
.contact-column-2 {
	float: left;
	width: 100%;
}

.note {
	border: 1px solid #8cc152;
	color: #8cc152;
  margin-bottom: 59px !important;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.note p {
	font-size: 1.4rem;
	margin: 0;
}

.contact-column-1 {
	margin-bottom: 30px;
}

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

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

.contact-form input,
.contact-form textarea {
	/*-webkit-appearance: none;*/
}

.contact-form input, .contact-form textarea, input.form-submit, input.form-submit:focus{
	border: 1px solid #999;
	color: #555;
	font-size: 1.6rem;
}

.contact-form input:required:focus,
.contact-form textarea:required:focus {
	border-color: #de3a3b !important;
}

#chkdatenschutz:focus,
.ui-state-error {
	border-color: #de3a3b !important;
}

.contact-form input {
	height: 40px;
	padding: 0 14px;
	margin-bottom: 10px;
}

.contact-form textarea {
	height: auto;
	min-height: 120px;
	padding: 12px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: 0;
}

.form-firstname,
.form-lastname,
.form-email,
.form-phone,
.form-hersteller, 
.form-modell,
.form-km,
.form-ps,
.form-ez,
.form-preisvorstellung {
	float: left;
	width: 100%;
}

.form-message,
.form-submit {
	width: 100%;
}

input.form-submit {
	background: transparent;
	color: #486b79;
	font-family: 'Montserrat', Arial;
	font-size: 1.5rem;
	font-weight: 700;
	height: 50px;
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
}

input.form-submit:hover {
	background: #486b79;
	border-color: transparent !important;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #aaa !important;
	font-size: 1.4rem;
}

:-moz-placeholder {
	color: #aaa !important;
	font-size: 1.4rem;
}

::-moz-placeholder {
	color: #aaa !important;
	font-size: 1.4rem;
}

:-ms-input-placeholder {
	color: #aaa !important;
	font-size: 1.4rem;
}

/* MAPS --------------------------------------------------------------------------------- */

.site-maps {
	padding: 0;
	background: #f6f6f6;
}

.site-maps iframe {
	border: 0;
  height: 250px;
  margin-bottom: -2px;
  width: 100%;
}

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

.site-footer {
	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;
}

.site-footer ul li a {
	font-size: 1.8rem;
	line-height: normal;
}

/* PAT --------------------------------------------------------------------------------- */

.leistungenbox h3{
	font-size: 1.75rem;
	font-family: Verdana, Arial;
	line-height: 2.5rem;
	margin: 15px 0 15px 0 !important;
	text-align:center;
}
.leistungenbox p{
	font-size:1.65rem;
}
#leistungen .leistungenbox figure{
	text-align:center;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:250px;
}
.unslider-arrow{
	padding: 0px;
	left: -20px;
	top: 50%;
	border: none!important;
	height: 90px;
	width: 100px;
	margin-top: -45px;
}
.unslider-arrow.next{
	right: -20px;
	left:inherit;
}
.unslider-arrow>span{
	font-size:90px;
}
#leistungen{
	position:relative;
}
#leistungen .bgimgbox{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
#leistungen .mixit>div, #galerie .mixit>div{
	margin-right: 30px;
}
#leistungen .mixit>div:last-child{
	margin-right:0;
}
#leistungen .mixit{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  /*justify-content: space-around;*/
  -ms-flex-wrap: wrap;
}
/*#galerie .mixit{
  display: -webkit-box;
  display: -moz-box;
  /*display: -ms-flexbox;
  display: -webkit-flex;
  /*display: flex !important;
  -webkit-flex-flow: row wrap;
  /*justify-content: space-around;
  -ms-flex-wrap: wrap;
}*/
#leistungen .mixit>div, #galerie .mixit>div{
  flex-grow:1;
  flex-basis: 0;
}
.site-resume h2 span, .unslider-arrow>span, .about-link>a.read-more{
	color:#FFFFFF;
}
.site-resume h2{
	background-color: #ffffff;
}
.site-resume h2>span{
	border-color: #ffffff;
}
.site-footer {
  padding: 20px 0;
}
.site-footer ul{
  float:right;
}
.mobileiframe{
	border:0;
	width:80%;
	height:900px;
}
.mix>.gallery{
	display:block;
	position: relative;
	width:100%;
	height:250px;
	background-size:cover;
	background-position:center center;
	margin-right: 2.675%;
}
.gallery>div{
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #ffffff !important;
	font-size: 2rem;
	height: 5rem;
	left: 0;
	line-height: 5rem;
	position: absolute;
	text-align: center;
	width: 100%;
}

.site-about h2, .site-skills h2, .site-resume h2, .site-portfolio h2, .site-contact h2{
	height: 1.1px;
}
.site-logo a span{
	font-size: 23px;
}
.site-header {
  display: inline-block;
  overflow: hidden !important;
  position: relative;
}
.site-header .cell {
  display: block;
  height: 200px;
  margin-top: -100px !important;
  text-align: center;
  top: 50%;
  width: 100%;
}
.site-header .videobg{
  position: absolute;
  left: 0; 
  top: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  border: none;
}
.linkbox{
	display: inline-table;
	width: 100%;
	margin-bottom:40px;
}
.linkbox>figure{
	width:35%;
	display:inline-block;
	float:left;
}
.linkbox>div{
	width:63%;
	margin:0 0 0 37%;
	text-align:left;
}
.linkbox.oddy>figure{
	float:right;
}
.linkbox.oddy>div{
	margin:0 40% 0 0;
	text-align:right;
}
.linkbox.nopic>div{
	margin:0;
	width:100%;
	text-align:left;
}
.linkbox>div a{
	text-decoration:none;
	margin-top:30px;
	display: block;
}


a:target {
	display: block;
	position: relative;
	top: -300px;
	visibility: hidden;
}




/* 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%;
	}

}

.navbar {
	float: right;
}

.navbar-toggle {
	float: right;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  /*border-radius: 4px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	border-top: 2px solid;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	border-top: 2px solid;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	border-top: 2px solid;
}

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

@media screen and (max-width: 760px) {
	.site-footer small > p {
		text-align: center;
		width: 100%;
	}
	.site-header .cell {
		display: block;
		height: auto;
		margin-top: 10px !important;
		text-align: center;
		top: 50%;
		width: 100%;
	}
	.linkbox>figure{
		width:100%;
		display:block;
		float:none;
	}
	.linkbox.oddy>div, .linkbox>div{
		width:100%;
		margin:10px 0 0 0;
		text-align:left;
	}
	.linkbox>div a{
		margin-top:10px;
	}
	.navbar-nav .dropdown-menu {
		display: none !important;
	}
}

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

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

	.site-about h2,
	.site-skills h2,
	.site-resume h2,
	.site-portfolio h2,
	.site-contact h2 {
		font-size: 2.4rem;
	}

	.site-about h2 span,
	.site-skills h2 span,
	.site-resume h2 span,
	.site-portfolio h2 span,
	.site-contact h2 span {
	}

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

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

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

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

	.timeline-img span {
		top: 11px;
	}

	.site-portfolio {
		font-size: 1.6rem;
	}

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

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

	.site-footer li {
		float: none;
	}

	.site-footer ul li a {
		font-size: 2.2rem;
	}

}

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

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

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

	.site-about,
	.site-resume {
		padding: 30px 0 50px;
		min-height: 100vh;
	}
	
	.site-portfolio {
		min-height: 100%;
	}
	
	.site-contact {
		min-height: 100%;
	}

	.site-skills {
		padding: 50px 0 50px;
	}

	.site-portfolio {
		padding: 50px 0 50px;
	}

	.site-contact {
		padding: 50px 0 50px;
	}

	.site-about h2,
	.site-skills h2,
	.site-resume h2,
	.site-portfolio h2,
	.site-contact h2 {
		font-size: 3rem;
		margin-bottom: 66px;
	}

	.site-about h2 span,
	.site-skills h2 span,
	.site-resume h2 span,
	.site-portfolio h2 span,
	.site-contact h2 span {
	}

	.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 {
		display: inline-block;
		margin: 0 2px 0 2px;
		padding: 0 13px 0 13px;
	}

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

	.site-menu a,
	.site-header .ghost,
	.site-portfolio .gallery {
		-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;
		opacity: 1 !important;
	}

	.site-header {
		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: Verdana, Arial;
		font-size: 3.4rem;
		font-weight: 400;
	}

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

	.site-header .about-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;
	}

	.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-about h3 {
		font-size: 2rem;
		margin: 50px 0 25px;
	}

	.site-about ul {
	}

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

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

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

	.about-text {
		width: 29.82456140350877%;
	}

	.about-image {
		margin: 0 5.263157894736842%;
		width: 29.82456140350877%;
	}

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

	.skills-column {
		font-size: 1.8rem;
		margin-right: 5.263157894736842%;
		margin-bottom: 98px;
		width: 21.052631578947366%;
	}

	.skills-column:nth-of-type(4) {
		margin: 0;
	}

	.parallax {
	  background-position: 0 0;
	  background-repeat: repeat;
	  background-attachment: fixed;
	}

	#timeline::before {
	  left: 50%;
	  margin-left: -2px;
	  width: 4px;
	}

	.timeline-content {
		font-size: 1.8em;
    margin-left: 0;
    padding: 30px;
    width: 45%;
	}

	.timeline-content::before {
	  border: 7px solid transparent;
	  border-right: 7px solid #fff;
	  content: '';
	  height: 0;
	  right: 100%;
	  position: absolute;
	  top: 14px;
	  width: 0;
	}

	.timeline-content .company {
		margin-bottom: 20px;
	}

	.timeline-content .company,
	.timeline-content p,
	.timeline-content .date {
		font-size: 1.6rem;
	}

	.timeline-content .company a {
		font-size: 1.4rem;
	}

	.timeline-content p {
		margin: 0;
	}

	.timeline-content .date {
		font-size: 1.6rem;
    left: 122%;
    padding: 1.6rem 0;
    position: absolute;
    top: 6px;
    width: 100%;
  }

  .timeline-content .current-date {
    color: rgba(255,255,255,1);
    font-weight: 700;
	}

  .timeline-content .passed-date {
    color: rgba(255,255,255,0.8);
		font-weight: 400;
	}

	.timeline-block {
	  margin: 0 0 90px;
	  position: relative;
	}

	.timeline-block:last-of-type {
		margin-bottom: 0;
	}

	.timeline-block:after {
	  content: "";
	  clear: both;
	  display: table;
	}

  .timeline-img {
	  border-radius: 50%;
	  box-shadow: 0 0 0 4px #fff, inset 0 4px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    height: 60px;
    left: 50%;
    margin-left: -30px;
 	  position: absolute;
 	  top: 0;
    width: 60px;
    -webkit-transform: translateZ(0);
  }

	.timeline-img span {
		font-size: 2.6rem;
		top: 16px;
	}

  .timeline-block:first-child {
    margin-top: 0;
  }

  .timeline-block:last-child {
    margin-bottom: 0;
  }

  .timeline-content::before {
    border-color: transparent;
    border-left-color: #fff;
    left: 100%;
    top: 24px;
  }

  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }

  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }

  .timeline-block:nth-child(even) .timeline-content .date {
    left: auto;
    right: 122%;
    text-align: right;
  }

	.site-portfolio {
		font-size: 1.7rem;
	}

	.featherlight .featherlight-content {
		margin: 0 20px !important;
		padding: 10px !important;
	}

	.site-contact h3 {
		font-size: 1.8rem;
		text-align: left;
	}

	.site-contact ul {
		text-align: left;
	}

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

	.note {
		padding: 15px 20px;
	}

	.note p {
		font-size: 1.6rem;
		font-weight: 700;
	}

	.contact-column-1 {
		margin-right: 5.263157894736842%;
		margin-bottom: 0;
		width: 29.82456140350877%;
	}

	.contact-column-2 {
		width: 64.91228070175438%;
	}

	.contact-form input {
		height: 40px;
	}

	.contact-form input:focus,
	.contact-form textarea:focus {
		border: 1px solid #ddd !important;
	}

	input.form-submit:focus {
		border: 2px solid #486b79 !important;
	}

	.form-firstname,
	.form-lastname,
	.form-email,
	.form-hersteller, 
	.form-modell,
	.form-km,
	.form-ps,
	.form-ez,
	.form-preisvorstellung,
	.form-unfall,
	.form-phone {
		width: 47.97297297297297%;
	}

	.upload-pic {
		width: 45%;
	}

	.form-firstname,
	.form-km,
	.form-hersteller,
	.form-email {
		margin-right: 4.054054054054054%;
	}

	input.form-submit {
		font-size: 1.8rem;
		height: 55px;
		margin-top: 20px;
	}

	.site-maps iframe {
	  height: 500px;
	}

	.site-footer a {
	}

	.site-footer small,
	.site-meta {
		font-size: 1.4rem;
	}

	.site-meta a {
		opacity: 1 !important;
	}

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

}

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

@media screen and (max-width: 960px) {
	#leistungen .mixit{
		flex-direction: column;
	}
	#leistungen .mixit > div{
		flex-basis: inherit;
	}
	#leistungen .mixit > div, #galerie .mixit > div {
		margin-right: 0;
	}
	
	.navbar {
		width: 100%;
		float: left;
	}
	
	.navbar-toggle {
		float: left;
		margin-left: 15px;
	}
	
	.nav > li > a {
	    text-align: left;
	    padding-left: 10px;
	}
	
	.navbar-nav > li > a {
	  padding-top: 8px;
	  padding-bottom: 8px;
	  line-height: 15px;
	}
	
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		border: none;
		color: #0000ff !important;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		border: none;
	}
	.navbar-inverse .navbar-nav > .disabled > a,
	.navbar-inverse .navbar-nav > .disabled > a:hover,
	.navbar-inverse .navbar-nav > .disabled > a:focus {
		border: none;
	}
		
	.navbar-nav .dropdown-menu {
	    position: static;
	    top: auto;
	    left: auto;
	    float: none;
	    max-width: none;
	    padding: 0;
	    margin: 0 15px;
	    font-size: inherit;
	    background-color: transparent;
	    border: none;
	    -webkit-border-radius: 0;
	       -moz-border-radius: 0;
	            border-radius: 0;
	    -webkit-box-shadow: none;
	       -moz-box-shadow: none;
	            box-shadow: none;
	  }
		
		.nav-item .show {
			display: block !important;
		}
	  
	  .caret {
	  	display: none;
	  }
	  
	.leistungenbox {
		width: 100%!important;
	}
	
	.dropdown-menu > li > a {
	  padding: 3px 5px;
	}
}

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

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

	.site-header {
		max-height: inherit;
	}

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

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

}

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

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

	.featherlight-next,
	.featherlight-previous {
		display: block !important;
	}

}

#anfahrt_map {
	background: #000;
}

#anfahrt_map a:link {
	border:none;
}

#anfahrt_map img {
	width:100%;
}

.mapimg_description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	font-size: 3em;
	vertical-align: middle;
	top: 50%;
}

#anfahrt_map a:hover img {
	opacity: 0.2;
}

#anfahrt_map a:hover .mapimg_description {
	visibility: visible;
 	opacity: 1;
}

.form-submit {
	cursor: pointer;
}

#link_anfahrt_mobile {
	display: none;
}

@media screen and (max-width: 960px) {
	#link_anfahrt_mobile {
		float: left;
		display: block;
		margin-top: 15px;
		width: 100%;
		font-size: 1.5em;
	}
	
	#link_anfahrt_mobile a:link {
		color: red;
	}
}

.leistung_content {
	font-size: 1.65rem;
	padding: 15px;
}

#contactimage {
	text-align: left;
}

#contactimage img {
	max-height: 170px;
}

.contact_opening {
	float: left;
	width: 50%;
	text-align: justify;
}

.contact_map {
	float: left;
	width: 50%;
	text-align: left;
}

.contact_map img {
	max-height: 180px;
}

@media screen and (max-width: 960px) {
	#contactimage {
		text-align: center;
	}
	
	#contactimage .img-responsive {
		display: unset;		
	}

	.contact_opening {
		width: 100%;
		text-align: center;
	}
	
	.contact_map {
		width: 100%;
		text-align: center;
	}
}

.mobile_text {
	font-weight: bold;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 15px;
}

#button_mobile {
	margin-top: 55px;
	margin-bottom: 55px;
	float: left;
	width: 100%;
}

#button_mobile_checkbox {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 30px;
}

.link_mobile {
	background: rgba(255,255,255,0.8);
	color: #486b79;
	font-family: 'Montserrat', Arial;
	font-size: 1.5rem;
	font-weight: 700;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	font-family: 'Montserrat', Arial;
	color: #000000;
	padding: 15px;
	border: 1px solid #999 !important;
}

.link_anfahrt {
	background: rgba(255,255,255,0.8);
	color: #486b79;
	font-family: 'Montserrat', Arial;
	font-size: 1.5rem;
	font-weight: 700;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	font-family: 'Montserrat', Arial;
	color: #000000;
	padding: 15px;
	border: 1px solid #999 !important;
}

.link_anfahrt2 {
	background: rgba(255,255,255,0.8);
	color: #486b79;
	font-family: 'Montserrat', Arial;
	font-size: 1.5rem;
	font-weight: 700;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	font-family: 'Montserrat', Arial;
	color: #000000;
	padding: 15px;
	border: 1px solid #999 !important;
	cursor: pointer;
}

.link_anfahrt2:hover {
	text-decoration: none;
	background-color: #fff;
}

.map-button-text {
	font-weight: bold;
	margin-top: 25px;
	float: left;
	text-align: center;
	width: 100%;
}

.link_mobile2 {
	background: rgba(255,255,255,0.8);
	color: #486b79;
	font-family: 'Montserrat', Arial;
	font-size: 1.5rem;
	font-weight: 700;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	font-family: 'Montserrat', Arial;
	color: #000000;
	padding: 15px;
	border: 1px solid #999 !important;
	cursor: pointer;
}

.link_mobile2:hover {
	text-decoration: none;
	background-color: #fff;
}

.mobile-button-text {
	font-weight: bold;
	margin-top: 25px;
	float: left;
	text-align: center;
	width: 100%;
}

#link_mobile a:link {
	background: transparent;
	color: #486b79;
	font-family: 'Montserrat', Arial;
	font-size: 1.5rem;
	font-weight: 700;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	font-family: 'Montserrat', Arial;
	color: #000000;
	padding: 15px;
	border: 1px solid #999 !important;
}

#link_mobile a:hover {
	background: #486b79;
	border-color: transparent !important;
	color: #fff;
}

#button_mobile_checkbox_checkbox {
	float: left;
	width: 20px;
}

.text_Checkbox_mobile {
	font-size: 12px;
	float: left;
	width: auto;
	margin-left: 25px;
	margin-top: -20px;
	text-align: justify;
}

#button_anfahrt {
	margin-top: 55px;
	margin-bottom: 55px;
	float: left;
	width: 100%;
}

#button_anfahrt_checkbox {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 30px;
}

#link_anfahrt a:link {
	background: transparent;
	color: #486b79;
	font-family: 'Montserrat', Arial;
	font-size: 1.5rem;
	font-weight: 700;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	font-family: 'Montserrat', Arial;
	color: #000000;
	padding: 15px;
	border: 1px solid #999 !important;
}

#link_anfahrt a:hover {
	background: #486b79;
	border-color: transparent !important;
	color: #fff;
}

#button_anfahrt_checkbox_checkbox {
	float: left;
	width: 20px;
}

.text_Checkbox_anfahrt {
	font-size: 12px;
	float: left;
	width: auto;
	margin-left: 25px;
	margin-top: -20px;
	text-align: justify;
}

.mobile_image img {
	margin: 0 auto;
	height: 400px;
}

.anfahrt_image img {
	margin: 0 auto;
	max-height: 400px;
}

.home_text p{
	margin-bottom: 5px;
}

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

#datenschutz {
	text-align: left;
}

#datenschutz h2 {
	text-align: center;
}

video {
	max-width: 1170px;
}

@media (max-width: 850px) {
	.unslider-arrow {
	  left: 0px;
	}
	.unslider-arrow.next {
	  right: 0px;
	}
	.unslider-arrow > span {
		font-size: 30px;
	}
	#filialen .unslider-arrow > span {
		color: black;
	}
	#filialen .unslider-arrow {
		top: 50%;
	}
	#partner .unslider-arrow {
		top: 60%;
	}
}
@media (max-width: 400px) {
	#partner .unslider-arrow {
		top: 70%;
	}
	#filialen .unslider-arrow {
		top: 30%;
	}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa !important;
  opacity: 1; /* Firefox */
}
