/* =============================================
 *
 *   FIXED RESPONSIVE NAVI
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, navi, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

h7 {
  font-weight: bold;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAVI STYLES
--------------------------------------------- */

.navi-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.navi-collapse li {
  width: 100%;
  display: block;
}

.js .navi-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.navi-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.navi-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 57em) {
  .js .navi-collapse {
    position: relative;
  }
  .js .navi-collapse.closed {
    max-height: none;
  }
  .navi-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #ebe3da;
  font: normal 100%/1.4 sans-serif;
}

section {

  text-align: center;
  width: 100%;
}

.start {
  text-align: center;
  height: 100%;
  overflow: hidden;
  background: #ebe3da;
  padding: 55px 0 0px 0;
  width: 100%;

}

.toptext {
  text-align: center;
  height: 100%;
  overflow: hidden;
  background: #e9e9e9;
  padding: 30px 0 30px 0;
  width: 100%
  margin:auto 0px;
  font-family: 'LibreCaslon', normal !important;
}

.impressum {
  text-align: left;
  height: 100%;
  overflow: hidden;
  padding: 10px 0 25px 0;
  width: 100%
}

.ueberuns {
  height: 100%;
  overflow: hidden;
  padding: 0 0 70px 0;
  width: 100%;
  margin:auto 0px;
}

.leistungen {
  height: 100%;
  overflow: hidden;
  background: #e9e9e9;
  padding: 30px 0 50px 0;
  margin-top: -30px;
  width: 100%;
}

.kontakt {
  height: 100%;
  overflow: hidden;
  padding: 0px 0 40px 0;
  width: 100%;
}

.preise {
  height: 100%;
  overflow: hidden;
  padding: 30px 0 40px 0;
  width: 100%;
}

.footer {
  background: #555554;
  font-color: #fff;
  padding: 10px 0 10px 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 386px) {
  .footer2 {
    font-size: 13px;
  }
}


h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}

.impressumdiv {
  max-width: 850px;
  float: none;
  margin: 0 auto;
}

.impressumtext {
  margin: 0 15px;
}

.openingtext {
  max-width: 850px;
  float: none;
  margin: 0 auto;
}

.openingtext2 {
  font-family: 'LibreCaslon', normal !important;
  font-size: 15px;
  color: #555555;

}

@media (max-width: 386px) {
  .openingtext2 {
    font-size: 16px;
  }
}

@media (min-width: 387px) {
  .openingtext2 {
    font-size: 19px;
  }
}

@media (min-width: 822px) {
  .openingtext2 {
    font-size: 22px;
  }
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #acb594;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 0px;
  padding: 3px 20px 0 10px;
  color: #fbf7f8;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-navi-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 57em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.navi-collapse,
.navi-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navi-collapse,
.navi-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 57em) {
  .navi-collapse {
    float: right;
    width: auto;
  }
}

.navi-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 57em) {
  .navi-collapse li {
    width: auto;
  }
}

.navi-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: ;
  text-decoration: none;
  background: #acb594;
  padding: 0.7em 1em;
  color: #e9e9e9;
  width: 100%;
  float: left;
}

.navi-collapse a:active,
.navi-collapse .active a {
  background: #9ca486;
}

@media screen and (min-width: 57em) {
  .navi-collapse a {
    border-left: ;
    padding: 1.02em 1.8em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.navi-collapse ul ul a {
  background: #acb594;
  padding-left: 2em;
}

@media screen and (min-width: 57em) {
  .navi-collapse ul ul a {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .navi-collapse ul {
    ;
  }
}


/* ------------------------------------------
  NAVI TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenavi";
  src:url("../icons/responsivenavi.eot");
  src:url("../icons/responsivenavi.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenavi.ttf") format("truetype"),
    url("../icons/responsivenavi.woff") format("woff"),
    url("../icons/responsivenavi.svg#responsivenavi") format("svg");
  font-weight: normal;
  font-style: normal;
}

.navi-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.navi-toggle:before {
  color: #e9e9e9; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenavi"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.navi-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}



/* ------------------------------------------
  SLIDER
--------------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  padding: 0 0 0 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }




_________________________________________________________

/* loader */
#preloader {
    background: #ebe3da;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#f1eaec url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}



/* ===========================
--- Ueber uns
============================ */

.boxed-grey {
	background: #e9e9e9;
	text-align: center;

}

@media (max-width: 386px) {
  .inner1 {
    padding: 10px 16px 0 16px;
  }
}

@media (max-width: 386px) {
  .inner2 {
    padding: 0 10px 0 10px;
  }
}

@media (max-width: 386px) {
  .inner3 {
    padding: 0px 10px 10px 10px;
  }
}

@media (min-width: 387px) {
  .boxed-grey {
    padding: 20px;
  }
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	
.service-box {
	text-align: center;
}



/* ===========================
--- Contact
============================ */


.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}

.team.boxed-grey {
	margin-bottom: 30px;
}
	
.boxed-grey {
	margin-bottom: 30px;
}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

.widget-contact {
	text-align: left;
}


a[href^=tel] {
	color: inherit; text-decoration: underline;
}

/* ------------------------------------------
  PDF-BUTTON
--------------------------------------------- */

.pdf_button {
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.pdf_button1 {
  background-color: #acb594; 
  color: white; 
  border: 1px solid #4a4a4a;
}

.pdf_button1:hover {
  background-color: #9ca486;
  color: white;
}
