/*--
	Common Css
--*/

@font-face{
	font-family:'Open Sans';
	src:url(../fonts/OpenSans-Regular.ttf);
	src:url(../fonts/OpenSans-Light.ttf);
	src:url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face{
	font-family:'Roboto';
	src:url(../fonts/Roboto-Regular.ttf);
	src:url(../fonts/Roboto-Thin.ttf);
	src:url(../fonts/Roboto-Medium.ttf);
	src:url(../fonts/Roboto-Light.ttf);
	src:url(../fonts/Roboto-Bold.ttf);
}

@font-face{
	font-family:'Volkhov';
	src:url(../fonts/Volkhov-Regular.ttf);
	src:url(../fonts/Volkhov-Italic.ttf);
}

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}
p {
  font-size: 15px;
  line-height: 28px;
}

ul {
  padding: 2;
  margin: 0;
  list-style: square;
}

sup {
  font-size: 60%;
  line-height: 40px;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666;
}
/*--
	Header Start 
--*/
header {
  background: #F5F5F5;
  padding: 20px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand {
  padding-top: 5px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 5px;
}
header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 10px 26px;
  font-size: 15px;
}
font header .navbar-default .navbar-nav li a:hover {
  color: #000;
}
/*---------------------------------------------
					Global Header 
-----------------------------------------------*/
/*--
	Global Header Start 
--*/
#global-header {
  background: url("../img/slider-bg2.jpg") no-repeat;
      background-size: 100% 100%;
    background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#global-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#global-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#global-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/
#slider {
  background: url("../img/slider01_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 50px 0 180px 0;
  display: block;
  position: relative;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #8b86a3, #322e40);
  opacity: 0.0;
}
#slider .block {
  color: #F1F1F1;
}
#slider .block h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  text-shadow: 3px 3px 4px #000000;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 45px;
}
#slider .block p {
  font-size: 23px;
  text-shadow: 2px 2px 4px #000000;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}
#aktuelles {
  padding: 10px 0;
}

/*--
	wrapper Start 
--*/
#intro {
  padding: 100px 0;
}
#intro .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#intro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#intro .block img {
  padding-left: 40px;
  width: 100%;
}
#intro .section-title {
  margin-bottom: 0px;
}
#intro .section-title p {
  padding-top: 20px;
}
#intro .btn-view-works {
  background: #225E7A;
  color: #fff;
  padding: 10px 20px;
}
/*--
	Feature Start 
--*/
#feature {
  background: url("../img/slider02_bg.jpg");
  background-position: 50% 94px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 100px 0;
}
#feature h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
#feature p {
  color: #8d8f92;
  margin-bottom: 20px;
}
#feature .btn-view-casa4 {
  background: #655E7A;
  color: #fff;
  padding: 10px 20px;
}
/*--
	service Start 
--*/
#service {
  text-align: center;
  padding: 90px 0;
}
#service .service-item {
  padding-bottom: 30px;
}
#service .service-item i {
  font-size: 60px;
  color: #4A4656;
}
#service .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
}
#service .service-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
/*--
	call-to-action Start 
--*/
#call-to-action {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#call-to-action h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#call-to-action p {
  font-size: 14px;
  line-height: 1.6;
}
#call-to-action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
/*---------------------------------------------
					Produktion Start 
-----------------------------------------------*/
/*--
	Slider-Produktion Start 
--*/
#produktion-header {
  background: url("../img/slider_prod_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#produktion-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.4;
}
#produktion-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#produktion-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#produktion-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	portfolio-Produktion Start 
--*/
#portfolio-work {
  overflow: hidden;
  padding: 80px 0;
}
#portfolio-work .block .portfolio-menu {
  padding-bottom: 30px;
  text-align: center;
}
#portfolio-work .block .portfolio-menu ul {
  border: 1px solid #999999;
  display: inline-block;
  margin-bottom: 40px;
}
#portfolio-work .block .portfolio-menu ul li {
  display: inline-block;
  padding: 0px 25px;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
  position: relative;
}
#portfolio-work .block .portfolio-menu ul .active {
  color: #655E7A;
  position: relative;
}
#portfolio-work .block .portfolio-menu ul .active:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 23px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-menu ul li:hover:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 24px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-contant ul li {
  float: left;
  width: 32.22%;
  overflow: hidden;
  margin: 6px;
  position: relative;
}
#portfolio-work .block .portfolio-contant ul li:hover .overly {
  opacity: 1;
}
#portfolio-work .block .portfolio-contant ul li:hover .position-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#portfolio-work .block .portfolio-contant ul li a {
  display: block;
  color: #fff;
}
#portfolio-work .block .portfolio-contant ul li a h2 {
  font-size: 22px;
  letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
  font-size: 15px;
}
#portfolio-work .block .portfolio-contant ul li a span {
  font-style: italic;
  font-size: 13px;
  color: #655E7A;
}
#portfolio-work .block .portfolio-contant ul img {
  width: 100%;
  height: auto;
}
#portfolio-work .block .portfolio-contant .overly {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-align: center;
}
#portfolio-work .block .portfolio-contant .position-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
#portfolio-work .block .mix {
  display: none;
}	
/*--
	clients logo section Start 
--*/
#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}
#clients-logo-section .clients-logo-img {
  padding: 0px 50px;
}
/*--
	wrapper-Produktion Start 
--*/
/*--#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}
/*--
	features-work Start 
--*/
/*--#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}--*/
/*--
	News wrapper Start 
--*/
#produktionref-item {
  padding: 10px 0;
}
#produktionref-item .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#produktionref-item .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#produktionref-item .block img {
  padding-left: 40px;
  width: 100%;
}
#produktionref-item .section-title {
  margin-bottom: 0px;
}
#produktionref-item .section-title p {
  padding-top: 20px;
}
/*---------------------------------------------
					Produktion Close 
-----------------------------------------------*/

