@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
:root {
    --purple: #a31f7b;
	--titleColor: #a31f7b;
	--textColor: #034ea2;
	--green: #3ba147;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.navContainer {
	background-color: #fff;
	border-bottom: 1px solid #666;
}

.publicationBody {
	background-color: #fff;
	font-family: 'Roboto', 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(--titleColor);
	word-wrap:break-word;
	padding-right: 50px;
	font-weight: 900;
	
}
h2 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--titleColor);
	word-wrap:break-word;
	text-align: left;
	margin-top: 0.3rem;
	font-weight: 900;
}
h3 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--titleColor);
	word-wrap:break-word;
	text-align: left;
	font-weight: 900;
}
h4 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--titleColor);
	word-wrap:break-word;
	text-align: left;
	font-weight: 900;
}
.likeh1 {
	margin-bottom: 0.8rem;
	font-size: 2rem;
	color: var(--titleColor);
	word-wrap:break-word;
	padding-right: 50px;
	font-weight: 900;
}
.likeh2 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--titleColor);
	word-wrap:break-word;
	text-align: left;
	margin-top: 0.3rem;
	font-weight: 900;
}
.likeh3 {
	margin-bottom: 0.1rem;
	font-size: 1.5rem;
	color: var(--titleColor);
	word-wrap:break-word;
	text-align: left;
	font-weight: 900;
}

@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 */

.mainTitle {
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
}
@media all and (max-width:992px){
	.mainTitle {
		padding: 0;
	}
}

.purple {
	color: var(--purple) !important;
	font-weight: 700;
}
a.purple {
	color: var(--purple) !important;
	text-decoration: none;
	font-weight: 700;
}
.purpleList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.purpleList li {
	list-style: none;
}
.zeleniOkolis {
	color: var(--green) !important;
	font-weight: 700;
}

.zeleniOkolis img{
	display: inline-block;
	margin-right: 1rem;
}

.impressum a {
	color: var(--textColor) !important;
	text-decoration: none;
}
.impressum a:hover {
	text-decoration: underline !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;
	}
}
