
::selection {
  background: #ec831d;
  color: #ffffff;
}
::-moz-selection {
  background: #ec831d;
  color: #ffffff;
}
html {
  height: 100%;
}
body {
  font-family: 'Titillium Web', sans-serif;
  line-height: 150%;
  font-size: 16px;
  height: 100%;
  font-weight: 300;
}
#page {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  color: #575756;
}
a {
  color: #ec831d;
}
a:hover {
  color: #ec831d;
}
a:active {
  color: #ec831d;
}
a:visited {
  color: #ec831d;
}
p {
  margin: 0 0 10px 0;
  color: #575756;
}
.img-responsive {
  display: inline-block;
}

.form-control {
  height: 47px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #e5e9ec;
  border: none;
  border-radius: 2px;
  box-shadow: none;
}

.btn {
  font-weight: 500;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 11px 22px 10px 22px;
  font-size: 16px;
}
.btn i {
  margin-right: 5px;
}
.btn.btn-default {
  background-color: #ec831d;
  color: #ffffff;
}
.btn.btn-default:hover {
  background-color: #7c8898;
}
.btn.btn-success {
  background-color: #ec831d;
  color: #ffffff;
}
.btn.btn-success:hover {
  background-color: #f29698;
}
.btn.btn-lg {
  font-size: 20px;
  padding: 15px 23px 13px 23px;
}
.btn.navbar-btn {
  margin: 4px 4px 4px 20px;
}
.btn.navbar-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ec831d;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.navbar-btn:hover {
  background-color: #fff;
  color: #ec831d !important;
}
.btn.navbar-btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.btn.btn-color1 {
  background-color: #ec831d;
  color: #ffffff;
}
.btn.btn-color1:hover {
  background-color: #f9cfd0;
}


.scroll-up-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  background-color: #ec831d;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
}
.scroll-up-btn i {
  color: #ffffff;
}

.zurueck {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: fixed;
  bottom: 44px;
  right: 64px;
  background-color: #ec831d;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
}
.zurueck i {
  color: #ffffff;
}


.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 80%;
  font-weight: 400;
}
.label-default {
  background-color: #ec831d;
}


.tooltip .tooltip-inner {
  background-color: #ec831d;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ec831d !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #ec831d !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ec831d !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ec831d !important;
}
.my-tooltip {
  border-bottom: 1px dotted #ec831d;
  color: #ec831d;
}


section {
  padding: 85px 0;
  background-color: #ffffff;
}

section#galerie.features-img {
  padding: 85px 0 0 0;
  background-color: #ffffff;
}

.navigation-top {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 0 17px 0;
  margin-bottom: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.navigation-top .navbar-brand {
  margin-left: 0px !important;
  padding: 0;
  height: 54px;
  white-space: nowrap;
}
.navigation-top .navbar-brand .va-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.navigation-top .navbar-brand img {
  vertical-align: middle;
  max-height: 54px;
  display: inline-block;
}
.navigation-top .navbar-nav {
  margin: 4px 0 0 0;
}
.navigation-top .navbar-nav li {
  margin: 0;
}
.navigation-top .navbar-nav li a {
  color: #575756;
  padding: 12px 12px 9px 12px;
  margin: 4px;
}
.navigation-top .navbar-nav li a:hover {
  color: #ec831d;
}
.navigation-top .navbar-nav li a.btn {
  color: #ffffff;
  font-size: 14px;
  padding: 9px 12px 7px 12px;
  margin-top: 7px;
  margin-left: 15px;
}
.navigation-top .navbar-nav li:last-of-type .btn {
  margin-right: 0;
}
.navigation-top #scrollnavi .container {
  margin-right: 15px;
}
.navigation-top.navbar-hidden {
  display: none;
}


.header-full-screen-img {
  background: #ffffff url('../img/header-background.jpg') 75% center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  padding-top: 8%;
}

