@charset "utf-8";
/*--------------- 
Table of Contents:

- Preloader
- Titles
- Home
- Header
- About
- Who We Are
- Team
- Separator-Video
- Fun Facts
- Separator-Quotes
- Services
- Separator-Call to Action
- Portfolio
- Testimonials
- Clients
- Twitter Feed
- Get Connected
- Price List
- Contact Details
- Contact Form
- Google Map
- Footer
- Home Pattern / Slideshow
- Shortcodes
- Comming Soon Counter 
---------------*/

/*---- Stylesheets ----*/
@import "bootstrap.min.css";
@import "revolution-slider.css"; 
@import "animate.css";
@import "cubeportfolio.min.css";
@import "flexslider.css";
@import "liquid-slider.css";
@import "YTPlayer.css";
@import "../theme_panel/theme_panel.css";

/*---- Fonts ----*/
@import "../fonts/montserrat/stylesheet.css";
@import "../fonts/raleway/stylesheet.css";  
@import "simple-line-icons.css";
@import "ionicons.min.css";
@import "font-awesome.min.css";

/*---- Backgrounds ----*/
#home {
	background-image: url(../img/backgrounds/bg_1.jpg);
}
#who-we-are {
	background-image: url(../img/backgrounds/bg_2.jpg);
}
#separator-quotes { 
	background-image: url(../img/backgrounds/bg_4.jpg);
}
#separator-purchase { 
	background-image: url(../img/backgrounds/bg_5.jpg);
}
#separator-testimonials { 
	background-image: url(../img/backgrounds/bg_6.jpg);
}
#separator-video { 
	background-image: url(../img/backgrounds/bg_3.jpg)
}
#twitter-feed { 
	background-image: url(../img/backgrounds/bg_3.jpg);
}
#get-connected { 
	background-image: url(../img/backgrounds/bg_7.jpg);
}
#contact-details { 
	background-image: url(../img/backgrounds/bg_8.jpg);
}
#home-pattern { 
	background-image: url(../img/backgrounds/pattern-1.jpg);
}
#home-youtube { 
	background-image: url(../img/backgrounds/bg_youtube.jpg);
}

/*---- General ----*/
html, 
body {
	height: 100%;
	color: #121212;
}
body {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #121212;
}
a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0; 
	background: transparent;
	color: #121212;
	text-decoration: none;	  
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
}
h1 small, h2 small, h3 small {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #121212;
}
h4 small, h5 small, h6 small {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #121212;
}

/*---- Preloader ----*/
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index:99999999;
}
.spinner {
    top: 50%;
}
.spinner {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 50%;
    margin: -22px 0 0 -22px;
    cursor: wait; 
    border-radius: 50%;
    border: 1px solid;
    border-color: #ddd #ddd #777 #777;
    animation: spinner .8s infinite cubic-bezier(0.445,.05,.55,.95);
    -moz-animation: spinner .8s infinite cubic-bezier(0.445,.05,.55,.95);
    -webkit-animation: spinner .8s infinite cubic-bezier(0.445,.05,.55,.95);
}
@keyframes spinner {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-moz-keyframes spinner {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spinner {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
} 
.preloader-logo {
	position: absolute; 
    width: 120px;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -57px;
    cursor: wait; 
    opacity: .9;
}  

/*---- Titles ----*/

@media (min-width: 180px) {
h1 {
	font-size: 32px;

}
h1 small {
	font-size: 32px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
}
h2 {
	font-size: 30px;
	letter-spacing: -2px;

}
h2 small {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h3 small {
	font-size: 20px;	
}
h5 small {
	font-size: 13px;
}
}
@media (min-width: 480px) {
h1 {
	font-size: 42px;

}
h1 small {
	font-size: 42px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
}
h2 {
	font-size: 40px;
	letter-spacing: -2px;

}
h2 small {
	font-size: 40px;
}
h3 {
	font-size: 34px;
}
h3 small {
	font-size: 34px;	
}
}
@media (min-width: 768px) {
h1 {
	font-size: 56px;

}
h1 small {
	font-size: 56px;
}
.lead {
	font-size: 18px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	letter-spacing: -2px;

}
h2 small {
	font-size: 50px;
}
}
@media (min-width: 992px) {
h1 {
	font-size: 56px;

}
h1 small {
	font-size: 56px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	letter-spacing: -3px;

}
h2 small {
	font-size: 50px;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 78px;
	letter-spacing: -4px;
}
h1 small {
	font-size: 66px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	letter-spacing: -3px;

}
h2 small {
	font-size: 50px;
}
} 

/*---- Home ----*/
#home {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.parallax-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/assets/dot-pattern.png);
	background-repeat: repeat; 
	z-index: 2; 
}
.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
    padding-top: 40px;
	z-index: 3;
}
.home-title {
	position: relative;
	color: #FFFFFF;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
}
.panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home-btn {
	margin-top: 45px;
}
.btn-home {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.btn-home a {
    display: inline-block;
    margin-top: 20px;
    padding: 11px 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    background-color: #121212;
    font-weight: 700;
	
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-home a:hover,
.btn-home a:focus {
    display: inline-block;
	color: #fff;
	text-decoration: none;
	outline: none;
    opacity: 0.7;
}
.home-bottom {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
	
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
}
@-webkit-keyframes anim2
{
   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -webkit-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -webkit-transform: scale(1.2) rotate(-20deg) }
}
@-moz-keyframes anim2
{
   from {left: 0px;   -moz-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -moz-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -moz-transform: scale(1.2) rotate(-20deg) }
}
.home-bottom a {
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;	
	
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
}
.home-bottom a:hover {
	background-color: #fff;
	color: #121212;	
	text-decoration: none;
}
.dots {
	z-index: 99;
	background-image: url(../img/dot.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 6px;
	height: 34px;
}

/*---- Home Youtube ----*/
#home-youtube {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;	
}

/*---- Home Revolution Slider ----*/ 
.home-heading { 
    letter-spacing: 0px; 
    color: #fff;
    text-align: center;
}
.home-heading small {  
    color: #fff; 
    letter-spacing: -1px; 
    text-align: center;
}
@media (min-width:992px) {
    .home-heading {
        font-size: 72px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .home-heading {
        font-size: 55px;
    } 
}
@media (max-width:600px) { 
    .home-heading {
        font-size: 35px;
        text-align: center;
        line-height: 2;
    }
    .tp-banner .lead {
        display: none;
    }
}
@media (max-width:500px) { 
    .tp-banner .btn {
        display: none;
    }
} 
.tp-banner .lead {
    text-align: center;
    font-size: 16px!important;
    line-height: 24px!important;
}
.tp-banner .home-button {
	margin-top: 20px;
} 
.tp-banner li:after {
    content: "";
    position: absolute;
    background: url(../img/assets/gridtile.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    z-index: 0!important;   
}  
.tp-banner-video li:after {
    content: "";
    position: absolute;
    background: url(../img/assets/gridtile.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    z-index: 2!important;
}
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background: url(../img/assets/rev-loader.GIF) no-repeat center center;
    background-color: transparent;
    box-shadow:  none;
    -webkit-box-shadow: none;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/*---- Home-Pattern ----*/
#home-pattern {
	background-color: #444;
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed; 
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;	
}

#home-slideshow {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;	
}

/*---- Header ----*/
#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
	font-family: 'Montserrat', sans-serif;
}
.bottom-header,
.home-top-header {
    margin-top: -70px;
} 
.header-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.header-top .navbar-default {
    position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 4;
	top:-100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#home-slideshow {
    top: -70px;
}
.navbar-brand {
	float: left; 
    margin-top: 4px;
	padding: 10px;  
}
.navbar-default .navbar-brand h3{
	letter-spacing: -2px;
	color: #121212;
	font-size: 30px;
	margin-bottom:0px;
	margin-top:10px;
	line-height: 20px;
}
.navbar {
	min-height: 70px;
	border: none;
}
.navbar-default {
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
	background-color: #fff;
    opacity: 1;
	
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22); 
}
.navbar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;.
	font-weight: 400;
	height: 100%;
	margin-top:10px;
	color: ;
}

.navbar-collapse {
	margin-top:6px;
	padding-right: 15px;
	padding-left: 35px;
	color: #121212;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: none;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #121212;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;

}
.nav > li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #121212;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
   .navbar-collapse {
      max-height: none;
      overflow-x: hidden;
   }
}
.dropdown-menu {
	font-size: 13px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.menu-padding { 
    padding-top:70px; 
}
.content { 
    margin-top:0px; 
}



/*Navbar Collapse*/
@media (max-width: 992px) {
    .navbar-default .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-collapse {
        background-color: #1C1C1C;
    }
    .navbar-small .navbar-collapse {
        margin-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .nav > li > span {
        color: #fff;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-default ul.nav li {
		border-bottom: 1px dotted #2A2A2A;
	}
    .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li {
        border-bottom: none!important;
    }
    .dropdown-menu > li > a {
        color: #fff;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: transparent!important;
    }
}
.navbar .icon {
    font-size: 18px;
}
.navbar .social-icon {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 2px;
}
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 10px;
        top: -155px;
    }
}
@media (min-width: 992px) {
    .rez .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px!important;
    }
}
@media (min-width: 992px) {
    .rez-drop .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px!important;
    }
} 
/* Site Wrapper */
.site-wrapper {
	clear: both;
}
.site-wrapper-video {
	background:#fff;
	z-index:1;
}

/*---- About ----*/
#about {
	padding-top: 70px;
    padding-bottom: 75px;
}
.section-title-about {
	text-align: center;
	margin-bottom: 30px;
}
h4 {
	font-size: 24px;
}
h4 small {
	font-size: 20px;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.about-row {
	margin-bottom: 40px;
}
.about-icon {
	float: left;
    margin-top: -7px;
}
.about-info {
	padding-left: 50px;
	padding-top: 0px;
}
.about-description {
	padding-right: 50px;
	
}
/*---- Who We Are ----*/
#who-we-are {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.col-we-are {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	z-index:3;
}
.we-are-info {
	line-height: 1;
}
.p-info {
	line-height: 1.8;
}
.col-md-skills {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	z-index:3;
	height:300px;
}
.skills-col {
	text-align:left;
	margin-top: 40px;
	margin-bottom: 40px;	
}
.skills {
	text-align: left;
	margin: 40px 0px;	
	padding:0px;
	color:#fff;
}
.skills-col .skills p {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:0px;
}


