* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    background-color: #90d5ff;
}

#navigateHome,
#navigateAngebot,
#navigateUeberMich,
#navigateKontakt,
#risLink {
    color: #373737;
}

#menu {
    background-color: #e87814 !important;
    justify-content: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#navbarNav {
    flex-grow: 0 !important;
    color: #373737 !important;
}

#navbarNav > ul > li {
    margin-right: 20px;
    margin-left: 20px;
}

#name {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

#home {
    margin: 30px 0;
}

#home > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

#home > div:nth-child(3) {
    padding: 30px;
}

#home > div.col-sm-12.col-md-5 > picture > img {
    width: 100%;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: #333;
}

#phoneIcon,
#emailIcon {
    width: 15px;
}

#angebot,
#ueberMich,
#kontakt {
    padding: 10px;
}

.angebot__title {
    font-weight: bold;
}

#kontakt__map {
    height: 500px;
}

#footer {
    color: #373737;
    background-color: #c0b283;
    height: 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0;
    padding-top: 20px;
}

#footer div a,
#footer div {
    text-align: center;
    color: #373737;
}

#footer div a:hover {
    color: #37373762;
    text-decoration: none;
}

.iconContainer {
    display: flex;
    align-items: center;
    height: 25px;
}

#home > div.col-sm-12.col-md-5 {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    #home > div.col-sm-12.col-md-5 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #home > div.col-sm-12.col-md-5 {
        padding: 10px;
    }
}

.nav-link,
#footer .col-sm-12.col-md-6 a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding: 10px;
    margin: 10px;
}

.nav-link:hover,
#footer .col-sm-12.col-md-6 a:hover {
    border-radius: 5px;
    box-shadow: 0 0 8px #00000080;
    color: #373737;
}

#kontakt .col-12:nth-child(2) {
    padding: 20px 015px;
}

#kontakt .col-12:nth-child(3) {
    padding-bottom: 20px;
}

#ueberMich > div > p,
#angebot > div > p {
    text-align: justify;
}

#navIc {
    height: 5vh;
}

@media (min-width: 992px) {
    #navIc {
        display: none;
    }

    #menu {
        display: none;
    }
}

@media (max-width: 992px) {
    #menu {
        justify-content: space-between;
    }
}

.justifyText {
    text-align: justify;
}

.impressumLink {
    text-align: center;
    color: #373737 !important;
}

.impressumLinkContainer {
    text-align: center;
    margin-bottom: 20px;
}

.titleContainer p {
    margin: 5px 0;
}
