

/*Link #6595A3 
	
	Blue #029EE7 (48%)
	Pink #E846B9
	Heads #333
	Text #555
	
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }


h1 = 42px
h2 = 32px
h3 = 24px
h4 = 18px
h5 = 16px
h6 = 14px


*/


@import url("https://use.typekit.net/rfe8nhe.css");

/* font-family: 'Open Sans';
font-weight: 300;
font-style: normal;

font-family: 'Open Sans';
font-weight: 500;
font-style: normal;

font-family: 'Open Sans';
font-weight: 700;
font-style: normal; */



body {
  overflow-x: hidden;
  color: #1d1d1b;
  line-height: 1.75;
  font-weight: 300;
  font-family: 'Open Sans';
}

.hide {
	display: none; 
}

.grecaptcha-badge { visibility: hidden; }

a {
	font-weight: 600;
  color: #063CA3;

}

a:hover {
  text-decoration: none;
}

b {
 
  font-weight: 600;
}

strong {
  font-weight: 500;
}

p {
  line-height: 1.75;
}

.bg-blue h4 {
  color: #fff;
  font-weight: 300;
  line-height: 2rem;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans';
}

h6 {
  line-height: 1.75;
}

#standard-page.page-section, 
#viernullvier.page-section{
  padding: 5rem 0;
}

 #single-page.page-section {
   padding: 5rem 0 2rem;
 }

@media (min-width: 768px) { 

  #standard-page.page-section, 
  #viernullvier.page-section{
    padding: 8rem 0 3rem;
  }
  
  #single-page.page-section {
    padding: 6rem 0 3rem;
  }

  #standard-page.page-section .container {
    max-width: 1250px;
  }

}

  #single-page.page-section h2.single-heading {
    font-size: 1.5rem;
  }

@media (max-width: 768px) {
    .responsive-flex {
        flex-wrap: wrap;  /* Erlaubt den Buttons, bei Bedarf umzubrechen */
        justify-content: center;  /* Zentriert die Buttons im Container */
    }
}


  #single-page .img-thumbnail {
    max-width: 100%; 
}

@media (min-width: 768px) { 

   #single-page .img-thumbnail {
       max-width: 400px; 
   } 

}

.badge-primary {
  color: #fff;
  background-color: #063CA3;
}

a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #029EE7;

}
.backbutton {
  display: block;
  margin: 5px 0 0 0 !important;
}
  
 @media (min-width: 768px) { 
 
   .backbutton {
     display: block;
     margin: 15px 0 0 0 !important;
   }
 
 } 


@media (max-width: 767.98px) {
   .mobile-backlink {
     position: fixed;
     /* Unter dem Nav (hier 4rem hoch) platzieren – passe den Wert an deine tatsächliche Nav-Höhe an */
     top: 70px;
     left: 0;
     width: 100%;
     z-index: 1050;
     pointer-events: none; /* verhindert versehentliches Blockieren darunterliegenden Contents */
     text-align: left;
   }
   .mobile-backlink a {
     pointer-events: auto;
     display: inline-block;
     margin: 0.5rem 0;
     padding: 0.5rem 1rem;
     background-color: rgba(255,255,255,0.9);
     border-radius: 0.25rem;
     color: #063CA3;
     text-decoration: none;
     font-weight: 600;
   }
 }

.bg-light {
  background-color: #F3F3F3 !important;
}


#blog.page-section{
  padding: 5rem 0;
}

@media (min-width: 768px) { 

  #blog.page-section{
    padding: 8rem 0;
  }


}

#intro.page-section{
  padding: 3rem 0;
}

@media (min-width: 768px) { 

  #intro.page-section{
    padding: 5rem 0;
  }


}


.text-muted.typewriter a{
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 400 !important;
}

.typewriter-title {
  font-family: 'Open Sans';
  font-weight: 400 !important;
}

ul {
  padding-bottom: 1.25rem;
}

.page-section {
  padding: 4rem 0;
  background-color: #fff;
}
.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #333;
}
.page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  /* font-style: italic; */
font-family: 'Open Sans';
  margin-bottom: 4rem;
}

 section {
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  section {
    padding: 3rem 0;
  }
}
::-moz-selection {
  background: #029EE7;
  text-shadow: none;
}

::selection {
  background: #029EE7;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}





.btn-xl {
  padding: 1.25rem 2.5rem;
  
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0;
}

.text-blau {
  color: #029EE7;
}

.btn-md, .btn-lg {
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
color: #333;
padding: 0.75rem 1.75rem;
text-transform: uppercase;


}

.fa-bookmark, .fa-dot-circle {
  color: #CE926A;
  color: #063CA3;
  
  padding-right: 0.4rem;
}


.btn-sm {
  border-radius: 15px;
  font-weight: normal;
   font-weight: 600;
   font-size: 15px;
   line-height: 27px;
   background-color: #5b96bd;
  border-color: #5b96bd;
    padding: .25rem 1rem;
    letter-spacing: 0.5px;
    text-transform:uppercase;
  }
  
 .btn-sm.white {
   background-color:#fff;
   color: rgba(2, 158, 231, 0.8);
 } 

.btn-primary:hover {
  color: #063CA3;
  background-color: #fefefe;
  border-color: #999;

}

.fa-bookmark:hover {

}


.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  	color: #555;
   background-color: #eee;
   border-color: transparent;

}

