@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');

@import url('https://www.kostkakolobezky.cz/themes/at_arsenal/assets/fonts/font-transducer.css');

:root {
	--content-width: 100%;
	--font-family: 'transducer-regular', sans-serif;
	--font-size: 4.2vw;
	--color-black: #19171a;
	--color-grey: #959794;
	--color-lightgrey2: #dddfe0;
	--color-lightgrey: #f0f0f0;
	--color-red: #e9322e;
	--color-dark-red:#801B19;
	--color-white: #ffffff;
	--color-steel: #526ea1;
	--color-gold: #ff9d04;

	--video-orig-width: 820px;
	--video-orig-height: 500px;
}
* {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	font-family: var(--font-family);
	line-height: 150%;
}
body {
	font-size: var(--font-size);
}
#area {
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 54px;
	z-index: 100;
}
header > div {
	width: 100%;
	height: 100%;
}
header > div, footer {
	background-color: var(--color-black);
	color: var(--color-white);
}
#main {
	background-color: var(--color-black);
	color: var(--color-white);
	margin: 48px 0 60px 0;
	font-size: 0px;
    overflow: hidden;
//	height: calc((100%  * 1) - 6px);
//	object-fit: none;
//	padding-bottom: -6px;
}
#main > img {
	width: 100%;
	box-shadow: none;
	object-fit: cover;
	top: 0px;
}
.main-box-shadow {
	box-shadow: 0px 0px 20px black;
}
#main > div#slidetext1 {
	padding: 15px;
	font-size: 15px;
}
#back-top-btn{
	bottom: 10px;
    display: none;
    position: fixed;
    right: 10px;
    z-index: 90;
    border-radius: 50%;
    background-color: #e80e1b;
    cursor: pointer;
}
#back-top-btn a{
    margin: 2px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}
#back-top-btn a:before{
	content: "";
	position:absolute;
    top: 12px;
    left: 11px;
    width: 12px;
    height: 12px;
    background: transparent url(/web/img/sipka-double.svg) no-repeat 50% 50%;
    transform: rotate(0deg);
}



#health {
	padding: 100px 0 0 0;
	height: 200px;
}
#health h1 {
	position: relative;
	color: var(--color-black);
	text-align: center;
	text-shadow: none;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 200px;
	height: 30px;
	margin: 12px 15px;
	background: transparent url('/web/img/logo-kostka-bike-2024.svg') no-repeat 50% 50%;
	background-size: contain;
}


header > div > div > div {
	position: absolute;
	top: -35px;
	right: 0px;
	height: 30px;
	font-size: 0px;
}
header > div > div > div > a {
	position: relative;
	display: inline-block;
	height: 25px;
	top: 2px;
	margin: 0 0 0 3px;
}
#languages-box {
	position: relative;
	display: inline-block;
	top: -8px;
	border: 0;
	margin: 0 30px 0 15px;
	padding: 4px 3px 4px 3px;
	font-family: var(--font-family);
	font-size: 11px;
	color: var(--color-white);
	background-color: var(--color-black);
	border-radius: 2px;
	cursor: pointer;
}
#menu > a {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	bottom: 100px;
}
#flag-cs {
	background-color: transparent;
	background-image: url(/web/img/cs.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	margin: 0 auto 30px -75px;
}
#flag-en {
	background-color: transparent;
	background-image: url(/web/img/en.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	margin: 0 auto 30px -15px;
}
#flag-de {
	background-color: transparent;
	background-image: url(/web/img/de.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	margin: 0 auto 30px 45px;
}

#area > section:not(#main, #health, #about, #business, #technology, #quote-box, #cta-box, #videos, #favorites .blog) {
	width: var(--content-width);
	margin: 0 auto;
}
.section-outer{
	width: var(--content-width);
	margin: 0 auto;
	padding: 0px 0px;
}
.section-outer h2{
	padding: 0px 15px 10px 15px;
	font-size: 50px;
}
.section-outer p{
	font-size: 16px;
}

