/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    font-family: 'Architects Daughter', cursive;
    background : #485335 url('../images/kontakt_circle_ng.png') ;
    background-attachment: fixed;
    background-position : center center;
    background-size : 50% 80%;
    color : #fff;
}

body {
    padding-top: 150px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.light-green{
	background : #8c9871;
}

.dark-green{
	 background : #485335;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

a{
	color : #fff;
	font-weight : 600;
}

a:hover, a:active{
	color : #dedede;
}

p{
	font-family: 'Oxygen', sans-serif;
	}
.container{
	background : rgba(0,0,0,0.3);
}

.navbar .container{
	background : rgba(0,0,0,0);
}

/*########### Helper #############*/
.mt10{
	margin-top : 10px;
}
.mt20{
	margin-top : 20px;
}
.mt30{
	margin-top : 30px;
}
.mt40{
	margin-top : 40px;
}
.mt50{
	margin-top : 50px;
}

.mt-10{
	margin-top : -10px;
}
.mt-20{
	margin-top : -20px;
}
.mt-30{
	margin-top : -30px;
}

.white{
	background : rgba(255,255,255,0.3);
	padding : 10px 0px;
	
}
.dark{
	background : rgba(255,255,255,0.3);
	padding : 10px 0px;
}
/* Bootstrap Elements */
.navbar{
	min-height : 120px;
	margin-bottom: -30px!important;
}
.navbar-default,.navbar-default a,
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-brand{
	color : #FFFFFF;
	font-size : 1.1em;
	font-weight : 100;
}

.navbar-collapse{
	vertical-align: middle;
	margin-top : 3%;
}

.panel-heading{
	background : #485335;
}

.panel-body{
	background : #8c9871;
}

.well{
	background : #8c9871;
	color : #fff;
}

.teaser{
	
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
	background : #8c9871;
}

/*Logo */
img.logo {
	max-height : 100px;
	width : auto;
	display : inline-block;
	
}

/* Home Page Carousel */

header.carousel {
    height: 40%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/*################ Start Leistungen #################*/
.panel-heading h4 a{
	color : #8c9871;
}

/*################### Preistabelle #####################*/
.pricelist{
	font-family : Helvetica, Verdana, sans-serif;
}
/*############## Carousel ##############*/
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 450px;
    
    margin : 0px auto;
   
}
.fade-carousel .carousel-inner .item {
    height: 450px;   
  
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
  
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
 
}

/*################# MAP #######################*/
/*############ Google Maps ##############*/
#map-canvas{
	width : 100%;
	height : 350px;
}

/*####################### Spamschutz ##################*/
.ink{
	display : none;
}

/*### DSGVO ###*/
.dsgvoInfo{
	padding : 10px;
	background : #fff;
	color : #333;
	font-size : 9pt;
	font-weight : 300;
	font-family : 'Oxygen', sans-serif;
	border : 1px solid #fff;
	border-radius : 6px;
	margin-top : 20px;
}

.dsgvoInfo a{
	color : #8c9871;
}

/*############## Cookie Alert ################*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  border-top: 1px solid #fff;
  background: rgba(0,0,0,0.7);
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #fff;
}

.cookiealert a {
  color: #fff;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}


/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.hero h3{
	margin-top : 180px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100.5%;
    z-index: 2;
    background-color: #fff;
    opacity: .1;
    border : 1px solid #fff;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #8c9871;
    border-color: #fff;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4, 
.fade-carousel .slides .slide-5  {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/slideshow/feeling-slideshow-1.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/slideshow/slideshow-feeling-team-2019.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../images/slideshow/feeling-slideshow-3.jpg');
}
.fade-carousel .slides .slide-4 {
  background-image: url('../images/slideshow/feeling-slideshow-4.jpg');
}
.fade-carousel .slides .slide-5 {
  background-image: url('../images/slideshow/feeling-slideshow-5.jpg');
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:1100px){
	img.logo{
		max-height : 80px;
		width : auto;
	}
	
	.navbar{
		min-height : 90px;
	}
	
}

@media(max-width:991px) {
	img.logo{
		max-height : 40px;
		width : auto;
	}
	
	.navbar{
		min-height : 80px;
		text-align : center;
	}
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
	
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}