/* 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");
}

main { /*OC 23.02.2023*/
  background: white;
  padding: 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_1900.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: #c3c8c8; /*OC 23.02.2023*/
}

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

.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: 1em;
  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: 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: 1em;
}

@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;
  
  
  
 