@charset "UTF-8";
body {
  background: url("../../Images/DEGA/footer.png") fixed 100% 100% no-repeat #eee;
}

figcaption {
  font-variant: normal;
  font-size: 12px;
  text-align: center;
}

.container {
  padding: 0;
}
.container .row {
  margin: 0 -5px;
}
.container .row .col-1, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col, .container .row .col-auto, .container .row .col-sm-1, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm, .container .row .col-sm-auto, .container .row .col-md-1, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md, .container .row .col-md-auto, .container .row .col-lg-1, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg, .container .row .col-lg-auto, .container .row .col-xl-1, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl, .container .row .col-xl-auto {
  padding: 0 5px;
}

/*
.frame-linkrahmen {
  p{
    margin: 10px;
  }
  a{
    border: 1px solid #006c90;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #33a8cf;
    color: white;
    &:hover{
      filter: contrast(1.3);
      transition: all 0.3s;
    }
  }
  a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    position: relative;
    text-decoration: none;
  }

  a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    speak: none;
    display: inline-block;
    font-size: 0.95em;
    line-height: 1;
    margin-left: 0.25rem;
    vertical-align: middle;
    pointer-events: auto;
    cursor: pointer;
  }
}

*/
/*
.frame-linkbutton {
  p{
    margin: 10px;
  }
  a{
    border: 1px solid #006c90;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #33a8cf;
    color: white;
    &:hover{
      filter: contrast(1.3);
      transition: all 0.3s;
    }
  }
  a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 2.2rem;
    height: 2.2rem;

    border: 1px solid #006c90;
    border-radius: 50%;
    text-decoration: none;
    color: white;

    font-size: 0;
    overflow: hidden;
  }

  a::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1;

    pointer-events: auto;
    cursor: pointer;
  }
}
*/
.frame-linkrahmen p {
  margin: 10px;
}
.frame-linkrahmen a {
  border: 1px solid #006c90;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #33a8cf;
  color: white;
}
.frame-linkrahmen a:hover {
  filter: contrast(1.3);
  transition: all 0.3s;
}

.screenMenu .logo {
  margin-top: 5px;
}

.mobileMenu .logo {
  margin: 0 0 0 5px;
}

.dega-meta {
  background: url("../../Images/DEGA/metaleiste.png") repeat-x;
  height: 35px;
  margin: 60px 0 10px;
  padding: 5px 15px 0;
}
.dega-meta ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: right;
  margin: 0 auto;
  color: #FFF;
}
.dega-meta ul li {
  color: #FFF;
  font-size: 12px;
  font-weight: bolder;
}
.dega-meta ul li.active a {
  text-decoration: underline;
}
.dega-meta ul li:nth-child(-n+20):after {
  content: "|";
  margin-right: 5px;
}
.dega-meta ul li:last-child:after {
  content: none;
}
.dega-meta ul a {
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
  margin-right: 5px;
  color: #FFF;
}

@media (min-width: 992px) {
  .dega-meta ul {
    width: 934px;
  }
}
@media (min-width: 1200px) {
  .dega-meta ul {
    width: 1116px;
  }
}
@media (min-width: 1400px) {
  .dega-meta ul {
    width: 1296px;
  }
}
#pid-37 section .col-md-12 .container:nth-child(1) .row {
  display: flex;
  flex-wrap: wrap;
}
#pid-37 section .col-md-12 .container:nth-child(1) .col-md-4 {
  display: flex;
  flex-direction: column;
}
#pid-37 section .col-md-12 .container:nth-child(1) .col-md-4 > .frame:first-of-type {
  flex: 1; /* Nur die erste Frame (die Card) füllt den verfügbaren Platz */
  display: flex; /* Damit die Card im Inneren auch gestreckt werden kann */
}
#pid-37 section .col-md-12 .container:nth-child(1) .col-md-4 > .frame:first-of-type .card-26,
#pid-37 section .col-md-12 .container:nth-child(1) .col-md-4 > .frame:first-of-type .card-28,
#pid-37 section .col-md-12 .container:nth-child(1) .col-md-4 > .frame:first-of-type .card-29 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#c5055 {
  position: relative;
}
#c5055 header {
  position: absolute;
  z-index: 1000;
  top: 60px;
  width: 100%;
  text-align: center;
}
#c5055 .ce-bodytext {
  position: absolute;
  z-index: 1000;
  bottom: 10px;
  padding: 30px;
  background-color: rgba(1, 1, 1, 0.75);
}
#c5055 .ce-bodytext p {
  color: white;
  font-weight: bold;
}

