/*farben

blau #004889 rgba(0,72,137,1)
türkis #0089a7   rgba(0,137,167,1)
rot #b40a24;
*/

/*farben hinweisseite, später löschen

.hinweis .mod_navigation,
 .hinweis #footer .mod_navigation,
 .hinweis #footer::before,
 .hinweis .online,
 .hinweis #right {display:none}

 .hinweis #right {width:0; min-width:0;padding: 0 0 0 0}

li.hinweis.sibling {display:none}

  .hinweis #main {width:100%}

 .hinweis #wrapper {margin-top:10%}

.hinweis .content-hyperlink {margin-top:2rem; width:100%;text-align:center}

 .hinweis .content-hyperlink a {background:#b40a24; color:white;text-align:center} */


* {
  box-sizing: border-box;
}

html,
body {
  font-family: "PT Sans";
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.03rem;
  color: #004889;
  min-height: calc(100% - 0rem);
}

body {
  background-size: cover;
  background-image: url("../hintergrund/GPN-HG-beschnitt-1020698.jpg ");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

* {
  box-sizing: border-box;
}

#wrapper {
  border: 0px solid green;
  min-height: calc(100% - 0rem);
  background: white;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

#container {
  border: 0px solid yellow;
  height: auto;
  position: relative;
  flex-grow: 2;
  width: 100%;
}

#header {
}

#main {
  width: 70%;
}

#main .inside {
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#right {
  width: 30%;
  min-width: 200px;
  border: red dotted 0px;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

/* footer*/

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0088a7d2;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  position: relative;
}

/* schriften*/

h1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.1;
  color: #004889;
 /*color:rgba(0,72,137,1)*/;
  margin: 1.5rem 1rem 2.3rem -0.15rem;
}

h2 {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.1;
  margin: 1.8rem 1rem 1.6rem 0;
}

h3 {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.1;
  margin: 1rem 0 0.7rem 0;
}

h4 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #0089a7; /*color: rgba(0,137,167,1)/*/
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans", sans;
  letter-spacing: 0.2rem;
}

h5,
h6 {
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: #004889;
  text-decoration: none; /*background-image: url("../hintergrund/welle.svg");background-size: contain;background-repeat: repeat-x; background-size:1.2rem;background-position: bottom;*/

  border-bottom: 0.1rem solid rgba(0,72,137,0.5);
  padding-bottom: 0.0rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  overflow: visible;
}

.aktuell a {

}
.aktuell a:hover {

}

.online a {
  color: white;
  border:none
}

.mod_navigation a,
.active {
  color:rgba(0,72,137,1);
  padding-bottom: 0rem;
  border:none
}

#footer .active {
  font-size: 100%;
  margin-top: 0rem;
}

.content-text li {
  padding-left: 1.7rem;
  padding-bottom: 0.75rem;
}

.content-text li::before {
  position: relative;
  content: "";
  background: rgba(0, 137, 167, 0.5);
  width: 0.8rem;
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  margin-left: -1.4rem;
  margin-right: 0.6rem;
}

.logo {
  width: 100%;
  padding: 1.5% 19% 3% 19%;
  display: flex;
  align-items: center;
}

.content-text {
  padding-bottom: 0.5rem;
}
/*.mod_randomImage .image_container, .mod_rocksolid_slider .image_container {
  height: 100%;
  display: flex;
  align-items: center;
}

.mod_randomImage .image_container img, .mod_rocksolid_slider .image_container img {
  object-fit: cover;
}*/

/* zufallsbilder*/

