/*======================================================================

Project: JaguarCV - Responsive Resume/CV Template
Version: 1.3
Author: Jaguar Themes

----------------------------------------------------------------------
                    ***** TABLE OF CONTENTS *****
----------------------------------------------------------------------
  01. Common
  02. Preloader
  03. Header
  04. Navigation
  05. About
  06. Video Intro
  07. Resume
  08. Skills
  09. Portfolio
  10. Achievements
  11. Contact
  12. Footer
  13. Scroll To Top
  14. Media Queries

======================================================================*/

/*================== 01 Common ====================== */
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #656c6d;
	width: 100% !important;
	height: 100% !important;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color:#333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
a:hover, a:focus {
	text-decoration: none;
}
ul, ol {
list-style: none;
color: #878787;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
padding: 0;
webkit-padding: 0;
moz-padding: 0;
color: #878787;
}
/* Button */
.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	font-weight: 700;
}
.btn_color
{
	color:#fff !important;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
}
.btn-primary {
	color: #fff;
	background-color: #121d1f;
	padding: 10px 20px;
	border-color: #121d1f;
	border-radius: 0;
}

.flex-md-row {
	flex-direction: row !important;
}
.flex-md-column {
	flex-direction: column !important;
}
.flex-md-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-md-wrap {
	flex-wrap: wrap !important;
}
.flex-md-nowrap {
	flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}


/* Heading */
.section-heading {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
/* Heading */
.section-heading-weiss {
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}
.section-heading-weiss::after {
    content: "";
    background: url(../../01_layoutelemente/02_inhalt/section-divider.svg) no-repeat 0 0;
    height: 15px;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}
/* Heading */
.section-heading-unten {
    content: "";
    background: url(../../01_layoutelemente/02_inhalt/section-divider.svg) no-repeat 0 0;
    height: 15px;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.section-heading::after {
    content: "";
    background: url(../../01_layoutelemente/02_inhalt/section-divider.svg) no-repeat 0 0;
    height: 15px;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}
.sub-heading
{
	font-size: 28px;
    font-weight: 700;
	text-transform:uppercase;
}
/*================== /01 Common ====================== */

/*================== 02 Preloader ====================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #454545;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
/*================== /02 Preloader ====================== */
/*================== 03 Header ====================== */
#header {
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    min-height: 720px;
    display: table;
    position: relative;
    text-align: center;
    background-repeat: repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #8F96DD;
}
/* For Slider Background */
#slider {
	background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    min-height: 720px;
    display: table;
    position: relative;
    text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/* /For Slider Background */

/* For Particle Background */
#particles_bg
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
/* /For Particle Background */
/* For Square Particle Background */
#particles-js {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;	
}
#particles-js canvas {
	display: block;
	vertical-align: bottom;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
	transition: opacity .8s ease, transform 1.4s ease
}
/* /For Square Particle Background */
/* For Coding Background */
/**** TERMINAL CODE ****/
.header_coding
{
	background: url(../../wachsmuth/img/code-background.jpg) no-repeat center bottom  !important;
}
.bgterminal {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff !important;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	font:16px'Inconsolata', monospace;
	font-size: 16px;
	text-align: left;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transition-delay: 2s;
	transition-delay: 0;
	width:100%;
	overflow:hidden;
}
.bgterminal .cursor { background: #fff; }
/* /For Coding Background */
.header_overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: .85;
    background-repeat: repeat;
}
.header_content
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translateY(-1.5rem);
    -ms-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
    color: #ffffff;
    background-image: url(../../00_universalelemente/backround_header.svg);
}
.header_content h5
{
	font-size:22px;
}
.header_content h1
{
	font-size:64px;
	font-weight: 700;
}
.header_content p
{
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-size:20px;
	margin-bottom:30px;
}
.header_content p span:first-child::after {
    content: "|";
    text-align: center;
    display: inline-block;
    padding: 0 14px 0 8px;
    color: rgba(255, 255, 255, 0.3);
}
.header_content p.type-wrap span:first-child::after {
	content:"";
	padding:0;
}
.header_content .btn-lg
{
	padding:15px 45px;
}
.header_social
{
	margin-top:60px;
	font-size:30px;
}
.header_social li {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}
.header_social li a, .header_social li a:visited {
	color: #FFFFFF;
}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 85%;
    margin-top: -35px;
    border-radius: 25px !important;
    box-shadow: inset 0 0 0 1px #fff;
}