.no-shadow img {
	box-shadow:none!important;
}
.headline-kotva, .headline-kotva-steel, .headline-kotva-gold{
	text-decoration:none;
}
.headline-kotva h3, .headline-kotva-steel h3, .headline-kotva-gold h3 {
	color: var(--color-black);
	font-size: 1.1em;
    line-height: 150%;
    padding: 7px 0 0 50px;
    cursor: pointer;
    margin: 10px 0 20px 0;
	text-decoration:none;
}
.headline-kotva h3:hover, .headline-kotva-steel h3:hover, .headline-kotva-gold h3:hover {
	text-decoration:underline;
}
.headline-kotva > h3::before{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15%;
    left: 0%;
    z-index: -1;
    background: transparent url(/web/img/sipka.svg) no-repeat 0% 50%;
    transform: rotate(0deg);
    transition: all 0.5s ease-out;
}
.headline-kotva-steel > h3::before{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15%;
    left: 0%;
    z-index: -1;
    background: transparent url(/web/img/sipka-steel.svg) no-repeat 0% 50%;
    transform: rotate(0deg);
    transition: all 0.5s ease-out;
}
.headline-kotva-gold > h3::before{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15%;
    left: 0%;
    z-index: -1;
    background: transparent url(/web/img/sipka-gold.svg) no-repeat 0% 50%;
    transform: rotate(0deg);
    transition: all 0.5s ease-out;
}
.red-gradient-bg{
	color: var(--color-white);
	background-image: linear-gradient(30deg,#E9322E,#801B19) !important;
	margin: 60px 0;
	box-shadow: 0px 0px 20px black;
	z-index:2;
}
.steel-gradient-bg{
	color: var(--color-white);
	background-image: linear-gradient(30deg,#526ea1, #1c2739) !important;
	margin: 60px 0;
	box-shadow: 0px 0px 20px black;
	z-index:2;
}
.gold-gradient-bg{
	color: var(--color-white);
	background-image: linear-gradient(30deg,#ff9c03, #8d5701) !important;
	margin: 60px 0;
	box-shadow: 0px 0px 20px black;
	z-index:2;
}

.before-quote{
	margin: 20px 0 0 0;
    padding: 60px 0;
}
.without-quote{
	margin: 20px 0 60px 0;
    padding: 60px 0;
}
.headline-center h2{
	text-align:center;
	font-size:17px;;
	padding: 0px 15px;
}
.headline-center h2 strong{
	font-size:36px;
}
.icons {
	display:flex;
	justify-content: center;
    flex-direction: row;
	margin: 0px 0px 10px 0px;
}
.icons img, #quote-box > div > img {
	height:65px;
	filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 0.4));
}
.single-icon{
	display:flex;
	align-items: center;
	flex-direction: column;
	margin: 0px 20px 0px 20px;
}
.single-icon p{
	font-size: 14px;
	font-weight: 700;
	margin-top:10px;
	text-align:center;
}
section.even, section.odd {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

section.even > div:first-child, section.odd > div:first-child {
	width: 100%;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 5px 5px var(--color-grey);
}
section.even > div:first-child > img, section.odd > div:first-child > img {
	width: 100%;
	transition: all 0.3s;
}
section.even > div:first-child > video, section.odd > div:first-child > video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 3;
	-moz-transform: scale(1.02)!important;
	-webkit-transform: scale(1.02)!important;
	-o-transform: scale(1.02)!important;
	-ms-transform: scale(1.02)!important;
	transform: scale(1.02)!important;
}
section.even > div:last-child, section.odd > div:last-child {
	width: 100%;
	padding: 30px 15px 15px 15px;
}

