/* -----Beispiele fuer Farben und Schrifteinbindungen------------*/

:root{
  --orange: #f3a634; 
  --hellorange:  #fff8ef;
  --textgrau: #5F0808;   
  --gelb: rgba(255,210,16,1);
  --rot: #d64608;
}

*{
  transition: all 0.3s ease-out;
}
html {
  scroll-behavior: smooth;
}

/* Roboto-Regular */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* David Libre Bold 700 */
@font-face {
 font-family: 'DavidLibre';
    src: url('../fonts/DavidLibre-Bold.eot');
    src: url('../fonts/DavidLibre-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DavidLibre-Bold.woff2') format('woff2'),
        url('../fonts/DavidLibre-Bold.woff') format('woff'),
        url('../fonts/DavidLibre-Bold.ttf') format('truetype'),
        url('../fonts/DavidLibre-Bold.svg#DavidLibre-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
   font-family: 'Roboto';
  font-size: 1.1rem;
  
}
main{
  background-image: url(/fileadmin/Media/Logos/Logo_bg2.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center top;
}
h1, h2, h3, h4{
  font-family: 'DavidLibre';
  color: var(--rot);
}
h1{
  font-size: 3rem;
}
h2{
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
a{
  color: var(--orange);
}
.bg-hellorange{
  background-color: var(--hellorange);
}
.bg-orange{
  background-color: var(--orange);
}
.text-rot{
  color: var(--rot);
}
.text-orange{
  color: var(--orange);
}
.big{
  font-size: 150%;
}
.small, small{
  font-size: 75% !important;
}
.navbar-static-top {
  margin-bottom: 19px;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--rot);
}

.site-logo-wrap {
  height: 260px;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;

  transition: height .4s ease;
}
 
.site-logo {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.site-logo img{
  width: clamp(120px, 20vw, 280px);
  height: auto;
  display: block;
 transform: scale(1);
  transform-origin: center center;
  transition: transform .35s ease;
  will-change: transform;

}
.site-logo-text {
  position: absolute;
  right: calc(100% + clamp(2rem, 4vw, 5rem));
  top: 50%;
  transform: translateY(-50%);
  transition: transform .35s ease, font-size .35s ease;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1;
  color: #fff;
  font-family: 'DavidLibre';  
  white-space: nowrap;
  
}
.site-claim-text {
  position: absolute;
  left: calc(100% + clamp(2rem, 4vw, 5rem));
  top: 50%;
  transform: translateY(-50%);
  transition: transform .35s ease, font-size .35s ease;
  font-size: clamp(2rem, 4vw, 3.0rem);
  line-height: 1;
  color: #fff;
  font-family: 'DavidLibre';  
  white-space: nowrap;
  
}
/* Zustand nach dem Scrollen */
.site-header.header-scrolled .site-logo-wrap{
  height: 150px;
}

.site-header.header-scrolled .site-logo img{
  transform: scale(0.45);
}
.site-header.header-scrolled .site-logo-text {
  transform: translateY(-50%) scale(0.75);
  transform-origin: left center;
}
.header-scrolled .site-navbar .nav-link{
  padding: .7rem 0;
}

.site-navbar {
   background: var(--hellorange);
  border-top: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  padding: 0;
}

.site-navbar .navbar-nav {
  width: 100%;
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 5rem);
}

.site-navbar .nav-link {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem 0;
}

.site-navbar .nav-item.active .nav-link,
.site-navbar .nav-link.active,
.site-navbar .nav-link:hover {
  color: var(--rot);
}
.navbar-nav .nav-item:last-child{
    display:flex;
    align-items:center;
}
.navbar-nav .nav-item:last-child .nav-link{
  padding: 5px 0;
  position: relative;
  top: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  border-radius: 13px;
  padding: 5px 10px;
  display: inline-block;  
  background-color: var(--rot);
  color: #fff;
  
}

.navbar-nav .nav-item:last-child .nav-link:hover{
  box-shadow: none;
}
.site-navbar .navbar-toggler {
  margin: .6rem 0;
  color:var(--rot);
  border-color:var(--rot);
}


.business-header {
 
  min-height: 300px;
  background: #ccc;
  
}
img{
  width: 100%;
  height: auto;
}
.ce-gallery figure { 
  padding: 2rem;
}
.ce-gallery img {
  display: block;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}



/*-----------------------Testimonials------------------------*/
#slickid-611 .slickcontentelement .contentwrap {
  position: relative !important;
  bottom: auto !important;
  height: auto !important;
  width: 100%;
  background: transparent !important;
  padding: 2rem 4rem 3rem;
  color: var(--textgrau) !important;
  overflow: visible !important;
}
#slickid-611 .slickcontentelement .contentwrap * {
  color: var(--textgrau) !important;
}