.btn-social a {
	color: #333 ;
}

.btn-social:hover {
  color: #fff;
  background-color: #e845ba;


}


.btn-social-square {
  font-size: 2rem;
  font-weight: bold;
  height: 58px;
  width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0.1rem;
  border-radius: 0%;
  background-color: rgba(2, 158, 231, 0.8);
  border-color: transparent;
}

.btn-social-square:hover {
  color: #fff;
 background-color: rgba(232, 69, 186, 0.8);
  border-color: #e845ba;
}


.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #333;
  background-color: #eee;
  border-color: #eee;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1D2837;
    background-color: #063CA3;

}

.dropdown-menu {
  display: none;
  min-width: 12rem;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    display: block; /* für mobiles Aufklappen nötig */
  }
}

.btn-info {
	background-color: #6595A3;
	border:none;
}

.btn-info a:hover {
	background-color: #029EE7;
}


.topbar {
  height: 16px;
  background-color: #1D2837;
  background-color: #063CA3;
  z-index: 10;
  color: #fff;
  padding-top: .5rem;
  
}

.topbar a {
  color: #fff;
}

.claim {
  font-weight: 200 !important;
  font-size: 22px;
  letter-spacing: 1;
  color: #444
  
}


.buch img {
  margin-bottom: 2rem;
}

@media (min-width: 768px) { 

.buch img {
  max-width: 170px;
  margin-bottom: 2rem;
}


}



@media (min-width: 768px) {
  /* Container für relativen Bezug */
  .image-container {
    position: relative;
    display: inline-block; /* oder block, je nach Layout */
  }

  /* Backlink-Button über dem Bild */
  .desktop-backlink {
    position: absolute;
    top: 1rem;       /* Abstand vom oberen Rand des Bildes */
    left: 1rem;      /* links bündig mit kleinem Rand */
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0.25rem 0.25rem 0;
    color: #063CA3;
    text-decoration: none;
    font-weight: 600;
    z-index: 10;
  }

  .desktop-backlink i {
    margin-right: 0.5rem;
  }
}

/*** NAV UND HEADER ***/


#mainNav {
  top: 16px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff;
  /* background-color: rgba(32, 36, 40, 1) ; */
  
 
}
#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-family: 'Open Sans';
  font-size: 1.75rem;
  color: #1D2837;
  color: #063CA3;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}
#mainNav .navbar-brand {
  color: #029EE7;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  
}
#mainNav .navbar-brand img {
  height: 1.5rem;
  padding-top: -10px;
}
#mainNav .navbar-nav .nav-item .nav-link {
/*    */
  font-family: itc-american-typewriter, serif;
  font-family: 'Open Sans';
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 10px;
 
  color: #1D2837;
  color: #063CA3;
  


}






@media (min-width: 768px) { 

  #mainNav .navbar-nav .nav-item .nav-link {
  
  }

}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  /* color: #063CA3; */
  
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
	background-color: #fff;
  
}

#mainNav .navbar-nav .nav-item .nav-link.active {
	  background-color: transparent;
}


.navbar .container,

.navbar .container-lg{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-center;
    justify-content: space-between;

}

.navbar-nav {
  padding-top: 13px;
  
  
}


.navbar .container.navbar-shrink {
 align-items: flex-start;


}

 #mainNav.navbar-shrink {

  border-bottom:1px solid #ddd;

}


#mainNav {
  background-color: #fff;
  border: none;
  padding: 0.25rem 0;
  transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
  
}

#mainNav .navbar-brand {
  font-size: 1.5em;
  transition: font-size 0.3s ease-in-out;
}

#mainNav .navbar-brand img {
  height: 2rem;
  transition: height 0.3s ease-in-out;
}

#mainNav .navbar-brand svg {
  height: 58px;
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item {
  margin-right: 1rem;
}

#mainNav .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/* Standard-Link */
#mainNav .navbar-nav .nav-link {
  color: #000;
  font-weight: normal;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  transition: color 0.3s ease-in-out;
}

/* Hover und Active: blauer Text */
#mainNav .navbar-nav .nav-link:hover,
#mainNav .navbar-nav .nav-link.active {
  color: #007bff; /* oder „blue“ */
  background-color: transparent;
}

#mainNav.navbar-shrink {
  padding: 0 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