.skillbar {
	position:relative;
	display:block;
	margin-bottom:35px;
	width:100%;
	background:#fff;
	height:26px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	top:0;
	left:0;
width:110px;
	color:#ffffff;

	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	padding:4px 10px;
	height:26px;
	
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:26px;
	width:0px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.skills-col p {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 0px;
} 



/*---- Team ----*/
#team {
	padding-bottom: 60px;
	padding-top: 60px;
}
.section-title-team {
    text-align: center;
    margin-bottom: 40px;
}
.team-member {
    padding: 10px;
}
.member-info {
    margin-top: 20px;
}
.member-info h4 {
    font-size: 20px; 
    letter-spacing: -0.6px;
} 
.member-info h4 small {
    font-size: 16px; 
    letter-spacing: -0.6px;
}
.member-info p {
    margin-top: 10px; 
    padding-right: 10px;
    padding-bottom: 10px;  
}
.member-list {
    list-style: none; 
}
.member-list li { 
    font-size: 17px;
    margin-right: 5px;
}
.member-list a {
    color: #1c1c1c;
}

/* Img Hover Effect */
.effects .img { 
    position: relative;
    overflow: hidden;
}
.effects .img a {
    display: inline;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    color: #fff;
}
.overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s; 
}
.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    list-style: none;
    padding: 0;
}
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.expand .cbp-l-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect .overlay .expand {
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.effect:hover .img .img-responsive {
    transform: scale(1.25); 
}
.effect .img-responsive { 
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all .25s ease-in-out;
}
.effect:hover .img .overlay {
  opacity: 1;
}
.effect:hover .img .overlay .expand {
  top: 52%;
  margin-top: -30px;
  opacity: 1;
}

.effect .cbp-item-wrapper .img { 
    position: initial;
    overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
  top: 50%!important;
  margin-top: -30px;
  opacity: 1;
}
.cbp-item .img a:hover {
    opacity: .6;
    font-size: 24px;
}
.cbp-item .img a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}



/*---- Separator-Video ----*/
#separator-video {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
}
.separator-video-content {
	margin-top: 40px;
	margin-bottom: 40px;
}
.video-info {
    margin-top: 7px;
	line-height: 1;
}
#separator-video .fluid-width-video-wrapper {
    margin-top: 50px
}
.video-container {
    position: relative;
    padding-bottom: 51%;
    padding-top: 30px; height: 0; overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.fluid-width-video-wrapper {
    margin-top: 40px;
	margin-bottom: 40px;
}

/*---- Fun Facts ----*/
#fun-facts {
	display: table;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 70px;
}
#fun-facts .row {
    margin-top: 0;
}
.fun-facts-intro {
    margin-bottom: 35px;
}
.fun-facts-intro h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.fun-facts-intro p {
    max-width: 880px;
    margin: 0 auto 18px;
    font-size: 22px;
    line-height: 1.75;
}
.fun-facts-grid {
    margin-top: 20px;
}
.fact-container {
	padding-top: 75px;
	padding-bottom: 35px;
}
.counter {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 0.95;
}
.fact {
	text-align:center;	
}
.fact .lead {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.35;
}
@media (max-width: 991px) {
    #fun-facts {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .fun-facts-intro h2 {
        font-size: 34px;
    }
    .fun-facts-intro p {
        font-size: 20px;
        line-height: 1.65;
    }
    .fact-container {
        padding-top: 45px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    #fun-facts {
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .fun-facts-intro {
        margin-bottom: 20px;
    }
    .fun-facts-intro h2 {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .fun-facts-intro p {
        font-size: 18px;
        line-height: 1.65;
        margin-bottom: 15px;
    }
    .counter {
        font-size: 62px;
    }
    .fact .lead {
        font-size: 18px;
    }
    .fact-container {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

/*---- Separator-Quotes ----*/
#separator-quotes {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.quotes {
	color: #fff;
	position: relative; 
	z-index: 3;
	text-align: center;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
}
.quotes h2 { 
	margin-bottom: 20px;
}
.white {
	color: #fff;
} 
#separator-quotes .label {
	font-weight: normal; 
} 
.quotes .fa.fa-quote-left {
	font-size: 26px;
	vertical-align: top;
	margin-top: 2px;
}
.quotes .fa.fa-quote-right {
	font-size: 26px;
	vertical-align: top;
	margin-top: 2px;
}

/*---- Services ----*/
#services {
	padding-top: 70px;
	padding-bottom: 75px;
}
.section-title {
	text-align: center;
	margin-bottom: 40px;
}
.services-row {
	
}
.services-container {
	
}
.service {
	margin-bottom: 40px;
}
.service-icon {
	float: left;
}
.back-icon{
	z-index: -1;
	color: #F0F0F0;
	position: absolute;
	padding-left: 40px;
	left: 0;
	top: 0;
	width: 144px;
	height: 144px;
	line-height: 144px;
	font-size: 144px;
}
.ion-3x {
	font-size: 3em;
}
.service-info {
	padding-left: 60px;
	padding-top: 1px;
}

/*---- Separator Call to Action ----*/
#separator-purchase {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.call-action-purchase {
    padding: 40px 0px 40px 0px;
    vertical-align: middle;
    display: table;
}
.call-action-purchase span {
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px; 
}
.call-action-purchase span small {
    font-family: 'Raleway',sans-serif;
    font-size: 20px;
    font-weight: 300;
}
@media (max-width: 480px) {
    .action-5-info h3,
    .action-5-info h3 small {
        font-size: 20px;
    } 
}
@media (min-width: 768px) {
    .action-5-info h3,
    .action-5-info h3 small {
        font-size: 22px;
    } 
}

/*----- Portfolio -----*/
#portfolio {
    padding-top: 70px;
    padding-bottom: 100px;
} 
.cbp-l-filters-button .cbp-filter-item {
    background-color: #f6f7f7;
    color: #7E7B7B;
    cursor: pointer;
    font: 400 12px/28px "Montserrat",sans-serif; 
    padding: 3px 20px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: none;
    border-radius: 3px;
    text-transform: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}  
