html, body {
	height: 100%;
}

#container {
min-height: 100%;
position: relative;
width: 100%;
}

body{
	margin: 0;
	color:#666;
	background:#fff;
	font-family:'PT Sans', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
	color:#003058; 
	font-weight:bold;
	font-family:'PT Sans', Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin:0 0 .5em 0;
	padding:0;
	
} 

p{ margin:0 0 1.5em;}

a,
a:visited,
a:active,
a:hover{
	color:#0085a0;
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}

ul {padding:0;}

img{ max-width:100%; height:auto;}

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

a.buttonlink{ 
	background:#0085a0; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
	font-weight: bold;
}
a.buttonlink:hover{
	background:#003058;
	transition: all 0.3s ease-in-out;
}
  
 
.wrapper{
	width: 92%; 
	margin: 0 auto;
}
header{ 
	padding:15px 0;
}
#banner{ 
	text-align:center;
}
	
#hero,
#page-header{
	background:#f0f0f0;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:20px 0;
}
#hero h1{ 
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;}

#content {  
	margin:40px 0;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:40px;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	display: inline-block;
}
.grid_6 img {
margin: 0 auto;
display: block;
}
@media only screen and (max-width: 920px) {
.blue-ribbon img {
margin: 0 auto;
display: block;	
}
.push {
	display: none;
}
}







nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.menu-toggle{
	display:block;
	padding:10px;
	margin:20px 0 0;
	background:#0085a0;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
	font-weight: bold;
}
.menu-toggle.toggled-on, .menu-toggle:hover{
	background:#003058;
}
.srt-menu{
	display:none;
	clear:both;
	padding-top: 30px;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
	text-transform: uppercase;
}
.srt-menu li a {
	background:#f0f0f0;
	display:block;
	margin:2px 0; 
	padding:10px;
	text-decoration:none;
}
.srt-menu li a:hover{
	background:#0085a0;
	color:#fff;
	transition: all 0.3s ease-in-out;
}
.srt-menu li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.srt-menu li li li a {
	background:#efefef;
	padding-left:80px;
}




aside { 
	margin:40px 0;
	list-style-position: inside;
}
#secondary-navigation{
	margin-bottom:40px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#f0f0f0;
	display:block;
	margin:2px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#0085a0;
	color:#fff;
	transition: all 0.3s ease-in-out;
}

.video-container { position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; } .video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

.push {
	height: 200px;
}

footer{
	background:#003058;
	color:#fff;	
	clear:both;
	font-size:80%;
	padding:20px 0;
	bottom: 0;
	position: relative;
	width: 100%;
}

footer ul {
	width: 90%;
	line-height: 65px
}

footer li {
	display: inline-block;
}

footer li a {
	margin-left: 35px;
	text-decoration:none;
	color:#fff;
}
.footer_logo {
	width: 120px;
    float: right;
}

	@media only screen and (max-width: 920px) {
	footer ul {
	line-height: 26px;
	width: 100%;
	}
	footer li {
	width: 100%;
	text-align: center;
	}
	footer li a {
		margin-left: 0;
	}
	.footer_logo {
    width: 100%;
    float: none;
    text-align: center;
	}
	.footer_logo img {
	max-width: 120px;	
	}
	}




/* LARGER MOBILE DEVICES */
@media only screen and (min-width: 481px) {
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;
}
.menu-toggle{
	margin-top:30px; 
	float:right;
}
} 

/* TABLET & SMALLER LAPTOPS */
@media only screen and (min-width: 920px) {
.wrapper{
	max-width: 1400px; 
	margin: .75em auto;
}
#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:100%;
}
aside { 
	float:right;
	width:30%;
}

.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu ul {
	position:		absolute;
	display:none;
	width:			12em; 
}
.srt-menu ul li {
	width:			100%;
}
.srt-menu li:hover {
	visibility:		inherit; 
	transition: all 0.3s ease-in-out;
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
}
.srt-menu li li {
	margin-left:0px;
}
.srt-menu a {
	display:		block;
	position:		relative;
	text-transform: uppercase;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			45px;
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
	left:			12em; 
	top:			0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
	left:			10em; 
	top:			0;
}

