* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

html,
body {
	height: 100%;
	min-height: 100%;
	font-family: 'Lato', sans-serif;
}

/* button outline removal when clicked */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus,
.btn:active,
.btn:hover {
	box-shadow: none !important;
	outline: 0;
}

/******** Text Colors ********/
.mainColor {
	color: #f396a9;
}

.secondaryColor {
	color: white;
}

.sectionHeadingColor {
	color: #f396a9;
}

.sectionSubHeadingColor {
	color: white;
}

/* secondary color */
.secondaryTextColor {
	color: white;
}

.loginButtonColor {
	color: #8b8a8a;
}

.galleryButtonColor {
	color: #f396a9;
}

.carouselTextColor {
	color: white;
}

.footerTextColor {
	color: white;
}

/******** Background colors ********/
.navBGColor {
	background-color: white;
}

.footerBgColor {
	background-color: #f396a9;
}

.headerBGColor {
	background-color: white;
}

.mainBGColor {
	background-color: white;
}

.mainOverlayColor {
	background-color: rgba(42, 1, 9, 0.4);
}

.card-body {
	background-color: rgba(239, 174, 77, 0.8);
}

.buttonColor {
	background-color: #f396a9;
}


/**************** Header *******************/
header {
	position: relative;
	overflow: hidden;
	min-height: 94vh;
	margin: 0;
	padding: 0;
}