.cbp-l-caption-title {
    color: #fff;
    font: 400 16px/18px "Montserrat",sans-serif;
    margin-bottom: 5px; 
}
.cbp-l-caption-desc {
    color: #7a7a7a;
    font: 400 12px/16px sans-serif;
}  
.cbp-l-filters-button {
    margin: 40px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: center;
    background-color: transparent;
} 
.cbp-l-filters-button .cbp-filter-item-active {
    color: #fff!important;
}
.cbp-l-filters-dropdownWrap {
    width: 150px;
    position: absolute;
    right: 0;
    background: #f6f7f7;
}
.cbp-l-filters-dropdownHeader {
    font: 12px/38px "Open Sans",sans-serif;
    margin: 0 17px;
    color: #1c1c1c;
    cursor: pointer;
    position: relative;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: none;
    color: #7a7a7a;
    width: 100%;
    text-align: left;
    font: 12px/40px "Open Sans",sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: 0;
    border-top: 1px solid #ccc;
}
.cbp-l-filters-dropdownHeader:after {
    border-color: #7a7a7a rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px;
}
.cbp-item-w h4 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #f6f7f7;
    border: none;
    border-radius: 3px;
    color: #7E7B7B;
    display: inline-block;
    font: 400 11px/34px "Montserrat",sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 3px 23px;
    outline: 0;
    margin-top: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    opacity: .6;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev { 
    height: 34px;
    width: 34px;
    top: 8px;
}
.cbp-popup-singlePage-counter {
    top: -24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1c1c1c;
}
.cbp-popup-lightbox .cbp-popup-close, 
.cbp-popup-lightbox .cbp-popup-next, 
.cbp-popup-lightbox .cbp-popup-prev {
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-lightbox .cbp-popup-close {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close, 
.cbp-popup-singlePage .cbp-popup-next, 
.cbp-popup-singlePage .cbp-popup-prev {
    top:17px;
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-prev {
    background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next {
    background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close {
    background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 0;
    max-width: 100%;
}
.project-video,
.project-widget {
    margin-bottom: 60px;
}
.project-big-slider {
    margin-bottom: 20px;
}
.project-big-slider img {
    min-width: 100%;
}
.project-widget h4 {
    margin-top: 0;
}
.project-widget p {
    color: #7a7a7a!important;
} 

/*---- Testimonials ----*/ 
#separator-testimonials {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat; 
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
} 
#testimonials-slider {
    margin-top: 50px;
    margin-bottom: 45px;
}
.testimonial {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}
.testimonial small {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 32px; 
    color: #fff; 
}
.testimonial span {
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}  
.testimonials .fa.fa-quote-left {
	font-size: 18px;
	vertical-align: top;
	margin-top: 2px;
}
.testimonials .fa.fa-quote-right {
	font-size: 18px;
	vertical-align: top;
	margin-top: 2px;
}

/*---- Clients ----*/

#clients {
	padding-top: 120px;
	padding-bottom: 120px;
} 
.clients-row,
.clients-row-2 {  
    list-style: none;
    padding: 0 25px;
}  
.clients-row img,
.clients-row-2 img {
	width: 100%;
    opacity: .6;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.clients-row img:hover,
.clients-row-2 img:hover { 
    opacity: 1;
}
.clients-row > li,
.clients-row-2 > li {
    padding: 0;
}
@media (min-width: 992px) {
    .clients-row > li {
        border-bottom-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-left-color: #ddd;
        border-left-width: 1px;
        border-left-style: solid;
    }
    .clients-row > li:first-child  {
        border-left-color: #fff;
    }

    .clients-row-2 > li { 
        border-left-color: #ddd;
        border-left-width: 1px;
        border-left-style: solid;
    }
    .clients-row-2 > li:first-child  {
        border-left-color: #fff;
    }
}
@media (min-width: 300px) and (max-width: 992px) {
    .clients-row > li {
        border-bottom-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-right-color: #fff;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .clients-row > li:first-child  {
        border-right-color: #ddd;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .clients-row > li:nth-child(3n)  {
        border-right-color: #ddd;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .clients-row-2 > li {
        border-bottom-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-right-color: #fff;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .clients-row-2 > li:first-child  {
        border-right-color: #ddd;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .clients-row-2 > li:nth-child(3n)  {
        border-right-color: #ddd;
        border-right-width: 1px;
        border-right-style: solid;
        border-bottom-color: #fff;
    }
    .clients-row-2 > li:last-child  { 
        border-bottom-color: #fff;
    }
}

/*---- Twitter Feed ----*/
.tweets-list-container{
    width: 100%;
    overflow: hidden;
}
.tweet-list {
    position: relative;
    list-style-type: none;
    padding: 0;
}
.tweet-list li {
    padding-bottom: 10px;
} 
.tweet-list li p {
    font-size: 16px;
} 
/*----*/
#twitter-feed {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;  
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 60px;
    padding-bottom: 40px;
}
.tweet-feed .tweet .date {
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
}
.twitter-logo {
    margin-bottom: 15px;
}
@media (min-width: 180px) {
    .tweet-feed ul li {
        font-family: 'Montserrat', sans-serif;
	    font-weight: 700;
        font-size: 14px;
    }
} 
@media (min-width: 480px) {
    .tweet-feed ul li {
        font-family: 'Montserrat', sans-serif;
	    font-weight: 700;
        font-size: 18px;
    }
}
@media (min-width: 769px) {
    .tweet-feed ul li {
        font-family: 'Montserrat', sans-serif;
	    font-weight: 700;
        font-size: 24px;
    }
}
.tweet-feed .flex-control-nav {
    width: 100%;
    position: relative;
    bottom: -10px;
    text-align: center;
}
.blog-widget-container .tweet-feed ul li {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

/*---- Get Connected ----*/ 
#get-connected {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat; 
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.connected-row {
	margin-top: 80px;
	margin-bottom: 80px;
	color: #fff;
	position:relative;
	z-index:3;
}
.connected-icons {
	margin: 20px 60px;
	list-style-type: none;
    display: inline-block;
    list-style: none;
    
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-khtml-padding-start: 0;
	-o-padding-start: 0;
	padding-start: 0;
	padding: 0;
}
.connected-icons li {
	display: inline-block;
    padding: 15px 15px;
}
.connected-icon a .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity: 0.2;
	
	-webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
}
.connected-icon a:focus .fa-stack.fa-lg.fa-4x .fa.fa-circle,
.connected-icon a:hover .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity: 1;
	
}
.connected-icon a {
	
}
.connected-icon a:focus,
.connected-icon a:hover {
	  
}
.ion-5x {
	font-size: 5em;
}

/*---- Price List ----*/
#price-list {
	padding-top: 60px;
}
.section-title-price {
	text-align: center;
	margin-bottom: 40px;
}
.price-container {
	margin-bottom: 80px;
}
.price-box {
	margin-top:30px;
	margin-bottom:30px;
	padding: 15px;
	background-color: #F2F2F2;
}
.price-box-big {
	
	background-color: #F1F1F1;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}
.price-box-info h2 span {
	font-size: 36px;
}
.price-box-info h2 small {
	font-size: 24px;
	color: #121212;
}
.price-box-info h3 span {
	font-size: 36px;
}
.price-box-info h3 small {
	font-size: 24px;
	color: #121212;
}
.ion-6x {
	font-size: 6em;
}
.price-box-info {
	margin: 15px 15px;
}
.price-box-offer {
	margin-bottom: 35px;
	margin-top: 20px;
}
.offer-list {
	list-style-type: none;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-khtml-padding-start: 0;
	-o-padding-start: 0;
	padding-start: 0;
	padding: 0;
}
.ion-2x {
	font-size: 2em;
}
.offer-list li {
	list-style: none;
	font-size:16px;
	margin-bottom: 10px;
}
.offer-list li span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.sign-up-btn {
	margin-bottom: 30px;
}

/*---- Contact Details ----*/ 
#contact-details {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat; 
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.details {
	margin-top: 90px;
	margin-bottom: 80px;
	color: #fff;
	z-index: 3;
}
.phone-info {
	line-height: 0;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
}


/* ==== 19) Contact Form ==== */

#contact-form {
	padding-top: 60px;
	padding-bottom: 60px;
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }



/* Form style */

#contact input, select { 
	width: 100%; 
	max-width: ;
	padding: 12.9px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #F0F0F0; 
	margin: 7px 0px; 
	-webkit-border-radius:2px; 
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
border-color: none;
box-shadow: none;
outline: 0 none;
}
textarea { 
	width: 100%; 
	max-width:  ;
	height: 165px;
	padding: 13px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #F2F2F2; 
	margin-top: 7px;
	margin-left: ;
	margin-right:15px;
	-webkit-border-radius:2px; 
}
#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}

#contact input.submit { 
	width: 185px;
	margin: 15px 0px;
	cursor: pointer;  
	color:#fff; 
	border-radius: 3px;
	border-color: none;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
#contact input.submit:hover { 
	background:#444; 
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required { 
	font-size: 13px; 
	color: #ff0000; 
}
#message { 
	margin: 10px 0; 
	padding: 0; 
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #FBE3E4;
	background-image: url(../img/error.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.loader { 
	padding: 0 10px; 
}
acronym { 
border-bottom:1px dotted #ccc; 
}

/* ==== 20) Google Map ==== */

#map {
	height: 480px;
	width: auto;
}

/* ==== 21) Footer ==== */

#footer {
	background-color: #121212;
    padding-bottom: 15px;
}
.back-to-top {
	display: block;
	background: #121212;
	width: 45px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
	margin-top: 60px;
	margin-bottom: 10px;
}
.footer-social li a:hover {
	color: #fff;
}
.footer-info {
	margin-bottom: 20px;
}
.footer-copyright {
	font-size:13px;
}
footer p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f5f5f5;
}
.footer-logo a {
    color: #f5f5f5;
}
footer .footer-menu {
    margin-top: 45px;
    border-top: 1px solid #333;
    padding-top: 30px;
    font-size: 12px;
    font-weight: 400;
    height: 64px;
    color: #999;
}
footer .footer-menu a {
    color: #999;
    margin-left: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .connected-icons {
	margin: 0;
	list-style-type: none;
    display: inline-block;
    list-style: none;
}
footer .connected-icons li {
	display: inline-block;
    padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
.btn-buy {
padding: 1px 5px;
font-size: 10px;
line-height: 1.5;
border-radius: 3px;
}

/* ==== 23) Shortcodes ==== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
text-shadow: none;
border: 0;
background-image: none;
font-weight: 300;
border-radius: 3px;
border-color: none;
-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
transition: .4s cubic-bezier(0.25,.46,.45,.94);
-webkit-transition-property: background-color,color;
transition-property: background-color,color;
box-shadow: none;
}
.btn:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
    background-color: #121212;
	border-color: none;
}
.btn:focus, .btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus, .btn-danger:focus {
    background-color: #999;
	border-color: none;
}
.btn:active, .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active {
    background: #121212 ;
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
    outline: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #999;
}
.btn-default:hover {
    color: #fff;
}
.open .dropdown-toggle.btn-primary {
border-color: none;
}

blockquote p {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before, 
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
display: inline-block;
width: 40px;
margin-left: -40px;
text-align: center;
line-height: inherit;
font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3, 
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list, 
ul.caret-list {
	list-style:none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f00C';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f058';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f14a';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f054';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f138';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f192';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
  color: #121212;
  text-decoration: underline;
  background-color: transparent;
}
.post-title a {
    color: #121212;
}
.post-img {
    margin-bottom:10px;
}
.project-img {
    margin-bottom:60px;
}
.tags-list {
    list-style: none; 
    padding:0px;
}
.tags-list li {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
}
.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-list li {
    background-color: #F2F2F2;
    padding: 5px 5px 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.blog-list li a {
    color: #121212;
}
.blog-list li a:hover {
    color: #fff;
}
.blog-list li:hover a {
    color: #fff;
}
.blog-widget-container {
    margin-bottom: 60px;
}
.form-control:focus {
    border-color: #121212;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-radius: 0px;
}
.blog-author {
    margin: 60px 0 60px 0;
}
.author-img {
    max-height:100px; 
    float:left; 
    margin-right: 20px
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 40px;
    display: none;
    cursor: pointer;
}
#back-to-top a:hover {
    color: #999;
}
.action-btn {
    margin: 20px 0 20px 0;
}
.call-action-1 {
    background: #272727;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-2 {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-3 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-4 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-5 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
.call-action-6 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
@media (min-width: 768px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
    .action-5-info {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
    }
    .action-5-btn {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 180px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
} 
@media (max-width: 480px) {
  .btn-responsive {
    font-size:90%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    font-size:100%;
  }
}
.panel-title:hover {
     cursor: pointer;
}
.panel-body {
    background-color: #f5f5f5;
    padding-left: 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.nav-tabs > li > a:hover {
    border: none;
    border-color: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #121212;
    background-color: #f5f5f5;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    background-color: #fff;
    color: #121212;
    border-radius: 4px 4px 0 0;
}
.tab-pane {
    padding: 15px;
    background-color: #f5f5f5;
}
.nav-tabs {
    border: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #121212;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}
.nav-tabs-dark > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #272727;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover {
    background-color: #f5f5f5;
    color: #121212!important;
}
.nav-tabs-dark > li.active > a:hover {
    color: #fff!important;
    background-color: #272727!important; 
}
.nav-tabs > li > a:hover {
    color: #fff!important;
}

.tab-pane-dark {
    padding: 15px;
    color: #fff;
    background-color: #272727;
}

/* =========================================================
   iOS / mobile background rendering fix
   Desktop Stellar/parallax behavior remains untouched.
   Firefox on iOS uses WebKit as well, therefore the same
   fallback is required there as in Safari.
   ========================================================= */
@media (max-width: 992px) {
    #home,
    #who-we-are,
    #separator-video,
    #separator-quotes,
    #separator-purchase,
    #separator-testimonials,
    #get-connected,
    #contact-details {
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-position: 24% center !important;
        background-size: auto 100% !important;
        -webkit-background-size: auto 100% !important;
    }

    /* Explicit image declarations prevent WebKit/iOS from
       dropping inherited/background layers after fixed -> scroll. */
    #home { background-image: url(../img/backgrounds/bg_1.jpg) !important; }
    #who-we-are { background-image: url(../img/backgrounds/bg_2.jpg) !important; }
    #separator-video { background-image: url(../img/backgrounds/bg_3.jpg) !important; }
    #separator-quotes { background-image: url(../img/backgrounds/bg_4.jpg) !important; }
    #separator-purchase { background-image: url(../img/backgrounds/bg_5.jpg) !important; }
    #separator-testimonials { background-image: url(../img/backgrounds/bg_6.jpg) !important; }
    #get-connected { background-image: url(../img/backgrounds/bg_7.jpg) !important; }
    #contact-details { background-image: url(../img/backgrounds/bg_8.jpg) !important; }
}

/* =========================================================
   iOS / mobile real parallax layer
   Mobile image crop: reduced zoom, positioned at 35% center.
   Uses a transformed oversize layer instead of
   background-attachment:fixed (unsupported/unreliable on iOS).
   Desktop Stellar behavior is untouched.
   ========================================================= */
@media (max-width: 992px) {
    #home,
    #who-we-are,
    #separator-video,
    #separator-quotes,
    #separator-purchase,
    #separator-testimonials,
    #get-connected,
    #contact-details {
        position: relative !important;
        overflow: hidden !important;
        background-attachment: scroll !important;
        isolation: isolate;
    }

    #home::before,
    #who-we-are::before,
    #separator-video::before,
    #separator-quotes::before,
    #separator-purchase::before,
    #separator-testimonials::before,
    #get-connected::before,
    #contact-details::before {
        content: "";
        position: absolute;
        left: -4%;
        right: -4%;
        top: -20%;
        bottom: -20%;
        z-index: 0;
        pointer-events: none;
        background-position: 35% center;
        background-repeat: no-repeat;
        background-size: auto 90%;
        -webkit-background-size: auto 90%;
        transform: translate3d(0, var(--mobile-parallax-y, 0px), 0);
        will-change: transform;
        -webkit-transform: translate3d(0, var(--mobile-parallax-y, 0px), 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #home::before { background-image: url(../img/backgrounds/bg_1.jpg); }
    #who-we-are::before { background-image: url(../img/backgrounds/bg_2.jpg); }
    #separator-video::before { background-image: url(../img/backgrounds/bg_3.jpg); }
    #separator-quotes::before { background-image: url(../img/backgrounds/bg_4.jpg); }
    #separator-purchase::before { background-image: url(../img/backgrounds/bg_5.jpg); }
    #separator-testimonials::before { background-image: url(../img/backgrounds/bg_6.jpg); }
    #get-connected::before { background-image: url(../img/backgrounds/bg_7.jpg); }
    #contact-details::before { background-image: url(../img/backgrounds/bg_8.jpg); }

    /* Keep all actual section content above the moving image layer. */
    #home > *:not(.parallax-overlay),
    #who-we-are > *,
    #separator-video > *,
    #separator-quotes > *,
    #separator-purchase > *,
    #separator-testimonials > *,
    #get-connected > *,
    #contact-details > * {
        position: relative;
        z-index: 3;
    }

    #home > .parallax-overlay {
        z-index: 2;
    }
}