/*=============================================*/
/* ==========================
--- Gallery
============================= */


.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}
/*---------------------------------------------
					MacroSystem 
-----------------------------------------------*/
/*--
	News Header Start 
--*/
#news-header {
  background: url("../img/slider_news_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-attachment: fixed;
}
#news-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.6;
}
#news-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#news-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#news-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	news intro
--*/
#newsintro {
  padding: 10px 0;
}
#newsintro .block h2 {
  padding-top: 20px;
  line-height: 27px;
  margin: 0;
}
#newsintro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#newsintro .block img {
  padding-left: 40px;
  width: 100%;
}
#newsintro .section-title {
  margin-bottom: 0px;
}
#newsintro .section-title p {
  padding-top: 20px;
}
/*--
	News wrapper Start 
--*/
#newsdaten-item {
  padding: 100px 0;
}
#newsdaten-item .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#newsdaten-item .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#newsdaten-item .block img {
  padding-left: 40px;
  width: 100%;
}
#newsdaten-item .section-title {
  margin-bottom: 0px;
}
#newsdaten-item .section-title p {
  padding-top: 20px;
}
/*--
	newstrenner Start 
--*/
#newstrenner {
  background: url("../img/slider_news_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 10px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#newstrenner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#newstrenner h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#newstrenner p {
  font-size: 14px;
  line-height: 1.6;
}
#newstrenner .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
/*--
	Casa4 Uebersicht
--*/
/*--
	Slider-uebersicht Start 
--*/
#casa4-header {
  background: url("../img/slider_casa4_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#casa4-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#casa4-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 0px;
  text-align: center;
}
#casa4-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
}
#casa4-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}

/*--
	call-to-action Casa4 Start 
--*/
#call-to-action_casa4 {
  background: url("../img/slider_casa4_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#call-to-action_casa4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#call-to-action_casa4 h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#call-to-action_casa4 p {
  font-size: 14px;
  line-height: 1.6;
}
#call-to-action_casa4 .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
/*--
	Casa4 Systeme Start 
--*/
#casa4systeme {
  padding: 40px 0;
}
#casa4systeme .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#casa4systeme .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#casa4systeme .block img {
  padding-left: 40px;
  width: 100%;
}
#casa4systeme .section-title {
  margin-bottom: 0px;
}
#casa4systeme .section-title p {
  padding-top: 20px;
}
/*--
	technische Daten 
--*/
#technischedaten {
  text-align: center;
  padding: 90px 0;
}
#technischedaten .technischedaten-item {
  padding-bottom: 30px;
}
#technischedaten .technischedaten-item i {
  font-size: 60px;
  color: #4A4656;
}
#technischedaten .technischedaten-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
}
#technischedaten .technischedaten-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}


