/* roboto-slab-100 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/roboto-slab-v24-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/roboto-slab-v24-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-slab-v24-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-100.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-slab-v24-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  /* roboto-slab-300 - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/roboto-slab-v24-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/roboto-slab-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-slab-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-slab-v24-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  /* roboto-slab-regular - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  /* roboto-slab-700 - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto-slab-v24-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/roboto-slab-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-slab-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-slab-v24-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
  }


body {
    width: 100%;
    height: 100%;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

section h3.section-subheading {
    font-size: 16px;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
}

.impressum-section .section-subheading {
    margin-top: 50px;
    margin-bottom: 20px;
}

.impressum-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-img {
    height: 50px;
    padding-left: 10px;
}

header {
    background-image: url(../img/header-bg.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #94c120;
}

header .intro-text .intro-lead-in {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section {
    background: #eee;
}

.services-section {
    background: #fff;
}

.contact-section {
    background: #eee;
}

.center {
    text-align: center;
}

#map-canvas {
    height: 400px;
    margin-bottom: 20px;
    padding: 0px;
}

@media(min-width:767px) {
    .nav {
        padding: 20px 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;
    }
    .navbar-img {
        padding: 0;
        height: 90px;
        -webkit-transition: background .5s ease-in-out, all .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, all .5s ease-in-out;
        transition: background .5s ease-in-out, all .5s ease-in-out;
    }
    .navbar-img-collapse {
        height: 50px;
        -webkit-transition: background .5s ease-in-out, all .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, all .5s ease-in-out;
        transition: background .5s ease-in-out, all .5s ease-in-out;
    }
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
    header .intro-text .intro-lead-in {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }
    header .intro-text .intro-heading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }
    section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .impressum-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    section h3.section-subheading {
        margin-bottom: 75px;
    }
}