/* Hundewerk closing block replacing Google Maps */
.hundewerk-location-close{
    background:#131313;
    color:#F3EEE8;
    padding:110px 0 105px;
    border-top:1px solid rgba(167,102,67,.28);
    border-bottom:1px solid rgba(167,102,67,.20);
}
.hundewerk-location-close .location-kicker{
    margin:0 0 18px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.24em;
    text-transform:uppercase;
    color:#D28A60;
}
.hundewerk-location-close h2{
    margin:0 auto;
    color:#F3EEE8;
    font-size:clamp(34px,4vw,62px);
    line-height:1.08;
    font-weight:300;
}
.hundewerk-location-close h2 .highlight{
    color:#D28A60;
    font-weight:400;
}
.hundewerk-location-close .location-line{
    margin:28px 0 12px;
    font-size:clamp(18px,2vw,26px);
    color:#C7BAB1;
}
.hundewerk-location-close .location-contact{
    margin:0;
}
.hundewerk-location-close .location-contact a{
    color:#F3EEE8;
    font-size:16px;
    letter-spacing:.04em;
    border-bottom:1px solid rgba(210,138,96,.55);
    padding-bottom:4px;
}
.hundewerk-location-close .location-contact a:hover{
    color:#D28A60;
}
@media(max-width:767px){
    .hundewerk-location-close{padding:78px 18px 74px;}
    .hundewerk-location-close h2{font-size:clamp(30px,8vw,44px);}
    .hundewerk-location-close .location-line{margin-top:22px;}
}


/* Mobile hero: static copy. Desktop Liquid Slider remains untouched. */
@media (max-width:991px){
    #slider-home.mobile-static-home{
        display:block !important;
        width:100% !important;
        height:auto !important;
        min-height:0 !important;
        overflow:visible !important;
        opacity:1 !important;
        transform:none !important;
        -webkit-transform:none !important;
    }
    #slider-home.mobile-static-home > div{
        display:none !important;
        width:100% !important;
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        -webkit-transform:none !important;
        animation:none !important;
        -webkit-animation:none !important;
        transition:none !important;
        -webkit-transition:none !important;
    }
    #slider-home.mobile-static-home > div:first-child{
        display:block !important;
    }
    #slider-home.mobile-static-home h1,
    #slider-home.mobile-static-home h1 *,
    #slider-home.mobile-static-home .lead,
    #slider-home.mobile-static-home .home-btn{
        opacity:1 !important;
        transform:none !important;
        -webkit-transform:none !important;
        animation:none !important;
        -webkit-animation:none !important;
        transition:none !important;
        -webkit-transition:none !important;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
    }
}


/* Mobile hero fade slider: stable on iOS, desktop Liquid Slider untouched. */
@media (max-width:991px){
    #slider-home.mobile-fade-home{
        display:grid !important;
        grid-template-columns:minmax(0,1fr);
        width:100% !important;
        height:auto !important;
        min-height:0 !important;
        overflow:visible !important;
        opacity:1 !important;
        transform:none !important;
        -webkit-transform:none !important;
    }

    #slider-home.mobile-fade-home > div{
        grid-column:1;
        grid-row:1;
        display:flex !important;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        width:100% !important;
        opacity:0 !important;
        visibility:hidden !important;
        pointer-events:none;
        transform:none !important;
        -webkit-transform:none !important;
        animation:none !important;
        -webkit-animation:none !important;
        transition:opacity .72s ease, visibility 0s linear .72s !important;
        -webkit-transition:opacity .72s ease, visibility 0s linear .72s !important;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
    }

    #slider-home.mobile-fade-home > div.is-active{
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto;
        transition:opacity .72s ease !important;
        -webkit-transition:opacity .72s ease !important;
    }

    #slider-home.mobile-fade-home h1,
    #slider-home.mobile-fade-home h1 *,
    #slider-home.mobile-fade-home .lead,
    #slider-home.mobile-fade-home .home-btn{
        animation:none !important;
        -webkit-animation:none !important;
        transform:none !important;
        -webkit-transform:none !important;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
    }

    .mobile-home-dots{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:9px;
        margin-top:22px;
        position:relative;
        z-index:6;
    }
    .mobile-home-dots button{
        appearance:none;
        -webkit-appearance:none;
        width:7px;
        height:7px;
        min-width:7px;
        padding:0;
        margin:0;
        border:1px solid rgba(243,238,232,.72);
        border-radius:50%;
        background:transparent;
        box-shadow:none;
        transition:background .25s ease, border-color .25s ease, transform .25s ease;
    }
    .mobile-home-dots button.is-active{
        background:#D28A60;
        border-color:#D28A60;
        transform:scale(1.28);
    }
}

@media (prefers-reduced-motion:reduce) and (max-width:991px){
    #slider-home.mobile-fade-home > div,
    #slider-home.mobile-fade-home > div.is-active{
        transition:none !important;
        -webkit-transition:none !important;
    }
}

/* =========================================================
   Mobile only: "Training im Alltag" background framing
   - 15% larger than the existing 90% mobile parallax layer
   - shifted further left
   - section spacing adjusted accordingly
   - parallax transform / movement remains unchanged
   ========================================================= */
@media (max-width: 992px) {
    #separator-video::before {
        background-size: auto 103.5% !important;
        -webkit-background-size: auto 103.5% !important;
        background-position: 20% center !important;
    }

    #separator-video {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}


/* =========================================================
   Mobile special framing: CTA section "Bereit für den nächsten Schritt?"
   Only this section gets a larger background and more left shift.
   Parallax logic remains unchanged.
   ========================================================= */
@media (max-width: 992px) {
    #separator-purchase {
        min-height: 540px !important;
        height: auto !important;
    }

    #separator-purchase::before {
        left: -6% !important;
        right: -6% !important;
        top: -22% !important;
        bottom: -22% !important;
        background-position: 20% center !important;
        background-size: auto 103.5% !important;
        -webkit-background-size: auto 103.5% !important;
    }

    .call-action-purchase {
        padding: 72px 12px 80px 12px !important;
    }
}

@media (max-width: 767px) {
    #separator-purchase {
        min-height: 560px !important;
    }

    .call-action-purchase span {
        display: block;
        margin-right: 0 !important;
        line-height: 1.35;
    }

    .call-action-purchase span + span {
        margin-top: 24px;
    }
}


/* =========================================================
   Hundewerk custom About icons
   Replaces the old icon-font + oversized shadow icons only.
   ========================================================= */
#about .about-row {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

#about .about-icon-custom {
    float: none;
    flex: 0 0 118px;
    width: 118px;
    margin-top: -10px;
}

#about .about-custom-icon {
    display: block;
    width: 118px;
    height: 118px;
    object-fit: contain;
}

