:root {
	--main-orange-color: #ffc208;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
/*td, - comment for loading style from bootstrap packcage */
tfoot,
th,
thead,
time,
/*tr, - comment for loading style from bootstrap packcage */
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.table {
	--bs-table-color: #ffffff;
	--bs-table-bg: #ffffff00;
	width: auto;
}

tr {
	border-color: #bfbfbf;
}

*,
::after,
::before {
	box-sizing: border-box
}

body {
	font-weight: normal;
	font-style: normal;
	font-family: 'GT Pressura', Roboto, sans-serif;
	font-size: 0.875rem;
	background: #575756;
	color: #fff;
	overflow-x: hidden;
	height: 100%;
	margin: 0;
	position: relative;
}

a {
	color: #fff;
	text-decoration: underline;
}

hr {
	opacity: 0.75 !important;
}

b,
strong {
	font-weight: bold
}

i {
	font-style: italic
}

#flex-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100svh
}

.cc-compliance > .cc-btn {
	background-color: var(--main-orange-color);
	border-color: var(--main-orange-color);
}

.visually-hidden-focusable.page-skip-link {
	background-color: var(--main-orange-color) !important;
	border-color: var(--main-orange-color) !important;
	color: #000;
}

.scroll-top:active, .scroll-top:focus, .scroll-top:hover {
	color: #000;
	background-color: var(--main-orange-color);
}

.text-warning {
	color: #ffc208 !important;
}

/*
#header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(0);
	transition: transform 0.35s ease-in-out;
}

#header-sticky.fixed-top:not(.visible) {
	transform: translateY(-100%);
}

#header-sticky.fixed-top.visible {
	transform: translateY(0);
}
*/

header .main-header-top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
	background-color: #eeebdc;
}

header .main-header-top-inner {
	width: 1300px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	#mobile-btn {
		display: none;
	}

	@media screen and (max-width: 1000px) {
		.header-logo {
			width: 35px;
			top: -10px;
			position: relative;
		}

		#mobile-btn {
			display: block;
			position: absolute;
			right: 15px;
			top: 55px;
			cursor: pointer;

			.fa-bars::before {
				font-size: 1.5rem;
				color: #000;
			}
		}
	}
}

header .main-header-top h1 {
	font-size: 1.5rem
}

header .main-header-bottom {
	background-color: #000;
	height: 1.5rem;
}

header .main-header-bottom-inner {
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
	width: 980px;
	margin: 0 auto;

	@media screen and (max-width: 980px) {
		max-width: 100%;
		padding: 0 1rem 0 0;
	}
}

header .main-header-bottom-text {
	font-size: 0.875rem;
}

header .main-header-bottom-inner {
	div {
		line-height: 1.5rem;
		font-size: 0.813rem;
	}
	span {
		color: var(--main-orange-color);
		font-weight: bold;
	}
}

.search-form {
	display: none !important;
	margin-left: 10px;
	display: flex;
	position: relative;

	.input-group > input {
		width: 21rem;
		height: 1.25rem;
		font-size: 0.875rem;
		border-radius: 0;
		top: 2px;
		padding: 1px 25px 2px 5px;
	}

	.form-label,
	.btn {
		display: none;
	}

	.icon-mglass {
        position: absolute;
        display: block;
        background: #fff;
        border-radius: 50% !important;
        height: 10px;
        width: 10px;
        border: 2px solid #888;
        right: 10px;
        top: 6px;
		cursor: pointer;
		z-index: 99999;

		&:after {
			content: "";
			height: 2px;
			width: 6px;
			background: #888;
			position:absolute;
			top:7px;
			left:5px;
			transform: rotate(45deg);
		}
	}
}

#p130 .card {
	margin-bottom: 1rem;
}
#p130 .btn-search-yellow {
	background-color: var(--main-orange-color);
	color: #000;
}

.mobile-navigation {
	position: fixed;
	background: #555555;
	width: 100%;
	height: 100%;
	display: block;
	padding: 2rem;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.35s ease-in-out;

	&.show {
		opacity: 1;
		z-index: 99999;
	}

	ul li {
		border-bottom: 1px solid #fff;
		display: flex;
		justify-content: flex-end;
		padding: 0.5rem 0;
		margin: 0 1rem;

		a {
			color: #fff;
			font-size: 1.15rem;
			display: flex;
			text-decoration: none;
		}

		a[href^="https"]:not([href*="web-snk-sk.testlocal"])::after,
		a[href^="http"]:not([href*="web-snk-sk.testlocal"])::after,
		a[href^="https"]:not([href*="snk.sk"])::after,
		a[href^="http"]:not([href*="snk.sk"])::after {
			content: '';
			position: relative;
			display: flex;
			width: 20px;
			height: 19px;
			margin-left: 0.25rem;
			background-image: url(../Images/open-link.png);
			background-size: contain;
			background-repeat: no-repeat;
			scale: 0.75;
			top: 0;
		}
	}
}