section.blog {
	background: transparent url('/web/img/blog-bg.png') no-repeat 50% 50%;
}
section.blog > div {
	width: var(--content-width);
    padding: 30px 15px 15px 15px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
	gap: 20px;
}
section.blog > h2 {
	width: var(--content-width);
	margin: 0px auto;
	padding-left: 15px;
}
section.blog > p {
	width: var(--content-width);
	margin: 0px auto;
}
section.blog > p > strong {
	margin: 0 15px 0 0;
}
section.blog > div > a {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 0px 10px var(--color-grey);
	padding: 15px;
	text-decoration: none;
	color: var(--color-black);
	height: 300px;
	overflow: hidden;
	background-color: var(--color-white);
}
section.blog > div > a:hover {
	background-color: var(--color-lightgrey);
}
section.blog > div > a > img {
	width: 48%;
	float: left;
	margin: 0px 15px 5px 0px;
	border-radius: 6px;
}
section.blog > div > a > h3 {
	margin: 0 0 10px 15px;
	font-size: 20px;
	line-height: 110%;
}
section.blog > div p {
	font-size: 15px;
//	font-size: max(15px, 0.8em);
}
section.blog > div p.date {
	font-size: 11px;
	padding: 2px;
}
section.blog > div p.tags {
	font-size: 11px;
	color: var(--color-red);
}
section.blog > div > a > div.ending {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	border-radius: 0px 0px 8px 8px;
    background-image: url('/web/img/butt-more.svg'), linear-gradient(transparent, var(--color-white) 60%);
	background-position: 50% 75%;
	background-repeat: no-repeat;
}
section.blog > div > a:hover > div.ending {
    background-image: url('/web/img/butt-more.svg'), linear-gradient(transparent, var(--color-lightgrey) 60%);
}
#blog {
	padding: 120px 15px 60px 15px!important;
}
#blog h1 {
	text-align: left;
	position: relative;
	width: 100%;
	text-shadow: none;
	color: var(--color-black);
	padding: 0;
	margin: 1em 0 .7em 0;
	transform: none;
	top: 0;
	left: 0;
}
#blog h2 {
	margin: .7em 0;
}
section#videos{
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: var(--color-lightgrey2);
	padding: 55px 15px 45px 15px;
	text-align:center;
}
section#videos > div {
	display: flex;
    flex-direction: column;
    align-items: center;
}
section#videos > p {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	text-align: left;
	width:80%;
}
#videos > div > div {
	margin: 30px 0px 0px 0px;
}
#videos > div > div > a {
	text-decoration: none;
}
#videos > div > div > a:hover {
	text-decoration: underline;
}
section#videos > div > div > a > h2 {
	color: var(--color-red);
	font-size: 20px;
	margin-top: 10px;
	text-decoration: none;
}
section#videos > div > div > a > h2:hover {
	text-decoration:underline;
}
section#videos > img {
	height:65px;
	margin: 10px 10px 30px 10px;
	filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 0.4));
}
img.thumb {
	border-radius:7px;
	width: 90%;
}
section#banner{
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align:center;
	padding: 55px 15px 45px 15px;
}
section#banner h2{
	color: var(--color-red);
	padding-top: 20px;
}
section#banner img {
	width:100%;
}



