#slideshow-wrap {
    display: block;
    height: 300px;
    min-width: 300px;
    max-width: 490px;
    margin: auto;
    border: 2px rgba(255,255,240,1) solid;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    margin-top: 5px;
    position: relative;
}

#slideshow-inner {
    width: 100%;
    height: 100%;
    background-color: rgb(f,f,f);
    overflow: hidden;
    position: relative;
}

#slideshow-inner>ul {
    list-style: none;
    height: 100%;
    width: 500%;
    overflow: hidden;
    position: relative;
    left: 0px;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
	margin:0;
	padding:0;
}

#slideshow-inner>ul>li {
    width: 20%;
    height: 300px;
    float: left;
    position: relative;
	list-style:none;
	padding:0;
	margin:0;
}

#slideshow-inner>ul>li>img {
    margin: auto;
    height: 100%;
}

#slideshow-wrap input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 100;
    visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 100;
    width: 12px;
    height: 12px;
    background-color: rgba(200,200,200,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

#slideshow-wrap label:not(.arrows):active { bottom: -21px }

#slideshow-wrap input[type=radio]#button-1:checked~label[for=button-1] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-2:checked~label[for=button-2] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-3:checked~label[for=button-3] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-4:checked~label[for=button-4] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-5:checked~label[for=button-5] { background-color: rgba(100,100,100,1) }

#slideshow-wrap label[for=button-1] { margin-left: -36px }

#slideshow-wrap label[for=button-2] { margin-left: -18px }

#slideshow-wrap label[for=button-4] { margin-left: 18px }

#slideshow-wrap label[for=button-5] { margin-left: 36px }

#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul { left: 0 }

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul { left: -100% }

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul { left: -200% }

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul { left: -300% }

#slideshow-wrap input[type=radio]#button-5:checked~#slideshow-inner>ul { left: -400% }

.shop-mainafbeelding label.arrows {
    font-family: 'WebSymbolsRegular';
    font-size: 25px;
    color: rgb(255,255,240);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
}

.shop-mainafbeelding label.arrows:hover { opacity: 1 }

.shop-mainafbeelding label.arrows:active { margin-top: -23px }

.shop-mainafbeelding input[type=radio]#button-1:checked~.arrows#arrow-2, .shop-mainafbeelding input[type=radio]#button-2:checked~.arrows#arrow-3, .shop-mainafbeelding input[type=radio]#button-3:checked~.arrows#arrow-4, .shop-mainafbeelding input[type=radio]#button-4:checked~.arrows#arrow-5 {
    right: -55px;
    display: block;
}

.shop-mainafbeelding input[type=radio]#button-2:checked~.arrows#arrow-1, .shop-mainafbeelding input[type=radio]#button-3:checked~.arrows#arrow-2, .shop-mainafbeelding input[type=radio]#button-4:checked~.arrows#arrow-3, .shop-mainafbeelding input[type=radio]#button-5:checked~.arrows#arrow-4 {
    left: -55px;
    display: block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.shop-mainafbeelding input[type=radio]#button-2:checked~.arrows#arrow-1 { left: -19px }

.shop-mainafbeelding input[type=radio]#button-3:checked~.arrows#arrow-2 { left: -37px }

.shop-mainafbeelding input[type=radio]#button-5:checked~.arrows#arrow-4 { left: -73px }

.shop-mainafbeelding .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    font-family: 'Yanone Kaffeesatz';
    z-index: 1000;
}

.shop-mainafbeelding .description input { visibility: hidden }

.shop-mainafbeelding .description label {
    font-family: 'WebSymbolsRegular';
    background-color: rgba(255,255,240,1);
    position: relative;
    left: -17px;
    top: 00px;
    width: 40px;
    height: 27px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 5;
    color: rgb(20,20,20);
}

#slideshow-inner>ul>li:hover .description label { opacity: 1 }

.shop-mainafbeelding .description input[type=checkbox]:checked~label { opacity: 1 }

.shop-mainafbeelding .description .description-text {
    background-color: rgba(255,255,230,.5);
    padding-left: 45px;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    top: -35px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    color: rgb(20,20,20);
}