.icon-scroll:before {
    background-color: #fff;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px !important;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}
/*================== /03 Header ====================== */

/*================== 04 Navigation ====================== */
#nav {
	z-index: 9999;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #000;
	border-radius: 0px;
	padding: 10px 0;
}
.navbar_top
{
	position:absolute;
	background-color: transparent !important;
border-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #f4f5f6;
}
.navbar-custom .nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	background-color: transparent;
}
.navbar-custom .nav li a:focus
{
	outline: 0;
	background-color: transparent;
}
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.navbar-custom .nav > li.active > a,
.navbar-custom .nav > li.active > a:focus {
  background-color: transparent;
}
.navbar-custom .nav > li.active > a:hover,
.navbar-custom .nav > li.active > a:focus:hover {
  background-color: transparent;
}
/*================== /04 Navigation ====================== */

/*================== 05 About ====================== */
#home
{
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 80px;
    background-color: #E5E5E5;
    color: #333333;
}
/*================== /04 Navigation ====================== */

/*================== 05 About ====================== */
#home_titel
{
    padding: 100px 0;
    background-color: #E5E5E5;
    color: #333333;
}
/*================== /04 Navigation ====================== */

/*================== 05 About ====================== */
#startpunkt
{
    padding: 100px 0;
    background-color: #ffffff;
    color: #333333;
}
/*================== /04 Navigation ====================== */

/*================== 05 About ====================== */
#arbeitsweise
{
    padding: 100px 0;
    background-color: #FFFFFF;
    color: #333333;
}
.sort_info
{
	margin-top:40px;
}
.sort_info h2
{
	color:#333;
}
.sort_info p
{
	line-height:28px;
	margin:15px 0;
}
.sort_info ul
{
	margin-bottom:30px;
	display:inline-block;
}
.sort_info ul li
{
	width: 50%;
	float: left;
	position: relative;
	font-size: 18px;
	line-height: 32px;
	color:#333;
}
.sort_info ul li::before 
{
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 10px;
}
.sign
{
	margin-bottom:30px;
}
.sort_info .btn
{
	color:#333;
	margin-right:20px;
}
.sort_info .btn i
{
	margin-right:7px;
}
.sort_info .btn:hover
{
	color:#fff;
}
.photo
{
	margin-top:40px;
}
.personal_detail 
{
	margin-top:30px;
}
.personal_detail li
{
	color:#333;
	font-size:16px;
	margin-bottom:15px;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px 0;
}
/*================== /05 About ====================== */

.aufzaehlung_pfeil {
    background-image: url(../../01_layoutelemente/02_inhalt/pfeil_nach_rechts.png);
    margin-left: 0px;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-bottom: 20px;
}

