/* ~~~~~[ Main ]~~~~~ */
html {
	background: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #fff;
	color: #333;
}
.wrapperTop {
	background: #00ffe5;
	box-shadow: 0 1px 25px #333;
}
.wrapperBottom {
	background: #000000;
	box-shadow: 0 1px 25px #333;
}
	.wrapperBottom a {
		color: #fff;
		text-decoration: none;
}
.pageFooter, .pageFooter a {
	color: #c5bbbb;
	text-decoration: none;
}
.pageHeader, .pageNavigation, .wrapperMain, .pageFooter {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.pageHeader h3 {
		font-family: 'Raleway', Helvetica, Arial, sans-serif;
		font-size: 1.8rem;
		color: black;
}
.pageHeader a {
		font-family: 'Raleway', Helvetica, Arial, sans-serif;
		font-size: 1.1rem;
		color: black;
}
/* ~~~~~[ Configuration buttons ]~~~~~ */
.stuttgartWebdesigner {
	background-color : #00ffe5;
	color: white;
	padding: 10px 20px;
	border-radius: 4px;
	border-color: #00ffe5;
  }
  
  #buttonidontop {
	position: fixed;
	bottom: -4px;
	right: 10px;
  }

/* ~~~~~[ Block ]~~~~~ */
.jX-webart-block {
	font-size: 1.0em;
	display: inline-block;
	width: 289px;
	height: 300px;
	background-position: 130px 50px;
	background-size: 40%;
	background-repeat: no-repeat;
	margin: 15px 10px 5px 5px;
	padding: 10px 10px 0px 10px;
	background-color: #FCFCFC;
	background-color: #00ffe5;
	border: 0px solid #09F;
	border-radius: 180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	box-shadow: 1px 2px 1px rgba(0,0,0, .3);
	-webkit-box-shadow: 1px 2px 1px grey;
	-moz-box-shadow: 1px 2px 1px grey;
}
/* These are the jXstyles - Basic */
.jX-webart-block {
	border: 0px solid #09F;
	border-radius: 30% 70% 87% 13% / 70% 21% 79% 30%;
	-moz-border-radius: 30% 70% 87% 13% / 70% 21% 79% 30%;
	-webkit-border-radius: 30% 70% 87% 13% / 70% 21% 79% 30%;
	/* These are ADDITIONAL styles */
	width: 300px;
	height: 300px;
	background: #00ffe5;
	background: -webkit-linear-gradient(to right, #FCFCFC, #00ffe5);
	background: linear-gradient(to right, #FCFCFC, #00ffe5);
}
	/* ~~~~~[ some events ]~~~~~ */
.jX-webart-block:hover {
		box-shadow: 8px 6px 10px rgba(0,0,0, .3);
		-webkit-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
		-moz-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
	}
.jX-webart-block:hover {
		-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;
		transition: all 400ms ease-in-out;
	}
.jX-webart-block article {
		padding: 0px 0px 0px 15px;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
.jX-webart-block h2, h3 {
		font-family: 'Raleway', Helvetica, Arial, sans-serif;
		font-size: 1.5em;
		line-height: 1.0em;
		font-weight: 100;
		border-bottom: 0px solid #fff;
	}
/* These are the jXstyles */
/* ~~~~~[ Block ]~~~~~ */
.jX-webart2-block {
	font-size: 1.0em;
	display: inline-block;
	width: 289px;
	height: 300px;
	background-position: 130px 50px;
	background-size: 40%;
	background-repeat: no-repeat;
	margin: 15px 10px 5px 5px;
	padding: 10px 10px 0px 10px;
	background-color: #FCFCFC;
	background-color: #00ffe5;
	border: 0px solid #09F;
	border-radius: 180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	box-shadow: 1px 2px 1px rgba(0,0,0, .3);
	-webkit-box-shadow: 1px 2px 1px grey;
	-moz-box-shadow: 1px 2px 1px grey;
}
.jX-webart2-block {
	border: 0px solid #09F;
	border-radius: 9% 80% 50% 39% / 17% 45% 49% 10%;
	-moz-border-radius: 9% 80% 50% 39% / 17% 45% 49% 10%;
	-webkit-border-radius: 9% 80% 50% 39% / 17% 45% 49% 10%;
	/* These are ADDITIONAL styles */
	width: 300px;
	height: 300px;
	background: #00ffe5;
	background: -webkit-linear-gradient(to right, #00ffe5, #FCFCFC);
	background: linear-gradient(to right, #00ffe5, #FCFCFC);
}
	/* ~~~~~[ some events ]~~~~~ */
	.jX-webart2-block:hover {
		box-shadow: 8px 6px 10px rgba(0,0,0, .3);
		-webkit-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
		-moz-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
	}
	.jX-webart2-block:hover {
		-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;
		transition: all 400ms ease-in-out;
	}
	.jX-webart2-block article {
		padding: 0px 0px 0px 15px;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	/* ~~~~~[ bubble ]~~~~~ */
.bubble {
	font-size: 1.0em;
	display: inline-block;
	width: 289px;
	height: 300px;
	background-position: 130px 50px;
	background-size: 40%;
	background-repeat: no-repeat;
	margin: 15px 10px 5px 5px;
	padding: 10px 10px 0px 10px;
	background-color: whitesmoke;
	border-radius: 180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	-webkit-box-shadow: 1px 2px 1px grey;
	-moz-box-shadow: 1px 2px 1px grey;
	box-shadow: 1px 2px 1px rgba(0,0,0, .3);
	opacity: .8;

}
/* ~~~~~[ Block ]~~~~~ */
.webart-block {
	font-size: 1.0em;
	display: inline-block;
	width: 289px;
	height: 300px;
	background-position: 130px 50px;
	background-size: 40%;
	background-repeat: no-repeat;
	margin: 15px 10px 5px 5px;
	padding: 10px 10px 0px 10px;
	background-color: #00f1c9;
	background-color: #00ffe5;
	border-radius: 180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	-webkit-box-shadow: 1px 2px 1px grey;
	-moz-box-shadow: 1px 2px 1px grey;
	box-shadow: 1px 2px 1px rgba(0,0,0, .3);
}
	/* ~~~~~[ some events ]~~~~~ */
.webart-block:hover {
	box-shadow: 8px 6px 10px rgba(0,0,0, .3);
	-webkit-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
	-moz-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
	}
.webart-block:hover {
	-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;
	transition: all 400ms ease-in-out;
	}
.imgright img, svg {
	margin: 0px 0px 0px 0px;
	width: 50%;
	float: right;
	max-width: 40%;
	background-color: #00f1c9;
	border: 0px solid #09F;
	border-radius: 180px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	-webkit-box-shadow: 1px 2px 1px grey;
	-moz-box-shadow: 1px 2px 1px grey;
	box-shadow: 1px 2px 1px rgba(0,0,0, .3);
}
/* ~~~~~[ some events ]~~~~~ */
.imgright:hover {
	box-shadow: 8px 6px 10px rgba(0,0,0, .3);
	-webkit-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
	-moz-box-shadow: 8px 6px 10px rgba(0,0,0, .3);
}
.imgright:hover {
	-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;
	transition: all 400ms ease-in-out;
}
/* ~~~~~[ explore UI/UX ]~~~~~ */
@keyframes rotating {
	0% {
		rotate: 0;}
	100% {
		rotate: -1turn;}
}
@keyframes scratch {
	0% {
		rotate: 0;}
	10% {
		rotate: -0.25turn;}
	100% {
		rotate: 1turn;}
}
.disc {
	animation: rotating 4s linear infinite;
}
/*
.fadeCard {
	animation: fadeInAnimation ease 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .8;
	}
}*/
/*~~~~~[HTML 5*/
climber img, svg{
width:20%;
float: right;
max-width: 20%;
}
.illustration img, svg {
	width: 30%;
	float: right;
	max-width: 30%;
}
.schnitt img, svg {
	width: 100%;
	float: none;
	max-width: 100%;
}
.climber img, svg {
	width: 10%;
	float: right;
	max-width: 10%;
}
.qrcode img, svg {
	width: 50%;
	margin-left: 30px;
	float: left;
	max-width: 50%;
}
.imac img, svg {
	width: 40%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	max-width: 40%;
}
.setclear { clear: both; }
objectright img, svg{
margin: 30px 0px 0px 0px;
width:40%;
float: right;
max-width: 40%;
}
.objectright img, svg {
	margin: 30px 0px 0px 0px;
	width: 40%;
	float: right;
	max-width: 40%;
}
objectleft img, svg {
	margin: 0px 0px 0px 0px;
	width: 100%;        
	float: left;
	max-width: 100%;
}
.objectleft img, svg {
	margin: 0px 0px 0px 0px;
	width: 100%;
	float: left;
	max-width: 100%;
}
/*~~~~~[HTML 5*/
aside img, svg {
width:20%;
float: right;
max-width: 20%;
}
/*~~~~~[NAVIGATION*/
.pageNavigation {
	padding: .0rem .0rem .0rem 1.0rem;
	background: #af2f2f;
}
.pageNavigation img {
	width: 20%;
	height: 10%;
	max-height: 10%;
	max-width: 20%;
}
.menuItems {
list-style: none;
}
.menuItems li {
line-height: 1.8rem;
border-bottom: 1px solid #464646;
text-transform: uppercase;
}
.menuItems li a {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color: white;
	font-size: 1.1rem;
	text-decoration: none;
}

/*~~~~~[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, h3 {
padding: 0.6rem 0;
font-family: 'Raleway', Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 1.2rem;
line-height: 1.2rem;  
}
/*~~~~~[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;  
	}
blockquotedesign {
  padding-left: 30px;
  padding-right: 30px;
  margin: 20px;
  margin-bottom: 30px;
}
blockquotedesign:after {
  content: '„';
  display: block;
  float: left;
  font-size: 700%;
  margin-right: 10px;
  margin-left: -50px;
  margin-top: -140px;
  color: #c00;
}
blockquotedesign:before {
  content: '“';
  display: block;
  float: right;
  font-size: 700%;
  margin-top: -40px;
  margin-right: -50px;
  color: black;
}
/*~~~~~[INPUTS & BUTTONS */
.searchForm {
text-align: center;
}
.searchForm input {
height: 30px;
vertical-align: top;
border: none;
}
.toggleMenu {
position: absolute;
width: 20px;
height:  20px;
cursor: context-menu;
margin-top: -40px;
}


/*~~~~~[DISPLAY CLASSES*/
.hiddenOnMobile {
	display: none;
	}
	.visibleOnMobile {
	display: block;
	}
	/*~~~~~[UNIQUE ELEMENTS*/
	.logo {
	max-width: 200px;
	}
	/*~~~~~[HTML 5 Partytime II*/
	bw img {
	width:100%;
	max-width: 100%;
	}
	/*~~~~~[MEDIA QUERIES*/
	@media screen and (min-width: 440px)
	{
	.gc3-1-3 {
	width: 33%;
	float:left;
	}
	.gc3-2-3 {
	width: 66%;
	float:left;
	}
	.gc2-1-2  {
	width: 50%;
	float:left;
	}
	.fullWidth {
	width: 100%;
	float:left;
	}
	.menuItems li {
	display: inline-block;
	margin-right:  1.5rem;
	}
	.toggleMenu {
	display: none;
	}
	.hiddenOnMobile {
	display: block;
	}
	}
	@media screen and (min-width: 1100px) {
	/*Only when browser window is wider than 1100px*/
	html {
	font-size: 16px;
	line-height: 1.3rem;
	}}
	
	
	