

/* 		Farben     */
.palette0 { background-color: white;}
.palette1 { color: #ffffff;background-color: #41807c;}
.palette2 { color: #ffffff;background-color: #2cccc4;} 
.palette3 { color: white;background-color: black;}
/* 		Ende Farben     */


:root {
	--theme-sheet-width-xxl: 1240px;	
	--theme-sheet-width-xl: 1140px;
	--theme-sheet-width-lg: 940px;
	--theme-sheet-width-md: 720px;
	--theme-sheet-width-sm: 470px;
	--theme-sheet-width-xs: 330px;
	
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 0.3;	
}  



html { font-family: sans-serif; text-size-adjust: 100%; }
body { 	margin: 0px; 
		background-color: #41807c; 
		display: flex;
		flex-direction: column;
		min-height: 100vh; /* Nutzt die gesamte Höhe des Fensters */
		margin: 0; }

a { color: white; text-decoration: underline;}

h1 { margin-bottom: 10px; margin-top: 10px;	font-weight: 400; font-size: 1.8888888888888888rem; line-height: 1.1;}	

.u-align-left { text-align: left; }
.u-text { display: table; align-self: flex-start; width: fit-content; }

p { margin-top:5px;margin-bottom:5px;}
	
	

	.btn-style-text {
		padding: 8px 25px 8px 24px;
		line-height: 1.4;	
		border-radius: 5px;
		cursor: pointer;
		text-decoration: none;
		background-color: #2cccc4; 
		color:white;
		font-size:12px;
		transition-duration: 0.2s;
		border: 2px solid white;
		margin-top:15px;
		margin-bottom:15px;
		margin-right:10px;
	}
	.btn-style-text:hover {
		background-color: #ffd731 ;
		color:black;
	}
	
	
	
	
	
/* 		circular button     */	
	.roundedButton {
		cursor:pointer;		
		border-style:none;
		border-radius:9px;
		color:black;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:8px;
		padding-right:8px;		
		line-height: 1.4;
		font-size:12px;
		text-decoration:none;
	}	



	.circle {
		cursor:pointer;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		text-align: center;
		border-width:0px;
		
	}
	
	.icon-color-white {
		background-color: #efecec;
		color: white;
		box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.5);		
	}	
	
	.icon-color-green {
		background-color: #2cccc4;
		color: white;
		box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.5);		
	}		
	
	.icon-color-green:hover {
		background-color: gold;
		color: black;
		box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.5);		
	}			
	
	.icon-color-white:hover {
		background-color: gold;
		color: white;
		box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.5);		
	}	
		
	
	  
/* 		end circular button     */	


	
/*** start header  ***/

header {
		min-height: 75px;
		background-color:white;
}

	
	.header-logo-img {
		width:320px;
		position:absolute;
		top:5px;
		left:0px;
		cursor: pointer;		
	}
	
	.header-logo-text {
		font-size: 14px;
		position: absolute;
		top: 45px;
		left: 1px;
		color: black;
		cursor: pointer;	
	}	
	
	.header-welcome {
		height: 40px;
		position: absolute;
		top: 49px;
		right: 0px;
		font-size: 16px;
	}
	
	.header-menu-container {
		height: 40px;
		position: absolute;
		top: 9px;
		right: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		column-gap: 26px;
	}	
	
	.headerlang {
		1background-color: #2cccc4;
		width: 45px;
		height: 45px;
		cursor: pointer;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
		font-size: 20px;
		text-align: center;
		1box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.9);
	}	
	
	
	.headermenu {
		background-color: #2cccc4;
		width: 30px;
		height: 30px;
		cursor: pointer;
		border:none;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
		1font-size: 20px;
		text-align: center;
		overflow:hidden;
		box-shadow: 7px 5px 20px 0 rgba(155,155,155,0.9);
	}
	
	  
	.headermenu:hover {
		background-color: gold;
		color:black;
	}
	
	.headermenu svg {
		stroke:white;
		width:25px;
	}

	.headermenu:hover svg {
		stroke:black;
		1111background-color: gold;
	}	
	
	
