.noanim{-webkit-transition:none !important;-moz-transition:none !important;-ms-transition:none !important;-o-transition:none !important;transition:none !important}@-webkit-keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0)}}@-moz-keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0)}}@keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0)}}
.wrapper,#page{zoom:1;width:100%;margin:0 auto;position:relative;}.wrapper:after,#page:after,.wrapper:before,#page:before{content:"\0020";display:table;height:0;overflow:hidden}.wrapper:after,#page:after{clear:both}
#header{ height: 598px; margin:10px 0 0 0; padding: 0; background-color: #fff; /*position: relative;*/}
#header cf{ height: 598px; margin:10px 0 0 0; padding: 0; background-color: #fff; /*position: relative;*/}
#trueHeader{z-index:8000;left:0;right:0;padding:0px 0;/*box-shadow:0 1px 5px rgba(0,0,0,0.2);-khtml-box-shadow:0 1px 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.2);-ms-box-shadow:0 1px 5px rgba(0,0,0,0.2);-o-box-shadow:0 1px 5px rgba(0,0,0,0.2);transition:padding 0.35s ease;-khtml-transition:padding 0.35s ease;-webkit-transition:padding 0.35s ease;-moz-transition:padding 0.35s ease;-ms-transition:padding 0.35s ease;-o-transition:padding 0.35s ease;background-color:transparent;zoom:1*/}

#trueHeader {
	display: block;
	position: absolute;
	top: 0;
	height: 0px;
	background: transparent;
	z-index: 3;
}

#trueHeader cf {
	display: block;
	position: absolute;
	top: 0;
	height: 300px;
	background: transparent;
	z-index: 3;
}

#trueHeader .My_T4S_login {
	display: block;
	width: auto;
	height: 60px;
}


#trueHeader .right {
	  display: inline-block;
	  width: 165px;
	  height: 40px;
	  position: relative;
	  top: 0px;
	  left: 40px;
	  padding: 0;
	  margin: 0;
	  background-color: #fff;
}

#trueHeader .right ul {
	float: left;
	padding: 0px;
	margin: 0px;
}
#trueHeader .right li {
	float: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
#trueHeader .right li:hover i {
	color: #454545;
}
#trueHeader .right li a {
	color: #999;
}
#trueHeader .right li a:hover {
	color: #727272;
}
#trueHeader .right li.link {
	float: left;
	font-size: 12px;
	margin-left: 18px;
	margin-top: 1px;
}
#trueHeader .right li.link i {
	margin-right: 3px;
}

#trueHeader .right li.current-lang a {
	color: rgba(232, 110, 52, 1);
	font-weight: bold;	
}

#trueHeader .My_T4S_login p a {
	display: block;
	position: absolute;
	right: 45px;
	top: 0px;	
	color: #fff;
	background-color: rgba(232, 110, 52, 1);
	padding: 5px 25px;
}

#trueHeaderMap {
	display: block;
	position: absolute;
	top: 0;
	height: 598px;
	background: transparent;
	z-index: 3;
}

/* ----------- iPhone ----------- */

/* Portrait and Landscape */
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px) 
  and (orientation: portrait)
   {
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background-color: #fff;
  line-height: 1.2;
  padding-bottom: 160px;
  overflow-x: hidden;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#header{
	display: block;
	width: 100%;
	height: auto;
	/*min-height:138px;*/
    min-height: 170px;
    resize: vertical;
    overflow: auto;
	clear: both;
	margin:0; 
	padding: 10px 0 0 0; 
	background: transparent;
	position: static;
	}
	

#trueHeader {
	display: block;
    min-height: 160px;
	height: inherit;
	padding: 10px 20px 0px 20px;
	background-color: transparent;
	position: absolute;
	
}


#trueHeader .right {
  display: block;
  position: absolute;
	width: 170px;
	height: 30px;
	left: 120px;
	top: 0px;
	background-color: rgba(255,255,255,0.6);
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#trueHeader .right ul {
	display: block;
    margin: 0 ;
    padding: 0;
	text-align: center;
	line-height: 30px;
}

#trueHeader .right li {
    font-size: 20px;
    margin: 0px 7px 0px 7px;
}

#trueHeader .right li.current-lang a {
    font-weight: light;
}

#header .container {
    width: auto;
    max-width: 100%;
	height: 100%;
	position: relative;
}

.menu_main {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	z-index: 10000;
	-moz-box-shadow: 0 0 8px #333;
-webkit-box-shadow: 0 0 8px #333;
box-shadow: 0 0 8px #333;
}
}

/* ----------- iPad mini ----------- */