.close-mobile-nav {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;

	.fa-times::before {
		font-size: 1.5rem;
		color: #000;
	}
}

main {
    max-width: 980px;
	width: 100%;
	margin: 0 auto;

	@media screen and (max-width: 980px) {
		padding: 0 1rem;
	}
}

main .main-top {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

main .main-links {
	background: #000;
    width: 100%;
	max-width: 207px;
    margin-left: 10px;
	padding-left: 10px;
    margin-bottom: 20px;

	ul {
		list-style: none;
		padding-top: 10px;
		border-bottom: 20px solid #000;

		li {
			border-top: 1px solid #fff;
			padding: 10px 10px 9px 0;
			text-align: right;
			font-size: 0.938rem;

			&:last-of-type {
				border-bottom: 1px solid #fff;
			}

			a {
				position: relative;
				display: flex;
				justify-content: flex-end;
				color: #fff;
				font-size: 0.938rem;
				transition: all 0.35s ease-in-out;
				text-decoration: none;

				&.active,
				&:hover {
					color: var(--main-orange-color);
					transition: all 0.35s ease-in-out;
				}
			}

			a[href^="https"]:not([href*="web-snk-sk.testlocal"])::after,
			a[href^="http"]:not([href*="web-snk-sk.testlocal"])::after,
			a[href^="https"]:not([href*="snk.sk"])::after,
			a[href^="http"]:not([href*="snk.sk"])::after {
				content: '';
				position: relative;
				display: flex;
				width: 20px;
				height: 19px;
				margin-left: 0.25rem;
				background-image: url(../Images/open-link.png);
				background-size: contain;
				background-repeat: no-repeat;
				scale: 0.75;
				top: -3px;
			}
		}
	}

	@media screen and (max-width: 1000px) {
		display: none;
	}
}

main .main-image-icons {
	display: flex;
	flex-direction: column;

	img {
		max-width: 763px;
		height: auto;
	}

	h2 {
		color: #fff;
		font-size: 1.875rem;
		font-weight: bold;
		padding: 18px 0 12px 0;
	}

	@media screen and (max-width: 1000px) {
		max-width: 830px;
		margin: 0 auto;

		img {
			width: 100%;
			margin: 0 auto;
		}
	}
}

main .main-icons {
	margin-top: 10px;

	ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;

		li {
			display: flex;
			margin-right: 2px;

			a {
				display: flex;
			}

			img {
				width: 100%;
				height: auto;
				border: 2px solid #575756;
				border-radius: 5px;
				transition: all 0.35s ease-in-out;
			}

			&:last-of-type {
				margin-right: 0;
			}

			a.active,
			a:hover,
			a:focus {
				img {
					border-color: #fff;
					transition: all 0.35s ease-in-out;
				}
			}
		}
	}

	@media screen and ( max-width: 1000px) {
		ul {
			display: flex;
			flex-wrap: wrap;

			li {
				display: flex;
				flex: 1 1 calc(33.333% - 20px);
				justify-content: center;
				margin: 5px;
			}
		}
	}
}

main .main-header-content {
	max-width: 860px;
	margin-bottom: 20px;

	h2.orange,
	h3.orange {
		font-size: 1.875rem;
		color: var(--main-orange-color);
		margin-bottom: 0;
	}

	h3.orange {
		font-size: 1.3rem;
	}

	h3 {
		font-size: 1.3rem;
		line-height: 1.2;
	}

	p {
		line-height: 1.5;
	}

	ul {
		margin-bottom: 1rem;

		li {
			display: inline-flex;
			margin-right: 0.675rem;
			margin-bottom: 0.5rem;

			&:last-of-type {
				&:after {
					content: none;
				}
			}

			&:after {
				content: '|';
				display: block;
				margin-left: 1rem;
				font-size: 1.063rem;
			}

			a {
				font-size: 1.063rem;
				color: #fff;
				text-decoration: none;
				transition: all 0.35s ease-in-out;

				&:hover {
					text-decoration: underline;
					color: var(--main-orange-color);
					transition: all 0.35s ease-in-out;
				}
			}
		}
	}
	
	.frame-header,
	.contentcontainer {
		margin-bottom: 0;
	}

	.textmedia, .textpic {
		gap: 10px 40px;
	}
}

