
 @charset "UTF-8";
 
	/* globale css Variable */
	:root {
		--main-bg-color: #FFF;
		--main-company-color: #5493bd;  /* blau */
		--main-family: Arial, Helvetica, Verdana, sans-serif;
	} 
 
 html {
   font-size: 14px;
 }

 body {
   font-family: var( --main-family );
   background:#FFFFFF;
   /* margin:0 1em 0 1em; */
   height: 100%;
 }
  
 @media screen and (max-width: 420px) {
   body {
	background:  #FFFFFF;
 	font-size: 1em;
   }
 }
 
 

	.trenn {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

		hyphenate-limit-chars: auto 5;
		hyphenate-limit-lines: 2;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;   
	} 
	
 /* span Breite etc. formatieren */
 /* hier für Footer Tel. etc. */
.tel{ display:inline-block; padding: 0 0 0 1px; width: 25px; font-weight: normal; text-align: left; }
.preis{display:inline-block; padding: 0 0 0 1px; width: 60px; font-weight: normal; text-align: right; }
 
  /*##########  jquery toTop #############*/ 
 .scrollToTop{
    width: 100px; 
    height:100px;
	margin:0;
    padding: 0; 
    background: #c0c0c0;
    font-weight: bold;
    color: #c0c0c0;
    text-decoration: none;
    position:fixed;
    bottom: 3em;
    right: 2em;
    display:none;
    background: url('../images/pfoben.png') no-repeat 0px 20px;  
 }
 
 .scrollToTop:hover{
    text-decoration:none;
}
 /*##################################*/
 
  .main {
  font-family: var( --main-family );
  -webkit-flex: 1 100%;
  flex: 1 100%;
  }

 header {
  display:-webkit-flex;
  -webkit-flex-flow: row wrap;
  display: flex;
  flex-flow: column wrap;
 }

 header * {
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
 }

 header img{
  display: -webkit-flex;
  display: flex;
  max-width: 100%; 
  height: auto;
}

 section{
  background-color: var( --main-bg-color );
  width: 100%;
  margin: 0;
  padding: 0;
 }

 section div{
  padding-left: 5px;
  font-size: 1em;
 }

 section div p{
  text-align: justify;
  padding:15px;
  font-size: 1em;
 }

 section div a{
  font-size: 1.0em;
  text-decoration: none;
 }

 section div a:hover{
   color: #FFF;
 }

 .transp-head-idx{
  position:absolute;
  top: 110px;
  left:0px;
  width: 100%;
  height:25px;
  font-family: var( --main-family );
  font-style: italic;
  font-size:18px;
  font-weight:bold;
  color:black;
  text-align:center;
  margin:0px auto;
  padding: 5px 5px;
  z-index:1;
  filter: Alpha(opacity=50);
  opacity:0.4;
  moz-opacity:0.4;
  background-color: #DBE5F1;
 }

 /*##########*/
 /*  FOOTER  */
 /*##########*/