/* Portrait */
@media only screen 
   and (min-device-width: 768px) 
  and (max-device-width: 1024px)  
 {
	  
	  body {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
	  
	  #header {
		display: block;
	width: 100%;
	height: auto;
	/*min-height:138px;*/
    min-height: 170px;
    resize: vertical;
    overflow: hidden;
	clear: both;
	margin:0; 
	padding: 10px 0 0 0; 
	background: transparent;
	position: static;
	  }
	  
	  #trueHeader .right li {
	float: left;
	font-size: 22px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
	  
	    .wrapper {
			display: block;
    width: 100%;
    margin: 0px auto;
	padding-top: 10px;
	z-index: 2;
}
	  .diensten_homepage {
	margin-top: 10px;	
}
	  
	.menu_main {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	z-index: 10000;
	-moz-box-shadow: 0 0 8px #333;
-webkit-box-shadow: 0 0 8px #333;
box-shadow: 0 0 8px #333;
}

}

@media only screen 
  and (max-device-width: 1472px)
  and (max-device-height: 828px) 
  and (orientation: landscape) 
  {
	  html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
	display: block;
	width: 100%;
  background-color: #fff;
  line-height: 1.2;
  padding-bottom: 160px;
  overflow-x: hidden;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.wrapper_boxed {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}
#header{
	display: block;
	width: 100%;
	height: auto;
	/*min-height:138px;*/
    min-height: 170px;
    resize: vertical;
    overflow: hidden;
	clear: both;
	margin:0; 
	padding: 10px 0 0 0; 
	background: transparent;
	position: static;
	}
	

#trueHeader {
	display: block;
    min-height: 160px;
	height: inherit;
	padding: 10px 20px 0px 20px;
	background-color: transparent;
	position: absolute;
	width: 100%;
}


#trueHeader .right {
  display: block;
  position: absolute;
	width: 170px;
	height: 30px;
	left: 220px;
	top: 0px;
	background-color: rgba(255,255,255,0.6);
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#trueHeader .right ul {
	display: block;
    margin: 0 ;
    padding: 0;
	text-align: center;
	line-height: 30px;
}

#trueHeader .right li {
    font-size: 20px;
    margin: 0px 7px 0px 7px;
}

#trueHeader .right li.current-lang a {
    font-weight: light;
}

#header .container {
    width: auto;
    max-width: 100%;
	height: 100%;
	position: relative;
}

.menu_main {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	z-index: 10000;
	-moz-box-shadow: 0 0 8px #333;
-webkit-box-shadow: 0 0 8px #333;
box-shadow: 0 0 8px #333;
}
  }
@media only screen 
    and (min-device-width: 1024px)
	and (max-device-width: 1024px)
	and (orientation: landscape)
 {
	 
body {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 0;
}
.wrapper_boxed {	  
	    display: block;
		margin: 0 auto;
		background-color: #E6E6E6;
		width: 1170px;
		height: 100%;
 }
	 
	#trueHeader .right {
	  display: block;
	  width: auto;
	  position: absolute;
	  top: 0px;
	  left: 190px;
	  padding: 0;
	  margin: 0;
	  background-color: #fff;
}
	  #trueHeader .right li {
	float: left;
	font-size: 22px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
 }
 
 @media only screen 
   and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation: portrait)  
 {
	  body {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 0;
}

	  #header {
		display: block;
	width: 100%;
	height: auto;
	/*min-height:138px;*/
    min-height: 170px;
    resize: vertical;
    overflow: auto;
	clear: both;
	margin:0; 
	padding: 10px 0 0 0; 
	background: #FFFFFF;
	position: static;
	  }
	  
	  #container {
		display: block;
		width: 100%;  
	  }
	  
	  #trueHeader {
		display: block;
		width: 100%;  
		z-index: 100;
		height: 300px;
	  }
	  
	#trueHeader .right {
	  display: block;
	  width: 165px;
	  position: absolute;
	  top: 0px;
	  left: 190px;
	  padding: 0;
	  margin: 0;
	  background-color: #fff;
}
	  
	  #trueHeader .right li {
	float: left;
	font-size: 22px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
	  
	    .wrapper {
			display: block;
    width: 100%;
    margin: 0px auto;
}
	  
	  
	  .menu_main {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 5px 0;
    z-index: 1;
    box-shadow: 0px 0px 8px #333;
}

}

  @media only screen 
    and (min-device-width: 1024px)
	and (max-device-width: 1366px)
	and (orientation: landscape)
	{
	  .menu_main {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 5px 0;
    z-index: 1000;
    box-shadow: 0px 0px 8px #333;
}
}