*{
margin: 0; 
padding: 0;
}

body {
background: #161616;
height: 95vh;
font-family: 'Abel';
}

@font-face {
font-family: "Abel";
src: url("css/fonts/abel-regular-webfont.eot");
src:
url("css/fonts/abel-regular-webfont.woff") format("woff"),
url("css/fonts/abel-regular-webfont.ttf") format("opentype"),
url("css/fonts/abel-regular-webfont.svg#abel-regular-webfont") format("svg");
}

@font-face {
font-family: "Oswald";
src: url("css/fonts/oswald-variablefont_wght-webfont.eot");
src:
url("css/fonts/oswald-variablefont_wght-webfont.woff") format("woff"),
url("css/fonts/Oswald-VariableFont_wght.otf") format("opentype"),
url("css/fonts/oswald-variablefont_wght-webfont.svg#oswald-variablefont_wght-webfont") format("svg");
}

@font-face {
font-family: "Ubuntucondensed";
src: url("css/fonts/ubuntucondensed-regular-webfont.eot");
src:
url("css/fonts/ubuntucondensed-regular-webfont.woff") format("woff"),
url("css/fonts/UbuntuCondensed-Regular.otf") format("opentype"),
url("css/fonts/ubuntucondensed-regular-webfont.svg#ubuntucondensed-regular-webfont") format("svg");
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('css/fonts/robotocondensed-light-webfont.eot');
    src: url('css/fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('css/fonts/robotocondensed-light-webfont.woff') format('woff'),
         url('css/fonts/robotocondensed-light-webfont.svg#roboto_condensed_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo {
width: 245.818px;
height: 80px;
}

.menu {
text-transform: uppercase;
}

.menu a {
color: #666666;
text-align: center;
position: relative;
padding: 5px 0;
text-decoration: none;
}

.menu a:hover {
color: #d7d7d7ff;
}

.menu a:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
height: 2.5px;
width: 100%;
background: white;
background-image: linear-gradient(60deg, #ff0099ff 0%, #00c3ffff 100%);
background-color: white;
transform: scaleX(0);
transition: transform 0.3s ease;
}

.menu a:hover:before {
transform: scaleX(1);
}


.list {
	justify-content: center;
display: flex;
	list-style: none;
	gap: 100px;
}


#toggler, label {
display: none;
}

label i {
color: #666666;
}

.video-wrapper {
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1401px) {

.main {
width: auto;
padding-left: 400px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
display: flex;
justify-content: center;
align-items: center;
}

.clanek h3 {
font-size: 50px;
}

.clanek {
  width: 100%; /* Set the width of the container to 100% */
  max-width: 800px; /* Set a maximum width for the image */
  margin: 0 auto; /* Center the container horizontally */
padding-left: 400px;
padding-top: 1.5%;
}

.clanek p {
font-size: 3vw;
}

.clanek img {
  max-width: 100%;  /* Obrázek nebude větší než kontejner */
  height: auto;     /* Zachová poměr stran */
  display: block;   /* Odstraní spodní mezery pod obrázkem */
  margin-left: auto; /* Vycentruje obrázek horizontálně */
  margin-right: auto;
}

.grafika {
max-width: 100%;
height: auto;
margin-bottom: 2rem;
}

.nadpis {
text-align: center;
font-family: 'Abel';
font-size: 50px;
margin-bottom: 1.5%;
font-weight: bolder;
}

.podnadpis {
text-align: center;
margin-bottom: 2%;
color: #2b2626;
font-weight: normal;
}

.obrazek {
display: inline-block;
margin-right: 8px;
margin-left: 8px;
margin-top: 10px;
margin-bottom: 0;
}

.obrazek:hover {
transition: 0.4s ease;
filter: grayscale(100%)
}

.galerie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

nav {
width: 400px;
height: 100%;
background: #262626;
text-align: center;
position: fixed;
}

.list {
display: block;
text-align: center;
font-size: 35px;
line-height: 300%;
}

.logo {
width: 245.818px;
height: 80px;
padding-top: 40px;
padding-bottom: 40px;
}

h1 {
font-family: 'Oswald';
font-size: 60px;
font-weight: bolder;
margin-bottom: 5px;
margin-top: 20px;
line-height: 130%;
color: #2b2626;
}

h3 {
font-family: 'Oswald';
font-size: 50px;
font-weight: bolder;
text-align: center;
margin-bottom: 20px;
line-height: 130%;
color: #d7d7d7ff;
}

.container {
  width: 200px;
  background-color: transparent;
}

.label {  
    background-color: transparent;
    display: inline-block;
border-top: 15px solid #ff0099ff;
    border-bottom: 15px solid #00c3ffff;
    word-wrap: normal;
}

.label-text
{
    display: inline-block;
    padding-left: 10px;
}

h2 {
  font-size: 25px;
  color: #d7d7d7;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 35px auto 2% auto;
  text-align: center;
  width: 100%;
}

.uvod {
padding-top: 2%;
font-size: 22px;
overflow: hidden;
padding-right: 100px;
padding-bottom: 2%;
text-align: justify;
color: #2b2626;
font-family: sans-serif;
}

.profilovka {
width: 50%;
margin-left: 2%;
margin-top: 1%;
float: right;
}

.button {
  margin: 8px;
  display: inline-block;
  background-image: linear-gradient(90deg,#ff0099ff, #5B42F3 50%,#00c3ffff);
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  color: #d7d7d7ff;
  cursor: pointer;
}

.button span {
  display: inline-block;
  background-color: #262626;
  padding: 16px 24px;
  border-radius: 6px;
  text-align: center;
  line-height: normal;
}


.button:active,
.button:hover {
  outline: 0;
}


.button:hover span {
  background: #161616;		
  color: #666666;
}



.profilovka2 {
display: none;
}

}

@media screen and (max-width: 1400px){

nav {
display: flex;
flex-wrap: wrap;
align-items: center;
float: none;
width: auto;
height: auto;
justify-content: space-between;
font-size: 35px;
padding: 20px;
background: #262626;
font-family: 'Abel';
padding-right: 45px;
}

.main {
width: auto;
padding-left: 0px;
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}

.clanek h3 {
font-size: 50px;
}

.clanek {
  width: 100%; /* Set the width of the container to 100% */
  max-width: 800px; /* Set a maximum width for the image */
  margin: 0 auto; /* Center the container horizontally */
padding-top: 2%;
}

.clanek p {
  font-size: 5vw;
}

.clanek img {
  max-width: 100%;  /* Obrázek nebude větší než kontejner */
  height: auto;     /* Zachová poměr stran */
  display: block;   /* Odstraní spodní mezery pod obrázkem */
  margin-left: auto; /* Vycentruje obrázek horizontálně */
  margin-right: auto;
}

.grafika {
max-width: 100%;
height: auto;
margin-bottom: 2rem;
}

.nadpis {
text-align: center;
font-family: 'Oswald';
font-size: 50px;
margin-bottom: 1.5%;
font-weight: bolder;
}

.podnadpis {
text-align: center;
font-size: 35px;
margin-bottom: 2%;
color: #2b2626;
font-weight: normal;
}

.obrazek {
display: block-inline;
margin-right: 7.5px;
margin-left: 7.5px;
margin-top: 10px;
margin-bottom: 0;
}

.obrazek:hover {
transition: 0.4s ease;
filter: grayscale(100%)
}

.galerie {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
}


h1 {
font-family: 'Oswald';
font-size: 60px;
font-weight: bolder;
margin-bottom: 20px;
margin-top: 25px;
line-height: 130%;
color: #2b2626;
}

h3 {
font-family: 'Oswald';
font-size: 50px;
font-weight: bolder;
text-align: center;
margin-bottom: 20px;
line-height: 130%;
color: #d7d7d7ff;
}


.container {
  width: 200px;
  background-color: transparent;
}

.label {  
    background-color: transparent;
    display: inline-block;
border-top: 15px solid #ff0099ff;
    border-bottom: 15px solid #00c3ffff;
    word-wrap: normal;
}

.label-text
{
    display: inline-block;
    padding-left: 10px;
}

h2 {
  font-size: 25px;
  color: #d7d7d7;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 35px auto 2% auto;
  text-align: center;
  width: 100%;
}

.uvod {
padding-top: 2%;
font-size: 25px;
overflow: hidden;
padding-right: 100px;
padding-bottom: 2%;
text-align: justify;
color: #2b2626;
font-family: sans-serif;
}

.profilovka {
width: 42%;
margin-left: 1%;
margin-right: 10%;
margin-top: 0,5%;
height: auto;
float: right;
}

.button {
  margin: 8px;
  display: inline-block;
  background-image: linear-gradient(90deg,#ff0099ff, #5B42F3 50%,#00c3ffff);
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  color: #d7d7d7ff;
  cursor: pointer;
}

.button span {
  display: inline-block;
  background-color: #262626;
  padding: 16px 24px;
  border-radius: 6px;
  text-align: center;
  line-height: normal;
}


.button:active,
.button:hover {
  outline: 0;
}

.button:hover span {
  background: #161616;		
  color: #666666;
}


.profilovka2 {
display: none;
}

}

@media screen and (max-width: 1180px){

nav {
display: flex;
flex-wrap: wrap;
align-items: center;
float: none;
width: auto;
height: auto;
justify-content: space-between;
font-size: 35px;
padding: 20px;
background: #262626;
font-family: 'Abel';
padding-right: 45px;
}

.clanek h3 {
font-size: 45px;
}

.clanek {
  width: 100%; /* Set the width of the container to 100% */
  max-width: 800px; /* Set a maximum width for the image */
  margin: 0 auto; /* Center the container horizontally */
padding-top: 2%;
}

.clanek p {
  font-size: 5vw;
}

.clanek img {
  max-width: 100%;  /* Obrázek nebude větší než kontejner */
  height: auto;     /* Zachová poměr stran */
  display: block;   /* Odstraní spodní mezery pod obrázkem */
  margin-left: auto; /* Vycentruje obrázek horizontálně */
  margin-right: auto;
}

.grafika {
max-width: 100%;
height: auto;
margin-bottom: 2rem;
}

.main {
width: auto;
padding-left: 0;
display: block;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}

.grafika {
text-align: center;
}

.nadpis {
text-align: center;
font-family: 'Oswald';
font-size: 50px;
margin-bottom: 1.5%;
font-weight: bolder;
}

.podnadpis {
text-align: center;
font-size: 35px;
margin-bottom: 2%;
color: #2b2626;
font-weight: normal;
}


.obrazek {
display: block-inline;
margin-right: 7.5px;
margin-left: 7.5px;
margin-top: 10px;
margin-bottom: 0;
}


h1 {
font-family: 'Oswald';
font-size: 40px;
font-weight: bolder;
margin-bottom: 20px;
margin-top: 25px;
line-height: 130%;
color: #2b2626;
}

h3 {
font-family: 'Oswald';
font-size: 50px;
font-weight: bolder;
text-align: center;
margin-bottom: 20px;
line-height: 130%;
color: #d7d7d7ff;
}


.container {
  width: 200px;
  background-color: transparent;
}

.label {  
    background-color: transparent;
    display: inline-block;
border-top: 15px solid #ff0099ff;
    border-bottom: 15px solid #00c3ffff;
    word-wrap: normal;
}

.label-text
{
    display: inline-block;
    padding-left: 10px;
}

h2 {
  font-size: 25px;
  color: #d7d7d7;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 35px auto 2% auto;
  text-align: center;
  width: 100%;
}

.uvod {
padding-top: 2%;
font-size: 25px;
overflow: hidden;
padding-right: 100px;
padding-bottom: 2%;
text-align: justify;
color: #2b2626;
font-family: sans-serif;
}

.profilovka {
width: 42%;
margin-left: 1%;
margin-right: 5%;
margin-top: 6%;
height: auto;
float: right;
}

.button {
  margin: 8px;
  display: inline-block;
  background-image: linear-gradient(90deg,#ff0099ff, #5B42F3 50%,#00c3ffff);
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  color: #d7d7d7ff;
  cursor: pointer;
}

.button span {
  display: inline-block;
  background-color: #262626;
  padding: 16px 24px;
  border-radius: 6px;
  text-align: center;
  line-height: normal;
}


.button:active,
.button:hover {
  outline: 0;
}


.button:hover span {
  background: #161616;		
  color: #666666;
}


.profilovka2 {
display: none;
}

}

@media screen and (max-width: 1030px){

nav {
padding-top: 20px;
padding-bottom: 20px;
padding-right: 35px;
}

.menu{
width: 100%;
max-height: 0;
overflow: hidden;
}

.clanek {
  width: 100%; /* Set the width of the container to 100% */
  max-width: 800px; /* Set a maximum width for the image */
  margin: 0 auto; /* Center the container horizontally */
padding-top: 2%;
}

.clanek p {
  font-size: 5vw;
}

.clanek img {
  max-width: 100%;  /* Obrázek nebude větší než kontejner */
  height: auto;     /* Zachová poměr stran */
  display: block;   /* Odstraní spodní mezery pod obrázkem */
  margin-left: auto; /* Vycentruje obrázek horizontálně */
  margin-right: auto;
}

.grafika {
max-width: 100%;
height: auto;
margin-bottom: 2rem;
}

.nadpis {
text-align: center;
font-family: 'Oswald';
font-size: 50px;
margin-bottom: 1.5%;
font-weight: bolder;
}

.podnadpis {
text-align: center;
font-size: 35px;
margin-bottom: 2%;
color: #2b2626;
font-weight: normal;
}


label{
display: inline-flex;
}

#toggler:checked~.menu{
max-height: 100%;
}

.logo {
width: 245.818px;
height: 80px;
}

.list{
flex-direction: column;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
font-size: 30px;
line-height: 2px;
}

.main {
width: auto;
margin-top: 0;
justify-content: center;
padding: 0;
margin-right: 0;
margin-left: 0;
}

.obrazek {
display: block-inline;
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 0;
}

.profilovka {
display: none;
}

.profilovka2 {
display: block;
justify-content: center;
margin: auto;
padding-bottom: 3%;
width: 35%;
height: auto;
}


h1 {
text-align: center;
font-family: 'Oswald';
font-size: 60px;
font-weight: bolder;
margin-bottom: 20px;
margin-top: 25px;
line-height: 130%;
color: #2b2626;
}

h3 {
font-family: 'Oswald';
font-size: 30px;
font-weight: bolder;
text-align: center;
margin-bottom: 20px;
line-height: 130%;
color: #d7d7d7ff;
}


.container {
  width: auto;
  background-color: transparent;
text-align: center;
}

.label {  
    background-color: transparent;
    display: inline-block;
border-top: 15px solid #ff0099ff;
    border-bottom: 15px solid #00c3ffff;
    word-wrap: normal;
}

.label-text
{
    display: inline-block;
    padding-left: 10px;
}

h2 {
  font-size: 20px;
  color: #d7d7d7;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 35px auto 2% auto;
  text-align: center;
  width: 100%;
}

.uvod {
text-align: center;
padding-top: 2%;
font-size: 25px;
overflow: hidden;
padding-bottom: 2%;
color: #2b2626;
font-family: sans-serif;
padding-right: 0;
}

.button {
  margin: 8px;
  display: inline-block;
  background-image: linear-gradient(90deg,#ff0099ff, #5B42F3 50%,#00c3ffff);
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  color: #d7d7d7ff;
  cursor: pointer;
}

.button span {
  display: inline-block;
  background-color: #262626;
  padding: 16px 24px;
  border-radius: 6px;
  text-align: center;
  line-height: normal;
}


.button:active,
.button:hover {
  outline: 0;
}


.button:hover span {
  background: #161616;		
  color: #666666;
}


}

@media screen and (max-width: 645px){

.obrazek {
display: block;
margin-right: 5px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 0;
}

h2 {
  font-size: 20px;
}

.clanek p {
  font-size: 5vw;
}

}


@media screen and (max-width: 540px){

.obrazek {
display: block-inline;
margin-right: 5px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 0;
}

.clanek h3 {
font-size: 40px;
}

.clanek p {
  font-size: 5vw;
}


}

@media screen and (max-width: 480px){

.obrazek {
display: block-inline;
margin-right: 5px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 0;
}


.clanek p {
  font-size: 5vw;
}

}


@media screen and (max-width: 440px){

.obrazek {
display: block-inline;
margin-right: 5px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 0;
}


.clanek p {
  font-size: 5vw;
}

}

@media screen and (max-width: 420px){

.obrazek {
display: block-inline;
margin-right: 5px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 0;
}

.clanek h3 {
font-size: 35px;
}


.clanek p {
  font-size: 5vw;
}


}


@media screen and (max-width: 370px){

nav {
padding-top: 20px;
padding-bottom: 20px;
padding-right: 35px;
}

.menu{
width: 100%;
max-height: 0;
overflow: hidden;
}

.clanek p {
  font-size: 6vw;
}

label{
display: inline-flex;
}

#toggler:checked~.menu{
max-height: 100%;
}

label i {
color: #666666;
font-size: 25px;
}

.logo {
width: 196.6544px;
height: 64px;
}

.list{
flex-direction: column;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
font-size: 30px;
line-height: 2px;
}

.main {
width: auto;
margin-top: 30px;
justify-content: center;
padding: 0;
margin-right: 10%;
margin-left: 10%;
}

.profilovka {
display: none;
}

.profilovka2 {
display: block;
justify-content: center;
margin: auto;
padding-bottom: 8%;
width: 60%;
height: auto;
}


h1 {
text-align: center;
font-family: 'Oswald';
font-size: 40px;
font-weight: bolder;
margin-bottom: 20px;
margin-top: 25px;
line-height: 130%;
color: #2b2626;
}

.container {
  width: auto;
  background-color: transparent;
text-align: center;
}

.label {  
    background-color: transparent;
    display: block;
border-top: 15px solid #ff0099ff;
    border-bottom: 15px solid #00c3ffff;
    word-wrap: normal;
}

.label-text
{
    display: block;
    padding-left: 10px;
}

h2 {
  font-size: 20px;
  color: #d7d7d7;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 35px auto 2% auto;
  text-align: center;
  width: 100%;
}

.uvod {
text-align: center;
padding-top: 5%;
font-size: 20px;
overflow: hidden;
padding-bottom: 5%;
color: #2b2626;
font-family: sans-serif;
padding-right: 0;
}

.button {
  margin: 8px;
  display: inline-block;
  background-image: linear-gradient(90deg,#ff0099ff, #5B42F3 50%,#00c3ffff);
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  color: #d7d7d7ff;
  cursor: pointer;
}

.button span {
  display: inline-block;
  background-color: #262626;
  padding: 16px 24px;
  border-radius: 6px;
  text-align: center;
  line-height: normal;
}


.button:active,
.button:hover {
  outline: 0;
}


.button:hover span {
  background: #161616;		
  color: #666666;
}

}