#p149 main .main-header-content {
	ul {
		margin-top: 1rem;
		margin-bottom: 0;
	}
}

.side-menu {
	position: absolute;
	top: 120px;
}

.main-inner {
	h2, h3 {
		color: var(--main-orange-color);
		font-size: 1.375rem;
		font-weight: bold;
		padding: 18px 0 12px 0;
	}

	h4 {
		font-size: 1.25rem;
		padding: 13px 0 8px 0;
	}

	h2.button {
		width: 100%;
		border-bottom: 1px solid white;
		padding: 0;

		span {
			background: #fff;
			display: inline-block;
			padding: 0.5rem 1rem;
			color: #000;
		}
	}

	h3 {
		color: #fff;
	}

	h5 {
		font-size: 1rem;
		line-height: 1.5;
	}

	p {
		line-height: 1.5;
	}

	ul.list-normal {
		list-style: disc;
		padding: 0 0 0 2.5rem;

		li {
			line-height: 1.25;
			margin-bottom: 5px;
		}
	}

	a {
		transition: all 0.35s ease-in-out;
		
		&:hover {
			color: var(--main-orange-color);
			transition: all 0.35s ease-in-out;
		}
	}

	.under-reconstruction {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 12rem;

		h2 {
			color: #fff;
		}
	}
}

ul.subnavigation {
	position: relative;
	padding: 1rem 0 0.5rem 0;

	li {
		display: inline-flex;
		margin-bottom: 0.5rem;

		&:last-of-type {
			&:after {
				content: none;
			}
		}

		&:after {
			content: '|';
			display: block;
			margin-left: 1rem;
			padding-right: 0.85rem;
			font-size: 1.875rem;
			color: #bfbfbf;
		}

		.subnavigation-link {
			color: #bfbfbf;
			font-size: 1.875rem;
			font-weight: bold;
			transition: all 0.35s ease-in-out;
			text-decoration: none;

			&.active,
			&:hover {
				color: var(--main-orange-color);
				transition: all 0.35s ease-in-out;
			}
		}

		&.active {
			.subnavigation-link {
				color: var(--main-orange-color);
				transition: all 0.35s ease-in-out;
			}
		}
	}
}

#p99 ul.subnavigation,
#p100 ul.subnavigation,
#p101 ul.subnavigation,
#p146 ul.subnavigation,
#p147 ul.subnavigation,
#p148 ul.subnavigation {
	li {
		.subnavigation-link {
			font-size: 1.25rem;
		}
		&:after {
			font-size: 1.25rem;
		}
	}
}

#p149 ul.subnavigation,
#p150 ul.subnavigation {
	li {
		.subnavigation-link {
			font-size: 1.8rem;
		}
		&:after {
			font-size: 1.8rem;
		}
	}
}

#p162 ul.subnavigation {
	li {
		.subnavigation-link {
			font-size: 1.75rem;
		}
		&:after {
			font-size: 1.75rem;
		}
	}
}

.gallery-item a.lightbox {
    max-height: 58px;
    overflow: hidden;
}

#p131 .gallery-item a.lightbox,
#p140 .gallery-item a.lightbox,
#p150 .gallery-item a.lightbox {
	max-height: 100%;
}
#p140 .gallery-item-size-5 a.lightbox {
	max-height: 58px !important;
}

#p155 ol {
	list-style: lower-latin;
	margin-left: 4rem;
	line-height: 1.5;
}

footer {
	position: relative;
	margin-top: auto;
}

