@charset "UTF-8";
.flex {
  display: flex;
}

.image_container {
  margin: 10px;
}

.layout_latest.two-cards .image_container {
  margin: 10px;
}

.mod_newsmenu .level_1 {
  display: flex;
  gap: 15px;
  margin-left: 10px;
}

.year.submenu {
  display: flex;
  flex-direction: column;
}
.year.submenu > ul {
  font-size: 1.3rem;
  list-style: none;
  padding: 0;
}
.year.submenu > a {
  font-weight: 700;
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagination > p {
  font-size: 1.3rem;
}
.pagination li {
  border: 1px solid lightgray;
  padding: 10px;
  background-color: rgba(80, 80, 80, 0.2);
  border-radius: 5px;
}

.layout_latest.two-cards h2 {
  font-size: 24px;
  line-height: 1.2;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.layout_latest img {
  border-top: 0px solid;
}
.layout_latest h2 {
  margin-left: 10px;
}

footer h5 {
  margin-bottom: 10px;
}

.content_container {
  position: absolute;
  right: 100px;
  bottom: 175px;
  max-width: 472px;
}
.content_container h2 {
  margin: 0;
  color: white;
  font-weight: 700;
}
.content_container p {
  color: white;
  line-height: 1.2;
}

@media (max-width: 796px) {
  .content_container {
    right: 50px;
    bottom: 50px;
    max-width: 50%;
  }
  .content_container h2 {
    font-size: 2rem;
  }
  .content_container p {
    font-size: 1.3rem;
  }
}
@media (max-width: 590px) {
  .content_container {
    right: 22px;
    bottom: 20%;
  }
  .content_container h2 {
    font-size: 5.1vw;
    line-height: 1.1;
  }
  .content_container p {
    display: none;
    margin-bottom: 10px;
  }
  .btn-small a,
  a.btn-small {
    font-size: 63%;
  }
}
.button_container {
  margin-top: 10px;
}
.button_container .btn-small {
  margin-left: 0;
}

.ce_hero {
  margin-top: 20px;
}
.ce_hero figcaption {
  padding-top: 1px;
  font-size: 1rem;
}

.hor-nav {
  display: flex;
  justify-content: flex-start;
}

.main-navigation-search {
  top: 36%;
  z-index: 10;
}

#header-bar .inside {
  display: flex;
}

#logo,
#logo2 {
  margin-left: 20px;
}

/* to top*/
.ce_toplink {
  display: none;
}

#toTop {
  position: fixed;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  color: #fff;
  bottom: 0;
  left: calc(50vw + 50% - 45px);
  border-radius: 22px 6px 0 0;
  z-index: 99;
}
#toTop:after {
  font: 1em/1 "icons";
  content: "\e912";
  text-indent: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  right: 1px;
  padding-top: 5px;
  background: #415265;
  border-radius: 6px 6px 0 0;
  transition: none;
}
#toTop:after:hover {
  border-top-left-radius: 0;
}
#toTop > span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.875em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s ease-out;
  background-color: #415265;
  height: 35px;
  width: 100px;
  padding: 5px 0px 0px 12px;
  border-radius: 6px 0 0 0;
  color: white;
}

@media (min-width: 1332px) {
  #toTop {
    left: calc(50vw + 620px);
  }
}
#toTop:hover,
#toTop:focus {
  text-decoration: none;
}

#toTop:hover > span,
#toTop:focus > span {
  right: 100%;
  opacity: 1;
}

#toTop:hover::after {
  border-radius: 0 6px 0 0;
}

footer a,
footer a:hover {
  color: #fff;
}

.ce_form {
  margin-bottom: 40px;
}

.ce_form input[type=text],
.ce_form input[type=number],
.ce_form input[type=password],
.ce_form input[type=tel],
.ce_form input[type=url],
.ce_form input[type=email],
ce_form input[type=date],
.ce_form input[type=search] {
  border-color: #999;
  line-height: 31px;
  padding: 20px;
}

.ce_form input {
  font-size: 1.25rem;
}

.ce_form select {
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #777;
  border-radius: 6px;
  font-size: 1em;
}

select option {
  height: 100%;
}

.ce_form legend {
  font-size: 1.325rem;
}

fieldset {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 17px;
  border-color: var(--accent-color);
}

.ce_form .widget {
  margin-bottom: 20px;
}

.widget-text,
.widget-textarea,
.widget-password {
  margin-bottom: 1.2rem;
}

fieldset > legend {
  padding: 0 10px;
}

.ce_form fieldset {
  border-radius: 8px;
}

.linebreak {
  margin-right: 50%;
}

#ctrl_175 {
  padding-top: 0px;
  margin-bottom: -0.5rem;
  padding-bottom: 0px;
}