header:before {
	content: "";
	display: block;
	background-color: #973448;
	background: url(/michdaten/bg.jpg) no-repeat;
	background-size: cover;
	background-position: 40% 0%;
	height: 45%;
	width: 100%;
	position: absolute;
	z-index: -1;
	/* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
}

header .container {
	z-index: 2;
}

@media(min-width:576px) {
	header {
		min-height: 94vh;
	}
}

@media (min-width: 768px) {
	header:before {
		background-position: 0% 0%;

	}
}

@media (min-width: 992px) {
	header {
		min-height: 93vh;
	}

	header:before {
		background-position: 42%;
		height: 100%;
		width: 50%;
		right: 0%;
	}
}

@media (min-width: 1200px) {
	header {
		min-height: 93vh;
	}

	header:before {
		background-position: 29% 0%;
		height: 100%;
		width: 50%;
		right: 0%;
	}
}

.headerText {
	text-shadow: 1px 1px 1px #8b8a8a54;
	opacity: 0.9;
	color:#8b8a8a;
	word-spacing: 4px;
}

@media (max-width: 320px) {
	.headerText {
		font-size: 25px;
	}
}

@media (min-width: 576px) {
	.headerText {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	.headerText {
		font-size: 35px;
	}
}

@media (min-width: 1200px) {
	.headerText {
		font-size: 45px;
	}
}

.headerText2 {
	font-size: 22px;
	color: #8b8a8a;
}

@media (min-width: 1200px) {
	.headerText2 {
		font-size: 28px;
	}
}

.headerContainer {
	position: absolute;
	bottom: 10%;
	width: 100%
}

.overlayHeader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: 0;
}

/* a agb color */
.agbColor {
	color: white !important;
	font-size: 15px;
	text-decoration: underline;
	padding: 0px;
}

@media (min-width: 576px) {
	.agbColor {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	.agbColor {
		font-size: 15px;
		color: #8b8a8a !important;
	}
}

@media (min-width: 1200px) {
	.agbColor {
		font-size: 15px;
	}
}

/* a pwReset color */
.pwResetColor {
	color: #949597 !important;
	font-size: 13px;
	text-decoration: underline;
	padding: 0px;
}

/* Main buttons */
.btnConfirm {
	display: block;
	width: 100%;
	height: auto;
	background-color: #f396a9;
	border: none;
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	padding: 12px;
	letter-spacing: 1px;
	/* box-shadow: 0 4px 5px -6px black; */
	font-weight: 600;
	box-shadow: 1px 3px 6px #00000040;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btnConfirm:hover {
	color: white;
}

@media (max-width: 349.98px) {
	.btnConfirm {
		height: auto;
		font-size: 13px;
		padding: 12px;
	}
}

@media (min-width: 576px) {
	.btnConfirm {
		height: auto;
		font-size: 27px;
		padding: 16px;
	}
}

@media (min-width: 992px) {
	.btnConfirm {
		height: auto;
		font-size: 14px;
		padding: 10px;
	}
}

@media (min-width: 1200px) {
	.btnConfirm {
		height: auto;
		font-size: 15px;
		padding: 10px;
	}
}

.btnConfirmFB {
	display: block;
	width: 100%;
	height: auto;
	background-color: #3e58a1;
	border: none;
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 12px;
	letter-spacing: 1px;
	/* box-shadow: 0 4px 5px -6px black; */
	font-weight: 600;
	box-shadow: 1px 3px 6px #00000040;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btnConfirmFB:hover {
	color: white;
}
@media (max-width: 349.98px) {
	.btnConfirmFB {
		height: auto;
		font-size: 13px;
		padding: 12px;
	}
}
@media (min-width: 576px) {
	.btnConfirmFB {
		height: auto;
		font-size: 27px;
		padding: 16px;
	}
}

@media (min-width: 992px) {
	.btnConfirmFB {
		height: auto;
		font-size: 14px;
		padding: 10px;
	}
}

@media (min-width: 1200px) {
	.btnConfirmFB {
		height: auto;
		font-size: 15px;
		padding: 10px;
	}
}

/* Shine effect on Button */
.shineEffect {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	/* border-radius: 0; */
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.shineEffect:after {
	animation: shine 4s ease-in-out infinite;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	top: -200%;
	left: -150%;
	width: 60%;
	height: 60%;
	opacity: 0;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.shineEffect:active:after {
	opacity: 0;
}

@-webkit-keyframes shine {
	0% {
		opacity: 0.8;
		top: -50%;
		left: -50%;
		transition-property: left, top, opacity;
		transition-duration: 0.7s, 0.7s, 0.15s;
		transition-timing-function: ease;
	}

	100% {
		opacity: 0.0;
		top: 80%;
		left: 80%;
		transition-property: left, top, opacity;
	}
}

@-moz-keyframes shine {
	0% {
		opacity: 0.8;
		top: -50%;
		left: -50%;
		transition-property: left, top, opacity;
		transition-duration: 0.7s, 0.7s, 0.15s;
		transition-timing-function: ease;
	}

	100% {
		opacity: 0.0;
		top: 80%;
		left: 80%;
		transition-property: left, top, opacity;
	}
}

@-ms-keyframes shine {
	0% {
		opacity: 0.8;
		top: -50%;
		left: -50%;
		transition-property: left, top, opacity;
		transition-duration: 0.7s, 0.7s, 0.15s;
		transition-timing-function: ease;
	}

	100% {
		opacity: 0.0;
		top: 80%;
		left: 80%;
		transition-property: left, top, opacity;
	}
}

@-o-keyframes shine {
	0% {
		opacity: 0.8;
		top: -50%;
		left: -50%;
		transition-property: left, top, opacity;
		transition-duration: 0.7s, 0.7s, 0.15s;
		transition-timing-function: ease;
	}

	100% {
		opacity: 0.0;
		top: 80%;
		left: 80%;
		transition-property: left, top, opacity;
	}
}

@keyframes shine {
	0% {
		opacity: 0.8;
		top: -50%;
		left: -50%;
		transition-property: left, top, opacity;
		transition-duration: 0.5s, 0.7s, 0.15s;
		transition-timing-function: ease;
	}

	100% {
		opacity: 0.0;
		top: 80%;
		left: 80%;
		transition-property: left, top, opacity;
	}
}

/* main buttons end */

/* CAROUSEL HEADER */

.carouselHeader {
	height: 40vh;
}


.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.carousel-inner {
	width: 100%;
	height: 100%;
}

.carousel-item {
	width: 100%;
	height: 100%;
}

.carousel-item img {
	position: absolute;
	width: 110%;
	/* height: 100%; */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 359.98px) {
	.carousel-item img {
		left: 46%;
		top: 60%;
	}
}

@media (max-width: 375.98px) and (max-height: 670px) {
	.carousel-item img {
		left: 46%;
		top: 59%;
	}
}

@media (min-width: 600px) {
	.carousel-item img {
		width: 100%;
		top: 60%;
	}
}

@media (min-width: 768px) {
	.carousel-item img {
		width: 100%;
		top: 53%;
	}
}

@media (min-width: 992px) {
	.carousel-item img {
		width: 100%;
		top: 63%;
	}
}

@media (min-width: 1200px) {
	.carouselHeader {
		height: 93vh;
	}
}

.carouselText {
	position: absolute;
	right: 1%;
	top: 10px;
	left: 57%;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.headerHeading {
	color: #FFFFFF;
	font: 16px 'Lato', sans-serif;
	letter-spacing: 0;
}

.headerSub {
	font: 12px 'Lato', sans-serif;
}

@media (max-width: 359.98px) {
	.carouselText {
		left: 47%;
		right: 3%;
	}
}

@media (min-width: 600px) {
	.headerHeading {
		font-size: 24px;
	}

	.headerSub {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.carouselText {
		right: 4%;
		top: 20px;
		left: 64%;
	}

	.headerHeading {
		font-size: 26px;
	}

	.headerSub {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.carouselText {
		right: 4%;
		top: 20px;
		left: 80%;
	}

	.headerHeading {
		font-size: 26px;
	}
}

.seal {
	position: absolute;
	height: 100px;
	width: 110px;
	bottom: 10px;
	right: 5px;
}

@media (min-width: 600px) {
	.seal {
		height: 150px;
		width: 160px;
	}
}

@media (min-width: 768px) {
	.seal {
		height: 200px;
		width: 210px;
		bottom: 10px;
		right: 5px;
	}
}

/* CAROUSEL HEADER END */

.form-group{
	max-width: 250px;
}
/* Login Form */
.LoginFormDesktop,
.LoginFormDesktop:hover,
.LoginFormDesktop:focus,
.LoginFormDesktop:active,
.LoginFormDesktop:visited,
.LoginFormDesktop:focus-within {
	font: 1rem 'Lato', sans-serif;
	font-weight: 100;
	color: #949597;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #949597;
	width: 180px;
	height: 37px;
	box-shadow: none;
	padding: 0px;
	border-radius: 0px;
}

_:-ms-lang(x),
.LoginFormDesktop {
    font-family: 'Lato' sans-serif;
    font-size: 1rem;
	font-weight: 100;
	color: #949597;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #949597;
	width: 180px;
	height: 37px;
	box-shadow: none;
	padding: 0px;
	border-radius: 0px;
}

@media(min-width:576px) {
	.LoginFormDesktop {
		width: 150px;
	}
}

@media(min-width:992px) {
	.LoginFormDesktop {
		width: 170px !important;
	}
}

@media(min-width:1200px) {
	.LoginFormDesktop {
		width: 170px !important;
	}
}

/* Color for placeholder in input - login*/
.LoginFormDesktop::-webkit-input-placeholder {
	color: #949597;
}

/* Mozilla Firefox 4 to 18 */
.LoginFormDesktop::-moz-placeholder {
	color: #949597;
}

/* Mozilla Firefox 19+ */
.LoginFormDesktop:-ms-input-placeholder {
	color: #949597;
}

/* Internet Explorer 10-11 */
.LoginFormDesktop::-ms-input-placeholder {
	color: #949597;
}

/* Autocomplete styles */
.LoginFormDesktop:-webkit-autofill,
.LoginFormDesktop:-webkit-autofill:hover,
.LoginFormDesktop:-webkit-autofill:focus,
.LoginFormDesktop:-webkit-autofill:focus-within,
.LoginFormDesktop:-webkit-autofill:visited,
.LoginFormDesktop:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	font: normal 1rem 'Lato', sans-serif;
	font-weight: 100;
	color: #949597;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #949597;
	width: 180px;
	height: 37px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-text-fill-color: #949597;
	border-radius: 0;
	padding: 0px;
	transition: background-color 5000s ease-in-out 0s;
}


input:-internal-autofill-selected {
	color: #949597;
}

/* Login form end */

/**Navbar **/
.navbox {
	height: 72px;
	color: #949597;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.07)!important;
}

.nav-container {
	width: 100%;
	height: 100%;
}

@media(max-width:992px) {
	.nav-container {
		min-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.navbox {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 320px) {
	.navbox {
		height: 8vh;
	}

}

@media (min-width: 600px) {
	.navbox {
		height: 13vh;
	}

}

@media (min-width: 768px) {
	.navbox {
		height: 13vh;
	}

}

@media (min-width: 992px) {
	.navbox {
		height: 77px;
	}

}

_:-ms-lang(x),
.form-inline {
	width: 35%;
}

/** Navbar end **/


/* "Login" Button open Modal */
.btn-login {
	color: white;
    border: none;
    font-size: 15px;
    background-color: #f396a9;
    height: 100%;
    border-radius: 3px;
    padding: 0.4rem 0.6rem;
    box-shadow: 1px 2px 3px #00000029 !important;
	letter-spacing: 0.6px;
	font-weight: 500;
	height: 27px;
}

.btn-login:hover {
	color: white;
	border: none;
	border-radius: 0;
}

@media (min-width: 600px) {
	.btn-login {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.btn-login {
		font-size: 21px;
    	height: 38px;
	}
}

/* "Login" Button open Modal end */

/* Login icons desktop */
.icons {
	max-width: 60%;
	height: auto;
	background-color: #f396a9;
}

@media (min-width: 600px) {
	.icons {
		max-width: 48%;
	}
}

@media (min-width: 768px) {
	.icons {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.icons {
		max-width: 40%;
	}
}

.fa-angle-right {
	color: #949597;
	font-size: 18px;
	margin-left: 1px;
}

.fa-facebook-f {
	color: white;
}

/* Facebook Icon */
.fa-facebook-official {
	font-size: 20px !important;
	width: 1px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	border-radius: 50%;
	color: white;
}

.fa-customColor {
	color: white;
}

/* Login icons desktop end*/

/* nav logo */
.logo {
	max-height: 42px;
	max-width: 200px;
}

.modalLogo {
	max-width: 15vh;
}

@media (min-width:768px) {
	.logo {
		max-height: 50px;
	}
}

@media (min-width:992px) {
	.logo {
		max-height: 50px;
	}

	.headerLogo {
		margin-left: -18%;
	}
}

@media (min-width:1200px) {
	.logo {
		max-height: 50px;
	}

	.headerLogo {
		margin-left: -18%;
	}
}

@media (min-width:2000px) {
	.logo {
		max-height: 50px;
	}
}

/* /* nav logo end */

/** Header Slogans **/
.sloganRow1 {
	font: 37px 'Lato', sans-serif;
	background-color: rgba(255, 255, 255, 0.88);
	margin-bottom: 1px;
	width: 270px;
	padding-left: 5px;
	font-weight: 800;
}

.sloganRow2 {
	font: 37px 'Lato', sans-serif;
	background-color: rgba(255, 255, 255, 0.88);
	width: 230px;
	padding-left: 5px;
	font-weight: 800;
}

@media(min-width:320px) {
	.sloganRow1 {
		font-size: 9vw;
		width: 67vw;
		margin-left: 1.5rem !important;
	}

	.sloganRow2 {
		font-size: 9vw;
		width: 57vw;
		margin-left: 1.5rem !important;
	}
}

@media(min-width:375px) {
	.sloganRow1 {
		font-size: 9vw;
		width: 70vw;
	}

	.sloganRow2 {
		font-size: 9vw;
		width: 59vw;
	}
}

@media (min-width: 576px) {
	.sloganRow1 {
		font-size: 37px;
		width: 270px;
		margin-left: 0px !important;
	}

	.sloganRow2 {
		font-size: 37px;
		width: 230px;
		margin-left: 0px !important;
	}
}

/* Header Slogans end*/


/******** WIZARD  ********/
/*** REGISTER FORM ***/

/* ASSISTANT DESKTOP */
.assistantLG {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	top: 50px;
	left: 50px;
	border-radius: 8px;
	height: 430px;
	padding: 20px;
	z-index: 5;
	box-shadow: 0px 1px 10px #353535e1;
}

.assistantHeadingLG {
	/* position: absolute;
    top:2%;
    left:10%;
    right:10%; */
	font-size: 35px;
	font-weight: bold;
	/* color: #f396a9; */
	text-shadow: 0px 1px 2px #00000029;
}

.assistantHeaderLG {
	font-size: 17px;
	font-weight: 500;
}

.radioContainerLG {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	text-align: left;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default radio button */
.radioContainerLG input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* ASSISTANT DESKTOP END */

/* ASSISTANT (choose gender/lookingfor)*/
.assistant {
	background-color: white;
	top: -20px;
	border-radius: 8px;
	height: 54vh;
}

.assistantHeading {
	font-size: 23px;
	font-weight: bold;
	/* color: #f396a9; */
	text-shadow: 0px 1px 2px #00000029;
}

.assistantHeader {
	font-weight: 500;
}

@media (max-width: 359.98px) {
	.assistantHeading {
		margin-top: 10px;
		font-size: 24px;
	}

	.selectionLeft {
		padding-left: 0;
	}
}

@media (min-width: 360px) {
	.assistantHeading {
		font-size: 27px;
	}
}

@media (min-width: 374px) {
	.assistantHeading {
		font-size: 29px;
	}
}

@media (min-width: 600px) {
	.assistantHeading {
		font-size: 40px;
		margin-bottom: 10%;
	}

	.assistantHeader {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.assistantHeading {
		font-size: 57px;
		margin-bottom: 10%;
	}

	.assistantHeader {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.assistantHeading {
		font-size: 50px;
		margin-bottom: 10%;
	}

	.assistantHeader {
		font-size: 30px;
	}
}


/* Button (Man/Woman)*/
.btn-assistant {
	border: none;
	border-radius: 0;
	display: block;
	background-color: rgba(255, 255, 255, 0.88);
	font-family: 'Lato', sans-serif;
	font-size: 90%;
	/* box-shadow: 0 4px 5px -6px black; */
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-weight: 600;
}

.btn-assistant:hover {
	color: white;
	background-color: #f396a9;
	border: none;
	text-decoration: none;
}

.btn-assistant-clicked {
	color: white;
	background-color: #f396a9;
	border: none;
	text-decoration: none;
}

@media(max-width:374px) {
	.btn-assistant {
		font-size: 75%;
	}
}


/* Create a custom radio button */

/* The container */
.radioContainer {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0px;
	height: 20px;
	width: 20px;
	border: 1px solid #4C5264;
	border-radius: 50%;
}

@media (min-width: 1200px) {
	.checkmark {
		top: -1px;
	}
}

@media (max-width: 359.98px) {
	.radioContainer {
		font-size: 13px;
		padding-left: 25px;
	}

	.checkmark {
		top: 0px;
	}
}

@media (min-width: 768px) {
	.radioContainer {
		font-size: 19px;
		padding-left: 25px;
	}
}

/* On mouse-over, add a grey background color */
/* .radioContainer:hover input ~ .checkmark {
    background-color: white;
  }
   */
/* When the radio button is checked, add a blue background */
/* .radioContainer input:checked ~ .checkmark {
    background-color: #2196F3;
  }
   */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4C5264;
}

/* Show the indicator (dot/circle) when checked */
.radioContainerLG input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radioContainerLG .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4C5264;
}

.RegisterForm {
	background-color: rgba(255, 255, 255, 0.88);
	color: #4C5264;
	border: 1px solid #4C5264;
	border-radius: 0;
	box-shadow: 0px 3px 5px #00000017;
}

/* Input focus shadow */
.RegisterForm:focus {
	border-color: #f396a9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.050), 0 0 3px #f396a9;
	color: #f396a9;

}

/* Container - Assistant*/
#containerSelection {
	transition: all 500ms linear;
	display: block;
}

#containerRegister {
	transition: all 500ms linear;
}

#containerSelectionLG {
	transition: all 500ms linear;
	display: block;
}

#containerRegisterLG {
	transition: all 500ms linear;
}

/*** Assistant "hide-aimation" ***/
/* first step - opacity */
.hiddenVisibility {
	opacity: 0 !important;
}

/* second step -display */
.hidden {
	display: none !important;
	visibility: hidden !important;
}

/*** Assistant "show-animation"  ***/
/* display with 0 opacity*/
#userAll,
#userWomen,
#userMen {
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.form-show {
	display: block !important;
	visibility: visible !important;
	opacity: 0;
}

/* display with 100 opacity */
.showVisibility {
	opacity: 1 !important;
}

.showUser {
	display: flex !important;
	visibility: visible !important;
}

.hideUser {
	display: none !important;
	visibility: hidden !important;
}

.userClicked {
	/* border: 1px solid #f396a9;
    background-color: #f396a993; */
	color: white !important;
	font-weight: 700 !important;
}

.radar {
	z-index: 1;
}

.radarBG {
	height: auto;
	width: 290px;
}

/* .radarSweep {
	content: "";
	display: block;
	background: url(/michdaten/images/radar_drehung.gif) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 290px;
	height: 290px;
	margin-top: -145px;
	margin-left: -145px;
	opacity: 0.2;
}

.iconGPS {
	content: "";
	display: block;
	background: url(/michdaten/images/gps.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 28px;
	margin-top: -16px;
	margin-left: -10px;
} */


.radarButton {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 3;
	box-shadow: none;
	background-color: transparent;
	border: none;
}

.radarButton:focus {
	outline: none;
}

.radarDot {
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 2;
	box-shadow: 0px 0px 10px #f396a9;
	background-color: #f396a9;
	border: none;
	border-radius: 50%;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.radarDotClicked {
	box-shadow: 0px 0px 10px #ffffff;
	background-color: #ffffff;
	animation: zoom 5s infinite linear;
}

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(0.8, 0.8);
	}

	40% {
		-webkit-transform: scale(1.2, 1.2);
	}

	100% {
		-webkit-transform: scale(0.8, 0.8);
	}
}

@-moz-keyframes zoom {
	0% {
		-moz-transform: scale(0.8, 0.8);
	}

	40% {
		-moz-transform: scale(1.2, 1.2);
	}

	100% {
		-moz-transform: scale(0.8, 0.8);
	}
}

@-ms-keyframes zoom {
	0% {
		-ms-transform: scale(0.8, 0.8);
	}

	40% {
		-ms-transform: scale(1.2, 1.2);
	}

	100% {
		-ms-transform: scale(0.8, 0.8);
	}
}

@-o-keyframes zoom {
	0% {
		-o-transform: scale(0.8, 0.8);
	}

	40% {
		-o-transform: scale(1.2, 1.2);
	}

	100% {
		-o-transform: scale(0.8, 0.8);
	}
}

@keyframes zoom {
	0% {
		transform: scale(0.8, 0.8);
	}

	40% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(0.8, 0.8);
	}
}

#radarButton1 {
	top: 8%;
	left: 38%;
	height: 30%;
	width: 20%;
}

#radarButton2 {
	top: 26%;
	left: 17%;
	height: 41%;
	width: 20%;
}

#radarButton3 {
	top: 46%;
	left: 43%;
	height: 29%;
	width: 18%;
}

#radarButton4 {
	top: 28%;
	left: 61%;
	height: 31%;
	width: 23%;
}

#radarDot1 {
	top: 27%;
	left: 43%;
}