.zufall {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mod_randomImage, .mod_rocksolid_slider {
  width: 33%;
  aspect-ratio: 3 / 2;
  border: 0 solid black;
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* accordeons rechts*/

.handorgel__header__button {
  font-weight: bold;
  font-size: 0.9rem;
  color: #0089a7; /*color: rgba(100/10/25/1)/*/
  text-align: left;
  text-transform: uppercase;
  font-family: "PT Sans", sans;
  letter-spacing: 0.2rem;
  padding: 0;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  cursor: pointer;
  border-top: 0;
}

h2.handorgel__header  {hyphens:auto;color:black}

.handorgel__content {
  border: 0;
  background: white;
}

.handorgel__content__inner {
  padding: 0 0 1rem 0;
}

.handorgel__content__inner .content-text {
  margin-left: 0;
  margin-right: 0;
}

.handorgel__header__button::before {
  font-family: "wondersigns";
  content: "a";
  display: inline-block;
  text-transform: none;
  top: -0.1rem;
  left:-1rem;
  margin-right:-1rem;
  position: relative;
}

.handorgel__header--open .handorgel__header__button::before {
  font-family: "wondersigns";
  content: "c";
  display: inline-block;
  text-transform: none;
  top: -0.1rem;
  color: #b40a24;
}

  .handorgel__content__inner table{
    width:auto; white-space:nowrap;
  }

  .handorgel__content__inner td 
  {padding: 0.3rem 1rem 0.3rem 0}

.content-accordion {
  padding-bottom: 1.2rem;
  border-bottom: 0;
}

.tag {
  display: inline-block;
}

.zeit {
  display: block;
  text-align: right;float:right
}

/* cau-logo*/

.media--below img {
  padding-top: 1rem;
  width: 90%;
}

/* einblender startseite*/

#aktuell {
  position: fixed;
  top: 14%;
  width: 600px;
  max-width: 90%;
  left: calc(50% - 300px);
  padding: 4rem;
  padding-bottom: 4.5rem;
  padding-top: 5rem;
  transition: 1s;
  z-index: 10;
  text-align:center;
}

#aktuell .content-text {
  
  padding: 1rem 1rem 2rem 1rem

}

#aktuell .content-text,
.buttonbereich {
  background: #e0ebf0;
  background-image: linear-gradient(-13deg, #c7dde8 0%, #e2eaed 75%,#b5d4e3 100%);
  box-shadow: 0px 0px 1rem white, 0px 0px 1rem white;
  border: 1px solid white;
  border-radius: 7px;
}

#aktuell h2 {
  line-height: 1.1;
  text-align: center;
  padding: 0 2rem 1rem 2rem;
}
h2.handorgel--header {hyphens:auto}

.inactive#aktuell {
  transition: 1s;
  opacity: 0;
  z-index: -1;
  width:1px; max-width:1px; min-width:1px;left:50%;
}

.buttonbereich {
  position: absolute;
  justify-content: center;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  text-align: right;
  padding: 0;
  top: 0.3rem;
  right: 4rem;
  box-shadow: 0px 0px 0.5rem white, 0px 0px 0.5rem white;
}

.buttonbereich:hover {
  transition: 0.3s;
  background: #004889;
}

#button {
  position: relative;
  justify-content: flex-end;
  display: flex;
  align-content: center;
  align-items: center;
  font-family: "wondersigns";
  color: #b40a24;
  background: none;
  font-size: 3rem;
  height: 3rem;
  top: 0rem;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

#button:hover {
  color: white;
  transition: 0.3s;
}

#aktuell .content-text {
  margin: 0;
}

/* Online-Termine*/

.online {
  background: #b40a24; /* rgba(180,10,36,0) */
  position: fixed;
  right: 0;
  top: 35%;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  width: auto;
  font-weight: bold;
  color: white;
  box-shadow: 0px 0px 10px white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: 0.6s;
}

.online::before {
  position: absolute;
  font-family: "wondersigns";
  content: "a";
  display: flex;
  align-content: center;
  align-items: center;
  left: -0.1rem;
  font-size: 2rem;
  top: 0rem;
  height: 90%;
}

.online:hover {
  padding-right: 3rem;
  transition: 0.2s;
}

/* Hauptmenue*/

.mod_navigation {
  background: rgba(0, 72, 137, 0.15);
  box-shadow: 0rem 1rem 1rem rgba(0, 72, 137, 0.15);
  max-width: 100%;
}

.mod_navigation a {
  text-decoration: none;

}

.level_1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 0.5rem 0 0.5rem;
}

/*farben

blau #004889 rgba(0,72,137,1)
türkis #0089a7   rgba(0,137,167,1)
rot #b40a24;
*/

li.active,
li.sibling {
  display: inline-block;
  padding: 0.0rem 0.15rem 0.0rem 0.15rem;
  margin: 0.7rem 0rem 0.3rem 0rem;
  border-radius:3px; border: 1px solid white;background-image:linear-gradient(0deg, #eaf3f8 0%, white 100%);
  transition: all 0.2s
}

li.active:hover,
li.sibling:hover {
  background-image:linear-gradient(180deg, #eaf3f8 0%, white 100%);
  box-shadow: 0px 0px 5px 1px rgba(0,72,137,0.5);
  transition: all 0.2s;color:#0089a7
}

li.active:hover a,
li.sibling:hover a {
  color:#0089a7
}

#footer li.active,
#footer li.sibling,
#footer li.active:hover,
#footer li.sibling:hover {
  padding: 0 0 0.3rem;margin:0;border:0; background-image:none; box-shadow:none
}

#header .datenschutz,
#header .impressum {
  display: none;
}

