:root{
	--header-linear: linear-gradient(to right,#100052,#4640BB,#100052);
	--sotetkek: #040076;
	--sarga: #FFE534;
	--vilagoskek: #2EA3F2;
	--halvanykek: #9eb4d1;
	--rozsaszin: #F5D3D3;
	--vilagos-rozsaszin: #F9E5E6;
	--kozepesszurke: #ADADAD;
	--sotetszurke: #222;
	--font-size-normal: 16px;
	--font-size-medium: 20px;
  	--font-size-huge: 42px;
	--footer-a-color: #9eb4c6;
}
@font-face {
  font-family: "Opensans-regular";
  font-display: swap;
  src: url("OpenSans-Regular.ttf") format("truetype"),
  url("OpenSans-Regular.otf") format("opentype");
}
/*@font-face {
  font-family:"Grundfos-vastag";
  font-display:swap;
  src:url("GrundfosTheSansV2OT-9BL.ttf") format("truetype"),
  url("GrundfosTheSansV2OT-9BL.otf") format("opentype")
}*/
@font-face {
  font-family:"LibreBaskerville-Bold";
	font-display: swap;
  src:url("LibreBaskerville-Bold.ttf") format("truetype");
}
@font-face {
  font-family:"Grundfo_normal";
  font-display:swap;
  src:url("Gftse3.otf") format("opentype")
}
@font-face {
  font-family:"Grundfo_ normal";
  font-display:swap;
  src:url("https://www.szokeandras.com/wp-content/uploads/et-fonts/Gftse3.otf") format("opentype")
}
*{
	padding: 0;
	margin: 0;
	font-family: Opensans-regular;
	line-height: 1.7em;
	box-sizing: border-box;
	color: #333;
}
header,.fakeheader{
	display: flex;
	flex-flow: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	grid-gap: 10px 0px;
	background: var(--header-linear);
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.header-nav{
	justify-content: flex-start;
	padding-top: 0px;
}
nav{
	display: flex;
	flex-flow: row nowrap;
	grid-gap: 0px 20px;
	height: 80px;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: var(--halvanykek);
}
nav a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}
nav a:hover{
	color: #000;
}
.cim{
	font-size: var(--font-size-medium);
	font-family: Opensans-regular;
	color: #fff;
	line-height: 1.1em;
}
.cim.kicsi{
	font-size: var(--font-size-normal);
}
.cim.nagy{
	font-size: var(--font-size-huge);
	letter-spacing: 2px;
}
.vastag{
	 font-family:"LibreBaskerville-Bold";
}
header .cim{
	width: 70%;
	text-align: center;
	max-width: 1600px;
	
}
article, .container{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	align-items: center;
}
.container{
	width: 70%;
	max-width: 1600px;
}
.kettes-oszlop{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}
.kettes-oszlop .oszlop{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.oszlop.w63{
	width: calc(63% - 12px);
}
.oszlop.w37{
	width: calc(37% - 12px);
	
}
.oszlop.w25{
	width: calc(25% - 15px);
}
.oszlop.w75{
	width: calc(75% - 15px);
	
}
.pottyos-keret{
	padding: 15px;
	width: calc(100% - 0px);
	border: 2px dotted var(--sotetkek);
	border-radius: 10px;
	display: flex;
	flex-flow: column nowrap;
}
.link{
	text-decoration: underline;
	color: var(--vilagoskek);
	font-size: var(--font-size-medium);
	width: fit-content;
	text-align: center;
	cursor: pointer;
}
.link.kozep{
	text-align: center;
}
.balkep{
	width: 100%;
	object-fit: contain;
	margin-top: 15px;
}
.balkep.nomargin{
	margin-top: 0px;
}
h4{
	width: 100%;
	color: var(--sotetkek);
	font-family:"LibreBaskerville-Bold";
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 15px;
}
h4.kozep{
	text-align: center;
}
h1{
	font-family:"LibreBaskerville-Bold";
	font-size: 35px;
	color: var(--sotetkek);
	padding-bottom: 10px;
	line-height: 1em;
}
h1.kozep{
	text-align: center;
}
.padding15{
	padding: 15px 0px;
}
h2{
	color: var(--sotetkek);
	line-height: 1.3em;
	font-size: 24px;
	font-family: Grundfo_normal;
	font-weight: 500;
	
}
h2.kozep{
	text-align: center;
}
p{
	padding-bottom: 1em;
	font-family: Grundfo_normal;
	font-size: 22px;
	color: #000;
	word-wrap: break-word;
	text-align: left;
	width: 100%;
	line-height: 1.5em;
}
p strong{
	font-weight: 900;
	line-height: 1.5em;
}
p.kicsi{
	font-size: var(--font-size-normal);
}
strong.kicsi{
	font-size: var(--font-size-normal);
}
.kek{
	color: var(--sotetkek);
}
strong{
	font-weight: 900;
}
.marginT30{
	margin-top: 30px;
}
.marginB30{
	margin-bottom: 30px
}
.rozsaszinbox{
	display: flex;
	flex-flow: column nowrap;
	width: calc(100% - 0px);
	padding: 15px 30px 30px 30px;
	background: var(--rozsaszin);
}
.oszlop-szoveg{
	font-family: Opensans-regular;
	font-size: 22px;
	text-align: left;
}
.sarga-gomb{
	background: var(--sarga);
	padding: 15px 0px;
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	transition: .3s;
	text-align: center;
	position: relative;
	border-radius: 16px;
	border: 2px solid var(--sotetkek);
	text-decoration: none;
}
.sarga-gomb:hover{
	border-radius: 5px;
	padding-right: 1.2em;
	
}
.sarga-gomb::after{
	line-height: 1.7em;
	content: ">";
	opacity: 0;
	margin-left: -1.2em;
	-webkit-transition: all .2s;
	transition: all 300ms ease 0ms;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	position: absolute;
	font-size: 25px;
	color: #000;
}
.sarga-gomb:hover::after{
	opacity: 1;
	transition: all 300ms ease 0ms;
	margin-left: 0.2em;
}
ul{
	list-style-type: disc;
	padding: 0 0 23px 1em;
	line-height: 26px;
}
ul li{
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
footer{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 300px;
	width: 100%;
	background: var(--sotetszurke);
}
footer ul{
	list-style: none;
}
footer ul li{
	padding-left: 14px;
  position: relative;
	
}
footer ul li::before{
	border-radius: 3px;
	border-style: solid;
	border-width: 3px;
	border-color: var(--vilagoskek);
	content: "";
	left: 0;
	position: absolute;
	top: 9px;
	background: var(--vilagoskek);
}
footer ul li .link{
	color: var(--footer-a-color);
	text-decoration: none;
	font-size: 14px;
}
.title{
	font-size: 18px;
	color: var(--vilagoskek);
	margin-bottom: 20px;
}
footer p{
	font-size: 14px;
	color: #fff;
}
.harmas-oszlop{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-flow: row nowrap;
}
.harmas-oszlop .oszlop{
	width: calc(100% / 3 - 20px);
	display: flex;
	flex-flow: column nowrap;
}
.mobil-mutat{
	display: none !important;
}
.atlatszo{
    display: none;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    top: 0;
}
.atlatszo.show{
    display:flex;
}
.atlatszo-form{
	display: flex;
	flex-flow: column;
	padding: 20px 20px 10px 20px;
	background-color:#fff;
	border-radius: 12px;
	position: relative;
	justify-content: center;
	align-items: center;
}
.atlatszo-form h1{
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 45px;
	margin: 10px 0px 15px 0px;
	text-align: center;
}
.atlatszo-form .checkbox-wrapper-13{
	width: 85%;
}
.close-atlatszo{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #000;
	font-weight: 900;
	font-size: 22px;
	cursor: pointer;
	transition: .3s;
}
.close-atlatszo:hover{
	color:var(--sotetkek);
}
.mezo{
	color: #201D1D;
	background: #f3f3f3;
	border: 1pt solid #920c70;
	border-radius: 4px;
	border-bottom: 1px solid #ccc;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin: 0 5px;
	padding: 10px;
	width: calc(90% - 20px);
	margin-bottom: 15px;
}
.kicsiszoveg{
	font-size: 12px;
}
.atlatszo-form .kicsiszoveg{
	max-width: 83%;
	text-align: center;
}
.atlatszo-form input[type="submit"]{
	background-color: var(--sarga);
	padding: 15px 20px;
	color: #000;
	font-size: 22px;
	font-family:"LibreBaskerville-Bold";
	width: fit-content;
	cursor:pointer;
	border-radius: 16px;
	border: 2px solid var(--sotetkek);
}
.rozsaszinhatter{
	background-color: var(--vilagos-rozsaszin);
}
.w100{
	width: 100%;
	max-width: unset;
}
.justify{
	text-align: justify;
}
.alert{
	display: flex;
	flex-flow: column nowrap;
	font-weight: 600;
  	font-size: 24px;
	width: calc(100% - 44px);
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
.alert-success{
	border: 1px solid #a3cfbb;
	background-color: #d1e7dd;
	color: #0a3622;
}
.alert-danger{
	background-color:#f8d7da;
	color: #58151c;
	border: 1px solid #f1aeb5;
}
.alert-warning{
	border: 1px solid #FDAC41;
	color: #FDAC41;
	background-color: #fff;
	
}
.kulso-naptar{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: center;
	grid-gap: 15px;
	margin: 10px 0px;
}
.slide-container{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.rejtett{
	display: none;
	width: 0%;
	overflow: hidden;
}
.rejtett.show{
	animation: slide 1s ease-in-out forwards;
  display: block;
}
@keyframes slide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}