@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Oswald&display=swap');
html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.carousel,
.item,
.active {
    height: 100%;
}


.carousel-inner {
    height: 100%;
}
@media only screen and (max-width: 600px) {
.carousel,
.item,
.active {
    height: 100%;
    background-size: auto 100%;
    background-position: center center
}
html,
body {
    height: 100%;
}
}

h1{font-size:170%;font-family: 'Oswald', sans-serif;}
h2{font-size:140%;font-family: 'Oswald', sans-serif;}
h3{font-size:120%;font-family: 'Oswald', sans-serif;}
h4{font-size:100%;font-family: 'Oswald', sans-serif;}
.telefon{font-family: 'Oswald', sans-serif;color:#003355;}
.breadcrumb-item a{color:#363636;}