/*================== 06 Video Intro ====================== */
#video_intro
{
	background-image:url(../../01_layoutelemente/02_inhalt/videointrobg.jpg);
	background-size: cover;
	position: relative;
}
.video_into_detail 
{
	color: #fff;
	text-align: center;
	padding:150px 0;
}
.video_into_detail a
{
	display: inline-block;
	color: #fff;
	width: 70px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	border: 1px solid #fff;
}
#video_intro .modal
{
	top:150px;
}
.modal iframe
{
	width:100%;
	height:300px;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
 .aufzaehlung_pfeil_rechts {
    background-image: url(../../01_layoutelemente/02_inhalt/pfeil_nach_rechts.png);
    border-style: none;
    color: #333333;
    text-align: justify;
    background-repeat: no-repeat;
    padding-left: 40px;
	}
    .text_08_px {
    font-size: 8px;
	}
#resume {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */
.card {
	margin-bottom: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.card-custom {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
	.card-custom {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
	}
}

.card-custom + .card-custom {
	border-top: 1px solid #ececee;
	margin-top: 0;
}

.card-custom .card-custom-title > a {
	display: block;
	position: relative;
	padding-right: 40px;
	color: #333;
	background: transparent;
	transition: .3s all ease;
}

.card-custom .card-custom-title > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	font: 400 24px/24px "Linearicons";
	color: #f9b707;
	transform: translateY(-50%) rotate(0deg);
	transition: .35s all ease-in-out;
}

.card-custom .card-custom-title > a span {
	padding-left: 8px;
	color: #888;
	font-size: 14px;
}

.card-custom .card-custom-title > a.collapsed {
	background: #fff;
}

.card-custom .card-custom-title > a.collapsed:before {
	content: '\e936';
	background: transparent;
	transform: translateY(-50%) rotate(180deg);
}

.card-custom .card-custom-title > a:hover {
	text-decoration: none;
	background: transparent;
}

.card-custom .card-custom-collapse {
	background: transparent;
}

.card-custom .card-custom-collapse .card-custom-body {
	padding: 15px 25px 30px 0;
}
.pre-footer-corporate,
.footer-corporate {
	font-size: 14px;
	line-height: 1.71429;
}

.pre-footer-corporate {
	padding: 50px 0;
}

.pre-footer-corporate h6 + *,
.pre-footer-corporate .heading-6 + * {
	margin-top: 18px;
}


@media (min-width: 768px) {
	.card-custom .card-custom-collapse .card-custom-body {
		padding: 30px 30px 22px 0;
	}
}

h3 + .card-custom-group-wrap {
	margin-top: 30px;
}

.card-classic .card-custom-title > a {
	padding-left: 35px;
	padding-right: 0;
}

.card-classic .card-custom-title > a:before {
	content: '\e980';
	top: 47%;
	left: 0;
	right: auto;
	transform: translateY(-50%) rotate(90deg);
	transition: .35s all ease-in-out;
}

.card-classic .card-custom-title > a.collapsed:before {
	content: '\e980';
	transform: translateY(-50%) rotate(0deg);
}

.card-classic .card-custom-title > a:hover {
	text-decoration: none;
	background: transparent;
}
/*================== 07 Resume ====================== */
#parkett {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #333333;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#unternehmen {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #4866C3;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#qualitaet {
padding-right: 0;
padding-left: 0;
padding-bottom: 40px;
padding-top: 40px;
background-color: #7F889F;
color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#home_titel {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #F8EFD9;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#unternehmen_titel {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #4866c3;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#service {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #636261;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#service_titel {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #636261;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#service_parkett_dielen {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #949494;
    color: #FFFFFF;
    text-align: center;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#unternehmen_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#qualitaet_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#home_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#service_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett_sanieren {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #8E8E8E;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett_unterboden {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #6A6A6A;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett_arten {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #239A53;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett_arten_01 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #239A53;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett_arten_02 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #FFFFFF;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett-details {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett-unterboden_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett-verlegen {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett-verlegemuster {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #F6E6C0;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett-partner {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #757591;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#parkett-partner-texte {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#dsgvo-texte {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#kontakt_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#kontaktformular-eingabe {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #505050;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#kontaktformular-eingabe-02 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #D43605;
    color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#kontaktformular-hinweis {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #E9E9E9;
    color: #333333;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#landhausdielen {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #FFFFFF;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#holzboeden {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #79D17D;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#partner {
padding-right: 0;
padding-left: 0;
padding-bottom: 40px;
padding-top: 40px;
background-color: #467148;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#holzboeden_text_01 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#partner_text_01 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#referenzen_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ffffff;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#holzboeden_text {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #79D17D;
}
/*================== /06 Video Intro ====================== */

/*================== 07 Resume ====================== */
#impressum {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #E8EBF5;
}
.resume {
	position: relative;
	padding: 0;
	list-style: none;
	margin-top:40px;
}
.resume:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #eee;
}
.resume>li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}
.resume>li:before, .resume>li:after {
	content: " ";
	display: table;
}
.resume>li:after {
	clear: both;
}
.resume>li .resume-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.resume>li .resume-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.resume>li .resume-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.resume>li .resume-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	margin-left: 0;
	border-radius: 100%;
	text-align: center;
	background: #fff;
	webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	color:#fff;
}

