@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body{font-size:16px;font-family: "Figtree", sans-serif;}

.container-fluid{max-width:1300px;}

a {text-decoration:none;color:#000;}
a:hover {text-decoration:none;color:#000;}

.color-2{color:#ffffff!important;}
.navbar.scrolled {
	background: linear-gradient(90deg, #cd0761 0%, #d62f2a 100%)!important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar {position:absolute;z-index:99;width:100%;}
.navbar-brand img {width:98px;}
.nav-link {
	color: #fff!important;
	font-weight:600;
	padding: 0 15px!important;
}
.get-app{background:#e6297e;font-weight:600;font-size:18px;color:#fff;border-radius: 8px 8px 8px 8px;padding: 12px 36px 12px 36px;}
.get-app:hover{color:#fff;}
.home-banar{
	background-image: url('../images/Hintergrund.webp');
	background-size:cover;
	padding-top:100px;
	background-position: center;
	overflow:hidden;
	height:100vh;
}
.page-banar{
	background: #e6297e url('../images/06.webp') no-repeat center / cover;
	padding: 100px 0px;
}


.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-900{font-weight:900;}

.w-90 {width:90%;}

.w-100px {width:100px;}
.w-150px {width:150px;}
.w-200px {width:200px;}
.mx-w-530px {max-width: 530px;}

.fs-72px{font-size:72px;}
.fs-52px{font-size:52px;}
.fs-48px{font-size:48px;}
.fs-46px{font-size:46px;}
.fs-42px{font-size:42px;}
.fs-36px{font-size:36px;}
.fs-28px{font-size:28px;}
.fs-24px{font-size:24px;}
.fs-26px{font-size:26px;}
.fs-22px{font-size:22px;}
.fs-18px{font-size:18px;}

.left-man{
	transform: rotate(13deg);
	left: 32px;
	position: absolute;
	bottom: 35px;
}
.right-man{
	transform: rotate(-13deg);
	right: 32px;
	position: absolute;
	bottom: 35px;
}


.footer-logo {
	width:120px;
}

.contact-email{font-size:24px;}
.contact-email:hover{color:#ffffff;}
.border-bottom-1 {border-bottom:1px solid #3d414e;}

.footer-heading{font-size:18px;font-weight:600;}

.footer-menu {padding:0px;}
.footer-menu li{font-size:16px;margin-bottom:10px;}

.footer-social-icons {padding:0px;float: right;}
.footer-social-icons li {
	background: #e6297e;
	color: #fff;
	padding: 5px;
	margin-left: 13px;
	font-size: 19px;
	text-align: center;
	width: 40px;
	height: 40px;
	display: flex;           /* flexbox layout */
	align-items: center;     /* vertical center */
	justify-content: center; /* horizontal center */
	float: left;
	
}
#map iframe{
  width: 100%;
  height: 660px;
}
.get-in-tuch-icon {
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	
}
.text-du{text-decoration:underline;}
.text-du:hover{text-decoration:underline;}

.footer-social-icons li a:hover {color:#fff;}

@media (min-width: 0px) and (max-width: 767px) {
	.mt-sm-4{margin-top:1.6rem;}
	.pt-5{padding-top:1.4rem !important;}
	.pb-5{padding-bottom:1.4rem !important;}
	.p-csm-5{padding:15px !important;}
	.h-100 {
		height: 75% !important;
	}
	.page-banar{
		padding: 50px 0px;
	}
	#map iframe{
	  width: 100%;
	  height: 300px;
	}
	.navbar {
		background-image: url('../images/Hintergrund.webp') !important;
		background-size: cover !important;
	}
	.fs-72px{font-size: 50px;}
	.fs-52px {
		font-size: 30px;
	}
	.fs-48px{font-size: 38px;}
	.fs-46px {
		font-size: 26px;
	}
	.fs-42px {
		font-size: 26px;
	}
	.fs-36px {
		font-size: 25px;
	}
	.fs-28px {
		font-size: 20px;
	}
	.fs-26px {
		font-size: 18px;
	}
	.fs-sm-35px{font-size: 35px;}
	.w-100px {
		width: 70px;
	}
	.col-md-6.text-right{text-align:left!important;}
	.home-banar {
		background-size: cover;
		height:auto;
	}
	.left-man {
		transform: rotate(0deg);
		left: 0;
		position: relative;
		bottom: 0;
		margin-bottom: 30px;
	}
	.left-man img, .right-man img{
		width:50%;
	}
	.right-man {
		transform: rotate(0deg);
		left: 0;
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}
	.footer-social-icons {
    	float: none;
    	margin-left: -15px;
    }
}
	
@media (min-width: 768px) and (max-width: 1180px) {
	.pt-5{padding-top:1.8rem !important;}
	.pb-5{padding-bottom:1.8rem !important;}
	.h-100 {
		height: 400px !important;
	}
	.navbar {
		background-image: url('../images/Hintergrund.webp') !important;
		background-size: cover !important;
	}
	.fs-52px {
		font-size: 30px;
	}
	.fs-46px {
		font-size: 26px;
	}
	.fs-42px {
		font-size: 26px;
	}
	.fs-36px {
		font-size: 25px;
	}
	.fs-28px {
		font-size: 20px;
	}
	.fs-26px {
		font-size: 18px;
	}
	.w-100px {
		width: 70px;
	}
	.w-150px {
		width: 120px;
	}
	
	.home-banar {
		background-size: cover;
	}
	
	.left-man img, .right-man img{
		width:80%;
	}
}

@media (min-width: 1700px) and (max-width: 2400px) {
	.mt-3 {margin-top:3rem;}
	.pt-3 {padding-top:3rem;}
}

