@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');


*,*:before,*:after { box-sizing: border-box; margin: 0; padding: 0 }
html { height: 100%;	}
body {height:100%; color: #424242; font-family: Comfortaa, 'Saira Semi Condensed', Roboto,  verdana, Raleway, sans-serif; /*background: url('../pics/bg2022a.png'/*bg-body_zolis.jpg bg2022a.png) fixed;  background: linear-gradient(#a7a7a7,#aebfa7);*/background: linear-gradient(#006584,#aebfa7);
    background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; font-weight: 300;font-size: 1rem;	line-height: 1.65;}





img { max-width: 100%; height: auto;/*border-radius: 5px 5px 0 0; */}
a { color: #00b8d4 ; text-decoration: none;}   
a:hover {background: rgba(0,0,0,.2);color: #000;}
.w { max-width: 90%; margin: 0 auto;  }
.mt0 { margin-top: 0 }
.mr10 { margin-right: 10px }
.mb10 { margin-bottom: 10px }
.logo { color: #fff; font-size: 18px; font-weight: 400; text-decoration: none }
.logo span { color: #00b8d4 }

.clearfix::after { content: ""; clear: both; display: table; }

/* fixsarok=bakancs a sarokban */
#fixsarok {	width: 175px; height: 175px; background: url('../pics/logo_wb.png'); background-repeat: no-repeat; 	position: fixed; right: 25px; bottom: 25px;	z-index: 2500;}
#fixsarok:hover { background: url('../pics/logo_wb_m_1.png'); transition: 2s; }
@media only screen
and (min-width : 480px)
and (max-width : 800px) {
div#fixsarok {width: 150px; height: 150px; background: url('../pics/logoka_wb_f.png'); background-repeat: no-repeat; position: fixed; right: 10px; bottom: 10px;	z-index: 2500;}
#fixsarok:hover {background: url('../pics/logo_wb_m_f_1.png');}
}
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
div#fixsarok {width: 100px; height: 100px; background: url('../pics/logoka_wb_f2.png'); background-repeat: no-repeat; position: fixed; right: 10px; bottom: 10px;	z-index: 2500;}
#fixsarok:hover {background: url('../pics/logo_wb_m_f2_1.png');}
#breadcrumbs { margin:0 auto;}
}
@media only screen
and (min-width : 240px)
and (max-width : 320px) {
div#fixsarok {width: 100px; height: 100px; background: url('../pics/logoka_wb_f2.png'); background-repeat: no-repeat; position: fixed; right: 10px; bottom: 10px;	z-index: 2500;}
#fixsarok:hover {background: url('../pics/logo_wb_m_f2_1.png');}
#breadcrumbs { margin:0 auto;}
}

/* visszanyil a sarokba*//* menü feltapad */

#navlist { position: relative; position: fixed;	top: 25px; left: 25px;}
#navlist li {  margin: 0;  padding: 0;  list-style: none;  position: absolute;  top: 0;}
#navlist li, #navlist a { height: 44px; display: block;}

/*  *főoldalra nyíl**/

#prev { left:  25px; width: 43px; background: url('../pics/img_navsprites.gif') -47px 0;}
#prev a:hover { background: url('../pics/img_navsprites_hover.gif') -47px 0;}

header, main { margin: 0 0 1rem 0;color:white;}
header > h1{ text-align: center;	margin-top: 50px;  margin-bottom: 10px;	font-size: 36px;}
/*main *+* { max-width:1050px;} margin-top: 1rem;*/
.flex-container { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;text-align: center;}
#row1 { color: white; text-shadow: 2px 2px 2px rgb(0 0 0 / 80%); margin-top: 50px; margin-bottom: 10px; font-size: 1.3em;font-weight:500;}
#row1 span {	padding: 0 40px; color: white;}

#row1_2023 { color: white; text-shadow: 2px 2px 2px rgb(0 0 0 / 80%); /*margin-top: 50px; margin-bottom: 5rem;*/ font-size: 1.15rem;}
#row1_2023 span {	padding: 0 40px; color: white;}
#row1_2023 h2 {	color: white;font-size:1.5rem;}




main.w { margin: 60px auto; max-width:90%;}/*1050px width:80vw */
main.w h1 { margin: 0 auto; font-family: Comfortaa, 'Saira Semi Condensed', sans-serif;font-weight: 500; }
main p { line-height: 1.6; /*margin: 20px 0*/text-align: left;	padding: 2rem; }
main ol,
main ul { margin: 30px }
main li { margin: 0 0 5px 0; line-height: 1.6 }
main h1 { font-weight: 300; font-size: 50px; margin: 0 0 30px 0; color: #fff }
main h2 { font-weight: 500; font-size: 1.25rem; text-transform: uppercase; margin: 1.25rem 0 1rem 0; color: #fff;font-family: 'Comfortaa';/*padding-left: 2rem; margin-left:5rem;*/}
main h3 { font-weight: 400; font-size: 15px; text-transform: lowercase; margin: 50px 0 30px 0; color: #000 }
main h4 { font-weight: 400; font-size: 15px; font-style: italic; text-transform: capitalize; margin: 0; color: #000;padding-top: 0.75em;}

.b { background: #00b8d4; color: #fff; text-transform: uppercase; font-weight: 500; border-radius: 2px; display: inline-block; padding: 6px 16px 4px; text-decoration: none; transition: .3s }
.b:hover,
.b:active { background: #2e393d }

.bp { margin: 0 0 15px 0; text-transform: none; font-size: 16px; font-weight: 500 }
.bp a { color: inherit; display: block; text-decoration: none }
.bp span { display: block; font-size: 13px; margin: 0 0 3px 0; color: #999; font-weight: 300 }
.bp a:hover,
.bp a:hover span { color: #00b8d4 }


.arrow { display: inline-block;	width: 0;height: 0 ; margin-left: 10px; }
.arrow.up {	border-bottom: 10px solid white;border-right: 10px solid transparent;border-left: 10px solid transparent;margin: 0 7px; } /*#785519*/
.arrow.down {border-top: 10px solid #ffffff;border-right: 10px solid transparent;border-left: 10px solid transparent;margin: 0 7px;}

.kiskapitalis {
	font-variant: small-caps;
	text-align:left;
	text-transform: capitalize ;
	font-size:small;
}

.versenybeszamolo p { color:#f44336;}
.edzomeccs p { color:#00bcd4;}
.versenykiiras p { color:#ff9800;}



@media(orientation:portrait) {
	
	
	#fixsarok {
		background: url('../pics/logo_88x88.png');
		width: 88px;
		height: 88px;
	}
    details > summary {padding:0;}
	#breadcrumbs { margin:5px auto;}
    

}

/* színátmenetes elválasztó vonal*/
hr {
	border: 0;
	 height: 1px;
	 background-image: -webkit-linear-gradient(left, rgba(21,23,44,0), rgba(21,23,44,0.75), rgba(21,23,44,0));
	 background-image:    -moz-linear-gradient(left, rgba(21,23,44,0), rgba(21,23,44,0.75), rgba(21,23,44,0));
	 background-image:     -ms-linear-gradient(left, rgba(21,23,44,0), rgba(21,23,44,0.75), rgba(21,23,44,0));
	 background-image:      -o-linear-gradient(left, rgba(21,23,44,0), rgba(21,23,44,0.75), rgba(21,23,44,0));
	}

	

	  /*
  AUTO GRID
  Set the minimum item size with `--auto-grid-min-size` and you'll
  get a fully responsive grid with no media queries.
*/
.auto-grid {
	--auto-grid-min-size: 16rem;
  }
  
  .auto-grid > * {
	max-width: 300px;
  }
  
  .auto-grid > * + * {
	margin-top: 1rem;
  }
  
  @supports(display: grid) {
	.auto-grid {
	  display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
	  grid-gap: 2rem;
	  list-style: none;
	}
	
	.auto-grid > * {
	  max-width: unset;
	}
  
	.auto-grid > * + * {
	  margin-top: unset;
	}
  }
  
  /*
	WRAPPER
	A utility with a max width that contains child elements and horizontal centers them
  */
  .wrapper_team {
	max-width: 85rem;
	margin: 0 auto;
	padding: 0 1rem;
	
  }

  #text p {
	color: white;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
	font-size: 1.15rem;
	font-family: 'comfortaa';
	text-align: center;
  };
  
.wrapper_gallery {
    max-width: 800px;
	margin: 0 auto;
	padding-left: 2.5rem;
    padding-right: 2.5rem;
	width: 80%;
}
  
  /* Presentational styles */
  
  #team {
	background: transparent;/*#353540;*/
	padding: 1rem 0;
	line-height: 1.4;
	font-family: sans-serif;
  }
  
  #team li {
	padding: 2rem 1rem; /*5rem 1rem*/
	text-align: center;
	font-size: 1.2rem;
	/*background: linear-gradient(#a7a7a7,#aebfa7);*/
	background: #22a6b3;
	color: #ffffff;
	border-radius:5px;
	box-shadow: 0 30px 40px -20px rgba(0,0,0,.5);
  }
  
  #team h1 { 
	color:#ffffff;
	font-family:'dosis';
	text-align: center;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
  }

  #team .recipe-box img { 
	width:15rem;
	height:15rem;
	border-radius: 50%;
}

.recipe-box {
	border-radius:5px;
}


/* kenyérmorzsa  */

#breadcrumbs { 
	padding: 0.5rem 1rem;
	border-radius: 5px;
	/*background-color: #fff;/ *rgba(127,192,108,1);*/
	width: 93%;
	margin: 2rem auto 2rem auto;
	/*background: linear-gradient(to right, #ffffff 50%, #15172c);*/
	background: linear-gradient(to right, rgba(255,255,255,.95) 50%, rgba(21,23,44,.35));
	font-weight: 300;
	/*text-transform: uppercase;*/
	max-width: 85rem;
	color:#424242;
	font-size: medium;
	text-align: start;
	font-family: 'comfortaa';
    text-shadow: none;

}

#breadcrumbs a { 
	color:#cb0070;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}

/* kenyérmorzsa eddig */


.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,101,132,.99);/* rgba(42,63,42,.99)    255, 255, 255, 0.75 rgba(0, 0, 0, 0.50); rgba(42,63,42,.95)*/
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
	height: 300%;
  }
  
  .overlay a  {
	  color: white;
	  text-align: right;
	  text-decoration: none;
	  padding: 0.5rem;
  }
  
  .overlay .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
  }
  
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .modal {
	margin: 100px auto;
	padding: 2rem;/*1rem .5rem;*/
	/*background: rgba(65,163,236,.75);*/
	color: #ffffff;
	border: 1px solid #fff; /*#666;*/
	width: 1000px; /*800px;*/
	max-width: 90vw;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(255,255,255,.5);
	position: relative;
	font-family: 'Comfortaa';
	font-size: 100%;
	font-weight: 400;
	text-align: center;
	/*color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	text-shadow: 2px 2px 5px rgba(0,0,0,.35);
	overflow: hidden;
  }
  
  .modal h2 {
	margin-top: 0;
  }
  
  .major {padding:2rem 2rem 1rem 2rem;
  }
  
  #section1 img {
	  padding-top: 1rem;
	  padding-bottom: 1rem;
	  max-width: 100%;
	  height: auto;
	  width: 70%;
		
  }



  /*grid-gallery*/

.grid-gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 5px;
}

.grid-gallery .grid-item {
  position: relative;
  background-color: #efefef;
  overflow: hidden;
}

.grid-gallery .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grid-gallery .grid-item:hover img {
  transform: scale(1.1);
    border: 1px solid green;
}

.grid-gallery .grid-item a {
  cursor: zoom-in;
}

.grid-gallery .grid-item:nth-child(3n - 2) {
  grid-column: span 1;
  grid-row: span 1;
}

.grid-item:hover {
    border: 2px solid red;
    border-radius: 10px;
}

/* Let's make it responsive */
@media (max-width: 768px) {
  .grid-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }

  .grid-gallery .grid-item:nth-child(3n - 2) {
    grid-column: unset;
    grid-row: unset;
  }
}

/* Styling the Disclosure Widgets */

details > summary {
  background-color: rgba(42,42,42,.2);
  cursor: pointer;
  padding: .5rem 1rem;
  border-radius: 5px;
  /*color: darkblue;*/
  border:1px solid darkblue;
  box-shadow: 3px 3px 3px #4242428c;
}

details {
	margin-bottom: 1rem;
    margin-left: 12vw;
    margin-right: 12vw;
	
}

details:open {
	margin-bottom: 5rem;
	color: darkblue;
}

details h2 {
	/*color: darkblue;*/
	font-size: xxx-large;
	text-shadow: 2px 2px 5px rgba(0,0,0,.8);
}

details > summary > * {
  display: inline;
}

details > div {
  border: 1px solid darkblue/*rgba(42,42,42,.2)*/;
  margin-top: 0;
  padding: 1rem;
  border-radius: 0 0 5px 5px;;
  margin:0 5px;
  background-color: rgba(127,192,108,.25);
}
details summary {
     list-style-type: '👉 ';
	 font-size: 2rem;
	 padding-left: 30%;/*37rem;*/
 }

 details[open] summary {
     list-style-type: '👇 ';
	 color:red;
 }
 
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
} 

.galeria {
	font-family: 'Comfortaa';
	font-size: 100%;
	font-weight: 400;
	text-align: center;
	/*color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	text-shadow: 2px 2px 5px rgba(0,0,0,.75);
	
}
 
 
 
 
 