/**************************************************************/
/*****   Andreas N. Schubert Webdesign © 2025-2026 ************/
/*****   www.andreas-n-schubert.de ****************************/
/**************************************************************/



html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #555;
}


header.masthead {
	height: 400px;
	margin-top: 100px;
	text-align: left;
	color: #fff;
	background: url("../images/header-bg1.jpg"), #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
  		
#mainNav {
	border-top: 3px solid #4e5571;
	background-color: #151822;
   padding-top: 1rem;
   padding-bottom: 2rem;

}

#mainNav .navbar-toggler {
  margin-top: 20px;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
	color: #c18f24;
	border-color: #c18f24;
}

#mainNav .navbar-toggler:hover {
	color: #deb256;
	border-color: #deb256;
	background-color: rgba(255, 255, 255, .3);
	transition: 0.5s background ease-in-out;
}

#mainNav .navbar .container {
	position: relative;
}

#mainNav .navbar-brand {
  color: #fbc31e;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  text-shadow: 0 0 2px #936d1d, 0 2px 4px rgba(0, 0, 0, .7);
  padding: 0;
}

#mainNav .navbar-brand img {
  height: 100px;
  transition: height 0.3s ease-in-out;
}

/* 
#mainNav.navbar-shrink .navbar-brand img {
  height: 55px;
  transition: height 0.3s ease-in-out;
}
*/

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.0625em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .8);
}

#mainNav.navbar-shrink .nav-item .nav-link {
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.meta-nav {
	background-color: transparent;
	z-index: 8888;
	margin-top: 0px;
}

.meta-nav a {
	color: #fff;
	padding: 1px;
	font-size: 1rem;
}


.meta-nav a:hover, .meta-nav .nav-link:focus {
	color: #fbc31e;
}

#mainNav.navbar-shrink .nav-item .nav-link {
	color: #fff;
}

.navbar-nav .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link.active {
	color: #fbc31e;
}	

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fbc31e;
}

#mainNav.navbar-shrink .nav-item .nav-link.active, #mainNav.navbar-shrink .nav-item .nav-link:hover {
	color: #fbc31e;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
}


/**********************************/

.hide {
	display: none;
}

p {
  line-height: 1.5;
}

h1, h2, h3, h4 {
	hyphens: none !important;
}

h2 {
	color: #fbc31e;
}

h3 {
	color: #666;
}

h1.masthead-heading, header.masthead h1.masthead-heading {
	font-family: 'Dancing Script', Arial, sans-serif !important;
}

h2.section-heading {
	font-family: 'Dancing Script', Arial, sans-serif !important;
}

h1.minor {
	font-size: 1.5rem;
	color: #666;
}



.grau {
	color: #bbb;
}

a {
	text-decoration: none;
	color: #936d1d;
}

a:hover {
	text-decoration: none;
	color: #c18f24;
}

.kleiner {
	font-size: 90%;
}

.abstand {
	height: 3rem;
}

.noten blockquote {
	font-size: 90%;
	border-left: 3px solid #bbb;
	padding-left: 1rem;
}

.masthead .willkommen {
	background-color: #fbb500;
	border-color: #c18f24;
	color: #000;
}

.masthead .willkommen:hover {
	background-color: #c18f24;
	border-color: #fbc31e;
	color: #fff;
}


header.masthead .masthead-heading {
	text-shadow: 1px 1px 0 #ffe68c, 0 6px 6px rgba(0, 0, 0, .8);
}

header.masthead .masthead-subheading {
  font-size: 2rem;
  text-shadow: 0 6px 6px rgba(0, 0, 0, .6);
}

header.masthead .masthead-subheading {
  font-size: 2rem;
  margin-bottom: 25px;
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
}


.page-section {
  padding: 6rem 0;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 4rem;
  color: #ffc528;
  font-variant: all-small-caps;
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, .6); */
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 4rem;
}

.page-section.about h1 {
  font-size: 3rem;
  color: #fbc31e;
}

.page-section.about h2 {
	font-size: 2.2rem;
	color: #fbc31e;
}

.page-section.about h3 {
	font-size: 1.6rem;
	color: #666;
	margin-top: 1.4rem;
	margin-bottom: .5rem;
}

/**********************************/
/**********************************/

@media (min-width: 768px) {

		body {
  			font-size: 1.2rem;
		}

		#mainNav .navbar-brand img {
    		height: 90px;
    		transition: height 0.3s ease-in-out;
  		}

		section {
    		padding: 9rem 0;
  		}

  		header.masthead {
			margin-top: 110px;

  		}

  		header.masthead .masthead-subheading {
    		font-size: 3rem;
    		line-height: 1.2;
    		margin-bottom: 1rem;
  		}
  
  		header.masthead .masthead-heading {
    		font-size: 5rem;
    		font-weight: 700;
    		line-height: 4.5rem;
    		margin-bottom: 4rem;
  		}
}