#about .about-info {
    padding-left: 0;
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 767px) {
    #about .about-row {
        gap: 16px;
        margin-bottom: 32px;
    }

    #about .about-icon-custom {
        flex-basis: 86px;
        width: 86px;
        margin-top: -4px;
    }

    #about .about-custom-icon {
        width: 86px;
        height: 86px;
    }

    #about .about-description {
        padding-right: 0;
    }
}

/* =========================================================
   Hundewerk custom service icons
   Six copper icons replacing icon-font + oversized back-icons.
   ========================================================= */
#services .service {
    position: relative;
    min-height: 150px;
}
#services .service-icon-custom {
    float: left;
    width: 104px;
    height: 104px;
    margin-top: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#services .service-custom-icon {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#services .service-info {
    padding-left: 124px;
    padding-top: 1px;
}
@media (max-width: 767px) {
    #services .service {
        min-height: 0;
        margin-bottom: 34px;
    }
    #services .service-icon-custom {
        width: 82px;
        height: 82px;
        margin-top: -4px;
    }
    #services .service-custom-icon {
        width: 78px;
        height: 78px;
    }
    #services .service-info {
        padding-left: 98px;
    }
}


/* =========================================================
   Restored shadow icons behind custom service icons
   ========================================================= */
#services .service {
    position: relative;
    overflow: hidden;
}
#services .service-shadow-icon {
    position: absolute;
    left: 22px;
    top: 4px;
    width: 144px;
    height: 144px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
}
#services .service-shadow-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(0%) opacity(0.95);
}
#services .service-icon-custom,
#services .service-info {
    position: relative;
    z-index: 2;
}
#services .service:nth-child(1) .service-shadow-icon,
#services .service[data-service='alltag'] .service-shadow-icon {
    left: 18px;
}
@media (max-width: 991px) {
    #services .service-shadow-icon {
        width: 128px;
        height: 128px;
        left: 18px;
        top: 10px;
        opacity: 0.16;
    }
}
@media (max-width: 767px) {
    #services .service-shadow-icon {
        width: 110px;
        height: 110px;
        left: 6px;
        top: 4px;
        opacity: 0.14;
    }
}


/* =========================================================
   Hundewerk top/menu logo update
   Transparent logo in navbar, only bar height adjusted as needed.
   Scroll and parallax behavior unchanged.
   ========================================================= */
.navbar {
    min-height: 96px;
}
.navbar-brand {
    margin-top: 0;
    padding: 6px 10px;
}
.navbar-brand img {
    display: block;
    height: 84px;
    width: auto;
}
@media (min-width: 993px) {
    .navbar-nav > li > a,
    .nav > li > span {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}
@media (max-width: 992px) {
    .navbar {
        min-height: 78px;
    }
    .navbar-brand {
        padding: 7px 10px;
    }
    .navbar-brand img {
        height: 64px;
    }
}
@media (max-width: 480px) {
    .navbar {
        min-height: 72px;
    }
    .navbar-brand img {
        height: 58px;
    }
}


/* =========================================================
   CTA section refinement: taller, cleaner line breaks, lower button
   ========================================================= */
#separator-purchase {
    min-height: 320px;
}
.call-action-purchase {
    padding: 74px 0 86px 0;
}
.call-action-purchase .purchase-message {
    max-width: 1080px;
    margin: 0 auto;
}
.call-action-purchase .purchase-line {
    display: block;
    font-family: 'Montserrat',sans-serif;
    color: #ffffff;
}
.call-action-purchase .purchase-line-top {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.35;
    margin-bottom: 12px;
}
.call-action-purchase .purchase-line-top small {
    font-family: 'Raleway',sans-serif;
    font-size: inherit;
    font-weight: 300;
    color: inherit;
}
.call-action-purchase .purchase-line-main {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.45;
}
.call-action-purchase .purchase-line-main strong {
    font-weight: 700;
}
.call-action-purchase .purchase-button-wrap {
    margin-top: 30px;
}
@media (max-width: 992px) {
    #separator-purchase {
        min-height: 380px !important;
    }
    .call-action-purchase {
        padding: 88px 18px 100px 18px !important;
    }
    .call-action-purchase .purchase-line-top {
        font-size: 21px;
    }
    .call-action-purchase .purchase-line-main {
        font-size: 25px;
        line-height: 1.5;
    }
    .call-action-purchase .purchase-button-wrap {
        margin-top: 34px;
    }
}
@media (max-width: 767px) {
    #separator-purchase {
        min-height: 420px !important;
    }
    .call-action-purchase {
        padding: 92px 16px 110px 16px !important;
    }
    .call-action-purchase .purchase-line-top {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .call-action-purchase .purchase-line-main {
        font-size: 22px;
    }
    .call-action-purchase .purchase-button-wrap {
        margin-top: 38px;
    }
}
@media (max-width: 480px) {
    #separator-purchase {
        min-height: 440px !important;
    }
    .call-action-purchase .purchase-line-top {
        font-size: 17px;
    }
    .call-action-purchase .purchase-line-main {
        font-size: 20px;
        line-height: 1.45;
    }
}


/* =========================================================
   CTA section long-copy variant
   Section enlarged, text restructured, button linked to contact form.
   Parallax behavior unchanged.
   ========================================================= */
#separator-purchase {
    min-height: 800px;
}
.call-action-purchase {
    padding: 110px 0 120px 0;
}
.call-action-purchase .purchase-message-long {
    max-width: 1180px;
    margin: 0 auto;
}
.call-action-purchase .purchase-headline {
    font-family: 'Montserrat',sans-serif;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 34px 0;
}
.call-action-purchase .purchase-headline strong {
    font-weight: 700;
}
.call-action-purchase .purchase-message-long p {
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    line-height: 1.72;
    font-weight: 400;
    color: rgba(255,255,255,0.98);
    margin: 0 auto 26px auto;
    max-width: 1100px;
}
.call-action-purchase .purchase-message-long p strong {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #ffffff;
}
.call-action-purchase .purchase-button-wrap {
    margin-top: 34px;
}
.call-action-purchase .purchase-button-wrap .btn {
    font-size: 18px;
    padding: 16px 30px;
    white-space: normal;
}
@media (max-width: 1200px) {
    #separator-purchase {
        min-height: 880px;
    }
    .call-action-purchase {
        padding: 105px 24px 115px 24px;
    }
    .call-action-purchase .purchase-headline {
        font-size: 34px;
    }
    .call-action-purchase .purchase-message-long p {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    #separator-purchase {
        min-height: 980px !important;
    }
    .call-action-purchase {
        padding: 115px 24px 125px 24px !important;
    }
    .call-action-purchase .purchase-headline {
        font-size: 31px;
        margin-bottom: 28px;
    }
    .call-action-purchase .purchase-message-long p {
        font-size: 21px;
        line-height: 1.68;
        margin-bottom: 22px;
    }
    .call-action-purchase .purchase-button-wrap {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #separator-purchase {
        min-height: 1120px !important;
    }
    .call-action-purchase {
        padding: 120px 18px 135px 18px !important;
    }
    .call-action-purchase .purchase-headline {
        font-size: 27px;
        line-height: 1.4;
        margin-bottom: 24px;
    }
    .call-action-purchase .purchase-message-long p {
        font-size: 18px;
        line-height: 1.66;
        margin-bottom: 18px;
    }
    .call-action-purchase .purchase-button-wrap {
        margin-top: 28px;
    }
    .call-action-purchase .purchase-button-wrap .btn {
        font-size: 16px;
        padding: 14px 22px;
    }
}
@media (max-width: 480px) {
    #separator-purchase {
        min-height: 1260px !important;
    }
    .call-action-purchase {
        padding: 110px 16px 125px 16px !important;
    }
    .call-action-purchase .purchase-headline {
        font-size: 24px;
    }
    .call-action-purchase .purchase-message-long p {
        font-size: 17px;
        line-height: 1.62;
    }
    .call-action-purchase .purchase-button-wrap .btn {
        width: 100%;
        max-width: 360px;
    }
}


/* =========================================================
   Mobile-specific background sources
   Separate mobile crops for easier maintenance / replacement.
   Desktop and parallax behavior stay untouched.
   ========================================================= */
@media (max-width: 992px) {
    #home { background-image: url(../img/backgrounds/mobile/bg_1-mobile.jpg) !important; }
    #who-we-are { background-image: url(../img/backgrounds/mobile/bg_2-mobile.jpg) !important; }
    #separator-video { background-image: url(../img/backgrounds/mobile/bg_3-mobile.jpg) !important; }
    #separator-quotes { background-image: url(../img/backgrounds/mobile/bg_4-mobile.jpg) !important; }
    #separator-purchase { background-image: url(../img/backgrounds/mobile/bg_5-mobile.jpg) !important; }
    #separator-testimonials { background-image: url(../img/backgrounds/mobile/bg_6-mobile.jpg) !important; }
    #get-connected { background-image: url(../img/backgrounds/mobile/bg_7-mobile.jpg) !important; }
    #contact-details { background-image: url(../img/backgrounds/mobile/bg_8-mobile.jpg) !important; }

    #home::before { background-image: url(../img/backgrounds/mobile/bg_1-mobile.jpg); }
    #who-we-are::before { background-image: url(../img/backgrounds/mobile/bg_2-mobile.jpg); }
    #separator-video::before { background-image: url(../img/backgrounds/mobile/bg_3-mobile.jpg); }
    #separator-quotes::before { background-image: url(../img/backgrounds/mobile/bg_4-mobile.jpg); }
    #separator-purchase::before { background-image: url(../img/backgrounds/mobile/bg_5-mobile.jpg); }
    #separator-testimonials::before { background-image: url(../img/backgrounds/mobile/bg_6-mobile.jpg); }
    #get-connected::before { background-image: url(../img/backgrounds/mobile/bg_7-mobile.jpg); }
    #contact-details::before { background-image: url(../img/backgrounds/mobile/bg_8-mobile.jpg); }
}


/* =========================================================
   Mobile crop composition v15
   Optimized framing only; parallax transform remains unchanged.
   ========================================================= */
