.container{
	max-width:915px;
	margin: 0 auto;
	position: relative;
}

body{
	font-family: 'Lato', sans-serif;
}
.page-title h2{
		color:#f288a0;
		font-size:27px;
		font-weight:600;
}
.page-title h2 span {
	color:#c1c1c1;
	display:block;
	font-size:11px;
	text-transform:capitalize;
	margin-bottom:7px;
}
.page-title h3 {
	font-weight:300;
	font-size:27px;
	color:#666666;
	margin-top:4px;
}
/**************section 1 start****************/

#section_1{position:relative;}

.left_sec_topbann{
	width:33%;
	float: left;
}

.right_sec_topbann{
	width:67%;
	background-size: 100%;
	float: right;
}

.top_banner{
	position: relative;
	left:0;
	top:0;
	background: url('../img/top-banner2.jpg') no-repeat ;
	background-size: 100% 100vh;
	width:100%;
}

.top_banner:after{
	content:"";
	position: absolute;
	left:0;
	bottom: -1px;
	background: url('../img/section1_bottom.png') no-repeat;
	min-height:87px;
	width:100%;
	background-size: 100%;
}

.detail{
	position:relative;
	background: #fff;
	float: right;
	padding-right: 19%;
    min-width: 857px;
    box-sizing: border-box;
}

.detail:after{
	content: '';
	position: absolute;
	left: 0;
	bottom:-97px;
	background: url('../img/banner_content_bottombg.png');
	background-size: cover;
    height: 97px;
    min-width: 100%;
}

.logo{
	float:left;
    margin-left: 44px;
    margin-top: 29px;
}

.detail h3{
	padding-left:25px;
	font-size: 27px;
	color: #f2869e;
	font-weight: 600;
}

.detail h2{
	padding-left:25px;
	font-size: 38px;
	color: #666666;
	font-weight: 300;
}

.head{
	display: inline-block;
    margin-top: 60px;
    line-height: 1.1;
}

.info{
	overflow: hidden;
	margin-top:35px;
}
.info img{
	float: right;
}

.info ul{
	float: right;
	text-align: right;
	padding-right: 50px;
	
}

.info ul span{
	display: block;
	font-size: 16px;
	color: #666666;
    line-height: 1.4;
}

.info ul h4{
	font-size: 20px;
	color: #f2869e;
	line-height: 1.5;
}

.info ul li.index_callon_mobile{display: none;}

.info ul li.index_callon_mobile a{text-decoration: none; }

.banner_cont{
	color: #fff;
    position: absolute;
    left: 16%;
    bottom: 110px;
}

.banner_cont h3{
	font-size: 52px;
    text-shadow: -1px 1px 2px #666666;
	font-weight: 500;
    line-height: 1.2;
}

.banner_cont h3 span{
	font-weight: 900;
}

#section_1 .scroll-down1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url('../img/arrows.png') -133px -8px;
	width: 50px;
	height: 50px;
	bottom: 0px;
	cursor: pointer;
	z-index:99;
}

#section_1 .scroll-down1:hover{background: url('../img/arrows.png') -12px -8px;}

.mobile_banner{display: none;}


/**************section 1 end****************/

/**************section 2 start****************/
#section_2{
	position: relative;
	padding-top: 50px;
    margin-bottom: 152px;
}

#section_2 .scroll-up1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url('../img/arrows.png') -10px -58px;
	width: 50px;
	height: 50px;
	top: 20px;
	display:none;
	z-index:99;
}

#section_2 .scroll-up1:hover{
	background: url(../img/arrows.png) -71px -57px;
}

#section_2 img{
	position: absolute;
    right: -80px;
    top: 40px;
    z-index: -1;
}

#section_2 h4{
	font-size: 24px;
	color: #f2869e;
	font-weight: 300;
	margin-bottom: 25px;
}

#section_2 ul{
	padding-left: 30px;
	font-size: 18px;
	line-height:1.5;
	color: #7f7f7f;
	max-width:500px;
}

#section_2 ul li{
	position: relative;
}

#section_2 ul li:before{
	content: "\2022";
	color: #f2869e;
	position: absolute;
    left: -25px;
	font-size: 13px;
}


#section_2 .scroll-down2{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/arrows.png) -71px -8px;
    width: 50px;
    height: 48px;
    bottom: -133px;
    z-index: 9;
	display: none;
	z-index:99;
}

#section_2 .scroll-down2:hover{
	background: url('../img/arrows.png') -12px -8px;
}

#section_2 .sec2_img_cont{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

