
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
	

h1.replace {
	line-height: 0;
}
                            /* h2 {font-size: 1.7em;
                              } */



.small {font-size: 80%;
}
.large {font-size: 120% !important;
}
.xlarge {font-size: 150%; 
}
.xxlarge {font-size: 180%; 
}
b, strong {font-weight: bolder;
}
.left-align{text-align:left!important;
}
.right-align {text-align:right;
}
.inline-block {display: inline-block;
}
hr {box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

a {	background-color: transparent;
text-decoration: none;
}
a:active,a:hover{	outline-width:0;
}

img { border-style: none;
}

.center { margin-right: auto;
  margin-left: auto;
}
.centerinline {text-align: center;
}

* {
  box-sizing: border-box;
}

/* ============== GENERAL ============== */



body { font:14px sans-serif;
background-image: url(../pic/BG-6c_2500.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
color: #fff;
}

ol, ul, menu {  list-style: none;
}
img { max-width: 100%;
}
img.smaller {width: 70%;
	max-width: 70%;
}
img.smaller-H {height: 70%;
	max-height: 70%;
}
.trans {	
	height: 0;
	display: block;
	text-indent: -9000px;
	line-height:0;
	font-size: 0.86em;
}	
	
.site-container {
	min-height: 100dvh;
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: minmax(0, 1fr);
}

/* ======== HEADLINES TEXT/PARAGRAPHS  =========== */


h1 {font-size: 2em;
 line-height: 0.67em;
 }

h2.chapter, h2.intro {
  font-family:Kodchasan;
  font-weight:700;

}

h2.intro {
  font-size: 4.8em;
  padding-top: 40px;
  padding-bottom: 30px;
}

h2.chapter {
  font-size:3.6em;
  line-height:1.8em;
  padding-left:10%;
}
h3.contact {
	font-size: 2.6em;
	line-height:1.2em;
	font-family:Kodchasan;
  	font-weight:700;
}
h3.read-easy, h4.read-easy {
  font-family:Kodchasan;
  font-weight:600;
}
h3.read-easy {
  font-size: 1.8em;
  line-height: 1.5em;
}
h4.read-easy {
  font-size: 1.4em;
  line-height: 1.5em;
}
p.read-easy {
  line-height: 1.6em;
  margin-top: 8px;
}
span.logo {
	font-family: "Bruno Ace", sans-serif;
	font-weight:400;
	padding-left: 0;
}

/* ======= HEADER ============= */

header {
  height: 127px;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 20px;
  	background-color: rgba(76,76,76,0.7)  /* #4c4c4c */
}

.logo {
  padding-left: 10%;
}


/* ============= LANGUAGE-SWITCH  =======*/


.flagcontainer {
   position: fixed;
	bottom: 20px;
	right: 20px;
}
.flagcontainer a {
	display: block;
	 margin: 0; padding: 0;
}

.checkhack {
  display: none;
}
#flaglist {
  display: none;
}
#flaglisttoggle:checked + #flaglist {
  display: block;
}
ul#flaglist {
    list-style: none;
}

/* ============= MAIN-CONTENT ========== */


.main-content {
  margin-top: 127px;
}


/* ========== INTRODUCTION ========= */

.introduction {
  width: 60%;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));

  padding: 30px 20px;
  margin-bottom: 80px;
  background-color: #111129;
}

