	
	
	
	/* ---------------------------------------------------------------------------------------------------------------
	
		IIKK
		==============
			
		colors: 
			
			#333333 dark (default text) 
			#969696 light gray
			#92f507 green
			
			
	*/
	
	
	
	
	/* clearfix */
	.clearfix:before, .clearfix:after { content:""; display:table; }
	.clearfix:after { clear:both; }
	.clearfix { zoom:1; }	/* For IE 6/7 (trigger hasLayout) */
	
	a img { border: none; }
	
	
	html, body {
		height: 100%;	/* fix for lazyload plugin and correct position calculations */
		-webkit-text-size-adjust: 100%;	/* prevent huge font on stupid iPhone */
          -ms-text-size-adjust: 100%; 
	}
	
	
	
	/* Fonts */
	@font-face {
		font-family: 'latoregular';
		src: url('../fonts/IIKK/Lato/lato-regular-webfont.eot');
		src: url('../fonts/IIKK/Lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/IIKK/Lato/lato-regular-webfont.woff2') format('woff2'),
			url('../fonts/IIKK/Lato/lato-regular-webfont.woff') format('woff'),
			url('../fonts/IIKK/Lato/lato-regular-webfont.ttf') format('truetype'),
			url('../fonts/IIKK/Lato/lato-regular-webfont.svg#latoregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'questrialregular';
		src: url('../fonts/IIKK/Questrial/questrial-regular-webfont.eot');
		src: url('../fonts/IIKK/Questrial/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/IIKK/Questrial/questrial-regular-webfont.woff2') format('woff2'),
			url('../fonts/IIKK/Questrial/questrial-regular-webfont.woff') format('woff'),
			url('../fonts/IIKK/Questrial/questrial-regular-webfont.ttf') format('truetype'),
			url('../fonts/IIKK/Questrial/questrial-regular-webfont.svg#questrialregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	
	/* common settings ------------------------------------------------------------------------------------------- */		
	.page, .page td, .page th {
		font-family: 'latoregular', arial;
		font-size: 16px;
		line-height: 24px;
		color: #333333;
	}
	
	a {
		color: #333333;	
	}
	
	
	/* default layout ( width: 1280 ) -------------------------------------------------------- */
	
	.row {
		clear: both;
		overflow: hidden;	
	}
	
	/* column widths */
	.page 									{ width: 980px; }
	.col										{ float: left; width: 460px; margin-right: 20px;}
	.col.span2								{ width: 940px; }
	.col:nth-child(2) {
		margin-right: 0px;		
	}
	
	.page {
		margin-right: auto;
		margin-left: auto;
	}
		
		
	/* header */
	.header {
		margin-top: 25px;
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 80px;
	}
		.header a {
			text-decoration: none;	
		}
		
		.header .logo {
			font-family: Arial, Helvetica, sans-serif;
			position: relative;
		}
			.header .logo img {
				width: 428px;
				height: 344px;
				position: relative;
				left: -12px;
				margin-bottom: 20px;
			}
			
			.header .logo h1 {
				position: absolute;
				bottom: 84px;
				right: 0px;
				margin-left: 460px;
				font-family: "latoregular",arial;
				font-size: 16px;
				line-height: 24px;
				color: #666666;
				font-weight: normal;
				padding-bottom: 25px;
			}
			
			
		/* nav */
		.header .nav {
			border-style: solid none none none;
			border-width: 1px;
			border-color: #969696;
		}
			.header .nav a {
				color: #969696;
				text-decoration: none;
				font-size: 14px;
				line-height: 24px;
			}
				.header .nav a:before {
					content: "|";	
					padding: 0px 4px;
				}
					.header .nav a:first-child:before {
						content: "";	
						padding: 0px;
					}
				
		
		.content {
			padding-left: 20px;
		}
			.content .chapter {
				margin-bottom: 80px;
				width: 940px;
			}
				.content h1 {
					font-weight: normal;
					color: #92f507;
					font-size: 24px;
					line-height: 32px;
					font-family: 'questrialregular', arial;
					border-style: none none solid none;
					border-width: 1px;
					border-color: #92f507;
					margin: 0px 0px 16px 0px;
					letter-spacing: -0.5px;	
				}
				
				.content h2 {
					font-weight: normal;
					color: #969696;
					font-size: 24px;
					line-height: 32px;
					font-family: 'questrialregular', arial;
					margin: 10px 0px 16px 0px;
					letter-spacing: -0.5px;	
				}
				
				.content h3 {
					font-weight: normal;
					color: #969696;
					font-size: 16px;
					line-height: 24px;
					font-family: 'questrialregular', arial;
					margin: 0px 0px 16px 0px;
					letter-spacing: -0.5px;	
				}
				
				
				.content ul {
					margin-top: 0px;
					margin-bottom: 10px;	
					padding: 0px 0px 0px 32px;
				}
					.content li {
						list-style-type: none;
						position: relative;	
					}
						.content li::before {
						    color: #92f507;
						    content: "■";
						    left: -20px;
						    position: absolute;
						    top: -2px;
						}
				
				.content p.cmsList {	/* helper for cms editmode */
					margin-left: 32px;
					margin-bottom: 10px;
					margin-top: 0px;
				}
				
				.content hr {
					border-color: #969696;
					border-style: none none solid none;
					border-width: 1px;
				}
				
				
			
				
			/* Slideshow */
			.slideshow {
				display: none;
				background-color: rgba(0,0,0,0.9);
				position: fixed;
				left: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
			}
				.slideshow .slides {
					position: absolute;
   				overflow: hidden;
					left: 0px;
					top:0px;
					right: 0px;
					bottom: 0px;
					cursor: pointer;
					
					/* prevent blue rectangle on click in Chrome when using "cursor: pointer;" */
					-webkit-tap-highlight-color: rgba(0,0,0,0);
					-webkit-tap-highlight-color: transparent;
				}
					.slideshow .slides img {
						display: block;
						position: absolute;
					   top: -9999px;
					   bottom: -9999px;
					   left: -9999px;
					   right: -9999px;
					   margin: auto;
					}
				
				
				/*
				.slideshow .controlls {
					display: block;
					position: absolute;
					top: 0%;
					width: 50%;
					height: 100%;
					background-size: 40px 20px;
					background-repeat: no-repeat;
				}
					.slideshow .controlls.prev {
						left: 0%;
						cursor: url(../images/sanktulrich/css/hsu_arrow_left.png ) 0 10, pointer;
					}
					.slideshow .controlls.next {
						left: 50%;
						cursor: url(../images/sanktulrich/css/hsu_arrow_right.png ) 40 10, pointer;
					}
					*/
					
				
				.slideshow .close {
					position: absolute;
					right: 0px;
					top: 0px;
					padding: 20px;
					font-size: 20px;
					color: #ffffff;
					text-shadow: 0px 0px 3px #000000;
					cursor: pointer;
				}
				
				
			
				
				
				
				
				
				/* center thumbnails */
				.thumpnails {
						
				}
					.thumpnails .item {
						width: 220px;
						height: 220px;
						float: left;
						position: relative;
	    				overflow: hidden;
	    				margin-bottom: 20px;
	    				cursor: pointer;
						
					}
						.thumpnails .item img {
							position: absolute;
						   top: -9999px;
						   bottom: -9999px;
						   left: -9999px;
						   right: -9999px;
						   margin: auto;
						}
						.thumpnails .item:nth-child(1n+1) {
							margin-right: 20px;
						}
						
						.thumpnails .item img.desktop {
							display: block;
						}
						.thumpnails .item img.mobile {
							display: none;
						}
			
	/* minimized layout  3 ( width: 280 ) mobile portrait -------------------------------------------------------- */
	@media only screen and (max-width: 479px) {
		
		.page 		{ width: 320px; margin-right: 0px; margin-left: 0px; }
		.col			{ float: none; width: 280px; margin-right: 0px; margin-bottom: 30px;}
		
		.header {
			margin-top: 20px;
			margin-bottom: 40px;
		}
		
			.header .logo img {
				width: 300px;
				height: 257px;
				left: -9px;
				margin-bottom: 0px;
			}
			.header .logo h1 {
				position: static;
				bottom: 0px;
				right: 0px;
				margin-left: 0px;
				padding-bottom: 0px;
			}
		
		.header .nav  {
			display: none;	
		}
		
		.header .tel {
			position: absolute;
			right: 20px;
			top: 70px;
			font-size: 22px;
			font-family: 'questrialregular', arial;
		}
		
		.content .chapter {
			margin-bottom: 40px;
			width: 280px;
		}
		
		.content p.image img {
			width: 100%;
			height: auto;	
		}
		
				
			/* Slideshow */
			.slideshow {
			
			}
				.slideshow .slides {
				
				}
				
				
			.thumpnails .item {
				width: 130px;
				height: 130px;
			}
				.thumpnails .item:nth-child(2n+1) {
					margin-right: 20px;
				}
				.thumpnails .item img.desktop {
					display: none;
				}
				.thumpnails .item img.mobile {
					display: block;
				}
			
		
		
		
			
		
	}
	
	
	
	
	
	
	
	
		
	
	
	
			
				