footer.footer-top {
	background-color: #575756;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}

footer .footer-top-inner {
    max-width: 980px;
	width: 100%;
	min-height: 200px;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
	padding: 0.75rem 0 2rem 0;
	border-top: 2px solid #fff;

	@media screen and (max-width: 980px) {
		padding: 1.5rem;
		flex-direction: column;
		align-items: center;
	}

	p {
		font-size: 0.875rem;
		line-height: 1.5;
	}

	h4 {
		display: block;
		font-size: 1.188rem;
		line-height: 1.3;
		margin-bottom: 5px;
	}
}

footer.footer-bottom {
	padding: 0.75rem 0;
	background-color: #000;
	color: #fff;
	width: 100%;
    display: flex;
    justify-content: center;
}

footer .footer-bottom-inner {
	width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;

	@media screen and (max-width: 510px) {
		flex-direction: column;
	}

	.footer-left {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.footer-left-mklogo {
		img {
			width: 100%;
			max-width: 130px;
			height: auto;
			margin-top: 0.5rem;
			margin-left: 1rem;
		}
	}

	.footer-right {
		display: block;
		text-align: right;
		position: relative;
		top: -10px;

		@media screen and (max-width: 510px) {
			top: 0;
		}

		a {
			display: inline-block;
		}

		span {
			font-size: 0.75rem;
		}

		img {
			width: 100%;
			max-width: 25px;
			height: auto;

			&.footer-caf {
				max-width: 40px;
				position: relative;
				top: 6px;
			}
		}
	}
}

footer.footer-top .footer-left,
footer.footer-top .footer-middle,
footer.footer-top .footer-right {
	display: flex;
	flex-direction: column;

	@media screen and (max-width: 980px) {
		align-items: center;
	}
}

footer.footer-top .footer-left {
	flex: 1 1 20%;
}

footer.footer-top .footer-middle {
	padding: 0 1rem;
	margin: 0 1rem;
	flex: 1 1 63%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

	@media screen and (max-width: 980px) {
		border: 0;
		padding: 1rem 0;
		margin: 1rem 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	strong {
		display: block;
		font-size: 1.188rem;
		line-height: 1.3;
		margin-bottom: 5px;
	}

	a {
		display: flex;
		color: #fff;
		font-size: 0.875rem;
		line-height: 1.5;
		transition: all 0.35s ease-in-out;
		text-decoration: none;

		&.active,
		&:hover {
			color: var(--main-orange-color);
			transition: all 0.35s ease-in-out;
		}
	}

	.footer-middle-links {
		display: flex;

		ul {
			margin-right: 25px;
		}

		/*
		a[href^="https"]:not([href*="web-snk-sk.testlocal"])::after,
		a[href^="http"]:not([href*="web-snk-sk.testlocal"])::after,
		a[href^="https"]:not([href*="snk.sk"])::after,
		a[href^="http"]:not([href*="snk.sk"])::after {
			content: '';
			position: relative;
			display: flex;
			width: 20px;
			height: 19px;
			margin-left: 0.25rem;
			background-image: url(../Images/open-link.png);
			background-size: contain;
			background-repeat: no-repeat;
			scale: 0.7;
			top: 2px;
			right: 2px;
		}
		*/
	}
}

footer.footer-top .footer-right {
	flex: 1 1 17%;
	flex-direction: row;
	justify-content: space-between;

	.footer-right-r {
		h4 {
			display: block;
			font-size: 1.188rem;
			line-height: 1.3;
			margin-bottom: 5px;
		}

		p {
			font-size: 0.875rem;
			line-height: 1.5;
			text-align: right;
		}
	}
}

.contentcontainer {
	margin-bottom: 1.5rem;
	gap: 1rem;
}

.section-menu-wrapper {
	position: fixed;
	right: 1.5rem;
	top: 40%;
	text-align: right;
	display: block;
	z-index: 99999;

	ul li {

		margin-bottom: 5px;

		a {
			color: #fff;
			text-decoration: none;
			transition: all 0.35s ease-in-out;
			font-size: 0.813rem;

			&:hover,
			&.active {
				color: var(--main-orange-color);
				transition: all 0.35s ease-in-out;

				&:after {
					border: 2px solid var(--main-orange-color);
					background-color: var(--main-orange-color);
					transition: all 0.35s ease-in-out;
				}
			}

			&:after {
				content: '';
				width: 0.85rem;
				height: 0.85rem;
				border-radius: 50%;
				position: relative;
				top: 2px;
				right: -10px;
				display: inline-block;
				border: 2px solid #fff;
				transition: all 0.35s ease-in-out;
			}
		}
	}

	@media screen and (max-width: 1250px) {
		display: none;
	}
}

.news .alert {
	background: #393938;
	font-size: 1rem;
	border-radius: 3px;
}

.news-list-view {
	.pagination {
		display: flex;
		justify-content: center;

		.page-link.active, .active>.page-link {
			background-color: var(--main-orange-color);
			border-color: var(--main-orange-color);
			color: #000;
		}
		.page-link:hover {
			color: #000;
		}
	}
}

.news-list-groupa {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem;
	padding: 0 0 2rem 0;
	max-width: 100%;
	margin: 0 auto;
}

.news-list-group-item {
	flex: 1 1 calc(33.333% - 20px);
	box-sizing: border-box;
	padding: 0;
	background: #393938;
	border-radius: 3px;
	box-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
	max-height: 230px;
	max-width: 314px;
	overflow: hidden;

	p {
		line-height: 1.15;
	}

	@media screen and (max-width: 800px) {
		flex: 1 1 calc(50% - 20px);
		max-height: 300px;
	}

	@media screen and (max-width: 500px) {
		flex: 1 1 100%;
		max-height: 300px;
	}
}

.news-list-item-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 7px;
}

.news-list-item-image {
	width: 48%;

	img {
		border: 2px solid #fff;
		border-radius: 10px;
	}
}

.news-list-item-content {
	width: 50%;

	h3, a {
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.25;
		padding: 0 0 10px 0;
	}

	.lead-teaser {
		font-size: 1.2rem;
		font-weight: bold;
		color: var(--main-orange-color);
	}
}

.news-single .lead-teaser {
	color: #bfbfbf;
	font-size: 1.875rem;
	font-weight: bold;
	padding: 0 0 12px 0;
}

.news-single .news-text-wrap p {
	line-height: 1.25;
	text-align: justify;
}

.katalog {
	position: relative;
	border-bottom: 1px solid #fff;
	padding: 0 0 1.25rem 0;
	margin: 0 0 2.5rem 0;

	@media screen and (max-width: 980px) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	h3 {
		padding: 0 0 12px 0;
		font-size: 1.5rem;
		color: var(--main-orange-color);
	}

	.button {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #000;
		padding: 0.5rem 0.875rem;
		transition: all 0.35s ease-in-out;
		color: #fff;
		text-decoration: none;

		&:hover {
			background-color: #fff;
			color: #000;
			transition: all 0.35s ease-in-out;
		}

		@media screen and (max-width: 980px) {
			position: relative;
			margin-bottom: 1rem;
		}
	}

	.list-normal a {
		color: #fff;
		text-decoration: underline;
	}

	&:last-of-type {
		border: none;
	}
}

.studovne-otvaracie-hodiny {
	position: relative;
	margin-bottom: 1rem;

	@media screen and (max-width: 980px) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.otvaracie-hodiny-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;

		@media screen and (max-width: 980px) {
			flex-direction: column-reverse;
		}
	}

	.otvaracie-hodiny-cas p {
		@media screen and (max-width: 980px) {
			text-align: left !important;
		}
	}

	span.otvaracie-hodiny-text {
		position: absolute;
		right: 0;
		top: 0;
		background: #000;
		padding: 0.5rem 1.25rem;
		font-size: 1.5rem;
		font-weight: bold;

		@media screen and (max-width: 980px) {
			position: relative;
		}
	}

	h3 {
		padding: 0 0 24px 0;
	}
}

.kniznicne-sluzby {
	position: relative;

	@media screen and (max-width: 980px) {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	h3 {
		font-size: 1.25rem;
		padding: 0 0 12px 0;
	}

	.kniznicne-sluzby-wrapper {
		display: flex;

		@media screen and (max-width: 980px) {
			flex-direction: column;
		}
	}

	.kniznicne-sluzby-vlavo {
		flex: 1 1 20%;
		display: flex;
		flex-direction: column;
		text-align: right;
		padding-right: 1rem;
		padding-top: 1.25rem;

		@media screen and (max-width: 980px) {
			text-align: left;
		}
	}

	.kniznicne-sluzby-vpravo {
		flex: 1 1 80%;
		display: flex;
	}

	.kniznicne-sluzby-obsah {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding-left: 1rem;
		padding-top: 1.25rem;

		@media screen and (max-width: 980px) {
			border-left: none;
		}
	}

	.button {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #000;
		padding: 0.5rem 0.875rem;
		margin-top: 1rem;
		transition: all 0.35s ease-in-out;
		color: #fff;
		font-size: 1.25rem;
		font-weight: bold;
		text-decoration: none;

		&:hover {
			background-color: #fff;
			color: #000;
			transition: all 0.35s ease-in-out;
		}

		@media screen and (max-width: 980px) {
			position: relative;
		}
	}
}

.muzea-archiv-otvaracie-hodiny {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1rem 0;

	h4 {
		padding: 0;
		margin: 0;
	}

	.muzea-archiv-otvaracie-hodiny-text {
		background: #fff;
		display: inline-block;
		padding: 0.5rem 1rem;
		color: #000;
		font-size: 1.5rem;
		font-weight: bold;
	}
}

.pre-knihovnikov {
	position: relative;
	margin-bottom: 2rem;

	.button {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #000;
		padding: 0.5rem 0.875rem;
		margin-top: 1rem;
		transition: all 0.35s ease-in-out;
		color: #fff;
		font-size: 1.25rem;
		font-weight: bold;
		text-decoration: none;

		&:hover {
			background-color: #fff;
			color: #000;
			transition: all 0.35s ease-in-out;
		}
	}
}

#p116 .main-inner ul {
	li {
		display: inline-flex;
		margin-right: 0.675rem;
		margin-bottom: 0.5rem;

		&:last-of-type {
			&:after {
				content: none;
			}
		}

		&:after {
			content: '|';
			display: block;
			margin-left: 1rem;
			font-size: 1.15rem;
		}

		a {
			font-size: 1.15rem;
			color: #fff;
			text-decoration: none;
			transition: all 0.35s ease-in-out;

			&:hover {
				text-decoration: underline;
				color: var(--main-orange-color);
				transition: all 0.35s ease-in-out;
			}
		}
	}
}

#p116 .main-inner ul.list-normal {
	li {
		display: list-item;
		margin: 0 0 5px 0 !important;

		a {
			font-size: 0.875rem;
			text-decoration: underline;
		}

		&:after {
			content: none !important;
		}
	}
}