/* 
 .footer_container{
  width: 100%;
   padding: 1em 0.2em 1.5em 0.2em;
  line-height: 1.5em;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #1c2932;
  }
*/  

	.container_footer{
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center; 
		align-items: center; /* stretch; */ 
		width: 100%;
		background-color: #1c2932;
	}

	.item_footer{
		width: 290px;
		margin: 0 .5em;
		padding:1em;
		line-height: 1.5em;		
		color: #FFF;
		font-size: 1em;
	}
 
 /*#################*/

 .urteil_container{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2.5em !important; 
  padding: 1em 0.2em 1.5em 0.2em;
  border: 1px solid #c0c0c0;
  line-height: 1.5em;

  box-shadow: 10px 10px 15px silver;
  border-radius: 1em;
  -webkit-border-radius: 1em;

  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  }



 /*###########*/
 /* allgemein */
 /*###########*/

 a.verweis{
  text-decoration-line: underline;
  text-decoration-style: dotted;
  font-style:italic;
  font-size: 1.0em;
  font-weight:bold;
  color:#000000;
 }

 a.verweis:hover{
  background-color:#CFCFCF;
  color:#000;
 }

 /*##############*/
 /*Wohnungsseite */
 /*##############*/
 .part_head{
  margin: 1em .5em  0 .5em;
	line-height: 1.3em;
  font-family: var( --main-family );
   font-size: 1.8em;
   font-weight: bold;
   color:#4b88b0;  //#505050;
   text-align: center;
   padding: .8em;
   border-radius: .4em;

   background: #FFFFFF;
   background: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#FFFFFF));
   background: -webkit-linear-gradient(top, #CACACA, #FFFFFF);
   background: -moz-linear-gradient(top, #CACACA, #FFFFFF);

 }
 
 
  .part{
	height: auto;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap;
    font-family: var( --main-family );
    font-weight: normal;
    font-size: 1.2em;
    background: #EFEFEF;
    margin: 0.5em 1em 0 1em;
    padding: 1px;
 } 

 .part1{
    margin: 0 0 0 1em;
  }

 .part2{
	position: absolute;
	left: 210px;
		font-style: italic;
 }

  .part_1{ 
  	width: 160px;
	padding-left: 1em;
    font-weight: bold;
	margin-top: 0; margin-bottom: 0;	
	color: #000; 
  }
  
  .part_2{ 
	margin: 0 0 0 1em;	
	font-style: italic;
	color: #000;
 }

 .part_txt{
   margin: 0.8em 1em 0 1em;
   font-weight: normal;
    font-style: italic;
    font-size: 1.2em;
    border-bottom: 1px dotted black;
	height: auto;	
 }

 .part_whng_img{
   width: 100%;
   height: auto;
   margin: 0 1rem 0 1rem;
   display: -webkit-flex;
   -webkit-flex-flow: row wrap;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
 }

 .part_whng_img div img{
   margin-right:15px;
   margin-top: 15px;
   display: block;
 }

 .part_whng_img div span{
   position: relative;
   bottom: 8px;
   left: 6px;
   width: 100%;
   padding: 5px;
   line-height: 2.5em;
   text-align: center;
   font-family: var( --main-family );
   font-size: 1.0em;
   font-weight:bold;
   color: #000;
   margin:0px auto;
   z-index:1;
   filter: Alpha(opacity=50);
   opacity:0.4;
   moz-opacity:0.4;
 }

 .whng_head{
   font-family: var( --main-family );
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   margin: 0 1em;
   padding: .3em 0;
 }

 .h_left{
   font-family: Georgia, fantasy, arial, helvetica;
   font-size:15px;
   font-weight: bold;
   text-align: left;
   margin: 0;
   padding: 5px 0 5px 0;
   background-color: var( --main-bg-color );
 }

 .h_center{
   font-family: var( --main-family );
   font-size:15px;
   font-weight: bold;
   text-align:center;
   margin: 0;
   padding: 5px 0 5px 0;
   background-color: var( --main-bg-color );
 }

 .h_left{
   font-family: Hvar( --main-family );
   font-size:15px;
   font-weight: bold;
   text-align:left;
   margin: 0;
   padding: 5px 0 5px 5px;
   background-color: var( --main-bg-color );
 }


 /* für einzelne Wohnungen */
 .nav_whng{
   border: 1px solid #a0a0a0;
   background-color: #efefef;	
   margin: 2em 1em;
   padding: 0.7em;
   line-height: 2.5em;
   font-family: var( --main-family );
   font-size: .7rem;
   text-align: center;
 }

 .nav_whng a{
   color: #FFFFFF;
   margin-right: .6em;
   
   padding: 0.2rem 1rem;
   vertical-align: bottom;
   border-radius: 0.4rem;
   border: Solid 1px #FFFFFF;
   margin-top: 5px;
   transition: all 0.5s;
   background: #4e8cb5;
   text-decoration: none;
 }

 .nav_whng a:hover{
   color: #c0c0c0;
   background: #cadbea;
   box-shadow: inset 0px -5px 12px #FFFFFF;
 }


 /* Zwischenraum section */
 .dist{
  height:10px;
 }

	.mehr{
		text-decoration: none;
		font-weight: bold;
		color: #FF0000;
	}
	
	.mehr:hover{
		background-color: #2E97CC;
		color: #FFF;
	}

 /* Buttons */
 button {
	padding: .4em .8em;
	background: #3839ab linear-gradient(hsla(0, 0%, 100%, .2), transparent);
	border: thin solid rgba(0, 0, 0, .1);
	border-radius: 0 0.4em 0.4em 0.4em;
	box-shadow: 0 .2em 0.4em rgba(0, 0, 0, .5);
	color: white;
	text-shadow: 0 -.05em .05em rgba(0, 0, 0, .5);
	font-size: 110%;
	line-height: 1.5;
} 

 button:focus,
 button:hover {
	box-shadow: 0 .3em 0.6em rgba(0, 0, 0, .8);
 }

 button.cancel {
	background-color: #c32e04;
 }

 button.ok {
	background-color: #508eb8; /* #5a9900; */
 }

 
 .btn {
  //line-height:35px;
  font-size: 14px;
  font-weight: bold;
  font-family: var( --main-family );
  color: #FFF;

  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius:5;
  -moz-border-radius: 5;
  border-radius: 5px;
  padding: 2px 10px;
  text-decoration: none;
 }

 .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
 }

 .btn_green {
  width:98%;
  min-height:80px;
  font-size:15px;
  margin-bottom:5px;
  background-color: #00DF00;
  -webkit-border-radius:15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  padding: 5px 10px 10px 10px;
  text-decoration: none;
 }

 .btn_red {
  width:98%;
  min-height:80px;
  font-size:35px;
  margin-bottom:5px;
  background-color: #FF0000;
  -webkit-border-radius:15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  padding: 5px 10px 10px 10px;
  text-decoration: none;
 }

 .btn_small {
  width:90%;
  min-height:20px;
  font-size:11px;
  background: #3498db;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-weight:bold;
  margin: 5px 25px 5px 5px;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
 }

 .btn_small:hover {
  background: #3cb0fd;
  text-decoration: none;
 }


 .c_button {
  top: -45px;
  position: relative;
  left: 10px;
  padding: 3px 2px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  }


 .Fehlermeldung {
  font-family: var( --main-family );
  font-size: 0.8em;
  font-weight:bold;
  color: #FFFFFF;
  background-color: red;
  border:1px solid #9f9f9f;
  margin-right:3px;
 }

 /*#######   Cookie  ##############*/
 #cookie{
  width: 100%;
  position: fixed;
  top: 0px;

  -webkit-flex-basis: 100%;
	-webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  justify-content: center;
  /* filter: Alpha(opacity=40); */
  opacity:0.9;
  moz-opacity:0.9;  

  background-color:#7F7F7F;
  color:#FFF;
  height: auto;
  line-height:1.3em;
  padding:1.5em;
  z-index: 0;
  font-size: 1.2em;
  font-style:italic;
 }

 #cookie div:nth-of-type(1) {
   -webkit-flex-basis: 70%;
   flex-basis: 70%;
 }

 #cookie div:nth-of-type(2) {
   -webkit-flex-basis: 6em;
   flex-basis: 6em;
   margin: 0 2em;
 }