#radarDot2 {
	top: 15%;
	left: 46%;
}

#radarDot3 {
	top: 32%;
	left: 22%;
}

#radarDot4 {
	top: 55%;
	left: 25%;
}

#radarDot5 {
	top: 55%;
	left: 48%;
}

#radarDot6 {
	top: 62%;
	left: 53%;
}

#radarDot7 {
	top: 45%;
	left: 63%;
}

#radarDot8 {
	top: 35%;
	left: 75%;
}

@media (min-width: 420px) and (max-width: 575.98px) {
	#radarDot3 {
		top: 32%;
		left: 28%;
	}

	#radarDot4 {
		top: 55%;
		left: 30%;
	}

	#radarDot8 {
		top: 35%;
		left: 65%;
	}
}

/* Strike/Divider - Form Register */
.registerStrike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #8b8a8a;
}

@media (min-width: 576px) {
	.registerStrike {
		font-size: 20px;
	}
}

.registerStrike>span {
	position: relative;
	display: inline-block;
}

.registerStrike>span:before,
.registerStrike>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #8b8a8a;
}

.registerStrike>span:before {
	right: 100%;
	margin-right: 15px;
}

.registerStrike>span:after {
	left: 100%;
	margin-left: 15px;
}

/* Register Checkbox */
input[type="checkbox"] {
	position: absolute;
	left: 18px;
	opacity: 0;
}