/* 		start search menu     */
	.search-menu-container {
		height: 40px;
		position: absolute;
		top: 6px;
		right: 407px;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: center;
		border-radius: 15x;
		padding: 1px;
	}
		
	
	
	.searchmenu {
		background-color: #2cccc4;
		width: 30px;
		height: 30px;
		cursor: pointer;
		border:none;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
		1font-size: 20px;
		text-align: center;
		overflow:hidden;
		box-shadow: 7px 5px 20px 0 rgba(155,155,155,0.9);
	}
	
	.searchmenu:hover {
		background-color: gold;
		color:black;
	}	
	
	.searchmenu svg {
		stroke:white;
		width:25px;
	}		
	.searchmenu:hover svg {
		stroke:black;
		111background-color: gold;		
	}	



.searchInput {
  border: 0;
  outline: 0; /* focus style on parent */
  width:250px;
  font-size:12px;
  
}

.searchicon {
  width:20px;
  color:white;
}


.searchform {
  width:280px;
  display:flex;
  border-radius: 21px 21px;
  padding-left:12px;
  border-style: solid;
  border-color: #2cccc4;
  border-width:3px;
}


/* 		end search menu     */

@media (min-width: 1400px) {
	header { 1background-color:red; }
	
}
@media (min-width: 1200px) {
	header { 1background-color:blue; }	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	header { 1background-color:white; }	
}
@media (min-width: 992px) and (max-width: 1199px) {
	header { 1background-color:green; }	
	.header-logo-img { width: 238px;position: absolute;top: 8px;left: 0px;}	
	.header-logo-text { font-size:16px;position:absolute; top:39px; left:0px}	

.search-menu-container {
  height: 40px;
  position: absolute;
  top: 6px;
  left: 271px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  border-radius: 15x;
  padding: 1px;
}
	
	
}
@media (min-width: 768px) and (max-width: 991px) {
	header {background-color:white; min-height: 90px;}
	 .header-logo-img {
		width: 177px;
		position: absolute;
		top: 8px;
		left: 0px;
	 }	
	  .header-logo-text {
    font-size: 14px;
    position: absolute;
    top: 9px;
    left: 190px;
  }
 .header-welcome {
    position: absolute;
    top: 13px;
    right: 0px;
    font-size: 14px;
  }  
 .header-menu-container {
    height: 40px;
    position: absolute;
    top: 38px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 14px;
  }
.search-menu-container {
  height: 40px;
  position: absolute;
  top: 34px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  border-radius: 15x;
  padding: 1px;
}

	
	.headermenu { width: 35px; height: 35px;}
}
@media (min-width: 576px) and (max-width: 767px) {
	header { 1background-color:blue; min-height: 150px; }		
	.header-logo-img { width:230px; position:absolute; top:5px; left:0px;}		
	
	.header-welcome { height:40px;position:absolute;top:129px;left:0px;font-size:12px;}		

		  .header-logo-text {
    font-size: 14px;
    position: absolute;
    top: 9px;
    left: 248px;
  }

.header-menu-container {
    height: 40px;
    1position: absolute;
    top: 45px;
    left: 0px;
    column-gap: 26px;
  }


	
 .search-menu-container {
    height: 40px;
    position: absolute;
    top: 84px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    border-radius: 15x;
    padding: 1px;
  }
	

	.searchInput {
		border: 0;
		outline: 0; /* focus style on parent */
		width:250px;
		font-size:12px;
  
	}

	.headermenu {
		background-color: #2cccc4;
		width: 30px;
		height: 30px;
		cursor: pointer;
		border:none;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
		1font-size: 20px;
		text-align: center;
		overflow:hidden;
		box-shadow: 5px 14px 20px 0 rgba(155,155,155,0.9);
	}
	

	







}
@media (max-width: 575px) {
	header { 1background-color:gray; min-height: 150px; }	
	.header-logo-img { width: 200px;position: absolute;top: 5px;left: 0px;}	
	.header-logo-text { font-size: 14px;position: absolute;top: 7px;left: 143px;color: black; background-color: rgba(255,255,255,0.5) }
	
	.header-menu-container { height: 45px; top: 41px; right: 0px; justify-content: left; column-gap: 26px; }
	.headermenu { width: 30px; height: 30px;}	
	
	.search-menu-container {
		height: 40px;
		position: absolute;
		top: 81px;
		left: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: center;
		border-radius: 15x;
		padding: 1px;
	}	
	
	.header-welcome {
		height: 40px;
		position: absolute;
		top: 125px;
		left: 0px;
		font-size: 14px;
	}	
	
	
	
}