@media (max-width: 992px) {
    #home,
    #who-we-are,
    #separator-video,
    #separator-quotes,
    #separator-purchase,
    #separator-testimonials,
    #get-connected,
    #contact-details {
        background-position: center center !important;
    }

    #home::before,
    #who-we-are::before,
    #separator-video::before,
    #separator-quotes::before,
    #separator-purchase::before,
    #separator-testimonials::before,
    #get-connected::before,
    #contact-details::before {
        background-position: center center !important;
    }
}


/* =========================================================
   V1.1 - Abschnitt "Erst verstehen. Dann verändern." vergrößert
   und Balkenbeschriftungen / Prozentwerte angepasst
   ========================================================= */
#who-we-are {
    min-height: 133vh;
}
#who-we-are .col-we-are,
#who-we-are .col-md-skills {
    margin-top: 84px;
    margin-bottom: 84px;
}
#who-we-are .col-md-skills {
    height: auto;
}
#who-we-are .skills-col {
    margin-top: 18px;
    margin-bottom: 18px;
}
#who-we-are .skills-col p {
    line-height: 1.35;
    margin: 0 0 10px 0;
    font-size: 16px;
}
#who-we-are .skillbar {
    margin-bottom: 38px;
}
#who-we-are .skillbar-title {
    width: auto;
    min-width: 72px;
    font-size: 15px;
}
#who-we-are .skillbar-title span {
    padding: 4px 14px;
}
@media (max-width: 992px) {
    #who-we-are {
        min-height: auto;
    }
    #who-we-are .col-we-are,
    #who-we-are .col-md-skills {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #who-we-are .skills-col p {
        font-size: 15px;
    }
}


/* =========================================================
   V1.2 - Überschrift über Statistik-Balken
   ========================================================= */
#who-we-are .skills-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #f5f1eb;
    margin: 0 0 28px 0;
    letter-spacing: -0.4px;
}
#who-we-are .skills-heading span {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #d6c0ad;
}
#who-we-are .skills-col {
    padding-top: 6px;
}
@media (max-width: 992px) {
    #who-we-are .skills-heading {
        font-size: 24px;
        margin-bottom: 24px;
    }
    #who-we-are .skills-heading span {
        font-size: 16px;
    }
}


/* =========================================================
   V1.3 - Abschnittshöhe "Erst verstehen. Dann verändern." reduziert
   ========================================================= */
#who-we-are {
    min-height: 93vh;
}
#who-we-are .col-we-are,
#who-we-are .col-md-skills {
    margin-top: 58px;
    margin-bottom: 58px;
}
@media (max-width: 992px) {
    #who-we-are {
        min-height: auto;
    }
    #who-we-are .col-we-are,
    #who-we-are .col-md-skills {
        margin-top: 46px;
        margin-bottom: 46px;
    }
}

/* =========================================================
   V1.4 - Abschnitt "Erst verstehen. Dann verändern."
   nochmals ca. 1/3 niedriger, Kürzung nach unten.
   Mobile Hintergrundversion passend neu zugeschnitten.
   Parallax unverändert.
   ========================================================= */
#who-we-are {
    min-height: 62vh;
    background-position: center top;
}
#who-we-are .col-we-are,
#who-we-are .col-md-skills {
    margin-top: 38px;
    margin-bottom: 38px;
}

@media (max-width: 992px) {
    #who-we-are {
        min-height: auto;
    }

    #who-we-are .col-we-are,
    #who-we-are .col-md-skills {
        margin-top: 38px;
        margin-bottom: 38px;
    }

    #who-we-are::before {
        background-position: center top;
    }
}


/* =========================================================
   V1.5 - Text im Abschnitt "Erst verstehen. Dann verändern."
   aktualisiert; Höhe an Inhalt und Hintergrundbild angepasst.
   Farben, Effekte, Mobile-Hintergrund und Parallax unverändert.
   ========================================================= */
#who-we-are {
    min-height: 68vh;
}
#who-we-are .col-we-are,
#who-we-are .col-md-skills {
    margin-top: 42px;
    margin-bottom: 42px;
}
#who-we-are .col-we-are .p-info {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #who-we-are {
        min-height: auto;
    }
    #who-we-are .col-we-are,
    #who-we-are .col-md-skills {
        margin-top: 38px;
        margin-bottom: 38px;
    }
}


/* =========================================================
   V1.6 - Mobile Fliesstexte +2pt
   ========================================================= */
@media (max-width: 767px) {
    /* Allgemeiner Fließtext in Inhaltsabschnitten */
    p,
    .section p,
    .text p,
    .feature p,
    .service p,
    .about-text p,
    .we-are-text p,
    .col-we-are p,
    #who-we-are p,
    .callout p,
    .cta p {
        font-size: 18px !important;
        line-height: 1.7 !important;
    }

    /* Fließtext direkt im Abschnitt „Erst verstehen. Dann verändern.“ */
    #who-we-are .col-we-are p {
        font-size: 18px !important;
        line-height: 1.75 !important;
    }
}


/* =========================================================
   V1.7 - Fliesstext +1pt und dezenter Schlagschatten
   ========================================================= */

/* Fliesstext global leicht vergroessern */
p,
.section p,
.text p,
.feature p,
.service p,
.about-text p,
.we-are-text p,
.col-we-are p,
#who-we-are p,
.callout p,
.cta p,
li {
    font-size: 17px;
    line-height: 1.75;
}

/* Mobile Fliesstexte nochmals 1pt groesser als in V1.6 */
@media (max-width: 767px) {
    p,
    .section p,
    .text p,
    .feature p,
    .service p,
    .about-text p,
    .we-are-text p,
    .col-we-are p,
    #who-we-are p,
    .callout p,
    .cta p,
    li {
        font-size: 19px !important;
        line-height: 1.75 !important;
    }
}

/* Dezenter Schlagschatten fuer bessere Lesbarkeit */
.slider-text-middle,
.slider-text-middle h1,
.slider-text-middle h2,
.slider-text-middle h3,
.slider-text-middle h4,
.slider-text-middle p,
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6,
.section p,
#who-we-are h1,
#who-we-are h2,
#who-we-are h3,
#who-we-are p,
.service h3,
.service p,
.feature h3,
.feature p,
.callout h1,
.callout h2,
.callout h3,
.callout p,
.cta h1,
.cta h2,
.cta h3,
.cta p,
.skill label,
.skill .value,
.progress-title,
.progress-percent,
.progress-info,
.button,
.btn,
.hero-text,
.hero-text p,
.hero-text h1,
.hero-text h2 {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* Ueberschriften auf Bildbereichen minimal etwas praesenter */
.slider-text-middle h1,
.slider-text-middle h2,
.section h1,
.section h2,
#who-we-are h1,
#who-we-are h2,
.callout h1,
.callout h2,
.cta h1,
.cta h2 {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
}


/* =========================================================
   V1.8 - Who-we-are: Abschnitt, Overlay und Hintergrund exakt gleich hoch
   Hintergrund oben verankert; überschüssiger Bildanteil wird unten beschnitten.
   Parallax-Mechanik bleibt unverändert.
   ========================================================= */
#who-we-are {
    position: relative;
    overflow: hidden;
    background-position: center top !important;
}

/* Die innere Row füllt die komplette Mindesthöhe des Abschnitts.
   Dadurch endet das dunkle Overlay exakt mit dem Hintergrundabschnitt. */
#who-we-are > .row {
    min-height: 68vh;
}

#who-we-are > .row > .parallax-overlay {
    top: 0;
    bottom: 0;
    height: auto;
}

@media (max-width: 992px) {
    /* Mobil bestimmt weiterhin der Inhalt die Abschnittshöhe. */
    #who-we-are > .row {
        min-height: 0;
    }

    #who-we-are::before {
        background-position: center top !important;
    }
}


/* =========================================================
   V1.15 - Abschnitt "Wofür wir stehen / Verhalten verstehen"
   um ca. 1/3 vergrößert.
   Desktop + Mobile exakt auf die Abschnittshöhe abgestimmt,
   Scroll-/Parallax-Verhalten bleibt erhalten.
   Dot-Pattern zusätzlich um 15% transparenter gestaltet.
   ========================================================= */
#separator-testimonials {
    min-height: 320px;
    height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
}
#separator-testimonials .row.text-center {
    min-height: calc(320px - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
}
#separator-testimonials #testimonials-slider {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    #separator-testimonials {
        min-height: 360px;
        height: auto;
        padding-top: 42px;
        padding-bottom: 42px;
    }
    #separator-testimonials .row.text-center {
        min-height: calc(360px - 84px);
    }
}


/* =========================================================
   V1.16 - Separator Testimonials nach Feedback korrigiert
   - deutlich höher
   - Abschnitt und sichtbarer Bildbereich deckungsgleich
   - Overlay / Pattern deutlich transparenter
   - Desktop + Mobile angepasst
   ========================================================= */
#separator-testimonials {
    min-height: 460px;
    height: 460px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}
#separator-testimonials > .row.text-center {
    position: relative;
    min-height: 460px;
    height: 460px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#separator-testimonials #testimonials-slider {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
#separator-testimonials .parallax-overlay {
    opacity: 0.22;
}

@media (max-width: 992px) {
    #separator-testimonials {
        min-height: 420px;
        height: 420px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #separator-testimonials > .row.text-center {
        min-height: 420px;
        height: 420px;
        margin: 0;
    }
    #separator-testimonials .parallax-overlay {
        opacity: 0.20;
    }
}


/* =========================================================
   V1.18 - Portfolio Karten: dauerhafte Textebene + Hover/Touch-Ebene
   Bestehende Hover-Mechanik und Icons bleiben erhalten.
   ========================================================= */
