html {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
html{ 
    font-size: 1rem;
}
img.thumbnail {
    max-width: 33%;
}
.img-fluid{
    max-width: 60%;
    width: 60%;
    height:auto;
}
.img-fluid2{
    max-width: 60%;
    width: 60%;
    height:auto;
}
.aboutmeimages{
    align-items: center;
    justify-content: center;
}
}
.totheright{
    justify-content: left;
    align-items: left;
}
@media screen and (min-width: 769px) {
    .aboutmeimages{
        align-items: row;
        justify-content: left;
    } 
    .img-fluid2{
        max-width: 50%;
        width: 50%;
        height:auto;
    }
    .img-fluid{
        max-width: 40%;
        width: 40%;
        height:auto;
    }
    .rowbelow{
        align-items: row;
        width: 100%;
    }
    .colroww{
        max-width: 30%;
        width: 30%;
        height:auto;
        float: left;
        padding-bottom: 10%;
    }
    .content{
        align-items: row;
    }
    .handsnails{
        float:left;
        width: 50%;
    }
    .feetnails{
        float: left;
        width: 50%;
    }
}

.justify-content-center {
    align-items: row;
    align-content: center;
}

.nav-link{
    color:#84A078;
    align-self: center;
}
.nav-link.active {
    color:#637136;
    font-weight: 700;
}

.nav-link:hover {
    color: #99C671;
}

.list-inline {
    list-style: none;
    padding: 0;
}

.hero-image {
    max-width: 100%;
    min-width: 100%;
}

.content .col {
    padding: 2em;
    align-self: center;
}

.content .maps {
    background-color: darkgrey;
}

ul.address {
    padding-left: 0;
    margin-left: 0;
}

.address li {
    list-style-type: none;
}

footer {
    padding: 2em;
    align-items: center;
    align-items: row;
}

footer ul {
    padding-left: 1em;
    margin-left: 0;
}

footer li {
    list-style-type: none;
}

.table-borderless td{
    padding-left: 0;
}

.table-borderless td:nth-child(2) {
    font-weight: bold;
}

.bott{
    padding: auto;
    align-self: center;
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
    justify-content: center;
    align-items: row;
    text-align: center;
}

h1 {
    color: #84A078;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cookie', sans-serif;
}

body {
    font-family: 'Copse', serif;
    align-self: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.col{
    align-items: center;
    justify-content: center;
}
.nav-link{
    width: 20%;
    padding: 3%;
}
.tbod{
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    width: 100%
}
.tableclass{
    align-items: center;
    justify-content: center;
    text-align: left;
}
.preisbild{
    width: 100%;
}
#sim3{
    max-width: 100%;
}
.bot{
    padding-top: 10%;
    align-items: row;
    align-items: center;
    justify-content: center;
}