
.navbar-default {
  border-color: transparent
}

header {
  background-image: url('../img/bonderspitz.jpg');
}

.parallax-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-heading {
    color: white;
}

.bg-section {
  background-color: #6f0038;
}

.moment {
    background-image: url("../img/moment.jpg");
    min-height: 200px;
}

.oeschinensee {
    background-image: url("../img/oeschinensee.jpg");
    min-height: 200px;
}

.maps {
    float: left;
    width: 50%;
}

.map-location {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    color: white;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.map-location a {
    color: white;
}

#taetschmeister {
    /*padding-top: 20px;*/
}

#taetschmeister h2, #taetschmeister .text-faded {
    color: black;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.img-center {
	margin: 0 auto;
}

#homeHeading {
    font-size: 75px;
}

.contact-form {
    /*font-family: sans-serif;*/
}

.contact-form span {
    color:white;
}

.contact-form select {
    padding: 8px;
    margin-bottom: 10px;
}

.contact-form input {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}

.contact-form input {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}

.contact-form button { 
    width: 300px;
    padding: 10px;
    color: white;
  background: rgba(71,0,10,0);
  border: solid 5px white;
}

#logo {
    width:100px;
}

#logo h1 {
	color: #6f0038;
}

header .header-content {
    padding: 100px 15px 40px 15px;
	background:rgba(0,0,0,0.5);
}

header .header-content .header-content-inner p {
	margin-bottom: 0;
}

section {
    padding: 20px 0;
}

@media (min-width: 768px) {
    #logo {
        height:200px;
        width: 466.09px;
    }
    header .header-content {
        padding: 20px 15px;
    }
	
	p.gallery-link {
		margin-top:20px;
	}
	
	p.gallery-link a {
		color:#ffffff;
	}
	
    section {
        padding: 100px 0;
    }

    .parallax-background {
        background-attachment: fixed;
    }

    .ie9up .parallax-background {
        background-attachment: scroll;
    }

    .moment {
        min-height: 500px;
    }

    .oeschinensee {
        min-height: 500px;
    }
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .parallax-background {
        background-attachment: scroll;
    }
}