@charset "UTF-8";
/* CSS Document */

html {
   font-size: 62.5%;
}

body {
   font-size: 1.6px; /* Fallback für alte Browser, die rem nicht kennen */
   font-size: 1.6rem; /* 16px */
   line-height: 1.5; /* 24px */
   font-family: 'Montserrat', sans-serif; /* Google Webfont */
   font-weight: 400;
}

.logo-name p {
	color: #bc3f77;
}


.page-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
}

h1, h2, h3 {
   line-height: 130%;
}

h1 {
   font-size: 2.6rem; /* 26px */
}

h2 {
   font-size: 2.2rem; /* 22px */
}

h3, h4 {
   font-size: 2.0rem; /* 20px */
}

h5 {
	font-size: 2rem;	
}

.first-line {
	margin-top: 0;
}

.pink {
	color: #bc3f77;
}

.fliesstext {
	padding-bottom: 1.5rem;	
}

.hidden {
	display: none;	
}

span.day {
	display: inline-block;
	width: 4rem;	
}

.u-list {
	color: #bc3f77;	
}

.ul-top {
	margin-top: -0.1rem;	
}

.u-list span {
	color: black;
}

.u-list li {
	display: block;
	margin-right: 1rem;
	padding-left: 0.5rem;
}

.u-list li::before {
	content: "\f058";
	font-weight: 900;
	margin-left: -2.3rem;
	padding-right: 0.7rem;
	font-family: "Font Awesome 5 Free";
}

div.mainmenue {
	cursor: pointer;
	color: #bc3f77;
}

.nav-start {
	position: absolute;
	top: 3rem;
	right: 3rem;
	z-index: 42;
}


footer {
	background-color: #5e585b;	
}

footer p, footer h4, footer li {
	color: white;	
}

footer li {
	margin-left: -40px;	
	list-style: none;
	
}

footer section article {
	/* border: 1px solid white;	*/
}

footer p {
	margin-left: 0px;	
}

.copy {
	float: left;	
	padding-bottom: 3rem;
}

.imprint {
	float: right;	
}

.imprint p {
	margin-right: 0px;	
}

footer hr {
	margin-top: 3rem;	
}

.footer-facebook {
	font-size: 4.0rem;
	color: #bc3f77;	
	margin-top: -1.0rem
}

/* LINKS */

a.txt-lnk:link, a.txt-lnk:visited {
	text-decoration: none;	
	color: #bc3f77;
}

a.txt-lnk:hover, a.txt-lnk:focus, a.txt-lnk:active {
	text-decoration: underline;
}

a.txt-lnk-p:link, a.txt-lnk-p:visited {
	text-decoration: none;	
	color: #bc3f77;
	margin-left: 2rem;
}

a.txt-lnk-p:hover, a.txt-lnk-p:focus, a.txt-lnk-p:active {
	text-decoration: underline;
}


a.footer-lnk-white:link, a.footer-lnk-white:visited {
	text-decoration: none;	
	color: white;
}

a.footer-submenue:link, a.footer-submenue:visited,
a.footer-lnk:link, a.footer-lnk:visited {
	text-decoration: none;	
	color: #bc3f77; /* pink */
}

a.footer-submenue:hover, a.footer-submenue:focus, a.footer-submenue:active,
a.footer-lnk:hover, a.footer-lnk:focus, a.footer-lnk:active {
	color: white;	
}

a.footer-box-lnk:link, a.footer-box-lnk:visited {
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	padding: 0.7rem 2.9rem;
	margin-bottom: 2rem;
	border: 2px solid #bc3f77;
	border-radius: 1rem;
}

a.footer-box-lnk:hover, a.footer-box-lnk:focus, a.footer-box-lnk:active {
	color: #bc3f77;
	background-color: white;	
	text-decoration: none;
}

a.contact-box-lnk:link, a.contact-box-lnk:visited {
	display: block;
	text-align: center;
	color: #bc3f77;
	text-decoration: none;
	padding: 0.7rem 2.9rem;
	margin-bottom: 2rem;
	border: 2px solid #bc3f77;
	border-radius: 1rem;
}

a.contact-box-lnk:hover, a.contact-box-lnk:focus, a.contact-box-lnk:active {
	color: white;
	background-color: #bc3f77;	
	text-decoration: none;
}




