
body {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #fff;
    color: black;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: black;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9ac66a;
}

h1, h2, h3,
.h1, .h2, .h3 {
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    font-size: 25px;
}

h4, h5,
.h4, .h5 {
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    font-size: 19px;
}

.no-pt {
    padding-top: 0;
}

.no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    background: #202020;
}


.navbar-light {
    background: #fff !important;
    z-index: 3;
    padding: 0;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

@media (max-width: 991.98px) {
    .navbar-light {
        background: #fff;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.navbar-light .navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.navbar-light .navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #000;
}

@media (max-width: 767.98px) {
    .navbar-light .navbar-brand {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}


.card-1:last-child {
	
	margin-bottom: 15px;
	
}

.navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    opacity: 1 !important;
}

.navbar-light .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;

    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
}

.navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.navbar-light .navbar-nav > .nav-item:nth-child(1) > .nav-link:hover:before {
    background-color: #717171;
}

.leben-in-sonsbeck {
    background-color: #717171;
}

.btn.leben-in-sonsbeck {
    border-color: #717171;
}

.btn.leben-in-sonsbeck:hover {
    background-color: #4d4a4a;
    border-color: #4d4a4a;
}

.leben-in-sonsbeck > a {
    color: #fff !important;
}

.border-leben-in-sonsbeck {
    border-top-color: #717171 !important;
}

.navbar-light .navbar-nav > .nav-item:nth-child(2) > .nav-link:hover:before {
    background-color: #4e764f;
}

.rathaus-buergerservice {
    background-color: #4e764f;
}

.btn.rathaus-buergerservice {
    border-color: #4e764f;
}

.btn.rathaus-buergerservice:hover {
    background-color: #273a27;
    border-color: #273a27;
}

.rathaus-buergerservice > a {
    color: #fff !important;
}

.border-rathaus-buergerservice {
    border-top-color: #4e764f !important;
}


.navbar-light .navbar-nav > .nav-item:nth-child(3) > .nav-link:hover:before {
    background-color: #a81916;
}

.freizeit-tourismus {
    background-color: #a81916;
}

.btn.freizeit-tourismus {
    border-color: #a81916;
}

.btn.freizeit-tourismus:hover {
    background-color: #6e0e0c;
    border-color: #6e0e0c;
}

.freizeit-tourismus > a {
    color: #fff !important;
}

.border-freizeit-tourismus {
    border-top-color: #a81916 !important;
}

.navbar-light .navbar-nav > .nav-item:nth-child(4) > .nav-link:hover:before {
    background-color: #3b5998;
}

.bauen-wirtschaft {
    background-color: #3b5998;
}

.btn.bauen-wirtschaft {
    border-color: #3b5998;
}

.btn.bauen-wirtschaft:hover {
    background-color: #172748;
    border-color: #172748;
}

.bauen-wirtschaft > a {
    color: #fff !important;
}

.border-bauen-wirtschaft {
    border-top-color: #3b5998 !important;
}

.navbar-light .navbar-nav > .nav-item:nth-child(5) > .nav-link:hover:before {
    background-color: #6fa000;
}

.umwelt-und-klimaschutz {
    background-color: #6fa000;
}

.btn.umwelt-und-klimaschutz {
    border-color: #6fa000;
}

.btn.umwelt-und-klimaschutz:hover {
    background-color: #435e05;
    border-color: #435e05;
}

.umwelt-und-klimaschutz > a {
    color: #fff !important;
}

.border-umwelt-und-klimaschutz {
    border-top-color: #6fa000 !important;
}

.navbar-light .navbar-nav > .nav-item:nth-child(1) .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #717171;
}

.navbar-light .navbar-nav > .nav-item:nth-child(2) .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #4e764f;
}

.navbar-light .navbar-nav > .nav-item:nth-child(3) .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #a81916;
}

.navbar-light .navbar-nav > .nav-item:nth-child(4) .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #3b5998;
}


.navbar-light .navbar-nav > .nav-item:nth-child(5) .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #6fa000;
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 10px;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
    }

    .navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }
}

@media (max-width: 767.98px) {
    .navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}

.navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

.navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item, .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    color: #000;
}

.navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    color: #fff;
}

.navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
}

.navbar-light .navbar-nav > .nav-item.active > a:before {
    visibility: visible;

    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav > .nav-item.active > a {
        color: #000;
    }

    .navbar-light .navbar-nav > .nav-item.active > a:before {
        display: none;
    }
}

.navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.navbar-light .navbar-toggler:focus {
    outline: none !important;
}


.dropdown-menu {
    margin-top: 0;
}


.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 2px;
    border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.dropdown-menu > li.show > a {
    color: white;
}

.blog-grid {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-grid .blog-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.blog-grid .blog-img .date {
    position: absolute;
    background: #3a3973;
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
}

.blog-grid .blog-info {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    margin: -30px 20px 0;
    position: relative;
}

.blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
    color: #3a3973;
}

.blog-grid .blog-info p {
    margin: 0;
}

.blog-grid .blog-info .btn-bar {
    margin-top: 20px;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}


.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel-item {
    height: 400px;
    min-height: 350px;
    background-position: top;
    background-size: cover;
}


