/* amita-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: 'Amita';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amita-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  font-family: 'TisaPro';
  font-style: normal;
  src: url('../fonts/TisaPro.otf') format('opentype');
}

@font-face {
  font-family: "TisaPro-Bold";
  src: url("../fonts/TisaPro-Bold.otf") format("opentype");
}

@font-face {
  font-family: "TisaSansOT";
  src: url("../fonts/TisaSansOT.otf") format("opentype");
}

@font-face {
  font-family: "TisaOT";
  src: url("../fonts/TisaOT.otf") format("opentype");
}

@supports (display:grid) {
  .site-grid {
    grid-gap: 0 1em;
    display: block;
    grid-template-areas:
". banner banner banner banner ." 
". top-a  top-a  top-a  top-a  ." 
". top-b  top-b  top-b  top-b  ." 
". comp   comp   comp   comp   ." 
". side-r side-r side-r side-r ." 
". side-l side-l side-l side-l ." 
". bot-a  bot-a  bot-a  bot-a  ." 
". bot-b  bot-b  bot-b  bot-b  .";
    grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,19.875rem)) [main-end] minmax(0,1fr) [full-end];
  }
}

main { /*OC 23.02.2023*/
  background: white;
  padding: 0px; /*30px*/
}


.container-header {
  position: relative;
  z-index: 10;
  background-color: white; /*CO 23.02.2023*/
  /*background-color: var(--cassiopeia-color-primary); OC 23.02.2023*/
  /*background-image: linear-gradient(135deg, #fff 0%, #bbb 100%);*/ /*var(--cassiopeia-color-hover)*/
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;*/
  background-image: url('/images/header_pauly_bg.jpg');
  background-repeat: repeat-x;
  /*background-size: 100%;*/
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

body {
  display: flex;
  flex-direction: column;
  background: #000000;
  /*background: #c3c8c8; OC 23.02.2023*/
}

footer {
    background-color: #e4e4e4;
    height: 100%;
    margin-top: 10px;
    /*padding-top: 14px;*/
	display: block;
}

.grid-child {
	display: block;
}

.container-header .grid-child {
  padding: 0;
    padding-bottom: 0px;
}

.footer-logos {
    float: left;
    padding-top: 15px;
    width: 470px;
    height: 35px;
}

.footer-copyright {
    float: right;
    padding-top: 15px;
    width: 290px;
    height: 35px;
}

.footer-mini-nav {
    float: left;
    padding-top: 15px;
    padding-left: 10px;
	width: 470px;
    height: 35px;
}

.custom_footer1 {
    background-color: #e5e5e5;
	padding-top: 20px;
}

.custom_footer2 {
    background-color: #000000;
}

.footer {
  margin-top: 0em;
  color: white;
  background-image: none;
  background-color: #000000;
  /*background-color: var(--cassiopeia-color-primary);
  background-image: linear-gradient(135deg, #000 0%, #505051 100%);*/
  padding-top: 30px;
  padding-bottom: 40px;
}

.container-footer_02.footer_02.full-width {
  background-color: #ffeb00;
  padding-top: 10px;
  padding-bottom: 20px;
}

.video-start {
    max-width: 100%;
}

.container-header .container-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0sem; /*padding-bottom: 2.4em;*/
}

.container-banner {
  display: block;
  margin: 0 0 1rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
}

.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: 0em;
}

@media (max-width: 991px) { 

.image-left .blog-item, .image-right .blog-item {
    flex-direction: row;
}

.footer-mini-nav {
  padding-left: 20px;
}

}

@media (max-width: 991px) { 

.container-header {
  background-image: url('/images/header_pauly_734.jpg');
}

.footer-mini-nav {
  padding-left: 20px;
}

.footer-copyright {
  float: left;
  padding-top: 15px;
  width: 290px;
  height: 35px;
  padding-left: 20px;
}

}


@media (max-width: 640px) { 

.container-header {
  background-image: none;
}

.container-header .grid-child {
  padding: 0px;
}

.footer-copyright {
  float: left;
  padding-top: 15px;
  width: 290px;
  height: 35px;
  padding-left: 20px;
}

}

@supports (display:grid) {
  .blog-items[class*=" columns-"] > div, .blog-items[class^="columns-"] > div {
    border-bottom: 1px solid #c3c8c8;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /*font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");*/
  font-weight: var(--cassiopeia-font-weight-headings,700);
  font-family: TisaPro-Bold;
  font-variant-ligatures: discretionary-ligatures;
}

/*Floating Buttons rechts START */

.floating-buttons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-button {
    width: 60px;
    height: 60px;
    background-color: black;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.floating-button img {
    width: 40px;
    height: 40px;
}

.floating-button:hover {
    transform: scale(1.1);
}

/*Floating Buttons rechts ENDE */  
  
/* Button Blog */

.btn-secondary {
    --btn-color: var(--gray-800);
    --btn-bg: #ffeb00; /*  var(--white) oc 13.05.2025*/
    --btn-border-color: var(--gray-400);
    --btn-hover-color: var(--gray-800);
    --btn-hover-bg: var(--gray-100);
}

.icon-chevron-right:before {
    content: " "; /*content: ""; > vor Text Weiterlesen oc 13.05.2025 */
}

p.readmore {
    margin-top: 0;
    margin-bottom: 1rem;
    float: right;
}

.banner.card.blauer-hintergrund h4 a {
  color: black;
}

.banner.card.blauer-hintergrund {
  margin-top: 16px;
  border-top: 1px solid lightgray;
  border-left: 0;
  border-radius: 0;
  border-bottom: 0;
}

.banner.card.blauer-hintergrund li {
  background-color: #f9f9f9;
  padding: 13px;
  border: 1px solid #ddd;
}