.header-full-screen-img .logo {
  margin: 10px 0;
}
.header-full-screen-img h2 {
  font-size: 40px;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-style: normal;
  text-align: left;
}
.header-full-screen-img h1 {
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.2em;
  line-height: 40px;
  font-size: 21px;
}
.header-full-screen-img h1 b {
  font-weight: 300;
}
.header-full-screen-img p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}
.header-full-screen-img .scroll-down {
  border: 3px solid #ffffff;
  width: 64px;
  height: 64px;
  display: inline-block;
  margin-left: -37px;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  border-radius: 74px;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 64px;
  position: absolute;
  bottom: 40px;
  left: 95%;

}
.header-full-screen-img .scroll-down i {
  line-height: inherit;
}
.fullscreen {
  width: 100%;
  min-height: 100%;
}
.not-fullscreen,
.fullscreen.not-overflow {
  height: 100%;
  overflow: hidden;
}


.features-img {
  padding-top: 65px;
  overflow: hidden;
}
.features-img h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}
.features-img h2 small {
  font-size: 21px;
  color: #ec831d;
  text-transform: uppercase;
  font-weight: 300;
}
.features-img .feature-img {
  padding-bottom: 2px;
  border-bottom: 6px solid #ffffff;
}
.features-img h3 {
  font-size: 25px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #ec831d;
}
.features-img p {
  margin-bottom: 0px;
}


.newsletter-simple {
  background-color: #ec831d;
  background-image: url("../img/cta-background.png");
}
.newsletter-simple .newsletter-call-out {
  display: inline-block;
  margin-top: 1px;
}
.newsletter-simple .newsletter-call-out i {
  font-size: 70px;
  float: left;
  margin-top: -9px;
  color: #ffffff;
}
.newsletter-simple .newsletter-call-out h2 {
  font-size: 30px;
  margin: -7px 0px -2px 90px;
  color: #ffffff;
  font-weight: bold;
}
.newsletter-simple .newsletter-call-out p {
  font-size: 18px;
  margin: 0 0 0 90px;
  color: #ffffff;
}


.content-img-left h2 {
  font-size: 30px;
  font-weight: 300;
}
.content-img-left h3 {
  font-size: 20px;
  color: #ec831d;
  font-weight: 300;
}
.content-img-left p:last-of-type {
  margin-bottom: 0;
}
.content-img-left .content-img {
  text-align: center;
}
.content-img-left .content-img img {
  display: inline-block;
}


.content-img-right h2 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 40px;
}
.content-img-right h3 {
  font-size: 20px;
  color: #ec831d;
  font-weight: 300;
}
.content-img-right p {
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
}
.content-img-right p:last-of-type {
  margin-bottom: 0;
}
.content-img-right .content-img {
  float: right;
  text-align: center;
}
.content-img-right .content-img img {
  display: inline-block;
}

.content-text h2 {
  font-size: 24px;
}
.content-text {
  font-size: 14px;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tab-content h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}
.tab-content h2 small {
  font-size: 37%;
  color: #ec831d;
  text-transform: uppercase;
  font-weight: 300;
}
.tab-content .tab-content-nav {
  border-bottom: 1px solid #b5bcc5;
}
.tab-content .nav-tabs {
  border: none;
  margin: 0 auto;
  display: table;
}
.tab-content .nav-tabs li a {
  font-size: 16px;
  font-weight: normal;
  color: #575756;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #b5bcc5;
  background: none;
  margin: 0 1px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-content .nav-tabs li a:hover {
  color: #ec831d;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #ec831d;
}
.tab-content .nav-tabs li.active a {
  color: #ec831d;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #ec831d;
}
.tab-content .tab-content {
  padding: 85px 0;
  border-bottom: 1px solid #b5bcc5;
}
.tab-content .tab-content h3 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
}
.tab-content .tab-content h4 {
  font-size: 20px;
  color: #ec831d;
  font-weight: 300;
}
.tab-content .tab-content p:last-of-type {
  margin-bottom: 0;
}
.tab-content .tab-content .tab-content-img {
  padding-bottom: 2px;
  border-bottom: 6px solid #ffffff;
}

.galerie_container { 
  margin:30px auto; max-width:960px;position: relative;
}