/* Footermenue*/

#footer .mod_navigation {
  display: block;
  min-width: 100%;
  background: none;
}

#footer a {
  color: white;
  font-size: 90%;
}

#footer::before {
  position: absolute;
  content:"";
  width: 100%;
  height: 1rem;
  top: -1rem;
  background: linear-gradient(transparent, #0088a791, #0088a7d2);
}

#footer .home,
#footer .taetigkeit,
#footer .anfahrt,
#footer .termine {
  display: none;
}

#footer .mod_navigation {
  box-shadow: none;
}

/* iframe*/

iframe {
  display: block;
  width: calc(100% - 2rem);
  aspect-ratio: 3 / 2;
  border: 1px white solid;
  border-radius: 5px;
  margin: 2rem 1rem 1rem 1rem;
  box-shadow: 0rem 0rem 1rem rgba(0, 72, 137, 0.5);
}

/* formular*/

.widget {
  margin-bottom: 1rem;
}

.mandatory {
  display: block;
}
span.mandatory {
  display: none;
}

input {
  color: rgba(0, 137, 167, 1);
  margin-left: 0.5rem;
}

input.text {
  height: 2rem;
}

input.text,
.textarea {
  display: block;
  width: 100%;
  height: 2rem;
  border: #0089a7 1px solid;
  padding-left: 0.5rem;
  border-radius: 4px;
  margin: 0.3rem 0 0.5rem 0;
}

.textarea {
  height: 7rem;
}

/* nues textarea*/

#ctrl_12.text  {height: 7rem;
    box-sizing: border-box; 
  word-wrap: break-word;}

input::placeholder {
  color: rgba(0, 72, 137, 0.5);
  font-size: 90%;
  padding: 0.5rem 0rem 0.5rem 0rem;
  transition: 1s;
}

fieldset.radio_container {
  display: flex;
  justify-content: center;
  border: 0px solid yellowgreen;
  align-content: center;
  align-items: center;
  margin-top: 2rem;
  height: auto;
  overflow: visible;
  padding-right: 2rem;
}

input[type="radio"].radio {
  display: none;
}

.radio_container label {
  position: relative;
}

.radio_container label::after /* button*/ {
  position: relative;
  display: block;
  content: "";
  height: 2rem;
  aspect-ratio: 1 / 1;
  border: 1px solid #0089a7;
  border-radius: 4px;
  left: calc(50% - 1rem);
  top: 0.3rem;
}

input[type="radio"]:checked + label::after  /* button angewählt */ {
  position: relative;
  display: flex;
  content: "f";
  font-family: "wondersigns";
  height: 2rem;
  aspect-ratio: 1 / 1;
  font-size: 2rem;
  line-height: 1.6rem;
  top: 0.3rem;
  left: calc(50% - 1rem);
  display: flex;
  justify-content: center;
  padding-right: 0.3rem;
  padding-bottom: 0;
}

.radio_container label:hover::before {
  border-color: #0056b3;
}

.widget-submit {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding: 1rem 1rem 2rem 1rem;
  border: 0px solid black;
}

.submit  /* absenden*/ {
  display: block;
  height: 1px;
  width: 1px;
  font-size: 0px;
  padding: 0;
}

.submit::before  /* absenden*/ {
  position: absolute;
  content: "Jetzt senden!";
  height: 2rem;
  display: flex;
  justify-content: center;
  width: auto;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  top: 1%;
  left: 37%;
  background: #0089a7;
  color: white;
  line-height: 1.45;
  padding: 0.2rem 0.5rem 0rem 0.5rem;
  border-radius: 4px;
  border: 0px solid white;
}

.submit:hover::before  /* absenden*/ {
  box-shadow: 0rem 0rem 0.3rem rgba(0, 72, 137, 0.5);
}

@media (max-width: 980px) {
#main {width:65%}

 #right {
    width: 35%;
    padding: 2rem 0rem 3rem 0.5rem;
  }
}


