
* {box-sizing:border-box;}

body {
	background: #ddd url('images/bg_mandala.webp') repeat;
	font-family: Arial,Arial Regular,Arial CE,Helvetica,Helvetica CE,Verdana,sans-serif;
	font-size: 100%;
	font-weight: 400;
}

a:link, a:visited {text-decoration: none;}
a:hover, a:active {text-decoration: none;}


ul {
	padding: 0 20px;
	list-style: none;
}
ul li {
	padding: 0 0 5px 0px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	background: #bbdefb;
	color: rgb(48,63,159);
	padding: 3px 0 0 10px;
	text-transform: uppercase;
}

h2.pagetitle {
	padding: 5px 10px;
	border-bottom: 3px solid #039;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	text-align: center;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 700;
	color: rgb(48,63,159);
	text-transform: uppercase;
	text-align: center;
}

iframe {
	width: 100%;
	height: 540px;
	border: 0;
}

.ido {
	background: gold;
	width: 95%;
	margin: 10px 0 0 0;
	padding: 5px 0;
	text-align: center;
	border-bottom: 3px solid orangered;
	font-family: Tahoma, Geneva, sans-serif;
	color: rgb(48,63,159);
	font-size: 90%;
	font-weight: 700;
}

#page {
	max-width: 1000px;
	margin: 0 auto;
	background: #bbdefb;
	box-shadow: 0 0 30px rgba(0,0,0,.5);
}

table.tan tbody tr {
	height: 20px;
	padding: 0;
	margin: 0;
}

header {
	height: 140px; 
	background: rgb(48,63,159);
}

.contact{
	background: rgb(40,53,147);
	border: 1px solid rgb(26,35,126);
	color: white;
	font-size: 13px;
}

header span {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

header h1 {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	padding: 40px 0 0 10px;
	margin: 0;
	color: #f6f6f6;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 2px;
}
.fb {
	padding: 8px 0 9px 0;
	background: rgb(40,53,147);
	color: white;
}
 .logo-pic {
  float: left;
	margin: 10px 20px 0 20px;
}

nav {
	width: 100%;
	height: 33px;
	background: rgb(48,63,159);
	padding: 7px;
}
nav a:first-child {
  margin-left: 20px;
} 
nav a {
	color: #fff;
	text-decoration: none;
	padding: 7px 5px;
	margin-right: 10px; 
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 700;
	
}
nav a:hover, a.active {
	color: gold;
	padding: 7px 5px;
}
nav .icon {
    display: none;
} 

#content {
	background: #edf2f4;
	width: 67%;
	float: left;
	padding: 0 15px;
	height: 100%;
	min-height: 1200px;
}

section { 
	display: block;
	line-height: 1.7;
	background: #FFFFFF;
	margin: 20px 0;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	border-radius: 7px;
	padding: 0 0 20px 0;
}

section p {
	margin: 0 5px 20px 10px;
}
section img {
    float: left;
    margin: 7px 20px 0 10px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    border-radius: 50%;
}

section li {
	list-style-position: inside;
	list-style-type: square;
	padding-left: -10px;
}

article li {
	list-style-position: inside;
	list-style-type: square;
	padding-left: -10px;
}

.row {
  margin: 10px 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

aside {
	width: 31%;
	float: right;
	margin: 0;
	padding: 0;
}

aside article {
	width: 270px;
	max-width: fit-content;
	word-wrap: break-word;
	margin: 20px 20px 40px 0;
}
aside article h3 {
	font-weight: bold;
	color: rgb(40,53,147);
	margin: 10px 0 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}
aside article img { 
	margin: 0 auto;
	width: 270px;
	height: 330px;
	max-width: max-content;
	border: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
aside article p { 
	line-height: 1.7em;
	margin: 0;
	font-size: 14px;
	word-break: break-all;
}

aside a:link {
	color: #2c3e50;
	text-transform: none;
}

.pageentry {
	background: #fff;
	text-align: justify;
	word-wrap: break-word;
	word-spacing: initial;
	line-height: 1.5em;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 0 30px 0;
}

.pageentry img {
	width: 400px;
	max-width: 100%;
  	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

footer { 
	clear: both;
	color: #222;
	background: #e3f2fd;
	margin-top: 10px;
}
footer p {
	padding: 0 20px 20px 20px;
}

/* fotóalbum */
div.img img {
	margin: 5px 7px;
	height: 140px;
	width: 140px;
	float: left;
	border-radius: 7px;
	box-shadow: none;
}

div.desc {
	font-size: 0.9rem;
	width:200px;
	margin: 2px 0 20px 5px;
	font-weight: bold;
}

/* táblázat */
table {
	width: 100%;
	margin: 10px 0;
	font-size: 1rem;
	font-weight: 300;
	border-collapse: collapse;
}

td,th,tr {
	padding: 5px 5px;
	font-size: 1rem;
	font-weight: 300;
}
td {
	text-align: right;
}
table thead tr th:first-child {
	text-align: left;
}
table tbody tr td:first-child {
	text-align: left;
}
table tfoot tr td:first-child {
	text-align: left;
}
table tbody tr:nth-child(odd){
	background-color: #f6f6f6;
}
table caption {
	margin: 0 0 10px 0;
	font-weight: 300;
	text-align: center;
	font-size: 24px;
}

.backtotop {
 	position:fixed;
	bottom:0;
	z-index:5;
	display:block;
	padding:0.5em;
}

ul.partners {list-style: none; color: #323232; padding: 0 10px;}
ul.partners li { margin: 0 0 10px 0;list-style: none;}
ul.partners li a {color: rgb(48,63,159); font-weight: 700;}

@media screen and (max-width:600px) {
  #content, aside {width:100%;}
  header h1 {font-size: 24px;}
  nav { height: 280px; background: #e3f2fd;}
  nav a:first-child { margin: 0;}
  nav a {
    display: block;
    border-bottom: 1px solid #bbdefb;
    color: #036;
	margin-right: 0; 
  }
  nav a:last-child { border-bottom: none;}
  nav a:hover, nav a.active {
  }
  .column {
  width: 100%;
  float: none;
  padding: 5px;
  }
.h3 {
    font-size: 100%;
    font-weight: 500;
}
aside {padding-left: 15px; }
}