#portfolio .cbp-item .img {
    position: relative;
}
#portfolio .cbp-item .img .img-responsive {
    filter: brightness(0.85);
}
#portfolio .portfolio-base-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 22px;
    background: linear-gradient(to top, rgba(9,9,9,.82) 0%, rgba(9,9,9,.56) 48%, rgba(9,9,9,.42) 100%);
    transition: opacity .3s ease;
}
#portfolio .portfolio-base-copy {
    width: 100%;
    text-align: center;
    color: #f3eee8;
    text-shadow: 0 2px 6px rgba(0,0,0,.58);
}
#portfolio .portfolio-base-copy strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #f3eee8;
}
#portfolio .portfolio-base-copy span {
    display: block;
    margin-top: 7px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    color: #d8cec6;
}
#portfolio .effect:hover .portfolio-base-overlay {
    opacity: 0;
}
#portfolio .overlay .expand {
    padding: 0 24px;
    line-height: normal;
}
#portfolio .portfolio-hover-copy {
    display: block;
    max-width: 440px;
    margin: 0 auto 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #f3eee8;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
}
#portfolio .expand .cbp-l-icon {
    display: inline-block;
    margin: 0 7px;
}

@media (max-width: 767px) {
    #portfolio .portfolio-base-overlay {
        padding: 22px 16px;
    }
    #portfolio .portfolio-base-copy strong {
        font-size: 20px;
    }
    #portfolio .portfolio-base-copy span {
        font-size: 15px;
    }
    #portfolio .portfolio-hover-copy {
        max-width: 90%;
        font-size: 17px;
        line-height: 1.45;
        margin-bottom: 18px;
    }
}


/* =========================================================
   V1.22 - Preis-/Trainingskarten
   Neue Texte, Investitionsangaben und dezenter Preis-Hinweis.
   Schriftgrößen responsiv begrenzt, damit alle Inhalte sauber
   innerhalb der drei Karten bleiben.
   ========================================================= */
#price-list .hundewerk-price-card {
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
}
#price-list .hundewerk-price-card-featured {
    min-height: 650px;
}
#price-list .price-card-title {
    margin: 0 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 700;
    overflow-wrap: normal;
    word-break: normal;
}
#price-list .hundewerk-price-card-featured .price-card-title {
    font-size: 48px;
}
#price-list .price-card-subtitle {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    line-height: 1.18;
    font-weight: 700;
}
#price-list .price-card-subtitle span {
    font-size: inherit;
}
#price-list .hundewerk-price-card .price-box-info {
    margin: 28px 0 10px;
}
#price-list .hundewerk-price-card .price-box-offer {
    margin: 22px 0 20px;
}
#price-list .hundewerk-price-card .offer-list li {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 15px;
}
#price-list .price-investment {
    margin: auto 0 22px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #C7BAB1;
}
#price-list .price-investment strong {
    color: #F3EEE8;
    font-weight: 600;
}
#price-list .hundewerk-price-card .sign-up-btn {
    margin: 0 0 28px;
}
#price-list .pricing-note {
    max-width: 1040px;
    margin: 12px auto 66px;
    padding: 0 24px;
    text-align: center;
}
#price-list .pricing-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
    color: #8f837b;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #price-list .hundewerk-price-card {
        min-height: 570px;
        padding-left: 16px;
        padding-right: 16px;
    }
    #price-list .hundewerk-price-card-featured {
        min-height: 620px;
    }
    #price-list .price-card-title,
    #price-list .hundewerk-price-card-featured .price-card-title {
        font-size: 32px;
    }
    #price-list .price-card-subtitle {
        font-size: 24px;
    }
    #price-list .hundewerk-price-card .offer-list li {
        font-size: 14px;
    }
    #price-list .price-investment {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #price-list .hundewerk-price-card,
    #price-list .hundewerk-price-card-featured {
        min-height: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 28px 22px 30px;
    }
    #price-list .price-card-title,
    #price-list .hundewerk-price-card-featured .price-card-title {
        font-size: 36px;
    }
    #price-list .price-card-subtitle {
        font-size: 27px;
    }
    #price-list .price-investment {
        margin: 10px 0 22px;
        font-size: 14px;
    }
    #price-list .pricing-note {
        margin: 8px auto 48px;
        padding: 0 18px;
    }
    #price-list .pricing-note p {
        font-size: 12px;
        line-height: 1.6;
    }
}


/* =========================================================
   V1.23 - Preisboxen / Kontakt-Details
   - Anfrage-Buttons springen zum Kontaktformular
   - Telefon + WhatsApp + Rufnummer
   - Dot-Pattern im Kontakt-Detail-Abschnitt entfernt
   ========================================================= */
#contact-details .contact-details-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,19,19,.35);
    z-index: 2;
    pointer-events: none;
}
#contact-details .phone-info h1 .fa {
    margin-right: 10px;
}
#contact-details .phone-info h1 .fa-whatsapp {
    margin-left: 2px;
}

/* =========================================================
   V1.26 - Mensch. Hund. Team. mobile Bildvarianten
   Eigene mobile Ausschnitte, Desktop bleibt unverändert.
   ========================================================= */
#team .team-picture {
    display: block;
    width: 100%;
}
#team .team-picture .img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================================
   V1.27 - Separator-Quotes und Separator-Testimonials
   gleiche Abschnittshöhe. Nur Höhenanpassung; Slider,
   Scroll- und Parallax-Effekte bleiben unverändert.
   ========================================================= */
#separator-quotes,
#separator-testimonials {
    height: 800px;
    min-height: 800px;
    max-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
}

#separator-quotes > .row.text-center,
#separator-testimonials > .row.text-center {
    height: 800px;
    min-height: 800px;
    max-height: 800px;
    margin-top: 0;
    margin-bottom: 0;
}

/* Die vorhandenen Hintergrundbilder bleiben erhalten und
   werden innerhalb der identischen Abschnittshöhe eingepasst. */
#separator-quotes,
#separator-testimonials {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    #separator-quotes,
    #separator-testimonials {
        height: 800px;
        min-height: 800px;
        max-height: 800px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #separator-quotes > .row.text-center,
    #separator-testimonials > .row.text-center {
        height: 800px;
        min-height: 800px;
        max-height: 800px;
        margin-top: 0;
        margin-bottom: 0;
    }
}


/* =========================================================
   V1.30 - Contact Details auf 800px Höhe gesetzt
   Hintergrundbild deckungsgleich eingepasst,
   Desktop + Mobile, Effekte bleiben erhalten.
   ========================================================= */
#contact-details {
    height: 800px;
    min-height: 800px;
    max-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
    background-position: center center;
}

#contact-details > .row.text-center {
    height: 800px;
    min-height: 800px;
    max-height: 800px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-details .container {
    width: 100%;
}

#contact-details .details {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #contact-details {
        height: 800px;
        min-height: 800px;
        max-height: 800px;
        padding-top: 0;
        padding-bottom: 0;
        background-size: cover !important;
        background-position: center center !important;
    }

    #contact-details > .row.text-center {
        height: 800px;
        min-height: 800px;
        max-height: 800px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contact-details::before {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        background-size: cover !important;
        -webkit-background-size: cover !important;
        background-position: center center !important;
    }

    #contact-details .details {
        margin-top: 0;
        margin-bottom: 0;
    }
}


/* =========================================================
   V1.31 - NUR Mobile: Separator-Quotes + Separator-Testimonials
   auf 460px Höhe. Desktop bleibt 800px unverändert.
   Hintergrund deckungsgleich per cover; Effekte unangetastet.
   ========================================================= */
@media (max-width: 992px) {
    #separator-quotes,
    #separator-testimonials {
        height: 460px;
        min-height: 460px;
        max-height: 460px;
        padding-top: 0;
        padding-bottom: 0;
        background-size: cover !important;
        -webkit-background-size: cover !important;
        background-position: center center !important;
    }

    #separator-quotes > .row.text-center,
    #separator-testimonials > .row.text-center {
        height: 460px;
        min-height: 460px;
        max-height: 460px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #separator-quotes::before,
    #separator-testimonials::before {
        background-size: cover !important;
        -webkit-background-size: cover !important;
        background-position: center center !important;
    }
}

/* =========================================================
   V1.32 - Kontaktleiste aktualisiert
   - Telefon-Icon durch WhatsApp-Icon ersetzt
   - Kupferfarbener Hintergrund unter Telefonnummer entfernt
   ========================================================= */
#contact-details .phone-info {
    background: transparent !important;
}
#contact-details .phone-info h1 .fa-whatsapp {
    margin-right: 14px;
    margin-left: 0;
}

/* =========================================================
   V1.33 - WhatsApp-Icon Fix
   Font Awesome lieferte hier kein sichtbares WhatsApp-Icon,
   daher Umstellung auf Ionicons.
   ========================================================= */
#contact-details .phone-info h1 i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
#contact-details .phone-info h1 .whatsapp-icon {
    font-size: 0.92em;
    line-height: 1;
    position: relative;
    top: -1px;
}

/* =========================================================
   V1.35 - Navigation Hover: Kupfer-Unterstrich aus der Mitte
   Nur Desktop-Hover; Mobile Navigation bleibt unverändert.
   ========================================================= */
@media (min-width: 993px) and (hover: hover) and (pointer: fine) {
    #main-nav > ul.navbar-nav > li > a:not(.social-icon) {
        position: relative;
        background: transparent !important;
        color: #F3EEE8 !important;
    }

    #main-nav > ul.navbar-nav > li > a:not(.social-icon)::after {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 24px;
        height: 2px;
        background: #D28A60;
        transform: scaleX(0);
        transform-origin: center center;
        transition: transform 0.28s ease;
        pointer-events: none;
    }

    #main-nav > ul.navbar-nav > li > a:not(.social-icon):hover,
    #main-nav > ul.navbar-nav > li > a:not(.social-icon):focus {
        background: transparent !important;
        color: #F3EEE8 !important;
    }

    #main-nav > ul.navbar-nav > li > a:not(.social-icon):hover::after,
    #main-nav > ul.navbar-nav > li > a:not(.social-icon):focus::after {
        transform: scaleX(1);
    }
}

/* =========================================================
   V1.36 - Desktop-Navbar schlanker
   Navbar-Höhe reduziert, Logo bleibt unverändert 84px groß
   und darf über den Balken hinausragen. Mobile unverändert.
   ========================================================= */
