/*
Theme Name: Test3
Author: Antonia Stoeck
Author URI: 
Version: 1.0
Text Domain:
*/
body {
    font-size: 18px;
    color: #515151;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
}

h1, 
h2, 
h3 { 
    margin-bottom: 1.25rem;
    font-weight: normal;
}

h1 {
    text-transform: uppercase;
    font-size: 44px;
}

h2 { 
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

h2 a {
    font-weight: normal;
}

h2 a:hover, h2 a:active {
    font-weight: normal;
}

a, a:hover, a:active { 
    font-weight: bold; 
    text-decoration: none;
}

a, 
a:hover, 
a:active { 
    color: #515151;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    margin-bottom: 1rem;
}

.wp-block-buttons .wp-block-button {
    margin-bottom: 1rem;
}

a.wp-block-button__link {
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid;
    padding: 3px 15px;
	font-size: 18px;
	font-weight: normal;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:active {
    background-color: #ffffff;
    color: #515151;
}

/* Navbar BOF */
nav { 
    box-shadow: 0px 0px 10px #00000033;
}

a.navbar-brand img {
    max-height: 100px;
    width: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #515151;
    font-weight: initial;
}

.navbar-light .navbar-brand {
    color: #515151
}
/* Navbar EOF */

/* Footer BOF */
footer a,
footer a:hover,
footer a:focus {
    color: #ffffff;
    font-weight: bold;
}

footer a:hover,
footer a:focus {
    text-shadow: 1px 0 0 #ffffff;
}

footer {
    color: #ffffff;
}

footer ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.menu a.nav-link {
    padding: 0;
}

footer table {
	color: #ffffff;
    width: 100%;
    font-size: 18px;
}

footer .copyright-container {
    background-color: #515151;
    color: #ffffff;
}
/* Footer EOF */

.breaker {
    background-color: #f3f3f3;
}

.thumbnail img {
    height: auto;
    width: 100%;
}

.custom-list-style > li > ul {
	list-style: lower-alpha;
}

.custom-list-style > li > ul > li > ul {
	list-style: decimal;
}

main .wp-block-columns {
    margin-bottom: 0;
}

@media (max-width: 850px) {
    .contact-box {
        display: none;
    }
}

.contact-box {
    position: fixed;
    z-index: 100;
    right: -330px;
    overflow: hidden;
    height: auto;
    top: 50%;
    width: 380px;
    border-radius: 3px 0px 0px 3px;
    float: right;
    transition: right .5s ease .2s;
}

.contact-box.open {
    right: 0px;
}

.contact-box a {
    color: #ffffff;
    display: block;
    padding: 0 1rem;
    padding-top: 1rem;
    text-align: left;
}

.contact-box a:last-child {
    padding-bottom: 1rem;
}

.contact-box a span {
    width: 60px;
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 5rem;
    }
}

@media (max-width: 781px) and (min-width: 600px) {
    .wp-block-column:nth-child(2n) {
        margin-left: 2.5rem;
    }
}

@media (max-width: 781px) and (min-width: 600px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 2.5rem)!important;
        flex-grow: 0;
    }
}

.mb-5 {
    margin-bottom: 5rem!important;
}

.wp-block-column :last-child{
    margin-bottom: 0!important;
}

.wpcf7-form-control:not([type="submit"]) {
    width: 100%;
}

.wpcf7-form-control[type="submit"] {
    background-color: #006997;
    border-color: #006997!important;
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid;
    padding: 3px 15px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.wpcf7-form-control[type="submit"]:hover,
.wpcf7-form-control[type="submit"]:active {
    background-color: #ffffff;
    color: #515151;
}

.wp-block-latest-posts > li > a {
    font-size: 24px;
}

.wp-block-latest-posts__post-full-content {
    margin-top: 1.25rem;
}

span.wpcf7-list-item {
    margin: 0;
}

@media (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        margin-bottom: 2.5rem;
    }

    .wp-block-column:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footer-widget-container .col-md-4 {
        margin-bottom: 2.5rem;
    }

    .footer-widget-container .col-md-4:last-child {
        margin-bottom: 0;
    }
}