@charset "utf-8";
/* CSS Document */
/*========================================================
                    GENERAL styles
=========================================================*/
    body {
		font-family:"Myriad Light";
	}
	
	.small_font { 
		font-size:14px;
		height:auto;
		min-height:14px;
		vertical-align:middle;
		line-height:14px;
		text-align:left;
	}
	
	#iphone, #ipad, #iphone6 { display:block; }
	#trustpilot_frame { 
		postition:absolute;
		width:150px;
		height:30px;
		border:1px solid black;
		top:4px;
		right:4px;
	}
	
	.irow {
		width:90%;
		position:relative;
		float:left;
		margin-left:5%;
	}
	
	.i-color-1 { background:#363636; }
	.i-color-2 { background:#6e6e6e; }
	.i-color-3 { background:#ebebeb; }
	.i-color-4 { background:#a0b9ed; }
	.i-color-5 { background:#ffffff; }
	.i-color-6 { background:#9f9d99; }
	.i-color-7 { background:#e8e8e8; }
	
	.font-color-1 { color:#FFFFFF; }
	.font-color-2 { color:#c6c6c6; }
	.font-color-3 { color:#; }
	.font-color-4 { color:#363636; }
	
	.irow_detail { 
		width:1170px; 	
		margin:auto;
		position:relative;
		float:left;
		left:50%;
		margin-left:-585px;
	}
	
	#trustpilot_row { margin-top:-150px; width:100%; background:rgba(255, 255, 255, .8); padding:10px 0px; margin-left:0px;  }
	
	.irow_detail2 {
		width:50%;
		margin:auto;
		position:relative;
		float:left;
	}
	
	.logo-image {
		position:absolute;
		left:0px;
		top:0px;
		z-index:10;
	}
	
	.mt1 { margin-top:16px; }
	.mt2 { margin-top:30px; }
	.mt3 { margin-top:50px; }
	.mb1 { margin-bottom:50px; }
	.pt1 { padding-top:20px; }
	.pt2 { padding-top:70px; }
	.pt3 { padding-top:40px; }
	.pb1 { padding-bottom:40px; }
	
	.r_margin1 { margin-right:30px; }

	.btn-default {
		margin-top:20px;
		text-decoration:underline;
		text-align:center;
		font-size:16px;
	}
	
		.icol_3 .btn-default, .icol_2_left .btn-default, .icol_2_right .btn-default, .icol_4 .btn-default {
			color:#4378e2;
		}
		
		.btn-default:hover {
			color:#363636;
			cursor:pointer;
		}
	
	.icol_1 {
		width:310px;
		padding:40px;
		font-family:"open sans",sans-serif;
		text-align:center;
		float:left;
		height:330px;
	}
	
	.icol_2_left, .icol_2_right {
		width:505px;
		padding:40px;
		font-family:"open sans",sans-serif;
		text-align:left;
		float:right;
		height:400px;
	}
	
	.icol_2_right { float:left; }
	
	.icol_3, .icol_4 {
		width:370px;
		float:left;
		font-family:"open sans",sans-serif;
		text-align:center;
	}
	
		.icol_3 .ivak {
			background:#fff;
			width:290px;
			float:left;
			position:relative;
			margin-top:30px;
			text-align:center;
			padding:40px;
			height:330px;
			float:right;
		}
	
		.icol_3 img {
			float:left;
			width:60px;
			height:60px;
			margin-top:20px;
			margin-left:110px;
		}
		
		.icol_3 .row {
			margin-top:20px;
			font-size:16px;
		}
		
	.icol_4 {
		text-align:left;
	}
	
		.icol_4 .ivak {
			height:350px;
			float:left;
		}
		
	.ibullet {
		list-style:disc;
	}
			
	.imsg {
		font-size:16px;
		text-align:center;
	}
	
	.ititle {
		font-size:22px;
		text-transform:uppercase;
		text-align:center;
	}
	
		.ititle a {
			text-decoration:none;
			color:#000;
		}
		
		.ititle a:hover {
			cursor:pointer;
			color:#a0b9ed;
		}
		
	#bg_vakken:after, #bg_vakken::after {
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -50px;
		content: '';
		width: 0;
		height: 0;
		border-top: solid 40px #ebebeb;
		border-left: solid 40px transparent;
		border-right: solid 40px transparent;	
		z-index:10;
	}
	
	.imaps_title {
		font-size:28px;
		height:80px;
		line-height:80px;
		vertical-align:middle;
		text-transform:uppercase;
	}
	
	.google-maps {
		position: relative;
		height: 350px;
		overflow: hidden;
		padding: 0px;
	}
	
	.google-maps iframe {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100% !important;
		height: 100% !important;
		padding:0px;
		margin:0px;
	}
	
	.ifooter {
		height:100px;
		line-height:100px;
		vertical-align:middle;
		color:#afafaf;
		position:relative;
	}
	
		.ifooter a {
			color:#afafaf;
			text-decoration:none;
		}
		
		.ifooter a:hover {
			cursor:pointer;
			color:#a0b9ed;
		}
	
	.social-links {
		position:absolute;
		height:40px;
		width:40px;
		right:20px;
		top:30px;
		background:#afafaf;
		border-radius:20px;
	}
	
		.social-links img {
			height:25px;
			width:25px;
			position:absolute;
			top:7px;
			left:7px;
		}
	
		.social-links:hover {
			background:#a0b9ed;
			cursor:pointer;
		}
		
	.truspilot-links {
		position:absolute;
		height:50px;
		width:125px;
		right:80px;
		top:25px;
	}

/*========================================================
          RESPONSIVE LAYOUTS GENERAL styles
=========================================================*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) { 
	#ipad { display:none; }
	
	.irow_detail { 
		width:760px;
		margin-left:-380px;
	}
	
	.icol_3, .icol_4 {
		width:242px;
	}
	
	.r_margin1 { margin-right:15px; }
	
	.icol_3 .ivak {
		width:212px;
		margin-top:30px;
		padding:15px;
		text-align:center;
		height:430px;
	}
	
	.icol_4 .ivak {
		width:100%;
	}
	
		.icol_4 .ivak .irow iframe {
			width: 242px;
			height: 136px;
		}
		
		.icol_4 .ititle {
			min-height:65px;
		}
	
	.icol_1 {
		width:220px;
		padding:15px;
		height:390px;
	}
	
	.icol_2_left, .icol_2_right {
		width:320px;
		padding:15px;
		height:400px;
	}
	
	.logo-image {
		height:85%;
		top:12px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape) { 
	#ipad { display:none; }
	
	.irow_detail { 
		width:1010px;
		margin-left:-512px;
	}
	
	.icol_3, .icol_4 {
		width:323px;
	}
	
	.r_margin1 { margin-right:20px; }
	
	.icol_3 .ivak {
		width:278px;
		margin-top:30px;
		padding:20px;
		text-align:center;
		height:430px;
	}
	
	.icol_4 .ivak {
		width:100%;
	}
	
		.icol_4 .ivak .irow iframe {
			width: 323px;
			height: 190px;
		}
		
	.icol_1 {
		width:295px;
		padding:20px;
		height:390px;
	}
	
	.icol_2_left, .icol_2_right {
		width:400px;
		padding:15px;
		height:400px;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) and (orientation: portrait) {
	#iphone { display:none; }

	.logo-image {
		position:absolute;
		left:50%;
		top:0px;
		margin-left:-101px;
		width:203px;
		height:75px;
		z-index:10;
	}
	
	.irow_detail { 
		width:300px;
		margin-left:-150px;
	}
	
	.icol_3, .icol_4 {
		width:300px;
	}
	
	.r_margin1 { margin-right:0px; }
	
	.icol_3 .ivak {
		width:270px;
		margin-top:30px;
		padding:15px;
		height:430px;
	}
	
	.icol_4 .ivak {
		width:100%;
	}
	
		.icol_4 .ivak .irow iframe {
			width: 300px;
			height: 200px;
		}
		
	.icol_1 {
		width:270px;
		padding:15px;
		height:390px;
	}
	
	.icol_2_left, .icol_2_right {
		width:270px;
		padding:15px;
		height:400px;
	}
	
	.irow_detail2 {
		width:100%;
		margin:auto;
		position:relative;
		float:left;
	}
	
	.ifooter {
		height:194px;
		line-height:28px;
		font-size:14px;
		text-align:center;
	}
		
	.social-links {
		left:50%;
		margin-left:-20px;
		top:145px;
	}
	
	.truspilot-links {
		top:89px;
		left:50%;
		margin-left:-62px;
	}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) and (orientation: landscape) {
	#iphone { display:none; }

	.logo-image {
		position:absolute;
		left:50%;
		top:0px;
		margin-left:-101px;
		width:203px;
		height:75px;
		z-index:10;
	}
	
	.alg_titel { margin-top:20px; }
	
	.irow_detail { 
		width:560px;
		margin-left:-280px;
	}
	
	.icol_3, .icol_4 {
		width:560px;
	}
	
	.r_margin1 { margin-right:0px; }
	
	.icol_3 .ivak {
		width:520px;
		margin-top:30px;
		padding:20px;
		height:340px;
	}
	
	.icol_3 img {
		margin-left:225px;
	}
	
	.icol_4 .ivak {
		width:100%;
	}
	
		.icol_4 .ivak .irow iframe {
			width: 560px;
			height: 200px;
		}
		
	.icol_1 {
		width:520px;
		padding:20px;
		height:300px;
	}
	
	.icol_2_left, .icol_2_right {
		width:520px;
		padding:20px;
		height:350px;
	}
	
	.irow_detail2 {
		width:100%;
		margin:auto;
		position:relative;
		float:left;
	}
	
	.ifooter {
		height:180px;
		line-height:28px;
		font-size:18px;
		text-align:center;
		padding-top:15px;
	}
		
	.social-links {
		left:50%;
		margin-left:-20px;
		top:125px;
	}
	
	.truspilot-links {
		top:69px;
		left:50%;
		margin-left:-62px;
	}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { /* STYLES GO HERE */
	#iphone6 { display:none; }

	.logo-image {
		position:absolute;
		left:50%;
		top:0px;
		margin-left:-101px;
		width:203px;
		height:75px;
		z-index:10;
	}
	
	.alg_titel { margin-top:20px; }
	
	.irow_detail { 
		width:730px;
		margin-left:-365px;
	}
	
	.icol_3, .icol_4 {
		width:730px;
	}
	
	.r_margin1 { margin-right:0px; }
	
	.icol_3 .ivak {
		width:690px;
		margin-top:30px;
		padding:20px;
		height:300px;
	}
	
	.icol_3 img {
		margin-left:305px;
	}
	
	.icol_4 .ivak {
		width:100%;
	}
	
		.icol_4 .ivak .irow iframe {
			width: 730px;
			height: 200px;
		}
		
	.icol_1 {
		width:690px;
		padding:20px;
		height:300px;
	}
	
	.icol_2_left, .icol_2_right {
		width:690px;
		padding:20px;
		height:300px;
	}
	
	.irow_detail2 {
		width:100%;
		margin:auto;
		position:relative;
		float:left;
	}
	
	.ifooter {
		height:190px;
		line-height:28px;
		font-size:18px;
		text-align:center;
		padding-top:15px;
	}
		
	.social-links {
		left:50%;
		margin-left:-20px;
		top:125px;
	}
	
	.truspilot-links {
		top:69px;
		left:50%;
		margin-left:-62px;
	}
}

/*========================================================
                    HEADER styles
=========================================================*/
	nav {
	  font: 600 14px 'Open Sans', sans-serif;
	  text-transform: uppercase;
	  display: inline-block;
	  width:100%;
	}
	
	.sf-menu {
	  margin-top: 30px;
	  float: right;
	  display: block;
	  list-style:none;
	  text-decoration:none;
	}
	
	.sf-menu-drop {
		width:80%;
		border:#CCC;
	}
	
	.sf-menu > li {
	  float: left;
	  position: relative;
	  text-decoration:none;
	}
	
	.sf-menu > li > a {
	  display: block;
	  margin-left: 29px;
	  color:#000;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;
	  text-decoration:none;
	}
	.sf-menu > li > a:hover {
	  color: #a0b9ed;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;
	}
	.sf-menu > li.current > a {
	  color: #a0b9ed;
	}
	.sf-menu > li.sfHover > a {
	  color: #a0b9ed;
	}
	.sf-menu a {
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;
	}
	.sf-menu a:hover {
	  color: #a0b9ed;
	}
	.sf-menu li:hover > ul {
		display:block;
	}
	
	.select-menu {
	  font: 14px/24px "Arial";
	  color: #2a2a2a;
	  border: 2px solid #9e9e9e;
	  display:none;
	}
	
	/* First level sub-menu styles
	========================================================*/
	.sf-menu ul:before {
		content:"";
		position:absolute;
		height:45px;
		top:-41px;
		background:none;
		width:150px;
		min-width:150px;
		left:50%;
		margin-left:-75px;
		z-index:200;
		background:url("/images/arrow_up_menu.png");
		background-position:bottom;
		background-repeat:no-repeat;
		background-size:15px;
	}
	.sf-menu ul {
	  position: absolute;
	  top: 54px;
	  left: 50%;
	  margin-left: -103px;
	  background: #ffffff;
	  padding: 30px 0;
	  width: 234px;
	  z-index: 200;
	  display: none;
	  text-align: center;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  border:1px solid #000000;
	  text-decoration:none;
	  list-style:none;
	}
	.sf-menu ul li {
	  line-height: 30px;
	  position: relative;
	  text-decoration:none;
	}
	.sf-menu ul li a {
	  color: #2a2a2a;
	  text-decoration:none;
	}
	.sf-menu ul li a:hover {
	  color: #a0b9ed;
	}
	.sf-menu ul li.sfHover > a {
	  color: #a0b9ed;
	}
	/* Second level sub-menu styles
	========================================================*/
	nav .nav-arrow-2:before {
	  content: '';
	  position: absolute;
	  top: 10px;
	  right: 100%;
	  width: 0;
	  height: 0;
	  border-top: 6px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-right: 5px solid #2a2a2a;
	}
	.sf-menu ul ul {
	  position: absolute;
	  top: 0px;
	  left: 358px;
	  background: #2a2a2a;
	  padding: 30px 0;
	  z-index: 4;
	  text-decoration:none;
	}
	.sf-menu ul ul li {
	  line-height: 30px;
	  text-decoration:none;
	}
	.sf-menu ul ul li a {
	  color: #ffffff;
	  text-decoration:none;
	}
	
	.lst-default {
		list-style:decimal;
		margin-left:40px;
	}
	.normal_list {
		list-style:none;
		padding-left:0px;
	}
	
	.normal_list li:before {
		content: "* ";
		color: #a0b9ed; /* or whatever color you prefer */
	}
	
	#login_menu {
	position:absolute;
	right:10px;
	top:5px;
	width:380px;
	height:15px;
	font-size:12px;
	line-height:15px;
	vertical-align:middle;
}

	#login_taal {
		position:absolute;
		right:0px;
		top:0px;
		width:85px;
		height:15px;
		background:url(../images/arrow_down.png) no-repeat;
		background-position:70px;
	    display: inline-block;
	  }
	
		#login_taal select {
			appearance:none;
			-webkit-appearance: none;
			-moz-appearance:none;
			background: transparent;
			width: 85px;
		    font-size: 12px;
		    border: 0;
		    height: 100%;
		    position: absolute;
			left: 0;
		    top: 0;
			color:#000;
			margin-top:-1px;
		}
		
		#login_taal select option {
			background:#FFF;
			color:#000;
		}
		
		#login_taal select:hover {
			background:url(../images/arrow_down_red.png) no-repeat;
			background-position:70px;
		}
		
		.login_link:hover {
			cursor:pointer;
			color:#ed1c24;
		}
/*========================================================
                RESPONSIVE LAYOUTS STYLES MENU
=========================================================*/
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
	margin-top:90px;
  }
  .red_title {
	font-size:14px;
  }
	
  .normal_title {
	font-size:14px;
  }
  
  #login_menu {
		display:none;
	}
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 979px) {
  .sf-menu {
	  font-size:12px;
  }
  
  .sf-menu > li > a {
    margin-left: 10px;
  }
  
 h4 { 
  	font-size:24px;
	line-height: 30px;
 }
   
 #bullets {
	 margin-right:5px;
 }
  
	 .bullet {
		padding-left:15px;
		font-size:10px;
		line-height:11px;
		vertical-align:middle;
		height:11px;
	  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .sf-menu {
	  font-size:12px;
  }
  
  h4 { 
  	font-size:24px;
	line-height: 30px;
 }
   
 #bullets {
	 margin-right:90px;
 }
  
	 .bullet {
		padding-left:25px;
		font-size:9px;
		line-height:12px;
		vertical-align:middle;
		height:12px;
	  }
	  
   .red_title {
		height:30px;
		line-height:30px;
		font-size:12px;
		padding-left:10px;
	}
	
	.normal_title {
		height:30px;
		line-height:30px;
		font-size:12px;
		padding-left:10px;
	}
	
	.cust_header {
		font-size:12px;
		margin-left:10px;
	}
	
	.cust_header img {
		width:45px;
		height:45px;
	}
	
	.cust_header span {
		padding-left:55px;
		height:16px;
	}
		
	  .cust_text {
		font-size:12px;
		padding-top:25px;
		margin-left:10px;
	  }
	  
	.cust_text img {
		width:12px;
		height:12px;
	}

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {   
 .sf-menu {
	  font-size:12px;
  }
 #bullets {
	 margin-right:60px;
 }
  
	 .bullet {
		font-size:12px;
		line-height:14px;
		height:14px;
	  }
		  
	 .red_title {
		height:30px;
		line-height:30px;
		font-size:14px;
		padding-left:10px;
	}
	
	.normal_title {
		height:30px;
		line-height:30px;
		font-size:14px;
		padding-left:10px;
	}
}

