html {
	background: #000;
	height: 100%;
}
body {
	background: #000;
	height: 100%;
}

.home .svg-container {
	min-height: 320px;
	min-width: 190px;
}
.home #swiffycontainer {
	position: absolute;
	margin-left: -95px;
	margin-top: -210px;
	left: 50%;
	top: 50%;
}
.home .home-links {
	position: absolute;
	width: 169px;
	margin-left: -90px;
	margin-top: 90px;
	left: 50%;
	top: 50%;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	height: 20px;
}
.home .home-links > a {
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #666;
	top: 0;
	position: absolute;
	text-decoration: none;
}
.home .home-links > a:hover {
	color: #999966;
}
.home .home-links .link-left {
	left: 0;
}
.home .home-links .link-right {
	right: 0;
}

footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: #000;
}
footer .beeldhouwwerken {
	height: 100%;
	margin-right: 300px;
	background: #000;
	position: relative;
	z-index: 2;
}
footer .beeldhouwwerken .list {
	height: 100px;
	overflow: hidden;
	margin-right: 32px;
}
footer .beeldhouwwerken .list-inside {
	position: relative;
}
footer .beeldhouwwerken .link {
	display: block;
	float: left;
	height: 100px;
	width: 70px;
	padding: 20px 5px;
}
footer .beeldhouwwerken .link .image {
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: 50% 50%;
}
footer .beeldhouwwerken .between-text-a, footer .beeldhouwwerken .between-text-b {
	display: block;
	float: left;
	color: #999966;
	font-size: 11px;
	height: 100px;
	padding: 20px 30px;
	line-height: 30px;
}
footer .beeldhouwwerken .between-text-b {
	line-height: 20px;
}

.footer-nav-left {
	position: absolute;
	right: -16px;
	top: 0px;
	width: 32px;
	height: 100%;
	padding: 20px 0;
}
.footer-nav-left .nav-block-next {
	position: absolute;
	bottom: 4px;
	width: 32px;
	height: 32px;
	background: url("/style/footer-button-right.png") no-repeat 8px 8px;
	cursor: pointer;
}
.footer-nav-left .nav-block-next:hover {
	background: url("/style/footer-button-right-hover.png") no-repeat 8px 8px;
}
.footer-nav-left .nav-block-previous {
	position: absolute;
	top: 4px;
	width: 32px;
	height: 32px;
	background: url("/style/footer-button-left.png") no-repeat 8px 8px;
	cursor: pointer;
}
.footer-nav-left .nav-block-previous:hover {
	background: url("/style/footer-button-left-hover.png") no-repeat 8px 8px;
}
.footer-nav-left .line {
	border-right: 1px solid rgb(64, 64, 64);
	height: 100%;
	width: 16px;
}
.footer-nav-left .nav-disabled, .footer-nav-left .nav-disabled:hover {
	background: url("/style/footer-button-empty.png") no-repeat 8px 8px;
	cursor: auto;
}

.footer-nav-right {
	position: absolute;
	left: -16px;
	bottom: 0px;
	width: 32px;
	height: 100px;
	padding: 20px 0;
}
.footer-nav-right .nav-block-email {
	position: absolute;
	top: 4px;
	width: 32px;
	height: 32px;
	background: url("/style/footer-button-email.png") no-repeat 8px 8px;
	cursor: pointer;
}
.footer-nav-right .nav-block-email:hover {
	background: url("/style/footer-button-email-hover.png") no-repeat 0px 4px;
}
.footer-nav-right .nav-block-sound {
	position: absolute;
	bottom: 4px;
	width: 32px;
	height: 32px;
	background: url("/style/footer-button-sound.png") no-repeat 8px 8px;
	background: url("/style/footer-button-empty.png") no-repeat 8px 8px;
}
.footer-nav-right .line {
	border-right: 1px solid rgb(64, 64, 64);
	height: 100%;
	width: 16px;
}

#nav-description-left {
	position: absolute;
	line-height: 20px;
	top: -20px;
	left: 15px;
	color: #999966;
	font-size: 14px;
}
#nav-description-right {
	position: absolute;
	line-height: 20px;
	top: -20px;
	right: 25px;
	color: #999966;
	font-size: 14px;
}