.shop-mainafbeelding .description input[type=checkbox]:checked~.description-text { opacity: 1 }
.shop-winkel{width:720px;}
.shop-winkelinformatie{width:220px; float:left;}
.shop-winkelinformatie h3{margin:5px 0px 5px 5px; padding:0;}
.shop-mainafbeelding{float:left; width:490px; height:325px; margin-left:10px;}
.shop-adres{margin:5px; background:url(http://www.unitedbrands.be/img/default/menu-home.png) no-repeat center left;}
.shop-tel{margin:5px; background:url(http://www.unitedbrands.be/fs/img/telefoon.png) no-repeat center left;}
.shop-adres p{margin:0px 0px 0px 50px; padding:0;}
.shop-tel p{margin:0px 0px 0px 50px; padding:0;}
.shop-openingsuren p {margin:5px; line-height:18px;}
.shop-dag{width:100px; float:left;}
.shop-sport{width:700px; border:1px solid #CCC; margin:5px 0px 15px 5px; padding:5px; float:left;}
.shop-aankondiging{width:700px; height:auto; border:1px solid #CCC; margin:15px 0px 15px 5px; padding:5px; float:left;}
.shop-sport p{width:220px; float:left; margin:0px 0px 2px 5px; padding:0;}
.shop-winkel h2 {padding:0; margin:5px;}
.shop-dienst-left{width:310px; height:220px; float:left; margin-left:5px; margin-top:5px; border:1px solid #CCC; padding:5px;}
.shop-dienst{width:310px; height:220px; float:left; margin-left:71px; margin-top:5px; border:1px solid #CCC; padding:5px;}

@charset "UTF-8";
/* CSS Document */

h1.titel1{
	font-size:20px;
	font-family:trebuchet MS;
	text-align:center;
	color:#00649c;
	margin-top:30px;
	
}
h2.titel2{
	font-size:16px;
	font-family:trebuchet MS;
	text-align:center;
	color:#2489be;
}

h3.titel3{
	font-size:16px;
	font-weight:lighter;
	color:#FFFFFF;
	text-align:center;
	margin-top:30px;
	font-family:trebuchet MS;
}

h4.titel4{
	font-size:18px;
	text-align:center;
	margin-top:45px;
	color:#FFFFFF;
	font-family:trebuchet MS;
}

h5.titel5{
	font-size:19px;
	font-family:trebuchet MS;
	text-align:center;
	margin-top:-20px;
	color:#FFFFFF;
}

h6.titel6{ 
	font-size:24px;
	text-align:center;
	font-family:trebuchet MS;
	color:#FFFFFF;
	margin-top:40px;
}

p{
	font-family:trebuchet MS;
	font-size:13px;
	color:#575757;
}
	
#banneraboutub{
	height:680px;
	width:840px;
}

#titelbanner{
	width:840px;
	height:30px;
	text-align:center;
}
#overub{
	width:840px;
	height:100px;
	
}

div.textblock1{
	height:140px;
	width:140px;
	background-color:#7db5da;
	float:left;
	margin-right:10px;
	margin-top:10px;
}

div.textblock2{
	height:140px;
	width:265px;
	background-color:#00385d;
	float:left;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
}

#running{
	height:140px;
	width:140px;
	background-color:#7db5da;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}
	
#football{
	margin-top:10px;
	height:140px;
	width:265px;
	float:left;
	margin-right:10px;
}

#skiing{
	height:140px;
	width:140px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}

#verticalblock{
	float:right;
	margin-top:10px;
	height:290px;
	width:140px;
}

#fanshop{
	height:140px;
	width:150px;
	background-color:#00385d;
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
}

#snowboarding{
	height:140px;
	width:105px;
	background-color:#7db5da;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#rodeduivels{
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

#verhuurpagina{
	width:850px;
	height:1100px;
}

#checklistpagina{
	width:850px;
	height:1000px;
	background-image:url(http://www.unitedbrands.be/fs/img/Sneeuwbomen-checklist1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#inhoudpagina{
	width:850px;
	height:800px;
	margin-top:10px;
}

#titel{
	text-align:center;
	font-family:trebuchet MS;
	font-size:18px;
	color:#0076a3;
}

p.tekst{
	font-family:trebuchet MS;
	color:#575757;
	font-size:12px;
	text-align:center;
}

p1{
	font-family:trebuchet MS;
	color:#575757;
	font-size:11px;
	text-align:center;
	margin-left:15px;
	margin-top:-20px;
}

p.tekst1{
	font-family:trebuchet MS;
	color:#575757;
	font-size:11px;
	text-align:left;
	line-height:150%;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
}

#foto{
	height:180px;
	width:240px;
	background-color:#3E73FF;
	float:left;
	margin-top:10px;
}

#foto1{
	height:155px;
	width:410px;
	background-color:#3E73FF;
	float:left;
	margin-top:20px;
}

#list{
	height:180px;
	width:260px;
	background-color:#0076a3;
	float:left;
	margin-top:10px;
}

#bullets {
    color:#FFFFFF;
	font-family:trebuchet MS;
	font-size:14px;
	line-height:150%;
	list-style-type:none;
	margin-left:-20px;
}

#uitleg{
	float:left;
	height:180px;
	width: 330px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:15px;
}

h2.verhuur{
	font-size:15px;
	font-family:trebuchet MS;
	margin-left:15px;
	color:#FFFFFF;
	line-height: 140%
}

table.SkiSnowboard{
	border:1px solid #acacac;
	margin-top:5px;
	float:left;
}

table.SkiSnowboard th{
	color:#0076a3;
	font-family:trebuchet MS;
	text-align:left;
	padding:5px;
}

table.SkiSnowboard td{
	width:170px;
	font-family:trebuchet MS;
	font-size:12px;
	color:#575757;
	padding:3px;
}

#onderhoud{
	border: 1px solid #acacac;
	margin-top:5px;
	width:410px;

}

#onderhoud th{
	color:#0076a3;
	font-family:trebuchet MS;
	text-align:left;
	padding:5px;
	margin-right:10px;
}

#onderhoud td{
	font-size:12px;
	font-family:trebuchet MS;
	color:#575757;
	padding: 4px;
}
#checklist{
	border:1px solid #acacac;
	float:left;
	margin:10px;
	width:830px;
	padding-left:10px;
	padding-bottom:15px;
	
}

#checklist th{
	color:#0076a3;
	font-family:trebuchet MS;
	text-align:left;
	padding-top:10px;
	padding-left:5px;
	font-size:14px;
}

#checklist td{
	width:160px;
	font-family:trebuchet MS;
	font-size:11px;
	color:#575757;
}

input[type=checkbox]{
	margin-right:7px;
	margin-left:10px;
}

#download{
	width:830px;
	height:50px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	background-color:#FFFFFF;
}