input[type="checkbox"]+label {
	display: block;
	position: relative;
	padding-left: 25px;
	/* margin-bottom: 10px; */
	color: white ;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
	margin-bottom: 0;
}

input[type="checkbox"]+label:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid white;
	position: absolute;
	left: 2px;
	top: 5px;
	opacity: 1;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
	width: 8px;
	top: 2px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 359.98px) {
	input[type="checkbox"]+label {
		font-size: 14px;
		padding-left: 25px;
	}
	input[type="checkbox"]+label:before {
		border: 2px solid white;
	}

	input[type="checkbox"]+label {
		color: white ;
	}
}

@media (min-width: 576px) {
	input[type="checkbox"]+label {
		font-size: 15px;
		padding-left: 30px;
	}

	input[type="checkbox"]+label:before {
		width: 17px;
		height: 17px;
		top: 5px;
		border: 2px solid white;
	}
	input[type="checkbox"]+label {
		color: white ;
	}
}

@media (min-width: 992px) {
	input[type="checkbox"]+label {
		font-size: 14px;
		padding-left: 25px;
	}

	input[type="checkbox"]+label:before {
		width: 13px;
		height: 13px;
		top: 4px;
		border: 2px solid #8b8a8a;
	}
	input[type="checkbox"]+label {
		color: #8b8a8a ;
	}
}

