@font-face {
    font-family: "Oswald";
    src: url(fonts/Oswald-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Oswald-Regular";
    src: url(fonts/Oswald-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url(fonts/Roboto-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(fonts/Roboto-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
}

h2 {
    color: white;
    font-family: 'Oswald-Regular';
    text-transform: uppercase;
}

.logo {
    position: fixed;
    z-index: +6;
    padding-left: 280px;
    padding-top: 22px;
}

.navigation {
    z-index: +5;
    position: fixed;
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100px;
}

.navbar {
    display: flex;
    justify-content: center;
    padding-left: 500px;
}

.navbar a {
    font-family: 'Oswald-Regular';
    color: gray;
    text-decoration: none;
    margin-left: 20px;
}

.navbar a:hover {
    text-decoration: none;
    color: #404040;
}

.primary-button {
    text-transform: uppercase;
    color: #7bbfb7;
    border: 1px solid #7bbfb7;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    width: 170px;
    height: 50px;
    font-size: 18px;
}

.slider-picture-gallery {
    display: flex;
    align-items: center;
}

.pfeil {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.pfeil:hover {
    color: white;
}

.pfeil-links {
    left: 0;
}

.pfeil-rechts {
    right: 0;
}

.secondary-button {
    text-transform: uppercase;
    color: #7bbfb7;
    border: 1px solid #7bbfb7;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    width: 255px;
    height: 35px;
    font-size: 13px;
    margin-top: 25px;
}

.section-text-left-img-right {
    background-image: url(image/schere_left.svg);
    margin-top: -25px;
    background-color: black;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 760px;
    width: 100%;
}

.text-block-left {
    box-shadow: 1px 0px 17px 12px rgba(37, 36, 36, 0.97);
    background-color: rgb(49, 49, 49);
    width: 300px;
    height: 325px;
    padding: 50px;
    z-index: 1;
}

hr {
    color: white;
    width: 100%;
    margin-left: -165px;
}

.text {
    color: white;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.section-icon-info {
    background-color: black;
    height: 400px;
    width: 100%;
    box-shadow: 0px -14px 28px -7px rgba(37, 36, 36, 0.97);
}

.icon-info-text {
    display: flex;
    justify-content: center;
    font-family: 'Oswald-Regular';
    font-size: 30px;
    color: white;
}

.icon-info-subtext {
    display: flex;
    justify-content: center;
    font-family: 'Oswald-Regular';
    font-size: 13px;
    color: white;
}

.icon-info-wrapper {
    top: 0;
    align-items: normal;
    color: white;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    height: 215px;
    width: 100%;
    padding-top: 100px;
}

.icon-info {
    width: 280px;
    height: 175px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.maps-container {
    border-top-width: 0px;
    border-top-style: solid;
    border-left-width: 0px;
    border-left-style: solid;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-right-width: 0px;
    border-right-style: solid;
    width: 100%;
    height: 550px;
}

.section-text-right-img-left {
    background-color: black;
    background-image: url(image/schere_right.svg);
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 760px;
    width: 100%;
    margin: -3px;
}

.text-block-right {
    box-shadow: 1px 0px 17px 12px rgba(37, 36, 36, 0.97);
    background-color: rgb(49, 49, 49);
    width: 300px;
    height: 325px;
    padding: 50px;
    z-index: 1;
}

.underline {
    color: white;
    width: 100%;
    margin-left: 325px;
}

.section-budget-calculator {
    font-family: 'Oswald-Regular';
    color: white;
    background-color: #444;
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: center;
}

.bc-row {
    display: flex;
    justify-content: center;
}

.bc-subrow {
    width: 350px;
    height: 110px;
}

#time {
    height: 30px;
    width: 180px;
}

.container-info-address p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bc-price-info {
    width: 360px;
    height: 150px;
}

.section-center {
    width: 720px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.slider {
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

.budget-text {
    padding-top: 100px;
}

.budget-text p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.bc-two-button {
    display: flex;
    justify-content: space-between;
}

.section-footer-address-image {
    background-color: black;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.itt {
    width: 210px;
    height: 150px;
    font-family: 'Oswald-Regular';
}

.itt a {
    color: white;
    text-decoration: none;
}

.itt p {
    color: white;
    margin: 0px;
}

.subfooter {
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    font-family: 'Oswald-Regular';
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.subfooter-menu {
    width: 300px;
    display: flex;
    justify-content: space-between
}

.subfooter-menu a {
    color: white;
    font-family: 'Oswald-Regular';
    text-decoration: none;
}