/* ~~~~~[ Main ]~~~~~ */
html {
	background: transparent;
	font-size: 16px;
}
.wrapperTop {
	box-shadow: 0 1px 25px #333;
}
.wrapperBottom {
	box-shadow: 0 1px 25px #333;
}
	.wrapperBottom a {
		color: #fff;
		text-decoration: none;
}
.pageFooter, .pageFooter a {
	color: #c5bbbb;
	text-decoration: none;
}


/* ~~~~~[ Configuration buttons ]~~~~~ */


.illustration img {
	float: left;
}
.schnitt img, svg {
	width: 100%;
	float: none;
	max-width: 100%;
}

/*~~~~~[TOPOGRAPHY BLOCKS]~~~~~*/
h1 {
font-family: 'Raleway', Helvetica, Arial, sans-serif;
padding: 1rem 0;
font-weight: normal;
font-size: 1.3rem;
line-height: 1.2rem;
}
h2 {
padding: 0.6rem 0;
font-family: 'Raleway', Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 1.2rem;
line-height: 1.2rem;  
}
h3 {
	padding: 0.6rem 0;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 1.1rem;  
	}
/*~~~~~[above the fold]~~~~~*/
infoFold {
	padding: 0.6rem 0;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.2rem;  
	}
.infoFoldSmall {
	padding: 0.6rem 0;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.0rem;  
	}
.infoRegio {
	font-size: 0.8rem;
		}
/*~~~~~[animation]~~~~~*/
.ABP_anim:hover{
	border-style: ridge;
	padding-bottom:0px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;	
/*~~~~~[button 3d]~~~~~*/
.noselect {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
		  -webkit-tap-highlight-color: transparent;
  }
  button:hover {
	  box-shadow: -1px -1px 15px #a1a0a0, 1px 1px 15px #a1a0a0, inset 1px 1px 10px #a1a0a0, inset -1px -1px 10px #a1a0a0;
	  transition: 500ms;
  }
  button:focus {
	  outline: none;
  }}
  