section.even > div:last-child > p.butt,
section.odd > div:last-child > p.butt,
section#about > div:first-child > p.butt,
section#business > div > p.butt {
	padding: 2em 15px;
	text-align: center;
}
div.favories > div > div > p.butt {
	padding: 1.5em 15px;
	text-align: center;
}
.button {
	display: inline-block;
	padding: 15px 20px;
	line-height: 100%;
	color: var(--color-white);
	background-color: var(--color-red);
	border-radius: 22px;
	font-size: 14px;
	text-decoration: none;
	min-width: 120px;
	text-align: center;
	transition: all 0.3s ease-out;
}
.button:hover {
	background-color: var(--color-dark-red);
	text-decoration: underline;
}
.box-shadow {
	box-shadow: 1px 1px 3px var(--color-black);
}
.no-shadow {
	box-shadow: none!important;
}
.size60 {
	text-align: center;
}
.size60 > img {
	width: 60%!important;
//	height: 60%!important;
	margin: 0 20%!important;
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
.size60 > img:hover {
	-moz-transform: scale(1.05)!important;
	-webkit-transform: scale(1.05)!important;
	transform: scale(1.05)!important;
}
.size70 {
	text-align: center;
}
.size70 > img {
	width: 70%!important;
//	height: 70%!important;
	margin: 15%!important;
	-moz-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
.size70 > img:hover {
	-moz-transform: scale(1.04)!important;
	-webkit-transform: scale(1.04)!important;
	transform: scale(1.04)!important;
}
.video-blank {
	-moz-transform: none!important;
	-webkit-transform: none!important;
	transform: none!important;
}
h1 {
	font-size: 32px;
	padding: .5em 15px .7em 15px;
	line-height: 120%;
	color: var(--color-white);
	text-align: left;
}
#slidetext1 > h1 {
	text-align: left;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	text-shadow: none;
	padding: .5em 0 .7em 0;
}
h2 {
	font-size: 7vw;
	margin: 0 0 4.5vw 0;
	line-height: 120%;
}
h3 {
	font-size: 1.5em;
	line-height: 120%;
//	margin: 0 0 4.5vw 0;
	margin: 0 0 1.5vw 0;
}
h3[data-for^=p-] {
	font-size: 1.1em;
	line-height: 150%;
	padding: 7px 0 0 50px;
	cursor: pointer;
	margin: 0 0 10px 0;
}
h3[data-for^=p-]::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15%;
	left: 0%;
	z-index: -1;
	background: transparent url('/web/img/sipka.svg') no-repeat 0% 50%;
	transform: rotate(0deg);
	transition: all 0.5s ease-out;
}
h3[data-for^=p-].open::before {
	transform: rotate(180deg);
}
h3[data-for^=p-]:hover {
	text-decoration:underline;
}
h4 {
	color: var(--color-grey);
	font-size: 1.1em;
	line-height: 100%;
	margin: 0 0 30px 0;
}
a {
	color: var(--color-red);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p, ul, ol, h3 + div {
	padding: 0 0 1em 0;
}
p[id^=p-], div[id^=p-] {
	display: none;
}


article {
	order: 3;
	width: 100%;
	padding: 60px 15px 0 15px;
}
article > div {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	padding: 30px 0;
	overflow: hidden;
}
article > div > a {
	display: inline-block;
	width: 47%;
}
article > div > a > img {
	width: 100%;
}

#about {
	background: transparent url('/web/img/czechmade-bg2.jpg') no-repeat 50% 100%;
	background-size: 180%;
	padding: 30px 15px 50vw 15px;
}
.madeincz {
	position: absolute;
	right: 5vw;
	bottom: 5vw;
	width: 20vw;
}
section#favorites {
	text-align:center;
	padding: 55px 15px 45px 15px;
}
section#favorites > img {
	height:65px;
	margin: 10px 10px 30px 10px;
	filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 0.4));
}

section#favorites > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	gap: 20px;
}
section#favorites > div > div {
	border-radius: 10px;
	box-shadow: 0px 0px 5px var(--color-grey);
	width: 100%;
	background-image: url(/themes/at_arsenal/assets/img/modules/appagebuilder/images/bg-section-tryandbuy.png),linear-gradient(0deg,#d11123 10%,#9b2a2a 50%);
	background-repeat: no-repeat,no-repeat;
    background-position: 35% 20%;
}
section#favorites h3 {
	margin-bottom: 10px;
}
section#favorites > div > div > div {
	color: var(--color-white);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section#favorites > div > div > img {
	width:100%;
	margin-bottom: -5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
section#favorites > div > div > div > p {
	font-size: 14px;
}
.button-favorites {
	display: inline-block;
	padding: 15px 30px;
	line-height: 100%;
	color: var(--color-red);
	background-color: var(--color-white);
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	min-width: 120px;
	text-align: center;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.button-favorites:hover {
	background-color: var(--color-lightgrey2);
	color:var(--color-red);
	text-decoration:underline;
}

.favories {
	padding: 30px 15px 15px 15px;
}

.favories > div {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
	flex-wrap: wrap;
	gap: 15px;
}
.favories > div > div {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px var(--color-grey);
}
.favories img {
	width: 100%;
	margin-bottom: 15px;
}
.favories p:first-child {
	font-size: .84em;
	text-align: justify;
}

#business {
	background: transparent url('/web/img/podnikani-bg100.jpg') no-repeat 100% 50%;
	background-size: cover;
	padding: 55px 15px 45px 15px;
	text-align: center;
	color: var(--color-white);
}
#business h2 {
    margin: 0 0 30px 0;
}
footer h2 {
	font-weight: normal;
}
#projects {
	text-align: center;
}
#projects > a {
	display: inline-block;
	width: 62.5vw;
}
#social {
	text-align: center;
	background: var(--color-black) url('/web/img/social-bg.svg') no-repeat 80% 50%;
	background-size: 200%;
	color: var(--color-white);
	padding: 55px 15px 45px 15px;
}

