/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v48-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v48-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v48-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v48-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v48-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v48-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    scroll-behavior: smooth;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
*:focus, .btn.focus, .btn:focus, button:focus {
    outline: 0 none;
    border: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
    width: 6px
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px
}
::-webkit-scrollbar-thumb {
    background: #9e171e;
    border-radius: 0px
}

::selection {
    background: #9e171e;
    color: #fff;
}
::-moz-selection {
    background: #9e171e;
    color: #fff;
}

a {
    color: #9e171e;
    text-decoration: none;
}
a:hover {
    color: #ccc;
}

footer a:hover {
    color: #000;
}

figure {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .zitat {
    font-family: 'Oswald', sans-serif;
}
h1, .h1, h2, .h2, .zitat {
    font-size: 58px
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 20px;
}

.bg-dark {
    background-image: url("../images/bg-pattern-dark.png");
    color: #ECECEC;
}

.bg-light {
    background-image: url("../images/bg-pattern.png");
    color: #333;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
@media (max-width: 991px) {
    
    .carousel-caption {
        position: absolute;
        right: 5%;
        top: 20%;
        left: 5%;
        padding-top: .25rem;
        padding-bottom: .25rem;
        color: #fff;
        text-align: left;
    }  
    
    .hero h1,
    .hero h2{
        font-size: 28px;
    }
    h2 {
        font-size: 38px;
    }

}


.hero h2,
.leistungen .h4{
    color: #9e171e;
}

.bg-dark .border {
    border-color: #2F2F2F!important
}

.py-5 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}

.maps {
    background-image: url("../images/bg-maps.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 900px;
    width: 100%;
}