@media (min-width: 1200px) {
	input[type="checkbox"]+label {
		font-size: 15px;
		padding-left: 30px;
	}

	input[type="checkbox"]+label:before {
		width: 17px;
		height: 17px;
		top: 5px;
	}
	input[type="checkbox"]+label {
		color: #8b8a8a ;
	}
}

/* @media (max-width:374.98px) {
    input[type="checkbox"]+label {
        font-size: 14px;
        padding-left: 0px;
    }
} */

.btnForm {
	background-color: #f396a9 !important;
	border: none !important;
	color: white !important;
	border-radius: 5px !important;
	height: 33px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	box-shadow: 1px 3px 6px #00000033;
}

.btnFormFB {
	background-color: rgba(70, 103, 173, 0.808) !important;
	border: none;
	color: #b1a4a4;
	border-radius: 0px;
	height: 38px;
	width: 38px;
}

.btnForm:hover {
	background-color: #f396a9  !important;
	color: white;
	border: none;
}

.btnFormFB:hover {
	border: none;
}

.fb-text {
	font-size: 11px;
	color: #8b8a8a;
}

@media (min-width: 576px) {
	.fb-text {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.fb-text {
		font-size: 11px;
	}
}

@media (min-width: 1200px) {
	.fb-text {
		font-size: 12px;
	}
}

.fb-textModal {
	font-size: 11px;
	color: white;
}

@media (min-width: 576px) {
	.fb-textModal {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.fb-textModal {
		font-size: 11px;
	}
}

@media (min-width: 1200px) {
	.fb-textModal {
		font-size: 12px;
	}
}

/******** WIZARD end ********/


/********  MODAL ********/
.modal {
	/* margin-top: 6vh;
    height: 94vh; */
	width: 100%;
}

.modal-dialog {
	height: 100%;
	width: 100%;
	margin: 0px;
	border: none;
	max-width: 100%;
}

@media (min-width: 576px) {
	.modal-dialog {
        max-width: 100%;
    }
}

/* @media(min-width:576px) {
    .modal {
        margin-top: 4vh;
        height: 96vh;
        width: 100%;
    }
    .modal-dialog {
        margin: 0px;
        max-width: 100%;
    }
} */

.modal-content {
	width: 100%;
	height: 100%;
	color: white;
	border-radius: 0;
	border: none;
	background-color: #8a5b6c;
}

.modal-header {
	border: none !important;
}

.modal-backdrop {
	background-color: #f396a9;
	opacity: 1;
	overflow: hidden;
	/* margin-top: 7vh; */
}


.modal-backdrop.show {
	opacity: 1;
}

.modalBG {
	content: "";
	display: block;
	background-color: #f396a9;
	background: url(/michdaten/bg.jpg) no-repeat;
	background-size: cover;
	background-position: 44% 100%;
	height: 100%;
	width: 100%;
	position: fixed;
	/* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.modalBG {
		background-position: 76%;
	}
}

.modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #2a1c21;
	opacity: 0.7;
	z-index: 0;
}

.close {
	color: white;
	opacity: 1;
}

#loginForm {
	position: absolute;
	/* bottom: 0; */
	width: 100%;
	left: 0;
	font-size: 14px;
}

#registerForm {
	position: absolute;
	/* bottom: 0; */
	width: 100%;
	left: 0;
	font-size: 14px;
}

.LoginFormModal {
	width: 100%;
	color: rgba(255, 255, 255, 0.9) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: none;
	border-radius: 0;
	font-weight: 100;
	padding: 0px !important;
	border-bottom: 1px solid rgba(224, 224, 224, 0.9) !important;
}

#example {
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s;

}