#ctrl_184 {
  margin-bottom: -0.5rem;
}

//.ce_form fieldset:first-of-type {
 // border: none;
 // font-size: 1.4rem;
//}

/*.ce_form fieldset:first-of-type legend {
 /* font-size: 2.4rem;
 /* text-transform: none;
}*/
#Anmeldung .ce_form fieldset:first-of-type legend {
font-size: 1.4rem; 
  border: 1px solid;
}


.widget.widget-text.mandatory.date-of-baptism {
  max-width: 25%;
}

.widget.widget-text.city-of-babtism.mandatory {
  flex-basis: 51%;
}

.widget.widget-text.city-of-babtism.mandatory {
  max-width: 49%;
  margin-right: 12px;
}

.widget.widget-text.plc.mandatory {
  max-width: 15%;
}

.widget.widget-text.city.mandatory {
  max-width: 33%;
}

ce_form select {
  background-image: url(../svg/expand.svg);
}

.ce_form input.date.mandatory {
  width: 100%;
  background-color: white;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 6px;
}

.widget-text.date {
  max-width: 25%;
}

#right p.location {
  margin: 0;
  line-height: 1.1;
  margin-top: 3px;
}
#right p.location .adr {
  line-height: 0.3em;
  font-size: 1.1rem;
}

.event-up {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
}

.ce_text--aside {
  padding: 0;
}
.ce_text--aside p {
  margin: 0 0 5px 0;
}
.ce_text--aside > FIGURE {
  MARGIN-BOTTOM: 20px;
}

aside .more a {
  margin-left: 0;
}

.shl {
  font-family: roboto;
  font-size: 1.78rem;
}

td {
  vertical-align: top;
}

.event.layout_teaser.upcoming {
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 30px;
  margin-right: 15px;
  border: 1px solid #bbb;
  border-radius: 3px;
}

.event.layout_teaser.upcoming .more a,
.event.layout_teaser.upcoming .back a {
  margin-left: 0;
}

.mod_eventlist .event {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.event.layout_upcoming.upcoming:last-child {
  border: none;
}

aside .mod_form {
  margin-bottom: 2rem;
}
aside .mod_form input {
  margin: 0;
}

.info-termin {
  font-size: 2rem;
  font-family: "exo 2";
  line-height: 1.2;
  margin-left: 10px;
}
.info-termin.location {
  margin-bottom: 2rem;
}

.layout_full figure {
  margin-bottom: 2rem;
}

.layout_full h1,
.layout_full h2,
.layout_full h3,
.layout_full h4 {
  margin-left: 10px;
}

.box {
  padding: 10px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.emm {
  margin: 10px;
  padding: 20px 20px;
  border-bottom: 1px solid lightgray;
}

.content_wrapper {
  position: absolute;
  top: 60px;
  right: 100px;
}

.block-group.inside {
  position: relative;
  width: 100%;
}

#mobile_trigger {
  font-size: 4.5rem;
  cursor: pointer;
}

.image-wrapper {
  width: 100%;
}

@media (max-width: 768px) {
  #header {
    position: relative;
  }
}
#logo.logo-mobile {
  height: 100px;
}

.mobile_menu_trigger {
  position: absolute;
  right: 0%;
  top: 20px;
  z-index: 200001;
  display: block;
}

@media (min-width: 1024px) {
  .mobile_menu_trigger {
    display: none;
  }
}
.flex {
  flex-direction: column;
}

@media (min-width: 601px) {
  .flex {
    flex-direction: row;
    align-items: center;
  }
  .image-wrapper {
    max-width: 33%;
    order: 2;
  }
  .content-wrapper {
    max-width: 66%;
  }
  .image-wrapper .image_container {
    margin-left: 0;
  }
}
.header_wrapper picture img {
  width: 100%;
  height: auto;
}

.progress {
  width: 0;
  height: 3px;
  background-color: #7cab16;
  position: fixed;
  top: 0;
  left: 0;
  animation: progress 1s linear;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  
  z-index:99;
}

@keyframes progress {
  to {
    background-color: #7cab16;
    width: 100%;
  }
}
.mod_article.no-sidebar {
  float: none;
  max-width: 800px;
  margin: 100px auto;
}

footer .ce_text.b4 {
  text-align: center;
  width: 100%;
}