@media (min-width: 3000px) {
    .carousel-item {
        height: 400px;
        min-height: 350px;
        background-position: top;
        background-attachment: fixed;
        background-size: cover;
    }
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}

.card {
    border-radius: 5px;
    box-shadow: 0px 10px 40px -20px var(--grayishBlue);
}

.box {
    border-radius: 5px;
    box-shadow: 0px 10px 40px -20px var(--grayishBlue);
    padding: 20px;
    padding-top: 10px;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.rand {
    border-radius: 5px;
    box-shadow: 0px 10px 40px -20px var(--grayishBlue);
    padding: 20px;
    padding-top: 10px;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-top: 15px;
}

:root {
    font-size: 16px;
    --card-img-height: 200px;
}


.card-container {
    width: 101%;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;
}

.card-top {
    align-self: flex-start;
    position: relative;
    width: 800px;
    margin: 1.25rem 0.75rem;
    background: white;
    transition: all 300ms ease-in-out;
}

.card-small {
    align-self: flex-start;
    position: relative;
    width: 416px;
    min-width: 275px;
    margin-right: 10px;
    background: white;
    transition: all 300ms ease-in-out;
}

.card-small .card-img {
    visibility: hidden;
    width: 100%;
    height: var(--card-img-height);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card-small .card-img-hovered {
    --card-img-hovered-overlay: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0)
    );
    transition: all 350ms ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: var(--card-img-height);
    top: 0;
}

.card-small .card-info {
    position: relative;
    padding: 0.75rem 1.25rem;
    transition: all 200ms ease-in-out;
    min-height: 250px;
}

.card-small .card-info .card-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    transition: all 200ms ease-in-out;
}

.card-small .card-info .card-about .card-tag {
    width: 250px;
    max-width: 500px;
    padding: 0.2rem 0.5rem;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #505f79;
    color: #fff;
}

.card-small .card-info .card-about .card-tag.tag-news {
    background: #a1c855;
}

.card-small .card-info .card-about .card-tag.tag-deals {
    background: #75716f;
}

.card-small .card-info .card-about .card-tag.tag-politics {
    background: #ff5630;
}

.card-small .card-info .card-title {
    z-index: 10;
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
    transition: all 350ms ease-in-out;
}

.card-small .card-info .card-creator {
    padding-bottom: 0.75rem;
    transition: all 250ms ease-in-out;
}

.card-small .card-info .card-text {
    padding-bottom: 0.75rem;
    transition: all 250ms ease-in-out;
}

.card-small:hover {
    cursor: pointer;
    box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
}

.card-small:hover .card-img-hovered {
    --card-img-hovered-overlay: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.65)
    );
    height: 100%;
}

.card-small:hover .card-about,
.card-small:hover .card-text,
.card-small:hover .card-creator {
    opacity: 0;
}

.card-small:hover .card-info {
    background-color: transparent;
}

.card-small:hover .card-title {
    color: #fafafa;
    transform: translate(0, 120px);
}


.first-news .card-img {

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
    top: 0;
    height: 140px;

}

.event_header {
    font-size: 18px;
    font-weight: bold;
}

.event_date {
    font-size: 18px;
}

/* Main Footer */
footer .main-footer {
    padding: 20px 0;
    background: #252525;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
    background: #222;
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #969696;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer {
    background: transparent;
}

footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
    background: #f9f9f9;
}

footer.light .main-footer {
    background: #f9f9f9;
}

footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
    display: inline-block;
}

footer {
    color: #fff !important;
}

footer h2 {
    color: #fff !important;
}

footer a {
    color: #fff !important;
}

/*====================
  Widgets
====================== */
.widget {
    padding: 20px;
    margin-bottom: 40px;
}

.widget.widget-last {
    margin-bottom: 0px;
}

.widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.widget.subscribe p {
    margin-bottom: 18px;
}


.widget-title {
    margin-bottom: 20px;
}

.widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}

.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}

.widget-title.text-center span, .widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.widget .badge {
    float: right;
    background: #7f7f7f;
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 0;
}

.tooltipevent {
    width: 200px;
    /*
        height:100px;*/
    background: #ccc;
    font-size: 0.8rem;
    box-shadow: 1px 1px 3px 0px #888888;
    line-height: 1rem;
}

.tooltipevent div {
    padding: 10px;
}

.tooltipevent div:first-child {
    font-weight: bold;
    color: White;
    background-color: #888888;
    border: solid 1px black;
}

.tooltipevent div:last-child > div {
    color: black;
    border: solid 0px black;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0px;
}

.tooltipevent div:last-child {
    background-color: whitesmoke;
    position: relative;
    height: auto;
}

.tooltipevent div:last-child::after, .tooltipevent div:last-child::before {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    /*
        box-shadow: 1px 1px 2px 0px #888888;*/
    border-bottom: 0;
    border-top-color: whitesmoke;
    position: absolute;
    display: block;
    content: "";
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltipevent div:last-child::before {
    border-top-color: #888888;
    bottom: -5px;
}

@media (min-width: 576px) {
    .margin-phone {
        margin-right: 15px;
    }
}