/**
Theme Name: 9dart
Author: András
Author URI: https://createwp.hu/
Description: 9dart-ra készített gyermektéma
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 9dart
Template: astra
*/

:root {
  /*fő szín, linkek/gombok hátteréhez*/
  --main-skin-color: #5AAB30;    /*zöldes*/
  --main-skin-color-hover: #9DE444; /*button hover zöld*/
  --light-1: #F1F7FA;  /* Halvány kékizé kb*/  
  --light-2: #F1F7FA;
  --light-3: rgba(241, 247, 250, 0.8);
  --dark-1: #1C1518; /*sötétbarna*/
  --font-size: 16px;
}

/* ROBOTO BETŰTÍPUS ALAPÉRTELMEZETTEN MINDENHOL */
* {
  font-family: Roboto, Arial, sans-serif;
}

body, p, a, span, div, 
h1, h2, h3, h4, h5, h6,
label, input, textarea, select, button {
  font-family: Roboto, Arial, sans-serif;
}

:where(body, iframe, pre, img, svg, video, canvas, select) {
        max-width: 100%;
        overflow: auto;
        word-break: break-word;
    }



html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, p {
    color: var(--light-3);
	font-size: 1rem;    
}


/* A footer akkor is legalul legyen, ha kevés a kontent */
#page {
  display: flex;
  flex-direction: column;
min-height: 100vh;
}
.admin-bar #page{
min-height: calc(100vh - 32px);
}
#page .site-content{
  flex-grow: 1;
}



a {
   outline: 0 !important;
   transition: all 0.3s ease;
}
body{
  font-weight: normal;
}



body {
    background: black;
}


a.nyilaslink, a.zoldlink{
  font-size: 16px;
  position: relative;
  color: #5AAB30 !important;
  font-weight: 700;
}

a.nyilaslink:hover, a.zoldlink:hover{
  color: #46991B;
  text-decoration: underline;
}
a.zoldlink:hover{
  color: #9de444 !important;
  text-decoration: none;
}

a.nyilaslink:after {
        
  content: "";      
  -webkit-mask: url('img/rightarrow2.svg') no-repeat center bottom;
  mask: url('img/rightarrow2.svg') no-repeat center bottom;
       
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;
  background-color: #5AAB30; 
  height: 13px; width: 8px;
  transition: all .2s linear;
  margin: 0px 0px -1px 10px

}

a.nyilaslink:hover::after {
    background-color: #46991B; 
    transition: all .2s linear;
}


/*
 Webkit alapú autofill stílus átállítás darkosra 
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 600000s 0s, color 600000s 0s;   
}
input[data-autocompleted] {
    background-color: transparent !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important; /* A #333 helyére azt a színt állítsd, amit szeretnél */
    -webkit-text-fill-color: #fff !important; /* A szöveg színének módosítása */
}

select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important; /* A fekete háttér beállítása */
    -webkit-text-fill-color: #fff !important; /* A szöveg színe fehér */
    background-color: #000 !important; /* Biztosítjuk a fekete háttérszínt */
    color: #fff !important; /* Szöveg színének fehérre állítása */
}

/*
Webkit autofill eddig

Folyt dark css....
*/

input {
    outline: none !important; /* Biztosítjuk, hogy a mezőkön ne legyen outline */
}


.entry-content b, .entry-content strong{
	 color: var(--light-1);
}

.entry-content a:hover{
	 color: #9DE444;	
}



.pre1{
  color: white
}

/* dark theme oldalakaon a felős menü hátere TRANSPARNET, a többinél meg a Additional css ben*/    
#ast-desktop-header{
    background: rgba(0, 0, 0, 0.2) !important;
}

#ast-mobile-header{
     background: rgba(0, 0, 0, 0) !important;
}

/*Címsorok DARK THEME-hez, alább a font size stb ALATTA A MOBIL*/
.entry-content h1, h1,
.entry-content h2, h2,
.entry-content h3, h3,
.entry-content h4, h4,
.entry-content h5, h5 {
    color: var(--light-1);  
    font-family: Saira, Roboto;
}

/*Dektop + tablet nézethez, *alatta a mobil*/
.entry-content h1, h1 {    
    font-size: 72px;
    font-weight: 700;    
    line-height: 69px;  
    text-transform: uppercase;
}

.entry-content h2, h2 {    
    font-size: 60px;
    font-weight: 700;    
    /*line-height: 63px;   */
	line-height: 120%;

}

.entry-content h3, h3 {    
    font-size: 44px;
    font-weight: 700;   
    /*line-height: 46px;  */
	line-height: 120%;
}

.entry-content h4, h4 {   
    font-size: 32px;
    font-weight: 700;   
    line-height: 28px;  
    text-transform: uppercase;
}

.entry-content h5, h5 {   
    font-size: 22px;
    font-weight: 300;    
    line-height: 26.4px;
    text-transform: uppercase;
}

/*zöld alcímek*/
.supertitle h3 {
    font-family: 'Saira', Roboto; 
    text-transform: uppercase;
    color: var(--main-skin-color);
    font-size: 20px;
    font-weight: 700;   
    line-height: 18px;    
} 

