
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,700,900");
@import "https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700";
html, body {
  height: 100%;
}

div#preloader  { background: #fff url(../img/loader.gif) no-repeat center; position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; overflow: visible }

body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #00e600;
}
a:hover {
  color: #aeaeae;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-family: "Merriweather", serif;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.separator-border-1 {
  width: 120px;
  height: 2px;
  background-color: #eee;
  display: block;
  margin: 0 auto;
}

.badge {
  font-weight: 400;
}

label, .label {
  font-weight: 500;
}

.badge {
  background-color: #00e600;
  font-size: 10px;
}

.dropcap:first-letter {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.dropcap-color:first-letter {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #00e600;
}

.dropcap-bg:first-letter {
  content: "";
  padding: 3px 10px;
  font-size: 20px;
  margin-right: 5px;
  background-color: #00e600;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.label-primary {
  background: #00e600;
}


/**section headings style**/
.separator-border {
  width: 120px;
  height: 2px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.separator-border:after {
  content: "";
  width: 60px;
  left: 30px;
  top: 0px;
  height: 2px;
  background: #00e600;
  position: absolute;
}

.heading-style-center {
  text-align: center;
  margin-bottom: 50px;
}
.heading-style-center.light h2 {
  color: #fff;
}
.heading-style-center.light .separator-border {
  background-color: #fff;
}
.heading-style-center h2 {
  text-transform: capitalize;
  font-size: 2.8rem;
  line-height: 3.5rem;
}
.heading-style-center h3 {
  text-transform: capitalize;
  font-size: 1.9rem;
  color: #555;
  font-weight: 400;
  font-style: italic;
  font-family: "Merriweather", serif;
}
.heading-style-center hr {
  width: 60px;
  border-top: 2px solid;
  border-color: #00e600;
  display: block;
  margin-left: center;
}
.heading-style-center .separator-border {
  background-color: #eee;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.heading-style-center .sub-title {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0px;
}
.left-title h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #00e600;
}
.left-title h3 {
  text-transform: capitalize;
  font-size: 1.9rem;
  color: #555;
  font-weight: 400;
  font-style: italic;
  font-family: "Merriweather", serif;
}
.left-title hr {
  width: 60px;
  border-top: 2px solid;
  border-color: #00e600;
  display: block;
  margin-left: 0px;
}
.left-heading {
  color: #2d2f2d;
}
.left-heading span {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  color: #eee;
}
.left-heading h2 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
.center-heading { 
  color: #2d2f2d; 
  text-align: center 
}
.sub-intro-text {
  font-size: 1.8rem;
  line-height: 3.5rem;
}

/**Fotoleiste/Foto**/
.static-bg {
  padding: 7rem 0;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  
.img-fluid {
  max-width: 100%;
  height: auto;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center; }

/** navigation**/
.navbar-headroom {
  padding: 10px 0;
}
.navbar-headroom .nav-header-right .h-item a {
  color: #333;
}

.top-header {
  border: 0px;
  margin: 0px;
}
.top-header .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
}
.top-header .navbar-nav > li > a:hover {
  color: #00e600;
}

.top-header .label {
  display: inline-block;
  margin-left: 10px;
}

.top-header .navbar-nav > .active > a, .top-header .navbar-nav > .active > a:focus, .top-header .navbar-nav > .active > a:hover, .top-header .navbar-nav > .open > a, .top-header .navbar-nav > .open > a:focus, .top-header .navbar-nav > .open > a:hover {
  color: #00e600 !important;
  background-color: transparent;
}

.navbar-default {
  background-color: #fff;
}

.header-transparent {
  background-color: transparent;
  padding: 10px 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-transparent.shrink.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 10px 0;
}

.header-transparent.shrink.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
}

.navbar-default.header-transparent .navbar-nav > li > a {
  color: #eee;
}
.navbar-default.header-transparent .navbar-nav > li > a:hover {
  color: #00e600;
}

.navbar-default.header-transparent.shrink .navbar-nav > li > a {
  color: #333;
}
.navbar-default.header-transparent.shrink .navbar-nav > li > a:hover {
  color: #00e600;
}

