/**** Postavitev strani - splosno ****/
body {
	margin: 0px;
	padding: 0px;
    font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: 2px;
}

a {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	color: #2d2d2d;
	text-decoration: none;
	
}

tr {
	height:50px;             
	text-align: left;
	align-items: center;
}

td {
	vertical-align: middle;
}

.wrapper { 
	max-width: 1032px; 
	height: 100%;
	margin: auto; 
}

h3  {
	font-weight: bold;
	font-size: 23px;
	text-align: center;
    color: #2d2d2d;
	letter-spacing: 2px;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h4 {
	font-size: 26px;
	font-weight: bold;
	color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h5 {
	font-size: 16px;
	font-weight: normal;
    color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h6{
	font-size: 20px;
	font-weight: bold;
    color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h7{
	font-size: 23px;
	font-weight: bold;
    color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 3.5;
}

hr {
	height: 1px;
	border: none;
	background-color: #cccccc;
	margin-top: 0px;
	
}

hr.pagetext {
	height: 1px;
	border: none;
	background: linear-gradient(to left, #cccccc, #ffc225);
	margin-top: 0px;
	margin-bottom: 20px;
}

.light {
	color: #777777; 	
}

/**** Cookie policy ****/
.nomargin hr{
	height: 1px;
	border: none;
	background: linear-gradient(to right, #ce5776, #5ba76a, #289ed4);
	margin-top: 0px;
	margin-bottom: 0px;
}

/**** Top menu ****/
nav.top {
	font-size: 15px;
	height: 60px;
	background-color: #ffffff;
	padding:0;left:0;top:0px;right:0;transition:all 0.5s;z-index:997;
}
nav.top ul {
    list-style-type: none;
    padding: 0px;
	height: 100%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.top li {
	padding-left: 10px;
	padding-right: 10px;
}
nav.top li:last-child {
	border-right: none;
}
nav.top li a {
    display: block;
    color: #2d2d2d;
    text-align: center;
    text-decoration: none;
}
nav.top li a:hover {
    color: #dbd9d9;
}

nav.top .topactive a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;
}

/**** Selects for person and organization ****/
.person {
	font-size: 15px;
	float: right;
	display: flex;
	justify-content: right;
	align-items: center;
	text-align: right;
	text-transform: none;
	font-weight: normal;
	display: block;
}


div.person {
	width: 500px;
}

.person a {
    color: #2d2d2d;
    text-align: left;
    text-decoration: none;
}

.person select{
    width: 150px;
    height: 25px;
    padding:0px;
    margin: 2px;
    padding-right: 10px;
    font-size: 12px;
}
.person a:hover {
    color: #dbd9d9;
}



/**** Main section ****/
#main {
	
}

nav.main {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	height: 180px;
	background-color: #ffc225 !important;
	padding:0;left:0;top:0px;right:0;transition:all 0.5s;z-index:997;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
}
nav.main ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
	height: 100%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.main ul.home {
	float: left;
}

nav.main li{
	padding-left: 10px;
	padding-right: 10px;
	justify-content: center;
	align-items: center;
	width: 123px;
}

nav.main li a {
    display: block;
    color: #fff;
    text-align: left;
    text-decoration: none;
	line-height: 1;
}
nav.main li a:hover {
    color: #dbd9d9;
}
.main-content {
	height: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/**** Main menu subpages ****/
#main-small {
}

nav.main-small {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	height: 128px;
	background-color: #ffc225 !important;
	padding:0;left:0;top:30px;right:0;transition:all 0.5s;z-index:997;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 600px) {	
	ul.home {
		font-size: 3vw;
	}
}
nav.main-small ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
	height: 100%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.main-small ul.home {
	float: left;
}

}

nav.main-small li {
	padding-left: 10px;
	padding-right: 10px;
	justify-content: center;
	align-items: center;
	width: 123px;
}
nav.main-small li a {
    display: block;
    color: #2d2d2d;
    text-align: left;
    text-decoration: none;
	line-height: 1;
}
nav.main-small li a:hover {
    color: #575757;
}
.main-small-content {
	height: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.button {
	width: 72px;
	height: 72px;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
	.button {
		margin-top: 5px;
		margin-bottom: 5px;
	}	
}


/**** Footer ****/
footer {
	background-color: #ffc225 !important;
	color: #777777;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

ul.footer li {
	list-style-type: none;
	display: inline-block;
	margin: 20px;

}

/**** Teksti  ****/
h4.pagetitle {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #838383;	
	text-transform: uppercase;
	line-height: 2;
	letter-spacing: 2px;
}

h5.pagetitle {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: none;
	line-height: 2;
}

h3.pagetitle {
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	color: #2d2d2d;	
	letter-spacing: -2px;
	text-transform: none;
}

div.pagetitle {
    list-style-type: none;
    margin: 0px;
    margin-top: 60px;
    padding: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: none;
}

.pagetext {
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: 0px;
	text-transform: none;
	line-height: 1,1;
	text-transform: none;
}


h3.betitle {
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	color: #2d2d2d;	
	letter-spacing: -2px;
	text-transform: none;
}

h4.betitle {
	text-align: left;
	font-size: 42px;
	font-weight: bold;
	color: #2d2d2d;	
	letter-spacing: -2px;
	text-transform: none;
	margin-left: 0px;
	line-height: 1.5;
	display: block;
}

h5.betitle {
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	color: #2d2d2d;	
	letter-spacing: -1px;
	text-transform: none;
	margin-left: 20px;
	line-height: 1.5;
	display: block;
}

h6.betitle {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 30px;
	line-height: 1.5;
	display: block;
}

h7.betitle {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 40px;
	line-height: 1.5;
	display: block;
}

h8.betitle{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 45px;
	line-height: 1.5;
	display: block;
}

h5.betext {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: -1px;
	text-transform: none;
	margin-left: 20px;
	line-height: 1.5;
	display: block;
}

h5.betext_outline{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: -1px;
	text-transform: none;
	margin-left: 20px;
	line-height: 1.5;
	border: 1px dotted #cccccc;
	padding: 10px;
	display: block;
}

h6.betext {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 30px;
	line-height: 1.5;
	display: block;
}

h6.betext_outline {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 30px;
	line-height: 1.5;
	border: 1px dotted #cccccc;
	padding: 10px;
	display: block;
}

h7.betext {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 40px;
	line-height: 1.5;
	display: block;
}

h7.betext_outline {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 40px;
	line-height: 1.5;
	border: 1px dotted #cccccc;
	padding: 10px;
	display: block;
}

h8.betext {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 45px;
	line-height: 1.5;
	display: block;
}

h8.betext_outline {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: none;
	margin-left: 45px;
	line-height: 1.5;
	border: 1px dotted #cccccc;
	padding: 10px;
	display: block;
}

div.betitle {
    list-style-type: none;
    margin: 0px;
    margin-top: 10px;
    height: 200px;
    padding: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: none;
}

.smalltext 
{
    margin: 20px;
    padding: 0px;
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	color: #2d2d2d;	
}

.smalltext2 
{
    margin: 0px;
    padding: 0px;
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	color: #2d2d2d;	
}

.smalltext3 
{
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	color: #2d2d2d;	
}

.dotted
{
	width: 30%;
	border: 1px dotted #cccccc;
	margin: 10px;
	background-color: #fafafa;
}

.imageheader {
	background-image: url('/images/625736338-2048x2048.jpg');
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
}

/* Collapsable menu*/
.topnav {
  overflow: hidden;
  width:100%;
  padding: 0px;
  margin: 0px;
  
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 16px;
}

.topnav a:not(:first-child) {
	padding-top:25px;
}
.topnav a:hover {
  color: #dbd9d9;
}

.active {
  
}

.topnav .icon {
  display: none;
}

.topnav .sociolab {
  width:110px;
  padding-top:5px;
  padding-left:15px;
}

.topnav .menuitem {
  width:140px;
}

.topnav .menuitemblank {
  width:270px;
}

@media screen and (max-width: 1032px) {
	.topnav .menuitemblank {
	  width:20vw;
	}
}
@media screen and (max-width: 950px) {
	.topnav .menuitemblank {
	  width:15vw;
	}
}
@media screen and (max-width: 850px) {
	.topnav .menuitemblank {
	  width:10vw;
	}
}
@media screen and (max-width: 810px) {
	.topnav .menuitemblank {
	  display: none;
	}
}
@media screen and (max-width: 810px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    height:60px;
  }
}

@media screen and (max-width: 810px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #fff;
  }
  .topnav.responsive a:not(:first-child) {
    float: none;
    display: block;
    text-align: right;
    background-color: rgba(120, 120, 120, 0.5);
    padding: 15px 16px;
    height:70px;
  }

  .topnav.responsive .menuitem {
  	width:auto;
  	float: right;
    display: block;
	}
	
	.topnav.responsive .menuitemblank {
	  height:82px;
	  width:100%;
	  background-color: transparent;
	}
}

/* Collapsable menu for subpages*/
.topnav2 {
  overflow: hidden;
  width:100%;
  padding: 0px;
  margin: 0px;
}

.topnav2 a {
  float: left;
  display: block;
  color: #2d2d2d;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 16px;
}
.topnav2 a:not(:first-child) {
	padding-top:25px;
}
.topnav2 a:hover {
  color: #dbd9d9;
}

.active2 {
  
}

.topnav2 .icon2 {
  display: none;
}

.topnav2 .sociolab2 {
  width:110px;
}
.topnav2 .sociolab2 img{
  width:130px;
}

.topnav2 .menuitem2 {
  width:140px;
}

.topnav2 .menuitemblank2 {
  width:270px;
}

.topnav2 .menuitemblank3 {
  width:380px;
}

@media screen and (max-width: 1032px) {
	.topnav2 .menuitemblank2 {
	  width:20vw;
	}
}
@media screen and (max-width: 950px) {
	.topnav2 .menuitemblank2 {
	  width:15vw;
	}
}
@media screen and (max-width: 850px) {
	.topnav2 .menuitemblank2 {
	  width:10vw;
	}
}
@media screen and (max-width: 810px) {
	.topnav2 .menuitemblank2 {
	  display: none;
	}
}
@media screen and (max-width: 810px) {
  .topnav2 a:not(:first-child) {display: none;}
  .topnav2 a.icon2 {
    float: right;
    display: block;
    height:60px;
  }
}

@media screen and (max-width: 810px) {
  .topnav2.responsive {position: relative;}
  .topnav2.responsive .icon2 {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #fff;
  }
  .topnav2.responsive a:not(:first-child) {
    float: none;
    display: block;
    text-align: right;
    background-color: #F5F5F2;
    padding: 15px 16px;
    height:70px;
  }
  .topnav2.responsive .menuitem2 {
  	width:auto;
  	float: right;
    display: block;
	}
	
	.topnav2.responsive .menuitemblank2 {
	  height:82px;
	  width:100%;
	  background-color: transparent;
	}
}

@media screen and (max-width: 810px) {
  .main-small2.responsive {display: none;}
}

div.cookie-bar {
	font-size: 14px;
	height: 50px;
	background-color: #F5F5F2;
	padding:0;left:0;top:0px;right:0;transition:all 0.5s;z-index:997;
    padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;
}

.btn-cookie {
    background-color: #1ea265;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: normal;
	font-size: 13px;
	color: #fff;
	height: 30px;
	justify-content: center;
	align-items: center;
    text-align: center;
    padding-top:3px;
}


/*** Backend ***/
.leftmenu {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: 0px;
	text-transform: none;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 10px;
	width: 18%;
	border: 1px dotted #cccccc;
	border-radius: 10px;
	background-color: #faf9f8;
}

ul.leftmenuitem li {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eff0ee;
}

ul.leftmenuitem2 li {
	list-style-type: none;
	margin-left: -60px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eff0ee;
	font-size: 12px;
}

ul.leftmenuitem li.left:before {
  content: "»";
  color: #eff0ee;
  margin-right: 10px;
}

ul.leftmenuitem2 li.left:before {
  content: "";
  margin-right: 0px;
}

.centerpage {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: 0px;
	text-transform: none;
	padding: 30px;
	width: 80%;
	border: 1px dotted #cccccc;
	border-radius: 10px;
	background-color: #faf9f8;
}

table {
	border: 1px dotted #cccccc;
	border-radius: 30px;
}

.onlycolumn {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: 0px;
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
	border: 1px dotted #cccccc;
	background-color: #faf9f8;
	border-radius: 30px;
}

.bigcolumn {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: 0px;
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
	border: 1px dotted #cccccc;
	background-color: #faf9f8;
	border-radius: 30px;
}

.rightcolumn {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #2d2d2d;	
	letter-spacing: 0px;
	text-transform: none;
	padding-right: 20px;
	width: 20%;
}


input,
select {
  box-sizing: content-box;
}

/* custom checkbox */
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #337ab7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

table.table-striped thead{
    background-color: #dddddd;
    border: 1px dotted #cccccc;
    font-size: 16px;
    color: #2d2d2d;
}

.btn-info {
    background-color: #2d2d2d;
    border: 1px dotted #2d2d2d;
    height: 50px;
}

.btn-info:hover {
    background-color: #cccccc;
    border: 1px dotted #cccccc;
    color: #2d2d2d;
}

.btn-primary {
    background-color: #aaaaaa;
    border: 1px dotted #aaaaaa;
    height: 50px;
}

.btn-primary:hover {
    background-color: #2d2d2d;
    border: 1px dotted #2d2d2d;
}

.btn-yellow {
    background-color: #ffc225;
    border: 1px dotted #ffc225;
    height: 50px;
}

.btn-yellow:hover {
    background-color: #cccccc;
    border: 1px dotted #cccccc;
}

.btn-docs {
    background-color: #eff0ee;
    height: 30px;
}

.alert-info{
    background-color: #dddddd;
    border: 1px dotted #cccccc;
    color: #2d2d2d;
}

.alert-note{
    background-color: #fffff2;
    border: 1px solid #aaaaaa;
    color: #2d2d2d;
}


.caps {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: uppercase;
	line-height: 2;
}

.capssmall {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #2d2d2d;	
	text-transform: uppercase;
}


.border {
    border: 1px solid #cccccc;
}