/* Tudatalatti Hatalma előadás css*/
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 10px;
    background-color: #eee;
    color: #333;
}

.section {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background-color: #fff;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 1200px;
}

.content, .section .image {
    flex: 1;
    min-width: 300px;
    margin: 20px;
    text-align: center;
}

.section .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.section h1 {
    font-weight: lighter;
    text-shadow: 4px 4px 3px #2a0949;
	text-transform: uppercase;
}

.section1 h1 {
	font-size: 3.5em;
    color: #3a2c7a;
    margin-bottom: 10px;
    font-weight: lighter;
    line-height: 1.2;
    text-align: left;
    text-shadow: 7px 3px 8px #b4b4b4;
}

.section1 h2 {
    font-size: 2em;
    color: #5669a3;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

.section1 strong {
    color: ##3a2c7a;
}

.section1 img {
    max-width: 70%;
}

.section2 {
    background-color: #4a2375;
    color: #fff;
    text-align: center;
}

.section2 div {
    width: 80%;
    margin: 0 auto;
}

.section2 p {
    font-size: 1.5em;
    color: white;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.section3 ul {
    text-align: left;
    margin: 20px auto;
    max-width: 800px;
    color: #555;
    list-style: none;
    padding-left: 20px;
}

.section3 ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 35px;
    font-size: 1.4em;
    line-height: 1.6;
}

.section3 ul li::before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 0;
    color: #578979;
    font-size: 1.2em;
}

.section3 ul li b {
    color: #28a745;
}

.logo {
	text-align: center;
	margin-top: 40px;
}

.section1 .logo {
	text-align: left;
    margin-left: 100px;
    margin-top: 40px;
}

.logo img {
	border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 1px 1px 15px 9px rgba(0, 0, 0, 0.1);
    border: 1px solid #c591ff;
}

.section5 .logo img {
	width: 200px;
	height: 200px;
}

.section3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff;
}

.section3 .content-left, .section3 .content-right {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.section3 p {
    font-size: 1.5em;
}

.section4 {
    background-color: #4a2375;
    color: #fff;
    text-align: center;
}

.section4 p {
    font-size: 1.7em;
}

.section5 form {
	background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #e1bc8f;
}

.section5 p {
    font-size: 1.5em;
}

.section5 form div {
    margin-bottom: 15px;
}

.section5 form label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 1.4em;
    color: #333;
}

.section5 form input, .section5 form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.section5 form input:focus, .section5 form textarea:focus {
    border-color: #4a2375;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(74, 35, 117, 0.5);
    outline: none;
}

.section5 form button {
    background-color: #b91e1e;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
	margin: 30px;
}

.section5 form button:hover {
    background-color: #3a2c7a;
}

input[readonly] {
	border: none !important;
    box-shadow: unset !important;
    background: white !important;
    color: #333333;
    cursor: unset;
    font-size: 1.4em !important;
    padding: 0px !important;
    width: 100% !important;
    font-weight: bold;
}

label.required:after {
    content: " *";
    color: #ff6000;
    font-weight: bold;
    margin-left: 5px;
}

.section5 a {
	text-decoration:none;
	color: #090aff;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
    margin-top: 20px;
	line-height: 1.7em;
	font-size:0.9em;
}

footer a {
	text-decoration:none;
	color:#090aff;
}

.section.lila-background {
    color: #fff;
    position: relative;
    overflow: hidden;
	background: linear-gradient(to bottom, #b374c2, #6f2377);
}

.section.lila-background::before {
    content: "";
    background: url('../_images/brain.png') no-repeat right center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    opacity: 0.5;
    z-index: 1;
}

.section.lila-background .content {
    position: relative;
    z-index: 2;
}

.kezdunk {
	color:#ff6000;
	font-weight:bold;
	margin-bottom:0px;
}

@media (max-width: 1200px) {
    .section1 h1 {
        font-size: 3.5em;
    }

    .section1 h2 {
        font-size: 2.1em;
    }

	.section1 .logo {
		display:none
	}
}

@media (max-width: 992px) {
    .section1 h1 {
        font-size: 3em;
		text-align: center;
    }

    .section1 h2 {
        font-size: 2em;
		text-align: center;
    }

	.section2 div {
		width:100%
	}

	.section {
		padding-left:15px;
		padding-right:15px;
	}
}

@media (max-width: 768px) {
    .section1 h1 {
        font-size: 2.5em;
    }

    .section1 h2 {
        font-size: 2em;
    }

	.section.lila-background::before {
        background-size: 150px;
        top: -20px;
        right: -10px;
        bottom: auto;
        height: 150px;
    }

    .section {
        border-radius: 15px;
    }
}

@media (max-width: 576px) {
    .section1 h1 {
        font-size: 2em;
    }

    .section1 h2 {
        font-size: 1.8em;
    }
}
