
/*
 *************************************************************************
 **                                                                     **
 **                               YES!                                  **
 **                  .YOU CAN EDIT THIS FILE MANUALLY.                  **
 **        Place you changes here, this file will be included           **
 **                    in the project automatically.                    **
 **                                                                     **
 **            .DIESE DATEI KANN VON HAND ANGEPASST WERDEN.             **
 **        Fuegen Sie ihre haendischen CSS-Aenderungen hier ein.        **
 **        Diese Datei wird automatisch im Projekt eingebunden.         **
 **                                                                     **
 **                                                                     **
 *************************************************************************
*/

input[type=checkbox]::before, 
a.nav-link.text-decoration-none.uwp-account-notifications, 
a.nav-link.text-decoration-none.uwp-account-privacy{

    display: none;
}

a.main-nav--logo-inner{

    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    font-weight: 600;

    img{

        transform: translateY(-8px);
    }
}

.card-body{

    width: 60%;
    align-self: center;

    .uwp-footer-links{

        display: none;
    }
}

@media screen and (max-width: 991.9px) {
	.main-nav--mobile-home {
		display: block;
        padding: .3125rem 1.8rem;
	}

    a.main-nav--logo-inner{

        display: none;
    }
}

@media (max-width: 768px) {
    .bsui .card-body {
        width: 90%;
    }

    .widget-content p{

        text-align: center;
        margin: 0 0 25px 0;
    }
}

.flex-line{

    margin: auto;
}

.kt-row-column-wrap.kt-has-3-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top{
    display: flex;
}

.posts .kt-row-column-wrap .wp-block-kadence-column {
    flex-direction: row !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

footer[data-type=main] .footer--main a {
    color: #0d29b4;
}

.slick-dots{
    background-color: white;
    border-radius: 25px;
    height: 20px !important;
    width: auto !important;
    margin: auto auto !important;
}

.slick-slider .slick-dots{
    display: flex !important;
    li{
        display: flex !important;
        align-items: center !important;
    }
}

.slick-slider .slick-dots li.slick-active button{
    background-color: #0079be;
}

.slick-slider .slick-dots li button{
    background-color: #696969;
}

.header-slider{

    display: flex;
    justify-content: center;
}

table tbody tr:nth-of-type(even) {
   
    color: #ffffff;
    td{
        background-color: #676767;
    }
}