@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
:root {
    --blue: #028eb0;
	--purple: #bd1a8d;
	--yellow: #ffc20e;
	--orange: #f7941d;
	--textColor: #231f20;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.navContainer {
	background-color: #fff;
	border-bottom: 1px solid #666;
}

.publicationBody {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
}


h1, h2, h3, h4, h5 {
	padding: 0;
	margin:0;
	font-weight: bold;

}



body {
	color: var(--textColor) !important;
	font-size: 16px;
	line-height: normal;

}

.navbar-nav {
	padding-left: 10px;

}

.navbar-nav .nav-link {
	padding:0;
}

.fixed-top .navbar-collapse {
	/*max-height: 480px;*/
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}

b {
	font-weight: 700;
}
strong {
	font-weight: 700;
}





h1 {
	margin-bottom: 0.8rem;
	font-size: 2rem;
	color: var(--textColor);
	word-wrap:break-word;
	padding-right: 50px;
	
}
h2 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--textColor);
	word-wrap:break-word;
	text-align: left;
	margin-top: 0.3rem;
}
h3 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--titleColor);
	word-wrap:break-word;
	text-align: left;
}
h4 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--textColor);
	word-wrap:break-word;
	text-align: left;
}
.likeh1 {
	margin-bottom: 0.8rem;
	font-size: 2rem;
	color: var(--textColor);
	word-wrap:break-word;
	padding-right: 50px;
}
.likeh2 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--textColor);
	word-wrap:break-word;
	text-align: left;
	margin-top: 0.3rem;
}
.likeh3 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--titleColor);
	word-wrap:break-word;
	text-align: left;
}

@media (max-width: 576px) {
	h1, h2, h3, h4, .likeh1 {
		padding: 0;
	}

}
p {
	color: var(--textColor);
	margin-bottom: 0px;
	word-wrap:break-word;
	/*word-break: break-all;
	hyphens: auto;*/
	font-size: 1.1rem;
}
li {
	font-size: 1.1rem;
}
a {
	text-decoration: none !important;
	color: var(--textColor) !important;
	word-wrap:break-word;
	word-break: normal;
	hyphens: auto;
}
span {

}



.galerija  {
	margin-left: 20px;
	display: block;
	margin-bottom: 20px;
	display: inline-block;
}
@media (max-width: 576px) {
	.galerija {
		margin-left: 0px;
		display: flex;
	}
	.galerija img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}


p > a > img {
	margin-left: 20px;
}

.font3rem {
	font-size: 3rem;
}
@media (max-width: 768px) {
	.font3rem {
		font-size: 2.3rem;
	}
}



main {
	padding-top: 60px;
}

.responsive-iframe {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	display: block;
}
.responsive-iframe iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}
.align-content-center {
	align-content: center;
}
.height100per {
	height: calc(100vh - 50px);
}
.align-self-center {
	align-self: center;
}
.fullWidth {
	margin-left: -15px;
	margin-right: -15px;
}
.flex-row {
	flex-flow: row;
}
.flex-column {
	flex-flow: column;
}

.imageCentered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.imageLeft {
	float: left !important;
}
.imageRight {
	float: right !important;
}

.text-bold {
	font-weight: 700;
}
.text-700 {
	font-weight: 700;
}
.text-900 {
	font-weight: 900;
}


