@charset "utf-8";
/* CSS Document */

body, html {
	font-optical-sizing: auto;
	font-family: "museo-sans-rounded", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-sizing: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #312d55;
}

.contact {
	padding: 0 15%;
}
form {
	border-left: 1px dotted #9e267b;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
/* Profiles */
.team {
	padding: 20px 0;
	text-align: center;
}
.team-profile, .home-profile {
	border: 1px dotted #999;
	padding: 20px;
	margin: 20px 0;
	border-radius: 20px;
	text-align: center;
}
.team-profile-pic {
	width: 200px;
	height: 200px;
	margin: 0 auto 20px auto;
	border-radius: 20px;
	background: url("../images/teampic.png");
  	background-repeat: no-repeat;
  	background-size: 50;
	background-position: center;
	overflow: hidden;
}
.home-profile-pic {
	width: 100%;
	height: 200px;
	margin: 0 auto 20px auto;
	border-radius: 20px;
	background: url("../images/homeicon.gif");
  	background-repeat: no-repeat;
  	background-size: 50%;
	background-position: center;
	background-color: #ccc;
}
.team-profile-pic img, .home-profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-profile-text p, .home-profile-text p  {
	font-size: 1em;
}
@media (min-width: 992px) {
.team {
	padding: 20px 10%;
	text-align: center;
}
}
@media (min-width: 1200px) {
.team-profile-pic {
	width: 250px;
	height: 250px;
}
}

.contact-form {
	padding: 0 10%;
}
.contact-details {
	text-align: center;
}
.contact ul {
	list-style: none;
	margin-left: -40px;
	text-align: right;
}
.contact-list {
	margin-top: -10px;
}
@media (min-width: 992px) {
.contact-details {
	text-align: right;
}
}

.pagebanner {
	width: 100%;
	height: 200px;
	background-color: #fff;
}
.pagebanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}


/* Header */
.header {
	background-color: #312d55;
	width: 100%;
	padding: 20px 0 10px 0;
	border-bottom: 10px solid #9e267b;
}
.header-left {
	width: 100%;
}
.header-left-logo {
	width: 80%;
	height: auto;
	margin: 0 auto 20px auto;
}
.header-left-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header-right {
	width: 100%;
}
.header-right-contact {
	width: 100%;
	padding-top: 20px;
}
.header-right-socialicons {
	width: 100%;
	text-align: center;
	margin: 0;
	display: none;
	height: 30px;
}
.socialicon {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 2px;
}
.socialicon:hover {
	opacity: 0.5;
}
.header-right-tel {
	text-align: center;
	font-size: 1.75em;
	font-weight: 900;
	margin: 15px 0 0 0;
	color: #9e267b;
	letter-spacing: .5px;
	line-height: 1.4em;
	display: none;
}
.header-right-navigation {
	width: 100%;
}
@media (min-width: 420px) {
.header-left-logo {
	width: 300px;
}
}
@media (min-width: 768px) {
.header {
	padding: 20px 2% 0 2%;
}
.header-left-logo {
	width: 300px;
	margin: 0 0 20px 0;
}
.header-right-socialicons {
	 text-align: right;
	display: block;
}
.header-right-contact {
	width: 100%;
	padding-top: 30px;
}
.header-right-tel {
	text-align: right;
	font-size: 2em;
	display: block;
}
}
@media (min-width: 992px) {
.header {
	padding: 20px 5% 0 5%;
}
.header-left-logo {
	width: 380px;
}
.header-right-contact {
	width: 100%;
	padding-top: 40px;
}
.header-right-tel {
	font-size: 2.5em;
}
}@media (min-width: 1200px) {
.header {
	padding: 20px 8% 0 8%;
}
}