@media (min-width: 993px) {
    #fixed-navbar,
    #fixed-navbar .navbar,
    #fixed-navbar .navbar-default,
    #fixed-navbar .container,
    #fixed-navbar .navbar-header,
    #fixed-navbar .navbar-brand {
        overflow: visible;
    }

    #fixed-navbar .navbar {
        min-height: 76px;
    }

    #fixed-navbar .navbar-brand {
        height: 76px;
        margin-top: 0;
        padding: 0 10px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 6;
    }

    #fixed-navbar .navbar-brand img {
        height: 84px;
        width: auto;
        max-height: none;
        flex: 0 0 auto;
    }

    #fixed-navbar .navbar-collapse,
    #fixed-navbar .navbar-right {
        margin-top: 0;
    }

    #fixed-navbar .navbar-nav > li > a,
    #fixed-navbar .nav > li > span {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

/* =========================================================
   V1.37 - Desktop-Navbar 50px / Logo 90px
   Nur Desktop. Logo darf über die Navbar hinausragen und
   wird nicht beschnitten. Mobile Navigation bleibt unverändert.
   ========================================================= */
@media (min-width: 993px) {
    #fixed-navbar,
    #fixed-navbar .navbar,
    #fixed-navbar .navbar-default,
    #fixed-navbar .container,
    #fixed-navbar .navbar-header,
    #fixed-navbar .navbar-brand {
        overflow: visible;
    }

    #fixed-navbar .navbar,
    #fixed-navbar .navbar-default {
        height: 50px;
        min-height: 50px;
    }

    #fixed-navbar .navbar-header,
    #fixed-navbar .navbar-brand {
        height: 50px;
        min-height: 50px;
    }

    #fixed-navbar .navbar-brand {
        margin-top: 0;
        padding: 0 10px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 6;
    }

    #fixed-navbar .navbar-brand img {
        height: 90px;
        width: auto;
        max-height: none;
        flex: 0 0 auto;
    }

    #fixed-navbar .navbar-collapse,
    #fixed-navbar .navbar-right {
        margin-top: 0;
    }

    #fixed-navbar .navbar-nav > li > a,
    #fixed-navbar .nav > li > span {
        height: 50px;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }
}

/* =========================================================
   V1.39 - Desktop-Navbar 90px / Logo 80px
   Nur Desktop. Logo bleibt vollständig sichtbar und wird
   nicht beschnitten. Mobile Navigation bleibt unverändert.
   ========================================================= */
@media (min-width: 993px) {
    #fixed-navbar,
    #fixed-navbar .navbar,
    #fixed-navbar .navbar-default,
    #fixed-navbar .container,
    #fixed-navbar .navbar-header,
    #fixed-navbar .navbar-brand {
        overflow: visible;
    }

    #fixed-navbar .navbar,
    #fixed-navbar .navbar-default {
        height: 90px;
        min-height: 90px;
    }

    #fixed-navbar .navbar-header,
    #fixed-navbar .navbar-brand {
        height: 90px;
        min-height: 90px;
    }

    #fixed-navbar .navbar-brand {
        margin-top: 0;
        padding: 0 10px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 6;
    }

    #fixed-navbar .navbar-brand img {
        height: 80px;
        width: auto;
        max-height: none;
        flex: 0 0 auto;
    }

    #fixed-navbar .navbar-collapse,
    #fixed-navbar .navbar-right {
        margin-top: 0;
    }

    #fixed-navbar .navbar-nav > li > a,
    #fixed-navbar .nav > li > span {
        height: 90px;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }
}

/* =========================================================
   V1.41 - Services/Karten stabilisiert
   Sauberes 3x2-Flexraster auf Desktop, 2 Spalten auf Tablet,
   1 Spalte mobil. Textlängen dürfen die Reihenhöhe verändern,
   ohne dass Karten in andere Spalten hochrutschen.
   Icons, Schattenicons und bestehende Animationen bleiben erhalten.
   ========================================================= */
#services .services-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#services .services-row > [class*="col-"] {
    float: none;
    display: flex;
}

#services .service {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

#services .service-icon-custom {
    float: none;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
}

#services .service-info {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 20px;
    padding-top: 1px;
}

#services .service-info h4 {
    margin-top: 0;
}

@media (min-width: 992px) {
    #services .services-row > .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 54px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #services .services-row > .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 46px;
    }

    #services .service-icon-custom {
        flex-basis: 96px;
        width: 96px;
        height: 96px;
    }

    #services .service-custom-icon {
        width: 92px;
        height: 92px;
    }

    #services .service-info {
        padding-left: 18px;
    }
}

@media (max-width: 767px) {
    #services .services-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 34px;
    }

    #services .service {
        height: auto;
        min-height: 0;
    }

    #services .service-icon-custom {
        flex: 0 0 82px;
        width: 82px;
        height: 82px;
    }

    #services .service-info {
        padding-left: 16px;
    }
}


/* =========================================================
   V1.43 - Kontakt-CTA Buttonbreite an längeren Text angepasst.
   Nur Abmessungen; Schrift, Farben und Hover-Effekt bleiben unverändert.
   ========================================================= */
#contact input.submit {
    width: 360px;
    max-width: 100%;
}


/* =========================================================
   V1.46 – CTA-Hintergrund im Abschnitt „Bereit für den nächsten Schritt?“
   um weitere 15 % abgedunkelt.
   Text, Positionen, Button und Effekte bleiben unverändert.
   ========================================================= */
#separator-purchase {
    background-image:
        linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)),
        url(../img/backgrounds/bg_5.jpg) !important;
}

@media (max-width: 992px) {
    #separator-purchase {
        background-image:
            linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)),
            url(../img/backgrounds/mobile/bg_5-mobile.jpg) !important;
    }

    #separator-purchase::before {
        background-image:
            linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)),
            url(../img/backgrounds/mobile/bg_5-mobile.jpg) !important;
    }
}

/* =========================================================
   V1.52 - Hauptnavigation fest oben + sanftes Einblenden
   Nur auf der produktiven index.html (body.hundewerk-main).
   Die Navbar ist am Seitenanfang unsichtbar, bleibt am oberen
   Fensterrand fixiert und blendet sich beim Scrollen weich ein.
   Demo-/Neben-Seiten behalten ihr bisheriges Navbar-Verhalten.
   ========================================================= */
body.hundewerk-main #fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -12px, 0);
    transition:
        opacity 900ms ease,
        transform 900ms ease,
        visibility 0s linear 900ms;
    will-change: opacity, transform;
}

body.hundewerk-main #fixed-navbar.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
    body.hundewerk-main #fixed-navbar,
    body.hundewerk-main #fixed-navbar.is-visible {
        transition: none;
        transform: none;
    }
}


/* =========================================================
   V1.53 - Großes Startlogo / Skalierung in die Navbar
   Nur auf der produktiven index.html (body.hundewerk-main).
   Am Seitenanfang bleibt nur das Logo sichtbar und wird mit
   200 % seiner regulären Navbar-Größe dargestellt. Sobald die
   Navbar ab 40 px Scrollposition eingeblendet wird, skaliert das
   Logo weich auf seine reguläre Größe zurück; Navigation und
   Hintergrund blenden gleichzeitig ein.
   ========================================================= */
body.hundewerk-main #fixed-navbar {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: none;
    transition: none;
    overflow: visible;
}

body.hundewerk-main #fixed-navbar .navbar,
body.hundewerk-main #fixed-navbar .navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    transition:
        background-color 900ms ease,
        border-color 900ms ease,
        box-shadow 900ms ease;
}

body.hundewerk-main #fixed-navbar .navbar-brand {
    pointer-events: auto;
    overflow: visible;
}

body.hundewerk-main #fixed-navbar .navbar-brand img {
    transform: scale(2.75);
    transform-origin: left top;
    transition: transform 900ms ease;
    will-change: transform;
}

body.hundewerk-main #fixed-navbar #main-nav,
body.hundewerk-main #fixed-navbar .navbar-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -12px, 0);
    transition:
        opacity 900ms ease,
        transform 900ms ease,
        visibility 0s linear 900ms;
}

body.hundewerk-main #fixed-navbar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}

body.hundewerk-main #fixed-navbar.is-visible .navbar,
body.hundewerk-main #fixed-navbar.is-visible .navbar-default {
    background-color: #211D1B !important;
    border-color: #423A35 !important;
}

body.hundewerk-main #fixed-navbar.is-visible .navbar-brand img {
    transform: scale(1);
}

body.hundewerk-main #fixed-navbar.is-visible #main-nav,
body.hundewerk-main #fixed-navbar.is-visible .navbar-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
    body.hundewerk-main #fixed-navbar .navbar,
    body.hundewerk-main #fixed-navbar .navbar-default,
    body.hundewerk-main #fixed-navbar .navbar-brand img,
    body.hundewerk-main #fixed-navbar #main-nav,
    body.hundewerk-main #fixed-navbar .navbar-toggle {
        transition: none;
    }
}


/* =========================================================
   V1.55 - Startlogo 220px / Navigationstext / Hoverlinie
   Desktop-Startlogo: 220 px sichtbar (80 px x 2,75), Zielgröße
   in der eingeblendeten Navbar weiterhin 80 px. Logo-Skalierung
   nutzt exakt 900 ms ease und entspricht damit der Fade-Dauer
   der Navbar. Menüpunkte behalten ihr Layout; die kupferfarbene
   Hoverlinie sitzt näher an der Schrift.
   ========================================================= */

/* =========================================================
   V1.56 - Mobil-Logo 130px / Navbar 80px
   Auf Tablet/Mobil (<= 992 px) wird das Logo bei ausgeblendeter
   Navbar mit 130 px sichtbarer Höhe dargestellt. Beim Einblenden
   der Navbar skaliert es synchron über 900 ms ease auf 80 px.
   Desktop-Verhalten aus V1.55 bleibt unverändert.
   ========================================================= */
@media (max-width: 992px) {
    body.hundewerk-main #fixed-navbar .navbar-brand img {
        height: 80px;
        width: auto;
        max-height: none;
        transform: scale(1.625);
        transform-origin: left top;
        transition: transform 900ms ease;
        will-change: transform;
    }

    body.hundewerk-main #fixed-navbar.is-visible .navbar-brand img {
        transform: scale(1);
    }
}