@media (min-width: 600px) {
  footer .ce_text.b4 {
    text-align: center;
    float: none;
    border-left: none;
    width: 40%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  footer .ce_text.b4 {
    float: left;
    width: 25%;
    margin: 0;
    text-align: left;
  }
}
.ce_gallery > ul {
  margin: 40px 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ce_gallery ul li {
  flex: 0 1 100%;
}

.ce_gallery ul li img {
  width: 100%;
}

.ce_gallery::after {
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #666;
}

@media (min-width: 560px) {
  .ce_gallery ul li {
    flex: 0 1 50%;
  }
}
@media (min-width: 768px) {
  .ce_gallery ul li {
    flex: 0 1 33%;
  }
}
/* Neues Layout masonry_news*/
.masonry_content p.info {
  padding: 0 10px 0 0;
}

@media (max-width: 1023px) {
  .masonry_news .layout_latest.two-cards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .masonry_picture {
    flex: 1 1 15%;
  }
  .masonry_content {
    flex: 1 1 50%;
  }
  .masonry_content .subheadline {
    display: none;
  }
}
@media (max-width: 500px) {
  .masonry_content p:not(.info) {
    display: none;
  }
  .masonry_content .subheadline {
    display: block;
  }
  .layout_latest.two-cards .masonry_content h2 {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
  .masonry_content a {
    color: #475465;
  }
  .masonry_content h4.subheadline {
    font-family: ROBOTO;
    FONT-SIZE: 1.2rem;
    margin-left: 10px;
  }
  .masonry_content p.info {
    font-size: 1rem;
  }
}
/* neues quicklink layout*/
.iconcards-item {
  top: 1.78571em;
  margin-bottom: 1.78571em;
  border: 1px solid #b2b9c4;
  border-radius: 3px;
  top: auto;
  margin-bottom: 0;
  padding-top: 1.42857em;
  min-height: 13em;
  top: 1.78571em;
  margin-bottom: 1.78571em;
  padding: 0 1.42857em 1.42857em;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 0.875em;
  color: #717c8e;
  text-align: center;
  text-decoration: none;
  background-color: white;
}

@media (max-width: 599px) {
  .image_container.float_right {
    margin: 0;
  }
  /* neues quicklink layout*/
  .iconcards-item {
    top: 1.78571em;
    margin-bottom: 1.78571em;
    border: 1px solid #b2b9c4;
    border-radius: 3px;
    margin-bottom: 0;
    padding-top: 1.42857em;
    top: 1.78571em;
    margin-bottom: 1.78571em;
    padding: 0 0 1.42857em;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    display: block;
    font-size: 0.875em;
    color: #717c8e;
    text-align: center;
    text-decoration: none;
    background-color: white;
    min-height: 0;
  }
  .iconcards-item h4 {
    font-size: 1.4rem;
  }
  .iconcards-item p {
    display: none;
  }
}
#logo.logo-mobile {
  height: 100px;
  margin-left: 0;
}

h4.subheadline {
  margin-left: 10px;
  font-family: roboto;
  font-size: 1.3rem;
  font-weight: 700;
}

.mm_dropdown .ce_headline {
  width: 100%;
}

.mod_navigation li.mm_container .mm_dropdown {
  width: 100%;
}

.mod_navigation li.mm_container .mm_dropdown > .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.mm_dropdown .ce_headline {
  width: 100%;
}

.mod_navigation li.mm_container .mm_dropdown > .inner .b4:last-child {
  border: none;
}

.email,
.fax,
.tel,
.open {
  font-weight: 700;
}

.mod_article .link-footer {
  display: none;
}

.bildlinks > .image_container {
  margin: 10px 0;
}

.bildlinks > .image_container > a > figcaption {
  position: absolute;
  bottom: -12px;
  z-index: 99999999;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "exo 2";
  background-color: rgba(51, 51, 51, 0.4666666667);
  padding-left: 10px;
  margin-right: 10px;
}

.no-padding {
  padding-left: 0;
}

aside > .inside {
  /* padding: 4rem 0 1rem 0; */
  padding: 0rem 0 1rem 0;
  background: #eee;
  margin-top: 7rem;
}

@media (min-width: 1024px) {
  .add-right #right {
    width: calc(30% - 20px);
  }
}
.no-padding {
  padding-right: 0;
}

aside .mod_form input {
  background: #fff;
}

.divider {
  margin: 1rem;
  position: relative;
  display: block;
  height: 0;
  color: lightgray;
}

aside .mod_navigation {
  margin-top: 10px;
}

#right .inside {
  box-shadow: 7px 6px 11px -5px gray;
  margin-top: 40px;
  margin-bottom: 40px;
}

.start #right .inside {
  margin-top: 82px;
}

@media (min-width: 1024px) {
  .start .add-right #right .inside {
    margin-top: 85px;
  }
}
.start #right .inside {
  margin-top: 82px;
}

.umbau #right {
  margin-top: 7rem;
}

.mod_breadcrumb {
  margin-bottom: 3rem;
}

