/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}


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

/* dancing-script-700 - 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: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dancing-script-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/**********************************/
/**********************************/
/**********************************/

html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #555;
}

#mainNav {
	border-top: 3px solid #f5d99f;
	background-color: rgba(244, 228, 196, .5);
}

p {
  line-height: 1.5;
}

.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 4rem;
  color: #c18f24;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  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;
}

.masthead .btn-primary {
	background-color: #f4e4c4;
	border-color: #ffc800;
}


header.masthead .masthead-heading {
	text-shadow: 1px 1px 0 #ffc800, 0 6px 6px rgba(0, 0, 0, .6);
}

header.masthead .masthead-subheading {
  font-size: 2rem;
  text-shadow: 0 6px 6px rgba(0, 0, 0, .6);
}


header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../assets/img/header-bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 2rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
}


#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
	border-top: 3px solid #f5d99f;
	background-color: rgba(244, 228, 196, .9);

}

#mainNav .navbar-toggler {
  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-brand {
  color: #ffc800;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  text-shadow: 0 0 2px #936d1d, 0 2px 4px rgba(0, 0, 0, .7);
}

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

#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);
}

a.nav-link {
	padding-top: 14px;
}

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

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffc800;
}

#mainNav.navbar-shrink .nav-item .nav-link.active, #mainNav.navbar-shrink .nav-item .nav-link:hover {
	color: #936d1d;
}

/**********************************/
/**********************************/

	@media (min-width: 768px) {
  		section {
    		padding: 9rem 0;
  		}
	}


	@media (min-width: 768px) {

		body {
  			font-size: 1.2rem;
		}

  		header.masthead {
    		padding-top: 17rem;
    		padding-bottom: 12.5rem;
  		}
  		header.masthead .masthead-subheading {
    		font-size: 3rem;

    		line-height: 2.25rem;
    		margin-bottom: 2rem;
  		}
  
  		header.masthead .masthead-heading {
    		font-size: 6rem;
    		font-weight: 700;
    		line-height: 4.5rem;
    		margin-bottom: 2rem;
  		}
	}


	@media (min-width: 992px) {
  		#mainNav {
    		padding-top: 1.5rem;
    		padding-bottom: 1.5rem;
    		background-color: transparent;
    		transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    		padding-top: 1rem;
    		padding-bottom: 1rem;
    		background-color: rgba(244, 228, 196, .6);
  		}
  		#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-shrink {
    		padding-top: 1rem;
    		padding-bottom: 1rem;
    		background-color: rgba(244, 228, 196, .9);
    		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: 1.5rem;
  		}
  		#mainNav .navbar-nav .nav-item {
    		margin-right: 1rem;
  		}
  		#mainNav .navbar-nav .nav-item:last-child {
    		margin-right: 0;
  		}
	}





/**********************************/
/**********************************/

section.imagesection {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 90px;
	height: 400px;
	margin-top: 90px;
}

section.imagesection.bild1 {
	background-image: url(../assets/img/section-bg_bild1.jpg);
}

section.imagesection.bild2 {
	background-image: url(../assets/img/section-bg_bild2.jpg);
}

.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%;
}

.btn.willkommen {
	color: #936d1d;
}

.btn.willkommen:hover {
	color: #fff;
	background-color: #c18f24;
}

img.rand {
	border: 4px solid #f5d99f;
	padding: 4px;
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	hyphens: none !important;
}

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

h3 {
	font-family: 'Dancing Script', Arial, sans-serif !important;
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.grau {
	color: #bbb;
}

a {
	text-decoration: none;
	color: #936d1d;
}

a:hover {
	text-decoration: none;
	color: #c18f24;
}

.kleiner {
	font-size: 90%;
}


.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 {
	margin: 3rem auto;
	padding: 3rem;
	border-radius: 40px;
	background-image: url(../assets/img/cta-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.cta h3 {
	margin-top: 0;
	color: #936d1d;
}

.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;
}


/**********************************/
/****** FOOTER  *******************/
/**********************************/

footer p {
	font-size: 80%;
	margin: 0;
}

footer.footer {
	background-color: #f4e4c4;
	background-image: url("../assets/img/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 3px solid #f5d99f;
	color: #555;
}

footer a {
	color: #555;
}

footer a:hover {
	color: #999;
}

footer .ans {
	margin-top: 5px;
	margin-bottom: 2rem;
}

footer .ans p {
	font-size: .8rem;
}

footer .ans a {
	font-size: 11px;
	color: #aaa;
}