.resume>li .resume-image h4 {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.resume>li.resume-inverted>.resume-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.resume>li.resume-inverted>.resume-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.resume>li.resume-inverted>.resume-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.resume>li:last-child {
	margin-bottom: 40px;
}
.resume .resume-heading h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.resume .resume-heading h2 {
	margin-top: 30px;
}
.resume .resume-heading h4.subheading {
	text-transform: none;
	font-size: 20px;
}
.resume .resume-body>p, .resume .resume-body>ul {
	margin-bottom: 0;
}
/*================== /07 Resume ====================== */
/*================== 08 Skills ====================== */
#skills {
    padding: 100px 0;
    background-color: #EDEDED;
    color: #333333;
}
/*================== /07 Resume ====================== */
/*================== 08 Skills ====================== */
#referenzen {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    background-color: #7a929f;
    color: #FFFFFF;
}
/*================== /07 Resume ====================== */
/*================== 08 Skills ====================== */
#referenzen_titel {
    padding: 100px 0;
    background-color: #7a929f;
    color: #FFFFFF;
}
/*================== /07 Resume ====================== */
/*================== 08 Skills ====================== */
#anfahrt {
    padding: 100px 0;
    background-color: #DB3703;
    color: #FFFFFF;
}
/*================== /07 Resume ====================== */
/*================== 08 Skills ====================== */
#anfahrt_karte {
    padding: 100px 0;
    background-color: #F2F2F2;
    color: #333333;
}
/*================== /07 Resume ====================== */
/*================== 08 Skills ====================== */
#anfahrt_karte {
    padding: 100px 0;
    background-color: #F2F2F2;
    color: #333333;
}
/*================== /07 Resume ====================== */
/*================== 08 Skills ====================== */
#bilder_slider {
    padding: 100px 0;
    background-color: #EDEDED;
    color: #333333;
}
#skills .section-heading, #skills .sub-heading
{
    color: #333333;
}
.skill_progress
{
	margin-top:60px;
}
.skill p
{
	font-size: 16px;
	color: #fff;
}
.skill p span
{
	float:right;
	font-size:14px;
}
.skill_progress .progress
{
	height:10px;
	background: #333;
}

#skill_chart p
{
	margin-top:-7px;
	font-size:16px;
	color:#fff;
	font-weight:700;
}
/* Pie progress==================================================================*/

.pie-progress-wrapper {
  text-align: center;
  margin-top:30px;
  margin-bottom: 30px;
}

.pie-progress-wrapper .pie_progress path {
  stroke: #333333 !important;
}

.pie-progress-wrapper .pie_progress .pie_progress__number {
  font-weight: bold;
  font-size: 26px;
  color:#fff;
}

.pie-progress-wrapper h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  color:#fff;
}
/*================== /08 Skills ====================== */

/*================== 09 Portfolio ====================== */
#portfolio
{
    padding: 100px 0;
    background-color: #ced9e7;
}
/*================== /08 Skills ====================== */

/*================== 09 Portfolio ====================== */
#dsgvo
{
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    background-color: #827D01;
}
/*================== /08 Skills ====================== */

/*================== 09 Portfolio ====================== */
#dsgvo_titel
{
    padding: 100px 0;
    background-color: #827D01;
}
/*================== /08 Skills ====================== */

/*================== 09 Portfolio ====================== */
#footer
{
    padding: 100px 0;
    background-color: #454545;
}
/*================== /08 Skills ====================== */

/*================== 09 Portfolio ====================== */
#footer_titel
{
    padding: 100px 0;
    background-color: #454545;
}
/*================== /08 Skills ====================== */