@media(min-width:576px) {
	/* .LoginFormModal {
        width: 250px;
    } */
}

@media(min-width:992px) {
	.LoginFormModal {
		width: 180px;
	}
}

@media(min-width:1200px) {
	.LoginFormModal {
		width: 180px;

	}
}

/* shadow effect for input focus - login */
.LoginFormModal:focus {
	border: none;
	box-shadow: none;
	background-color: #244B8B;
	color: white;
}

/* Color for placeholder in input - login*/
.LoginFormModal::-webkit-input-placeholder {
	color: white;
}

/* Mozilla Firefox 4 to 18 */
.LoginFormModal::-moz-placeholder {
	color: white;
}

/* Mozilla Firefox 19+ */
.LoginFormModal:-ms-input-placeholder {
	color: white;
}

/* Internet Explorer 10-11 */
.LoginFormModal::-ms-input-placeholder {
	color: white;
}

/* Autocomplete styles */
.LoginFormModal:-webkit-autofill,
.LoginFormModal:-webkit-autofill:hover,
.LoginFormModal:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 576px) {
	.LoginFormHeading {
		font-size: 30px;
	}

	.LoginFormInputHeading {
		font-size: 20px;
	}

	.LoginFormModal {
		height: 50px;
		font-size: 22px;
        margin-bottom: 25px;
        margin-top: 10px;
	}
}

@media (max-width: 576px) {
	.LoginFormHeading {
		font-size: 30px;
	}

	.LoginFormInputHeading {
		font-size: 17px;
	}

	.LoginFormModal {
		height: 32px;
		font-size: 15px;
        margin-bottom: 12px;
        margin-top: 6px;
	}
}

@media (max-width: 359.98px) {
	.LoginFormHeading {
		font-size: 22px;
	}

	.LoginFormInputHeading {
		font-size: 13px;
	}

	.LoginFormModal {
		height: 20px;
		font-size: 13px;
		margin-bottom: 0px;
	}
}

/* @media (max-width: 379.98px) {
	.LoginFormHeading {
		font-size: 36px;
	}

	.LoginFormInputHeading {
		font-size: 18px;
	}

	.LoginFormModal {
		height: 40px;
		font-size: 18px;
		margin-bottom: 10px;
	}
} */

@media (max-width: 369.98px) {
	.LoginFormHeading {
		font-size: 28px;
	}

	.LoginFormInputHeading {
		font-size: 15px;
	}

	.LoginFormModal {
		height: 28px;
		font-size: 15px;
        margin-bottom: 0px;
        margin-top: 8px;
	}
}

@media (max-width: 359.98px) {
	.LoginFormHeading {
		font-size: 22px;
	}

	.LoginFormInputHeading {
		font-size: 13px;
	}

	.LoginFormModal {
		height: 20px;
		font-size: 13px;
        margin-bottom: 0px;
        margin-top: 8px;
	}
}


.RegisterFormModal {
	width: 100%;
	color: rgba(255, 255, 255, 0.9) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: none;
	border-radius: 0;
	font-weight: 100;
	padding: 0px !important;
	border-bottom: 1px solid rgba(224, 224, 224, 0.5) !important;
}


@media(min-width:576px) {
	/* .RegisterFormModal {
        width: 250px;
    } */
}

@media(min-width:992px) {
	.RegisterFormModal {
		width: 180px;
	}
}

@media(min-width:1200px) {
	.RegisterFormModal {
		width: 180px;

	}
}

/* shadow effect for input focus - login */
.RegisterFormModal:focus {
	border: none;
	box-shadow: none;
	background-color: #244B8B;
	color: white;
}

/* Color for placeholder in input - login*/
.RegisterFormModal::-webkit-input-placeholder {
	color: white;
}

/* Mozilla Firefox 4 to 18 */
.RegisterFormModal::-moz-placeholder {
	color: white;
}

/* Mozilla Firefox 19+ */
.RegisterFormModal:-ms-input-placeholder {
	color: white;
}

/* Internet Explorer 10-11 */
.LoginFormModal::-ms-input-placeholder {
	color: white;
}