#topnav, .srt-menu {
	float:right;
	margin: 1em 0 0 0;
	font-weight: bold;
}
.srt-menu a {
	text-decoration:none;
}
.srt-menu li a {
	background:#fff;
	margin:0; 
	padding:10px 20px;
	height:45px;
}
.srt-menu a, .srt-menu a:visited  { 
	color:			#003058;	
}
.srt-menu li li a {
		border-top:		1px solid rgba(255,255,255,.2);
		background:		#333;
		background:rgba(0,0,0,.6);
		color:	#fff;
		padding-left:20px;
		height:auto;
}
.srt-menu li li a:visited{color:#fff;}
.srt-menu li li li a,
.srt-menu li.current * li a{
	padding-left:20px;
	background:rgba(0,0,0,.6);
}

.srt-menu li:hover > a,
.srt-menu li.current a{ 
	color:#fff;
	background:#0085a0;
	transition: all 0.3s ease-in-out;
}
.srt-menu li li:hover > a{
	color:#fff;
	background:#0085a0;
	transition: all 0.3s ease-in-out;
}

 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat{float:right;}

 
#hero [class*="grid_"] { margin-bottom:-20px;}

}

/* DESKTOP */
@media only screen and (min-width: 1030px) {

} 

/* LARGE VIEWING SIZE */
@media only screen and (min-width: 1240px) {

} 




/* RUSHCOMMERCE CSS */

.clickable {
	cursor:pointer;
	line-height:18px;
}

.clickable:hover {
	background-color:#f0f0f0;
	transition: all 0.3s ease-in-out;
}

p.question {
	font-weight:bold;
	margin-top:30px;
}

p.clickable {
	cursor:pointer;
	margin-bottom:25px;
	font-weight:bold;
	line-height:18px;
}

p.signed {
	font-style:italic;
	padding-left:35px;
}

.stats {
	height:1px;
	width:1px;
}



/* Linkbox */

.linkboxpositie {
 	margin-left:830px;
	line-height:14px;
}

#linkbox{
	border:4px solid #ffffff;
	background:#ffffff;
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#f3e3ed), to(#c588ac) );
	background: -moz-linear-gradient( top, #f3e3ed, #c588ac );
	text-align:left;
}

#linkbox li{
	list-style-image: url(../"http://www.rushcommerce.com/global/arrows/linkbox_arrow_prs_trans.gif");
}

#linkbox a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

#linkboxtitel{
	background-color:#ffffff;
	color:#951165 !important;
	text-align:left;
	border:3px solid #ffffff;
}


/* Contact */
.contact_boxes {
	padding-bottom: 10%;
}
.contactbox {
	background:url(../images/content.png) -50px 0px;
	margin:100px 0px;
	padding:50px;
	background-color: #f0f0f0;
	width:100%;
	min-height:200px;
	border:1px solid #f0f0f0;
}
.contactbox:hover {
	border:1px solid #cecece;
}	
.contactbox strong {
	color:#003058;
}
.contactbox li{
	list-style: none;
}
.contacthead {
	cursor:pointer;
	position:relative;
	top:-48px;
	left:-12px;
	width:200px;
	padding:2px 10px;
	background-color:#ffffff;
	color:#951165;
	font-size:16px;
	font-weight:bold;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px; 	
}

.contactimage {
	float:right;
	margin:-10px 0px 0px 50px;
}

.contacthide {
	display:none;
}

.contactmail {
	float:left;
	padding:0px;
	margin:0px;
}


/* Bestelform*/

.header{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}

#boxone,
#boxtwo,
#boxthree,
#boxfour {
	background:url(../images/content.png) -50px 0px;
	border-top:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	width:560px;
	padding:10px;
	margin:20px 0px;
}

#boxfive {
	padding-bottom:15px;
}

#boxfive .header {
	display:none;
}

.product_header {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

form.rushcommerce article h3 {
	padding-top: 0.6em !important;
}

form.rushcommerce article .product_radio {
    width: 2em !important;
    padding-top: 0.9em !important;
}

.product_description{
	font-size:12px;
	float:left;
	width:100%;
	margin-bottom:40px;
}

.euro_prices, .product_radios {
	display:block;
	margin-top:20px;
}

.euro_prices {
	float:left;
	width:120px;
	text-align:right;
}

.oldprice {
	display:none;
}

.product_radios {
	float:right;
}

#boxthree li {
	width:570px;
}

.paylist input {
	margin-bottom:30px;
	margin-right:5px;
}

.paylist label {
	width:570px;
}

.paylist img{
	margin-left:100px;
	margin-bottom:20px;
}