.navbar-default.header-transparent .navbar-brand   { background-image: url(../img/logo-light.png); background-repeat: no-repeat; background-position: 50% 50%; text-indent: -9999px; margin-top: 10px; margin-left: 12px; width: 200px; height: auto }

.navbar-inverse.header-transparent .navbar-brand   { background-image: url(../img/logo-light.png); background-repeat: no-repeat; background-position: 50% 50%; text-indent: -9999px; margin-top: 10px; margin-left: 7px; width: 200px; height: auto }

.navbar-default.header-transparent.shrink .navbar-brand  { background-image: url(../img/logo-dark.png) }

.navbar-default.header-transparent.shrink {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}

.navbar-default.header-transparent.shrink .h-item a {
  color: #333;
}

.navbar-inverse .navbar-nav > li > a {
  color: #eee;
}

.nav-header-right .h-item {
  display: block;
  float: left;
  margin-left: 8px;
}
.nav-header-right .h-item a {
  display: block;
  padding: 11px 10px;
  color: #fff;
}

.nav-trigger-fullscreen {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  margin-top: 9px;
  color: #aeaeae;
  font-size: 21px;
}

/***sticky header**/
.sticky-header {
  padding: 10px 0;
  z-index: 9999 !important;
}
.sticky-header .navbar-brand > img {
  margin-top: -1px;
}

.navbar-default.sticky-header {
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
.navbar-default.sticky-header .nav-header-right .h-item a {
  color: #777;
}

.navbar-inverse.sticky-header .nav-header-right .h-item a {
  color: #fff;
}

.top-header.navbar-default .navbar-toggle, .top-header.navbar-inverse .navbar-toggle {
  border: 0px;
}
.top-header.navbar-default .navbar-toggle:hover, .top-header.navbar-default .navbar-toggle:focus, .top-header.navbar-inverse .navbar-toggle:hover, .top-header.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.top-header.navbar-default .navbar-toggle .icon-bar, .top-header.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #00e600;
}

/**header logo center style**/
.center-logo {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
  .header-align-center.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .header-align-center.navbar .navbar-collapse {
    text-align: center;
  }
}

/**Yamm!3**/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .yamm-fw {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}

.yamm-content {
  padding: 25px 30px;
}
.yamm-content h3 {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.yamm-content .mega-vertical-nav > li > a {
  color: #666;
  padding: 5px 0px;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
}
.yamm-content .mega-vertical-nav > li > a:hover, .yamm-content .mega-vertical-nav > li > a:focus {
  color: #00e600;
  background-color: transparent;
}
.yamm-content .mega-vertical-nav > li > a i {
  margin-right: 10px;
}

/** third level dropdown**/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #00e600;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 0px;
}

/**search on click**/
.dropdown-search {
  position: relative;
}

.search-click {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 999;
  display: none;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.search-click form {
  background-color: transparent;
  padding: 0px 15px;
}
.search-click form .form-control {
  margin: 0px;
  -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;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 75px;
  background-color: transparent;
  border: 0px;
  font-size: 20px;
  font-weight: 400;
}
.search-click form .fa-times {
  cursor: pointer;
  font-size: 18px;
  right: 30px;
  top: 28px;
  position: absolute;
  color: #777;
}

.header-transparent.shrink .search-click .form-control {
  height: 52px;
}
.header-transparent.shrink .search-click .fa-times {
  top: 15px;
}

@media (min-width: 768px) {
  .dropdown-menu {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    display: block;
    visibility: hidden;
    opacity: 0;
  }

  .open > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }

  .dropdown-submenu > .dropdown-menu {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0px -15px;
  }

  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-inverse .navbar-nav {
    background-color: #000;
  }

  .navbar-default .navbar-nav {
    background-color: #fff;
  }

  .navbar-default.header-transparent .navbar-nav > li > a {
    color: #333;
  }

  .yamm-content h3 {
    margin-top: 10px;
    color: #eee;
  }
}

/***spaces**/
.space10 {
  width: 100%;
  height: 10px;
}

.space20 {
  width: 100%;
  height: 20px;
}

