/* @import url(../pe-icons/Pe-icon-7-stroke.css); */

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #424242;
  font-weight: 400;
  font-size: 13px;
  /* [disabled]line-height: 24px; */
  background-color: #fff;
  font-family: "Lato", sans-serif;
}

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

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

::selection {
  background: #fefac7;
  /* Safari */
  color: #555555;
}

::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555;
}

strong, b {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

input,
button,
select,
textarea, label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

.badge {
  font-weight: normal;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #CC0000;
  padding: 3px 6px;
}

a {
  color: #333;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

a:hover,
a:focus {
  color: #CC0000;
  text-decoration: none;
}

.colored-text {
  color: #CC0000;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #060606;
  font-weight: 700;
  margin: 0;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}

h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px;
}

/*use in section headings*/
h3.heading {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}

h3.heading-tiny {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 10px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}

h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/*parahraphs*/
p {
  color: #555;
  line-height: 24px;
  margin: 0 0 20px;
}

p.sub-text {
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #555;
}

p.lead {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p.lead span {
  color: red;
}

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

/*******section heading**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}

.center-heading h2 {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 28px;
}

.center-heading p {
  font-size: 18px;
  line-height: 32px;
}

.center-heading h2 strong {
  font-weight: 600;
  font-size: 34px;
}

.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  /* border-bottom: 1px solid $skincolor; */
  margin: auto;
}

.center-heading p {
  margin-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 991px) {
  .center-heading p {
    font-size: 16px;
    line-height: 27px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	LINIE SB
/*-----------------------------------------------------------------------------------*/
.powerlinie {
  border: 1;
  background-color: #999;
  height: 1px;
  width: 70px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.center-heading p {
  margin-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
  width: 100%;
  height: 0px;
}

.divide2 {
  width: 100%;
  height: 2px;
}

.divide3 {
  width: 100%;
  height: 3px;
}

.divide5 {
  width: 100%;
  height: 5px;
}

.divide10 {
  width: 100%;
  height: 10px;
}

.divide15 {
  width: 100%;
  height: 15px;
}

.divide20 {
  width: 100%;
  height: 20px;
}

.divide25 {
  width: 100%;
  height: 25px;
}

.divide30 {
  width: 100%;
  height: 30px;
}

.divide35 {
  width: 100%;
  height: 35px;
}

.divide40 {
  width: 100%;
  height: 40px;
}

.divide45 {
  width: 100%;
  height: 40px;
}

.divide50 {
  width: 100%;
  height: 50px;
}

.divide55 {
  width: 100%;
  height: 55px;
}

.divide60 {
  width: 100%;
  height: 60px;
}

.divide65 {
  width: 100%;
  height: 65px;
}

.divide70 {
  width: 100%;
  height: 70px;
}

.divide75 {
  width: 100%;
  height: 75px;
}

.divide80 {
  width: 100%;
  height: 80px;
}

.divide85 {
  width: 100%;
  height: 85px;
}

/*margins*/
.margin10 {
  margin-bottom: 10px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

.margin-0 {
  margin: 0px !important;
}

/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/
.btn {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-default:hover, .btn-default:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn-lg {
  padding: 14px 28px 13px 28px;
  font-size: 13px;
  font-weight: 400;
}

.btn:focus, .btn:hover {
  outline: 0;
  color: #fff;
}

.btn-xs {
  font-size: 12px;
}

.btn-theme-bg {
  border-color: #CC0000;
  color: #fff;
  background-color: #CC0000;
}

.btn i {
  margin-right: 10px;
}

.btn-theme-bg:hover {
  background-color: #333;
  border-color: #333;
}

.btn-theme-dark {
  background-color: #333;
  color: #fff;
}

.btn-theme-dark:hover {
  color: #fff;
  background-color: #CC0000;
}

/*********border-buttons**********/

.border-white {
  border: 1px solid #fff;
  color: #fff;
}

.border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.btn-ico i {
  margin-left: 5px;
}

/***********bootstrap navigation default overrides--*/
.navbar-default {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 170px;
  padding: 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  background-color: rgba(255, 255, 255, 0.9);
  clear: both;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #CC0000;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #CC0000;
  background-color: transparent;
}

.navbar-brand {
  font-weight: 700;
  color: #000 !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
  margin-top: 100px;
  color: #687074;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav>li>a {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    margin-top: 15px;
  }
}

.navbar-default .navbar-nav>li>a:hover {
  color: #CC0000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
  margin-top: 50px;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
  padding: 0px;
  margin: 0;
  min-width: 200px;
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}

.search-dropdown {
  min-width: 244px !important;
}

.navbar .dropdown-menu li a {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #f5f5f5;
  padding: 6px 6px;
  line-height: 1.42857143;
  text-transform: capitalize;
}

.dropdown-menu .label {
  margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

/*********************

TOP BARS

****************************/
.top-bar-dark {
  background-color: #222;
}

.top-bar-light {
  background-color: #FFF;
}

.top-bar-light .top-dark-right li {
  border-color: #ddd;
}

.top-bar-light .top-dark-right li a:hover {
  color: #CC0000;
}

.top-bar-socials {
  line-height: 18px;
  padding-top: 5px;
}

.top-bar-socials:after {
  display: table;
  clear: both;
  content: "";
}

.top-bar-socials a {
  margin: 0px 3px;
}

.top-dark-right {
  margin: 0px;
  padding: 0px;
}

.top-dark-right li {
  line-height: 40px;
  border-left: 1px solid #444;
  padding: 0px 10px;
}

.top-dark-right li, .top-dark-right li a {
  color: #bbb;
  font-size: 12px;
}

.top-dark-right li i {
  margin-right: 5px;
}

.top-dark-right li a:hover {
  color: #fff;
}

/***search top bar**/
.topbar-icons {
  display: block;
}

.topbar-icons i {
  margin: 0px !important;
  display: block;
}

.search {
  display: none;
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  height: 100%;
  z-index: 99999;
}

.search .form-control {
  height: 100%;
  position: absolute;
  top: 0;
  width: 99%;
  right: 0;
  border: 0px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.search-close {
  position: absolute;
  right: 9px;
  top: 5px;
  cursor: pointer;
}

/* Mega MENU */

.dropdown-menu .divider {
  background-color: #222;
}

.nav.mega-vertical-nav li a:hover {
  background-color: transparent;
  color: #CC0000;
}

.nav.mega-vertical-nav li a i {
  margin-right: 10px;
}

.mega-contact p {
  margin: 0;
}

.mega-contact i {
  color: #CC0000;
  margin-right: 5px;
}

/*navbar search form***/
.dropdown-form {
  padding: 10px 27px;
  min-width: 213px;
}

.dropdown-form .form-control {
  height: 34px;
}

/***header top bar with search***/
.top-bar form {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.top-bar button {
  border: 0px;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 13px;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  line-height: 15px;
}

.top-bar form .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 6px;
  width: 150px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
  margin: 0px;
}

.top-bar .form-control:focus {
  width: 200px;
}

/****************************dark heder********************/
/***********bootstrap navigation default overrides--*/
.navbar-inverse {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 120px;
  padding: 10px 0 !important;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #333;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.themenpower>a, .navbar-inverse .navbar-nav>.themenpower>a:hover, .navbar-inverse .navbar-nav>.themenpower>a:focus {
  font-size: 16px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-brand {
  font-weight: 700;
  color: #fff !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  height: 100px;
}

@media (max-width: 768px) {
  .navbar-inverse {
    min-height: 100px;
  }
}

.navbar-brand img {
  width: 336px;
  height: auto;
}

@media (max-width: 1200px) {
  .navbar-brand img {
    width: 286px;
    height: auto;
  }
}

@media (max-width: 996px) {
  .navbar-brand img {
    width: 256px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 256px;
    height: auto;
  }
}

.navbar-inverse .navbar-nav>li>a {
  margin-top: 100px;
  color: #CCC;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 996px) {
  .navbar-inverse .navbar-nav>li>a {
    margin-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-nav>li>a {
    margin-top: 5px !important;
  }
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
}

/******************SB SHRINKER!*****************************/
.navbar-inverse.navbar-shrink {
  padding: 0px 0px 0;
  min-height: 20px !important;
}

.navbar-inverse.navbar-shrink img {
  width: 300px !important;
  height: auto;
}

.navbar-inverse.navbar-shrink li a {
  /* margin-top: 70px !important; */
}

@media (max-width: 1200px) {
  .navbar-inverse.navbar-shrink li a {
    /* margin-top: 70px !important; */
  }

  .navbar-inverse.navbar-shrink img {
    width: 286px !important;
    height: auto;
  }
}

@media (max-width: 996px) {
  .navbar-inverse.navbar-shrink li a {
    margin-top: 0px !important;
  }

  .navbar-inverse.navbar-shrink img {
    width: 256px !important;
    height: auto;
  }
}

@media (max-width: 768px) {
  .navbar-inverse.navbar-shrink li a {
    margin-top: 5px !important;
  }

  .navbar-inverse.navbar-shrink img {
    width: 256px !important;
    height: auto;
  }
}

#header-top.dark-header-top {
  background-color: #111;
  border-bottom-color: #222;
}

#header-top.dark-header-top .top-bar a i {
  color: #fff;
}

#header-top.dark-header-top .top-bar ul li {
  color: #fff;
}

/******************transparent header*****************************/
.navbar-inverse.transparent-header {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 10px 0px;
  min-height: 50px;
}

@media (max-width: 767px) {
  .navbar-inverse.transparent-header {
    background-color: #111 !important;
  }
}

@media (max-width: 991px) {
  .navbar-default .nav>li>a {
    padding: 10px 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .navbar-default .nav>li>a i {
    margin-right: 3px;
  }

  .navbar-inverse .nav>li>a {
    padding: 10px 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .navbar-inverse .nav>li>a i {
    margin-right: 3px;
  }
}

/************************************************* css for footers****************************************/
/**footet dark**/
#footer {
  background: #222;
  font-size: 0.9em;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

.footer-col p {
  color: #aeaeae;
  font-size: 13px;
}

.contact p {
  margin-bottom: 10px;
}

.contact strong {
  margin-right: 10px;
  font-weight: bold;
}

.contact strong i {
  margin-right: 5px;
}

.contact a {
  color: #777;
}

.contact a:hover {
  color: #CC0000;
}

.footer-btm {
  margin-top: 30px;
  padding: 20px;
  background-color: #0c0c0c;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.news-form .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
}

@media (max-width: 767px) {
  .news-form {
    text-align: center !important;
  }

  .news-form .form-control {
    margin-bottom: 10px;
  }
}

.footer-social li {
  padding: 0px;
}

.footer-copyright {
  font-size: 13px;
  color: #999;
  padding: 20px 15px;
  background-color: #ddd;
}

.no-padding.img {
  background: url(../img/showcase-1.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.no-padding.img-2 {
  background: url(../img/vorher-nachher.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

@media (max-width: 767px) {
  .no-padding.img {
    position: relative;
    height: 300px;
  }
}

/************************image hover effect*******************/
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #7a7a7a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

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,
.form-control:focus {
  border-color: #bbb;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*************parallax*************/
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 1199px){
  .boxed-wrapper .navbar-default {
    left: 0;
    width: 100%;
    right: 0;
  }
}

/***************Projekte Individuell*********************/
h1.projekte {
  font-size: 2.7em;
  color: #333;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 4px 0;
}

h2.projekte {
  font-size: 2.5em;
  color: #333;
  font-weight: 700;
  line-height: 46px;
  margin: 0 0 22px 0;
}

h3.projekte {
  font-size: 2.3em;
  color: #333;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 22px 0;
}

h1.projekteteaser {
  font-size: 2.8em;
  font-weight: 600;
}

h2.projekteteaser {
  font-size: 2.8em;
  font-weight: 600;
  text-transform: uppercase;
}

h3.projekteteaser {
  font-size: 2.8em;
  font-weight: 600;
}

/***************dekostoffe*********************/
.portfodekostoffe {
  background: url(../img/bg-22.jpg);
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfodekostoffehead {
  padding-top: 390px;
}

.portfodekostoffe h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
}

.portfodekostoffe h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.portfodekostoffe p {
  color: #fff;
}

@media (max-width: 996px) {
  .portfodekostoffe {
    background: url(../img/bg-22.jpg);
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfodekostoffehead {
    padding-top: 290px;
  }

  .portfodekostoffe h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
  }
}

@media (max-width: 762px) {
  .portfodekostoffe {
    background: url(../img/bg-22.jpg);
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfodekostoffehead {
    padding-top: 210px;
  }

  .portfodekostoffe h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
  }
}

/***************brands*********************/
.portfobrands {
  background: url(../img/bg-brands.jpg);
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfobrandshead {
  padding-top: 390px;
}

.portfobrands h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
}

.portfobrands h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.portfobrands p {
  color: #fff;
}

@media (max-width: 996px) {
  .portfobrands {
    background: url(../img/bg-brands.jpg);
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfobrandshead {
    padding-top: 290px;
  }

  .portfobrands h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
  }
}

@media (max-width: 762px) {
  .portfobrands {
    background: url(../img/bg-brands.jpg);
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfobrandshead {
    padding-top: 210px;
  }

  .portfobrands h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
  }
}

/***************sonnenschutz*********************/
.portfosonnenschutz {
  background: url(../img/bg-sonnenschutz.jpg);
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfosonnenschutzhead {
  padding-top: 390px;
}

.portfosonnenschutz h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
}

.portfosonnenschutz h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.portfosonnenschutz p {
  color: #fff;
}

@media (max-width: 996px) {
  .portfosonnenschutz {
    background: url(../img/bg-sonnenschutz.jpg);
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfosonnenschutzhead {
    padding-top: 290px;
  }

  .portfosonnenschutz h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
  }
}

@media (max-width: 762px) {
  .portfosonnenschutz {
    background: url(../img/bg-sonnenschutz.jpg);
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfosonnenschutzhead {
    padding-top: 210px;
  }

  .portfosonnenschutz h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
  }
}

/***************bodenbelag*********************/
.portfobodenbelag {
  background: url(../img/bg-teppich.jpg);
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfobodenbelaghead {
  padding-top: 390px;
}

.portfobodenbelag h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
}

.portfobodenbelag h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.portfobodenbelag p {
  color: #fff;
}

@media (max-width: 996px) {
  .portfobodenbelag {
    background: url(../img/bg-teppich.jpg);
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfobodenbelaghead {
    padding-top: 290px;
  }

  .portfobodenbelag h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
  }
}

@media (max-width: 762px) {
  .portfobodenbelag {
    background: url(../img/bg-teppich.jpg);
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfobodenbelaghead {
    padding-top: 210px;
  }

  .portfobodenbelag h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
  }
}

/***************polsterei*********************/
.portfopolsterei {
  background: url(../img/bg-polsterei.jpg);
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfopolstereihead {
  padding-top: 390px;
}

.portfopolsterei h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
}

.portfopolsterei h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.portfopolsterei p {
  color: #fff;
}

@media (max-width: 996px) {
  .portfopolsterei {
    background: url(../img/bg-polsterei.jpg);
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfopolstereihead {
    padding-top: 290px;
  }

  .portfopolsterei h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
  }
}

@media (max-width: 762px) {
  .portfopolsterei {
    background: url(../img/bg-polsterei.jpg);
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfopolstereihead {
    padding-top: 210px;
  }

  .portfopolsterei h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
  }
}

/***************ausstellung*********************/
.portfoausstellung {
  background: url(../img/bg-ausstellung.jpg);
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfoausstellunghead {
  padding-top: 390px;
}

.portfoausstellung h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
}

.portfoausstellung h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.portfoausstellung p {
  color: #fff;
}

@media (max-width: 996px) {
  .portfoausstellung {
    background: url(../img/bg-ausstellung.jpg);
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfoausstellunghead {
    padding-top: 290px;
  }

  .portfoausstellung h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
  }
}

@media (max-width: 762px) {
  .portfoausstellung {
    background: url(../img/bg-ausstellung.jpg);
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .portfoausstellunghead {
    padding-top: 210px;
  }

  .portfoausstellung h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
  }
}

/*totopbutton*/
.cd-top {
  display: inline-block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(40, 40, 40, 0.9) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

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

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #000000;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}

/**dropcaps**/
p.dropcap:first-letter {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 51px;
  margin: -1px 8px -2px 0;
  color: #CC0000;
}

/*contact us*/
/*gmap*/
#map-canvas {
  width: 100%;
  height: 400px;
}

#contactForm .form-control {
  min-height: 45px;
  background-color: #fff;
}

.form-contact form label {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}

.contact-info li a {
  color: #777;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-block ul li {
  color: red;
}

label span {
  color: red;
  margin-left: 5px;
}

.required span {
  color: red;
}

/****clients***/

#cta-1 {
  padding: 40px 0;
  background-color: #666666;
  text-align: center;
}

#cta-1 h1 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

#cta-2 {
  padding: 30px 0;
  background-color: #f2f2f2;
  text-align: center;
}

#cta-2 h1 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
}

/***************CTA SB Gradient*********************/
#cta-3 {
  padding: 190px 0;
  text-align: left;
  background: url('../img/polsterei-abholservice.jpg') center center no-repeat;
  background-size: cover;
}

#cta-3 h1 {
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 10px;
}

#cta-3 p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.cta3 {
  line-height: 50px;
  color: #fff !important;
  font-weight: 900;
}

.cta3:hover {
  color: #ff0000 !important;
  font-weight: 900;
}

@media (max-width: 768px) {
  #cta-3 {
    padding: 250px 0 40px 0;
    text-align: center;
    background: url('../img/polsterei-abholservice-s.jpg') center center no-repeat;
    background-size: cover;
  }

  #cta-3 p {
    font-size: 18px;
    line-height: 20px;
  }

  #cta-3 h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

/****cube portfolio*******/
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #CC0000;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #CC0000;
}

.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
  background-color: #CC0000;
}

.portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
  background-color: #CC0000;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #CC0000;
  border-color: #CC0000;
  cursor: default;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
  background: #CC0000;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
  border-top-color: #CC0000;
}

.btn-sweet-alert {
  margin: 5px;
}

.portfolio-cube .cbp-l-grid-projects-title {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #CC0000;
  color: #fff;
  border-color: #CC0000;
  cursor: default;
}

.portfolio-cube {
  font-family: "Lato", sans-serif !important;
}

.cube-masonry .cbp-l-caption-title {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.cube-masonry .cbp-l-caption-desc {
  font-family: "Lato", sans-serif;
}

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}

.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}