#slickid-611 .slick-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: var(--rot);
  background: transparent !important;
}

#slickid-611 .slick-text p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 1.0rem;
}

#slickid-611 .slick-list,
#slickid-611 .slick-track,
#slickid-611 .slick-slide,
#slickid-611 .slick-slide > div {
  height: auto !important;
}
#slickid-611 {
  min-height: 260px;
}

#slickid-611 .slick-list {
  min-height: 220px;
}
#slickid-611 .slick-text::before {
  content: "“";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  line-height: 0.6;
  color: var(--rot);
  text-align: center;
  margin-bottom: -1rem;
}
/*-------------------Buchshop--------------------------------*/
.bookshop  .col-lg-4{
  display: flex;
}
.card .cec-image-wrap{
   overflow: hidden;
}
.cec-image-wrap img {
  transition: transform .35s ease;
  transform: scale(1);
}

.cec-image-wrap:hover img {
  transform: scale(1.12);
}
.card .ce-gallery img {
  box-shadow: none;
  padding:0;
}

#buchshop .ce-gallery img {
  box-shadow: none;
}
.card h4{
  font-size: 1.4rem;
}
.card{
  border-color: var(--orange);
  width: 100%;
}
.card-body{
  background-color: var(--hellorange);
}
.button_kontakt, .button_buchshop {
  padding: 5px 0;
  position: relative;
  top: 0;
  border-radius: 13px;
  padding: 5px 10px;
  display: inline-block;    
  color: #fff;
}

.button_kontakt a, .button_buchshop a {
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  background-color: var(--rot);
  max-width: 350px;
  color:#fff;
}
.button_buchshop a {
   background-color: var(--orange);
}
.button_kontakt a:hover,  .button_buchshop a:hover {
   box-shadow: none;
  background-color: var(--orange);
  color:#fff;
}
  .button_buchshop a:hover {
    background-color: var(--rot);
  }
.cta-center{
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.d-flex.text{
  flex-direction: column;
}


/*--------------------Buchshop  Accordion-----------------------*/
.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: var(--hellorange);
    color: var(--rot);
    font-weight: 600;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: 1px solid var(--orange);
    border-radius: 6px;
    overflow: hidden;
}

.accordion-body {
    background-color: #fff;
}
/*----Seite Kontakt------*/


#kontakt main h3{
  font-family:'Roboto', sans-serif;
  margin-bottom: 1rem;
}
#kontakt main a{
  color: var(--textgrau);
  text-decoration: none;
}

#kontakt .icon-xl{
  font-size: 4rem;
}
/*--------------Tabelle-------*/