@media only screen and (max-width: 767px) {
  nav {
    float: none;
  }
  .sf-menu {
    float: none;
    width: 100%;
    margin-top: 50px;
	font-size:12px;
  }
}

/* Stuck menu styles
========================================================*/
.isStuck {
  background: #2a2a2a;
  padding: 8px 0;
  z-index: 999;
}

.isStuck h1 {
  font-size: 40px;
}
.isStuck .slogan {
  margin-top: 5px;
  margin-left: 50px;
}
.isStuck .sf-menu {
  margin-top: 18px;
}
@media only screen and (max-width: 1199px) {
  .isStuck .logo-image {
    width: 10%;
  }
  h3 {
	  font-size: 35px;
	  line-height: 35px;
  }

}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
  
  h3 {
	  font-size:30px;
	  line-height:30px;
  }
}
/*========================================================
                    SLIDER styles
=========================================================*/
	#slider {
		left:0px;
		width:100%;
		height:auto;
		top:0px;
		background-color:#FFF;
		position:relative;
		padding-bottom:0px;
	}
	
		#slider img {
			height:auto;
			width:100%;
		}
		
		#slider #slider_pos {
			position:absolute;
			z-index:10;
			bottom:-20px;
			left:50%;
			width:100px;
			margin-left:-50px;
		}
		
			#slider #slider_pos img {
				width:13px;
				height:13px;
				margin:2px;
			}
	
		
		#slider_msg {
			position:absolute;
			width:400px;
			font-size:50px;
			line-height:55px;
			color:#000;
			right:0px;
			vertical-align:middle;
			height:160px;
			top:30%;
			margin-top:-80px;
			font-size:40px;
		}
		
			#slider_msg label { font-size:65px; font-weight:bold; }
		
		#slider_msg #slider_button {
			position:relative;
			font-size:16px;
			color:#00F;
			height:30px;
			line-height:30px;
			vertical-align:middle;
			text-transform:none;
			text-decoration:underline;
			width:100%;
			float:left;
		}
		
			#slider_msg #slider_button:hover {
				cursor:pointer;
				color:#000;
			}
					
			#header_slider .row .mt { margin-top:35px; }
	
	