/* Banner */
.banner {
	width: 100%;
	height: 550px;
	background: url("../images/bannerimages02.jpg");
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
	position: relative;
}
.banner-heart {
	width: 100%;
	height: 600px;
	background: url("../images/heart.svg");
  	background-repeat: no-repeat;
  	background-size: 700px;
	background-position: center;
	position: relative;
	left: 0;
	top: 20px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0 0;
}
.banner-heart-text {
	width: 320px;
	padding: 100px 0;
	margin: 0 auto;
}
.banner-heart h1 {
	color: #9e267b;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1em;
}
.banner-heart  p {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 900;
	margin: 20px 0;
}
.banner-bottom {
	width: 100%;
	height: 100px;
	background: #9e267b;
}
@media (min-width: 576px) {
.banner-heart-text {
	width: 450px;
	padding: 100px 0;
}
.banner-heart h1 {
	font-size: 3.5em;
}
}
@media (min-width: 768px) {
.banner-heart {
	width: 100%;
	height: 600px;
	top: 40px;
	padding: 20px 0 0 0;
}
}
@media (min-width: 1200px) {
.banner {
	height: 750px;
}
.banner-heart {
	width: 900px;
	height: 900px;
	background-size: contain;
	top: 0;
	margin: 0 auto;
	padding: 160px 140px;
}
.banner-heart-text {
	width: 630px;
	padding: 50px 30px 0 30px;
}
.banner-heart h1 {
	color: #9e267b;
	font-size: 4.5em;
	font-weight: 900;
	line-height: 1em;
}
.banner-heart p {
	font-size: 2.15em;
}
.banner-bottom {
	width: 100%;
	height: 100px;
	background: #9e267b;
}
}

/* Sections */
.content {
	padding: 20px 0 50px 0;
}
.content hr {
	width: 50%;
	margin: 20px auto;
	border-bottom: 1px dotted #9e267b;
}
.intro {
	text-align: center;
	margin: 0;
	padding: 50px 2% 0 2%;
}
.textsec {
	position: relative;
	padding: 0 0 0 0;
}
.textsec-left, .textsec-right {
	text-align: center;
}
.divider { 
	border-bottom: 1px dotted #333;
	width: 50%;
	margin: 50px auto;
}
@media (min-width: 576px) {
.intro {
	padding: 50px 5% 0 5%;
}
}
@media (min-width: 768px) {
.textsec-left {
	text-align: right;
}
.textsec-right {
	text-align: left;
}
.content hr {
	width: 30%;
	margin: 30px auto;
	border-bottom: 1px dotted #9e267b;
}
}
@media (min-width: 992px) {
.intro {
	padding: 50px 12% 0 12%;
}
.textsec {
	position: relative;
	padding: 100px 8% 0 8%;
}
.divider { 
	border-bottom: none;
}
}
@media (min-width: 1200px) {
.intro {
	padding: 50px 22% 0 22%;
}
.textsec {
	position: relative;
	padding: 150px 8% 0 8%;
}
}



/* Dotted Arrows */
.dottedarrow, .dottedarrow-picleft, .dottedarrow-picright, .dottedarrow-map {
	display: none;
	position: absolute;
	z-index: 200;
}
.dottedarrow img, .dottedarrow-picleft img, .dottedarrow-picright img, .dottedarrow-map img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 992px) {
.dottedarrow {
	display: block;
	width: 100px;
	height: auto;
	left: 45%;
	top: -30px;
}
.dottedarrow-picleft {
	display: block;
	width: 100px;
	height: auto;
	left: -65px;
	top: -30px;
}
.dottedarrow-picright {
	display: block;
	width: 100px;
	height: auto;
	right: -45px;
	bottom: -30px;
	rotate: 30deg;
}
.dottedarrow-map {
	display: block;
	width: 150px;
	height: auto;
	left: 25%;
	top: -180px;
}
}
@media (min-width: 1200px) {
.dottedarrow, .dottedarrow-map  {
	width: 150px;
}
.dottedarrow-picleft, .dottedarrow-picright  {
	width: 130px;
}
}


/* Footer */
.footer {
	padding: 30px 2% 20px 2%;
	text-align: center;
	border-top: 1px solid #9e267b;
	position: relative;
}
.footer-silhouette {
	width: 300px;
	height: 300px;
	margin: 10px;
	position: absolute;
	top: -350px;
	right: 350px
}
.footer-silhouette01 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer ul {
	margin: 0 0 0 -40px;
	list-style: none;
	font-weight: 700;
}
.footer h3 {
	margin: 15px 0 20px 0;
}
.footer p {
	font-size: 1em;
	font-weight: 700;
}
.footer-socialicons {
	width: 100%;
	text-align: center;
	margin: 10px 0 20px 0;
}
.footer-logo {
	margin: 0 auto;
	width: 250px;
	height: auto;
}
.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-imprint {

}
@media (min-width: 768px) {
.footer {
	text-align: left;
}
.footer-logo {
	margin: 0;
}
.footer-socialicons {
	text-align: left;
}
}
@media (min-width: 1200px) {
.footer {
	padding: 20px 15%;
}
}