.gallery {
  padding: 0;
}
.gallery .gallery-container {
  padding: 85px 0;
  border-top: 1px solid #e5e9ec;
  border-bottom: 1px solid #e5e9ec;
  margin: 0;
}
.gallery .gallery-container div {
  padding: 0;
}
.gallery .gallery-container .scroll-down {
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 54px;
  margin-top: 20px;
  cursor: pointer;
}
.gallery .gallery-container .scroll-down i {
  line-height: inherit;
}
.gallery .gallery-container .gallery-thumbnail-container {
  overflow: hidden;
}
.gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}
.gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ec831d;
  position: absolute;
  top: 0;
  bottom: 5px;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  color: #ffffff;
  text-align: center;
  padding-top: 45%;
}
.gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail-overlay .gallery-img-title {
  font-size: 18px;
  font-weight: 500;
}
.gallery .gallery-container .gallery-thumbnail-container:hover .gallery-thumbnail-overlay {
  border: 1px solid #fff;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.gallery .gallery-container .gallery-thumbnail-container:hover .gallery-thumbnail {

}
.modal-backdrop.in {
  opacity: 0.9;
  background-color: #22262e;
}

.pricing-table {
  padding-top: 0;
}
.pricing-table h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 80px 0;
  font-weight: 300;
  line-height: 1.2;
}
.pricing-table h2 small {
  font-size: 37%;
  color: #ec831d;
  text-transform: uppercase;
}
.pricing-table .pricing-table-container {
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  margin: 0;
}
.pricing-table .pricing-table-offer {
  padding: 0;
  border-right: 1px solid #e3e3e3;
}
.pricing-table .pricing-table-offer:last-of-type {
  border-right: none;
}
.pricing-table .pricing-table-offer .offer-title {
  padding-top: 30px;
  text-align: center;
  color: #575756;
  background-color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  height: 145px;
}
.pricing-table .pricing-table-offer .offer-title small {
  font-size: 14px;
}
.pricing-table .pricing-table-offer .offer-price {
  height: 128px;
  width: 128px;
  background-color: #ec831d;
  color: #ffffff;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
  margin: -40px auto 0 auto;
  padding-top: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
}
.pricing-table .pricing-table-offer .offer-price .currency {
  font-size: 24px;
  margin-right: -4px;
  margin-left: -7px;
}
.pricing-table .pricing-table-offer .offer-price .price {
  font-size: 48px;
  font-weight: 500;
}
.pricing-table .pricing-table-offer .offer-price .duration {
  font-size: 16px;
  display: block;
  text-align: center;
}
.pricing-table .pricing-table-offer .offer-benefits {
  list-style: none;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0;
}
.pricing-table .pricing-table-offer .offer-benefits li {
  margin-bottom: 15px;
}
.pricing-table .pricing-table-offer .offer-action {
  text-align: center;
  padding-bottom: 30px;
}
.pricing-table .pricing-table-offer .offer-action button {
  background-color: transparent;
  border: 2px solid #b5bcc5;
  color: #98a2af;
  margin-top: 25px;
  font-size: 16px;
  z-index: 1;
  position: relative;
}
.pricing-table .pricing-table-offer.highlight .offer-title {
  color: #ffffff;
  background-color: #ec831d;
}
.pricing-table .pricing-table-offer.highlight .offer-price {
  background-color: #fbe8c4;
  color: #ec831d;
}
.pricing-table .pricing-table-offer.highlight .offer-price .currency {
  color: #ec831d;
}
.pricing-table .pricing-table-offer.highlight .offer-price .price {
  color: #ec831d;
}
.pricing-table .pricing-table-offer.highlight .offer-price .duration {
  color: #ec831d;
}
.pricing-table .pricing-table-offer.highlight .offer-action button {
  background-color: #ec831d;
  border-color: transparent;
  color: white;
}
.pricing-table .pricing-table-comment {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}


.call-to-action {
  background-color: #999;
  background-image: url("../img/cta-background.png");
  color: #ffffff;
  font-size: 20px;
  padding: 60px 0;
  line-height: 35px;
}
.call-to-action table {
  margin: 20px auto 0 auto;;

}
.call-to-action h2 {
  font-size: 44px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.call-to-action h2 small {
  font-weight: 300;
}
.call-to-action h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}
.call-to-action .btn {
  z-index: 1;
  margin-top: 27px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #ec831d;
  position: relative;
}
.call-to-action .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.call-to-action .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}
.call-to-action .btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}


.contact-text {
  padding-left: 40px;
}

