@media (min-width: 0px) {
  .slider-text {
    display: none;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html {
    font-size: 18px;
  }
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
    font-weight: 300;
  }
  .display-1 {
    font-size: 2.5rem;
  }
  .display-2 {
    font-size: 2rem;
  }
  .display-3 {
    font-size: 1.75rem;
  }
  .display-4 {
    font-size: 1.5rem;
  }
  .display-speaker h2 {
    font-size: 1.5rem;
    font-weight: 300;
  }
  .lead {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
  }
  .slider-text {
    display: none;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .lead {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.4;
  }
  .display-speaker h2 {
    font-size: 23px;
    font-weight: 300;
  }
  .slider-text {
    display: flex;
    position: relative;
    top: -1rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .display-1 {
    font-size: 2.5rem;
  }
  .display-2 {
    font-size: 2rem;
  }
  .display-3 {
    font-size: 1.75rem;
  }
  .display-4 {
    font-size: 1.5rem;
  }
  .display-speaker h2 {
    font-size: 2.2rem;
    font-weight: 300;
  }
  .lead {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.4;
  }
  .slider-text {
    position: relative;
    top: -1rem;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
body {
  font-size: 18px;
  font-family: 'Lato';
  color: #000000;
  font-weight: 300;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 1rem;
}
.headline {
  background-color: transparent;
}
.headline h1 {
  color: #0252fd;
  padding: 0.2rem 0.52rem;
  background-color: #ffffff;
  display: inline-block;
  margin-top: 2rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.7rem;
  color: #302d2e;
}
.hellblau {
  color: #11adfd;
}
.bg-customOne {
  background-color: #818387;
}
.bg-customTwo {
  background-color: #302d2e;
}

.navbar-brand img {
  margin: 0.5em 0;
}
.nav-meta,
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
  background-color: #e6e7e8;
}
#main-navbar {
  font-size: 1.2rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.jumbotron h1.display-1 {
  font-size: 3rem;
}
.jumbotron .info .display-1 {
  color: white;
  text-shadow: 2px 2px 3px #000;
}
.jumbotron .position-top {
  margin-top: -70px;
}
@media (max-width: 576px) {
  .navbar-brand img {
    width: 200px;
    height: auto;
  }
}
.display-1,
.display-2,
.display-3,
.display-4 {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.display-1::after,
.display-2::after,
.display-3::after,
.display-4::after {
  position: absolute;
  top: 140%;
  left: 50%;
  width: 200px;
  border-bottom: 1px solid #7c7c7c;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .display-1::after,
  .display-2::after,
  .display-3::after,
  .display-4::after {
    top: 120%;
  }
}
ul.ce-bullets {
  list-style-type: square !important;
  margin: 0 0 0 0.1rem !important;
  padding: 0 0 0 15px !important;
  list-style: square !important;
}
ul.ce-bullets li {
  list-style-type: square !important;
  margin: 0 0 0 0.1rem !important;
  padding: 0 0 0 15px !important;
  list-style: square !important;
}
.text-white a {
  color: white;
}
.text-secondary {
  color: #302d2e !important;
  font-size: 1.1rem;
}
.opacity-50 {
  filter: opacity(50%);
}
.opacity-60 {
  filter: opacity(60%);
}
.opacity-70 {
  filter: opacity(70%);
}
.opacity-80 {
  filter: opacity(80%);
}
.opacity-90 {
  filter: opacity(90%);
}
.ce-link-content {
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 1.5rem;
}
#kontakt-Home label {
  font-size: 1rem;
  min-width: 4rem;
  display: flex;
}
.card .card-body .card-subtitle {
  color: #343a40 !important;
}
ul.list-group {
  list-style-type: square !important;
  margin: 0 0 2rem 0.1rem !important;
  padding: 0 0 0 15px !important;
  list-style: square !important;
}
ul.list-group li.list-group-item {
  list-style-type: square !important;
  margin: 0 0 0 0.1rem !important;
  padding: 0 0 0 15px !important;
  list-style: square !important;
  background-color: #ffffff;
  color: #343a40;
  position: relative;
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: -1px;
}
#c1450 .card {
  background-color: transparent;
  border: none;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .padding-top-md {
    padding-top: 3rem;
  }
}
.news .card-deck span.news-list-date {
  font-size: 2rem;
  color: #000000;
}
.news .card-deck h5.card-title {
  margin-top: 1rem;
  font-weight: 700;
}
.news .card-deck .card-text {
  font-weight: 300;
}
.news h3 .subheader {
  font-size: 1.2rem;
}
.news .list-group h5 {
  font-size: 1.3rem;
}
.platzhalter {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
}
#c1465 .card-img-top {
  width: 192px !important;
  bg-color: green;
}
.accordion-title {
  cursor: pointer;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 65px 0 0px !important;
  position: relative;
}
.img-round {
  border-radius: 50%;
}
.form-check {
  padding-left: 0;
}
.form-check label span {
  margin-left: 15px;
}
.zitat-center-wrapping {
  position: relative;
  margin: -45px 0 -50px 0;
  background-color: none;
}
.zitat-center-wrapping blockquote {
  background: none !important;
  position: relative;
  border: none;
  font-size: 35px;
  margin: 0;
  padding: 55px 0 20px 35px;
}
.zitat-center-wrapping blockquote:before {
  content: '';
  width: 117px;
  height: 91px;
  position: absolute;
  left: 0;
  top: 0;
}
.zitat-center-wrapping blockquote:after {
  content: '';
  width: 117px;
  height: 91px;
  position: absolute;
  top: 90px;
  transform: rotate(180deg);
}
.zitat-center-wrapping blockquote p {
  font-size: 35px;
  font-style: italic;
  font-weight: 200;
  margin: 0;
  color: #fff;
}
.zitat-center-wrapping blockquote footer {
  font-size: 13px;
  color: #fff;
  opacity: .5;
}
.zitat-center-wrapping blockquote footer:before {
  display: none;
}
@media (min-width: 1200px) {
  .zitat-center-wrapping blockquote:after {
    right: -1190px;
  }
  .zitat-center-wrapping {
    margin: -60px 0;
  }
}
@media (min-width: 958px) {
  .zitat-center-wrapping blockquote:after {
    right: -900px;
  }
}
@media (max-width: 550px) {
  .zitat-center-wrapping blockquote {
    padding: 55px 0 20px 15px !important;
  }
  .zitat-center-wrapping blockquote p {
    font-size: 22px !important;
  }
  .zitat-center-wrapping blockquote:after {
    right: -500px;
  }
}
.slider-text .table {
  background-color: rgba(129, 131, 135, 0.8);
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px;
}
.slidertext {
  font-size: 1rem;
}
@media (min-width: 958px) {
  .card-text {
    min-height: 90px;
  }
}
.card-body {
  font-size: 1rem;
}
#s1233 .card {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
#s1019 .card {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.dpnglossary,
link {
  text-decoration: underline dotted blue;
  font-weight: 400;
}
h2 .dpnglossary,
a .dpnglossary {
  text-decoration: none !important;
  color: #000;
}
.details {
  text-decoration: none !important;
}
.breadcrumb {
  margin-bottom: 0rem !important;
}
#page-footer a,
#page-footer a.nav-link {
  color: #FFFFFF;
}
#page-footer a:hover,
#page-footer a.nav-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#page-footer .sec-title {
  margin-bottom: 0;
}
#page-footer .sec-title h4::after {
  content: '';
  width: 55px;
  height: 3px;
  background: #ffff00;
  display: block;
  margin-top: 13px;
}
#page-footer .quicklinks ul.nav a.nav-link {
  font-size: 1rem;
  padding: 0.3rem 0.3rem;
  line-height: 1;
}