.space30 {
  width: 100%;
  height: 30px;
}

.space40 {
  width: 100%;
  height: 40px;
}

.space50 {
  width: 100%;
  height: 50px;
}

.space60 {
  width: 100%;
  height: 60px;
}

.space70 {
  width: 100%;
  height: 70px;
}

.space80 {
  width: 100%;
  height: 80px;
}

.space90 {
  width: 100%;
  height: 90px;
}

.space100 {
  width: 100%;
  height: 100px;
}

.space150 {
  width: 100%;
  height: 150px;
}

.space200 {
  width: 100%;
  height: 200px;
}

.space300 {
  width: 100%;
  height: 300px;
}

/**margins**/
.no-padd {
  padding: 0px;
}

.pt0 {
  padding-top: 0 !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.no-margin {
  margin: 0px;}
  
.mt0 {
  margin-top: 0px !important; }
  
.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb200 {
  margin-bottom: 200px;
}

.m-auto {
  margin: auto!important;
}

.mt-auto {
  margin-top: auto!important;
}

.mr-auto {
  margin-right: auto!important;
}

.mb-auto {
  margin-bottom: auto!important;
}

.ml-auto {
  margin-left: auto!important;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important;
}

/**Extras**/
.link-active {
  color: #00e600 !important;
} 

.skin-bg {
  background-color: #00e600;
}

.gray-bg {
  background: #f7f9fa;
}

/**Auswahlboxen Basic + Deluxe**/
#packet-section {
  	background-color: #dae3ae !important;
}
.price-card {
  padding: 30px 15px;
  background: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  border: 1px solid #eee;
  border-radius: 5px; }
  .price-card h4 {
    color: #999;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase; }
  .price-card h1 sup, .price-card h1 sub {
    font-size: 13px; }
  .price-card h1 span {
    font-size: 13px;
    display: inline-block;
    background: #3EA98D;
    color: #fff;
    padding: 3px 6px;
    font-weight: 400; }
  .price-card ul li {
    padding: 4px 0; }
    .price-card ul li:last-child {
      padding-bottom: 0; }
  .price-card:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2); }