.contact-form-gmap h2 {
  font-size: 48px;
  padding: 0;
  margin: 0 0 60px 16px;
  font-weight: 300;
  line-height: 1.2;
}
.contact-form-gmap h2 small {
  font-size: 37%;
  color: #ec831d;
  text-transform: uppercase;
}
.contact-form-gmap .contact-info {
  padding-bottom: 0;
  margin: 0 15px 60px 15px;
}

.contact-form-gmap .contact-info .address-icon,
.contact-form-gmap .contact-info .phone-icon {
  width: 70px;
  height: 70px;
  border: 2px solid #ec831d;
  text-align: center;
  font-size: 40px;
  color: #ec831d;
  line-height: 70px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  float: left;
}
.contact-form-gmap .contact-info p {
  margin-left: 106px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 300;
}
.contact-form-gmap .contact-info .telefon a {
  color: #666;
}
.contact-form-gmap .contact-info .telefon {
  font-size: 24px;
  margin-top: 20px;
}
.contact-form-gmap .contact-info h3 {
  margin-left: 106px;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 300;
  color: #575756;
}
.contact-form-gmap .map {
  height: 370px;
  border-radius: 2px;
}
.contact-form-gmap form label {
  font-size: 14px;
  font-weight: 400;
}
.contact-form-gmap form input {
  box-shadow: 0px 1px 0px #fbe3e4;
}
.contact-form-gmap form textarea {
  height: 143px;
  box-shadow: 0px 1px 0px #fbe3e4;
}
.contact-form-gmap form .form-actions {
  margin-top: 25px;
}
.contact-form-gmap form .btn-submit i {
  margin-right: 0;
  margin-left: 10px;
}
.contact-form-gmap form .form-info {
  font-size: 14px;
  margin-top: 17px;
}


.footer-simple {
  background-color: #e5e9ec;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer-simple p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer-simple .social-media {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  font-size: 20px;
}
.footer-simple .social-media a {
  color: #666;
}
.footer-simple .social-media li {
  display: inline-block;
  float: right;
}
.footer-simple .social-media li a {
  padding: 0 10px;
}
.footer-simple .social-media li a:hover {
  color: #575756;
}