.social-icon i:last-child {
  color: #FFF !important;
}

.social-icon:hover i:first-child {
  margin-top: 0px;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #C8232C !important;
}

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
  background-color: #C8232C !important;
}

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important;
}

.social-shortcodes .left-heading {
  font-size: 30px;
  text-transform: uppercase;
}

.grid-boxed {
  border: 1px solid transparent;
  padding: 20px;
}

.grid-boxed:hover {
  border: 1px dashed #999;
}

.social-icons:after, .social-icons:before>.divide10:after, .social-icons .divide10:before {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}

/*********revolution slider 5 css*****/
.tp-caption.NotGeneric-Title, rev-btn, .NotGeneric-Title, .tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle, .tp-caption.Gym-Display, .Gym-Display, .tp-caption.Gym-Subline, .Gym-Subline, .tp-caption.Gym-SmallText, .Gym-SmallText, .tp-caption.Gym-Button, .Gym-Button, .rev-btn {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}

.tp-caption.Gym-Button, .Gym-Button {
  background-color: #CC0000;
}

.new-label {
  color: #CC0000;
}

/***YOUTUBE EMBED SB 2019***/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/***self hosted video css***/
/**video css new**/
.video-section {
  width: 100%;
  height: 400px;
  position: relative;
  display: table;
  overflow: hidden;
}

.video-section .overlay {
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-section .fs-background-container {
  left: 0;
}

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
}

.video-section .video-overlay h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
}

.video-section .video-overlay p {
  color: #fff;
}

@media (max-width: 996px) {
  .video-section .video-overlay h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
  }
}

@media (max-width: 762px) {
  .video-section .video-overlay h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
  }
}





/***MODAL CHANGES SB 2020***/

body.modal-open .modal {
    display: flex !important;
    height: 100%;
		margin: 20px;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
}

/*###### MODAL STYLE #######*/
.modal-content{
  border-radius:0px;
  background-color: #fff;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #fff;

}
.modal-title{
	margin-top: 15px;
  text-align: center;
	font-size: 29px;
  color: #2a2a2a;
}
.modal-body{
  text-align: center;
  font-size:18px;
}

.modal-body h2{
  text-align: center;
  font-size:18px;
	color: #2a2a2a;
	font-weight: 900;
}
.modal-footer{
  text-align: center;
	border-top: 0px solid #fff;
  font-size:18px;
	margin: 5px;
}

.modal-header .close {
  font-size: 30px; /*bigger*/
}

/*wow animation classes*/


/*slide in down*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

/*zoom in*/

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
