.bg-primary {
  background-color: #0163ac !important;
}

.bg-light {
	background-color: #bff0ff !important;
}

.bg-info {
	background-color: #e0e0d2 !important;
}

h1.weiss {
	margin-bottom: 0;
}

h1 a {color:white; text-decoration:none; }
h1 a:visited { color:white; text-decoration:none; }
h1 a:hover { color:#e43928; text-decoration:none; }
h1 a:focus { color:#e43928; text-decoration:none; }
h1 a:active { color:#e43928; text-decoration:none; }




h3 a {color:#e43928; text-decoration:none; }
h3 a:visited { color:#e43928; text-decoration:none; }
h3 a:hover { color:#212529; text-decoration:none; }
h3 a:focus { color:#212529; text-decoration:none; }
h3 a:active { color:#212529; text-decoration:none; }


a.nav-link  {color:#e43928; text-decoration:none; }
a.nav-link:visited { color:#212529; text-decoration:none; }
a.nav-link:hover { color:#e43928; text-decoration:none; }
a.nav-link:focus { color:#212529; text-decoration:none; }
a.nav-link:active { color:#e43928; text-decoration:none; }

a.a-info {color:#e43928; text-decoration:none; }
a.a-info:hover { color:#e43928; text-decoration:none; }
a.a-info:visited { color:#212529; text-decoration:none; }
a.a-info:focus { color:#212529; text-decoration:none; }
a.a-info:active { color:#212529; text-decoration:none; }

a {color:#e43928; text-decoration:none; }
a:visited { color:#e43928; text-decoration:none; }
a:hover { color:#212529; text-decoration:none; }
a:focus { color:#212529; text-decoration:none; }
a:active { color:#212529; text-decoration:none; }

.wp-element-button a:visited { color: #e43928; }

// .current-page-item a { color:#e43928; text-decoration:none; }

.ml-header { margin-left: 0; }

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
	font-family: 'Roboto', sans-serif !important;
}

footer div p { margin-bottom:0px; }

.weiss a { color:white; }

background-image: var(--mdb-gradient);

.card, .card-header, .card-body, .card-footer{
    border-radius:0px !important;
}
// .card-header:first-child { border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.logo{
  background-image:url(https://wp.foerderverein-freibad-lauf.de/wp-content/themes/foerderverein202512/img/logo-neu-weiss.png);
  height:150px;
  width:150px;
}