.table-striped tbody tr:nth-of-type(odd):hover {
   
  background-color: #EFF4E1;
}
.table-striped tbody tr:nth-of-type(even):hover {
   
  background-color: #EFF4E1;
}
.table-striped thead{
    background-color: #05649D;
    color: #fff;
    text-transform: uppercase;
}
.table-striped tbody td:nth-of-type(2){
  font-weight: bold;
} 

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
 height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 224px;
  height: 100%;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
 
  background-color: var(--rot);
  color:#fff;
}
#home footer.mt-5{
  margin-top:0 !important;
}
footer h3{
  color:#fff;
}
footer a{
  color:#fff;
}
footer a.icon{
  text-decoration: none;
}
footer ul{
  list-style: none;
  padding-left:0;
}
footer .bg-hellorange{
  background-color: var(--hellorange);
  color: var(--textgrau);
  padding: 0.5rem;
}
footer .bg-hellorange a{
  color: #fff;
}
footer .ce-gallery img{
  box-shadow:none;
}
footer .icon-xl{
  font-size: 4rem;
}
/*------------------------------CSS fuer my-Extension Bild mit Hover Effekt--------------------*/
/*----Bilder mit Hover-Effekt------------------------------*/
/*----------------------TEAM-------------------------------*/
.team-style2 {
  margin-bottom: 10px;
}
.team-style2 .ce-gallery figure.image{
  box-shadow: none;
  width: 100%;
}
.team-style2 .team-member-img img {
  transition: all 0.3s ease 0s; }
.team-style2 .team-member-img:hover img {
  }
.team-style2 .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px 5px;
  z-index: 9;
  
}
.team-style2 .ce-image .ce-gallery{
  box-shadow:5px 5px 5px #ccc;
}
.team-style2 .ce-gallery figure{
  position: relative;
}

.team-style2 .social-links .info:before, .info:before{
  display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
   font-family: "Font Awesome 5 Free"; 
   font-weight: 900; 
    font-size: 1.2rem;
}

.team-style2 .social-links .info:before, .info:before{
  content: "\f0c1";
}

.team-style2 .social-links a, .social-links a{
  color: #333;
}

.team-style2 .social-links,  .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: var(--textfarbe);
  -webkit-font-smoothing: antialiased; }
  .team-style2 .social-links a:hover {
    opacity: 0.65; }
.team-style2 .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
.team-style2 .team-description-content {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}
.team-style2 .team-member-img {
  position: relative;
  display: block;
  overflow: hidden;   
  margin: 0 auto; 
}
.team-style2 .bg-cover {
  background-color: rgba(255,255,255,0.7);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(2);
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1;
  border: 7px solid rgba(0,0,0,0.1);
  font-size: 19px;
  border-radius: 3px;
}
.team-style2 .team-member-img > img {
  transition: all 0.2s ease 0s; }
.team-style2:hover .bg-cover {
  background-color: rgba(255,255,255,0.7);
  display: block; }
.team-style2:hover .social-links {
  transition-delay: 100ms, 100ms;
  opacity: 1;
  transform: translateY(0); }
.team-style2:hover .team-member-img > img {
  filter: blur(4px) grayscale(4%); }
.team-style2:hover .team-description {
  opacity: 1; }

.team-style2 .mt-3.text-center{
    padding-bottom:31px;
}
.team-style2 .text-left{
  text-align: center !important;
  max-width: 300px;
  margin: 0 auto 50px;
}
.team-style2 figcaption.image-caption{
  margin-top: 15px;
  text-align: center;
}

.team-style2 .name p{
  margin-bottom:0;
}
@media (max-width: 767.98px) {
  .site-logo-wrap, .site-header.header-scrolled .site-logo-wrap {
    min-height: 210px;
    height: 260px;
  }
  .site-header.header-scrolled .site-logo img {
  transform: scale(0.85);
}

  .site-logo-text, .site-claim-text {
    position: static;
    display: block;
    transform: none;
    margin-top: 0.5rem;
    text-align: center;
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
 .site-header.header-scrolled .site-logo-text{
   transform: translateY(-10%) scale(0.75);
     transform-origin: center center;
   }
  .site-claim-text {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }

  .site-logo img {
    width: clamp(100px, 34vw, 150px);
    margin-inline: auto;
  }
}
@media (max-width: 991.98px) {

.site-navbar .nav-link {
  line-height: 110%;
  padding:0;
}
.site-navbar .navbar-nav {
  padding-bottom: 2rem;
}
  .card{
    padding-bottom: 0;
    margin: 0 2rem 2rem;
  }
}
@media (min-width: 991.98px) {
  .w-lg-700 { max-width: 700px;}
  .w-lg-800 { max-width: 800px;}
}