/***** end header definitios ******/


/*** back to top button ***/

#back-to-top {
	position: fixed;
	bottom: 150px;
	right: 30px;
	z-index: 99;
	border: none;
	display:none;
	cursor: pointer;
	border-radius: 50%;
	padding:10px;
	opacity: 0.45;	

	background-color: #b9c1cc;
	transition-duration: 0.4s;	
	box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.9);
		
		align-items: center; /* vertical align */	
		justify-content:center;
  
}

#back-to-top:hover {
	background-color: #ffd731; /* Add background on hover */
	opacity: 0.85;	
	color: black;	
}

/*** end back to top button ***/









.u-sheet { width:100%; margin: 0px;}
.u-sheet-1 { position: relative; margin: 0px auto;padding-top:10px; padding-bottom:10px;  } /* Oben/unten: 0, Links/rechts: auto */
@media (min-width: 1400px) {
	.u-sheet-1 { width: var(--theme-sheet-width-xxl); }
}
@media (min-width: 1200px) {
	.u-sheet-1 { width: var(--theme-sheet-width-xl); }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.u-sheet-1 { width: var(--theme-sheet-width-xl);  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.u-sheet-1 { width: var(--theme-sheet-width-lg); }
}
@media (min-width: 768px) and (max-width: 991px) {
	.u-sheet-1 { width: var(--theme-sheet-width-md)  }
}
@media (min-width: 576px) and (max-width: 767px) {
	.u-sheet-1 { width: var(--theme-sheet-width-sm)  }
}
@media (max-width: 575px) {
	.u-sheet-1 { width: var(--theme-sheet-width-xs)  }
}






.u-section-1 {
		min-height: 50px;
		display: flex;
		align-items: center; /* vertical align */	
}
@media (min-width: 1400px) {
	.u-section-1 { min-height: 50px; }
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 576px) and (max-width: 767px) {
	
}
@media (max-width: 575px) {
	
}

.u-section-1 h1 {
	margin-bottom: 10px;
	margin-top: 10px;	
	font-weight: 400;
	font-size: 1.8888888888888888rem;
	line-height: 1.1;	
}	





.u-section-2 {
	background-image: url("images/cover1.jpg");
	background-position: 50% 50%;
	min-height: 500px;
	background-size:cover;
}
@media (min-width: 1400px) {
	.u-section-2 { min-height: 500px; }
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 576px) and (max-width: 767px) {
	
}
@media (max-width: 575px) {
	.u-section-2 { min-height: 300px;}
}






.circlead1 {
		position:absolute; 
		height: 350px;
		width:350px;
		background-color:#2cccc4;
		border-radius:50%;
		display: flex;
		align-items: center;
		justify-content: center;
		animation-name: myAnimation1;
		animation-duration: 2s;
		animation-direction: forward;
		animation-duration: 1.5s;
		animation-iteration-count: 1;		
		top: 30px;
		left: 60px;  		
}

@keyframes myAnimation1 {
  from  { left:-200px; top:50px; scale:0.5;rotate:150deg;opacity:0.1}
  to  { left:60px; top:30px; scale:1.0;rotate:0deg;opacity:1.0}

}

.circlead2 {
		position:absolute; 
		top:50px; right:100px; height:70px; width:70px;		
		background-color:rgba(44,204,196,0.9);
		color:  rgba(256,256,256,1.0);	
		border-radius:50%;
		display: flex;
		align-items: center;
		justify-content: center;
		animation-name: myAnimation2;
		animation-duration: 2s;
		animation-direction: forward;
		animation-duration: 1.5s;
		animation-iteration-count: 1;		
}

@keyframes myAnimation2 {
  from  { 	background-color:rgba(44,204,196,0.5);
			color: rgba(256,256,256,0.0)
		}
  to  	{ 	background-color:rgba(44,204,196,0.9);
 			color:  rgba(256,256,256,1.0);
  }

}






.black-text {
	color:black;
}
.circlead1 p {
		text-align:center;	
		padding:25px;
		font-size:18px;
		line-height:1.5;
}	

.circlead2 p {
		text-align:center;	
		padding:25px;
		font-size:12px;
		line-height:1.5;
		color:white
}	

.circlead2:hover {
		background-color:gold; 
		color:black;
		cursor:pointer;
}	

.circlead2:hover p {
		text-decoration:underline;
		color:black;
}	




@media (min-width: 1400px) {
	.u-section-2 { min-height: 500px; }
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 576px) and (max-width: 767px) {
	.u-section-2 { min-height: 350px; }
	.circlead2 { top:10px; right:0px; height:70px; width:70px; }		
}
@media (max-width: 575px) {
	.u-section-2 { min-height: 350px; }	
	.circlead2 { top:10px; right:0px; height:70px; width:70px; }	
	.circlead1 p { padding:20px; font-size:14px; }	
	
}




.u-section-3 {
		min-height: 30px;
		display: flex;
		align-items: center; /* vertical align */	
}


.u-sheet-3 { position: relative; margin: 0px auto;padding-top:8px; padding-bottom:8px;  } /* Oben/unten: 0, Links/rechts: auto */
@media (min-width: 1400px) {
	.u-sheet-3 { width: var(--theme-sheet-width-xxl); }
	
}
@media (min-width: 1200px) {
	.u-sheet-3 { width: var(--theme-sheet-width-xl); }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.u-sheet-3 { width: var(--theme-sheet-width-xl);  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.u-sheet-3 { width: var(--theme-sheet-width-lg); }
}
@media (min-width: 768px) and (max-width: 991px) {
	.u-sheet-3 { width: var(--theme-sheet-width-md)  }
}
@media (min-width: 576px) and (max-width: 767px) {
	.u-sheet-3 { width: var(--theme-sheet-width-sm)  }
}
@media (max-width: 575px) {
	.u-section-3 { min-height: 36px; }
	.u-sheet-3 { width: var(--theme-sheet-width-xs)  }
	.circlead1 { height: 300px; width:300px; top: 30px; left: 0px; animation-iteration-count: 0;}	
	.circlead1 p { text-align:center; padding:25px; font-size:18px; line-height:1.5; }		
}







.u-section-3 h1 {
	margin-bottom: 5px;
	margin-top: 5px;	
	font-weight: 400;
	font-size: 1.8888888888888888rem;
	line-height: 1.1;
}	


/**** Gallery ***********************************/



.u-section-gallery {
  min-height: 367px;
  display: flex;
  align-items: top;
  padding-top: 15px;
  padding-bottom: 15px;
}



:root {
	--flex-item-width: 250px;
	--flex-item-height: 250px;	
	--flex-item-radius: 20px;  
}


.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: left; /* linke/zentrale/rechte Positionierung in der horizontalen */	
	row-gap: 30px;
	column-gap: 40px;
}


.flex-item {
	display:block;
	color:black;
	width:var(--flex-item-width);
	height:var(--flex-item-height);
	position: relative;
	cursor:pointer;		
}



.flex-top { 
	background-color:#41807c;
	height:var(--flex-item-width);
	width:var(--flex-item-width);
	border-radius: var(--flex-item-radius);
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.367);
	background-size: cover;
	background-size: 100%;
	background-position: center;
	transition: all 0.3s ease-in-out;
}