#section_2 .sec2_img_cont span{
	display: block;
	color: #f2859d;
	font-size:36px;
	font-weight:900;
	line-height: 0.9;
}

#section_2 .sec2_img_cont span:first-child{font-weight:300;}

#section_2 .sec2_img_cont span:nth-child(2){color:#fdcad6;}
/**************section 2 end****************/

/**************section 3 start****************/
#section_3{
	position:relative;
	background: #f2859d;
	text-align: center;
	color: #fedce4;
	padding-top:70px;
}

#section_3 .scroll-up2{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url('../img/arrows.png') -135px -56px;
	width: 50px;
	height: 48px;
	top: 20px;
	z-index:99;
}

#section_3 .scroll-up2:hover{
	background: url(../img/arrows.png) -71px -106px;
}


#section_3:before{
	content: '';
	position: absolute;
	left: 0;
	top:-69px;
	background: url('../img/section2_bottom.png');
	background-size: cover;
    height: 71px;
    width: 100%;
}

#section_3 h3{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fffefe;
}

#section_3 p{
    padding: 0 10%;
	font-size:18px;
	line-height: 1.5;
}

#section_3 .middle_banner{
	position: relative;
    margin-top: 20px;
}

#section_3 .middle_banner img{width: 100%; vertical-align: bottom;}

#section_3 .middle_banner .mid_bann_click{
	display: inline-block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%); 
	border-radius: 8px;
    padding: 2px;
}

#section_3 .middle_banner .mid_bann_click a{
	text-decoration: none;
    color: #f2859d;
    border: 1px solid #f2859d;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 18px;
	font-weight: 900;
    font-size: 22px;
}

#section_3 .middle_banner .mid_bann_click a i{color: #f8c2ce;}

#section_3 .practice{
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	font-weight: 300;
	color: #ffffff;
}

#section_3 .findus{
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	font-weight: 300;
	color: #ffffff;
	display: none;
}

.mid_bann_click:hover a{
	background: #f9c6d1;
	color: #ffffff !important;
}