@media screen and (max-width:1500px) { 	
	#slider_msg { font-size:36px; }
	#slider_msg label { font-size:50px; }
}

@media screen and (max-width:1330px) {
	.irow { min-width:1170px; }
	.irow_detail .irow { min-width:0px; }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:portrait)  { 
	#slider {
		width:760px;
		height:210px;
	}
	
		#slider_img {
			width:760px; !important
			height:220px; !important
		}
		
		#slider #slider_pos {
			bottom:-10px;
		}
		
		#slider_msg {
			width:250px;
			font-size:35px;
			line-height:45px;
			height:135px;
			margin-top:-70px;
		}
	.irow { min-width:0px; }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape)  { 
	#slider {
		width:1010px;
		height:279px;
	}
	
		#slider_img {
			width:1010px; !important
			height:293px; !important
		}
		
		#slider #slider_pos {
			bottom:0px;
		}
		
		#slider_msg {
			font-size:40px;
			line-height:45px;
			height:135px;
			margin-top:-70px;
		}
	.irow { min-width:0px; }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) and (orientation: portrait) { 
	#slider {
		display:none;
	}
	.irow { min-width:0px; }
	#trustpilot_row { margin-top:0px;  }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) and (orientation: landscape) { 
	#slider {
		width:560px;
		height:auto;
	}
	
		#slider_msg #slider_button { 
			bottom:-70px;
		}
	
		#slider_img {
			width:560px; !important
		}
		
		#slider #slider_pos {
			bottom:-15px;
		}
		
			#slider #slider_pos img {
				width:9px;
				height:9px;
				margin:2px;
			}
		
		#slider_msg {
			font-size:24px;
			line-height:45px;
			height:135px;
			margin-top:-70px;
		}
	.irow { min-width:0px; }
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { /* STYLES GO HERE */
	#iphone6 { display:none; }
	
	#slider {
		width:730px;
		height:201px;
	}
	
		#slider_img {
			width:730px; !important
			height:212px; !important
		}
	.irow { min-width:0px; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.irow { min-width:0px; width:100%; margin:0px; }
	
	#trustpilot_row { margin-top:70px; }
	
	#slider { margin-left:-4px; }
	#slider #slider_pos {
		bottom:-65px;
	}
	
	#slider_msg { font-size:36px; top:200px; width:500px;}
	#slider_msg label { font-size:50px; }
	.logo-image {
		height:85%;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {
	#slider_msg { font-size:36px; top:100px; width:100px; font-size:30px; }
	#slider_msg label { font-size:40px; }	
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	/* STYLES GO HERE */ 
	/* iPAD*/	
	.logo-image {
		width:90px;
		top:25px;
		height:auto;
	}
	
	.irow { min-width:0px; width:100%; margin:0px; }
	
	.irow_detail { 
		width:760px; 	
		margin-left:-380px;
	}

	.ifooter .irow_detail { width:750px; margin-left:-370px; }
	.ifooter .irow_detail a { font-size:10px; }
	header nav { font-size:11px; }
	
	.irow .irow_detail .icol_4 { margin-left:6px; margin-right:6px; }
	.irow .irow_detail .imaps_title { margin-left:10px; }
	.irow .irow_detail .alg_titel { padding-top:5px; }
	
	.irow .irow_detail .icol_3 img { margin-left:70px; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	/* STYLES GO HERE */ 
	/* iPAD*/
	
	
	.irow { min-width:0px; width:100%; margin:0px; }
	
	.irow_detail { width:1020px; margin-left:-510px; }
	.ifooter .irow_detail { width:1000px; margin-left:-500px; }
	
	.irow .irow_detail .icol_4 { margin-left:8px; margin-right:8px; }
	.irow .irow_detail .imaps_title { margin-left:14px; }
	.irow .irow_detail .alg_titel { padding-top:5px; }
}