/* H1-H6 Méretek 768 pixel alatti képernyőkhöz + paragrafus P és b+strong*/
@media screen and (max-width: 768px) {
    /* mobilnézet*/
    .entry-content h1, h1 {    
        font-size: 40px;
        font-weight: 700;    
        line-height: 36px;    
    }
    .entry-content h2, h2 {    
        font-size: 28px;
        font-weight: 700;    
        /*line-height: 25px; */
		line-height: 120%;
    } 

    .entry-content h3, h3 {    
        font-size: 28px;
        font-weight: 700;   
        /*line-height: 25px;*/
		line-height: 120%;
    }
    
    .entry-content h4, h4 {    
        font-size: 22px;
        font-weight: 700;   
        line-height: 20px;    
    }    

    .entry-content h5, h5 {    
        font-size: 22px;
        font-weight: 700;   
        line-height: 26px;    
    }    

    body, p {
        font-size: 1em;
        font-weight: 500;   
        line-height: 24px; 
        color: #FFFFFFCC; /*fehér 0.8 opacity*/
    }
    
    body strong, 
    p strong,
    body b,
    p b {        
        font-weight: 700;        
    }    
}

.quote, .idezet, .elementor-testimonial-content {
    font-family: "Saira", Roboto;
    font-weight: 700;
    font-style: italic;
    font-size: 36px !important;
    line-height: 37.8px !important;
    color: var(--light-1);
}    

@media screen and (max-width: 768px) {
    .quote, .idezet {
        font-size: 28px;
        line-height: 29.4px;
    }    
}

/*ferde aljú bannerek, benne nem ferde szöveges kontentel*/
.banner24 h2 {
    color: white;        
}

.banner24 {
    transform-style: preserve-3d;
    transform: skewY(-3.5deg);
    transform-origin: bottom center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.4);
    position: relative;
}

.banner24 .belso-banner {
    transform: skewY(3.5deg);
}

.ferde-1 {
    transform-style: preserve-3d;
    transform: skewY(3.5deg);
    transform-origin: bottom center;
    position: relative;
}

.ferde-1 .belso-banner {
    transform: skewY(-3.5deg);
}

/*régi világos tab címei*/
.tab_container h3 {
    color: var(--main-skin-color);
}

/* Banner ferde levágás alul*/
.clipdown {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}

/**elementorba az adott címsor ebbe az osztályba kell tenni: color1 */
.color1 h5,
.green-color {
    color: var(--main-skin-color);
}

/*Elementor contentek - paragrafusok közti rés/hely */
.elementor-toggle p {
    margin-bottom: 20px;       
}

/*Letiltjuk a címsorok kijelölhetőségét*/
h1, h2, h3, h4, h5 {
    user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;  
}

/*Gombok Innen*/    
.button-skin-1, 
.button-skin-2,
.button-skin-3,
.button-skin-4 {
    font-family: Roboto;
    display: flex;
    line-height: 1.3;
    justify-content: center;
    align-items: center; 
    text-align: center;
	border-radius: 8px;	
}


@media (max-width: 768px) {
    
 .button-skin-1, 
 .button-skin-2,
 .button-skin-3,
 .button-skin-4 {
	max-width: 330px;
	margin: 0 auto;
	}
}

a.button-skin-1 {
    background: var(--main-skin-color);
    border: 2px solid var(--main-skin-color);
   
    color: white;
    box-sizing: border-box;
    padding: 10px 20px;
}

a.button-skin-1:hover {
    background: var(--main-skin-color-hover);
    border: 2px solid var(--main-skin-color-hover);
    color: black !important;
}

a.button-skin-2 {
    background: white;
    border: 2px solid white;
   
    color: black;
    box-sizing: border-box;
    padding: 10px 20px;
}

a.button-skin-2:hover {
    background: var(--main-skin-color);
    color: white;
}

a.button-skin-3 {
    background: transparent;
    color: white;
    border: 2px solid white;
   
    box-sizing: border-box;
    padding: 10px 20px;
}

a.button-skin-3:hover {
    background: white;
    color: black;
}

a.button-skin-4 {
    background: transparent;
    color: black;
    border: 2px solid black;
   
    box-sizing: border-box;
    padding: 10px 20px;
    font-weight: 600;
}

a.button-skin-4:hover {
    background: black;
    color: white;
}

/*Scolia home 2 banner*/   
.schome2 h5 {
	font-weight: 300;
    letter-spacing: 3px;
}

.schome2 h5 span {
    font-weight: 700;
}


/* Címsorok színei az ASTRA */

a.watchvideo-button {
    color: white;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    border: 2px solid white;
    background: transparent;    
}

a.watchvideo-button:hover {
    background: white;
    color: black;    
}

a.nyilaslink {
    font-weight: 700;
}

@media (max-width: 600px) {
    .watchvideo-button {
        width: 100%;
        text-align: center;
    }
}

.blurred-div {
    background: rgba(0, 0, 0, .2); 
    backdrop-filter: blur(5px); 
}


/* 2024 okt*/
/*recaptcha HIDDEN*/
.grecaptcha-badge { 
  visibility: hidden; 
}

.re-notice{
	font-size: 12px;
	padding: 15px 0px 0px 0px;
  line-height: 1.5em;
}
.re-normal{
	opacity: 0.6;
} 
.re-dark{
	opacity: 0.6;
} 














