@font-face {
	font-family: Copasetic;
	src: url('../fonts/copasetic/COPASETI.TTF');
}

@font-face {
	font-family: MontserratAlternates;
	src: url('../fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: MontserratAlternates;
	src: url('../fonts/Montserrat_Alternates/MontserratAlternates-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: RedRose;
	src: url('../fonts/Red_Rose/RedRose-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: RedRose;
	src: url('../fonts/Red_Rose/RedRose-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: RedRose;
	src: url('../fonts/Red_Rose/RedRose-Light.ttf');
	font-weight: 300;
}


body {
  position: relative;
}

body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/YT\ banner\ \ fixed\ letters\ and\ heart.png");
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.real-poly-logo {
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  border: solid #4232C6 2px;
  float: left;
}

.image-wrapper {
	position: relative;
    width: 180px;
    margin: auto;
}
.image-wrapper .contact-btn {
	position: absolute;
    bottom: 0;
    right: 20px;
}

.rainbow-shadow {
  position: relative;
  -moz-border-radius: 190px;
  -webkit-border-radius: 190px;
  border-radius: 190px;
  
  -moz-box-shadow: 0px 6px 5px #111;
  -webkit-box-shadow: 0px 6px 5px #111;
  box-shadow: 0px 2px 10px #111;
}

.rainbow-shadow:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background: linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-size: 500%;
  z-index: 1;
}

h1,
h6 {
  font-family: "Open Sans";
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}

.header-title {
  color: #ffffff;
  padding-top: 20px;
  font-family: RedRose;
  font-weight: 400;
}

.backdrop {
  -moz-box-shadow: 0px 6px 5px #111;
  -webkit-box-shadow: 0px 6px 5px #111;
  box-shadow: 0px 2px 10px #111;
  -moz-border-radius: 190px;
  -webkit-border-radius: 190px;
  border-radius: 190px;
}

.linktree {
  width: 150px;
  height: 150px;
  background-image: url("../img/single-coaching-paarberatung-fortbildung-therapie-erfahrungen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.footer-link {
  color: #34312f;
}

.btn.poly-btn {
  background-color: #d72fe4;
  width: 80%;
  padding: 0;
  font-weight: 800;
  color: #fff;
  -moz-box-shadow: 0px 6px 5px #666;
  -webkit-box-shadow: 0px 6px 5px #666;
  box-shadow: 0px 2px 10px #666;
  font-family: MontserratAlternates;
  font-weight: 500;
  border-radius: 50px;
  line-height: 2.5;
  border: none;
}

.btn.poly-btn:hover i {
  color: #d72fe4 !important;
}
.btn.poly-btn:hover {
  color: #CEB6D0;
}

.btn.poly-btn i {
	float: left;
    background-color: #4232C6;
	padding: 10px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 18px;
	border: solid 2px #fff;
}


.extra-links {
	margin-bottom: 30px;
}
.extra-links a i,
.contact-btn i{
    background-color: #fff;
	padding: 10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 14px;
	color: #4232C6;
	text-align: center;
	border: solid 1px #4232C6;
}

.footer {
	color: #170745;
}

.almo-affiliate-btn {
  background-image: url("../img/logo-almo-small-header-tmp-cropped.png") !important;
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-color: #4232C6 !important;
  height: 45px;
}