/* 27. Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

  body {
    line-height: 140%;
    font-size: 14px;
  }
  section {
    padding: 65px 0;
  }

  .btn.btn-lg {
    font-size: 17px;
    padding: 13px 20px 11px 20px;
  }

  .form-control {
    height: 41px;
  }

  .navigation-top {
    font-size: 16px;
  }
  .navigation-top .navbar-nav {
    margin: 4px 0 0 0;
  }
  .navigation-top .navbar-nav li a {
    padding: 12px 8px 9px 8px;
  }
  .navigation-top .navbar-nav li a.btn {
    color: #ffffff;
    font-size: 12px;
    padding: 9px 12px 7px 12px;
    margin-top: 7px;
  }
  .navigation-top .navbar-nav li a.btn:hover {
    color: #ec831d;
  }


  .header-full-screen-img {
    padding-top: 100px;
  }
  .header-full-screen-img h1 {
    font-size: 21px;
  }
  .header-full-screen-img h2{
    font-size: 40px;
    text-align: left;
  }
  .header-full-screen-img .scroll-down {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    font-size: 36px;
    line-height: 46px;
    bottom: 18px;
  }
  /* 12. Features Img (1200px)
  --------------------------------------------*/
  .features-img h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  .features-img h3 {
    font-size: 22px;
  }
  .features-img p {
    font-size: 16px;
  }


  .newsletter-simple {
    background-attachment: scroll;
  }
  .newsletter-simple .newsletter-call-out i {
    font-size: 61px;
  }
  .newsletter-simple .newsletter-call-out h2 {
    font-size: 26px;
    margin-left: 70px;
  }
  .newsletter-simple .newsletter-call-out p {
    font-size: 16px;
    margin-left: 70px;
  }
  .newsletter-simple form .newsletter-email {
    font-size: 16px;
    height: 52px;
    padding-left: 16px;
  }
  .newsletter-simple form .newsletter-submit {
    font-size: 18px;
    height: 52px;
    padding: 0 20px;
  }


  .content-img-rigth h2 {
    font-size: 22px;
  }
  .content-img-rigth h3 {
    font-size: 18px;
  }
  .content-img-rigth p {
    font-size: 14px;
  }


  .content-img-rigth h2 {
    font-size: 22px;
  }
  .content-img-rigth h3 {
    font-size: 18px;
  }
  .content-img-rigth p {
    font-size: 14px;
  }


  .tab-content h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }


  .gallery .gallery-container {
    padding: 65px 0;
  }
  .gallery .gallery-container .gallery-thumbnail-container {
  }


  .pricing-table h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  .pricing-table .pricing-table-offer .offer-title {
    font-size: 20px;
    height: 140px;
  }
  .pricing-table .pricing-table-offer .offer-action button {
    margin-top: 25px;
    font-size: 14px;
  }
  .pricing-table .pricing-table-comment {
    font-size: 18px;
    margin-top: 45px;
  }


  .call-to-action h2 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 300;
  }
  .call-to-action h3 {
    font-size: 16px;
  }
  .call-to-action table.zeiten  {
    color: #fff;
  }


  .contact-form-gmap h2 {
    font-size: 42px;
    margin-bottom: 65px;
  }
  .contact-form-gmap .contact-info {
    padding-bottom: 45px;
  }
  .contact-form-gmap .contact-info .address-icon,
  .contact-form-gmap .contact-info .phone-icon {
    width: 72px;
    height: 72px;
    border: 2px solid #ec831d;
    text-align: center;
    font-size: 40px;
    color: #ec831d;
    line-height: 72px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    float: left;
  }
  .contact-form-gmap .contact-info p {
    margin-left: 92px;
    font-size: 16px;
  }
  .contact-form-gmap .contact-info .telefon a {
    color: #666;
  }
  .contact-form-gmap .map {
    height: 280px;
  }

  .footer-simple p {
    font-size: 12px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {

  body {
    text-align: center;
  }
  section#massagen {
    padding: 0;
    margin: 60px 0 0 0;
  }
  .img-responsive {
    width: 100%;
  }
  .navigation-top .navbar-brand img {
    max-width: 190px;
  }
  .navigation-top .navbar-nav li {
    font-size: 13px;
  }


  .header-full-screen-img {
    background: #ffffff url('../img/header-background.jpg') 75% center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .header-full-screen-img h1, .header-full-screen-img p {
    text-align: left;
  }
  .header-full-screen-img h2 {
    text-align: left;
    font-size: 30px;
  }
  .header-full-screen-img .col-md-12 {
    padding: 0;
  }
  #massagen {
    margin-top: 85px;
  }


  .features-img h2 {
    font-size: 36px;
  }
  .features-img p {
    margin-bottom: 12%;
    font-size: 16px;
  }


  .newsletter-simple .newsletter-call-out {
    text-align: left;
    margin: 20px 0;
  }
  .newsletter-simple .newsletter-call-out p {
    font-size: 16px;
  }


  .content-img-left h2 {
    margin-top: 4%;
  }


  .content-img-right p:last-of-type {
    margin-bottom: 65px;
  }
  .content-img-right .content-img {
    float: none;
  }
  .content-img-right h2 {
    font-size: 36px;
  }
  .content-img-right h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .content-img-rigth p {
    font-size: 14px;
  }



  .tab-content .tab-content {
    padding: 45px 0;
  }
  .tab-content .tab-content .tab-content-img {
    margin-bottom: 45px;
  }
  .tab-content .tab-content p:last-of-type {
    margin-bottom: 45px;
  }


  .gallery .gallery-container .gallery-thumbnail-container:hover .gallery-thumbnail-overlay {
    padding-top: 16%;
  }
  .gallery .gallery-container .gallery-thumbnail-container {
    height: auto;
  }


  .pricing-table h2 {
    font-size: 36px;
  }
  .pricing-table .pricing-table-container {
    margin: 0 20px 65px 20px;
  }
  .pricing-table .pricing-table-container .pricing-table-title {
    border: 1px solid #b5bcc5 !important;
  }
  .pricing-table .pricing-table-container .pricing-table-price {
    border: 1px solid #b5bcc5 !important;
  }
  .pricing-table .pricing-table-container .pricing-table-benefits {
    border: 1px solid #b5bcc5 !important;
  }
  .pricing-table .pricing-table-container .pricing-table-select {
    border: 1px solid #b5bcc5 !important;
  }



  .contact-form-gmap h2 {
    font-size: 36px;
  }
  .contact-form-gmap .contact-info {
    padding-bottom: 0;
  }
  .contact-form-gmap .contact-info .address-icon,
  .contact-form-gmap .contact-info .phone-icon {
    float: none;
    margin: 0 auto 20px auto;
  }
  .contact-form-gmap .contact-info p {
    margin: 0;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .contact-form-gmap .contact-info .telefon {
    font-size: 24px;
  }
  .contact-form-gmap .contact-info .telefon a {
    color: #666;
  }
  .contact-form-gmap .map {
    margin-bottom: 45px;
  }


  .footer-simple p {
    margin-bottom: 20px;
  }
  .footer-simple .social-media {
    text-align: center;
  }
  .footer-simple .social-media li {
    display: inline-block;
    float: none;
  }

}
/* Small devices (767px and down) */
@media (max-width: 767px) {
  section#massagen {
    padding: 0;
    margin: 0;
  }


  .navigation-top .navbar-brand img {
    max-width: 270px;
  }


  .header-img {
      background: #ffffff url('../img/header-background.jpg') 80% 20%;
      background-size: cover;
      background-position: right center;
      height: 400px;
  }
  .header-full-screen-img {
    padding: 0;
  }
  .header-full-screen-img h2 {
    font-size: 26px;
  }
  .header-full-screen-img h1 {
    font-size: 18px;
  }
  .header-full-screen-img p {
    font-size: 13px;
    margin-top: 20px;
  }
  .header-full-screen-img .logo {
    width: 100px;
    margin-bottom: 20px;
  }
  .header-full-screen-img .scroll-down {
    margin-left: -22px;
  }

  #home {
    margin-bottom: 0;
  }

  #massagen {
    margin-top: 0;
  }



  .features-img h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .features-img h2 small {
    font-size: 16px;
  }
  .features-img p {
    margin-bottom: 12%;
    font-size: 16px;
  }


  .newsletter-simple .newsletter-call-out i {
    display: block;
    margin: 24px 0;
    float: none;
    text-align: center;
  }
  .newsletter-simple .newsletter-call-out h2 {
    margin: -7px 0px 5px 0px;
    font-size: 30px;
    text-align: center;
  }
  .newsletter-simple .newsletter-call-out p {
    margin: 0px;
    font-size: 16px;
    text-align: center;
  }
  .newsletter-simple form .newsletter-email {
    font-size: 16px;
    height: 46px;
  }
  .newsletter-simple form .newsletter-submit {
    font-size: 18px;
    height: 46px;
  }



  .content-img-left h2 {
    font-size: 28px;
  }
  .content-img-left h3 {
    font-size: 16px;
  }
  .content-img-left p {
    font-size: 10px;
  }
  .content-img-left p:last-of-type {
    margin-bottom: 0;
  }



  .content-img-right h2 {
    font-size: 30px;
  }
  .content-img-right h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  .content-img-right p {
    font-size: 18px;
    line-height: 22px;
  }
  .content-img-right p:last-of-type {
    margin-bottom: 0;
  }
  .content-img-right .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .gallery .gallery-container .gallery-thumbnail-container .gallery-thumbnail-overlay .gallery-img-title {
    font-size: 18px;
    font-weight: 500;
  }



  .tab-content h2 {
    font-size: 24px;
  }
  .tab-content h2 small {
    font-size: 12px;
  }
  .tab-content .nav-tabs li {
    display: block;
    width: 100%;
  }


  .pricing-table {
    padding-top: 0;
  }
  .pricing-table h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .pricing-table h2 small {
    font-size: 12px;
  }
  .pricing-table .pricing-table-comment {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 25px;
  }



  .call-to-action h2 {
    font-size: 30px;
    font-weight: 300;
  }
  .call-to-action .btn {
    font-size: 14px;
  }
  .contact-form-gmap .contact-info p {
    font-size: 16px;
    padding-bottom: 0;
    margin: 0 15px 60px 15px;
  }

/* Extra Small devices (480px and down) */
/* 28. Change default Nav Breakpoint */
@media (max-width: 992px) {

  #massagen {
    margin-top: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .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 {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/*# sourceMappingURL=styles.min.css.map */
   