#technology {
	background: transparent url('/web/img/title-technologie.jpg') no-repeat 100% 50%;
	background-size: cover;
	padding: 55px 15px 45px 15px;
	text-align: center;
	color: var(--color-white);
	margin: 0 0 60px 0;
}
#technology h2 {
    margin: 0 0 30px 0;
}
#quote-box {
	background-color: var(--color-lightgrey2);
	padding: 55px 15px 45px 15px;
	text-align: center;
	margin: 0 0 60px 0;
}
#quote-box h2 {
	font-size:25px;
	font-weight: 800;
}
#quote-box h2 > strong {
	font-size:25px;
	font-weight: 800;
	color: var(--color-red);
}
#quote-box p{
	font-size: 12px;
}
#quote-box strong{
	font-size: 16px;
	color: var(--color-red);
}
#quote-box.steel-color h2 > strong{
	color: var(--color-steel);
}
#quote-box.steel-color strong{
	color: var(--color-steel);
}
#quote-box.gold-color h2 > strong{
	color: var(--color-gold);
}
#quote-box.gold-color strong{
	color: var(--color-gold);
}
#cta-box{
	background: transparent url('/web/img/bg-section-tryandbuy.png') no-repeat 100% 50%;
	background-size: cover;
	background-color: var(--color-black);
	padding: 55px 15px 45px 15px;
	text-align: center;
	color: var(--color-white);
	//margin: 0 0 60px 0;
	box-shadow: inset 0px -2px 20px 0px black;
}
#cta-box h2 strong {
	color: var(--color-red);
}
.cta-button {
	display: inline-block;
    padding: 15px 30px;
    line-height: 100%;
    color: var(--color-white);
    background-color: var(--color-red);
    border-radius: 30px;
    font-size: 15px;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
    transition: all 0.3s ease-out;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cta-button:hover {
	background-color: var(--color-dark-red);
	text-decoration: underline;
}
.prihodne-zalomeni{
	display:none;
}
.prihodne-zalomeni-mobil{
	display:initial;
}
.main-img {
	margin-top: 60px;
}
footer {
	clear: both;
	margin: 60px 0 0 0;
}
footer > div:first-child {
	padding: 0;
	border-bottom: solid var(--color-grey) 1px;
}
footer > div:first-child > #contacts {
	padding: 15px;
}
footer p {
	font-size: 4vw;
}
footer a {
	color: var(--color-white);
	text-decoration: none;
	line-height: 100%;
}
footer ul {
	list-style-type: none;
	font-size: 5.4vw;
	margin: 8vw 0 0 0;
	padding: 0;
}
footer ul.right {
	text-align: center;
}
footer ul > li {
	padding: 0 0 1vw 0;
}
#social a {
	display: inline-block;
}
#social img {
	width: 15.6vw;
	max-width: 100px;
	margin: 0 5px;
}
.phone, .mail, .shop {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 1em 0 0;
	top: 5px;
}
.phone {
	background: transparent url('/web/img/icon-phone.svg') no-repeat 50% 50%;
	background-size: 80%;
}
.mail {
	background: transparent url('/web/img/icon-mail.svg') no-repeat 50% 50%;
	background-size: contain;
}
.shop {
	background: transparent url('/web/img/icon-shop.svg') no-repeat 50% 50%;
	background-size: 95%;
}
#copyright {
	clear: both;
	text-align: center;
	padding: 15px;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