.intro-item {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ========= PRODUCTS + COMPANY ============ */

.products, .company {
	width:60%; 
	min-width: 1100px;
	background-color: #111129;
	padding: 30px;
				/* margin-bottom: 80px; */
}	
	

.products, .company {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	row-gap: 20px;
	column-gap: 5%;
	align-items: center;
}

.products-item {
	
}


/* ======== FOOTER ============ */

footer {
	padding-bottom: 20px;
	background-color: rgba(76,76,76,0.7)
}

.footer {
	display: flex;
	width: 84%;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding-top: 30px;
	padding-left: 2%;
	row-gap:20px;
	
	}
table.address {	
	margin-right: 10px;	
}
.address tr {
	line-height: 1.2em;
}
.address td, .address th {
	padding: 4px 10px;
}
img.address {
 	max-height:160px;
 }
	

.f-1, .f-2, .f-3 {
	flex-basis: auto;
}
.f-1 {
	flex-grow: 2;}
.f-2 {
	flex-grow: 4;}
.f-3 {
	flex-grow: 2;
	align-self: flex-end;
	text-align: center;}
	

.button-wrap {
	margin-bottom: 40px;
	padding-top: 20px;
}
.button-link {
	box-shadow: 3px 4px 0px 0px;
	box-shadow: 3px 4px 0px 0px #515252;
	background:linear-gradient(to bottom, #c7c7c7 5%, #666466 100%);
	background-color:#c7c7c7;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	padding:7px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.button-link:hover {
	background:linear-gradient(to bottom, #666466 5%, #c7c7c7 100%);
	background-color:#666466;
	
}
.button-link:active {
	position:relative;
	top:1px;
}

.button-link:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.button-link:active {
	position:relative;
	top:1px;
}
	
/* ========== MENU ===========*/


.nav-links {
  display: flex;

}

.nav-links li {
  margin: 0 12px;
}

.nav-links a {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}

.nav-links a:hover,
.nav-links a.active {
  color: #fbbb00;
  background-color: rgba(76,76,76,0.8);
  border-radius: 4px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin: 4px;
}









/* ============== Responsive styling ========= */

@media (max-width: 1400px) {
	.logo {
  		padding-left: 6%;
	}
}
@media (max-width: 1200px) {
	.products, .company {
		width:84%; 
		min-width: 720px;
	}
}
@media (max-width: 900px) {
	.logo {
  		padding-left: 2%;
	}
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 127px;
    left: 0;
	 background-color: rgba(63,63,63,0.4); 
    
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 6px 0;
    text-align: center;
  }
  .nav-links a {
    font-size: 15px;
  }
  .menu-toggle {
    display: flex;
  }

	h2.intro {
  		font-size: 4.2em;
  }
	.introduction, .products, .company {
		width:80%;
		min-width: 80%;
	}
	.footer {
	width: 92%;
	}
	
	h2.chapter {
		padding-left: 0;
		text-align: center;
	}
}


@media screen and (max-width: 600px) {
	
.logo, h2.chapter {
		padding-left: 2%;
	}
	.introduction, .products, .company {
		width:88%;
		min-width: 88%;
	}
.footer {
	width: 100%;
	}
.footer h3 {
	padding-left: 2%;
	}

}

@media screen and (max-width: 500px) {
	h2.intro {
  		font-size: 3.6em;
  		padding-top: 30px;
  		padding-bottom: 30px;
	}

	h2.chapter {
  		font-size:3.0em;
  		padding-left:2%;
	}

	img.address {
		display: none;
	}
	.footer {
		flex-direction: column !important;		
		justify-content: center;
	}
	
	.f-1 {
		flex-grow: 1;}
	.f-2 {
		flex-grow: 1;
		margin-right: auto;
		margin-left: auto;
	}
	.f-3 {
		flex-grow: 1;
		align-self: auto;
	
	}
	
}

@media screen and (max-width: 420px) {
	
	p {
	font-size: 90%;
	}
	
	h2.intro {
  		font-size: 3.2em;
  		padding-top: 30px;
  		padding-bottom: 30px;
	}

	h2.chapter {
  		font-size:3.0em;
  		padding-left:0;
	}
	
	.introduction, .products, .company {
		width:90%;
		min-width: 90%;
		padding-right: 10px;
		padding-left: 10px;
	}
}	

@media screen and (max-width: 360px) {
	
	.introduction, .products, .company {
		width:94%;
		min-width: 94%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.intro-item {
		padding-right: 10px;
		padding-left: 10px;
	}
}	