/*================== 09 Portfolio ====================== */
#aside
{
    padding: 100px 0;
    background-color: #454545;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
	margin-top:50px;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #fff;
	padding: 6px 14px;
}
ol.type li a.active {
	background: #121d1f;
	color: #fff;
}
ol.type li a:hover {
	background: #121d1f;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	transition-duration: 0.9s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* gallery effect */
.gallery_effect {
    position: relative;
    float: left;
    overflow: hidden;
	width:100%;
    text-align: center;
    cursor: pointer;
	margin-bottom:25px;
	color:#fff;
}	
.gallery_effect .figcaption {
	padding:15px;
}
.gallery_effect .figcaption::before,
.gallery_effect .figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.gallery_effect .figcaption::before {
	top: 30px;
	right: 10px;
	bottom: 30px;
	left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.gallery_effect .figcaption::after {
	top: 10px;
	right: 30px;
	bottom: 10px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.gallery_effect h4 {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	opacity:0;
	color:#fff;
}
.gallery_effect p{
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	color:#fff;
}
.gallery_effect i {
	border:1px solid #fff;
	padding:7px;
	font-size:18px;
	border-radius:20%;
}
.gallery_effect img, .blog_image img
{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.gallery_effect img,
.gallery_effect .figcaption::before,
.gallery_effect .figcaption::after,
.gallery_effect p, .blog_image img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.gallery_effect:hover img, .blog_image:hover img {
	opacity: 0.6;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery_effect:hover .figcaption::before,
.gallery_effect:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery_effect:hover h4,
.gallery_effect:hover p{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.gallery_effect:hover .figcaption::after,
.gallery_effect:hover h4,
.gallery_effect:hover p,
.gallery_effect:hover img{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.figcap_detail
{
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	margin-top: -30px;
	z-index: 99;
}
/*================== /09 Portfolio ====================== */

/*================== 10 Achievements ====================== */
#achievements {
	padding: 100px 0;
	background-image:url(../../wachsmuth/04_bildvorlagen/04_bilder_diverse/archivement_bg.jpg);
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#achievements i
{
	font-size: 64px;
    margin-bottom: 15px;
	color:#fff;
}
.achievement-box h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-left: 5px;
}
.achievement-box span.count {
	font-size: 52px;
	font-weight: 600;
	display: block;
	color: #fff;
	padding: 0;
	margin: 0;
}
/*================== /10 Achievements ====================== */

/*================== 11 Contact ====================== */
#contact {
    padding: 60px 0;
    background-color: #EA4C1A;
    color: #FFFFFF;
}
/*================== /10 Achievements ====================== */

/*================== 11 Contact ====================== */
#kontaktaufnahme {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    background-color: #EA4C1A;
    color: #FFFFFF;
}
/*================== /10 Achievements ====================== */

/*================== 11 Contact ====================== */
#kontakt_titel {
    padding: 60px 0;
    background-color: #EA4C1A;
    color: #FFFFFF;
}
/*================== /10 Achievements ====================== */

/*================== 11 Contact ====================== */
#kontaktformular {
    padding: 60px 0;
    background-color: #D53401;
    color: #FFFFFF;
}
/*================== /10 Achievements ====================== */

/*================== 11 Contact ====================== */

/*================== /10 Achievements ====================== */

/*================== 11 Contact ====================== */
#contact_text {
    padding: 60px 0;
    background-color: #ffffff;
}
.contact_detail
{
	margin-top:60px;
}
textarea.form-control {
    height: auto !important;
}
.contact_detail .form-control
{
	border-color:#656c6d;
	box-shadow:none;
	border-radius:0px;
	height:40px;
}
.contact_detail .btn{
	margin-top:20px;
	width:100%;
	padding:14px 22px;
	font-size: 18px;
	border-radius: 0;
	font-weight: 700;
}
.contact_icon
{
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	border: 1px solid #656c6d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.contact_icon i {
    font-size: 25px;
    line-height: 50px;
    display: block;
}
.single_contact_info
{
	margin-bottom:40px;
}
.single_contact_info p {
    font-size: 16px;
    font-weight: 400;
}
.single_contact_info:hover .contact_icon i
{
	color:#fff;
}
.contact_form
{
	margin-top:25px;
}
/*================== /11 Contact ====================== */
/*================== 12 Footer ====================== */
.bg-dark {
    background-color: #1a1e23;
    color: #fff;
	padding:20px 0;
}
.bg-dark a
{
	color:#fff;
}
/*================== /12 Footer ====================== */
/*================== 13 Scroll To top ====================== */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 9999;
	color: #fff;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #333;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height:45px;
}
/*================== /	13 Scroll To top ====================== */
/*================== 14 Media Query ====================== */
@media(min-width:768px) {

.resume:before {
	left: 50%;
}
.resume>li {
	margin-bottom: 100px;
	min-height: 100px;
}
.resume>li .resume-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.resume>li .resume-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.resume>li .resume-image h4 {
	margin-top: 16px;
	line-height: 18px;
	font-weight: 400;
}
.resume>li.resume-inverted>.resume-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}
}

@media(min-width:992px) {

.resume>li {
	min-height: 150px;
}
.resume>li .resume-panel {
	padding: 0 20px 20px;
}
.resume>li .resume-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.resume>li .resume-image h4 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}
.resume>li.resume-inverted>.resume-panel {
	padding: 0 20px 20px;
}
}

