/*  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Phone & Mail */

small a {
    letter-spacing: 0.5px;
    /* color: var(--lightGrey); */
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Praxis-Schrift & Bild */

@media (max-width: 575.98px) {
    .logoText {
        font-size: 11px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logoText {
        font-size: 13px;
    }
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Navigation */

/*.nav-item a p {*/
/*    font-family: LatoBold;*/
/*    font-size: 16;*/
/*    color: var(--greyText);*/
/*}*/

/*.nav-item a p.active, .nav-item a p:hover {*/
/*    border-bottom: 3px solid red;*/
/*    border-width: 3px;*/
/*}*/

/* Wordpress Menu */
.navbar-nav li {
    padding: 0.5rem;
}

/* Zweites Menü Item nicht unterstreichen, notwendig für den Menü Punkt Aktuelles, wenn er benutzt wird */
/*.current-menu-item:not(:nth-of-type(2)) a,*/
.current-menu-item a,
.navbar-nav li a:hover {
    border-bottom: 3px solid #96c846;
    border-width: 3px;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Bild */

:root {
    --header-size: 450px;
}

.headerImage iframe {
    height: var(--header-size);
}

.headerImage {
    max-height: var(--header-size);
    /*width: 1140px;*/
    /*height: var(--header-size);*/
    overflow: hidden;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++ */