.memyc-grid-5056 {
  background-color: #fff;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.memyc-grid-5056 img {
  max-height: 79px;
  width: auto;
  margin: 0 25px;
  filter: brightness(1.1) contrast(1.3);
}
.memyc-grid-5056 img:hover {
  filter: brightness(1) contrast(1);
  transition: all 0.3s;
}

.col-md-4 {
  display: flex;
  flex-direction: column;
}

.col-md-4 > .frame:first-of-type {
  flex: 1; /* Nur die erste Frame (die Card) füllt den verfügbaren Platz */
  display: flex; /* Damit die Card im Inneren auch gestreckt werden kann */
}

.col-md-4 > .frame:first-of-type .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: none;
}

.frame-type-memyc_site_template_card {
  background-color: #FFFFFF;
  margin-bottom: 10px !important;
}
.frame-type-memyc_site_template_card .card-body {
  padding: 10px !important;
}

@media (min-width: 992px) {
  .screenMenu ul li {
    letter-spacing: -0.7px;
    font-size: 15px;
  }
  .screenMenu ul li a {
    padding: 12px 0.5rem;
  }
  .screenMenu ul li:nth-child(1) {
    border-top: 10px solid #d8eff7;
  }
  .screenMenu ul li:nth-child(1):hover {
    background-color: #d8eff7;
    border-top: 10px solid #b3e0ef;
    transition: all 0.3s;
  }
  .screenMenu ul li:nth-child(1):hover a {
    color: #000000;
  }
  .screenMenu ul li:nth-child(2) {
    border-top: 10px solid #b3e0ef;
  }
  .screenMenu ul li:nth-child(2):hover {
    background-color: #b3e0ef;
    border-top: 10px solid #33a8cf;
    transition: all 0.3s;
  }
  .screenMenu ul li:nth-child(2):hover a {
    color: #000000;
  }
  .screenMenu ul li:nth-child(3) {
    border-top: 10px solid #33a8cf;
  }
  .screenMenu ul li:nth-child(3):hover {
    background-color: #33a8cf;
    border-top: 10px solid #006c90;
    transition: all 0.3s;
  }
  .screenMenu ul li:nth-child(3):hover a {
    color: #ffffff;
  }
  .screenMenu ul li:nth-child(4) {
    border-top: 10px solid #006c90;
  }
  .screenMenu ul li:nth-child(4):hover {
    background-color: #006c90;
    border-top: 10px solid #004860;
    transition: all 0.3s;
  }
  .screenMenu ul li:nth-child(4):hover a {
    color: #ffffff;
  }
  .screenMenu ul li:nth-child(5) {
    border-top: 10px solid #004860;
  }
  .screenMenu ul li:nth-child(5):hover {
    background-color: #004860;
    border-top: 10px solid #000000;
    transition: all 0.3s;
  }
  .screenMenu ul li:nth-child(5):hover a {
    color: #ffffff;
  }
  .screenMenu ul li:nth-child(6) {
    border-top: 10px solid #000000;
  }
  .screenMenu ul li:nth-child(6):hover {
    background-color: #000000;
    border-top: 10px solid #d8eff7;
    transition: all 0.3s;
  }
  .screenMenu ul li:nth-child(6):hover a {
    color: #ffffff;
  }
}
/*********************************************/
h1 {
  background-color: #80D0CA;
}

@media (min-width: 576px) {
  h1 {
    background-color: #CC66C2;
  }
}
@media (min-width: 768px) {
  h1 {
    background-color: #00bfff;
  }
}
@media (min-width: 992px) {
  h1 {
    background-color: #6C6FAA;
  }
}
@media (min-width: 1200px) {
  h1 {
    background-color: #D8B45A;
  }
}

/*# sourceMappingURL=screen.css.map */