.umbau .mod_articlelist {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0;
}
.umbau .mod_articlelist li {
  margin-bottom: 16px;
  padding-left: 20px;
}
.umbau .mod_articlelist li::before {
  content: "» ";
  margin-left: -15px;
}
.umbau .mod_articlelist ul {
  margin-top: 20px;
}

.umbau aside > .inside {
  margin-top: 14rem;
}

.ce_teaser {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.ce_teaser h2 {
  font-size: 1.6rem;
}

.hasborder {
  border: 1px solid lightgray;
  border-radius: 12px;
  margin-top: 40px;
}

.aside-img,
.aside-img figure {
  margin: 0;
  padding: 10px 0 0 0;
}

a[href^=mailto]::before {
  font-family: "icons";
  content: "\e806";
  margin-right: 9px;
}

.ce_text {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
}

.tick-flip, .tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

body {
  background-color: rgb(252, 255, 247) !important;
}

.tick-text-inline {
  color: rgb(90, 93, 99) !important;
}

.tick-label {
  color: rgb(90, 93, 99) !important;
}

.tick-flip-panel {
  color: rgb(255, 255, 255) !important;
}

.tick-flip {
  font-family: !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: #5682b3 !important;
}

.tick-flip {
  border-radius: 0.09em !important;
}

.tick-flip, .tick-text-inline {
  font-size: 4.5em;
  font-family: "ff-dax-pro";
  font-weight: 700;
}

.tick-label {
  font-size: 1em;
  font-size: 1.5rem;
}

.countdown {
  max-width: 100vw;
}

.two-cards.box {
  display: block;
}

.ce_form select {
  border-radius: 7px;
}

fieldset {
  padding: 10px;
  margin-bottom: 17px;
}

.wrap {
  position: absolute;
  padding: 39px;
  color: white;
  text-shadow: 2px 2px 6px black;
  top: 19%;
}
.wrap h2 {
  font-size: 3rem;
  position: relative;
  max-width: 100%;
}
.wrap h3 {
  font-size: 5rem;
  font-weight: 700;
}

.backbox {
  background: aliceblue;
  border: 1px solid lightgray;
}

#article-939 h3 {
  font-size: 1.5rem;
}

#article-939 h4 {
  font-size: 1.5rem;
  border-bottom: 1px solid;
  width: 90%;
}

#article-939 h4, #article-939 h3 {
  margin: 20px 0;
  font-family: roboto;
  font-weight: 700;
  margin: 20px 0 0px 0;
}

#article-939 .ce_cp_grid_start:not(:last-child) {
  border-bottom: 1px solid gray;
}

.ostern24 .hyperlink_txt {
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fronleichnam h2 {
  font-size: clamp(2rem, 1.745rem + 1.27vw, 2.7rem);
}

.fronleichnam p:first-of-type {
  font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  margin-top: 5px;
  line-height: 1.4;
}
.interview {
  max-width: 660px;
  margin: 0 auto;
float: none;
}
.interview h2{
	font-size:2.6rem;
}
.interview .ce_cp_grid_start {
	margin-bottom:50px;
}
.interview-q {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:40px;
}

.interview-a {
  padding-left: 5%;
  margin-bottom:40px;
}

.interview-lead p {
  font-family: "exo 2";
  font-size: 1.5rem;
  line-height:1.3;
}
#logo2{
	width:15%;
}

.btn-small.praev {
  margin-right: 120px;
  
}
.btn-small.praev.mob{
    	display:none}
@media (max-width: 1024px) {
  
    .btn-small.praev.mob{
    	display:block;
    	position: absolute;
    	margin: 5px;
    width: auto;
    max-width: 0;
    font-size: 1.7rem;
    z-index:9999;
    }}

.btn-small.praev a {
  background-color: #bc2d7d;
    margin-top: 10%;
     border:none;
  border-radius:6px;
}
.btn-small.praev a:hover {
  background-color: #FF89CF;
  border:none;
  border-radius:6px;
 
}
.btn-small.praev a::before {
  font-family: "icons";
  content: "\f256";
  margin-right: 9px;
}

.hor-nav {
width: 45%;
  align-items: center;
  align-content: center;
}

.hor-nav li {
  padding: 0 10px;
}


#header-bar .inside {
  justify-content: space-between;
}



.main-navigation-search {

  right: 1.7%;
}


#Anmeldung .widget.widget-radio fieldset, #Anmeldung .widget.widget-checkbox fieldset {
  display: flex;
}


#Anmeldung .ce_form fieldset:first-of-type legend {
font-size: 1.4rem; 
  border: 1px solid;
}
ce_form .widget fieldset{
	border: none;
}
.biz{
	display:grid;
	justify-items:center
}
 .ce_form .famwe fieldset:first-of-type {
  border:1px solid;
  font-size: 1.4rem;
	
}