@charset "UTF-8";
/* CSS Document */

/* - - - - - -  mobile Endgeräte – – – – – - - - - */

@media (min-width: 1200px) {
	.bubble {margin:0 0 0 28%;}
	}

@media (max-width: 768px) {
	.oneColFixCtr #container  {
  	width: 97%;
	}
	.oneColFixCtr #box  {
		border: none;
		padding: 0px;
	}
	 .oneColFixCtr  #box_index  {
	 	margin: 56px 288px 16px -32px;
	}

	h1    {
	  font-size: 1.75rem;
	  line-height: 1.75rem;
		font-size: 28px;
 		line-height: 28px;
 		height: 1.125rem;
 		margin: 0 0 34px -40px;
 	}
	.fuss {
		font-size: 0.675rem;
	  line-height: 1.0rem;
		font-size: 10px;
	  line-height: 16px;
	  margin-left: -92px;
 	}
	.bubble {margin:-10% 0 0 32%;}
}

@media (max-width: 567px) {
 	 .signet {display:none;
 }
	.oneColFixCtr #mainContent {
		padding: 82px 8px 0 8px;
 }
 .oneColFixCtr  #box_index  {
		margin: 56px 16px 16px 0px;
 }
 h1    {
 	 font-size: 1.25rem;
 	 line-height: 1.25rem;
	 font-size: 26px;
	 line-height: 20px;
  }
	.plan {width:103%; height:auto; border:0; margin-left: -4px;}

	.bubble {margin:-23% 0 0 42%;}
}