#mainNav.navbar-shrink .navbar-brand {
  font-size: 1.25em;
}

#mainNav.navbar-shrink .navbar-brand img,
#mainNav.navbar-shrink .navbar-brand svg {
  height: 25px;
}



@media (min-width: 992px) {
  #mainNav {
    padding: 0.25rem 0;
  }

  #mainNav .navbar-brand img {
    height: 50px;
  }

  #mainNav .navbar-brand.neu img {
    height: 3.5rem;
  }

  #mainNav .navbar-brand svg {
    width: 354px;
    height: auto;
  }
  
  #mainNav.navbar-shrink .navbar-brand img,
  #mainNav.navbar-shrink .navbar-brand svg {
    height: 40px;
  }
  
}














header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: left;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  background-size: cover;
  height: 85vh;
  margin-top: 20px;
  margin-top: -22px;
/*   background-image: url("../img/dj-florian-eisele-header-bg.jpg"); */
}


#events .js-scroll-trigger {
	margin-top: 20px;	
}


header.masthead .masthead-subheading {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: 'Open Sans';
  text-transform: normal;
  font-weight: 700;
  font-style: italic;
  
}
header.masthead .masthead-heading {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 3.3rem;
  margin-bottom: 2rem;
  font-family: 'Open Sans';
   font-weight: 700;
  font-style: italic;
}

.masthead-subheading-quote {
	
	font-size: 1.2rem;
	font-style: italic;
	text-align: center;
	
	
}


@media (min-width: 768px) {
  header.masthead {
    padding-top: 14rem;
    background-position: top center;
    padding-bottom: 10rem;
    height: 80vh;
    margin-top: 0px;
   
/*      background-image: url("../img/dj-florian-eisele-header-bg.jpg"); */


  }
  header.masthead .masthead-subheading {
	position: relative;
    font-style: italic;
    margin-bottom: 2rem;

  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
  
  .masthead-subheading-quote {
	max-width: 400px;
	font-size: 1.2rem;
	text-align: left;
	
	}

  
}


.container-header {
	width: 100vw;
  
}

@media (min-width: 576px) {
 .container-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
.container-header {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
.container-header {
    max-width: 1140px;
    
  }
}
@media (min-width: 1200px) {
 .container-header {
    max-width: 1140px;
  }
}

/* 
.info-box {
	
}

@media (min-width: 768px) {
	.info-box {
   	 float: right;
   	 padding-left: 50px;
   	 padding-top: 345px;
  }
}
 */

.parallax-window {
     position: relative;
     min-height: 400px;
     background: transparent;
     
     /* Stellen Sie sicher, dass Sie hier Ihren Parallax-Effekt korrekt definieren */
     
     
 }
 
 /* .my-parallax-window {
     height: 500px;
     background: transparent;
     position: relative;
     overflow: hidden;
 } */

.parallax-container {
     position: relative;
     overflow: hidden;
     height: 420px;
 }
 
 @media (min-width: 768px) { 
 
  .parallax-container {
       position: relative;
       overflow: hidden;
       height: 700px;

   }
 
 }
 
 .parallax-background {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 450px; /* Etwas höher als der Container, um beim Scrollen Raum zu bieten */
      object-fit: cover;
      z-index: 0;
  }
 
 @media (min-width: 768px) { 
   .parallax-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 750px; /* Etwas höher als der Container, um beim Scrollen Raum zu bieten */
        object-fit: cover;
        z-index: 0;
        margin-top: 0px;
    }
 
 
 }
 
 
 @media (min-width: 1400px) { 
    .parallax-background {
         position: absolute;
         top: -60px;
         left: 0;
         width: 100%;
         height: 880px; /* Etwas höher als der Container, um beim Scrollen Raum zu bieten */
         object-fit: contain;
         z-index: 0;
         margin-top: 0px;
     }
  
  
  }

 
 .parallax-content {
     position: relative;
     z-index: 2;
  
 }
 
 .text-box {
     position: absolute;
     bottom: 15%; /* Abstand vom unteren Rand */
     left: 5%;
     right: 5%;  /* Abstand vom linken Rand */
     color: #fff; /* Textfarbe, ändern Sie dies nach Bedarf */
     background-color: rgba(0, 0, 0, 0.3);
     padding: 20px; 
     border-radius: 10px; 
    
     max-width: 340px; /* Maximale Breite des Kastens */

 }
 
 .text-box h2 {
     margin-top: 0;
     font-size: 18px;
     /* Stil für die Überschrift */
 }
 
 .text-box p {
   font-size: 18px;
     /* Stil für den Absatz */
 }
 
 
 .hero-infos {
   margin-top: 130px;
   
 }
 
 .hero-infos h2 {
 font-family: 'Open Sans';
 font-weight: normal;
 font-size: 2rem;
 text-align: left;
 color: #e2c1ab;
 color: #444;
 text-transform: normal;
   
   
 }
 

 
 .hero-infos h4 {
   font-family: 'Open Sans';
   font-weight: normal;
   font-size: 0.85rem;
   line-height: 1.75;
   text-align: left;
   color: #fff;
  }
 
 @media (min-width: 768px) { 
    
    
    .hero-infos {
       margin-top: 220px;
  
       
     }
     
    .hero-infos h2 {
     font-weight: normal;
     font-size: 56px;
     text-align: left;
     }
     
     
     .hero-infos h4 {
 
      font-size: 18px;

    
     }
     
       
   }
     
    
     
   @media (min-width: 1400px) { 
   
   
   .hero-infos {
  
      
    }
}
  
  .hero-box {
    margin-left: 10px;
  }
  
  @media (min-width: 1200px) { 
    
    
  .hero-box {
    margin-left: 130px;
  }
  
  }
  
  
    .text-box {
         position: absolute;
         top: 30%; /* Abstand vom unteren Rand */
         left: 100px;  /* Abstand vom linken Rand */
         color: #fff; /* Textfarbe, ändern Sie dies nach Bedarf */
         background-color: transparent;
         /* padding: 20px;  */
         /* border-radius: 10px;  */
         max-width: 360px; /* Maximale Breite des Kastens */
     }
     
     .text-box h2 {
         margin-top: 0;
         font-size: 32px;
         /* Stil für die Überschrift */
     }
     
     .text-box p {
       font-size: 32px;
         /* Stil für den Absatz */
     }
 
 
 }
 
 @media only screen 
   and (min-device-width : 768px) 
   and (max-device-width : 1024px) 
   and (orientation : portrait) {
   .hero-infos {
      margin-top: 130px;
      
    }
 }
 
 
 .link-container {
     position: absolute;
     bottom: 30px;
     width: 100%;
     text-align: right;
     right: 10%;
 }

 .link-container .btn {
     /* Stil für die Buttons */
 }
 
 /* Optional: Stil für die Navigation und andere Elemente */

