@charset "utf-8";
/* CSS Document */
@font-face {font-family: 'SigmaSerif';src: url('https://grdesign.cz/plugins/templates/font/SigmaSerif-Text.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'SigmaSerifHead';src: url('https://grdesign.cz/plugins/templates/font/SigmaSerif-Headline.woff') format('woff');font-weight: normal;font-style: normal;}
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Roboto:wght@100;300;500;700;900&display=swap');

.ome {
	color: #fff;
	background-color: rgba(255, 255, 255, 1.0);
	background-image:
    
    url('../img_template/pozadi_sikme.webp'),
	url('../img_template/pozadi_sikme4.webp');
	background-size: contain,contain;
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ome h2 {
	font-weight: 700;
	font-size: 6rem;
	margin-bottom: 2rem;
	text-align: left;
	text-shadow: 0 0 5px rgba(0,0,0,0.1);
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}
.ome h4 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-family: SigmaSerifHead;
	letter-spacing: -1px;
	text-align: right;
	color: #666666;
}
.about-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
	margin-bottom: 0px;
	margin-top: 0px;
}

.about-text {
	flex: 1 1 55%;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #333333;
	padding-left: 250px;
}
.about-text h3{
	font-family: SigmaSerifHead;
	color: #666666;
	padding-left: 150px;
	font-size: 24px;
	letter-spacing: -1px;
	text-align: left;
}


.about-photo {
	flex: 1 1 35%;
	max-width: 450px;
	padding-top: 40px;
	float: left;
	padding-right: 60px;
}

.about-photo img {
	width: 100%;
	border-radius: 10px;

	object-fit: cover;

}


.ome-wrapper {
	position: relative;
	width: 95%;
	max-width: 2500px;
	height: 600px; /* výška okna */
	background-image: url('img_template/4.webp');
	background-size: cover;
	background-position: center;
	background-attachment: fixed; /* pozadí je ukotvené */
	overflow: hidden; /* skryje, co přesahuje */
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
    }

    /* Obsah uvnitř okna */
.ome-scroll-window {
        position: relative;
        z-index: 1;
        padding: 40px;
        color: white;
        background: rgba(0, 0, 0, 0.4); /* průhledný černý podklad pro čitelnost */
        height: 100%;
        box-sizing: border-box;
    }
	.ome-scroll-window h4 {
	text-align: left!important;
    }

.article-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.article-card {
	background-color: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
	width: 280px;
	text-align: left;
	border-radius: 8px;
	color: #666666;
	transition: transform 0.3s ease, background-color 0.3s;
	text-decoration: none;
}

.article-card:hover {
	background-color: rgba(255,255,255,0.1);
	transform: translateY(-5px);
	color: #999999;
}

.article-card h4 {
  color: #999999;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.sekce-mezera {
  height: 4em;
}
/* --- MOBIL + TABLET (max-width: 1024px) --- */
@media (max-width: 1324px) {
.ome h2 {
	color: #333333;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}}

/* --- MOBIL + TABLET (max-width: 1024px) --- */
@media (max-width: 1024px) {

  /* Wrapper O mně */
  .ome {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .about-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .ome h2 {
  font-size: 5rem;
	text-align:center;
	color: #333333;
}

   

  .about-text {
    flex: 1 1 100%;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;padding-left: 0px;
  }

.about-text h3{
	font-family: SigmaSerifHead;
	color: #666666;
	padding-left: 0px;
	font-size: 22px;
	letter-spacing: -1px;
	text-align: center;
}


.about-photo {
	flex: 1 1 35%;
	max-width: 300px;
	padding-top: 10px;
	float: none;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
}



  .about-photo {
    flex: 1 1 80%;
    max-width: 250px;
    padding-top: 20px;
    padding-left: 0;
    float: none;
  }

  .about-photo img {
    width: 100%;
  }

  /* Ome wrapper (scroll window) */
  .ome-wrapper {
    height: 500px;
    background-attachment: fixed; /* pozadí je ukotvené */
  }

  .ome-scroll-window {
    padding: 20px;
  }
  
  

  
  
  

  /* Article grid */
  .article-grid {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .article-card {
    width: 90%;
    padding: 15px;
    text-align: center;
  }

  .article-card h4 {
    font-size: 1rem;
  }

  .article-links h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