.button_ok {
   border: 1px solid #FFF;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   padding: .7em;
   -webkit-border-radius: .6em;
   -moz-border-radius: .6em;
   border-radius: .6em;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #FFF;
   font-weight:bold;
   font-size: .8rem;
   font-family: helvetica, arial, serif;
   text-decoration: none;
   vertical-align: middle;
   }

 .button_ok:hover {
   border: 1px solid #FFF;
   text-shadow: #1e4158 0 1px 0;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   color: #000;
 }

 .button_ok:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #000;
  }


 .clear{
  color: #FFF;
  font-family: var( --main-family );
  font-weight: bold;
  text-decoration: none;
  background: red;
  margin: 0 10px 0 10px;
  padding:0 5px 0 5px;
 }

 .zoomin img {
   height: 70px;
   width: 70px;
   -webkit-transition: all 2s ease;
   -moz-transition: all 2s ease;
   -ms-transition: all 2s ease;
   transition: all 2s ease;
 }

 .zoomin img:hover {
   width: 350px;
   height: 350px;
 }


 .zoomin_whng img {
  width: 300px;
   height: 200px;
   -webkit-transition: all 2s ease;
   -moz-transition: all 2s ease;
   -ms-transition: all 2s ease;
   transition: all 2s ease;
   border: 1px solid #C0C0C0;
  }

 .zoomin_whng img:hover {
   width: 490px;
   height: 350px;
 }
 
 /* Image Seitenanpassung */
 .scale img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
} 

 /* kreisrundes image */
 .rund img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
   border-radius: 50%;
} 

 .tooltip{
  font-family: var( --main-family );
  font-size:11px;
  text-align:left;
  position:absolute; z-index:10;
  display:none;
  border:1px #000000 solid;
  padding:5px;
  background:#FFFFCC;
  color:#000000;
  width:250px; z-index:100;
 }

 .d_center{
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .box {
  font-family: var( --main-family );
  text-align: center;
  font-weight:bold;
  font-size: 1rem;
  color:#000;
  padding:0.8rem 0 0.3rem 0;
  height:auto;
  background:linear-gradient(to bottom, #FFF 15%, #AFAFAF 100%);
 }

 .boxtext{
  font-family: var( --main-family );
  text-align: justify;
  font-size: 1.2em;
  line-height: 1.5em;
  color:#555555;
  background-color: var( --main-bg-color );
  padding: 3em;
  margin-bottom:25px;
 }
 
 .nojava{
  color:white;
  font-family: var( --main-family );
  font-size: 1.5em;
  text-align:center;
  background-color:red;
  position:absolute;
  left:10px;
  top:0px;
 }
 
 /* Impressum */
  
  .pf_txt{
	  font-size: 1.8em;
  }
 /***********************/


 /* ############################# */
 /*       zum Testen              */
 /* ############################# */
 #fixme {
  position:fixed;
  bottom: 0px;
  width: 100%;
  /* body>#fixme { position:fixed ); */
 }



	/************************/
	/* Top Navigation  */
	/************************/
	nav{
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center; 
		margin: 0 auto;
		max-width: 95%;
		text-align:center;
	}
	
	nav ul {margin: .4em 0; padding:0; font-variant: small-caps;}

	nav ul li a { display: block; color: #FFF; text-decoration: none; height:20px; font-size:1.5em; }
	nav ul li ul {padding:0px; position:absolute; top:2.2em; left:0px; display:none; visibility:hidden;}
	
	nav ul li:hover > ul { display:block; visibility:visible;}
	
	nav ul li ul li{ background-color: var( --main-bg-color ); display: block; text-align: left; width:16em; font-size: .9em; text-shadow: #7ea4bd 0 1px 0; z-index:10;}
	nav ul li ul li:hover { background: #00C0FF;}
 
	nav ul li ul li ul { padding:0px; position:absolute; top:-.5em; left:-178px; display:none; visibility:hidden; }	
	nav ul li ul li ul li { background-color: var( --main-bg-color ); display: block; text-align: left; width:23em; font-size: .9em; z-index:10; text-shadow: #7ea4bd 0 1px 0; position: relative; right: 45px;}	

	nav ul li.hassub > a:after { content: "+"; color: #FFF; position: relative; top: 0; right: 0;  padding: 0 0 0 0.3em; }		


 nav ul li{
   border: 1px solid #FFF;
   background: ;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   padding: .5em .7em;

   -webkit-border-radius: .6em;
   -moz-border-radius: .6em;
   border-radius: .6em;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #7ea4bd 0 1px 0;
   font-weight:bold;
   font-size: .8rem;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;

   text-align:center;
   display: inline-block;
   position:relative;
   width: 7.5rem;
   }


 nav ul li:hover {
   border: 1px solid #FFF;
   text-shadow: #1e4158 0 1px 0;
   background: ;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   color: #000;
  }

 nav ul li:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #000;
  }

  /*##################################################*/


 /*############## Indexseite Objekte ######################*/
 .container{
  padding: 0;
  margin: 0 0 .5em 0;
  width:100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 
 .idx_head{
   width: 100%;
   margin: .1em .5em  0 .5em;  
   padding: .6em;
   font-family: var( --main-family );
   font-size: 1.5em;
   font-weight: bold;
   color: #888888; /* #505050; */
   text-align: center;
    border-radius: .4em;
   background: #FFFFFF;
   background: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#FFFFFF));
   background: -webkit-linear-gradient(top, #CACACA, #FFFFFF);
   background: -moz-linear-gradient(top, #CACACA, #FFFFFF);
   background: -ms-linear-gradient(top, #CACACA, #FFFFFF);
   background: -o-linear-gradient(top, #CACACA, #FFFFFF);
 } 

	.idx-txt, .preise, .addon, .mehr { font-family: var( --main-family )}
	.idx-txt { width: 80%; }
	.preise { width: 15%;}

/*
	.idx-nk{
		border: 1px solid #AFAFAF; 
		border-radius: 5px; 
		padding: 8px;
		width: 180px;
	}
*/
	
 .col{
  margin: 10px;
  color: black;
  font-weight: normal;
  font-size: 1.1em;
  text-align: justify;
 }

 .div_addon{
    float:left;
	margin: .5em .5em 0 0;
	width:150px;
 }
 
  .div_addon_2{
    float:left;
	margin: 1.2em .5em 0 0;
	border: 1px solid #AFAFAF; 
	border-radius: 5px; 
	padding: 8px;
	min-width: 170px;	
 }

 .addon{
   padding: 0.5em;
  color: #FFF;
  border: 1px solid #d0d0d0;
  border-radius:8px;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);	  
 }

 /*###############################################*/
 

	@media all and (max-width:570px){
		.idx_head{ font-size: .9em }
		.part_head{font-size: 1em !important; }
		.part { font-size: .9em }
		
	}	
	
 