#presse.page-section{
   padding: 2rem 0;
 }
 
 @media (min-width: 768px) { 
 
   #presse.page-section{
     padding: 2rem 0 5rem;
   }
 
 }


#presse .card-title a,
#blog .card-title a{
font-family: 'Open Sans';
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #063CA3;
  text-transform: uppercase;

}

#presse .card-title,
#blog .card-title {
  margin-bottom: 0rem !important; 
}

.mehr-link {
  font-size: 14px;
}

.mobile-infobox p{
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.85rem;
}


.mobile-infobox {
margin-top:28vh;
	
}


@media (min-width: 768px) { 

	.mobile-infobox {
		margin-top:-120px;
		
	}

} 




@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}


.pagination-container {
    text-align: center; /* Zentriert den Inhalt innerhalb des Divs horizontal */
    width: 100%; /* Stellt sicher, dass das Div die volle Breite einnimmt */
    display: flex; /* Verwendet Flexbox */
    justify-content: center; /* Zentriert den Inhalt horizontal im Flex-Container */
    align-items: center; /* Zentriert den Inhalt vertikal im Flex-Container */
}

/* Optional: Stil für das nav Element innerhalb des Containers */
.pagination-container nav {
    width: auto; /* Stellt sicher, dass das nav-Element nur so breit wie nötig ist */
}


/* Grundstyling für alle Links in der Pagination */
nav.pagination a {
    background-color: #fff; /* Hintergrundfarbe Goldenrod hell */
    border: 1px solid #daa520; /* Rahmen in Goldenrod */
    color: #daa520; /* Textfarbe Goldenrod */
    padding: 5px 10px; /* Innenabstand */
    text-decoration: none; /* Keine Unterstreichung */
    margin: 2px; /* Abstand zwischen den Elementen */
    transition: background-color 0.3s, color 0.3s; /* Übergangseffekte hinzufügen */
}

/* Styling für die aktuelle Seite als Button */
nav.pagination span.current {
    background-color: #daa520; /* Hintergrundfarbe für aktuelle Seite Goldenrod */
    color: #ffffff; /* Weiße Textfarbe für aktuelle Seite */
    border: 1px solid #b8860b; /* Dunklerer Rahmen für den Button-Effekt */
    padding: 7px 12px; /* Größerer Innenabstand für Button-Optik */
    cursor: default; /* Cursor nicht verändern, da nicht klickbar */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Schatten für 3D-Effekt */
    pointer-events: none; /* Keine Klick-Events zulassen, da aktiv */
}

/* Hover-Effekte für Links */
nav.pagination a:hover {
    background-color: #b8860b; /* Dunklere Hintergrundfarbe beim Überfahren Goldenrod */
    color: #ffffff; /* Weiße Textfarbe beim Überfahren */
}