/**progress bars**/
.progress  { background-color: #eee; height: 12px; -moz-border-radius: 0px; -moz-box-shadow: none; -ms-border-radius: 0px; -ms-box-shadow: none; -webkit-border-radius: 0px; -webkit-box-shadow: none; border-radius: 0px; box-shadow: none }
.progress-bar  { line-height: 12px; -moz-box-shadow: none; -ms-box-shadow: none; -webkit-box-shadow: none; box-shadow: none }
.progress-bar-basic { background-color: #00e600 }
.progress-bar-deluxe { background-color: #1fa922 }

.skill {
  position: relative;
}
.skill .skill-name  { font-size: 13px; font-weight: 500; text-align: left; letter-spacing: 2px; display: block }
.skill .skill-perc  { font-size: 13px; font-weight: 500; text-align: right; letter-spacing: 2px; display: block }

.skills-bg .skill .skill-name, .skills-bg .skill .skill-perc {
  color: #fff;
}
.skills-bg .progress {
  background-color: transparent;
}
.skills-bg .progress .progress-bar {
  background-color: #fff;
}

/**button**/
.btn   { font-size: 12px; font-family: Poppins, sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; padding: 6px 12px 4px; overflow: hidden; border: 0; -moz-border-radius: 0px; -ms-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px  }
.btn-left   { font-size: 12px; font-family: Poppins, sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; padding: 6px 12px 4px; width: 180px; overflow: hidden; border: 0; -moz-border-radius: 0px; -ms-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px  }
.btn i.left {
  margin-right: 10px;
}
.btn i.right {
  margin-left: 10px;
}

.btn-rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.btn-xs {
  padding: 3px 8px 1px;
  font-size: 10px;
}

.btn-lg {
  padding: 10px 30px 8px;
}

.btn-xl {
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  text-align: center;
  padding: 0px 26px;
}

.btn-border-aktiv {
  border: 2px solid #00e600;
  color: #fff;
  background-color: #00e600;
}
.btn-border {
  border: 2px solid #00e600;
  color: #00e600;
  background-color: transparent;
}
.btn-border:hover, .btn-border:focus {
  background-color: #00e600;
  color: #fff;
}
.btn-border.btn-hvr:hover, .btn-border.btn-hvr:focus {
  background-color: transparent;
  color: #fff;
}
.btn-border.btn-hvr.hvr-radial-in:hover, .btn-border.btn-hvr.hvr-rectangle-in:hover {
  background-color: #00e600;
}

.button-elements {
  text-align: center;
}
.button-elements a {
  margin: 5px;
}

/**Bootstrap accordions**/
.panel > .panel-heading {
  position: relative;
  padding: 0px;
}
.panel > .panel-heading .panel-title a {
  display: block;
  position: relative;
  padding: 12px 35px 12px 15px;
}

.panel > .panel-heading:after {
  content: "\f106";
  color: #333;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px;
}

.panel > .panel-heading.active:after {
  content: "\f107";
  font-family: 'FontAwesome';
}

.panel-colored {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

.panel-colored .panel-heading {
  border: 0px;
}
.panel-colored .panel-heading:after {
  color: #fff;
}
.panel-colored .panel-heading a {
  background-color: #00e600;
  color: #fff;
}

.panel-colored .panel-heading a.collapsed {
  background-color: #333;
  color: #fff;
}

.panel-simple .panel-heading a {
  color: #00e600;
}

.panel-simple .panel-heading a.collapsed {
  background-color: transparent;
  color: #333;
}

.panel-colored > .panel-heading a i {
  margin-right: 5px;
}

.panel-colored .panel-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

.panel-group .panel-colored .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}


/**Call to actions (Balken mit Anstieg)**/
.cta {
  padding: 30px 0;
  background: #06cb5e;
}
.cta h2 {
  color: #fff;
}
.cta p {
  color: #fff;
}
.cta .btn {
  margin-top: 10px;
}
.cta2 {
  padding: 30px 0;
  background: #dae3ae;
}
.cta2 h2 {
  color: #fff;
}
.cta2 p {
  color: #fff;
}
.cta2 .btn {
  margin-top: 10px;
}
  
/***angle style**/
.angle-top, .angle-bottom {
  overflow: visible;
  position: relative; }

.angle-top:before {
  background: none repeat scroll 0 0 #fff;
  content: "";
  margin-top: -149px;
  min-height: 100px;
  position: absolute;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  width: 100%;
  z-index: 1; }

.angle-top.bg-dark:before {
  background-color: #333; }

.angle-top.bg-primary:before {
  background-color: #5292bf; }

.angle-top.bg-info:before {
  background-color: #5bc0de; }

.angle-top.bg-success:before {
  background-color: #5cb85c; }

.angle-top.bg-warning:before {
  background-color: #f0ad4e; }

.angle-top.bg-white:before {
  background-color: #fff; }

.bg-parallax {
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  overflow: hidden; }

.parallax-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0; }

.parallax-overlay .container {
  position: relative;
  z-index: 1; }

.parallax-overlay.overlay-primary:after {
  background-color: rgba(82, 146, 191, 0.75); }


/***********Blog***********/
.quote {
    position: relative;
}
.quote blockquote {
    padding: 0px;
    border: 0;
    margin: 0;
    font-size: 14px;
    font-style: italic;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.quote blockquote p {
    padding-top: 25px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
}
.quote blockquote:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 90px;
    width: 0;
    height: 0;
    border-top: 0.83333em solid #ccc;
    border-right: 0.86667em solid transparent;
}
.quote.gray blockquote {
    background-color: #e7e7e7;
    color: #000;
}
.quote.gray blockquote:before {
    border-top-color: #e7e7e7;
}
.quote.green blockquote {
    background-color: #06cb5e;
    color: #fff;
}
.quote.green blockquote:before {
    border-top-color: #06cb5e;
}
.quote.dark blockquote {
    background-color: #555;
    color: #fff;
}
.quote.dark blockquote:before {
    border-top-color: #555;
}
.quote-footer {
    margin: 10px 0;
}
.quote-footer .quote-author-img img, .quote-footer .quote-author-img i {
    float: left;
    max-width: 90px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: -5px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding: 5px;
    background-color: #fff;
}
.quote-footer .quote-author-img i.fa-user {
    background-color: #989898;
    border: 5px solid #fff;
    font-size: 60px;
    text-align: center;
}
.quote-footer h4 {
    font-size: 14px;
    margin-bottom: 4px;
}
.quote-footer p {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
/***********Ende Blog***********/


/************Contact-section*************/

/** Link mit Farbfüllung = .btn-border-bg **/
.btn-border-bg  { color: #fff; background-color: #00e600; border: solid 2px #00e600 }
.btn-border-bg:hover, .btn-border-bg:focus  { color: #fff; background-color: #1e9fb4; border-style: solid; border-color: #00e600 }
.btn-border-bg.btn-hvr:hover, .btn-border-bg.btn-hvr:focus  { color: #1e9fb4; background-color: #1e9fb4; border-style: solid; border-color: #00e600 }

/** Link mit Umrandung = .btn-border unter style.css **/

#contact-section {
  	background-color: #fff; /** e5fdff **/
}
#contact-section h2   { 
	color: #2d2f2d; 
	font-weight: 600 
}
#contact-section h4  { 
	color: #666 
}
.color-remark   { 
 color: #00e600 
}
.space {
  margin-top: 40px;
}

/*************Contact (vom Original) ****************/
.contact-form {
  margin-bottom: 30px;
}
.fancy-hr {
  position: relative;
  margin: 20px 0px 20px 0;
}
.fancy-hr:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 75px;
  height: 1px;
  background: #ffb737;
  display: block;
}
.form-control {
  background: #fff;
  padding: 8px 8px;
  outline: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  min-height: 45px;
  display: block;
  margin-bottom: 20px;
  color: #999;
  border: 1px solid #e8e8e8;
}
.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.help-block ul li {
  color: red;
}
.contact-details p {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
  line-height: 35px;
}
.contact-details > div {
  margin-top: 20px;
}
.numbers-cta {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #333;
}
.numbers-cta i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background-color: #ffb737;
}
.numbers-cta h3 {
  font-size: 15px;
  color: #ffb737;
  margin-top: 30px;
}
/*************Ende Contact (vom Original) ****************/

/**Form elements**/
/**from inputs**/
input[type="text"],
input[type="password"], input[type="email"], select.form-control {
  height: 50px;
}

.form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.input-group-addon {
  border: 0px;
}

.has-error .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a94442;
}

#captcha {
  border: 2px solid #f3f3f3;
}

#emailAlert.alert-success {
  background-color: #3c763d;
  color: #fff;
  margin-top: 15px !important;
}

/**login register**/
.form-login-register .social-signin {
  width: 100%;
  display: block;
}
/******Ende Contact-section*********/

/** Revolution slider customization**/
.flat-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #fff;
}
.flat-btn:hover, .flat-btn:focus {
  color: #333;
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title, .tp-caption.NotGeneric-Button, .NotGeneric-Button {
  font-family: "Poppins", sans-serif;
}

.tp-caption.NotGeneric-SubTitle  { 
  font-size: 20px; 
  font-family: Poppins, sans-serif; 
  font-weight: 600 
}

/**back to top**/
.scrollToTop {
  text-align: center;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #00e600;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff !important;
}

.center-img {
  display: block;
  margin: 0 auto;
}

.full-img {
  width: 100%;
  height: auto;
}

/******Footer Style*********/
.footer  { color: #aeaeae; padding-top: 25px; padding-bottom: 0 }
.footer h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer p {
  color: #999;
}

.footer-v1 {
  background-color: #212121;
}
.footer-v1 h3 {
  color: #fff;
}
.footer-v1 ul li a {
  color: #aeaeae;
}
.footer-v1 ul li a:hover {
  color: #00e600;
}
.footer-v1 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-v1 .footer-bottom span {
  display: block;
  font-size: 12px;
  color: #aeaeae;
}
.footer-v1 .footer-bottom i {
  color: #00e600;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
