/*111*/
/*242424*/
/*00aeef*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.oh {
  overflow: hidden; }

.relative {
  position: relative; }

.section-wrap, .section-wrap-mp {
  padding: 60px 0;
  /**/
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-color: #d8d8af;
  /*neu*/
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/*.section-wrap-mp { padding: 100px 0; }*/
.color-white {
  color: #fff !important; }

.left {
  float: left; }

.right {
  float: right; }

.bg-light {
  background-color: #f7f7f7; }

.bg-dark {
  background-color: #999933; }

.last {
  margin-bottom: 0 !important; }

::-moz-selection {
  color: #fff;
  background: #999933; }

::-webkit-selection {
  color: #fff;
  background: #999933; }

::selection {
  color: #fff;
  background: #999933; }

a {
  text-decoration: none;
  color: #d8d8af;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #d8d8af !important;
    /*neu*/
    outline: none; }

:focus {
  outline: none; }

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

li {
  margin-left: 20px; }

.foot {
  margin-left: 0px; }

body {
  margin: 0;
  padding: 0;
  font-family: "Pt Serif", serif;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.5;
  /*font-smoothing: antialiased;*/
  -webkit-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto; }

/*video {
  height: 100%;
  width: 100%;
}*/
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  color: #999933;
  letter-spacing: 0.05em;
  font-weight: 700; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 21px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

p {
  font-size: 15px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 25px; }

  .impress {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: normal;
    line-height: 25px; }

.subheading {
  font-family: "Pt Serif", serif;
  font-size: 16px;
  font-style: italic; }

.heading {
  margin-bottom: 60px; }

.bottom-line:after {
  content: "";
  display: block;
  width: 48px;
  border-bottom: 3px solid #e8e8e8;
  margin: 15px auto 15px; }

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #121212;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left,
  .navbar-nav,
  .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
/*-------------------------------------------------------*/
/* Navigation Onepage
/*-------------------------------------------------------*/
.nav-type-1 .container-fluid {
  padding: 0 50px; }

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1200; }

.navbar-nav {
  margin: 0;
  float: none;
  display: inline-block; }
  .navbar-nav > li > a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 90px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.navbar-header {
  width: 20%;
  padding-right: 15px; }

.nav-wrap {
  width: 60%; }

.logo-container {
  padding: 0 15px;
  float: left; }

.logo-wrap {
  display: table;
  width: 100%; }
  .logo-wrap > a {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .logo-wrap.shrink > a {
    height: 60px; }
  .logo-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 66px; }
  .logo-wrap.shrink img {
    max-height: 48px; }

.navbar-collapse.in {
  overflow-x: hidden; }

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
.menu-socials li > a:hover {
  opacity: 1;
  color: #d8d8af !important; }

.navbar-collapse {
  padding: 0;
  border-top: none; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #d8d8af !important; }

@media (max-width: 991px) {
  .navigation-overlay,
  .navigation-overlay.sticky {
    background-color: rgba(17, 17, 17, 0.9); }

  .nav-wrap {
    width: 100%;
    padding: 0;
    min-height: 0; }

  .nav-type-1 .container-fluid {
    padding: 0 15px; }

  .navbar-header {
    width: 100%;
    padding-right: 0; }

  .logo-wrap img {
    height: 48px; }

  .logo-wrap > a {
    height: 60px; }

  .navbar-nav {
    width: 100%;
    padding: 40px 0; }

  .navigation-overlay.sticky .navbar-nav > li > a,
  .navigation-overlay .navbar-nav > li > a {
    padding: 10px 0;
    line-height: 30px; } }
/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px; }
  .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 18px; }
  .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: transparent; }
  .navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
    background-color: #f2f2f2; }

/*Go to Top*/
#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 30px;
  /*20px*/
  line-height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12); }
  #back-to-top i {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  #back-to-top a {
    width: 40px;
    height: 40px;
    display: block;
    color: #999933; }
  #back-to-top.show {
    bottom: 20px; }
  #back-to-top:hover {
    background-color: #999933; }
  #back-to-top:hover i {
    color: #fff; }

/*-------------------------------------------------------*/
/* Navigation Multi-Page
/*-------------------------------------------------------*/
.nav-type-2 .navbar {
  min-height: 90px; }
.nav-type-2 .nav-wrap {
  width: 80%; }
.nav-type-2 .navbar-nav > li > a {
  padding: 0 15px; }
.nav-type-2 .navbar-toggle:focus .icon-bar, .nav-type-2 .navbar-toggle:hover .icon-bar {
  background-color: #999933; }
.nav-type-2 .navbar-nav > li > a {
  color: #999933;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.nav-type-2 .navbar-toggle .icon-bar,
.nav-type-4 .navbar-toggle .icon-bar {
  background-color: #7a7a7a; }

.navigation.offset {
  -webkit-transform: translate3d(0, -300px, 0);
  -moz-transform: translate3d(0, -300px, 0);
  -ms-transform: translate3d(0, -300px, 0);
  -o-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.navigation.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1009; }
.navigation.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0); }
.navigation.sticky.scrolling {
  opacity: 1;
  visibility: visible; }
.navigation.sticky .navbar-nav > li > a {
  line-height: 60px; }

.navbar-nav .dropdown-menu {
  left: 0; }
  .navbar-nav .dropdown-menu.menu-right {
    left: auto;
    right: 0; }

/* Nav icon */
#nav-icon {
  right: 40px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  margin-right: 0;
  z-index: 300;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #999933;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  #nav-icon span:nth-child(1) {
    top: 0px; }
  #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 6px; }
  #nav-icon span:nth-child(4) {
    top: 12px; }
  #nav-icon.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%; }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff; }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff; }
  #nav-icon.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%; }