/* publication styles here */
.bg_blue {
	background-color: var(--blue) !important;
}
.bg_blue_md {
	background-color: rgba(2, 142, 176, 0.4) !important;
}
.bg_blue_light {
	background-color: rgba(2, 142, 176, 0.2) !important;
}
.bg_purple {
	background-color: var(--purple) !important;
}
.bg_purple_md {
	background-color: rgba(189, 26, 141, 0.4) !important;
}
.bg_purple_light {
	background-color: rgba(189, 26, 141, 0.2) !important;
}
.bg_yellow {
	background-color: var(--yellow) !important;
}
.bg_yellow_md {
	background-color: rgba(255, 194, 14, 0.4) !important;
}
.bg_yellow_light {
	background-color: rgba(255, 194, 14, 0.2) !important;
}
.text_blue {
	color: var(--blue) !important;
}
.text_purple {
	color: var(--purple) !important;
}
.text_yellow {
	color: var(--orange) !important;
}
.text_Euraxes_dark_blue {
	color: #008eb0 !important;
}
.text_Euraxes_yellow {
	color: #ffc20a !important;
}
.text_Euraxes_purple {
	color: #bd1b8e !important;
}
.text_Euraxes_light_blue {
	color: #00a9a5 !important;
}
a.text_blue {
	color: var(--blue) !important;
	text-decoration: none;
}
a.text_blue:hover {
	text-decoration: inderline;
}
a.text_purple {
	color: var(--purple) !important;
	text-decoration: none;
}
a.text_purple:hover {
	text-decoration: inderline;
}
a.text_yellow {
	color: var(--orange) !important;
	text-decoration: none;
}
a.text_yellow:hover {
	text-decoration: inderline;
}
.text_white {
	color: #fff !important;
}
.izvojeno_pad {
	padding: 15px;
}
.izvojeno_blue {
	border: var(--blue) solid 1px;
	padding: 10px;
}
.izvojeno_purple {
	border: var(--purple) solid 1px;
	padding: 10px;
}
.izvojeno_yellow {
	border: var(--orange) solid 1px;
	padding: 10px;
}
.podnaslov_orange {
	color: var(--orange) !important;
	font-weight: bold;
	display: flex;
	flex: 1 1 auto;
}
.podnaslov_orange_span {
	display: flex;
	padding-top: 2px;
}
.podnaslov_orange::before {
	content: url(https://www.mobilnost.hr/cms_files/2021/07/1627750364_uglata-lijeva.png);
}
.podnaslov_orange::after {
	content: url(https://www.mobilnost.hr/cms_files/2021/07/1627750364_uglata-desna.png);
}
.podnaslov_blue {
	color: var(--blue) !important;
	font-weight: bold;
	display: flex;
	flex: 1 1 auto;
}
.podnaslov_blue_span {
	display: flex;
	padding-top: 2px;
}
.podnaslov_blue::before {
	content: url(https://www.mobilnost.hr/cms_files/2021/08/1627906402_uglata-lijeva-plava.png);
}
.podnaslov_blue::after {
	content: url(https://www.mobilnost.hr/cms_files/2021/08/1627906402_uglata-desna-plava.png);
}
.main_title_cnt {
	display: flex;
	flex-flow: row;
	color: #fff;
}
.main_title_cnt .left {
	flex: 0 0 auto;
	width: 46px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.main_title_cnt .right {
	flex: 0 1 auto;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.main_title_cnt h1 {
	color: #fff !important;
	margin:0;
	padding: 0;
	font-size: 2rem;
	padding-left: 20px;
	font-weight: 500;
}
.publication_title {
	font-size: 2rem;
	color: var(--blue);
	font-weight: 500;
	padding-bottom: 1rem;
}

.intro_logos_cnt {
	display: flex;
	flex-flow: row;
}
.intro_logos_cnt .one_logo {
	width: 33.33%;
	flex: 0 1 auto;
}
.intro_logos_cnt .one_logo img {
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ContactCnt {
	display: flex;
}
.ContactText {
	flex: 1 0 auto;
}
.ContactLogoBg {
	width: 106px !important;
	padding: 4px;
	border: #008EB0 2px solid;
	display: flex;
	justify-content: center;
	margin-left: 10px;
	flex: 0 0 auto;
}
.ContactLogoBg img {
	display: block;
	margin-bottom: auto;
	margin-top: auto;
}


@media all and (max-width:992px){
	.intro_logos_cnt {
		flex-flow: column;
	}
	.intro_logos_cnt .one_logo {
		width: 100%;
		padding-bottom: 1rem;
	}

	.intro_logos_cnt .one_logo img {

	}
	.ContactText {
		flex: 1 1 auto;
	}
	

}

@media all and (min-width:992px){

	.ContactText {
		padding-right: 100px;
	}	

}

.blue_section a {
	color: var(--blue) !important;
}
.purple_section a {
	color: var(--purple) !important;
}
.yellow_section a {
	color: var(--orange) !important;
}







/* navig menu on left */

.leftNavigCnt {
	position: absolute;
	left:  0;
	/*op: 0;*/
	height: calc(100vh - 100%);
	background-color: #fff;
	width: 280px;
	top: 100%;
	overflow-y: hidden;
	padding-right:17px;
	/*border-right: 1px solid var(--textColor);*/
	box-shadow: 3px  6px 7px rgba(128, 128, 128, 0.4);
}
.leftNavigCnt:hover {
	overflow-y: scroll;
	padding-right:0px;
}
.leftNavigCnt ul {
	display: block;
	list-style:none;
}

.leftNavigCnt .nav-link {
	/*color: rgba(144, 146, 152, 1) !important;*/
	color: #1bb7cf !important;
	hyphens: unset;
}
.leftNavigCnt .nav-link:hover {
	color: rgba(64, 65, 69, 1) !important;
	text-decoration: underline !important;
	background-color: #fff !important;
}
.leftNavigCnt .nav-link.active {
	color: rgba(64, 65, 69, 1) !important;
	text-decoration: underline !important;
	background-color: #fff !important;
}

.leftNavigCnt .nav-item {
	margin-bottom: 7px;
	font-size: 0.8rem;
}
.navbar-nav .nav-link {
	color: #1bb7cf !important;
}
.navbar-nav .nav-link:hover {
	color: rgba(64, 65, 69, 1) !important;
	text-decoration: underline !important;
	background-color: #fff !important;
}
.navbar-nav .nav-link.active {
	color: rgba(64, 65, 69, 1) !important;
	text-decoration: underline !important;
	background-color: #fff !important;
}

.contentCnt {
	padding-left: 0px;
	width: 100%;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}
.contentCnt.hasNavigation {
	padding-left: 295px;
}
.titleBarInner {
	width: 100%;
	display: flex;
}
.titleBarInner.hasNavigation {
	width:100%;
}
.publicationTitleCnt {
	flex: 0 0 auto;
    width: calc(100% - 56px);
	padding-left:0px;
}
.hasNavigation .publicationTitleCnt {
	padding-left: 280px;
}
.publicationTitle {
	text-align: center;
}
.hasNavigation .publicationTitle {
	text-align: center;
}
.chapterTitle {
	text-align: center;
}
.hasNavigation .chapterTitle {
	text-align: center;
}

@media (min-width: 1200px) {
	.navbar-toggler {
		display: none;
	}


}


@media (max-width: 1200px) {
	.leftNavigCnt {
		display: none;
	}
	.contentCnt {
		padding-left: 0px;
		padding-right: 0px;
	}
	.publicationTitleCnt {
		padding-left: 0px;
	}

}
@media (max-width: 1200px) {
	.contentCnt.hasNavigation {
		padding-left: 0px;
	}
	.hasNavigation .publicationTitleCnt {
		padding-left: 0px;
	}
}