@media(min-width:1200px) {
.resume>li {
	min-height: 170px;
}
.resume>li .resume-panel {
	padding: 10px 20px 20px 100px;
}
.resume>li .resume-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.resume>li .resume-image h4 {
	margin-top: 40px;
	font-weight: 400;
}
.resume>li.resume-inverted>.resume-panel {
	padding: 10px 100px 20px 20px;
}
.bg-default {
	background-color: #fff;
}
.bg-default_parkett {
    background-color: #CFD7CE;
}
.bg-default_landhausdielen {
    background-color: #d9defd;
}

.bg-default[class*='section-'] + .bg-default.section-md,
.bg-default[class*='section-'] + .bg-default.section-lg,
.bg-default[class*='section-'] + .bg-default.section-xl {
	padding-top: 0;
}

.bg-accent {
	background-color: #f9b707;
}

.bg-accent[class*='section-'] + .bg-accent.section-md,
.bg-accent[class*='section-'] + .bg-accent.section-lg,
.bg-accent[class*='section-'] + .bg-accent.section-xl {
	padding-top: 0;
}

.bg-accent .button-primary {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.bg-accent .button-primary:hover, .bg-accent .button-primary:focus, .bg-accent .button-primary:active, .bg-accent .button-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.bg-accent .button-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.bg-accent .button-black:hover, .bg-accent .button-black:focus, .bg-accent .button-black:active, .bg-accent .button-black:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.bg-accent .button-gray-light-outline {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.bg-accent .button-gray-light-outline:hover, .bg-accent .button-gray-light-outline:focus, .bg-accent .button-gray-light-outline:active, .bg-accent .button-gray-light-outline:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.bg-accent .box-counter {
	color: #fff;
}

.bg-accent .heading-decorated::before {
	background: #fff;
}

.bg-accent .divider-small {
	background: #fff;
}

.bg-accent .progress-linear-modern .progress-bar-linear-wrap:after {
	background: #fff;
}

.bg-accent .blurb-minimal,
.bg-accent .blurb-minimal .blurb-minimal__icon .icon {
	color: #fff;
}

.bg-gray-dark {
	background-color: #333;
	color: #888;
}

.bg-gray-dark[class*='section-'] + .bg-gray-dark.section-md,
.bg-gray-dark[class*='section-'] + .bg-gray-dark.section-lg,
.bg-gray-dark[class*='section-'] + .bg-gray-dark.section-xl {
	padding-top: 0;
}

.bg-black {
	background-color: #000;
}

.bg-black[class*='section-'] + .bg-black.section-md,
.bg-black[class*='section-'] + .bg-black.section-lg,
.bg-black[class*='section-'] + .bg-black.section-xl {
	padding-top: 0;
}

.bg-gray-darker {
	background-color: #272727;
	color: #888;
}

.bg-gray-darker[class*='section-'] + .bg-gray-darker.section-md,
.bg-gray-darker[class*='section-'] + .bg-gray-darker.section-lg,
.bg-gray-darker[class*='section-'] + .bg-gray-darker.section-xl {
	padding-top: 0;
}

.bg-black {
	background-color: #000;
}

.bg-black[class*='section-'] + .bg-black.section-md,
.bg-black[class*='section-'] + .bg-black.section-lg,
.bg-black[class*='section-'] + .bg-black.section-xl {
	padding-top: 0;
}

.bg-black .blurb__title {
	color: #fff;
}

.bg-gray-lighter {
	background-color: #f8f8f8;
}

.bg-gray-lighter[class*='section-'] + .bg-gray-lighter.section-md,
.bg-gray-lighter[class*='section-'] + .bg-gray-lighter.section-lg,
.bg-gray-lighter[class*='section-'] + .bg-gray-lighter.section-xl {
	padding-top: 0;
}

.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-image-bottom {
	background-position: center bottom;
}

.bg-image-2 {
	background-image: url("../../wachsmuth/images/bg-image-2.jpg");
}

.bg-image-3 {
	background-image: url("../../wachsmuth/images/bg-image-3.jpg");
}

.bg-image-4 {
	background-image: url("../../wachsmuth/images/bg-image-4.jpg");
}

.bg-image-6 {
	background-image: url("../../wachsmuth/images/bg-image-6.jpg");
}
}
@media only screen and (max-width: 430px) and (min-width: 300px)  
{
.header_content h1
{
	font-size:60px;
}
.header_social li {
	margin: 0 12px;
}
.icon-scroll {
    top: 90% !important;
}
.sort_info .btn-lg
{
	margin-bottom:15px;
}
.resume > li .resume-image h4 {
    margin-top: 15px;
    font-size: 12px;
}
.resume::before
{
	left:35px;
}
.resume .resume-heading h4.subheading {
    font-size: 16px;
}
ol.type li, .achievement-box {
    margin-bottom: 20px;
}
.spinner:before {
  margin-left: -35px;
}
}