/* Styling für deaktivierte Links (nicht anklickbar) */
nav.pagination span.disabled {
    color: #a9a9a9; /* Dunkelgraue Textfarbe */
    cursor: not-allowed; /* Cursor als nicht erlaubt anzeigen */
}

.category-header {
    text-align: center; /* Zentriert den Kategorienamen und die Paginierung */
}

img.cat-thumb {
  max-width: 120px;
}

@media (min-width: 768px) { 
img.cat-thumb {
  max-width: 120px;
}


}


.post-thumbnail {
    max-width: 150px; /* Bildbreite auf maximal 150px begrenzen */
    height: auto;
}

@media (min-width: 992px) {
    .post-thumbnail {
        max-width: 150px;
    }
}

.flex-shrink-0 {
    flex-shrink: 0; /* Verhindert, dass das Bild schrumpft */
}

.flex-grow-1 {
    flex-grow: 1; /* Ermöglicht es dem Text, verfügbaren Platz zu nutzen */
    min-width: 0; /* Verhindert Überlaufen */
}

.ms-3 {
    margin-left: 1rem; /* Fügt einen kleinen Abstand zwischen Bild und Text hinzu */
}


.section-heading {
    margin-bottom: 10px; /* Abstand zum Paginierungsblock */
}

.page-info {
    display: inline-block; /* Block-Element, das in der Mitte zentriert werden kann */
    padding: 5px; /* Polsterung für bessere Sichtbarkeit */
}

.page-info a {
    padding: 3px 5px; /* Etwas Polsterung um jeden Link */
    margin: 0 2px; /* Abstand zwischen den Zahlen */
    background-color: #f8f9fa; /* Hintergrundfarbe für Links */
    text-decoration: none; /* Keine Unterstreichung */
    color: #007bff; /* Linkfarbe */
    border: 1px solid #dee2e6; /* Rahmen um die Links */
}

.page-info a:hover {
    background-color: #007bff; /* Hintergrundfarbe beim Hover */
    color: #ffffff; /* Textfarbe beim Hover */
}


.category-header {
    text-align: center;
}

.section-heading {
    margin-bottom: 10px; /* Abstand zum Paginierungsblock */
}

.page-info {
    display: inline-block;
    padding: 5px;
}

/* Styling für alle Pagination Links */
nav.pagination a, .page-info a {
    padding: 5px 10px;
    margin: 2px;
    background-color: #fff; /* Hintergrundfarbe Goldenrod hell */
    border: 1px solid #daa520; /* Rahmen in Goldenrod */
    color: #daa520; /* Textfarbe Goldenrod */
    text-decoration: none; /* Keine Unterstreichung */
    transition: background-color 0.3s, color 0.3s; /* Übergangseffekte hinzufügen */
}

nav.pagination a:hover, .page-info a:hover {
    background-color: #daa520; /* Dunklere Goldenrod Hintergrundfarbe beim Überfahren */
    color: #ffffff; /* Weiße Textfarbe beim Überfahren */
}

/* Zusätzliches Styling für aktuelle Seite */
nav.pagination span.current, .page-info span.current {
    background-color: #b8860b; /* Dunkleres Goldenrod für aktuelle Seite */
    color: #ffffff;
    border: 1px solid #daa520;
    padding: 7px 12px;
    cursor: default;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    pointer-events: none; /* Keine Klick-Events zulassen, da aktiv */
}




.swoosh {
	width: 25vw;
	margin-left: -8px;
}

.social-header {
	float: right;
	margin-top: -50px;
    margin-right: 0px;
}

@media (min-width: 768px) { 

.social-header {
	float: left;
	margin-top: 12vh;
  margin-left: -8px;
/* 	left: auto; */
	}

}



.runter {
	display: none;
	text-align: center;
}

@media (min-width: 768px) { 

	.runter {
		display: block;
		position: absolute;
		right: 0 ;
		left: 0;
		bottom: 33%;
		color: #fff;
		opacity: 0.6;
	}
		
	.runter-btn {
		color: #fff;
	}
		
	.runter:hover {
		color: #fff;
		opacity: 1;
		transition: 0.3s ease-in-out;
	}

}



.site-header{

  height: 320px;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  background-size: cover;
}

.site-header.physiotherapie-bg {
  background-image: url("../img/physiotherapie-ottensen.jpg");
}



.parallax-container2 {
     position: relative;
     overflow: hidden;
     height: 320px;
     margin-top: -16px;
 }
 
 @media (min-width: 768px) { 
 
  .parallax-container2 {
      margin-top: -60px;
       position: relative;
       overflow: hidden;
       height: 100px;
   }
 
 }
 
 .parallax-background2 {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 220px; /* Etwas höher als der Container, um beim Scrollen Raum zu bieten */
      object-fit: cover;
      z-index: 0;
  }
 
 @media (min-width: 768px) { 
   .parallax-background2 {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100px; /* Etwas höher als der Container, um beim Scrollen Raum zu bieten */
        object-fit: cover;
        z-index: 0;
        margin-top: 0px;
    }
 
 
 }
 
  
  .parallax-content2 {
      position: relative;
      z-index: 2;
  }
 