@media (min-width: 992px) {

  		header.masthead {
			margin-top: 130px;
			height: 600px;
  		}
  		 
		#mainNav {
    		padding-top: 1.5rem;
    		padding-bottom: 1.5rem;
    		transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    		padding-top: 1rem;
    		padding-bottom: 1rem;
  		}

  		#mainNav .navbar-brand {
    		font-size: 1.5em;
    		transition: font-size 0.3s ease-in-out;
  		}
  		
  		#mainNav .navbar-brand img {
    		height: 140px;
    		transition: height 0.3s ease-in-out;
  		}
  
  		#mainNav .navbar-collapse {
			margin-left: 0;
		}
  				
  		#mainNav.navbar-shrink {
    		padding-top: 1rem;
    		padding-bottom: 1rem;
    		background-color: #151822;
    		box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
  		}

  		#mainNav.navbar-shrink .navbar-brand {
    		font-size: 1.25em;
  		}
  		#mainNav.navbar-shrink .navbar-brand svg,
  		#mainNav.navbar-shrink .navbar-brand img {
    		height: 70px;
  		}

  		#mainNav .navbar-nav {
    		margin-top: 50px;
    		transition: font-size 0.3s ease-in-out margin-top 0.3s ease-in-out;
  		}

  		#mainNav.navbar-shrink .navbar-nav {
    		margin-top: 30px;
    		transition: font-size 0.3s ease-in-out margin-top 0.3s ease-in-out;
  		}

  		#mainNav.navbar .navbar-nav .nav-item .nav-link {
    		
    		transition: font-size 0.3s ease-in-out;
  		}

  		#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    		font-size: 1.2rem;
    		transition: font-size 0.3s ease-in-out;
  		}
  		  		
  		#mainNav .navbar-nav .nav-item {
    		margin-left: 1rem;
  		}
  		
  		#mainNav .navbar-nav .nav-item:last-child {
    		margin-right: 0;
  		}
	}

@media (min-width: 1550px) {

	header.masthead {
		margin-top: 130px;
		height: 600px;
		background-size: contain;
	}

}

/**********************************/
/**********************************/

section.margintop {
	padding-top: 200px;
}


section.imagesection {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 90px;
	height: 250px;
}

section.imagesection.bild1 {
	background-image: url(../images/section-bg_bild1.jpg);
}

section.imagesection.bild2 {
	background-image: url(../images/section-bg_bild1.jpg);
}

section.zitate blockquote {
	margin-top: 3rem;
	font-size: 2rem;
	color: #fbb500;
	font-style: italic;
	padding-left: 3rem;
	padding-bottom: 2rem;
	position: relative;
	letter-spacing: -1px;
}

section.zitate blockquote::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;          /* oder z.B. 40% zum Zentrieren */
	width: 20%;
	border-bottom: 2px solid #fbb500;
}

section.zitate blockquote + p {
	font-size: 85%;
	color: #666;
}


section.videos .video {
	position:relative;
	padding: 58% 0 0 0;
}

section.videos iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-bottom: 4rem;
}

section.videos .ctabuttons, section.zitate .ctabuttons {
	background-color: #fbb500;
	border-color: #c18f24;
	color: #000;
	margin: 0 20px 20px 0;
	white-space: nowrap;
	hyphens: none;
	width: 100%;
	font-size: 1.125rem;
	padding: 1.25rem 2.5rem;
}

section.videos .ctabuttons:hover, section.zitate .ctabuttons:hover {
	background-color: #c18f24;
	border-color: #fbc31e;
	color: #fff;
}

@media (min-width: 992px) {

	section.videos .ctabuttons {
		font-size: 1rem;	
	}

}



.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}


img.rand {
	border: 4px solid #f5d99f;
	padding: 4px;
	margin-bottom: 20px;
}




.galerie a {
	margin-bottom: 1rem;
}

.galerie img:hover {
	opacity: 0.8;
}

.page-section {
  padding: 3rem 0;
  hyphens: auto;
}

img.rand {
	border: 2px solid #f5d99f;
	padding: 2px;
	border-radius: 20px;
}

.cta {
	position: relative;
	margin: 3rem auto;
	padding: 3rem;
	border-radius: 40px;
	background-color: #151822;
	/* background-image: url(../images/cta-bg.jpg); */
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 2px solid #000;
}

.cta h3 {
	margin-top: 0;
	color: #fbc31e;
}

.cta a {
	color: #fbc31e;
}

.cta:hover {
	border: 2px solid #fbc31e;
}

.cta:hover h3,
.cta:hover a {
    color: #c18f24;
}

.cta .btn-primary {
	background-color: #c18f24;
	border-color: #936d1d;
	padding: 10px 30px;
	font-weight: bold;
}

.cta .btn-primary:hover {
	background-color: #936d1d;
	border-color: #c18f24;
}

.modal {
	z-index: 9999;
}

.modal .popup {
	font-size: 80%;
}

#anmeldung a.button {
	display: block;
	max-width: 400px;
	background-color: #fbc31e;
	border: 1px solid #deb256;
	color: #000;
	padding: 10px 30px;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
}

#anmeldung a.button:hover {
	background-color: #deb256;
	border: 1px solid #fbc31e;

}

/**********************************/
/****** FOOTER  *******************/
/**********************************/

footer p {
	font-size: 80%;
	margin: 0;
}

footer.footer {
	background-color: #151822;
	/* background-image: url("../assets/img/footer_bg.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
	color: #ccc;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fbc31e;
}

footer .ans {
	margin-top: 5px;
	margin-bottom: 2rem;
}

footer .ans p {
	font-size: .8rem;
}

footer .ans a {
	font-size: 11px;
	color: #888;
}

footer .ans a:hover {
	color: #555;
}