.mid_bann_click:hover i{color: #ffffff !important;}


/**************section 3 end****************/

/**************footer start****************/
footer{
	width: 100%;
	overflow: hidden;
	background: #dcdcdc;
}

.footer_left{
	width: 50%;
	float: left;
	text-align: right;
	color: #666666;
	padding-right: 15px;
    box-sizing: border-box;
}

.footer_left h3{
	font-size: 24px;
	margin-bottom: 10px;
    margin-top: 15px;
}

.footer_left p{
	font-size: 18px;
	color: #f2859d;
    margin-bottom: 10px;
	line-height: 1.4;
}
.footer_left span{
	display: block;
	color: #666666;
	font-size: 18px;
}

.footer_left a{
	display: inline-block;
	background: #f2859d;
	color: #fffefe;
	font-size : 18px;
	padding: 13px 23px;
	text-decoration: none;
    margin-top: 15px;
}

.footer_left a:hover{background: #666666 !important;}

.footer_right{
	width: 50%;
	float: left;
}

.footer_right img{width: 100%;}

.mobile_map{display: none;}

footer .footer_bottom{
	background: #ffffff; 
	clear: both; 
	color: #f2859d;
	text-align: center;
	padding:5px;
	
}
footer .footer_bottom ul {
	text-align:center;
}
footer .footer_bottom li {
	display:inline-block;
}
footer .footer_bottom li::before {
	content:"";
	width:2px;
	background:#f2859d;
	height:15px;
	display:inline-block;
	margin: 0 8px;
	vertical-align:middle;
}
footer .footer_bottom li:first-child::before {
	display:none;
}
footer .footer_bottom li a {
	    color: #f2859d;
		text-decoration:none;
}
footer .footer_bottom li a:hover {
	color:#666666;
}
/**************footer end****************/


/**************CSS FOR START PAGE START****************/

.start-container{
	position: relative;
    left: 0;
    top: 0;
    background: url(../img/start-bg.jpg) no-repeat;
    background-size: 100% 100vh;
    width: 100%;
	height: 100vh;
}

.start-container .content{
	text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 21%;
	width: 100%;
}

.start-container .content h1{
	font-size: 36px;
	font-weight:600;
	color: #fff;
	text-shadow: 3px 2px 2px #828282;
	text-transform: uppercase;
}

.start-container .content h6{
	color: #828282;
	font-size: 16px;
	margin-top:15px;
}

.start-container .content span{
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 1.2;
}

.start-container .content span.contact_no{
	font-size: 23px;
	color: #828282;
    margin-top: 23px;
    margin-bottom: 15px;
    font-weight: 600;
	
}

.start-container .content span:nth-child(5){
	margin-bottom: 10px;
}

.start-container .box-container{
	overflow: hidden;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 920px;
}
.start-container .box-container a.box{
	display: inline-block;
	width: 48%;
	min-height:130px;
	float: left;
	background: #fff;
	margin: 1%;
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s all;
}

.start-container .box-container a.box:hover{box-shadow: 0px 0px 18px #666666;}

.start-container .box-container .box img{display: none;}

.start-container .box-container .box .box-content{
	position:relative;
	padding-left: 106px;
	color: #b7b7b7;
	line-height: 1.4;
	padding-top: 35px;
    padding-bottom: 10px;
}

.start-container .box-container .box1 .box-content:before{
	content: "";
	position: absolute;
	left: 20px;
	top:12px;
	width: 68px;
	height: 92px;
	background: url('../img/box1_img.jpg');
}

.start-container .box-container .box2 .box-content:before{
	content: "";
	position: absolute;
	left: 20px;
	top:12px;
	width: 66px;
	height: 91px;
	background: url('../img/box2_img.jpg');
}

.start-container .box-container .box .box-content h2{
	font-size: 21px;
}

.start-container .box-container .box .box-content p{
	font-size: 15px;
	font-weight:700;
}

#startoverview .footer_bottom{
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
	background: transparent;
}

#startoverview .footer_bottom a{color: #fff;}

#startoverview .footer_bottom li a{transition: .3s all;}

#startoverview .footer_bottom li:hover a{color: #666666;}

.callon_mobile{
	width: 52px;
    height: 33px;
    background: #c1c1c1;
    border-radius: 0px 44px 44px 0px;
    position: absolute;
    left: 0;
    top: 18%;
	display: none;
}

.callon_mobile span{
	border: 2px solid #fff;
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-top: 8%;
    margin-right: 9%;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}

.callon_mobile span a{color: #fff;}
/**************CSS FOR START PAGE END****************/

/**************CSS FOR BACK BUTTON****************/
#back_btn{
	background: url(../img/back_btn.png) -59px -6px;
	width: 48px;
	height:48px;
	font-size:0;
	border: none;
    outline: none;
    cursor: pointer;	
}

#back_btn:hover{background: url(../img/back_btn_hover.png) -18px -17px;}


/****************************  impressum Page Stat **********************/
.impressum, .datenschutz {
	max-width:990px;
	margin:0 auto;
	padding-top: 45px;
    padding-bottom: 45px;
}

.impressum .page-title, .datenschutz .page-title{margin-top: 70px;}

.impressum .page-title h2, .datenschutz .page-title h2{font-weight:700;}

.cdata {
	margin-top:25px;
}

.cdata h5{
	color: #666666;
    font-weight: 600;
	line-height: 1.35;
}

.cdata address {
	font-weight:500;
	font-size:16px;
	color:#666666;
	line-height: 1.35;
}

.cdata address span{font-weight:600;}

.cdata .facilities {
	margin-top:30px;
}
.cdata .facilities li {
	font-weight:500;
	color:#666;
	font-size:15px;
	line-height:1.8;
	margin: 10px 0px;
} 

.cdata .facilities li label{font-weight: 600;}


.cdata .responsiblity {
		font-weight:500;
		color:#666;
		font-size:15px;
		line-height: normal;
		margin-top:20px;
}

.cdata .responsiblity p{
	line-height: 1.3;
	
}
.cdata .responsiblity h2 {
    font-weight: 600;
    line-height: 1.3;
}
/*********************************impressum page End ***********************/


/****************************  Datenschutz Page Stat **********************/

.pvt_policy{margin-top: 20px;}

.pvt_policy p{
	font-weight: 500;
    color: #666;
    font-size: 15px;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 25px;
	line-height: 1.3;
}

.pvt_policy p:nth-child(5){
	margin-bottom: 0px;
}

.pvt_policy p:nth-child(6){margin-top:3px; line-height:1.35;}

.pvt_policy h4{
	color: #666666;
    font-size: 17px;
    font-weight: 600;
	margin-bottom: 10px;
}

.pvt_policy li{
	font-weight: 500;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
}

.pvt_policy li:before{
	content: "\2022"; 
	color: #666666;
	font-size: 14px;
    margin-right: 5px;
}

.pvt_policy .pvt_policy_point1 p:nth-child(4){font-weight:600; margin:25px 0px;}

.pvt_policy .pvt_policy_point3 p{margin:0;}

/****************************  Datenschutz Page End **********************/

/**************************** Datenschutz & impressum Page Stat **********************/

.datenschutz_impressum h2{color: #d4d4d4;}

.datenschutz_impressum h4.disclaimer_title{margin: 50px 0px 30px 0px;}

.datenschutz_impressum h4{
	color: #666666;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px; 
}

.datenschutz_impressum h6{color: #666666;}

.datenschutz_impressum p{
	font-weight: 500;
    color: #666;
    font-size: 15px;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.pvt_policy_point4{margin-top:25px;}

/**************************** Datenschutz & impressum Page end **********************/

@media (max-width: 1024px){
	.top_banner:after{
		bottom: -20px;
	}
	
	#section_1 .scroll-down1{bottom: -2px;}
	
	#section_3:before{top: -68px;}
	
	#section_2{margin-bottom: 136px;}
	
	#section_2 .scroll-down2{
		bottom: -131px;
	}	
	
	#section_2 img{right:0;}
	
	#section_2 .sec2_img_cont{left: 43%;}
	
	.middle_banner {
	    min-height: 180px;
		background: url(../img/middle_img.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.middle_banner img{display: none;}
	
	#section_3 .container{padding-bottom: 20px;}
	
	.impressum, .datenschutz{padding:5%;}
	
}

@media (max-width: 1023px){
	
	.container{padding: 0px 20px;}
	
	.top_banner{
		background: none;
		height: auto !important;
	    overflow: hidden;
	}

	.top_banner:after{bottom: -38px;}
	
	.banner_cont h3{font-size:45px;}
	
	#section_1 .scroll-down1{bottom: -13px;}
	
	.mobile_banner{display: block; width:100%;}

	.right_sec_topbann{width:100%; float: none;}

	.detail{
		padding-right: 7%;
		min-width: 100%;
	}

	#section_2 ul{
		max-width: none;
	}
	
	#section_2 img{
		top: 30%;
		width: 100%;
		right:0;
	}
	
	#section_2 .scroll-down2{bottom: -135px;}
	
	#section_2 .sec2_img_cont{left: 40%; top: 75%;}
	
	#section_3 .practice{
		bottom: 18px;
		font-size:18px;
	}
	
/**************FOR START PAGE****************/

	.start-container .box-container .box .box-content{
		padding-top:20px;
	}
	

}

@media(max-width: 767px){
	
	.detail{padding: 0 5%; box-sizing: border-box;}
	
	.logo{margin-left:0; width:12%;}
	
	.head{width: 88%; margin-top: 50px;}
	
	.top_banner:after{bottom: -55px;}
	
	.info ul li.callon_desktop{display: none;}
	
	.info ul li.index_callon_mobile{display: block;}
	
	#section_1 .scroll-down1{
		background: url(../img/down1.png);
		width:35px;
		height:35px;
		bottom: -15px;
	}
	
	#section_1 .scroll-down1:hover{background: url(../img/down_hover.png);}
	
	#section_2{
		padding-bottom: 25%;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	
	#section_2 img{top: 60%; right:0;}
	
	#section_2 .scroll-down2{
		background: url(../img/down2.png);
		width:35px;
		height:35px;
		bottom: -2%;
	}
	
	#section_2 .scroll-down2:hover{background: url(../img/down_hover.png);}
	
	.detail h3{font-size: 25px;}
	
	.detail h2{font-size: 35px;}
	
	.banner_cont h3{font-size: 35px;}
	
	#section_2 .sec2_img_cont{left: 42%; top: 78%;}
	
	#section_2 .sec2_img_cont span{font-size: 30px;}
	
	#section_3 .middle_banner .mid_bann_click{transform: translate(-50%, -50%);}
	
	#section_3 .middle_banner .mid_bann_click a{
		font-size: 18px;
	}
	
	#section_3 .practice{bottom: 25px;}
	
	#section_3 p{padding: 0 5%;}
	
	#section_3:before{top: -71px;}
	
	.footer_left h3{
		font-size: 26px;
		margin-bottom: 4px;
		margin-top: 30px;
		font-weight: 300;
	}
	
	.footer_left a{
	    margin-bottom: 15px;
	}
	.footer_left, .footer_right {
		width:100%;
		float:none;
	}
	.footer_left{
		text-align:center;
		padding-right: 0;
		padding: 0% 3%;
		box-sizing: border-box;
	}
	.footer_left p{font-size: 16px;}
	
	.footer_left span{font-size: 16px;}
	
	.impressum .page-title, .datenschutz .page-title{margin-top: 35px;}
	
/**************FOR START PAGE****************/

	.start-container{background: url(../img/start-bg-mobile.jpg) no-repeat; background-size: 100% 100vh;}
	
	.start-container .content{top:9%;}
	
	.start-container .content h1{
		color: #ebebeb;
		font-size: 25px;
		margin-bottom: 18px;
		text-shadow: 2px 1px 1px #828282;
	}
	
	.start-container .content h6{font-size: 12px;}
	
	.start-container .content span.contact_no{
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 12px;
	}
	
	.start-container .content span{
		display: block;
		font-size: 11px;
		color: #666666;
		line-height: 1.2;
	}
	
	.start-container .content span:nth-child(5){margin-bottom: 5px;}
	
	.start-container .box-container .box .box-content h2{font-size:17px;}

	.callon_mobile{display: block;}
	
	.start-container .box-container .box img{display: block; margin: 0 auto; max-width: 35px;}
	
	.start-container .box-container .box .box-content:before{display: none;}
	
	.start-container .box-container a.box{
	    text-align: center;
		padding: 10px 0px;
		box-sizing: border-box;
		min-height: 90px;
	}
	
	.start-container .box-container .box .box-content{padding:0px 5px;}
	
	.start-container .box-container .box .box-content h2{
		font-size: 13px;
	}
	
	.start-container .box-container .box .box-content p{
		font-size: 10px;
		color: #a6a6a6;
		font-weight: 800;
	}
	
	.pvt-police{
		width: 100%;
	}
	
	#startoverview .footer_bottom{
		font-size: 11px;
		bottom: 5px;
		padding: 0;
		}
		
		
}