.parallax-container2 {
      /* Dynamisch geladene URL für das Hintergrundbild */
      background-image: url("../img/meining-header.jpg");
      
      /* Hält das Bild bei Scrollvorgängen fest */
      background-attachment: fixed;
  
      /* Zentriert das Bild horizontal und vertikal */
      background-position: center center;
  
      /* Stellt sicher, dass das Bild den gesamten Container bedeckt */
      background-size: cover;
  
      /* Fügt Farbe hinzu, falls das Bild nicht geladen wird oder zu transparent ist */
      background-color: #yourColor; /* Ersetzen Sie #yourColor mit Ihrer gewünschten Farbe */
      
      /* Höhe des Containers, um sicherzustellen, dass das Bild sichtbar ist */
      height: 100px; /* Passen Sie dies entsprechend Ihrer Designanforderungen an */
  }

/** SECTION FAQ **/
  
  section#faq.page-section {
    padding: 0rem 0 0rem 0;
  }
  
  
  section#faq #accordionFAQ,
  section#faq #accordionFAQ2 {
    margin: 0 auto;
    max-width: 100%;
  
  }
  
  section#faq #accordionFAQ .btn-link:hover,
  section#faq #accordionFAQ2 .btn-link:hover{
    text-decoration: none;
  
  }
  
  
  section#faq #accordionFAQ .card-header,
  section#faq #accordionFAQ2 .card-header {
    color: #fff;
    background-color: #5B96BD;
  }
  
  section#faq #accordionFAQ .btn-link,
  section#faq #accordionFAQ2 .btn-link {
    color: #fff;
    font-size: 1rem;
    text-transform: normal;
    font-weight: 600;
    text-align: left;
  
  }
  
  
  
  section#faq #accordionFAQ .card-header h4,
  section#faq #accordionFAQ2 .card-header h4,
    .btn-link i {
      display: inline-block;
      font-size: 1.375rem;
      color: #fff;
   
    }
    section#faq #accordionFAQ .btn-link i,
    section#faq #accordionFAQ2 .btn-link i {
      position: absolute;
      right:0;
      top:0;
      margin-top: 15px;
      margin-right: 15px;
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
    section#faq #accordionFAQ .btn-link.collapsed i,
    section#faq #accordionFAQ2 .btn-link.collapsed i {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
  

  section#faq #accordionFAQ .full-width-button,
  section#faq #accordionFAQ2 .full-width-button {
      display: block;
      width: 100%;
      text-align: left;
    }
    
    section#faq #accordionFAQ .full-width-button:hover,
    section#faq #accordionFAQ2 .full-width-button:hover {
      background-color: #029EE7; /* Leichte Hintergrundfarbe beim Hover */
    }
    
    section#faq #accordionFAQ .card-header,
    section#faq #accordionFAQ2 .card-header {
      padding: 0; /* Entfernen Sie den Abstand im card-header, falls vorhanden */
    }
    
    section#faq #accordionFAQ .card-body,
    section#faq #accordionFAQ2 .card-body {
      padding: 1.5rem;
    }



.personal-info i {
  
 width: 50px;              /* Durchmesser des Kreises */
height: 50px;             /* Durchmesser des Kreises */
background-color: #5b96bd;   /* Hintergrundfarbe des Kreises */
color: white;             /* Farbe des Icons */
border-radius: 50%;       /* Macht den Kreis rund */
display: inline-flex;     /* Inline-Flexbox für Zentrierung des Icons neben Text */
justify-content: center;  /* Zentriert das Icon horizontal */
align-items: center;      /* Zentriert das Icon vertikal */
font-size: 24px;          /* Größe des Icons */
margin-right: 5px;        /* Abstand zwischen Icon und Text */
vertical-align: middle;   
 
}




.icon-blue {
  color: #5b96bd;
}

.bg-brown {
  background-color: #ECE3DE;
}

.saeulen .card {
  border-radius: 4px;
}

.saeulen .card-header, .saeulen .card-body, .saeulen .card-footer {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 0px;

}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; 
}

.featurette-heading {
  font-weight: 200;
  line-height: 1;
  letter-spacing: .1rem;
  padding-bottom: 1rem;
 
}


@media (min-width: 40em) {

  .featurette-heading {
    font-size: 2rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: em;
  }
}

h3.section-heading {
 font-family: 'Open Sans';
 font-weight: 500;
 /* font-style: italic; */
 font-size: 1.5rem;

 color: #333;

   
}

@media (min-width: 768px) { 

  h3.section-heading {
   font-size: 2rem;
  }

}



.section-info {
  text-align: center;
}