.hidden {
	display:none;
	visibility:hidden;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.mtop15 {
	margin-top: 15px!important;
}
.mtop30 {
	margin-top: 30px!important;
}
.mtop50 {
	margin-top: 50px;
}


blockquote {
	font-style: italic;
	background-color: #eeeeee;
	border-left: solid #dddddd 5px;
	padding: 20px 20px;
//	margin: 10px 5% 10px 5%;
	margin: 10px 0 10px 0;
	quotes: "\201C""\201D""\2018""\2019";
	border-radius: 5px;
}
.portrait {
//	float: right;
	font-style: normal;
	min-width: 150px;
	max-width: 70%;
	background-color: #eeeeee;
	padding: 10px;
	margin: 20px auto 0 auto;
	line-height: 120%;
	border-radius: 5px;
}
blockquote div {
	font-size: .9em;
	padding: 10px 0 10px 0;
	line-height: 140%;
	font-style: normal;
}
blockquote > p {
	display: inline;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.portrait img {
	width: 100%;
	border-radius: 5px;
}
.portrait > strong {
	font-weight: bold;
	font-size: .95em;
	font-size: 14px;
	padding: 10px 0 5px 0;
	color: #e9322e;
}
.portrait > p {
	font-size: .85em;
	font-size: 12px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
blockquote > p:before {
	color: #aaa;
	content: open-quote;
	letter-spacing: 0px;
	margin-left: -10px;
	font-size: 3em;
	line-height: 0.01em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote > p:after {
	color: #aaa;
	content: close-quote;
	letter-spacing: 0px;
	font-size: 3em;
	line-height: 0.01em;
	vertical-align: -0.4em;
}



@media only screen and (min-width: 420px) {
	#projects > a {
		max-width: 30vw;
		margin: 0 7vw;
	}
}

@media only screen and (min-width: 540px) {
	.portrait {
//		float: right;
//		min-width: 150px;
//		max-width: 33%;
		max-width: 50%;
//		margin: 0 0 0 30px;
	}
	img.thumb {
		width: 100%;
	}
}
@media only screen and (min-width: 640px) {
	body {
		font-size: 2.5vw;
	}
	h1 {
		z-index: 5;
		position: absolute;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
		text-shadow: 2px 2px 3px var(--color-black);
	}
	#slidetext1 > h1 {
		transform: none;
	}
	.favories > div > div {
		width: 48.7%;
	}
	#projects > a {
		max-width: 25vw;
		margin: 0 2vw;
	}
	footer > div:first-child > #social {
		border-bottom: solid var(--color-grey) 1px;
	}
	footer > div:first-child > #contacts {
		padding: 30px 15px 15px 15px;
	}
	footer > div:first-child > #contacts p {
		font-size: 3vw;
	}
	footer > div:first-child > #contacts ul {
		font-size: 4vw;
	}
	footer > div:first-child > #contacts > .left {
		width: 49%;
		float: left;
	}
	footer > div:first-child > #contacts > .right {
		width: 40%;
		float: right;
	}
	footer ul.right {
		text-align: right;
	}
	section#videos > p {
		text-align: center;
		width:60%;
	}
	#quote-box h2 {
		font-size:35px;
		font-weight: 800;
	}
	#quote-box h2 > strong {
		font-size:35px;
		font-weight: 800;
		color: var(--color-red);
	}
	.prihodne-zalomeni{
		display:initial;
	}
	.prihodne-zalomeni-mobil{
		display:none;
	}
}
@media only screen and (min-width: 760px) {
	body {
		font-size: 1.8vw;
	}
	#logo {
		left: 0px;
	}
	h1 {
//		left: calc((100% / 2) - ((100% / 5.1) / 2));
	}
	h3[data-for^=p-] {
		margin: 0 0 20px 0;
	}
	h3[data-for^=p-]::before {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		top: 15%;
		left: 0%;
		z-index: -1;
		background: transparent url('/web/img/sipka.svg') no-repeat 0% 50%;
		transform: rotate(0deg);
		transition: all 0.5s ease-out;
	}
	.headline-kotva h3 {
		margin: 0 0 20px 0;
	}
	.headline-kotva h3::before {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		top: 15%;
		left: 0%;
		z-index: -1;
		background: transparent url('/web/img/sipka.svg') no-repeat 0% 50%;
		transform: rotate(0deg);
		transition: all 0.5s ease-out;
	}
	section.blog > div > a {
		width: calc(50% - 10px);
	}
	section.blog.page > div > a {
		width: var(--content-width);
		height: 370px;
	}
	section.blog > div > a > h3 {
		font-size: 18px;
	}
	section.blog > div p.date,
	section.blog > div p.tags {
		font-size: 11px;
	}
	footer > div:first-child {
		position: relative;
		display: flex;
        align-content: stretch;
		width: 100%;
		float: left;
	}
	footer > div:first-child > #social {
		flex-grow: 0.55;
		border-bottom: none;
	}
	footer > div:first-child > #contacts {
		flex-grow: 0.2;
		padding: 30px 0 15px 15px;
	}
	footer > div:first-child > #contacts > .left {
		width: 51%;
	}
	footer > div:first-child > #contacts > .right {
		width: 45%;
	}
	footer > div:first-child > #contacts p {
		font-size: 1.7vw;
	}
	footer > div:first-child > #contacts ul {
		font-size: 2.6vw;
		margin: 4vw 0 0 0;
	}
	#social img {
		width: 15.6vw;
		max-width: 50px;
		margin: 0 5px;
	}
}