.flex-item:hover .flex-top {
	background-size: 110%;
    transition: ease 0.5s;
}

.flex-item:hover .flex-bot {
	color: black;
	background-color: rgba(230,230,230,0.9);
	text-decoration:underline;
}	


.flex-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding-top:10px;
  padding-bottom:10px;
  color: black;
  background-color: rgba(230,230,230,0.5);
  text-align: center;
}


@media (min-width: 1400px) {
	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.flex-container {
		justify-content: center;
	}		
}
@media (min-width: 576px) and (max-width: 767px) {
	:root {
		--flex-item-width: 200px;
		--flex-item-height: 200px;			
	}
	.flex-container {
		justify-content: center; /* linke/zentrale/rechte Positionierung in der horizontalen */	
	}		

}
@media (max-width: 575px) {
	:root {
		--flex-item-width: 200px;
		--flex-item-height: 200px;			
	}
	.flex-container {
		justify-content: center; /* linke/zentrale/rechte Positionierung in der horizontalen */	
	}	
}


/***** end gallery *************************/






/***** start send mail     ************************/
.u-section-sendmail { min-height: 230px; }
.u-sheet-sendmail { position: relative; margin: 0px auto;padding-top:10px; padding-bottom:10px;  } /* Oben/unten: 0, Links/rechts: auto */
.container-sendmail {
	display: flex;
	flex-wrap: wrap;
	justify-content: left; /* linke/zentrale/rechte Positionierung in der horizontalen */	
	column-gap: 20px;
	row-gap: 20px;	
	align-content:stretch;
	width:100%;
}