@media (min-width: 768px) { 

  .section-info {
    text-align: left;
  }


}

.section-info h2{
  font-family: 'Open Sans';
font-weight: 500;
}

.blog h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.section-heading.colored {
  color: #029EE7;
}


h1.section-heading {
font-weight: 600;
font-size: 24px;
line-height: 55px;
text-transform: uppercase;
color: #fff;
margin-left: 1rem;


}




@media (min-width: 768px) { 

  h1.section-heading {
  
  font-size: 42px;
  line-height: 55px;
  color: #fff;
  margin-left: 0rem;

  
  }

}

.featurette img {
	margin-top: 4px;
	border-radius: 2px;
}



/*** SECTION LEISTUNGEN ***/





section#partner {

}


#partner.page-section{
  padding: 2rem 0;
}

@media (min-width: 768px) { 

	#partner.page-section{
	  padding: 5rem 0;
	}

}

#mitgliedschaften.page-section{
  padding: 2rem 0;
}

@media (min-width: 768px) { 

  #mitgliedschaften.page-section{
    padding: 5rem 0;
  }

}


section#partner .card-body {
	padding: 1rem;
}

section#partner p{
	font-weight: 300 ;
}


/*** SECTION BLOG ***/




/*** SECTION Einblick ***/

section#podcast .section-heading {
  /* color: #fff; */

}


section#podcast p {
  /* color: #fff; */
  font-weight: 300;
  padding: 0 1.5rem;

 
}


section#podcast .text-einblick h4{
  padding: 2rem;
  font-family: 'Open Sans';
  font-weight: 500;
  
}

section#ueber .text-einblick h4 {
  font-family: 'Open Sans';
  font-weight: 500;
}

@media (min-width: 768px) { 
  
  section#podcast .text-einblick h4{
    
   padding: 1rem;
  }
  

}


.page-section.bg-blue {
  padding: 2rem 0 2rem 0;
  background-color: #1D3E51;
  background-color: #063CA3;
/*   background-color: #2C3034; */
}


@media (min-width: 768px) { 

	.page-section.bg-blue {
	  padding: 4rem 0 7rem 0;
	}

}	


#podcast .modal-content {
  padding: 1rem;
}

#podcast .modal p {
 color: #212529;
}

#podcast .modal b {
 font-weight: 600;
 color: #444;
}

#podcast .modal-title {
 font-weight: 300;
 color: #029EE7;
 font-weight: 300;
 font-size: 24px;
 letter-spacing: 0.1em;
 line-height: 21px;
 padding-top: 4px;
 text-transform: uppercase;
}



div.publikationen a{
  font-weight: 400;
}


/*** SECTION Über ***/




section#ueber {
 
  /* background-color: #F3F3F3 !important; */

}

section#ueber a {
  font-weight: 400;
}


img.ueber  {


  padding-bottom: 2rem;
  
  
}

@media (min-width: 768px) { 

img.ueber  {
  max-width: 600px;
  padding-left: 1rem;
  padding-bottom: 1rem;
  
  
}

}



#ueber h4 {
  font-family: 'Open Sans';
  font-weight: 500;
}

section#ueber p{
  font-weight: 300 ;
  margin: 0 auto;

 
}

section#ueber .featurette{
  
  padding-top: 100px;
 
}

@media (min-width: 768px) { 

  section#ueber .featurette{
    
    padding-top: 300px;
   
  }

}

#ueber .card-text span {

}

 #ueber .card {
    border: 1px solid #ccc;
    height: 380px;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    
}
#ueber .card-header, .card-body, .card-footer {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 0px;
}
#ueber .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#ueber .card-footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 1rem;
}
#ueber .card-footer img {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
}

#ueber .card-header {
  padding-top: 1rem;
}

#ueber h5.card-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

#ueber .card-title {
    font-weight: 300;
    font-size: 14px;
}

#ueber .card-footer .card-text {
  color: #999;
  font-weight: 300 !important;
  font-size: 12px;
  
}

 #ueber .gold-stars {
    color: gold;
    font-size: 16px;
}


.container.videos {
	max-width: 1060px;
}

.alert-video {
	background: #242629;
	color: #fff;
}

.alert-video a:hover{
	color: #ccc;
}








section#playvideo {

padding: 1rem 0;

}


/*** SECTION WORKSHOPS ***/


section#workshops {



}

.page-section#workshops {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) { 

	.page-section#workshops {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
}

section#workshops p{
	font-weight: 300 ;

}







/*** SECTION TECHNIK ***/


section#technik {



}

.page-section#technik {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) { 

	.page-section#technik {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	
}

section#technik p{
	padding-top: 1.5rem;
	margin: 0 auto;
	font-weight: 300 ;
	max-width: 800px;

}

section#technik span {
	font-weight: 700 ;
	color: #333;
}


section#technik .technik-firmen {
	border: 1px solid #ccc;
	border-radius: 4px;
	
}