@media only screen and (min-width: 840px) {
	#menu > a {
		display: none;
	}
	#area > section:not(#main, #health, #projects, #about, #technology, #quote-box, #cta-box, #favorites) {
		padding: 60px 0;
	}
	section.even, section.odd {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
        justify-content: space-between;
		align-items: flex-start;
	}
	section.even > div:first-child,
	section.odd > div:first-child {
		width: 51%;
	}
	section.even > div:last-child,
	section.odd > div:last-child {
		width: 45%;
	}
	section.even > div:first-child, section.odd > div:first-child {
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0px 0px 8px var(--color-grey);
		border-radius: 7px;
		overflow: hidden;
	}
	section.even > div:first-child > img, section.odd > div:first-child > img {
		-moz-transform: scale(1.04);
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
	section.even > div:first-child > img:hover, section.odd > div:first-child > img:hover {
		-moz-transform: scale(1.07);
		-webkit-transform: scale(1.07);
		transform: scale(1.07);
	}
	section.even > div:last-child, section.odd > div:last-child {
		padding: 0 15px 15px 15px;
	}
	section.even > div:first-child {
		order: 2;
		margin: 0 15px 0 0;
	}
	section.odd > div:first-child {
		order: 1;
		margin: 0 0 0 15px;
	}
	section.even > div:last-child {
		order: 1;
	}
	section.odd > div:last-child {
		order: 2;
	}
	section.even > div:last-child > p.butt,
	section.odd > div:last-child > p.butt {
		padding: 1.5em 15px 0 15px;
		text-align: left;
	}
	section.blog > div > a > h3 {
		font-size: 20px;
	}
	section.blog > div p.date,
	section.blog > div p.tags {
		font-size: 12px;
	}
	section#business > div > p.butt {
		padding: 2em 15px 0 15px;
	}
	.size70 > img {
		margin: 0 15%!important;
	}
	article > div {
//		flex-wrap: nowrap;
	}
	article > div > a {
		flex-basis: 20%;
		height: 100%;
		width: auto;
        flex-shrink: 1;
	}
	.headline-center h2 strong{
		line-height: 2.5;
		font-size:36px;
	}
	section#videos > div {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	section#videos > div > div {
		margin: 20px;
	}
	section#favorites > div {
		display: flex;
		justify-content: space-around;
		align-items: stretch;
		flex-direction: row;
		gap: 30px;
		flex-wrap: wrap;
	}
	section#favorites > div > div {
		width: 45%;
	}
}