#p121 .main-header-content ul.list-normal {
	list-style: disc;
	padding: 0 0 0 2.5rem;
	
	li {
		display: list-item;
		margin: 0 0 5px 0 !important;

		a {
			font-size: 1rem;
			text-decoration: underline;
		}

		&:after {
			content: none !important;
		}
	}
}

.logotyp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	min-height: 220px;

	.logotyp-main-image img {
		width: 100%;
		height: auto;
		max-height: 100px;
	}

	.logotyp-headline-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.logotyp-downloads-wrapper {
		display: flex;
		flex-direction: row;
		margin-top: 1rem;

		a {
			display: flex;
		}
	}
}

.logotyp.dark {
	.logotyp-headline-wrapper {
		color: #000;
	}
}

#c598 + .contentcontainer {
	padding-top: 1rem;
}

#c598 + .contentcontainer,
#c603 + .contentcontainer {
	background-color: #bfbfbf;
	padding-bottom: 2rem;
	margin-bottom: 0;
}

.contacts {
	.contacts-headline {
		background: #fff;
		display: inline-block;
		padding: 0.5rem 1.5rem;
		color: #000;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.contacts-wrapper {
		display: flex;
		border-top: 1px solid #fff;

		@media screen and (max-width: 980px) {
			flex-direction: column;
		}
	}

	.contacts-left {
		flex: 1 1 23%;
		display: flex;
		flex-direction: column;
		text-align: right;
		padding-right: 1rem;
		padding-top: 1.25rem;

		@media screen and (max-width: 980px) {
			text-align: left;
		}

		h2 {
			color: #fff;
			font-size: 1.25rem;
			font-weight: bold;
			padding: 8px 0 0 0;
		}

		h3 {
			color: var(--main-orange-color);
			font-size: 1.25rem;
			font-weight: bold;
			padding: 8px 0 22px 0;
		}
	}

	.contacts-right {
		flex: 1 1 77%;
		display: flex;
	}

	.contacts-right-content {
		border-left: 1px solid #fff;
		padding-left: 1rem;
		padding-top: 1.25rem;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;

		@media screen and (max-width: 980px) {
			border-left: 0;
			display: flex;
			flex-direction: column;
			padding-left: 0;

		}

		h3 {
			font-size: 1.25rem;
			font-weight: bold;
			padding: 8px 0 22px 0;
		}
	}

	.contacts-right-item {
		margin-bottom: 1rem;
	}
}

.podujatia-pre-knihovnikov {
	.news-list-item-image {
		img {
			max-width: 143px;
			max-height: 210px;
		}
	}
}

.sbs-contact {
	display: block;
	text-align: center;
}