/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 *

Gelb: FFDD00
Blau: 0B367C*/



/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/maven-pro-v39-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-500 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/maven-pro-v39-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-600 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/maven-pro-v39-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/maven-pro-v39-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-800 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/maven-pro-v39-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* maven-pro-900 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/maven-pro-v39-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: #f0c912;
       -moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; 
}

a {
    color: #0B367C;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


a:focus, a:hover {
    text-decoration: none;
    color: white;
}


/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.zuhause-header {
    height: 200px;
    background: url('../zuHause.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 70px;
    background-color: white;
}

@media (min-width: 768px){
    .zuhause-header {
    margin-top: 130px;
    height: 400px;
}
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.container-base {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 768px){
    .container-base {
    padding-top: 100px;
}
}


.navbar {
    background-color: white;
    min-height: 120px;
     border-top: 4px solid #f0c912;
}

@media (min-width: 768px){
.navbar {
    background-color: white;
    min-height: 180px;
    border-top: 4px solid #f0c912;
}
}


h1, h2, h3 {
    margin-top: 40px;
}

h2 {
    font-size: 40px;
    color: white;
}

@media (min-width: 768px){
h2 {
    font-size: 55px;
    color: white;
}
}

p {
    margin-top: 30px;
}


.subnav {
    font-size: 16px; 
}

.copy {
    font-size: 12px;
}

.adress-kleiner p{
    padding: 0;
    margin: 0;
    line-height: 24px;
}

navbar-brand {

}


.navbar-brand img {
    width: 280px;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 20px;
    float: left;
}

@media (min-width: 768px){
.navbar-brand img {
    width: 410px;
    height: auto;
    padding-bottom: 10px;
    padding-top: 30px;
    float: right; 
}
}

.adresse {
    font-size: 16px;
    padding-top: 30px;
}

p.kleiner {
    font-size: 15px;
    line-height: 20px; !important
}

.datenschutz p, .datenschutz ul {
    font-size: 15px;
    line-height: 20px; !important
}