/* https://dev.chalupaustudanky.cz/css/classes.css */
* { margin: 0; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } img { -webkit-box-sizing: content-box; box-sizing: content-box; border: 0; max-width: 100%; height: auto; } .center { text-align: center !important; } .center-block { margin-left: auto !important; margin-right: auto !important; display: block !important; } .right { text-align: right !important; } .left { text-align: left !important; } .justify { text-align: justify !important; } .kur { font-style: italic !important; } .uppercase { text-transform: uppercase; } .nomargin { margin: 0 !important; } .nomargin-top { margin-top: 0 !important; } .nomargin-left { margin-left: 0 !important; } .nomargin-right { margin-right: 0 !important; } .nomargin-bottom { margin-bottom: 0 !important; } .nopad { padding: 0 !important; } .nopad-top { padding-top: 0 !important; } .nopad-left { padding-left: 0 !important; } .nopad-right { padding-right: 0 !important; } .nopad-bottom { padding-bottom: 0 !important; } .clear { clear: both !important; } .clear-left { clear: left !important; } .clear-right { clear: right !important; } .proexp { position: relative !important; } .bezramu, .noborder { border: 0 !important; } .bezpozadi, .nobg { background-image: none !important; background-color: transparent !important; } .block { display: block !important; } .inline { display: inline !important; } .inline-block { display: inline-block !important; } .no, .none { display: none !important; } .nowrap { white-space: nowrap !important; } .full { width: 100% !important; } .auto { width: auto !important; } .hand { cursor: pointer; } .float-right { float: right !important; } .float-left { float: left !important; } .nofloat { float: none !important; } .top { vertical-align: top !important; } .middle { vertical-align: middle !important; } .bottom { vertical-align: bottom !important; } .abc { list-style-type: lower-alpha; } .nounder { text-decoration: none !important; } .under, .underline { text-decoration: underline !important; } .breakAll { word-break: break-all; display: inline-block; } /*velikosti*/ .xxs { font-size: .625rem !important; } .xs { font-size: .75rem !important; } .s { font-size: .875rem !important; } .m { font-size: 1em !important; } .l { font-size: 1.125em !important; } .xl { font-size: 1.25rem !important; } .xxl { font-size: 1.375rem !important; } .xxxl { font-size: 1.5rem !important; } .xxxxl { font-size: 1.75rem !important; } .xxxxxl { font-size: 2rem !important; } .xxxxxxl { font-size: 2.5rem !important; } big { font-size: 1.2em; } small { font-size: .8em; } .lh-m { line-height: 1em !important; } .lh-l { line-height: 1.2em !important; } .lh-xl { line-height: 1.4em !important; } .lh-xxl { line-height: 1.6em !important; } .lh-xxxl { line-height: 1.8em !important; } .lh-xxxxl { line-height: 2em !important; } /*obrazky*/ .obr, .obr-left { float: left; margin: 0px 1.75rem .5rem 0; } .obr2, .obr-right { float: right; margin: 0px 0px .5rem 1.75rem; } .obr3, .obr-center { float: none; margin: 0px auto; display: block; } @media (min-width: 480px) { .maxw50 { max-width: 50% !important; } .maxw33 { max-width: 33% !important; } } p, ul, ol { margin: 1em 0; padding: 0; } ol { padding-left: 2.2em; } ul { list-style-type: none; } ul ul, ol ol { margin: 1em 0em 1em 1.5em; } ul ul ul, ol ol ol { margin: 1em 0em 1em 3em; } q, blockquote { quotes: "\201E" "\201C"; } figure { margin: 0; } address { font-style: normal; display: block; margin: .5em 0; } hr { height: 1px; clear: both; padding: 0; border: 0; background: var(--bdrColor); margin: var(--vSpace) 0; } h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: none; } .lomic { margin: 0; height: 1px; margin-top: -1px; clear: both; } .crop, .orez, .hellip { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; } .content:after { clear: both; height: 1px; display: block; content: ' '; } a[href^="tel:"], a[href^="tel:"]:hover { cursor: default; text-decoration: none; color: currentColor; } /* :any-link:focus, button:focus { outline: var(--textColor) dotted 1px; } :any-link:focus img { outline: var(--primColor) solid 2px; } */ .fa { font-weight: 700; font-family: 'Font Awesome 5 Pro'; } .minw { min-width: 1.5em; } .videoIframe iframe, .videoCont video, .embededContent iframe, .embededContent img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; bottom: 0; right: 0; } .videoIframe, .videoCont, .embededContent { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; } @media (min-width: 600px) { .to2columns { column-count: 2; column-gap: 3rem; margin: 1.5em 0; } } @media (min-width: 761px) { .to3columns { column-count: 3; column-gap: 3rem; margin: 1.5em 0; } } :matches(.to2columns, .to3columns):matches(h1, h2, h3, h4, h5, h6, li) { page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; } .scrollBox { overflow: auto; overflow-x: auto; overflow-y: visible; max-width: 100%; width: 100%; } .vSpace { margin: var(--vSpace) 0; } .hSpace { margin: var(--hSpace) 0; } .primColor { color: var(--primColor); } .textColor { color: var(--textColor); } .secColor { color: var(--secColor); } .altColor { color: var(--altColor); } .fwB, strong, strong strong, .bold { font-weight: var(--fwB); } .fwL { font-weight: var(--fwL); } .fwN { font-weight: var(--fwN); } .inRow { display: flex; justify-content: space-between; flex-flow: row wrap; align-items: center; margin: -5px; } .inRow > div { padding: 5px; } .inRow * { margin: 0; } .hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* https://dev.chalupaustudanky.cz/css/row.css */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { min-height: 1px; float: left; position: relative; } .col-1 { width: 8.333333333333332%; } .col-2 { width: 16.666666666666664%; } .col-3 { width: 25%; } .col-4 { width: 33.33333333333333%; } .col-5 { width: 41.66666666666667%; } .col-6 { width: 50%; } .col-7 { width: 58.333333333333336%; } .col-8 { width: 66.66666666666666%; } .col-9 { width: 75%; } .col-10 { width: 83.33333333333334%; } .col-11 { width: 91.66666666666666%; } .col-12 { width: 100%; position: relative; } .row { margin-left: -15px; margin-right: -15px; clear: both; display: flex; align-items: stretch; flex-flow: row wrap; } .row + .row { margin-top: var(--vSpace); } .row-pad0 { margin-left: 0; margin-right: 0; clear: both; } .row-pad5 { margin-left: -5px; margin-right: -5px; clear: both; } .row-pad10 { margin-left: -10px; margin-right: -10px; } .row-pad20 { margin-left: -20px; margin-right: -20px; } .row-pad25 { margin-left: -25px; margin-right: -25px; } .row-pad30 { margin-left: -30px; margin-right: -30px; } .row-pad50 { margin-left: -50px; margin-right: -50px; } .row h1:first-child, .row h2:first-child, .row h3:first-child, .row h4:first-child, .row h5:first-child { margin-top: 0; } .row>div[class^="col-"] { padding: 0 15px; } .row-pad0>div[class^="col-"] { padding: 0 0; } .row-pad5>div[class^="col-"] { padding: 0 5px; } .row-pad10>div[class^="col-"] { padding: 0 10px; } .row-pad20>div[class^="col-"] { padding: 0 20px; } .row-pad25>div[class^="col-"] { padding: 0 25px; } .row-pad30>div[class^="col-"] { padding: 0 30px; } .row-pad50>div[class^="col-"] { padding: 0 50px; } .separated > div[class^="col-"] { border-left: 1px solid var(--bdrColor); border-right: 1px solid var(--bdrColor); } .separated > div[class^="col-"]:first-child { border-left: 0; } .separated > div[class^="col-"]:last-child { border-right: 0; } .separated > div[class^="col-"]+div[class^="col"] { margin-left: -1px; } .separated > div[class^="col-"] { border-color: var(--bdrColor); } @media (max-width: 1280px) { .row-pad20, .row-pad25, .row-pad30, .row-pad50 { margin-left: -15px; margin-right: -15px; } .row-pad20 > div[class^="col-"], .row-pad25 > div[class^="col-"], .row-pad30 > div[class^="col-"], .row-pad50 > div[class^="col-"] { padding-left: 15px; padding-right: 15px; } } @media (max-width: 760px) { .row > div[class^="col-"] { width: 100%; float: none; flex: auto; padding-bottom: 2rem; } .row > div[class^="col-"]:last-child { padding-bottom: 0; } .goHalf div[class^="col-"] { width: 50%; float: left; } .row.separated > div[class^="col-"] { border-width: 0; } .row.goHalf.separated > div[class^="col-"]:nth-of-type(2n+2) { border-left-width: 1px; } } @media (max-width: 374px) { .goHalf div[class^="col-"] { width: 100%; float: none; } .goHalf .row.separated > div[class^="col-"]:nth-of-type(2n+2) { border-width: 0; } }
@media screen { 
/* https://dev.chalupaustudanky.cz/css/default.css */
html { background: #ebebeb; margin: 0; padding: 0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { background: transparent; margin: 0; padding: 0; font-size: 1.125em; line-height: 1.5; font-family: 'Open Sans', system-ui, sans-serif; color: var(--textColor); font-style: normal; } #page { display: flex; flex-direction: column; flex-wrap: nowrap; min-height: 100vh; box-shadow: 0 0 20px rgba(0, 0, 0, .15); max-width: 1920px; margin-left: auto; margin-right: auto; background-color: white; position: relative; } main { flex: auto; outline: none; } h1, h2, h3, h4, h5 { margin: 2rem 0 1.5rem 0; line-height: 1.2em; font-family: var(--altFont); font-weight: 700; } h1 a, h2 a, h3 a, h4 a, h5 a { color: currentColor; } h1 { font-size: 2em; margin-top: 0; } h2 { font-size: 1.75em; } h3 { font-size: 1.5em; } h4 { font-size: 1.25em; } h5 { font-size: 1.125em; } a { color: var(--primColor); transition: color 0.25s, border-color 0.25s, background 0.25s; } .section { max-width: 1140px; display: block; margin: 0 auto; padding: 0 var(--hSpace); position: relative; width: 100%; } header { position: absolute; left: 0; top: 0; right: 0; z-index: 10; } .header { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; } .section--header { position: static; max-width: 1140px; padding-left: 20px; padding-right: 0; } .logo { width: 197px; height: 197px; background-color: var(--primColor); left: 50%; top: 0; padding: 10px; z-index: 3; margin-right: 20px; } .logo__img { display: block; width: 100%; height: auto; filter: invert(1); } .logo h1 { margin: 0; } .content, .asideCol { padding: var(--vSpace) 0; } footer { background: var(--secColor); color: white; padding-bottom: var(--hSpace); } footer .footer .imgBox { flex-flow: row-reverse wrap; margin-top: 0; } .footer a { color: currentColor; } .footer a:hover { color: #ead8b9 } .ftrLinks { font-size: .875rem; padding-left: var(--vSpace); } .footer .row { justify-content: space-between; align-items: stretch; align-content: center; flex-flow: row nowrap; font-size: .875rem; } .footer .row>div { padding: 0px 15px; } .pageHeader, .innerSlideShow { position: relative; max-width: 1920px; margin-left: auto; margin-right: auto; } .cal { position: absolute; left: 0; right: 0; bottom: 0; } .cal__btn { white-space: nowrap; } .cal__in { background: var(--secColor); color: white; display: flex; height: 76px; align-items: center; font-family: var(--altFont); font-weight: 700; padding: 0 var(--hSpace); max-width: 1140px; margin-left: auto; margin-right: auto; justify-content: space-between; position: relative; } .cal .fa { font-size: 1.2em; } .cal__hdr { color: white; font-size: 1.88rem; display: flex; align-items: center; padding-right: 15px; } .cal__ar, .cal__dep { display: flex; align-items: center; position: relative; margin-right: 15px; padding-top: 5px; padding-bottom: 5px; } .fa.cal__inputIco { position: absolute; right: 0; top: 0; bottom: 0; top: 0; display: flex; align-items: center; width: 40px; justify-content: center; } .cal label { font-size: .75rem; text-transform: uppercase; padding: 0 10px 0 0; } .cal__input { background: var(--altColor); color: white; font-weight: 700; border-width: 0; padding-right: 50px; max-width: 15em; } @media (min-width: 640px) { .imgBox:nth-child(even) { flex-flow: row-reverse wrap; } .imgBox { display: flex; flex-flow: row wrap; align-items: flex-start; margin-left: -40px; margin-right: -40px; } .imgBox__img { position: relative; width: 50%; max-width: 570px; margin: 0; } .imgBox__cont p, .imgBox__cont ul { margin: 1.5em 0; } .imgBox__cont { width: 50%; padding: 0 var(--vSpace) 15px var(--vSpace); } } .imgBox__cont { padding: 20px var(--vSpace) 20px var(--vSpace); } .imgBox__img img { display: block; max-width: 640px; margin: 0 auto; width: 100%; height: auto; } .spec { margin-top: 0; } h2:before, .spec:before, .perex:before { content: ' '; display: block; background: var(--primColor); width: 30px; height: 4px; margin-bottom: 30px; } .imgBox__cont > h2:first-child, .imgBox__cont > h3:first-child { margin-top: 0; margin-bottom: 1rem; } @media (min-width: 961px) { .bm { display: flex; } .bm__l { width: 50%; padding-right: var(--hSpace); } .bm__img { width: 50%; } .bm__img img { display: block; margin-bottom: -80px; } } .bm__hdr { margin: 0; font-size: 1.67em; } .bm__num { display: flex; align-items: flex-end; justify-content: flex-end; } .bm__num img { display: block; } .bm__num span { font-size: .875rem; line-height: 1.2em; padding-right: 10px; } .pageHeader__in { position: relative; height: 0; padding-bottom: calc(100% / 192 * 62); min-height: 560px; display: flex; background: transparent no-repeat center center; background-size: cover; background-image: url(/file/5542cc6c7e70bc94712a31c01ff88d56/252/headerImg/slide2.jpg); aspect-ratio: 192 / 62; contain: layout style paint; } .pageHeader__cont { display: flex; align-items: center; justify-content: flex-start; flex: auto; background: rgba(0, 0, 0, 0.3); position: absolute; right: 0; top: 0; bottom: 0; left: 0; padding-top: 210px; padding-bottom: 126px; contain: layout style paint; } .pageHeader__hdr { color: white; margin: 0; font-size: 5.5em; display: flex; align-items: center; flex-flow: row wrap; } .btn.btn--monster { font-family: var(--altFont); text-transform: none; font-weight: 700; font-size: 1.5em; padding: 25px; } .cntLink { font-family: var(--altFont); font-weight: 70; font-size: 1.75em; } .cap { position: absolute; bottom: -20px; right: 0; color: white; background: var(--secColor); text-align: center; font-size: .875rem; padding: 20px; } .cap img { width: 30px; height: auto; display: inline-block; margin-top: 10px; } .apar { display: flex; margin: var(--vSpace) -40px; border: 1px solid var(--bdrColor); } .apar__img { width: 50%; max-width: 530px; } .apar__img img { display: block; } .apar h2 { margin-top: 0; margin-bottom: 10px; } .apar h2:before { display: none; } .apar .bm__num { justify-content: flex-start; } .apar__text { flex: auto; padding-left: 40px; padding-right: 30px; border: 1px solid var(--bdrColor); border-width: 0 1px 0 0; margin: 40px 0; width: 27%; } .apar__info { padding-left: 30px; padding-right: 40px; font-size: 1rem; line-height: 1.25em; text-align: center; min-width: 23%; margin: 40px 0; align-self: flex-end } .apar__ter { line-height: 1.6em; } .apar__ter strong { display: block; } .apar__price { color: var(--secColor); font-family: var(--altFont); font-weight: 700; font-size: 2em; line-height: 1.2em; display: block; margin-top: 1em; white-space: nowrap; } .apar__priceInfo { color: var(--secColor); margin-bottom: 2em; } .chckBox { background: var(--secColor); color: white; padding: var(--vSpace); margin-right: -40px; } .chckBox h3 { margin: 0 0 .5em 0; } .chckBox .time { line-height: 1.2em; font-size: 5em; font-family: var(--altFont); font-weight: 700; margin-bottom: var(--hSpace); } .cenikBox { margin: 0 -40px; } .tab.cenik { width: 100%; margin-top: 0; } .tab.cenik td[rowspan] { width: 100%; } .cenik strong { font-weight: 700; font-family: var(--altFont); } .cenik th { color: var(--textColor); } .capa > div { display: flex; } .capa { flex-flow: row nowrap; min-width: 200px; } .tab.cenik tbody tr.sec { background: #f4f4f4; } .tab.cenik tbody tr { background-color: white; } .tab.cenik td { border-width: 1px; padding: 8px 15px; } .tabDate { color: var(--secColor); font-family: var(--altFont); font-weight: 700; font-size: 2em; padding: var(--hSpace); white-space: nowrap; } a:hover, a:focus { color: var(--secColor); text-decoration: underline; }
}
@media screen { 
/* https://dev.chalupaustudanky.cz/css/nav.css */
.nav { margin: 0; padding: 0; } .nav__item { position: relative; text-align: left; } .topNav { flex: auto; background: var(--primColor); display: flex; padding: 0 15px; } .nav--topNavLvl1 { display: flex; align-items: stretch; justify-content: space-between; width: 50%; } .nav__item--topNavLvl1 { display: flex; align-content: stretch; float: left; } .nav__link--topNavLvl1 { display: flex; flex: auto; padding: 4px 15px; align-items: center; justify-content: center; height: 76px; line-height: 1.25em; color: white; font-family: var(--altFont); text-align: center; text-decoration: none; font-size: 1.1875rem; text-transform: uppercase; font-weight: var(--fwB); } .nav__itemBox { flex: auto; } .nav__link--topNavLvl1.nav__link--active, .nav__item--topNavLvl1:hover .nav__link--topNavLvl1, .nav__link--topNavLvl1:focus { background: var(--secColor); text-decoration: none; color: #fff; outline: none; } .submenu--topNavLvl1 { position: absolute; left: 0; top: 76px; width: 240px; background: var(--secColor); z-index: 5000; min-width: 100%; opacity: 0; visibility: hidden; transition: opacity 0.25s ease-out; } .nav__link--topNavLvl2 { display: block; padding: 10px 20px; color: white; font-size: 1rem; text-decoration: none; border-top: 1px solid rgba(255, 255, 255, 0.15); } .nav__link--topNavLvl2:hover { background: rgba(0, 0, 0, 0.1); text-decoration: none; color: white; } .nav__item--topNavLvl1:last-child .submenu--topNavLvl1, .nav__item--topNavLvl1:nth-last-child(2) .submenu--topNavLvl1 { left: auto; right: 0; } .nav__link--menuLvl1, .nav__link--menuLvl2 { background: var(--primColor); color: White; font-weight: var(--fwL); font-size: 1.1em; display: block; text-decoration: none; padding: 10px 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .menu .nav__item { z-index: 2; } .submenu--menuLvl1 { position: absolute; right: -250px; top: 0; width: 250px; opacity: 0; visibility: hidden; transition: opacity 0.25s ease-out; } .nav__link--menuLvl1:hover, .nav__link--menuLvl2, .nav__link--menuLvl1.nav__link--active, .nav__item--menuLvl1:hover .nav__link--menuLvl1, .nav__link--menuLvl1:focus { background-image: linear-gradient( rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); color: White; text-decoration: none; outline: none; } .nav__link--menuLvl2:hover { background-image: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); text-decoration: none; color: white; } .hasSubmenu:hover .submenu--menuLvl1, .hasSubmenu:hover .submenu--topNavLvl1 { opacity: 1; visibility: visible; } .menuBtn, .respNav, #dark { display: none; } /* responsivni menu */ .menuBtn, .respNav, #dark, .nav__openBtn { display: none; } @media (max-width: 960px) { .menuBtn { position: fixed; height: 50px; display: flex; align-items: center; justify-content: center; right: 0; top: 0; line-height: 14px; font-size: 15px; text-transform: uppercase; cursor: pointer; z-index: 200; transition: color .2s ease-out; transition-delay: .4s; width: 100px; color: white; font-family: var(--altFont); } .menuBtn:focus {} .menuBtn:after { content: 'MENU'; padding-left: 10px; font-weight: var(--fwB); } /*barva ikony*/ .menuBtn em, .menuBtn span:after, .menuBtn span:before { background-color: white; background-clip: border-box; } .respNav { background: white; padding-top: 50px; position: fixed; z-index: 150; right: 0; top: 0; height: 100%; width: 290px; margin: 0; float: none; margin: 0; display: block; box-shadow: 0 2px 2px rgba(0, 0, 0, .2); transform: translateX(105%); transition: transform .25s; } .respNavIn { max-height: calc(100vh - 50px); overflow: auto; border: 1px solid var(--bdrColor); border-width: 1px 0 0 0; margin: 0 12px; } .respNav .nav__link { display: block; text-align: left; text-decoration: none; padding: 0; color: var(--textColor); font-weight: var(--fwB); padding: 15px 20px; font-family: var(--altFont); } .respNav .nav__link:hover { color: var(--primColor); text-decoration: none; } .respNav .nav__item { border: 1px solid var(--bdrColor); border-width: 0 0 1px 0; } .respNav .submenu .nav__item { border-width: 0; } .respNav .submenu { display: none; margin: 0; padding: 0 0 12px 15px; } .respNav .submenu .nav__link { text-transform: none; font-weight: var(--fwL); padding: 10px; } .respNav .hasSubmenu > .nav__itemBox { position: relative; padding-right: 40px; } .respNav .hasSubmenu .nav__openBtn { position: absolute; z-index: 5; right: 0; top: 0; cursor: pointer; width: 40px; text-align: center; height: 100%; padding: 0; display: flex; align-items: center; justify-content: center; } .respNav .hasSubmenu .nav__openBtn:before { content: "\f107"; font-family: Font Awesome\ 5 Pro; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-size: 14px; height: 36px; width: 36px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; } .respNav .showSubmenu > .nav__itemBox .nav__openBtn:before, .respNav .hasSubmenu .nav__openBtn:hover:before, .respNav .hasSubmenu .nav__openBtn:focus:before { color: white; background: var(--primColor); } .respNav .showSubmenu > .nav__itemBox .nav__openBtn:before { transform: rotate(180deg); } .respNav .showSubmenu > .nav__link { color: var(--primColor); } .respNav .showSubmenu > .submenu { display: block; } .nav__item--home { display: none; } #dark { position: fixed; z-index: -100; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); visibility: hidden; opacity: 0; transition: opacity .5s ease-out; } /*MENU IKONA*/ .menuBtn span { display: block; vertical-align: middle; width: 20px; position: relative; height: 16px; overflow: hidden; } .menuBtn em { display: block; height: 2px; margin: 7px 0 0 0; width: 16px; transition: width .2s, background-color .2s; } .menuBtn span:after, .menuBtn span:before { display: block; height: 2px; content: " "; width: 100%; position: absolute; left: 0; top: 0; transition: all .15s; transition-delay: .2s; transform-origin: 50% 50%; } .menuBtn span:before { top: auto; bottom: 0; } /* vysunuti menu */ /* barva ikony*/ .menuOn .menuBtn em, .menuOn .menuBtn span:after, .menuOn .menuBtn span:before { background-color: var(--primColor); } /*barva tlacitka*/ .menuOn .menuBtn { background: #fff; border-color: transparent; color: var(--primColor); } .menuOn .menuBtn em { width: 0; } .menuOn .menuBtn span:after { top: 7px; transform: rotate(45deg); } .menuOn .menuBtn span:before { bottom: 7px; transform: rotate(-45deg); } .menuOn #dark { z-index: 101; display: block; visibility: visible; opacity: 1; } .menuOn .respNav, .respNav:focus, .respNav:focus-within { transform: translateX(0); } } @media (max-width: 374px) { .menuBtn { width: 50px; } .menuBtn:after { display: none; } }
}
/* https://dev.chalupaustudanky.cz/css/table.css */
table { font-size: 1em; font-family: inherit; border-collapse: collapse; border-spacing: 0; } .tab, table[border="1"] { font-size: 1em; border-collapse: collapse; margin: var(--vSpace) 0; width: auto; line-height: 1.3em; border: 1px solid var(--bdrColor); border-width: 0; } .tab td, .tab th, table[border="1"] td, table[border="1"] th { border: 1px solid var(--bdrColor); padding: 10px 10px; border-width: 0; } .tab thead th, table[border="1"] thead th { vertical-align: middle; } .tab th, table[border="1"] th { border-width: 0; font-weight: var(--fwL); text-align: left; vertical-align: top; font-size: .9em; } .tab th p, table[border="1"] th p, .tab td p, table[border="1"] td p { padding: 0; margin: 0; } .tab thead th, table[border="1"] thead th { border-width: 0 0 1px 0; } .tab tr:nth-of-type(even), table[border="1"] tr:nth-of-type(even) { background: rgba(0, 0, 0, 0.025); } .thReplace { display: none; } caption { font-size: 1.2rem; padding: .5rem 0; } @media (max-width: 600px) { .respTab, .respTab tr, .respTab td, .respTab th, .respTab tbody { display: block; width: 100% !important; text-align: left !important; border-width: 0; background: transparent; } .respTab thead, .respTab tr.thRow { display: none; } table.respTab tr { display: block; width: 100%; padding: 0; } table.respTab { border-width: 1px 0 0 0; } .respTab td:empty, .respTab th:empty, .respTab tr:empty { display: none; } table.respTab .thReplace, table.respTab .tdCont { width: 60%; padding: 10px; vertical-align: top; min-width: 10em; font-weight: var(--fwB); } table.respTab .thReplace { display: block; color: var(--primColor); font-weight: var(--fwN); width: 40%; } table.respTab td { display: flex; width: 100%; border-width: 0 0 1px 0; padding: 0; } table.respTab caption { margin: 1.5em 0; width: 100%; display: block; padding: 0; } table.respTab tbody th { font-size: 1.1em; font-weight: var(--fwB); } }
@media screen { 
/* https://dev.chalupaustudanky.cz/css/form.css */
textarea, input[type="text"], input[type="button"], input[type="reset"], input[type="search"], input[type="email"], input[type="submit"], input[type="url"], input[type="tel"] { appearance: none; } select::-ms-expand { display: none; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input::-webkit-input-placeholder { line-height: normal !important; } input[type="checkbox"], input[type="radio"] { border: 0; padding: 0; background: transparent none; margin: 0; width: auto; border-radius: 0; } button { padding: 0; margin: 0; border-width: 0; background: transparent none; box-shadow: none; border-radius: 0; cursor: pointer; font: inherit; outline: none; } input, textarea, select, .btn, .addFileButton { font: inherit; background: White; border: 1px solid #ccc; padding: 13px 15px; margin: 0; display: inline-block; text-decoration: none; width: 100%; line-height: 1.25rem; transition: border-color 1s; border-radius: 0; text-transform: none; font-size: 1em; vertical-align: middle; visibility: visible; outline: none; } input, textarea, select, .select2 { font-size: 1rem; } input:focus, textarea:focus, select:focus { border-color: var(--primColor); } textarea { overflow: auto; vertical-align: top; } /*BUTTON*/ .btn { cursor: pointer; width: auto; border-color: transparent; background: var(--primColor); color: #fff; text-decoration: none; display: inline-block; vertical-align: middle; position: relative; z-index: 1; cursor: pointer; overflow: visible; background-size: 100% 0; text-align: center; font-size: 1rem; text-transform: uppercase; font-weight: 700; font-family: var(--altFont); } .btn:hover, .btn:focus { color: white; text-decoration: none; background: var(--altColor); outline: none; } .btn.btn-xxs { padding: 1px 6px; font-size: .9em; } .btn.btn-xs { padding: 4px 10px; font-size: .9em; } .btn.btn-s { padding: 6px 12px; } .btn.btn-l { padding: 12px 25px; } .btn.btn-xl { padding: 15px 30px; font-size: 1.1em; } .btn.btn-xxl, .btn--submitForm { padding: 20px 35px; font-size: 1.125em; } .btn2 { border-color: var(--secColor); background: var(--secColor); } .btn3 { border-color: var(--altColor); background: var(--altColor); } /* layout formulare */ form, fieldset { margin: 0; padding: 0; border: 0; width: 100%; } .form { margin-top: var(--vSpace); } .form .row, .formBox .formRow { padding-top: 5px; padding-bottom: 5px; margin-top: 0; margin-bottom: 0; } .formLayout--top .row { margin-top: 0; margin-bottom: 0; } .form fieldset+fieldset { border-top: 1px solid var(--bdrColor); margin-top: var(--vSpace); padding-top: var(--vSpace); } .form h2, .form h3, .form h4 { margin: 0 0 5px 0; } .agree { margin: 2px 0; border: 1px solid #cbd5db; overflow: auto; height: 80px; color: var(--primColor); padding: 6px; display: inline-block; background: White; box-shadow: 0 0 4px var(--bdrColor) inset; } .help-block, .pozn { font-size: .75rem; line-height: 1.35em; display: block; margin: 0; padding-top: .15rem; } .submitForm { margin-top: 2rem; } /* validace */ .help-block.error, .has-error .labelBox, .has-error label { color: #d50000; } .has-error input, .has-error textarea, .has-error .inputBox input[type="text"], .has-error .inputBox textarea, .has-error .inputBox input[type="file"], .has-error .inputBox input[type="password"] { border-color: #d50000; } .required .inputDesc:after, .required label:after { content: "*"; padding-left: 3px; font-size: .85em; } .formLayout--placeholder .required { position: relative; } .formLayout--placeholder .required:after { content: "*"; font-size: .85em; position: absolute; right: 5px; top: 5px; z-index: 2; line-height: .85em; opacity: .75; } .inputReplaceGroup label:after { display: none; } /* vnitrni mini-form */ .formBox fieldset { margin: 0; } .formBox { max-width: 500px; padding: 5px 20px; border: 1px solid var(--bdrColor); margin: 0 auto; } .formBox label, .talkForm label { display: inline-block; padding-bottom: .35em; } .formBox .inRow { margin-top: 5px; margin-bottom: 5px; display: flex; } .loginlinkbox { align-self: center; } .loginlinkbox a { color: var(--textColor); } .loginlinkbox a:hover { color: var(--primColor); } /* generovane formulare */ .formLayout--SBS .formRow { width: 100%; display: flex; margin-top: 10px; margin-bottom: 10px; align-items: flex-start; justify-content: flex-start; } .formGen input, .formGen select, .formGen textarea { margin: 0; } .labelBox { display: flex; margin: 0; padding: 0; line-height: 1em; } .formLayout--SBS .labelBox { padding: 0 var(--hSpace) 0 0; width: 25%; align-items: center; min-height: 2.625rem; } .formLayout--top .labelBox:empty, .formLayout--SBS .labelBox:empty { padding: 0; min-height: 0; } .formLayout--SBS .inputBox { width: 75%; } .formLayout--top .labelBox { align-items: flex-end; padding: .35em 0; min-height: 2.825em; } .addFileButton { cursor: pointer; display: inline-block; text-align: left; } .addFileButton:hover, .fileRemove:hover { background: var(--primColor); border-color: var(--primColor); color: white; box-shadow: none; } .fileIns { margin: 8px 0 10px 0; padding: 0; list-style-position: inside; } .fileIns i { margin: 0 5px; font-size: 1rem; } .fileIns .fileRemove { cursor: pointer; line-height: 20px; width: 20px; font-size: 12px; display: inline-block; vertical-align: baseline; text-align: center; margin-left: 5px; } .rowForm__input, .btn.rowForm__btn { margin: 0; text-align: center; width: 100%; } .formInfoText { font-size: .9375em; margin-top: 10px; margin-bottom: 10px; } @media (min-width: 480px) { .rowForm__l { flex: auto; } .rowForm__input { text-align: left; border-right-width: 0; } .btn.rowForm__btn { width: auto; } .rowForm { display: flex; max-width: 35rem; margin-left: auto; margin-right: auto; } .rowForm__r { flex: none; } } @media (max-width: 760px) { .form .row > div[class^="col-"] { margin-top: 0; padding-bottom: 0; } .formLayout--placeholder .row > div[class^="col-"] { margin-top: 10px; } .formLayout--top .labelBox { min-height: 0; margin-top: 10px; } } @media (max-width: 600px) { .formLayout--SBS .formRow { flex-flow: row wrap; } .formLayout--SBS .labelBox { padding: 0; width: 100%; min-height: 0; padding: .35rem 0; } .formLayout--SBS .inputBox { width: 100%; } .submitForm { margin-top: 1rem; } }
}

/* webredakce */

/* https://dev.chalupaustudanky.cz/css/articles.css */
.article { margin-top: var(--vSpace); border: 1px solid var(--bdrColor); border-width: 0; overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; } .articleList .article+.article { padding-top: var(--vSpace); border-width: 1px 0 0 0; } .articleList--pages { margin-top: 30px; } .articleList--pages .article+.article { padding-top: 30px; } .articleIn { display: flex; flex-flow: row nowrap; } .articleImg~.articleCont { padding-left: var(--hSpace); width: 60%; } .articleCont { flex: auto; } .articleImg img { height: auto; display: block; width: 100%; } .articleImg { padding-top: .25em; max-width: 240px; width: 40%; } .articleHdr { margin: 0; } .articleInfo { line-height: 1.3em; font-size: .9em; } .articleInfo__item { display: inline-block; margin: 2px 10px 2px 0; opacity: var(--setOpacity); } .articleInfo__link { color: var(--textColor); } .tk i { margin-right: 4px; min-width: 0; } .tk { display: inline-block; color: var(--secColor); } .date { color: var(--secColor); white-space: nowrap; opacity: 1; } .articleInfo, .articleText, .more { margin-top: 8px; } .articleText p { margin: 0; } .articleInfo__item .num { line-height: 16px; font-size: 11px; color: White; background: #646b6f; border-radius: 7px; padding: 0 3px; text-align: center; display: inline-block; min-width: 16px; text-decoration: none; } /* clanky ve sloupecku */ .box .article { margin-top: 15px; } .box .article+.article { padding-top: 15px; border-width: 1px 0 0 0; } .box .articleHdr { margin: 0; font-size: 1.25em; line-height: 1.25em; } .box .articleInfo { margin: 2px 0 0 0; } .box .articleText { margin-top: 2px; } /* detail clanku */ .dateRange span { opacity: var(--setOpacity); } .dateRange { margin: var(--vSpace) 0; } .dateRange strong { font-weight: var(--fwL); color: var(--secColor); font-size: 1.5em; line-height: 1.3em; display: block; opacity: 1; } .articleDetImg img { display: block; height: auto; width: auto; width: 100%; max-width: 480px; } .articleDetImg { padding: .25em 0 .5em var(--hSpace); float: right; max-width: 50%; } .imgDesc p { margin: 0; } .imgDesc { font-size: .875em; line-height: 1.25; border: 1px solid var(--bdrColor); border-width: 0 1px 1px 1px; padding: .5em .75em; overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; } .abs, .perex { font-size: 1.2em; line-height: 1.5em; margin-top: 0; font-weight: 700; font-family: var(--altFont); font-size: 1.7em; } .articleDetInfo .socIco a:hover, .articleDetInfo .socIco span:hover { color: white; background: var(--primColor); border-color: var(--primColor); } .articleDetInfo .socIco a, .articleDetInfo .socIco span { color: var(--textColor); border: 1px solid #dadada; cursor: pointer; border-radius: 50%; line-height: 32px; min-width: 34px; display: inline-block; text-align: center; font-size: 18px; margin: 2px; } .articleDetInfo .socIco i { opacity: var(--setOpacity); } .articleDetInfo .socIco { order: 2; padding-left: var(--hSpace); } .articleDetInfo { display: flex; justify-content: space-between; align-items: center; clear: both; } .articleBody:after { clear: both; height: 1px; content: ' '; display: block; } /* vypis souvisejicich clanku */ .relatedArticleList .articleHdr { font-size: 1em; font-weight: var(--fwN); line-height: 1.25em; } .relatedArticleList { display: flex; flex-flow: row wrap; align-items: stretch; } .relatedArticleList .article { width: 50%; float: left; margin: 0; padding: 0; } .relatedArticleList .article:nth-of-type(even) { padding-left: var(--hSpace); border-left-width: 1px; } .relatedArticleList .article:nth-of-type(odd) { padding-right: var(--hSpace); } .relatedArticleList .article:nth-of-type(n+3) { padding-top: 15px; } .relatedArticleList .articleImg img { max-width: 90px; } .relatedArticleList .articleInfo { margin: 0 0 4px 0; font-size: .95em; } .relatedArticleList .articleImg~.articleCont { padding-left: 15px; } .relatedArticleList .articleImg { padding-top: 0; max-width: 90px; flex-shrink: 10; } @media (max-width: 760px) { .articleList .articleImg img { width: 100%; } .articleList .articleImg { width: 35%; min-width: 35%; } } @media (max-width: 479px) { .articleDetImg { padding: 0 0 .5em 0; float: none; max-width: 100%; } .relatedArticleList .article { width: 100%; } .relatedArticleList .article:nth-of-type(even) { padding-left: 0; } .relatedArticleList .article:nth-of-type(odd) { padding-right: 0; } .relatedArticleList .article:nth-of-type(n+2) { border-top-width: 1px; margin-top: 10px; padding-top: 10px; } .articleDetInfo { flex-wrap: wrap; } .articleDetInfo .socIco { order: -1; padding-left: 0; margin: 0 0 15px 0; } } @media (max-width: 374px) { .articleList .articleIn { flex-wrap: wrap; display: block; } .articleList .articleImg img { max-width: 360px; } .articleList .articleImg { width: 100%; min-width: 100%; padding-top: 0; padding-bottom: .5em; } .articleList .articleImg~.articleCont { padding-left: 0; } .articleImg~.articleCont { width: 100%; } }
@media screen { 
/* https://dev.chalupaustudanky.cz/css/login.css */
.loginBox { position: relative; } .dialog__window:before { content: ' '; width: 10px; height: 10px; display: block; background: var(--bdrColor); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; z-index: -1; top: 3px; right: 20px; } .dialog { position: absolute; display: none; top: 55px; right: 0; width: 100%; z-index: 10; overflow: visible; padding-top: 7px; min-width: 240px; } .dialog__window { background: white; border: 1px solid var(--bdrColor); } .boxHdr { margin: 0 0 15px 0; color: var(--primColor); font-size: 1.1em; } .btn--loginForm { width: 100%; text-align: left; } .loginForm__item { margin: 8px 0; } .loginForm__fieldset { padding: 15px; } .loginForm__item input { margin: 0; } .btn--loginForm i { float: right; font-size: 12px; line-height: 20px; } .loginBtns { border-top: 1px solid var(--bdrColor); padding: 5px 0; } .rr { display: block; text-decoration: none; font-size: .75rem; line-height: 1.3em; padding: 0 15px; color: var(--textColor); margin: 10px 0; } .rr:hover { text-decoration: none; color: var(--primColor); } .rr i { opacity: .75; font-size: 14px; min-width: 2em; } .dialogMenu { margin: 0; padding: 0; } .dialogMenu__link { display: block; text-decoration: none; padding: 10px 15px; text-align: left; color: var(--textColor); line-height: 1.2rem; } .dialogMenu__item { border-top: 1px solid var(--bdrColor); margin: 0; padding: 0; display: block; float: none; } .dialogMenu__link i { display: inline-block; float: right; font-size: 14px; text-align: center; min-width: 2em; color: var(--textColor); opacity: .5; line-height: 1.2rem; } .dialogMenu__link:hover { text-decoration: none; color: var(--primColor); } .userName i { font-size: 18px; vertical-align: middle; padding-right: 5px; } .userName { padding: 10px 15px; margin: 0; font-size: 1.1em; background: #f8f8f8; color: var(--primColor); }
}
@media screen { 
/* https://dev.chalupaustudanky.cz/css/search.css */
.searchBox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; transform: translateY(-100%); transition: transform .2s ease-out; z-index: -20; visibility: hidden; opacity: 0; background: var(--altColor); } .searchBoxIn { height: 100%; display: flex; align-items: center; width: 100%; } .search--on .searchBox { transform: translateY(0); visibility: visible; opacity: 1; z-index: 50; } .search__input { padding: 20px; margin: 0; height: 50px; padding: 0 15px; width: 100%; min-height: 0; background: transparent; color: white; border-radius: 0; border-width: 0; } .search__fieldset { position: relative; display: block; width: 100%; padding-left: 50px; padding-right: 50px; } .search__btn:hover, .search__btn:focus { background: rgba(0, 0, 0, 0.15); } .search__btn { width: 50px; height: 50px; line-height: 50px; margin: 0; border: 0; position: absolute; right: 0; top: 0; color: white; background: transparent; font-size: 18px; padding: 0; min-height: 0; } .search__close:hover { background: rgba(0, 0, 0, 0.15); } .search__closeIco { display: block; margin: 0 auto; width: 20px; height: 20px; } .search__close { position: absolute; left: 0; top: 0; color: white; height: 100%; width: 50px; cursor: pointer; z-index: 201; display: flex; align-items: center; justify-content: center; } .search__input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } .search__input::-moz-placeholder { color: rgba(255, 255, 255, 0.6); } .search__input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6); } /* vyhledavani v obsahu */ .searchInContent .btn { margin: 0; border-radius: 0; position: absolute; right: 0; top: 0; padding: 0; cursor: pointer; line-height: 55px; width: 55px; display: inline-block; text-align: center; height: 55px; } .searchInContent .btn i { min-width: 0; text-align: center; } .searchInContent input { margin: 0; height: 55px; padding-right: 55px; } .searchInContent p, .searchInContent fieldset { position: relative; margin: 0; } .searchInContent { margin: 20px auto; } /* naseptavac */ .autocomplete { position: absolute; width: 100%; z-index: -10; left: 0; right: 0; visibility: hidden; opacity: 0; transition: opacity .5s ease-out; } header .autocomplete { padding-left: 50px; padding-right: 50px; } .autocompleteIn { background: var(--altColor); color: white; white-space: normal; text-align: left; box-shadow: 0 10px 15px rgba(0, 0, 0, .1); max-width: 900px; } .ac__list { margin: 0 0 10px 0; padding: 0; list-style-type: none; } .ac__item { width: 100%; } .autocomplete__hdr { margin: 10px 15px 0 15px; padding: 10px 0 5px 0; font-size: 1rem; border: 1px solid rgba(255, 255, 255, 0.2); border-width: 1px 0 0 0; font-weight: var(--fwB); } .acLink { text-decoration: none; display: flex; width: 100%; color: var(--textColor); padding: 8px 15px; color: white; line-height: 1.2em; align-items: center; } .acLink:hover { background: rgba(0, 0, 0, 0.05); color: white; text-decoration: none; } .acLink__img i { opacity: .75; font-size: 20px; } .acLink__img { vertical-align: middle; padding: 0; min-width: 90px; text-align: center; flex-shrink: 10; } .acLink__img img { height: auto; display: block; margin: 0 auto; } .acLink__cont { width: 100%; text-align: left; padding-left: 15px; flex: auto; } .acLink__hdr { font-weight: normal; } .autocomplete__hdr:first-child { border: 0; margin-top: 0; } .search--on .autocomplete--on .autocomplete, .content .autocomplete--on .autocomplete { opacity: 1; visibility: visible; z-index: 10; } .autocomplete .autocompleteSelected a, .autocomplete .autocompleteSelected a:hover { background: rgba(0, 0, 0, 0.05); } .acLink__date { font-size: .9em; line-height: 1.2em; font-style: normal; display: block; padding: 0; opacity: .75; } .autocompleteAll { display: block; font-size: .9em; margin-top: 10px; padding: 5px 10px; color: white; background: rgba(0, 0, 0, 0.15); text-decoration: none; line-height: 1.2em; text-align: center; } .autocompleteAll i { margin-right: 5px; } .autocompleteAll:hover { color: white; background: rgba(0, 0, 0, 0.25); text-decoration: none; } @media (max-width: 960px) { .searchBox { padding-right: 100px; } .section.section--search { padding: 0; } } @media (max-width: 479px) { header .autocomplete { padding-left: 0; padding-right: 0; font-size: .9em; } .search__input { padding-left: 5px; padding-right: 5px; } .section--search { padding: 0; } } @media (max-width: 374px) { .searchBox { padding-right: 50px; } }
}
@media screen { 
/* https://dev.chalupaustudanky.cz/css/calendar.css */
.flyForm__calBox { position: absolute; background: var(--secColor); color: white; bottom: 0; margin: 0; list-style-type: none; border-radius: 0 0 6px 6px; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); z-index: 100; cursor: default; display: flex; border: 1px solid rgba(255, 255, 255, 0.12); border-width: 1px 0 0 0; left: 50%; transform: translateX(-50%) translateY(100%); } .calendar + .calendar { border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 0 1px; } .calendar { color: white; padding: 20px; max-width: 306px; min-width: 306px; width: 100%; } .calendar table { width: 100%; table-layout: fixed; border: 0; border-collapse: collapse; } .calendar td { color: white; vertical-align: middle; text-align: center; border: 0; line-height: 36px; font-size: .875em; padding: 1px; } .day { border-radius: var(--radius); display: block; line-height: 36px; width: 36px; cursor: pointer; } .day--line { background: rgba(0, 0, 0, 0.25); } .day:hover, .day--active { background: var(--primColor); color: white; font-weight: var(--fwB); } .calendar th { vertical-align: middle; text-align: center; border: 0; line-height: 25px; font-weight: var(--fwL); color: rgba(255, 255, 255, 0.7); font-size: .75em; } .calHeader h3 { text-align: center; margin: 0; font-size: 1em; color: white; } .calHeader { display: flex; justify-content: space-between; margin-bottom: 10px; align-items: center; } .calBtn:hover { background: var(--altColor); } .calBtn { display: inline-block; font-size: 18px; width: 40px; min-width: 32px; line-height: 40px; text-align: center; cursor: pointer; height: 40px; border-radius: var(--radius); } .timeBox { display: flex; justify-content: center; align-items: center; border: 1px solid rgba(0, 0, 0, 0.25); border-width: 1px 0 0 0; margin-top: 12px; padding-top: 12px; } .timeH i { padding-right: 15px; } .timeBox .timeH { font-weight: var(--fwB); font-size: 1.2em; padding: 0 15px; } .timeUp:hover, .timeDwn:hover { background: var(--secColor); border-color: var(--secColor); } .timeUp, .timeDwn { cursor: pointer; border-radius: var(--radius); border: 1px solid rgba(0, 0, 0, 0.25); line-height: 38px; width: 40px; min-width: 40px; text-align: center; } @media (max-width: 1200px) {} @media (max-width: 640px) { .flyForm__calBox { transform: none; left: 0; flex-flow: row wrap; transform: translateY(100%); } } @media (max-width: 640px) { .flyForm__calBox { left: 10px; right: 10px; } .calendar { margin-left: auto; margin-right: auto; min-width: 0; border-width: 0 !important; padding-left: 10px; padding-right: 10px; } }
}
@media screen { 
/* https://dev.chalupaustudanky.cz/css/slideshow.css */
.slideShow { position: relative; height: 0; padding-bottom: calc(100% / 192 * 99); min-height: 370px; aspect-ratio: 192 / 99; contain: layout style paint; } .slide { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent no-repeat center center; background-size: cover; contain: layout style paint; } .slide__lcpImg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; contain: layout style paint; } .slide .section { padding: 0; } .slide__in { padding: 0; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; position: absolute; display: flex; align-items: flex-end; padding-bottom: var(--vSpace); contain: layout style paint; } .slide__hdr:before { display: none; } .slide__hdr { font-size: 1.5em; margin: 0 0 5px 0; font-family: var(--altFont); font-weight: 700; line-height: 1.4em; } .slide__btn .btn { margin-top: 10px; min-width: 8em; text-align: center; } .slide__text p { margin: 0; line-height: 1.25em; } .slide__cont { padding: 1em var(--hSpace); flex: 0 1 auto; max-width: 36em; background-color: rgba(0, 0, 0, .5); color: white; contain: layout style paint; } .slidesAnim { position: absolute; right: 20px; top: 20px; z-index: 10; } .slidesAnim__btn { border: 2px solid #fff; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: transparent; font-size: 1em; padding: 0; margin: 0; color: white; font-size: 16px; opacity: .6; border-radius: 50%; } .slidesAnim__btn:hover, .slidesAnim__btn--active, .slidesAnim__btn:focus { background: var(--primColor); border-color: var(--primColor); color: white; opacity: 1; } .slidesSwitcher__btn + .slidesSwitcher__btn { transform: rotate(180deg) translateY(50%); left: auto; right: 0; } .slidesSwitcher__btn { display: flex; align-items: center; justify-content: center; width: 76px; height: 76px; overflow: hidden; background: var(--primColor); cursor: pointer; position: absolute; left: 0; top: 50%; font-size: 18px; color: white; transform: translateY(-50%); } .slidesSwitcher__btn:hover { background: var(--secColor); } .slidesSwitcher__btn--active, .slidesSwitcher__btn:focus {} @media (max-width: 479px) { .slide__cont { font-size: 1rem; } .slide__in { padding-bottom: 0; } }
}
/* https://dev.chalupaustudanky.cz/css/photogallery.css */
.photogalleryList { margin-left: -60px; display: flex; flex-flow: row wrap; margin-right: -60px; } .photogalleryList2{ display: flex; flex-flow: row wrap; margin: 0 -1px; } .photo { width: 33.333333333333333333333333333333333333333333333%; padding:  1px; float: left; } .photog__btn { padding: 20px; padding-bottom: 40px; } .photo__box { border: 1px solid var(--bdrColor); border-width: 0; min-width: 1%; flex: auto; overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; } .photo__desc p { margin: 0; } .photo__desc { line-height: 1.25em; font-size: .875em; padding-top: 10px; text-align: center; opacity: var(--setOpacity); } .photo img { display: block; width: 100%; height: auto; } .photogalleryList2 { } @media (max-width: 760px) { .photo { width: 50%; padding: 15px; } } @media (max-width: 374px) { .photo { width: 100%; } }
/* https://dev.chalupaustudanky.cz/css/branch.css */
/*pobocka*/ .hotNews p + p { margin-top: 10px; } .hotNews p { margin: 0; } .hotNews { border-left: 10px solid var(--primColor); padding: 10px 15px; background: #f8f8f8; } .openTime { margin-top: 30px; margin-bottom: 30px; } .openTime span { white-space: nowrap; padding-right: 15px; display: inline-block; font-size: 1.2em; } .openTable { display: none; } .openTable td { padding-left: 15px; } .shop .bookmarks { margin-bottom: 0; } .shopMap { margin-bottom: 30px; } .postAddress { font-size: 1.2em; line-height: 1.4em; } .contactBox i, .UserFooter i { min-width: 1.5em; vertical-align: middle; text-align: center; opacity: .5; padding-right: 5px; } .contactPers__cont a { color: var(--textColor); } .contactPers { display: flex; justify-content: flex-start; } .contactPers__img { padding-right: 15px; max-width: 165px; width: 45%; min-width: 80px; } .contactPers__name { margin: 0; font-size: 1em; font-weight: var(--fwB); color: var(--textColor); } .contactPers__img img { width: 100%; max-width: 100%; height: auto; } .contactPers__cont { flex: auto; width: 55%; margin: 0; font-style: normal; line-height: 1.25em; } .contactPers__tel, .contactPers__mobile, .contactPers__email, .contactPers__note { margin-top: .35em; } .nPoint span { margin-right: 15px; } .nPoint { margin: 25px 0; border: 1px solid var(--bdrColor); padding: 10px; } /* google mapy */ .gm-style { text-align: center; font-size: .9em !important; font-size: .9rem !important; } .gm-style .btn { margin-top: 5px; } .gm-style h3, .gm-style h4 { margin: 0 0 5px 0; } .gm-style .gm-style-iw { font-size: 1em !important; }
@media screen { 
/* https://dev.chalupaustudanky.cz/css/input-replace.css */
.inputReplaceRow { display: flex; margin: 5px 0; } .inputHidden { position: absolute; opacity: 0; z-index: -100; } .inputReplaceLabel { align-self: center; flex: 100 1 auto; padding-left: 15px; } .inputReplaceLabel label { padding: 0; margin: 0; display: inline-block; cursor: pointer; } .checkbox-replaced, .radio-replaced { /*barva ramecku*/ border: 1px solid #bcbcbc; background-color: white; transition: border-color 1s; cursor: pointer; display: inline-block !important; vertical-align: middle; text-align: center; line-height: 24px; font-size: 16px; width: 26px; height: 26px; transition: border-color 1s; border-radius: 2px; } .checkbox-replaced:hover, .radio-replaced:hover { border-color: var(--primColor); } .checkbox-replaced.checked.disabled:before { color: var(--bdrColor); } .checkbox-replaced.disabled, .radio-replaced.disabled { border-color: var(--bdrColor); cursor: default; background: #f8f8f8; } .checkbox-replaced:before { content: "\f00c"; color: var(--primColor); /*barva zaskrtnuti*/ visibility: hidden; display: inline-block; font-family: 'Font Awesome 5 Pro'; font-weight: 400; text-rendering: auto; opacity: 0; } .radio-replaced { border-radius: 50%; line-height: 18px; position: relative; } .radio-replaced:before { content: " "; /*barva zaskrtnuti*/ background: var(--primColor); position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; line-height: 26px; display: inline-block; border-radius: 50%; visibility: hidden; opacity: 0; } .radio-replaced.checked.disabled { border-color: var(--bdrColor); } .radio-replaced.checked.disabled:before { background: #cbd5db; } .checkbox-replaced.checked:before, .radio-replaced.checked:before { visibility: visible; opacity: 1; transform: scale(1) } .radio-replaced:before, .checkbox-replaced:before { transform: scale(2); transition: .1s ease-in-out; }
}
/* https://dev.chalupaustudanky.cz/css/components.css */
ul:not([class]) { margin-left: 0; padding: 0; list-style-image: none; } ul:not([class]) li { padding: 0; margin: 8px 0; position: relative; padding-left: 20px; display: block; } ul:not([class]) li:before { content: " "; background: var(--altColor); display: block; clear: both; border-radius: 50%; width: 6px; height: 6px; display: inline-block; position: absolute; left: 0; top: calc(1.5em / 2 - 4px); } .content>h1:nth-of-type(1) { margin-top: 0; } .wysiwyg.fancybox, .fancybox { cursor: zoom-in; cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAt1BMVEUAAAAEBAT9/f0EBATw8PDFxcWBgYEoKCgEBASxsbEEBAQEBATv7+/////////////x8fHPz8/FxcWenp7///9ra2sTExP///8EBAT////z8/N/f3////8EBAQnJycEBAT////5+fkEBAT///////8EBAT///////8EBATq6urn5+fu7u7Q0NDx8fF1dXVxcXHp6en///////+FhYWDg4P///////96enqlpaWrq6uXl5cEBAT///9NrU+AAAAAPHRSTlMAv/uI+uzax66HQBLy6coE9enl4d7Vw7Splm5oZ2VVUEslJRsYFhUMCvf38Ofc1tbAuq6tq11aLiYXFQSCfJAHAAAAyElEQVQY03XPVQ7DMBBF0RmHoUmZmZm5b//rqls7VRSp98fW0Xgk0//6jUhEjX6apkeo9tOfDXIIbYcde4H8XVscoVCt9yY06RZQDBReEVaNOUFeHyFOCmuw63MisLw3YflfzMHpkcYRTOOLAAdQUQzhJpMvYgbL5CQnO4PkeRuWmrxg2dU4K6OidsYbrJ/yZJodIHa+/lEeq+aYxu0yAOGR6laELq3B2TJhWpWt+GiLdL7hsmv4ntQSDzUmeaLEHcrWUpbp8/YN5TMZfPzoG3cAAAAASUVORK5CYII=), url("/img/zoomin.cur"), zoom-in; } .fancybox-button:focus { outline: #fff dotted 2px; } .UserFooter p { margin: 0; display: inline; padding: 0; } .num { border-radius: 11px; display: inline-block; vertical-align: middle; color: var(--textColor); background-color: white; line-height: 22px; width: 22px; text-align: center; font-size: 11px; margin-left: 5px; font-style: normal; } /* soubory ke stazeni */ .filesDwnlList { display: flex; flex-wrap: wrap; align-items: stretch; margin: -10px; } .file { float: left; width: 50%; padding: 10px; padding-left: 26px; } .file span+span { align-self: center; } .file a { text-decoration: none; font-size: 1em; line-height: 1.4em; word-break: break-all; display: block; font-weight: var(--fwB); } .file a em { white-space: nowrap; word-break: normal; font-weight: var(--fwL); color: var(--textColor); font-size: .75rem; font-style: normal; opacity: .75; } .file i { font-size: 1em; vertical-align: middle; display: block; background: var(--primColor); color: white; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; margin-left: -30px; margin-right: 20px; } .file p { margin: 0; display: flex; border: 1px solid var(--bdrColor); padding: 15px; } @media (max-width: 479px) { .file { float: none; max-width: 100%; width: 100%; padding-top: 5px; padding-bottom: 5px; } } /* vypis podstranek  */ .subpages { margin: 2em 0; } .subpages .subImg img { width: auto; width: 100%; height: auto; } .subpages .subImg { max-width: 105px; padding: .25em 15px 0 0; } .subpages ul, .subpages__ul { margin: 0; padding: 0; list-style-type: none; } .subpages ul li { padding: 0; margin: 0; display: flex; position: relative; } .subText { align-self: center; flex-grow: 100; } .subpages ul li:before { display: none; } .subpages h4 { margin: 0 0 0 0; font-size: 1.5em; text-align: left; } .subpagesSimple h4 { font-size: 1.25em; } .subpages p { margin: 4px 0 0 0; opacity: var(--setOpacity); } .subpages ul li+li { margin-top: 1em; } .subpagesSimple ul li:before, ul li.subpagesSimpleLi:before { font-family: 'Font Awesome 5 Pro'; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color: var(--primColor); content: "\f30b"; background: transparent; display: block; clear: both; border-radius: 0%; width: auto; height: auto; display: inline-block; position: absolute; left: 0; top: .25em; font-size: 1.1em; line-height: 1em; } ul li.subpagesSimpleLi:before { top: .45em; } .subpagesSimple ul li, ul li.subpagesSimpleLi { padding-left: 30px; line-height: 1.25em; } /* strankovani */ .navig, .abcd { margin: 30px 0 0 0; text-align: center; border: 1px solid var(--bdrColor); border-width: 1px 0 0 0; padding: 30px 0 0 0; } .navig a, .navig strong, .abcd span, .abcd a { color: var(--primColor); line-height: 30px; min-width: 32px; text-align: center; display: inline-block; margin: 2px 0; padding: 0 3px; border: 1px solid var(--bdrColor); text-decoration: none; } .navig strong { background: var(--primColor); color: White; font-weight: normal; } .navig span { display: inline-block; content: "..."; color: var(--primColor); line-height: 30px; margin: 0 3px; } .navig a:hover, .abcd a:hover, .abcd a.active { background: var(--secColor); color: White; text-decoration: none; } .navig i { font-size: 1.2em; min-width: 0; } .abcd span, .abcd a { min-width: 26px; line-height: 25px; } .abcd span { opacity: .3; color: var(--textColor); } @media (max-width: 374px) { .navig .navigNext, .navig .navigPrev { display: none; } } /* tagy */ .tagBox { margin: var(--hSpace) 0; } .tags { line-height: 1.25em; margin: .5em 0; font-size: .875em; display: flex; flex-flow: row wrap; align-items: center; } .tags__hdr { opacity: var(--setOpacity); display: inline-block; vertical-align: middle; font-weight: var(--fwN); color: var(--textColor); padding: 0 5px 0 0; margin: 0; } .tag:hover { background: var(--primColor); color: white; border-color: var(--primColor); text-decoration: none; } .tag { display: inline-block; vertical-align: middle; padding: 1px 6px; background: #f8f8f8; border: 1px solid var(--bdrColor); ; color: var(--textColor); text-decoration: none; border-radius: 2px; margin: 1px; } /* 404 */ .fa.superIco { font-size: 120px; vertical-align: middle; display: block; text-align: center; margin: 0 auto 20px auto; } /* ikonky soc. siti */ .socIco { text-align: right; margin-top: 30px; } .socIco a:hover, .socIco span:hover { color: white; background: var(--primColor); border-color: var(--primColor); } .socIco a, .socIco span { color: var(--textColor); border: 1px solid #dadada; cursor: pointer; border-radius: 50%; line-height: 32px; min-width: 34px; display: inline-block; text-align: center; font-size: 18px; margin: 2px; } .socIco i { opacity: var(--setOpacity); } /* nakupni kosik */ .shopBox { background: var(--altColor); padding: 10px 15px 15px 15px; cursor: pointer; } .shopBox h3 { color: White; line-height: 28px; background: transparent url(../img/shop.png) no-repeat 0 0; padding-left: 48px; margin: 0; } .shopBox p { color: White; line-height: 1.3em; } .shopBox a { color: White; font-weight: var(--fwB); } .shopBox p { margin: 10px 0 0 0; } .shopBox p span { font-size: .9em; display: block; color: rgba(255, 255, 255, .7) } /* loga */ .support ol { list-style-type: none; margin: 0 0 20px 0; padding: 0; display: table; width: 100%; table-layout: fixed; width: 100%; } .support li { display: table-cell; vertical-align: middle; text-align: center; height: 90px; padding: 0 5px; } .support img { display: inline-block; max-width: 100%; height: auto; } @media (max-width: 760px) { .support ul { list-style-type: none; margin: 0; padding: 0; display: block; } .support li { display: inline-block; vertical-align: middle; text-align: center; height: auto; padding: 10px 5px; } } /* reklamy */ .ad img { height: auto; max-width: 100%; } .ad p { margin: 0; } .ad-right { margin: 0; } /* drobeckova navigace */ .breadCrumbs { font-size: .875rem; color: white; position: absolute; left: var(--hSpace); bottom: 90px; left: 0; right: 0; } .breadCrumbs__ul { display: flex; flex-flow: row wrap; align-items: center; } .breadCrumbs__item { display: flex; align-items: center; } .breadCrumbs a:hover { color: white; text-decoration: underline; } .breadCrumbs a { color: white; text-decoration: none; } .breadCrumbs__sep { margin: 0 5px; min-width: 0; display: inline-block; } /* infohlasky */ .message { z-index: 10000; position: fixed; width: 100%; left: 0; top: 0; font-weight: var(--fwB); padding: 0 60px; display: none; background: #116a11; background-size: 24px 24px; cursor: pointer; color: white; -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15); box-shadow: 0 3px 6px rgba(0, 0, 0, .15); } .message-in { width: 100%; max-width: 800px; margin: 0 auto; padding: 10px; line-height: 1.4em; text-align: center; } .dialog__hdr { display: flex; justify-content: center; align-items: center; min-height: 3.125rem; } .message p { padding: 0; margin: 0; } .message a { color: currentColor; text-decoration: underline; } .message a:hover { color: currentColor; text-decoration: none; } .message button { min-width: 50px; text-align: center; width: auto; font-size: 1em; position: absolute; display: block; width: 50px; height: 100%; max-height: 100%; right: 0; top: 0; background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6IiAvPgoJPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIgLz4KPC9zdmc+Cg==); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; } .message button:hover, .message button:focus { background-color: rgba(0, 0, 0, 0.2); } .message h4 { margin: 0; } .message--error { background-color: #d50000; } .dialog__ico { font-size: 20px; vertical-align: middle; padding-right: 12px; } /* zalozky */ .bookmarks { display: flex; position: relative; } .bookmarks--right { justify-content: flex-end; } .bookmarks__tab { cursor: pointer; text-decoration: none; color: var(--textColor); text-align: center; padding: 0 15px; height: 4.75rem; display: flex; flex: auto; align-items: center; justify-content: center; font-family: var(--altFont); font-weight: 700; text-transform: uppercase; line-height: 1.1em; min-width: 3.8em; } .bookmarks__tab--active, .bookmarks__tab:hover, .bookmarks__tab:focus { background: #ead8b9; color: var(--textColor); text-decoration: none; } .bookmarks__tab .num { background: var(--bdrColor); } .bookmarksContent { background: #ead8b9; padding: 40px; margin-left: -40px; margin-right: -40px; margin-bottom: 40px; } /* loading */ .loading { position: fixed; right: 0; left: 0; top: 0; bottom: 0; z-index: 20000; background-color: rgba(255, 255, 255, 0.4); } .loading .loader { position: fixed; margin: -40px 0 0 -40px; left: 50%; top: 50%; z-index: 20001; } .loader { width: 80px; height: 80px; display: block; animation: animLoader 1.25s infinite linear; border-width: 8px; border-style: solid; border-color: var(--primColor) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2); border-radius: 50%; } @keyframes animLoader { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } /* coookies */ .cookies { background: #E3E3E3; border-top: 1px solid var(--bdrColor); padding: 10px 5px; display: flex; font-size: .85em; line-height: 1.25em; position: fixed; right: 0; left: 0; bottom: 0; width: 100%; z-index: 100; justify-content: center; align-items: center; } .cookies p { margin: 0; } .cookiesBtn { padding: 0 10px; } .cookiesIn { max-width: 800px; padding: 0 10px; } .cookies .btn { padding: 5px 10px; } /* window popup */ .windowPopup { position: fixed; display: block; width: 100%; height: 100%; left: 0; top: 0; z-index: 1000; background: rgba(0, 0, 0, 0.35); display: none; } .windowPopupIn { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 15px; } .window__hdr { margin-top: 0; font-size: 1.5rem; } .window__contScroll { overflow: auto; position: relative; margin-right: -20px; padding-right: 20px; max-height: calc(100vh - 30px - 80px); } .window { background-color: white; padding: 40px; max-width: 760px; width: 100%; z-index: 5; border-radius: 6px; position: relative; } @media (max-width: 479px) { .window { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; } } .window--smaller { max-width: 480px; text-align: center; } .window--bigger { max-width: 1120px; } .window__contScroll:after { clear: both; height: 1px; content: ' '; display: block; } .window .close { position: absolute; z-index: 10; } .close { cursor: pointer; top: 10px; right: 10px; width: 26px; height: 26px; padding-top: 0; text-align: center; display: block; margin: 0 auto 10px auto; padding-top: 13px; } .close:after, .close:before { content: ' '; display: block; margin: 0 auto; height: 1px; width: 23px; background: var(--textColor); transform: rotate(45deg); transform-origin: 50% 50%; } .close:before { transform: rotate(-45deg); margin-bottom: -1px; } .close:hover { transform-origin: 50% 50%; transform: scale(1.25); } .loading { position: fixed; right: 0; left: 0; top: 0; bottom: 0; z-index: 20000; background-color: rgba(255, 255, 255, 0.6); } .loading .loader { position: fixed; margin: -40px 0 0 -40px; left: 50%; top: 50%; z-index: 20001; } .loader { width: 80px; height: 80px; display: inline-block; vertical-align: middle; animation: animLoader 1.25s infinite linear; border-width: 8px; border-style: solid; border-color: var(--primColor) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2); border-radius: 50%; } @keyframes animLoader { 0% { transform: rotate(0); } 100% { transform: rotate(359deg); } }
@media screen { 
/* https://dev.chalupaustudanky.cz/css/responsive.css */
@media (max-width: 1230px) { .imgBox, .bookmarksContent, .photogalleryList, .apar { margin-left: -20px; margin-right: -20px; } .slidesSwitcher__btn { width: 48px; height: 48px; } .slide__hdr { font-size: 1.25em; } .slide__cont { padding-left: 70px; padding-right: 70px; } .chckBox { margin-right: 0; } .chckBox .time { font-size: 4em; } .cenikBox { margin: 0; overflow: auto; max-width: 100%; padding: 1px; } } @media (max-width: 1200px) { .cal__hdr { font-size: 1em; position: absolute; top: 0; transform: translateY(-98%); background: var(--secColor); left: 0; padding: .5em var(--hSpace); } .cal { position: relative; } .cal__in { justify-content: flex-start; flex-flow: row wrap; } } @media (max-width: 960px) { body { font-size: 1em; } header { position: absolute; left: 0; top: 0; width: 100%; z-index: 100; height: 50px; } .logo { max-width: 136px; height: auto; position: absolute; left: 0; top: 0; margin: 0; padding: 13px; } .headerFix--on.menuOn .menuBtn { background: #fff; } .headerFix--on .menuBtn { background: var(--primColor); } #page { padding-top: 0px; } .header { padding-top: 0; } .section--header { padding-left: 0; } .topNav { display: none; } .columns { display: block; } .midCol { padding-left: 0; float: none; width: 100%; } .asideCol { width: auto; float: none; display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; } .cal__in { height: auto; min-height: 5px; padding-top: 10px; padding-bottom: 10px; } .breadCrumbs { bottom: 60px; } .pageHeader__cont { padding-top: 130px; } .pageHeader__hdr { font-size: 4em; } .pageHeader__in { min-height: 22em; } .rooms { display: flex; margin-left: -15px; margin-right: -15px; } .rooms .bookmarks { display: block; width: 25%; min-width: 8em; } .rooms .bookmarksContent { width: 75%; margin: 0; padding: 25px; } .rooms .bookmarks__tab { height: auto; padding: 10px 15px; flex: auto; width: 100%; text-align: left; display: block; font-size: 1rem; } .bm__num { justify-content: flex-start; margin-bottom: var(--vSpace); } a[href^="tel:"], a[href^="tel:"]:hover { text-decoration: underline; cursor: pointer; } .apar { flex-flow: row wrap; margin-left: 0; margin-right: 0; } .apar__text { width: 100%; order: 3; border-width: 0 0 1px 0; margin: 0; padding: 40px; order: -1; } .apar__img { width: 60%; } .apar__info { width: 40%; align-self: center; margin: 0; padding: 15px; } } @media (max-width: 760px) { h1, .pageHeader__hdr, .footer .spec, .chckBox .time { font-size: calc(1.2em + 7vw) } h2, .perex { font-size: calc(1em + 1.5vw); line-height: 1.4em; } .cntLink { font-size: calc(1em + 1vw) } .imgBox, .bookmarksContent, .photogalleryList { margin-left: -15px; margin-right: -15px; } .innerSlideShow .slideShow .slide { background-size: 100% auto; background-position: center 0; } .innerSlideShow .slideShow { margin-bottom: 10em; min-height: 0; } .innerSlideShow .slide__cont { background: #ead8b9; padding: 0 15px; } .innerSlideShow .slide__in { align-items: center; bottom: -10em; top: auto; background: #ead8b9; height: 10em; padding: 0; } .innerSlideShow .slide__cont:before { display: none; } .tabDate { font-size: 1.25em; padding: 0; } } @media (max-width: 500px) { .cal__btn { padding-top: 10px; text-align: center; flex: auto; } .cal__ar, .cal__dep { margin-right: 0; } .rooms { font-size: 1rem; } } @media (max-width: 479px) { .apar__text { width: 100%; border-width: 0 0 1px 0; margin: 0; padding: 20px; order: -1; text-align: center; } .apar .bm__num { justify-content: center; } .apar__img { width: 100%; order: 3; } .apar__info { width: 100%; padding: 20px; } .tabDate { font-size: 1em; } } @media (max-width: 374px) { .rooms { display: block; } .rooms .bookmarks { display: block; width: 100%; min-width: 8em; } .rooms .bookmarksContent { width: 100%; padding: 20px; } }
}

/* plugins - critical only */

/* https://dev.chalupaustudanky.cz/css/select2.css */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* https://dev.chalupaustudanky.cz/css/select2-custom.css */
.content .select2 ul li:before { display: none; } .content .select2 ul li { margin: 0; padding: 0; display: inline-block; } /*background*/ .selection .select2-selection { background: #fff; } /* border */ .select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__choic, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__choice { border-color: #bcbcbc; outline: 0; } /*focus*/ .select2-container--default.select2-container--focus .select2-selection--multiple { border-color: var(--primColor); } /*barva textu*/ .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow { color: var(--textColor); } /*vyska*/ .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; } .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow, .select2-selection__rendered { line-height: 48px; } .select2-search.select2-search--inline, .select2-container .select2-search--inline .select2-search__field { line-height: 46px; /* -2px */ } .select2-selection__choice { line-height: 34px; /* vyska - 14px */ } /*padding*/ .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 14px; } .select2-results__option, .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding-left: 14px; padding-right: 14px; } /*border radius*/ .select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { border-radius: 0; } .select2-container--default .select2-selection--multiple .select2-selection__choice { border-radius: 4px; margin-bottom: 5px; /*tagy*/ } /*vyhledavac*/ .select2-search--dropdown .select2-search__field { padding: 4px 13px; } /*sipka*/ .select2-selection__arrow:after { font-family: 'Font Awesome 5 Pro'; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; content: "\f107"; } .select2-container--open .select2-selection__arrow:after { content: "\f106"; } /*background vyberane polozky  v selectu*/ .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #ededed; } /*hovers*/ .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--primColor); color: white; } .select2-container--classic .select2-selection--single:focus { border-color: var(--primColor); } /* barva roletky */ .select2-results { color: var(--textColor); background: #fff; } /* vyska roletky */ .select2-container--default .select2-results>.select2-results__options { max-height: 240px; } /*tagy*/ .select2-selection__choice { font-size: .8em; } .select2-selection__choice__remove { text-align: center; min-width: 18px; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background: #f8f8f8; } /*background vyberu v selectu*/ .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #ededed; color: var(--textColor); } /*-----*/ .select2-container .select2-selection--multiple .select2-selection__rendered { display: block; } .select2-container .select2-search--inline .select2-search__field { margin: 0 0; } .select2-selection__arrow b { display: none; } .select2-container--default .select2-selection--multiple .select2-selection__clear { margin-top: 0; margin-right: 0; width: 26px; text-align: center; margin-bottom: 0; }

/* print */

@media print { 
/* https://dev.chalupaustudanky.cz/css/print.css */
* { text-shadow: none !important; } html, body { color: Black !important; background: transparent none; font-size: 11pt; } a { color: Black !important; background-color: transparent !important; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } img { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; max-width: 100%; height: auto; } @page { margin: 0.5cm; } section { background: transparent none; } .topBar, .topCont, .topBox, .slideShow, .topNav, .respNav, #dark, .thReplace, .asideCol, .menuBtn, .leftCol, .rightCol, footer, form, .breadCrumbs, object, video, .slideShow, .loga, .socIco, .soc, .searchBox, .photogallery, .windowPopup { display: none; } .tab { border-collapse: collapse; font-size: 1em; border: 1px solid var(--bdrColor); } .tab td, .tab th { border: 1px solid var(--bdrColor); } input, textarea, select { font-size: 1em; } img { float: left; margin: 0 2em .5em 0; max-width: 30%; height: auto; } a img { border: 0; } h1, h2, h3, .main, .lomic { clear: both; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit; font-weight: bold; margin: .4em 0; background: transparent none; } h1 { font-size: 21pt; margin: 15pt 0 3pt 0; } .logo span { display: inline-block; vertical-align: middle; } .logo img { max-width: 4cm; height: auto; } h2 { font-size: 19pt; margin: 15pt 0 6pt 0; } h3 { font-size: 17pt; margin: 15pt 0 4pt 0; } h4 { font-size: 15pt; margin: 15pt 0 3pt 0; } h5 { font-size: 13pt; margin: 15pt 0 2pt 0; } h6 { font-size: 11pt; margin: 15pt 0 2pt 0; } hr { height: 1px; color: #dddddd; background: #ddd; clear: both; margin: 0; padding: 0; border: 0; width: 100%; } img, ul, ol, article { page-break-inside: avoid; } .content { page-break-inside: auto; } .lomic { clear: both; } .columns { display: block; } main { clear: both; } #page, .header { background-image: none !important; } hr{margin: 1cm 0;}
}

/* vars */

:root {
--textColor: #2d2e2e;
--primColor: #762939;
--secColor: #312b2b;
--altColor: #312b2b;
--bdrColor: #e3e3e3;
--hSpace: 40px;
--vSpace: 40px;
--RhSpace: 15px;
--RvSpace: 15px;
--fwB: 700;
--fwN: 300;
--fwL: 300;
--setOpacity: .7;
--altFont: 'Barlow Condensed', sans-serif;
}

@media (max-width: 1230px) {
:root {
--hSpace: 20px;
}
}

@media (max-width: 760px) {
:root {
--hSpace: 15px;
--vSpace: 30px;
}
}