@media only screen and (min-width: 1000px) {
	:root {
		--content-width: calc(100% - 60px);
	}
	body {
		font-size: 15px;
	}
	header {
		position: absolute;
		top: 40px;
	}
	header > div > div {
		width: var(--content-width);
		margin: 0 auto;
	}
	#main {
		background-color: transparent;
//		top: 54px;
		margin: 0 0 60px 0;
	}
	#main > img {
		top: 0px;
	}
	#main > div#slidetext1 {
		position: absolute;
		top: 10vw;
		left: 13%;
		width: 30vw;
		font-size: 1.3vw;
	}
	#main > div#slidetext1 h1, #main > div#slidetext1 p{
		text-shadow: 1px 1px 2px #000;
	}
	h1 {
//		top: 12vw;
//		left: calc((100% / 2) - ((100% / 6.2) / 2));
	}
	h2 {
		font-size: 36px;
		margin: 0 0 30px 0;
	}
	section.blog > div > a > h3 {
		font-size: 22px;
	}
	section.blog > div p.date,
	section.blog > div p.tags {
		font-size: 0.8em;
	}
	#blog {
		padding: 120px 200px 60px 200px!important;
	}
	section.blog.page {
		background: none;
	}
	section.blog.page > div {
		padding: 0px 200px 0px 200px!important;
	}
	#blog h1 {
		font-size: 32px;
	}
	#blog h2 {
		font-size: 25px;
	}
	#area > section#about {
		padding: 0 0 20vw 0;
		background-size: cover;
	}
	#about > div {
		max-width: 55vw;
		padding: 10vw 0 0 17vw;
	}
	.madeincz {
		top: 10vw;
		right: 10vw;
        box-shadow: none;
		width: 17vw;
		max-width: 280px;
	}
	#area > section#business, #area > section#technology {
		padding: 120px 20vw;
		background-size: cover;
		text-align: left;
	}
	#area > section#quote-box{
		padding: 80px 17vw;
		background-size: cover;
		text-align: center;
		width:100%;
	}
	#area > section#favorites {
		padding: 50px 5vw;
		background-size: cover;
		text-align: center;
		width:100%;
	}
	#area > section#cta-box {
		padding: 50px 17vw;
		background-size: cover;
		text-align: center;
		width:100%;
	}
	#area > section#cta-box > div {
		display:flex;
		flex-direction: row;
		align-items: center;
	}
	#area > section#cta-box > div > div {
		display:flex;
		flex-direction: column;
    	align-items: flex-start;
		text-align:left; 
	}
	#area > section#cta-box > div > div > a {
		margin: 0 20px;
	}
	#area > section#cta-box > div > div > p {
		padding: 0;
	}
	#area > section#cta-box h2 {
		margin: 0 0 10px 0;
	}

	#area > section#business h2, #area > section#technology h2 {
		margin: 0 0 3vw 0;
	}
	#area > section#business p, #area > section#technology p {
		font-size: 15px;
	}
	#projects {
		padding: 60px 0 0 0;
	}
	#projects > a {
		width: 14vw;
		max-width: 180px;
		margin: 0 1.8vw;
	}
	footer > div:first-child > #contacts p {
		font-size: 1.3vw;
	}
	footer > div:first-child > #contacts ul {
		font-size: 2vw;
		margin: 3vw 0 0 0;
	}
	section.tech {
		flex-wrap: wrap;
		align-items: stretch;
	}
	section.tech > div:last-child {
        align-self: center;
		padding: 0 15px;
	}
	section.tech > div:last-child > * {
	}
	.section-outer{
		width: var(--content-width);
		margin: 0 auto;
		padding: 60px 0;
	}
	section#favorites > div {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 30px;
	}
	section#favorites > div > div {
		width: 33%;
	}
}


@media only screen and (min-width: 1200px) {
	footer > div:first-child > #contacts p {
		font-size: 15px;
	}
	footer > div:first-child > #contacts ul {
		font-size: 22px;
		margin: 35px 0 0 0;
	}
	#projects > a {
		margin: 0 1.4vw;
	}
}


@media only screen and (min-width: 1260px) {
	:root {
		--content-width: 1200px;
	}
	footer > div:first-child > #contacts p {
		font-size: 17px;
	}
	footer > div:first-child > #contacts ul {
		font-size: 22px;
//		margin: 3vw 0 0 0;
	}
}


@media only screen and (min-width: 1460px) {
	:root {
		--content-width: 1400px;
	}
}