/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;  
}

h1, h2, .headline_style_h1, .headline_style_h2, h3, h4 ,h5 ,h6 {
  font-family: 'Playfair Display'!important;
  font-style: normal;
  font-weight: 400;  
}

.handwritten {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;  
}

.ce_bgimage_66 .ce_bgimage-image {
  background-repeat: repeat-x;
}


.newslist-v2 .comments-v2 {

    visibility: hidden !important;

}

span.author-v2 {
    visibility: hidden !important;
}


.newsreader .author {

    visibility: hidden !important;
}


.newsreader .comments {

    visibility: hidden !important;
}


.newslist-v4 .info {

    padding-top: 0px !important;
    margin-top: 0px !important;
    visibility: hidden !important;
}

.newslist-v4 .content, .newslist-v4 .image_container {

    border-radius: 0 0 0px 0px !important;
}

.newslist-v4 .content, .newslist-v4 .image_container {
    border-radius: 0 0 0px 0px !important;
    border-bottom: solid 5px #4D5248;
}





form fieldset {
	border: 0px !important;
	text-align: justify;
	font-size:0.8rem;
	line-height:1.1rem;
	padding-left:20px;
	padding-right:20px;

}

input.submit, button.submit {

    border-radius: 0 !important;

}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}



#bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    text-transform: uppercase !important;
}








.shield-badge-container {
  position: relative;
  width: 200px;
  height: 240px;
  margin: 40px auto;
}

.shield-svg {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.shield-border {
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  animation: drawShield 3s ease-in-out infinite;
}

@keyframes drawShield {
  0% {
    stroke-dashoffset: 650;
  }
  80% {
    stroke-dashoffset: 0;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 650;
  }
}

/* Adjusted content inside shield */
.shield-badge-content {
  position: absolute;
  top: 60px;                /* move lower to avoid top point */
  left: 20px;
  right: 20px;
  bottom: 40px;             /* avoid tail of shield */
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
  color: #e3db92;
  text-align: center;
  pointer-events: none;
  line-height: 1.4;
  max-width: 160px;
  margin: 0 auto;
}

.secure-icon {
  font-size: 26px;
  margin-bottom: 4px;
}

.secure-top {
  font-size: 14px;
  font-weight: 600;
}

.secure-sub {
  font-size: 12px;
  opacity: 0.7;
}


.accessibility_widget_trigger {

    background: #33363b !important;

}

.widget-checkbox .checkbox_container > span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.widget-checkbox .checkbox_container input[type="checkbox"] {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 2px 0 0 0;
  flex-shrink: 0;
  accent-color: #000; /* optional anpassen */
}

.widget-checkbox .checkbox_container label {
  display: block;
  line-height: 1.5;
  margin: 0;
}

.widget-checkbox .checkbox_container a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .widget-checkbox .checkbox_container > span {
    gap: 12px;
  }

  .widget-checkbox .checkbox_container input[type="checkbox"] {
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-top: 1px;
  }

  .widget-checkbox .checkbox_container label {
    font-size: 15px;
    line-height: 1.5;
  }
}


@media (min-width: 768px) {
  #leadsection .ce_text {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  #leadsection .ce_text {
    padding-top: 150px;
  }
}