/*** SECTION PREISE ***/




section#preise {
  background-image: url("../img/bg-preise.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  min-height: 600px;

}


section#preise p{
	font-weight: 300 ;
		max-width: 540px ;
}







/*** SECTION PARTNER ***/


section#partner {

background-color: #fff;

}

.page-section#partner {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) { 

	.page-section#partner {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	
}

section#partner p{
	padding-top: 1.5rem;
	margin: 0 auto;
	font-weight: 300 ;
	max-width: 800px;

}

section#partner span {
	font-weight: 700 ;
	color: #333;
}

section#partner h5 {
	font-weight: 200 ;
	color: #555;
	margin-bottom: -5px;
}
section#partner hr {

	border-top: 1px solid #ddd;
	max-width: 125px;
}


section#mitgliedschaften h5 {
  font-size: .85rem;
}


/*** SECTION KONTAKT ***/


section#contact {
  background-color: rosybrown;
  background-color: #1D3E51;
  background-color: #063CA3;
  /* background-color: #B16661; */
/*   background-color: #2C3034; */
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 3rem;
  
}

#contactform {
  max-width: 700px;
  margin: 0 auto;
}

.contact-intro p{
	text-align: center;
 
	
}

@media (min-width: 768px) { 

	.contact-intro p, .contact-intro .section-heading{
		text-align: center;
      
	}	

}


section#contact .section-heading {
  color: #fff;
}

section#contact p{
	color: #fff;
	font-weight: 500;
}

section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;

}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
  color: #555;
  border: none;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
  background-color: #fff;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
  
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
   background-color: #fff;
   border: none;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #6595A3;
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
/*    */
  font-family: 'Open Sans';
  font-weight: 300;
  color: #333;
  text-transform: uppercase
}
section#contact form#contactForm :-moz-placeholder {
/*    */
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333;
}
section#contact form#contactForm ::-moz-placeholder {
/*    */
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333;
}
section#contact form#contactForm :-ms-input-placeholder {
/*    */
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333;
}

#sendMessageButton {
	padding-left: 30px !important;
	padding-right: 30px !important;
  border: 1px solid #fff;
  
}

#contactFormular {
  max-width: 800px;
}

#contactFormular .form-group {
  margin-bottom: 1.5rem;

}
#contactFormular .form-group input,
#contactFormular .form-group textarea {
  padding: 1.25rem;
  color: #555;
  border: none;
}
#contactFormular .form-group input.form-control {
  height: auto;
  background-color: #fff;
}
#contactFormular .form-group-textarea {
  height: 100%;
  
}
#contactFormular .form-group-textarea textarea {
 
  height: 10rem;
   background-color: #fff;
   border: none;
}
#contactFormular p.help-block {
  margin: 0;
}
#contactFormular .form-control:focus {
  border-color: #6595A3;
  box-shadow: none;
}
#contactFormular ::-webkit-input-placeholder {
/*    */
  font-family: 'Open Sans';
  ffont-weight: 500;
  color: #333;
  text-transform: uppercase
}
#contactFormular :-moz-placeholder {
/*    */
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333;
}
#contactFormular ::-moz-placeholder {
/*    */
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333;
}
#contactFormular :-ms-input-placeholder {
/*    */
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333;
}

#sendMessageButton {
  padding-left: 50px !important;
  padding-right: 50px !important;
  border: 1px solid #fff;
  
}


#sendMessageButton .btn-md:hover {
  background-color: #fff !important;
}

section#contact .text-danger {
	color: #fff !important;
    font-weight: bold;
    
}


#contactFormular a {
  color: #fff;
  text-decoration: underline;
}


.wpcf7-not-valid-tip {
  color: lightblue;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #e2c1ab; 
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: lightblue;
  color: #fff !important;
}

.wpcf7-spinner {
  margin-right: -40px;
}



/*** FOOTER ***/

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Open Sans';
  background-color: #C7BDB3;
  background-color: #fff;
  font-weight: 500;
  font-family: 'Open Sans';
  
/*   background-color: #2C3034; */
  border-top: 1px solid #999;

  
}

.footerinfo {
  font-family: 'Open Sans';
}

.footer hr {
	padding-top: 4px;
	border-top: 1px solid #fff;
}

a.footerlinks  {
color: #333;
font-weight: 500;
}


a.footerlinks:hover {
 color: #063CA3;
}

#cookie-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  font-size: 0.9rem;
}

#cookie-disclaimer span {
  display: inline-block;
  margin-right: 1rem;
}

#cookie-disclaimer a {
  color: #fff;
  text-decoration: underline;
}

#cookie-disclaimer button#cookie-accept {
  background-color: #063CA3;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 0.25rem;
}

#cookie-disclaimer button#cookie-accept:hover {
  background-color: rgba(6, 60, 163, 1);
}