html {
    scroll-behavior:smooth
}

body {
    padding: 0px;
    margin: 0 !important;
    background-color: #ffffff;
    width: 100%;
}

h1 {
    font-family: Futura PT;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #262626;
}

h2 {
    font-family: Futura PT;
    font-weight: bold;
    size: 36px;
    line-height: 40px;
    color:#262626;
}

h3 {
    font-family: Futura PT;
    font-weight: bold;
    size: 18px;
    line-height: 24px;
    color:#262626;}
p {
    font-family: Open Sans;
    font-size: 16px;
    color:#757575;
}

li {
    font-family: Open Sans;
    font-size: 16px;
    color:#757575;
}

a {
    padding: 0;
    margin: 0;
}

#container {
    max-width: 1440px;
    padding: 0 40px;
    margin: auto;
}

#navbar {
    width: 100%;
    background-color: #00c12d;
    margin: 0;
    padding-top: 12px;
    height: 85px;
}

#hero {
    background-color: #00c12d;
    height: 100vh;
    width: 100%;
    padding-bottom: 32px;
}

#hero-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#hero-content p {
    color: #ffffff;
}

#hero-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.cta-button {
    background-color: #ffffff;
    padding: 16px 32px;
    color: #ffffff;
    display: inline;
    border-radius: 4px;
    font-family: open sans;
    margin-top: 32px;
}

.cta-button:hover {
    box-shadow: 0px 3px 8px #00000049;
    box-shadow: 0px 7px 21px #00000049;
}  

.cta-button a {
    text-decoration: none;
    color:#00c12d;
    font-weight: bold;
}

#hero-right {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: .25;
}

.content-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 120px 0;
}

.content-blog-image {
    width: 100%;
    height: 100%;
    min-height: 100%
}

.content-blog-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 10px -10px #f1f1f1;
}

.content-blog-text {
    width: 100%;
}

.bold-text {
    font-weight: bold;
    color: #262626
}

#rechner {
    background-color: #fbfbfc;
}

#impressum {
    margin-top: 120px 0;
    color #ffffff;
    background-color: #262626;
    padding: 120px 0px;
}

#impressum h2 {
    color: #ffffff;
}

#impressum h3 {
    color: #ffffff;
}

#impressum p {
    color: #ffffff;
}

#impressum a {
    color: #ffffff;
}