@font-face {
font-family: "Faculty";
src: url("font/FacultyGlyphic-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
:root {
--gradient-border: linear-gradient(180deg, #a5d2fc, #ffff, #a5d2fc);
}
.heading2 {
font-family: "Faculty", sans-serif;
font-size: 55px;
font-weight: 500;
text-align: center;
margin-bottom: 20px;
color: #0071bc;
}
.heading3 {
font-family: "Faculty", sans-serif;
font-size: 55px;
font-weight: 500;
text-align: center;
margin-bottom: 20px;
color: #fff;
z-index: 10;
}
.biggerGone {
display: none;
}
/*
NAVBAR SECTION
*/
nav {
background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
}
.navLinks {
font-weight: 400;
font-size: 20px;
font-family: "Faculty", sans-serif;
display: flex;
justify-content: center;
align-items: center;
}
.navLinks .link {
width: 60px;
position: relative;
padding-bottom: 10px;
text-decoration: none;
}
.navLinks .link a {
color: #0071bc;
}
.navLinks .link a:hover {
color: #0c8ce1;
text-decoration: none;
}
.navLinks .expandable .submenu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
z-index: 3;
}
.navLinks .expandable:hover .submenu {
display: block;
}
.submenu a {
display: block;
padding: 8px 16px;
color: black;
}
.submenu a:hover {
text-decoration: none;
}
/*
NAVBAR SECTION END
-----
*/
/*
SLIDESHOW SECTION
*/
.slideShow {
position: relative;
}
.slideShow .photo1 {
width: 100%;
height: auto;
position: relative;
z-index: 1; /* Hodnota musí být menší než photo2 */
}
.slideShow .photo2 {
width: 100%;
height: auto;
position: absolute;
bottom: 0;
left: 0;
z-index: 2; /* Hodnota musí být vyšší než photo1 */
}
/*
SLIDESHOW SECTION END
-----
*/
/*
EVENTS SECTION
*/
.spacer-height {
height: 175px;
}
.spacer-medium {
height: 140px;
}
.spacer {
height: 100px;
}
.spacer2 {
height: 70px;
}
.spacer3 {
height: 5px;
}
.spacer4 {
height: 20px;
}
.spacer50 {
height: 50px;
}
.events {
background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
}
.events .bg2 {
width: 100%;
height: auto;
position: absolute;
}
.events .boxes .img1 {
width: 220px;
height: 220px;
}
.events .boxes .img2 {
width: 240px;
height: 240px;
}
.editSize {
width: 310px;
}
.events a:hover .img1,
.events a:hover .img2 {
transform: scale(1.05);
}
/*
EVENTS SECTION END
-----
*/
/*
ROOMS SECTION
*/
.rooms {
background-color: #a5d1fd;
}
.rooms .container {
padding: 0;
}
.rooms .row {
margin: 0;
}
.rooms .col-4 {
padding: 0;
position: relative;
}
.rooms img {
width: 100%;
height: auto;
display: block;
box-sizing: border-box;
}
.rooms .row {
width: 91%;
height: auto;
margin: 0 auto;
border-image: var(--gradient-border) 1;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
}
.leftRoom {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-right: 4px solid #fff;
}
.centerRoom {
border-left: 2.3px solid #fff;
border-right: 2.3px solid #fff;
}
.rightRoom {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-left: 4px solid #fff;
}
.smallWave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
border-bottom-left-radius: 20px;
border-right: transparent 3px solid;
}
.smallWave2 {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: auto;
border-right: transparent 2px solid;
border-left: transparent 1px solid;
}
.smallWave3 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
border-bottom-right-radius: 20px;
border-left: transparent 3.5px solid;
}
.smallName {
font-family: "Faculty", sans-serif;
font-size: 22px;
font-weight: bold;
color: #fff;
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
height: auto;
text-align: center;
z-index: 2;
}
.hoverText1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: white;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px;
border-right: 4px solid #fff;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
font-size: 17px;
font-family: "Faculty", sans-serif;
line-height: 26px;
font-style: italic;
}
.hoverText2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: white;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
border-left: 2.3px solid #fff;
border-right: 2.3px solid #fff;
font-size: 17px;
font-family: "Faculty", sans-serif;
line-height: 26px;
font-style: italic;
}
.hoverText3 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: white;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px;
border-left: 4px solid #fff;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
font-size: 17px;
font-family: "Faculty", sans-serif;
line-height: 26px;
font-style: italic;
}
.col-4:hover .hoverText1 {
opacity: 1;
}
.col-4:hover .hoverText2 {
opacity: 1;
}
.col-4:hover .hoverText3 {
opacity: 1;
}
/*
ROOMS SECTION END
-----
*/
/*
FOOD SECTION
*/
.food {
background: linear-gradient(
180deg,
#a5d2fc,
#ffff,
rgba(246, 212, 229, 1) 74%,
#ffff,
#a5d2fc
);
}
.foodBar .foodBtn,
.foodBar .foodBtnMain {
background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
text-align: center;
padding-top: 8px;
}
.foodBar .left {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
border-width: 2px;
border-style: solid;
border-image: linear-gradient(180deg, #a5d2fc, #fff, #fff, #a5d2fc);
border-right: none;
border-left: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.foodBar .right {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-width: 2px;
border-style: solid;
border-image: linear-gradient(180deg, #a5d2fc, #fff, #fff, #a5d2fc);
border-right: none;
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.foodBar .side,
.center {
border-width: 2px;
border-style: solid;
border-image: linear-gradient(180deg, #a5d2fc, #fff, #fff, #a5d2fc);
border-right: none;
border-left: none;
}
.foodBar h4 {
font-size: 18px;
font-family: "Faculty", sans-serif;
}
.foodBtn:hover,
.foodBtnMain:hover {
transform: scale(1.05); /* Mírně zvětší tlačítko */
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Přidá stín tlačítka */
}
.foodBoxes h3,
.foodBoxesMain h3 {
text-align: center;
font-weight: 700;
color: #0071bc;
}
.foodBox,
.foodBoxMain {
max-width: 240px;
border-radius: 15px;
background-color: #b9dcffd3;
margin: 0 auto;
}
.foodBox img,
.foodBoxMain img {
width: 240px;
height: 220px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.foodBox h5,
.foodBoxMain h5 {
font-family: "Faculty", sans-serif;
font-size: 24px;
font-weight: 500;
}
.foodBox p,
.foodBoxMain p {
padding-bottom: 10px;
font-family: "Faculty", sans-serif;
}
/*
FOOD SECTION END
-----
*/
/*
UPCOMING SECTION
*/
.upcoming {
background-color: #a5d2fc;
position: relative;
}
.upcoming .heading2 {
position: relative;
z-index: 2;
}
.upcoming img {
position: absolute;
width: 100%;
height: auto;
z-index: 1;
}
.upcoming h3 {
font-weight: 700;
color: white;
}
.upcoming .eventBox {
margin: 0 auto;
}
.eventTime {
margin-right: 15px;
}
.event-card {
z-index: 2;
cursor: pointer;
background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
min-width: 420px;
border-radius: 20px;
margin: 5px auto;
}
.event-card:hover {
transform: scale(1.02);
}
.event-card .date-time {
font-weight: 500;
font-size: 19px;
}
.event-title {
font-weight: 500;
font-size: 20px;
color: #0071bc;
text-align: start;
}
.event-details {
text-align: start;
}
.organizer {
font-weight: 500;
font-size: 17px;
color: #0071bc;
}
#modalEvent:hover {
transform: none;
}
/*
UPCOMING SECTION END
-----
*/
/*
NEWINFO SECTION
*/
.newInfo {
background: linear-gradient(180deg, #a5d2fc, #a5d2fc, #a5d2fc, #a5d2fc);
}
.newInfo .row {
display: flex;
justify-content: center; /* Horizontálně vystředí obsah */
flex-wrap: wrap; /* Umožní zalamování */
}
a.card-link {
text-decoration: none;
color: black;
display: block;
margin: 15px;
}
a.card-link:hover {
text-decoration: none;
color: black;
transform: scale(1.02); /* Jemně zvětší kartu aktuality */
}
a.card-link .card {
background: linear-gradient(180deg, #a5d2fc, #fff, #fff, #a5d2fc);
max-width: 300px;
border-radius: 15px;
border: none;
margin: 0 auto;
}
a.card-link .card img {
border-radius: 15px;
height: 190px;
width: 270px;
margin-top: 5px;
}
a.card-link .card h4 {
font-weight: 600;
font-size: 28px;
margin-top: 3px;
margin-bottom: 3px;
}
/*
NEWINFO SECTION END
-----
*/
/*
Contact part
*/
.contact {
background: linear-gradient(
180deg,
#a5d2fc,
#ffff,
#ffff,
#ffff,
#ffff,
#ffff,
#ffff,
#a5d2fc
);
}
.contactTop img {
width: 70%;
height: auto;
}
#center .contactBox {
margin: 0 auto;
}
.contactBott .col-4,
.contactBott .col-6 {
margin: 0 auto;
display: flex;
justify-content: center; /* Horizontálně vystředí obsah */
align-items: center; /* Vertikálně vystředí obsah */
}
.contactBott .contactBox {
display: flex;
flex-direction: column; /* Nastaví potomky do sloupce */
justify-content: center; /* Horizontálně vystředí obsah */
align-items: center; /* Vertikálně vystředí obsah */
width: 100%;
height: 220px;
max-width: 220px;
padding: 15px;
margin: 20px;
background: linear-gradient(white, white) padding-box,
linear-gradient(180deg, #a5d2fc, #a5d2fc, #fff, #fff, #fff, #a5d2fc)
border-box;
border-radius: 30px;
border: 2px solid transparent;
box-sizing: border-box;
}
.contactBox h4 {
font-family: "Faculty", sans-serif;
font-size: 24px;
font-weight: 500;
padding: 5px;
}
.contactBox p {
padding: 10px;
}
/*
Contact part END
-----
*/
/* Cookie Consent Bar */
.cookie-consent {
display: none; /*Primárně schovaný, zobrazí se pomocí JS na index.php*/
position: fixed;
bottom: 0;
right: 0;
width: 33%;
height: 165px;
background-color: rgba(255, 255, 255, 0.9);
border: 2px solid #0071bc;
border-radius: 10px;
color: black;
padding: 20px;
z-index: 1000;
}
.cookie-consent .container {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.cookie-consent p {
margin: 0;
width: 100%;
}
.cookie-consent .btn {
margin: 5px;
margin-top: 10px;
align-items: start;
color: white;
border: 2px solid rgba(0, 113, 188, 0.7);
background-color: rgba(0, 113, 188, 0.7);
border-radius: 10px;
}
.cookie-consent .btn:hover {
background-color: transparent;
color: black;
}
/* GDPR */
.gdpr {
width: 95%;
text-align: block;
}
.gdprH1 {
margin-left: 40px;
}
.gdprP {
margin-left: 100px;
padding: 5px;
font-size: 17px;
}
/* Footer */
footer {
background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc);
}
footer a:hover {
text-decoration: none;
color: black;
}
footer a {
text-decoration: none;
color: black;
}
/* Notebook & PC */
@media (min-width: 1200px) and (max-width: 1509px) {
.cookie-consent {
width: 40%;
height: 165px;
}
.cookie-consent p {
font-size: 15px;
}
.cookie-consent .btn {
font-size: 15px;
}
}
/* Větší tablet & menší notebook */
@media (min-width: 992px) and (max-width: 1200px) {
.event-card {
min-width: 300px;
padding: 10px;
font-size: 14px;
}
.event-card .eventTime {
font-size: 12px;
}
.event-card .date-time {
font-size: 15px;
}
.event-card .event-title {
font-size: 15px;
}
.event-card .event-details {
font-size: 14px;
}
.event-card .organizer {
font-size: 15px;
}
.cookie-consent {
width: 47%;
height: 165px;
}
.cookie-consent p {
font-size: 15px;
}
.cookie-consent .btn {
font-size: 15px;
}
}
/* Větší tablet & menší tablet */
@media (min-width: 768px) and (max-width: 992px) {
.hideTablet {
display: none;
}
.showTablet {
display: block;
}
.tabletFormat {
min-width: 231px;
}
.boxes img {
width: 90%;
height: auto;
}
.smallName {
font-size: 18px;
bottom: -12px;
}
.hoverText1,
.hoverText2,
.hoverText3 {
font-size: 11px;
}
.foodBtnMain {
min-width: 130px;
}
.foodBtnMain h4 {
font-size: 14px;
}
.foodBoxMain img {
width: 100%;
}
.foodBoxMain h5 {
font-size: 20px;
}
.foodBoxMain p {
font-size: 15px;
}
.upcoming h3 {
font-size: 23px;
}
.event-card {
min-width: 245px;
padding: 8px;
}
.event-card .eventTime {
font-size: 11px;
}
.event-card .date-time {
font-size: 12px;
}
.event-card .event-title {
font-size: 12px;
}
.event-card .event-details {
font-size: 11px;
}
.event-card .organizer {
font-size: 12px;
}
a.card-link {
margin: 12px;
}
a.card-link .card {
max-width: 270px;
}
a.card-link .card img {
height: 160px;
width: 240px;
}
a.card-link .card h4 {
font-size: 24px;
}
.contactBox {
min-width: 210px;
}
.cookie-consent {
width: 60%;
height: 165px;
}
.cookie-consent p {
font-size: 15px;
}
.cookie-consent .btn {
font-size: 15px;
}
}
/* Menší tablet */
@media (min-width: 577px) and (max-width: 768px) {
.showSmTablet {
display: block;
}
.hideSmTablet {
display: none;
}
.boxes img {
margin-bottom: 15px;
}
.smallName {
font-size: 12px;
bottom: -12px;
}
.hoverText1,
.hoverText2,
.hoverText3 {
font-size: 11px;
line-height: 14px;
}
.foodBtnMain {
min-width: 280px;
margin: 0 auto;
}
.foodBtnMain h4 {
font-size: 14px;
}
.foodBoxMain img {
width: 100%;
}
.foodBoxMain h5 {
font-size: 20px;
}
.foodBoxMain p {
font-size: 15px;
}
.event-card {
min-width: 185px;
padding: 8px;
}
.event-card .eventTime {
font-size: 8px;
}
.event-card .date-time {
font-size: 9px;
}
.event-card .event-title {
font-size: 9px;
}
.event-card .event-details {
font-size: 8px;
}
.event-card .organizer {
font-size: 9px;
}
a.card-link {
margin: 10px;
}
a.card-link .card {
max-width: 210px;
}
a.card-link .card img {
height: 120px;
width: 180px;
}
a.card-link .card h4 {
font-size: 18px;
}
a.card-link .card p {
font-size: 14px;
}
.contactBott .contactBox {
min-width: 170px;
text-align: center;
margin: 0 auto;
margin-bottom: 10px;
}
.contactBox h4 {
font-size: 24px;
}
.contactBox p {
font-size: 15px;
}
.cookie-consent {
width: 75%;
height: 155px;
}
.cookie-consent p {
font-size: 13px;
}
.cookie-consent .btn {
font-size: 13px;
}
}
/* Mobilní styl */
@media (max-width: 576px) {
.smallGone {
display: none;
}
.smallShow {
display: block;
}
.boxes img {
margin-bottom: 15px;
}
.rooms .col-4 {
flex: 0 0 100%;
max-width: 60%;
margin: 0 auto;
margin-bottom: 10px;
}
.rooms img {
border-radius: 20px;
}
.smallName {
font-size: 20px;
bottom: -12px;
}
.leftRoom,
.centerRoom,
.rightRoom {
max-width: 99%;
padding-left: 2px;
}
.leftRoom {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right: none;
}
.centerRoom {
border-left: 2.3px solid #fff;
border-right: 2.3px solid #fff;
}
.rightRoom {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-left: none;
}
.rooms .row {
border: none;
border-radius: 0;
}
.hoverText1,
.hoverText2,
.hoverText3 {
border-radius: 20px;
border: none;
font-size: 14px;
}
.foodBox h5 {
font-size: 17px;
}
/*Pro zachování rozložení*/
.foodBox h1 {
max-width: 35%;
background-color: none;
}
#modalPlace {
font-size: 40px;
}
.event-card {
min-width: 300px;
padding: 10px;
font-size: 14px;
}
.event-card .eventTime {
font-size: 12px;
}
.event-card .date-time {
font-size: 16px;
}
.event-card .event-title {
font-size: 16px;
}
.event-card .event-details {
font-size: 14px;
}
.event-card .organizer {
font-size: 16px;
}
a.card-link {
margin: 7px;
}
a.card-link .card {
max-width: 170px;
}
a.card-link .card img {
height: 80px;
width: 140px;
}
a.card-link .card h4 {
font-size: 14px;
}
a.card-link .card p {
font-size: 10px;
}
.slideShow img {
width: 100%;
height: auto;
}
.contactBott .contactBox {
margin: 0 auto;
margin-bottom: 10px;
}
.contactBox h4 {
font-size: 22px;
}
.contactBox p {
font-size: 14px;
}
.cookie-consent {
width: 100%;
height: auto;
bottom: 0;
right: 0;
border-radius: 0;
padding: 10px;
}
.cookie-consent .container {
flex-direction: column;
align-items: center;
}
.cookie-consent .btn {
width: 100%;
margin: 5px 0;
}
}