@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.actionbutton {
	padding: 10px;
	border: 2px solid;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

body {
	font-size: 18px !important;
}

.logoImage {
	max-width: 280px;
}

/* Text styles */
.header {
	max-width: 900px;
	height: 100px;
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
	text-transform: uppercase;
	line-height: 18px;
	z-index: 0 !important;
}
.service {
    float: right !important;
    margin-top: 10px;
    position: absolute;
    width: 100%;
	max-width: 310px;
	z-index: 2;
	right: 0;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;

}

.containerMin {
	min-height: calc(100vh - 237px);
}

.content {
	background-image: url("../images/background.gif");
    background-repeat: repeat-x;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    min-height: 340px;
    padding-top: 30px;
    max-width: 900px;
}


.image {
	max-width: 900px;
	max-height: 300px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
}

.mainTable {
	max-width: 860px;
}

.sideMenu {
	max-width: 280px;
}

@media screen and (min-height: 768px) {
  .sideMenu {
      width: 280px;
  }
}

.footer {
	background-color: #ba011f !important;
	bottom: 0;
	color: white;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	max-width: 100vw;
}

.footer p {
	margin: 0;
}

.footer a, .footer a:hover, .footer a:focus {
		color: white;
}

.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}

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

p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
}

/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/******** D.Y. dezember 2021***/

.tableInfo td {
	width: 50%;
}
.tableteVer,
.phone img,
.mobileVer {
    display:none;
  }


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header, .container {
		max-width: 760px;
	}
	
	.footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.desktopVer {
		display:none !important;
	}
	.tableteVer {
		display:block;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 16px !important;
	}
	body.open {
		overflow-y: hidden;
		max-height: 100vh;
	}
	
	.content {
		margin-bottom: 0px;
	}
	
	.footer {
		position:relative;
	}
		
	.header {
		height: 60px;
		margin-top:30px;
	}
	.header td {
		width: 62%;
	}
	
	.phone img {
		max-height: 32px;
		float: left;
		display: block;
		margin-top: 2px;
	}
			
	.content table, .content th, .content td {
		display: inline-block;
		text-align: left !important;
	}
	.footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tableteVer,
	.desktopVer,
	.sideMenu {
		display:none !important;
	}
	.mobileVer {
		display:block;
	}

	.header span {
		display: none;
	}
	.header img {
		max-width: 160px;
		padding-left: 20px;
	}

	.mainTable {
		padding-left: 20px;
		padding-right: 20px;
		max-width:calc(100% - 40px) !important
	}

}

/* menu */
@media only screen and (max-width: 767px) {
	.module_menu {
	  border: 0px solid;
	  margin: 10vh auto 0 40px;
	}

	.button_container {
	  position: relative;
	  height: 30px;
	  width: 40px;
	  cursor: pointer;
	  z-index: 100;
	  -webkit-transition: opacity .25s ease;
	  transition: opacity .25s ease;
	  margin-top:5px;
	  float:right;
	  right:15px;
	  top: 3px;
	}

	.button_container.active .top {
	  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
			  transform: translateY(10px) translateX(0) rotate(45deg);
	  background: #006db6;
	}

	.button_container.active .middle {
	  opacity: 0;
	}
	.button_container.active .bottom {
	  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
			  transform: translateY(-10px) translateX(0) rotate(-45deg);
	  background: #006db6;
	}
	.button_container span {
	  background: #006db6;
	  border: none;
	  height: 5px;
	  width: 35px;
	  position: absolute;
	  top: 0px;
	  left: 0;
	  -webkit-transition: all .5s ease;
	  transition: all .5s ease;
	  cursor: pointer;
		display: inline-block;
	}

	.button_container:hover span {
	  height: 5px;
	}

	.button_container span:nth-of-type(2) {
	  top: 10px;
	}
	.button_container span:nth-of-type(3) {
	  top: 20px;
	}

	.button_container span.menuText {
		top: 32px;
		background: none;
		font-size: 17px;
	}

	.overlay {
	  position: absolute;
	  top: 134px;
	  left:auto; 
	  right:0;
	  width: 0%;
	  height: 100%;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  visibility: hidden;
	  -webkit-transition: all .35s;
	  transition: all .35s;
	  z-index: 1050;
		overflow-x: hidden;
	}
	.overlay.open {
	  background: #006db6;
	  visibility: visible;
	  width: 100vw;
	  -webkit-transition: all .35s ease;
	  transition: all .35s ease;
	  opacity:1;
	  filter: alpha(opacity=100);
	}

	.topmenu {
		height: 100vh;
		display: flex;
		align-items: center;
	}


	.overlay nav {
	  position: relative;
	  font-size: 29px;
	  font-weight: 200;
	  text-align: left;
	  z-index: 100;
	  line-height: 1.3;
	  transition:all .3s;
		overflow-y: scroll;
		height: 100vh;
	}
	
	.topmenuModule {
		overflow-y: scroll;
		min-height: 560px;
		display: inline-block;
}

	.overlay ul {
	  display: block;
	  height: 100%;
	  list-style: outside none none;
	  margin: 0 auto 20px;
	  padding: 0;
	  position: relative;
	  width: 100%;
	}


	.overlay ul li {
	  display: block;
	  position: relative;
	  text-align:left;
	  width: 100%;
	  float: left;
	}

	li span.nav-header {
	  padding: 4px 6px;
	}

	.overlay ul li ul li a {
		border-bottom: 0;
		line-height: 1;
		margin: 0 0 0 40px;
		font-weight: 200;
	}

	.overlay ul li a {
		display: inline-table !important;
		position: relative;
		color: #fff;
		text-decoration: none;
		border-bottom:0;
		border-radius:0;
		font-weight: 600;
		font-size: 23px;
  	}

	.module_menu .nav > li > a, .module_menu .nav > li > .separator {
		padding: 2px 5px;
	}

	.button_container {
	  margin-bottom: 17px;
	  margin-top: 2px;
	  transition:all .9s;
	}

	.button_container.fadeit {
		opacity: 0;
		transition-delay: 8s;
	}

	.button_container span.fadeit {
		background: #006db6 !important;
	}
	
	.topmenuModule {
		padding: 40px 30px 0 20px;
	}	
	
	.tableInfo td {
		width: 100%;
	}
	.tableInfo td:nth-child(2n) {
		border-bottom: 1px solid #006db6;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

@media screen and (max-height: 680px) {
	.topmenuModule {
		padding: 20px 30px 0;
	}	
	#accordeonck95 li.level1 > span a {
		padding-bottom: 0;
		font-size: 20px;
	}
	.overlay ul li {
		line-height: 1.1;
	}
}
@media screen and (max-height: 600px) {
	.overlay {
		  height: calc(100vh + 110px);
	}
	
	.topmenuModule {
		padding: 10px 30px 0;
	}
	
	#accordeonck95 li.accordeonck {
		line-height: 1.05;
	}
	
	#accordeonck95 a.accordeonck,
	#accordeonck95 li.level1 > span a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
	}
}


@media screen and (max-height: 380px) {
.logo-image {
  margin-left: -15px;
  margin-right: -15px;
}
	
	.overlay ul {
	  width: 80%;
	}
}


.ScrollText {
	position: relative;
	top: 0;
	z-index: 999999;
	background: #006db6;
	height: 24px;
	overflow: hidden;
	padding: 10px 0;
}

.ScrollText a {
	color: #fff;
}

.ScrollText a:hover {
	color: #f2f2f2;
}


.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%; 
}


.parent ul li {
	margin-left: -10px;
	font-size: 17px;
}
