/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html,body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #F7F8FA;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}
.wrapper {
    margin: 0 auto;
    min-width: 375px;
    max-width: 700px;
    padding-top: 30px;
}
.lang {
    margin-top: -15px;
    position: absolute;
}
.lang a {
    border: 0 none;
    font-size: 24px;
    margin-right: 5px;
    padding: 5px 10px 6px 0;
}
p {
    margin-bottom: 30px;
    text-align: left;
}
.mapimg {
    position: relative;
    width: 70%;
}
.treeimg {
    margin-left: -12%;
    position: relative;
    width: 40%;
    z-index: 2;
}
.overimg {
    top: 40px;
    position: absolute;
    z-index: 5;
}
h3 {
    font-size: 22px;
    font-weight: normal;
}
h1 {
    font-size: 36px;
}
h2 {
    position: relative;
    display: block;
    margin: 10px 0 10px 0;
}
@media screen and (max-width: 700px) {
    .textblock {
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media screen and (max-width: 600px) {
    h1 { font-size: 30px; }
}
@media screen and (max-width: 500px) {
    h1 { font-size: 26px; }
}
@media screen and (max-width: 400px) {
    h1 { font-size: 22px; }
}
.half-right {
    float: right;
    font-style: italic;
    text-align: left;
    width: 230px;
}
.cln {
    display: block;
    height: 0;
    clear: both;
}
.textcenter {
    text-align: center;
}
a {
    border-bottom: 1px solid #0066cc;
    color: #0066cc;
    padding-bottom: 1px;
    text-decoration: none;
}
a:hover {
    border-bottom-color: #0033cc;
    color: #0033cc;
}
.card {
    background-color: #fff;
    border-radius: 0 30px 30px 30px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px auto;
    text-align: left;
    width: 100%;
}
.card img, .card-img, .card-img img {
    border-radius: 0 30px 0 30px;
    display: block;
    width: 100%;
}
.card-img {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
    margin: 0 auto 30px auto;
}
.card-text {
    margin: 8px 16px;
}
.card span {
    display: block;
    margin-bottom: 8px;
}
.vertimg {
    width: 50% !important;
}
.truesize {
    margin: 0 auto !important;
    height: auto;
    max-width: 100% !important;
    width: auto !important;
}
@media screen and (max-width: 500px) {
    .vertimg { width: 100% !important; }
}
footer {
    background-color: #D9D9D9;
    background-image: url("../images/circles.svg");
    background-repeat: repeat-x;
    background-position: 0px 10px;
    border-radius: 0 30px 0 30px;
    font-weight: 500;
    padding: 40px 16px;
}
.copyright {
    text-align: center;
}