/*--
	Archivtrenner Start 
--*/

#einleitung {
  background: url("../img/slider_casa4_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#einleitung:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.4;
}
#einleitung h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#einleitung p {
  font-size: 14px;
  line-height: 1.6;
}
#einleitung .btn-call-to-action {
  padding: 10px 20px;
  border: none;
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin-top: 30px;
}

/*--
	Archivtrenner Casa4 Start 
--*/

#archivtrenner {
  background: url("../img/slider_casa4_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#archivtrenner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.4;
}
#archivtrenner h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#archivtrenner p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner .btn-call-to-action {
  padding: 10px 20px;
  border: none;
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin-top: 30px;
}

#archivtrenner1 {
  background: url("../img/slider_casadvd_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;

  color: #fff;
}
#archivtrenner1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.6;
}
#archivtrenner1 h2 {
  padding-bottom: 20px;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #F1F1F1;
}
#archivtrenner1 p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner1 .btn-call-to-action {
  padding: 10px 10px;
  width: 110px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin-top: 6px;
}
#archivtrenner1a {
  background: url("../img/slider_casadvd_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#archivtrenner1a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.6;
}
#archivtrenner1a h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 14px;
}
#archivtrenner1a p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner1a .btn-call-to-action {
  padding: 6px 30px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;

}

/*--
	Archivtrenner Zubehoer Start 
--*/

#archivtrenner_zub {
  background: url("../img/slider_casa4_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;

  color: #fff;
}
#archivtrenner_zub:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.6;
}
#archivtrenner_zub h2 {
  padding-bottom: 20px;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #F1F1F1;
}
#archivtrenner_zub p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner_zub .btn-call-to-action {
  padding: 10px 10px;
  width: 110px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin-top: 6px;
}
#archivtrenner_zuba {
  background: url("../img/slider_casa4_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#archivtrenner_zuba:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.6;
}
#archivtrenner_zuba h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 14px;
}
#archivtrenner_zuba p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner_zuba .btn-call-to-action {
  padding: 6px 30px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;

}


/*--
	Archivtrenner DVCStart 
--*/

#archivtrennerdvca {
  background: url("../img/slider_dvc_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;

  color: #fff;
}
#archivtrennerdvca:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#archivtrennerdvca h2 {
  padding-bottom: 20px;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
#archivtrennerdvca p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrennerdvca .btn-call-to-action {
  padding: 8px 10px;
  width: 90px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin-top: 6px;
}
#archivtrennerdvc {
  background: url("../img/slider_dvc_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#archivtrennerdvc:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.4;
}
#archivtrennerdvc h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 14px;
}
#archivtrennerdvc p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrennerdvc .btn-call-to-action {
  padding: 6px 30px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;

}

/*--
	Archivtrenner Casa2 Start 
--*/

#archivtrenner2a {
  background: url("../img/slider_casa2_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;

  color: #fff;
}
#archivtrenner2a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.2;
}
#archivtrenner2a h2 {
  padding-bottom: 20px;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-shadow: 1px 1px 1px #C1C1C1;
}
#archivtrenner2a p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner2a .btn-call-to-action {
  padding: 8px 10px;
  width: 90px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin-top: 6px;
}
#archivtrenner2 {
  background: url("../img/slider_casa2_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#archivtrenner2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.4;
}
#archivtrenner2 h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 14px;
}
#archivtrenner2 p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner2 .btn-call-to-action {
  padding: 6px 30px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;

}

/*--
	Archivtrenner Casa3 Start 
--*/

#archivtrenner3a {
  background: url("../img/slider_casa3_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;

  color: #fff;
}
#archivtrenner3a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.2;
}
#archivtrenner3a h2 {
  padding-bottom: 20px;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #3B3B3B;
  text-shadow: 1px 1px 1px #C1C1C1;
  }
#archivtrenner3a p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner3a .btn-call-to-action {
  padding: 10px 10px;
  width: 70px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;
  margin-top: 6px;
}
#archivtrenner3 {
  background: url("../img/slider_casa3_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#archivtrenner3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.4;
}
#archivtrenner3 h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 14px;
}
#archivtrenner3 p {
  font-size: 14px;
  line-height: 1.6;
}
#archivtrenner3 .btn-call-to-action {
  padding: 6px 30px;
  border: 1px solid #000000;
  background-color: #fff;
  font-size: 12px;
  color: #333333;

}