@media(max-width: 640px){
	.logo{max-width: 35px;}
	
	.logo img{width:100%;}
	
	.head{width: 91.5%; margin-top: 40px;}
	
	.detail h3{
	    font-size: 19px;
		padding-left: 15px;
	}
	
	.detail h2{
		font-size: 27px;
		padding-left: 15px;
	}
	
	.info{margin-top: 25px;}
	
	.info ul{padding-right: 20px;}
	
	.info ul h4{font-size: 15px;}
	
	.info ul span{font-size: 13px;}
	
	.info span.profile_image{
		float: right;
		width: 38%;
		text-align: right;
		padding-right: 8%;
		max-width: 115px;
	}
	
	.info span.profile_image img{width:100%;}
	
	.banner_cont{left:8%;}
	
	.banner_cont h3{font-size: 30px;}
}

@media(max-width: 479px){
	.detail{padding: 0px 10px;}
	
	.logo{width: 20%; max-width: 24px;}
	
	.logo img{width:100%;}
	
	.detail h3{
		font-size: 13px;
		padding-left: 10px; 
	}
	
	.detail h2{
		font-size: 18px;
		padding-left: 10px; 
	}
	
	.head{width: 91%; line-height: 1.2; margin-top: 40px;}
	
	.info{margin-top: 20px;}
	
	.info span.profile_image{
		float: right;
		width: 38%;
		text-align: right;
		max-width: 95px;
	    padding-right: 20px;
	}
	
	.info img{
		width : 100%;
	}
	
	.info ul{
		width: 60%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	.info ul h4{
		font-size: 12px;
	}
	
	.info ul span{font-size: 12px; line-height:1.2;}
	
	.banner_cont{
		bottom: 50px;
		left: 6%;
	}
	
	.banner_cont h3{font-size: 20px;}
	
	.top_banner:after{bottom: -68px;}
	
	#section_1 .scroll-down1{bottom: -18px;}
	
	#section_2{
		padding-bottom: 48%;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	
	#section_2 .scroll-down2{bottom: -2%;}
	
	#section_2 img{top: 90%;}
	
	#section_2 .sec2_img_cont{top: 100%;}
	
	#section_2 .sec2_img_cont span{font-size: 20px;}
	
	/**************FOR START PAGE****************/
	
	.start-container .content h1{
		color: #ebebeb;
		font-size: 21px;
		margin-bottom: 25px;
	}

	.start-container .content span.contact_no{margin-bottom: 20px;}
	
	.start-container .box-container a.box{min-height: 126px;}
	
	.start-container .box-container .box img{max-width: 30px;}
	
	.start-container .box-container .box .box-content h2{font-size: 13px;}
	
	.start-container .box-container .box .box-content p{font-size: 11px}
	
}