/* Autocomplete styles */
.RegisterFormModal:-webkit-autofill,
.RegisterFormModal:-webkit-autofill:hover,
.RegisterFormModal:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 576px) {
	.RegisterFormHeading {
		font-size: 30px;
	}

	.RegisterFormInputHeading {
		font-size: 18px;
	}

	.RegisterFormModal {
		height: 40px;
		font-size: 22px;
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {
	.RegisterFormHeading {
		font-size: 40px;
	}

	.RegisterFormInputHeading {
		font-size: 18px;
	}

	.RegisterFormModal {
		height: 32px;
		font-size: 18px;
		margin-bottom: 8px;
	}
}

@media (max-width: 359.98px) {
	.RegisterFormHeading {
		font-size: 20px;
	}

	.RegisterFormInputHeading {
		font-size: 13px;
	}

	.RegisterFormModal {
		height: 20px;
		font-size: 13px;
		margin-bottom: 0px;
	}
}

@media (max-width: 399.98px) {
	.RegisterFormHeading {
        font-size: 27px;
        margin-bottom: 0px;
	}

	.RegisterFormInputHeading {
		font-size: 15px;
	}

	.RegisterFormModal {
		height: 28px;
		font-size: 15px;
		margin-bottom: 5px;
	}
}

@media (max-width: 369.98px) {
	.RegisterFormHeading {
		font-size: 25px;
	}

	.RegisterFormInputHeading {
		font-size: 15px;
	}

	.RegisterFormModal {
		height: 28px;
		font-size: 15px;
		margin-bottom: 0px;
	}
}

@media (max-width: 359.98px) {
	.RegisterFormHeading {
		font-size: 22px;
	}

	.RegisterFormInputHeading {
		font-size: 13px;
	}

	.RegisterFormModal {
		height: 20px;
		font-size: 13px;
		margin-bottom: 0px;
	}
}


.RegisterFormDesktop {
	/* font-size: 15px;
	width: 100%;
	height: 30px;
	color: #8b8a8a !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: none;
	border-radius: 0;
	font-weight: 100;
	padding: 0px !important;
	border-bottom: 1px solid #8b8a8a !important; */
	display: block;
    width: 100%;
	height: 45px;
	padding: 0.375rem 0.75rem;
    font-size: 15px;
	background-color: rgba(63, 60, 118, 0.06) !important;
    color: #949597 !important;
    opacity: 1 !important;
	border: none;
    border-radius: 5px;
	font-family: 'Lato', sans-serif;
}

.RegisterFormInputHeadingDesktop {
	color: #8b8a8a;
	font-size: 16px;
}

/* shadow effect for input focus - login */
.RegisterFormDesktop:focus {
	border: none;
	box-shadow: none;
	background-color: #244B8B;
	color: #8b8a8a;
}

/* Color for placeholder in input - login*/
.RegisterFormDesktop::-webkit-input-placeholder {
	color: #8b8a8a;
}

/* Mozilla Firefox 4 to 18 */
.RegisterFormDesktop::-moz-placeholder {
	color: #8b8a8a;
}

/* Mozilla Firefox 19+ */
.RegisterFormDesktop:-ms-input-placeholder {
	color: #8b8a8a;
}

/* Internet Explorer 10-11 */
.RegisterFormDesktop::-ms-input-placeholder {
	color: #8b8a8a;
}

/* Autocomplete styles */
.RegisterFormDesktop:-webkit-autofill,
.RegisterFormDesktop:-webkit-autofill:hover,
.RegisterFormDesktop:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #8b8a8a;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	transition: background-color 5000s ease-in-out 0s;
}


.modal-text {
	font-size: 14px;
	color: white !important;
	text-decoration: underline;
}

@media(min-width:576px) {
	.modal-text {
		font-size: 17px;
	}
}

/* Strike/Divider - Form Login  */
.loginStrike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	color: #8b8a8a;
}

@media (min-width: 576px) {
	.loginStrike {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.loginStrike {
		font-size: 16px;
	}
}

.loginStrike>span {
	position: relative;
	display: inline-block;
}

.loginStrike>span:before,
.loginStrike>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 250px;
	height: 1px;
	background: #8b8a8a;
}

.loginStrike>span:before {
	right: 100%;
	margin-right: 15px;
}

.loginStrike>span:after {
	left: 100%;
	margin-left: 15px;
}

.modalStrike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	color: white;
}

@media (min-width: 576px) {
	.modalStrike {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.modalStrike {
		font-size: 16px;
	}
}

.modalStrike>span {
	position: relative;
	display: inline-block;
}

.modalStrike>span:before,
.modalStrike>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 250px;
	height: 1px;
	background: white;
}

.modalStrike>span:before {
	right: 100%;
	margin-right: 15px;
}

.modalStrike>span:after {
	left: 100%;
	margin-left: 15px;
}

/********  Modal end ********/

/* Scroll indicator*/
.fa-chevron-down {
	color: white;
	bottom: 0px;
}

.scroll-indicator {
	margin-top: 10%;
}