.item-sendmail-form {
	width: 35%;
	min-width: 200px;
	text-align: left;
	padding: 10px 10px 0px 10px;
	color: black;
	min-height: 150px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 20px;
	1box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.5);	
}

.messageform {
  border-radius: 5px;
  1background-color: white;
  1background-color: red;
  padding-left: 1px;
  padding-right: 10px;
}

label {display: block;font-size:12px;font-family: sans-serif;}


input[type="text"], input[type="email"], select {
  width: 100%;
  padding: 8px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size:12px;
}

textarea  {
  width: 100%;
  padding: 8px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  resize: none;
  font-family: sans-serif;
  font-size:12px;  
}


input[type="submit"] {
  background-color: #2CCCC4;
  color: white;
  margin: 8px 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  padding: 8px 15px 8px 15px;
}

input[type=submit]:hover {
  background-color: gold;
  color:black;
}

#confirm {
  height: 200px;
  width: 50%;
  background-color: orange;
  border-radius: 20px;
  position: absolute;
  top: 40px;
  left: 20px;
  text-align: center;
  margin: auto;
  padding-top: 50px;
}

.item-sendmail-text {
	width: 20%;
	min-width: 200px;
	text-align: left;
	padding: 10px;
	color: black;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 20px;
	1box-shadow: 5px 14px 20px 0 rgba(0,0,0,0.5);

  text-align: justify;       /* Blocksatz */
  hyphens: auto;             /* Automatische Silbentrennung */
  -webkit-hyphens: auto;     /* Für Safari/Chrome */
  -moz-hyphens: auto;        /* Für Firefox */
  -ms-hyphens: auto;         /* Für Edge/IE */

}

.item-sendmail-location {
	width: 20%;
	min-width: 150px;
	text-align: left;
	padding: 10px;
	color: black;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 20px;
}



.u-sheet-sendmail { position: relative; margin: 0px auto;padding-top:10px; padding-bottom:10px;  } /* Oben/unten: 0, Links/rechts: auto */
@media (min-width: 1400px) {
	.u-sheet-sendmail { width: var(--theme-sheet-width-xxl); }
}
@media (min-width: 1200px) {
	.u-sheet-sendmail { width: var(--theme-sheet-width-xl); }
	.container-sendmail {
		column-gap: 40px;
	}
	.item-sendmail-form { width: 40%;}	
	.item-sendmail-location { width: 20%; }	
	.item-sendmail-text { width: 25%;}	
}
@media (min-width: 1200px) and (max-width: 1399px) {
.u-sheet-sendmail { width: var(--theme-sheet-width-xl);  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.u-sheet-sendmail { width: var(--theme-sheet-width-lg); }
	.item-sendmail-form { width: 29%;}	
	.item-sendmail-location { width: 19%; }	
	.item-sendmail-text { width: 32%;}		
}
@media (min-width: 768px) and (max-width: 991px) {
	.u-sheet-sendmail { width: var(--theme-sheet-width-md)  }

	.item-sendmail-form { width: 50%;}	
	.item-sendmail-location { width: 27%; }	
	.item-sendmail-text { width: 45%;}	
	#confirm { height: 200px; width: 53%; top: 39px; left: 0px; }		
}
@media (min-width: 576px) and (max-width: 767px) {
	.u-sheet-sendmail { width: var(--theme-sheet-width-sm)  }
	.item-sendmail-form { width: 100%;}	
	.item-sendmail-location { width: 37%; }	
	.item-sendmail-text { width: 45%;}
	#confirm { height: 200px; width: 53%; top: 39px; left: 0px; }	
}
@media (max-width: 575px) {
	.u-sheet-sendmail { width: var(--theme-sheet-width-xs)  }
	.item-sendmail-form { width: 100%;}
	.item-sendmail-text { width: 100%;}
	.item-sendmail-location { width: 100%;}
	#confirm { height: 246px; width: 100%; top: 20px; left: 0px; padding-top: 50px; }
}




/***** end send mail  ***************************/