/*--
	Archiv wrapper Start 
--*/
#archivdaten-item {
  padding: 100px 0;
}
#archivdaten-item .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#archivdaten-item .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#archivdaten-item .block img {
  padding-left: 40px;
  width: 100%;
}
#archivdaten-item .section-title {
  margin-bottom: 0px;
}
#archivdaten-item .section-title p {
  padding-top: 20px;
}

#rep-header {
  background: url("../img/slider_rep_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#rep-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.4;
}
#rep-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#rep-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#rep-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}

#support-header {
  background: url("../img/slider_support_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#support-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#support-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#support-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#support-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}

/*=============================================*/


/*--
	Team Start 
--*/
#team-header {
  background: url("../img/slider_team_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#team-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.1;
}
#team-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 0px;
  text-align: center;
}
#team-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
}
#team-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}

/*--
	Team Start 
--*/
#team {
  padding: 20px 0px 10px 20px;
}
#team .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#team .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#team .block img {
  padding-left: 40px;
  width: 100%;
}
#team .section-title {
  margin-bottom: 0px;
}
#team .section-title p {
  padding-top: 20px;
}

/*--
	call-to-action Team 
--*/
#call-to-action_team {
  background: url("../img/call-to-action-bg_team.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
  text-align: center;
  color: #fff;
}
#call-to-action_team:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
#call-to-action_team h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
#call-to-action_team p {
  font-size: 14px;
  line-height: 1.6;
}
#call-to-action_team .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*---------------------------------------------
					 Contact Start 
-----------------------------------------------*/
/*--
	slider-contact Start 
--*/
#slider-contact {
  background: url("../img/slider_kont_bg.jpg") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#slider-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.4;
}
#slider-contact .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#slider-contact .block h10 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#slider-contact .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	contact-form Start 
--*/
#contact-form {
  padding-top: 70px;
  padding-bottom: 35px;
}
#contact-form .block form .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
#contact-form .block form .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .block form .form-group-2 {
  padding-bottom: 15px;
  margin: 0px;
}
#contact-form .block form .form-group-2 textarea {
  background: #F6F8FA;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .block button {
  width: 100%;
  height: 40px;
  background: #42424C;
  border: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*--
	wrapper-contact Start 
--*/
.address-block {
  background: #F6F8FA;
  border: 1px solid #EEF2F6;
}
.address-block li {
  margin-top: 16px;
  margin-bottom: 16px;
}
.address-block li i {
  margin-left: 5px;
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
.social-icons {
  margin-top: 40px;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
}
.social-icons a {
  display: inline-block;
}
.social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}

#contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
}
#contact-box .block img {
  width: 100%;
}
#contact-box .block h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
}
#contact-box .block p {
  color: #5C5C5C;
  display: block;
}
.google-map {
  position: relative;
  margin-top: 19px
}
.google-map #map {
  width: 100%;
  height: 300px;
  background-color: #FFFFFF;
}

/*--
	features-contact Start 
--*/
#features-contact {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-contact .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}
/*---------------------------*/
/*--
	footer Start 
--*/
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #595959;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}

/*--
	content Start 
--*/
#testimonial {
  padding: 100px 0;
}
#testimonial .block h2 {
  line-height: 27px;
  color: #5C5C5C;
  padding-top: 110px;
}
#testimonial .block p {
  padding-top: 50px;
  color: #7B7B7B;
}
#testimonial .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}
#testimonial .counter-box li i {
  font-size: 35px;
}
#testimonial .counter-box li h4 {
  font-size: 30px;
  font-weight: bold;
}
#testimonial .counter-box li span {
  color: #555;
}
#testimonial .testimonial-carousel {
  text-align: center;
  width: 75%;
  border: 1px solid #DEDEDE;
  padding: 24px;
  margin: 0 auto;
}
#testimonial .testimonial-carousel img {
  padding-bottom: 38px;
}
#testimonial .testimonial-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
#testimonial .testimonial-carousel .user img {
  padding-bottom: 0px;
  border-radius: 500px;
}
#testimonial .testimonial-carousel .user p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #353241;
}
#testimonial .testimonial-carousel .user p span {
  display: block;
  color: #353241;
  font-weight: 600;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width: 10px;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}