.scroll-indicator::before {
	content: '╲╱';
	/* color: #2A0109; */
	position: absolute;
	opacity: 1;
	/* text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
	font-size: 20px;
	width: 60px;
	height: 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	bottom: 32%;
	left: 50%;
	margin-left: -30px;
	animation: bounce 1.7s ease infinite;
}

@keyframes bounce {
	50% {
		transform: translateY(-20%);
	}

	100% {
		transform: translateY(0);
	}
}

@media (min-width: 992px) {
	.scroll-indicator::before {
		bottom: 35px;
	}

	.scroll-indicator {
		margin-top: 3%;
	}

}

/* Scroll indicator end */

.divider {
	margin-top: 15px;
	position: absolute;
	width: 90%;
	left: 5%;
	height: 2px;
	background: #bdbdbd;
	opacity: 0.5;
}

/* .dividerSelector {
    border-right: 2px solid #bdbdbd81;
} */
.vl {
	border-left: 2px solid #bdbdbd81;
	/* height: 100%; */
}

/**************** Header end *******************/

/**************** Main *******************/
main {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

main:before {
	content: "";
	display: block;
	/* background-color: rgb(162, 151, 214); */
	/* background: url(../images/section2.jpg) repeat center; */
	background-position: 0% 0%;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -4;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

main .container {
	z-index: 1;
}

.overlayMain {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: -1;
}

/**************** Main END *******************/

/******** Section USERS Container ********/
section {
	position: relative;
	min-height: 36rem;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 600px) {
	.sectionHeading {
		font-size: 30px;
	}

	.sectionSub {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.sectionHeading {
		font-size: 40px;
	}

	.sectionSub {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.sectionHeading {
		font-size: 35px;
	}

	.sectionSub {
		font-size: 21px;
	}
}

/* Image in 2row background */
/* #sectionBGImage {
    background-color: rgb(113, 89, 233);
    background: url(../images/section2.jpg) no-repeat center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    min-height: 20rem;
} */

#section .container {
	z-index: 1;
}

.btnUser {
	/* border: 1px solid #f396a9; */
	font-size: 16px;
	/* color: #f396a9; */
	border-radius: 0px;
	width: 100%;
	height: 30px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	font-weight: 400;
}

.btnUser:hover {
	/* background-color: #f396a993; */
	color: white;
	font-weight: 700 !important;
}

.btnUser:focus {
	/* border: 1px solid #f396a9;
    background-color: #f396a993; */
	color: white;
	font-weight: 700 !important;
}

@media (min-width: 600px) {
	.btnUser {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.btnUser {
		font-size: 28px;
	}
}

@media (min-width: 768px) {
	.btnUser {
		font-size: 23px;
	}
}

/* Cards - 1row */
.cardUser {
	background: none;
	border: none;
	border-radius: 12px;
	width: 100%;
	height: 170px;
	box-shadow: 0px 2px 16px #0000002E;
}

.card-body {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0px;
	/* background-color: #f396a99d; */
	color: white;
	border: none;
	border-radius: 12px;
	padding-left: 0.7rem;
	padding-top: 0.7rem;
}

.card-img-top {
	width: 100%;
	height: 170px;
	border-radius: 12px;
	object-fit: cover;
	/* position: absolute;
     width:100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

@media (min-width: 576px) {

	.cardUser,
	.card-img-top {
		height: 200px;
	}
}

@media (min-width: 768px) {

	.cardUser,
	.card-img-top {
		height: 200px;
	}
}


@media (min-width: 992px) {

	.cardUser,
	.card-img-top {
		height: 225px;
	}
}


@media (min-width: 1200px) {

	.cardUser,
	.card-img-top {
		height: 225px;
	}

	.card-body {
		height: 70px;
	}
}

.userName {
	font-size: 13px;
	margin-bottom: 0px;
}

.userDes {
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: 100;
	color: rgba(255, 255, 255, 0.65);
}

.row1-img {
	width: 150px;
	height: 150px;
}

.cardUser svg {
	fill: #f396a9;
	height: 120px;
}

@media (min-width: 600px) {
	.userName {
		font-size: 15px;
	}

	.userDes {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.userName {
		font-size: 17px;
	}

	.userDes {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	.userName {
		font-size: 16px;
	}

	.userDes {
		font-size: 14px;
	}
}

/* .card img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;

} */


/******** section user end ********/

/******** Section TESTIMONIALS Container ********/

.testimonial {
	height: 65vh;
}

.testimonial-inner {
	content: "";
	display: block;
	background: url(/ficken/images/testimonialBG.png) no-repeat center 80%;
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.testimonialHeading {
	font: Italic 24px/27px PT Serif;
	font-weight: 400;
	letter-spacing: 0;
}

.testimonial-caption {
	position: absolute;
	top: 30%;
	right: 15%;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@media (max-width: 359.98px) {
	.testimonial-caption {
		top: 15%;
	}
}

@media (min-width: 1200px) {
	.testimonial-caption {
		right: 25%;
		left: 25%;
	}

}

.testimonial-item img {
	opacity: 0;
}

.overlayTestimonial {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 0;
}

.carousel-caption {
	left: 5%;
	right: 5%;
	/* bottom: 10%; */
}

@media (max-width: 992px) {
	.carousel {
		padding-left: 0px;
		padding-right: 0px;
	}

	.carouselHeading {
		z-index: 2
	}


}

@media (min-width: 600px) {
	.testimonialHeading {
		font: Italic 30px/40px PT Serif;
	}

	.carouselP {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.testimonialHeading {
		font: Italic 40px/50px PT Serif;
	}

	.carouselP {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.testimonial {
		height: 70vh;
	}

	.testimonialHeading {
		font: Italic 35px/40px PT Serif;
	}

	.carouselP {
		font-size: 19px;
	}
}

/******** section testimonials end ********/

/* INFO section */
.headingInfo {
	font-size: 17px;
}

.subInfo {
	font-size: 15px;
}

@media (max-width: 359.98px) {
	.headingInfo {
		font-size: 16px;
	}

	.subInfo {
		font-size: 14px;
	}
}

@media (min-width: 600px) {
	.headingInfo {
		font-size: 22px;
	}

	.subInfo {
		font-size: 17px;
	}
}

@media (min-width: 768px) {
	.headingInfo {
		font-size: 25px;
	}

	.subInfo {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.headingInfo {
		font-size: 21px;
	}

	.subInfo {
		font-size: 17px;
	}
}

/* INFO section end */

/******** Footer ********/
footer {
	font-size: 14px;
}

@media (min-width: 1200px) {
	footer img {
		max-width: 15% !important;
	}
}

.footerLogo {
	max-width: 40%;
	height: auto;
}

@media (min-width: 768px) {
	.footerLogo {
		max-width: 30%;
	}
}

@media (min-width: 992px) {
	.footerLogo {
		max-width: 20%;
	}
}

/******** Footer end ********/

/* andras reg form */
.mobile_regform {
	display: none !important;
}
/*
@media (min-width: 992px) {
	
}
*/
@media (max-width: 992px) {
	.mobile_regform {
		display: block !important;
	}
	header {
		min-height: 40vh !important;
	}
	header:before {
		height: 100% !important;
	}
	
}