footer .signature {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #000 /*url('/style/signature.png') no-repeat*/;
	width: 162px;
	height: 180px;
	z-index: 2;
}
footer .signature .address {
	color: #999966;
	text-align: right;
	font-size: 11px;
	font-size: 12px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000;
}
footer .signature .address-overlay {
	display: block;
	width: 90px;
	height: 58px;
	/*background: url('/style/foto.jpg') no-repeat;*/
	position: absolute;
	right: 15px;
	bottom: 18px;
	opacity: 0;
	cursor: pointer;
	transition:.5s;
}
footer .signature .address-overlay:hover {
	opacity: 1;
}
.footer-line-top {
	border-top: 1px solid rgb(64, 64, 64);
	position: absolute;
	width: 100%;
	height: 0px;
	top: 20px;
	left: 0px;
	z-index: 1;
}
.footer-line-bottom {
	border-bottom: 1px solid rgb(64, 64, 64);
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 20px;
	left: 0px;
	z-index: 1;
}



#main-content {
	height: 100%;
	padding-bottom: 100px;
}

.container-fluid.beeldhouwwerk {
	height: 100%;
}
.container-fluid.beeldhouwwerk > .row {
	position: relative;
}
.container-fluid.beeldhouwwerk > .row, .container-fluid.beeldhouwwerk > .row > .image-col {
	height: 100%;
}
.container-fluid.beeldhouwwerk > .row > .image-col {
	padding: 100px;
	vertical-align: middle;
	text-align: center;
}
.container-fluid.beeldhouwwerk .image {
	height: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.container-fluid.beeldhouwwerk img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}
.beeldhouwwerk-title {
	position: absolute;
	font-size: 24px;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #999966;
}



.container-over {
	padding: 100px 100px 200px 100px;
}


.text-block {
	color: #999966;
	/*font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
}
.text-block p {
	margin-bottom: 0;
}
a {
	color: #999966;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}



.toscane-text {
	max-width: 700px;
	color: #999966;
	font-size: 12px;
	position: relative;
	padding-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.toscane-text p {
	margin-bottom: 0;
}
.toscane-text h1 {
	position: absolute;
	text-align: right;
	width: 95%;
	z-index: 10;
	text-shadow: 1px 1px 1px #000;
	font-size: 2rem;
	top: 10px;
}
.toscane-text .text-a {
	padding-top: 60px;
}
.toscane-text  form {
	margin-top: 100px;
}
.toscane-text .form-control {
	background-color: #aaa;
}



.previous_beeld {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	cursor: pointer;
	text-align: center;
}
.previous_beeld .arrow {
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border: solid white;
	border-width: 0 8px 8px 0;
	width: 30px;
	height: 30px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.next_beeld {
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	cursor: pointer;
	text-align: center;
}
.next_beeld .arrow {
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border: solid white;
	border-width: 0 8px 8px 0;
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.previous_beeld:hover, .next_beeld:hover {
	opacity: 1;
}


@media (max-width: 800px) {
	.container-over {
		padding: 15px 15px 100px 15px;
	}
	footer {
		position: static;
		background: none;
		width: auto;
		height: auto;
	}
	
	footer .signature {
		position: static;
		background: none;
		width: auto;
		height: auto;
	}
	footer .signature .address {
		position: static;
		text-align: center;
	}
	footer .signature .address-overlay {
		display: none;
	}
	.footer-nav-left {
		display: none;
	}
	.footer-nav-right {
		display: none;
	}
	footer .beeldhouwwerken {
		height: auto;
		width: auto;
		background: none;
	}
	footer .beeldhouwwerken .list {
		height: auto;
		overflow: hidden;
		margin-right: 0;
	}
	footer .beeldhouwwerken .between-text-a, footer .beeldhouwwerken .between-text-b {
		display: none;
	}
	
	
	
	#main-content {
		height: auto;
		padding-bottom: 0;
	}

	.container-fluid.beeldhouwwerk {
		height: auto;
	}
	.container-fluid.beeldhouwwerk > .row, .container-fluid.beeldhouwwerk > .row > div {
		height: auto;
	}
	.container-fluid.beeldhouwwerk > .row > div {
		padding: 15px;
	}
	.container-fluid.beeldhouwwerk .image {
		height: 400px;
		background-size: contain;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	
	
	.home #swiffycontainer {
		position: static;
		margin-left: 0;
		margin-top: 0;
		left: 0;
		top: 0;
	}
	.home .home-links {
		position: relative;
		width: 169px;
		margin-left: 0;
		margin-top: 0;
		left: 0;
		top: 0;
		font-size: 11px;
		font-weight: bold;
		color: #666;
		height: 20px;
	}
	
}