.map {
	margin: 40px 0;
	z-index: 100;
}
.map-index {
	margin: 120px 0 0 0;
	z-index: 100;
}
.mapintro {
	background: #312d55;
	color: #fff;
	padding: 40px 20%;
	margin: 100px 0 0 0;
	position: relative;
}


.float-left {
	float: left;
}
.float-right {
	float: right;
}

.purpleback {
	background-color: #312d55;
}
.pinkback {
	background-color: #9e267b;
}

/* Circles */
.circlepic-container-left {
	width: 300px;
	height: 300px;
	position: relative;
	border-radius: 50%;
	margin: 20px auto;
}
.circlepic-container-right {
	width: 300px;
	height: 300px;
	position: relative;
	border-radius: 50%;
	margin: 20px auto;
}
.circlepic-container-center {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin: 20px auto 30px auto;
	position: relative;
}
.circlepic {
	border-radius: 50%;
	width: 80%;
	height: 80%;	
	overflow: hidden;
	position: absolute;
	background: url("../images/lorespics01.jpg");
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.circlepic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.circlepic-left {
	top: 10%;
	right: 10%;
}
.circlepic-right {
	top: 10%;
	left: 10%;
}
.circlepic-center {
	top: 10%;
	right: 10%;
}
@media (min-width: 768px) {
.circlepic-container-left {
	width: 350px;
	height: 350px;
	margin: 0;
	float: right;
}
.circlepic-left {
	top: 10%;
	right: 5%;
}
.circlepic-container-right {
	width: 350px;
	height: 350px;
	margin: 0;
	float: left;
}
.circlepic-right {
	top: 10%;
	left: 5%;
}
.circlepic-container-center {
	width: 350px;
	height: 350px;
}
}
@media (min-width: 1200px) {
.circlepic-container-left, .circlepic-container-right {
	width: 450px;
	height: 450px;
	margin-top: -50px;
}
.circlepic-container-center {
	width: 450px;
	height: 450px;
}
}
@media (min-width: 1400px) {
.circlepic-container-left, .circlepic-container-right {
	width: 500px;
	height: 500px;
	margin-top: -100px;
}
.circlepic-container-center {
	width: 450px;
	height: 450px;
}
}

/** Text **/
.sechead {
	color: #9e267b;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 900;
}
.content h1 {
	font-size: 2.75em;
	font-weight: 900;
	line-height: 1em;
	margin: 10px 0 20px 0;
}
.contact-list ul {
	
}
label {
	font-size: .9em;
}
.content ul {
	list-style-position: inside;
	font-weight: 300;
	margin: 10px 0 30px -35px;
 	list-style-type: none;
}
.content ul li {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	margin: 0;
}
.content ul li:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: contain;
	background-image: url("../images/tickbullet.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 10px 0 -25px;
	position: relative;
	bottom: -3px;
	list-style-position: inside;
}
strong {
	font-weight: 900;
}
h1+p {
	font-size: 1.15em;
	line-height: 1.4em;
	font-weight: 700;
	margin: 20px 0;
}
h2 {
	font-size: 2em;
	font-weight: 900;
}
h3 {
	font-size: 1.75em;
	line-height: 1em;
	font-weight: 900;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 1.25em;
	font-weight: 900;
}
p {
	font-size: 1em;
}
@media (min-width: 576px) {
.content h1 {
	font-size: 3em;
}
h1+p {
	font-size: 1.25em;
}
}
@media (min-width: 992px) {
.content h1 {
	font-size: 3.25em;
}
h1+p {
	font-size: 1.5em;
}
h2 {
	font-size: 2.25em;
}
p {
	font-size: 1.2em;
}
label {
	font-size: 1.2em;
}
.content ul li {
	font-size: 1.2em;
}
}

/* Links */
a {
	color: #9e267b;
	text-decoration: underline;
	font-weight: 900;
}
a:hover {
	color: #9e267b;
}

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}