/*-------------------------------------------------------*/
/* Content Home
/*-------------------------------------------------------*/
/* Intro
-------------------------------------------------------*/
.intro-heading {
  font-size: 28px;
  margin-top: 20px;
  /*neu*/
  margin-bottom: 40px;
}
  .introeins-heading {
    font-size: 28px;
    padding-top: 40px;
    /*neu*/
    margin-bottom: 10px; }

.heading-frame {
  padding: 38px 50px;
  border: 5px solid #999933;
  display: inline-block; }


.intro-text {
    font-size: 17px;
    line-height: 32px;
    width: 80%;
    margin: auto; 
  text-align: left;
}
  .introeins-text {
    font-size: 17px;
    line-height: 32px;
    width: 80%;
    margin: auto; 
  text-align: left;
  margin-top: 30px;
margin-bottom: 30px;
}

.autor-text {
  width: 80%;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  margin: auto; }

/* Promo Section
-------------------------------------------------------*/
.promo-section img {
  width: 90%;
  margin-top: 30px; }

.promo-description {
  padding: 70px 50px 50px 50px;
  width: 50%;
  float: right; }
  .promo-description > h3 {
    margin-bottom: 22px;
    color: #999933 !important; }
  .promo-description > p {
    color: #a6a6a6; }

/* Call to Action
-------------------------------------------------------*/
.call-to-action {
  padding: 70px 0;
  background-color: #fff;
  margin-left: 100px; }
  .call-to-action h2 {
    font-size: 19px; }
  .call-to-action p {
    margin-top: 20px; }
  .call-to-action a.btn.btn-lg.btn-color {
    margin-top: 30px; }
  .buchbestellung {
    width: 90%;
  }

/* Testimonials
-------------------------------------------------------*/
.testimonial-text {
  font-size: 20px;
  /*24*/
  line-height: 39px;
  color: #7a7a7a;
  font-style: italic;
  margin: 30px 0;
  font-family: "Open Sans", sans-serif; }

.testimonial i {
  font-size: 20px;
  color: #7a7a7a;
  margin-top: 20px; }
.testimonial span, .testimonial h6 {
  display: block;
  color: #fff; }
.testimonial span {
  /*textunterschrift*/
  font-size: 13px; }
.testimonial h6 {
  font-size: 13px;
  margin-bottom: 5px; }

/* Owl Carousel
-------------------------------------------------------*/
.owl-pagination {
  position: absolute;
  left: 0;
  display: block;
  text-align: center;
  width: 100%; }

.owl-buttons {
  position: static; }

.owl-page {
  display: inline-block;
  padding: 6px 6px;
  position: relative; }
  .owl-page span {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    opacity: 0.8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    z-index: 100;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .owl-page span:hover {
    opacity: 1; }

.owl-theme .owl-controls .owl-page.active span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 1;
  background: #fff; }

/*-------------------------------------------------------*/
/* Page Title / Breadcrumbs - copyright
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed !important;
  background-image: url(img/kindheit.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block; 
}
  .page-title .container {
    height: 450px; }
  .page-title .heading-frame {
    border-color: #fff; }

.title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }
  .title-text h1 {
    margin: 30px 0;
    font-size: 32px; }

.page-title .breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 13px; }
  .page-title .breadcrumb a, .page-title .breadcrumb > .active {
    color: #fff; }
  .page-title .breadcrumb > li + li:before {
    color: #fff;
    opacity: 0.5; }

/*-------------------------------------------------------*/
/* Blog Single Post
/*-------------------------------------------------------*/
.blog-single {
  padding: 30px 0 50px 0 !important;
  /*neu*/
  background-color: #fff;
  /*neu*/ }
  .blog-single .entry-item {
    margin-bottom: 0; }
  .blog-single .entry-title {
    margin-top: 10px;
    /*70*/
    text-align: center; }
  .blog-single .entry-meta {
    text-align: center; }
  .blog-single .blog-content .entry-title h2 {
    font-size: 28px; }
  .blog-single .blog-content .entry-content {
    margin-top: 70px;
    padding-right: 20px;
    /**/ }
  .blog-single .blog-content blockquote {
    margin: 60px 0; }
  .blog-single .blog-content .entry-content > p {
    margin-bottom: 24px; }

.entry-content .entry-tags h6,
.entry-share h6 {
  display: inline-block;
  margin-right: 2px;
  font-size: 14px; }

.entry-content .entry-tags h6 {
  margin-right: 7px; }
.entry-content .entry-tags a {
  font-style: italic;
  font-size: 14px;
  line-height: 37px;
  font-family: "Pt Serif", serif;
  color: #7a7a7a; }
  .entry-content .entry-tags a:hover {
    color: #999933; }
.entry-content .entry-share {
  float: right; }

/* Ipad with Features
-------------------------------------------------------*/
.promo-device img {
  display: inline-block; }

.features-icons a {
  position: absolute; }

.features-text {
  padding-left: 100px; }

.features-icons .service-item-box {
  padding: 0;
  margin-bottom: 50px;
  background-color: transparent; }

/* Testimonials style-2
-------------------------------------------------------*/
.testimonials.style-2 {
  /*& .testimonial-text -> doppelt unter z: 693 */ }
  .testimonials.style-2 .owl-carousel {
    position: static;
    margin: auto; }
  .testimonials.style-2 .owl-pagination {
    position: static;
    margin-top: 30px; }
  .testimonials.style-2 .owl-page span {
    border-color: #a7a7a7; }
  .testimonials.style-2 .owl-page.active span {
    background-color: #7a7a7a;
    border-color: #7a7a7a; }
  .testimonials.style-2 .testimonial span {
    color: #ababab;
    display: inline-block;
    font-weight: bold;
    font-size: 14px; }

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 .container {
  background-color: #fff; }
.page-404 h1 {
  font-size: 200px; }
.page-404 a, .page-404 p {
  font-size: 14px; }

/* Intro autorin
-------------------------------------------------------*/
.section-wrap.intro {
  /* Mam*/
  width: 100%;
  padding: 30px 30px 50px 30px;}

  .section-wrap.introeins {
    /* Mam*/
    width: 100%;
    padding: 30px 30px 50px 30px;
     }
     .roweins {
       margin-top: 20px;
       background-color: #fff ;
     }

.section-wrap.intro .container {
  background-color: #fff;
  width: 90%; }
  .section-wrap.intro .container .row {
    margin-top: 20px;
    margin-bottom: 40px; }

.intro.style-2 .intro-text p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #999933; }

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
.section-headings p {
  margin-bottom: 30px; }

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none; }

blockquote > p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 5px !important;
  position: relative; }

blockquote > span {
  font-size: 14px; }

.blockquote-style-1 {
  padding: 8% 10%;
  border: 4px solid #e5e5e5; }

.blockquote-style-2 {
  padding: 20px 40px;
  border-left: 3px solid #333333; }

.dropcap.style-1 {
  float: left;
  color: #999933;
  /*333*/
  font-size: 52px;
  line-height: 46px;
  padding-top: 4px;
  padding-right: 10px; }

.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #333333;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  margin: 10px 10px 0 0; }

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #bfa67a; }

.bullets li,
.arrows li,
.arrows-2 li,
.numbers li {
  margin-bottom: 10px; }

.bullets {
  list-style-type: disc;
  margin-left: 17px; }

.bullets li:before {
  font-size: 18px;
  color: #333333;
  padding-right: 0.5em;
  line-height: 1;
  vertical-align: middle; }

.arrows i {
  margin-right: 5px; }

.arrows i,
.arrows-2 i {
  color: #333333; }

.arrows-2 i {
  font-size: 12px;
  margin-right: 7px; }

ol.numbers {
  padding-left: 20px; }

.section-columns p {
  margin-bottom: 40px; }

/*-------------------------------------------------------*/
/* Shortcodes
/*-------------------------------------------------------*/
/* Accordions
-------------------------------------------------------*/
.accordion > .panel-content {
  padding: 10px 0 10px 20px; }
.accordion > .acc-panel > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  padding: 13px 20px;
  background-color: #fff;
  color: #7a7a7a;
  margin-bottom: 10px;
  border: 3px solid #d1d1d1;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.accordion > .acc-panel > a.active {
  color: #999933;
  background-color: #fff;
  border-color: #333; }
.accordion > .acc-panel > a:after {
  font-family: "ElegantIcons";
  position: absolute;
  right: 10px;
  top: 2px;
  color: #7a7a7a;
  font-weight: normal;
  font-size: 26px; }
.accordion > .acc-panel > a:after {
  content: "\35"; }
.accordion > .acc-panel > a.active:after {
  content: "\33";
  color: #333; }
.accordion > .acc-panel > a:hover {
  color: #fff;
  background-color: #333;
  border-color: #333; }
.accordion > .acc-panel > a:hover:after {
  color: #fff; }

/* Tabs
-------------------------------------------------------*/
.nav.nav-tabs {
  border-bottom: none; }
  .nav.nav-tabs > li {
    margin-bottom: 0; }
  .nav.nav-tabs > li.active > a {
    border: 3px solid #333;
    background-color: #fff;
    padding: 13px 20px;
    color: #333; }
  .nav.nav-tabs > li > a {
    padding: 13px 20px;
    background-color: #fff;
    border: 3px solid #d1d1d1;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 10px;
    font-family: "Montserrat", sans-serif;
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .nav.nav-tabs > li > a:hover {
    color: #fff;
    background-color: #333;
    border-color: #999933; }

.tab-content {
  padding: 20px 0; }
  .tab-content > .tab-pane > p {
    margin-bottom: 20px; }

/* Buttons
-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px; }

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #999933;
  /*fff*/
  background-color: #999933;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .btn.btn-color {
    background-color: #d8d8af; }
  .btn.btn-transparent {
    background-color: transparent;
    border: 3px solid #fff; }
  .btn.btn-stroke {
    color: #999933;
    border: 3px solid #999933;
    background-color: transparent; }
  .btn.btn-dark {
    background-color: #333; }
  .btn.btn-white {
    background-color: #fff;
    color: #999933; }
  .btn.btn-light {
    background-color: #f5f5f5;
    color: #999933; }
  .btn:hover {
    -webkit-transition: all 0.2 ease-in-out;
    -moz-transition: all 0.2 ease-in-out;
    -ms-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
    color: #fff;
    background-color: #d8d8af;
    border-color: transparent; }
  .btn:focus {
    outline: none;
    color: #fff; }
  .btn.btn-white:focus {
    color: #999933; }
  .btn.btn-color:hover {
    background-color: #999933; }

.btn-lg {
  font-size: 14px;
  padding: 13px 34px; }

.btn-md {
  font-size: 11px;
  padding: 10px 25px; }

.btn-sm {
  font-size: 10px;
  padding: 8px 22px; }

/* Pie Charts
-------------------------------------------------------*/
.pie-chart {
  margin-bottom: 40px; }

.chart {
  position: relative;
  display: inline-block;
  width: 174px;
  height: 174px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.percent {
  display: inline-block;
  line-height: 174px;
  z-index: 2;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #999933; }
  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .9em; }

/* Alert Boxes
-------------------------------------------------------*/
.alert {
  padding: 14px 20px;
  margin-bottom: 20px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff; }

.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative; }

.close {
  opacity: 1;
  text-shadow: none; }

.alert-success {
  background-color: #aec2a1; }

.alert-info {
  background-color: #a0b7cb; }

.alert-warning {
  background-color: #ccbfa9; }

.alert-danger {
  background-color: #cba0a0; }

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
  position: relative;
  height: 47px;
  line-height: 47px;
  border: 2px solid #e3e3e3;
  background-color: transparent;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
  color: #7a7a7a;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }

textarea#comment {
  height: 190px;
  padding: 0 16px;
  margin-bottom: 25px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #d8d8af;
  outline: none;
  box-shadow: none; }

textarea {
  height: auto;
  padding: 0px 16px; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7a7a7a; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7a7a7a; }

select {
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.select {
  position: relative;
  cursor: pointer; }
  .select i {
    position: absolute;
    top: 14px;
    right: 18px;
    pointer-events: none;
    font-size: 18px; }

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label:before {
  width: 22px;
  height: 22px;
  background-color: #e3e3e3;
  content: "";
  display: inline-block;
  font-size: 13px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }

input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #999933; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #7a7a7a;
  font-size: 15px; }

.radio-buttons > li,
.checkboxes > li {
  padding: 7px 0; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #e3e3e3;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0; }

input[type="radio"]:checked + label:before {
  width: 22px;
  height: 22px;
  background-color: #999933;
  border: 6px solid #e3e3e3; }

input[type="radio"]:focus {
  outline: none; }

label {
  font-weight: normal;
  color: #999933;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle; }

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer.minimal {
  padding: 120px 0;
  text-align: center; }
.footer.minimal .copyright {
  display: block;
  margin-top: 70px;
  font-size: 10px;
  color: #fff;
  /*neu*/
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
.footer.minimal .copyright a {
  color: #fff;
  /*909090*/ }

/*-------------------------------------------------------*/
/* Footer Type-2
/*-------------------------------------------------------*/
.footer.footer-type-2 .container {
  width: 100%;
  /*1200px*/ }

.footer-widgets {
  padding: 70px 0;
  background-color: #999933; }
  .footer-widgets .row {
    padding: 100px;
    background-color: #999933; }
  .footer-widgets h5 {
    margin-bottom: 24px;
    font-size: 16px;
    color: #fff; }
  .footer-widgets p {
    color: #fff; }
  .footer-widgets a {
    color: #fff;
    line-height: 24px; }
    .footer-widgets a:hover {
      color: #7a7a7a; }

.widget.footer-links
.widget.footer-links-2 ul > li {
  padding: 13px 0;
  border-bottom: 1px solid #292929; }
.widget.footer-links
.widget.footer-links-2 li {
  padding-bottom: 7px; }
  .widget.footer-links
  .widget.footer-links-2 li:last-child {
    padding-bottom: 0; }

.footer-get-in-touch p {
  margin-bottom: 7px; }

p.footer-address {
  margin-bottom: 24px; }

.footer-entry {
  padding: 9px 0 14px;
  border-bottom: 1px solid #292929; }
  .footer-entry p {
    margin-bottom: 1px; }
  .footer-entry span {
    color: #4c4c4c;
    font-size: 12px; }

.footer-entry:first-child,
.footer-links li:first-child {
  padding-top: 0; }

.footer-entry:last-child,
.footer-links li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.bottom-footer {
  background-color: #0c0c0c;
  padding: 34px 0; }

.copyright span {
  font-size: 13px;
  line-height: 32px;
  margin-left: 85px; }
  .copyright span a {
    color: #7a7a7a; }
    .copyright span a:hover {
      color: #fff; }

/*# sourceMappingURL=style.css.map */
