﻿body {
	background-color: white;
	overflow-x: hidden;
	color: #545454;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100vh;
}
.bg-primary {
	background-color: #7e254c !important;
}
.bg-secondary {
	background-color: #f3de8a !important;
}
.kurz {
	flex: 1 auto;
}
.fest {
	color: #ffffff;
	font-size: small;
	background-color: #7e254c;
	alignment-adjust: baseline;
	vertical-align: text-bottom;
}
.fest:hover, .fest:focus, .fest2:hover, .fest2:focus {
	color: #f3de8a;
	background-color: #7e254c;
	opacity: 0.9;
	border: 0px;
}
.lead {
	line-height: 1.5;
}
.text-primary {
	color: #7e254c !important;
	border-top-color: #7e254c;
}
.schatten {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
page-item.active .page-link {
	color: #fff;
	background-color: #7e254c;
	border-color: #7e254c;
}
.page-link {
	color: #7e254c;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-item.active .page-link {
	color: #fff;
	background-color: #7e254c;
	border-color: #7e254c;
}
.page-link:hover {
	z-index: 2;
	color: #7e254c;
	background-color: #dee2e6;
	border-color: #7e254c;
}
.form-control:focus {
	border-color: #7e254c;
	box-shadow: 0 0 0 .2rem rgba(222,226,230,.25);
}
.page-link:focus {
	border-color: #7e254c;
	box-shadow: 0 0 0 .2rem rgba(222,226,230,.25);
}
input:focus, textarea:focus, select:focus {
  outline: 2px solid #7E254C;
}
.festklang {
	background-image: url('../images/festklang.jpg');
	background-position: center center;
}
.hochzeit {
	background-image: url('../images/festklang-hochzeit.jpg');
	background-position: center center;
}
.taufe {
	background-image: url('../images/festklang-taufe.jpg');
}
.feier {
	background-image: url('../images/festklang-feier.jpg');
	background-position: center center;
}
.abschied {
	background-image: url('../images/festklang-abschied.jpg');
	background-position: center center;
}
.saenger {
	background-image: url('../images/portraits-saenger.jpg');
	background-position: center center;
}
.rezession {
	height: 10em;
	overflow: auto;
	overflow-y: auto;
}
.aufz {
	list-style-image: url('../images/f.jpg');
}
.heiraten {
	background-position: center;
	background-image: url('../images/hochzeitskleid.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: transform 0s linear -1ms, -webkit-transform 0s linear -1ms;
	visibility: visible;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.taufen {
	background-position: center;
	background-image: url('../images/baby.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: transform 0s linear -1ms, -webkit-transform 0s linear -1ms;
	visibility: visible;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.feiern {
	background-position: center;
	background-image: url('../images/weinglas.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: transform 0s linear -1ms, -webkit-transform 0s linear -1ms;
	visibility: visible;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.trauern {
	background-position: center;
	background-image: url('../images/trauerfeier.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: transform 0s linear -1ms, -webkit-transform 0s linear -1ms;
	visibility: visible;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.repertoire {
	background-position: center;
	background-image: url('../images/repertoire.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: transform 0s linear -1ms, -webkit-transform 0s linear -1ms;
	visibility: visible;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.top40 {
	top: 40%;
}
h6 {
	font-weight: 700;
}
.zitat p {
	padding-top: 5em;
	padding-bottom: 5em;
}
.video-btn:hover {
	color: #7e254c;
	cursor: pointer;
}
header.masthead, header.masthead1 {
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoom 10s both;
	animation: zoom 10s both;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	overflow: hidden;
}
@-webkit-keyframes zoom {
    0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 120% 120%;
}
@keyframes zoom {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 120% 120%;
  }
}}
/*End of Zoom in Keyframes */
header.masthead .intro-text {
	padding-top: 200px;
	padding-bottom: 100px;
	color: #7e254c;
}
header.masthead1 .intro-text {
	padding-top: 0;
	padding-bottom: 0;
}
header.masthead .intro-text .intro-lead-in, header.masthead1 .intro-text .intro-lead-in {
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 25px;
}
header.masthead .intro-text .intro-heading {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 25px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	font-family: "abril-text", serif;
	font-weight: normal;
}
header.masthead1 .intro-heading {
	padding-top: 150px;
	padding-bottom: 50px;
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	font-family: "abril-text", serif;
	font-weight: normal;
}
@media (min-width: 769px) {
header.masthead .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
}
header.masthead .intro-text .intro-lead-in {
	font-size: 40px;
	font-style: italic;
	line-height: 40px;
	margin-bottom: 25px;
}
header.masthead .intro-text .intro-heading {
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
	margin-bottom: 100px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	font-family: "abril-text", serif;
	font-weight: normal;
}
}
@media (min-width: 1024px) {
header.masthead .intro-text {
	padding-bottom: 200px;
}
}
a {
	color: #7e254c;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #545454;
}
#mainNav {
	background-color: #ffffff;
}
#mainNav .navbar-toggler {
	color: #7e254c;
	border: 1px solid #7e254c;
}
#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 600;
	padding: 0.75em 0;
	color: #7e254c;
	border-bottom: 1px;
	border-color: #e1e1e1;
	border-bottom-style: solid;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #000000;
}
@media (max-width: 640px) {
.taufe, .festklang, .feier, .hochzeit, .abschied, .bg-seconday {
	background-position: center center !important;
}
header.masthead .intro-text, header.masthead1 .intro-text {
	padding-bottom: 0;
}
header.masthead1 .intro-text {
	padding-top: 0;
}
}
@media (max-width: 768px) {
.navbar-brand {
	width: 70% !important;
}
.navbar-brand img {
	width: 50% !important;
}
}


@media (max-width: 991px) {
.navbar-collapse {
  background-color: white;
  padding-left: 0.5em;
}
}

@media (min-width: 992px) {
#mainNav {
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s;
	border: none;
	background-color: transparent;
}
#mainNav .navbar-brand {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#mainNav .navbar-nav .nav-item .nav-link {
	padding: 0.5em 0.5em !important;
	border: none;
}
#mainNav.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ffffff !important;
	border-bottom: 1px;
	border-color: #e1e1e1;
	border-bottom-style: solid;
}
#mainNav.navbar-shrink .navbar-brand img {
	width: 60%;
}
}
footer {
	background-color: #7e254c !important;
	border-top: 1px;
	border-top-style: solid;
	color: #ffffff;
	font-size: smaller;
	right: 0;
	left: 0;
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
footer p {
	margin: 0;
	padding: 0;
}
footer .fas {
	color: #ffffff;
}
footer a:link, footer a:focus, footer a:hover, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}
.modal-body {
	position: relative;
	padding: 0px;
}
.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}