@media (max-width: 767px) {
  body {
    background-image: none;
    font-size: 19px;
  }

  #wrapper {
    margin-bottom: 0rem;
  }

  #main {
    width: 100%;
  }

  #main .inside {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }

  #right {
    width: 100%;
    padding: 2rem 1.5rem 3rem 1.5rem;
  }

  .logo {
    padding: 1.5% 12% 3% 12%;
  }

  /* schriften*/

  p {
    hyphens: auto;
  }

  a {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  #aktuell

{width: 72%;max-width:72%; left:14% }

  #aktuell h2 {
    padding: 0 3rem 1rem 3rem;
  }

  /* cau-logo*/

  .media--below img {
    padding-top: 1rem;
    width: 60%;
  }

  /* cöffnungszeiten etc.*/



  .handorgel__content__inner p {
    width: 100%;
  }
  .tag {
    width: 5 0%;
    float: none;
  }
  .zeit {
    width: 5 0%;
    float: none;
  }
}

@media (max-height: 550px) /* handy querformat*/ {
  .online {
    top: auto;
    bottom: 5px;
  }

  #aktuell {
    width: 72vw;
    max-height: 90vh;
    left: 16%;
    top: 5%;
  }

  #aktuell .content-text {
    width: 100%;
    max-height: calc(90vh - 5rem);
    position: relative;
    border: 0px solid green;
  }

  .buttonbereich {
    box-shadow: 0px 0px 0.5rem grey, 0px 0px 0.5rem grey;
  }

  #aktuell .rte {
    overflow-y: scroll;
    position: relative;
    height: 100px;
    border: 0px solid yellowgreen;
    display: block;
  }

  #aktuell h2 {
    margin-top: 0;
    padding-bottom: 0rem;
  }
}

@media (max-width: 550px) {
  #main .inside {
    padding: 2rem 0.7rem 1rem 0.7rem;
  }

  #footer {Border-radius:0}

  #footer .mod_navigation {padding-top:0.0rem;padding-bottom:0.3rem}

  .mod_navigation {padding-top:0.2rem;padding-bottom:0.3rem;border:0px solid greenyellow;}
  .mod_navigation .level_1 {flex-wrap:wrap;column-gap:1rem;row-gap:0}
  .level_1 li {padding: 0 0 0 0}

li.active,
li.sibling {
  display: inline-block;font-size:1.4rem;
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
  margin: 0.7rem 0rem 0.2rem 0rem;
  border-radius:3px; border: 1px solid white;background-image:linear-gradient(0deg, #eaf3f8 0%, white 100%);
  transition: all 0.2s
}

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .mod_rocksolid_slider {
    width: 49.5%;
    aspect-ratio: 3 / 2;
  }

   #aktuell {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
    max-height: 95vh;
    left: 5vw;
    top: 1vw;
    padding: 4.5rem 0.8rem 0.8rem 0.8rem;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .z-rechts {
    display: none;
  }

  .online {
    top: auto;
    bottom: 3rem;
  }

  .logo {
    padding: 2% 6% 4% 6%;
  }

  a {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

#button {
    font-size: 3rem;
    height: 3rem;}

.buttonbereich {right: 1rem
  }

  #aktuell h2 {
    padding: 0 0rem 1rem 0rem;
    width: 100%;

  }

  /*rechts accordeons*/

  .handorgel__header__button {
    font-size: 1.05rem;
  }

  /*menu obenr*/

  .level_1 {
    gap: 0.4rem;
  }

  /* formular*/

  .radio_container label::after /* button*/ {
    left: calc(50% - 1rem);
    top: 2rem;
  }

  input[type="radio"]:checked + label::after  /* button angewählt */ {
    top: 1.5rem;
    left: calc(50% - 1rem);
  }

  .widget-submit {
    margin-top: 4rem;
  }
}

@media (max-width: 495px) {




  fieldset.radio_container {
    position: relative;
    padding: 0 0 0 0;
    width: 100%;
    border: 0px solid red;
    text-align: left;
  }

  .radio_container label::after /* button*/ {
    position: relative;
    left: calc(50% - 1rem);
    top: 0;
  }

  input[type="radio"]:checked + label::after  /* button angewählt */ {
    top: 0;
  }

  #aktuell h2 {
    padding: 0rem 0rem 0rem 0rem;
    width: 80%;
    margin-left: calc(10% - 0.4rem);
    margin-top: 0;
  }

  .mod_article
  {}

  #aktuell {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
    height: auto;
    left: 5vw;
    top: 1vw;
    padding: 4.5rem 0.8rem 0.8rem 0.8rem;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  #aktuell .rte {
    overflow-y: scroll;
    height: calc(160% - 10rem);
  }

  .buttonbereich {
  }
}

@media (max-width: 400px) {
  /*menu obenr*/

  .level_1 {
    gap: 0.3rem;
  }

  #header .kontakt {
    display: none;
  }
}
