html {
    height: 100%;
    width: 100%;
}

body {
    background-color: white;
    color: #404040;
    font-family: 'Varela Round', sans-serif;
}

@media only screen and (min-width: 640px) {
    body {
        width: 100%;
        height: 100%;
    }

    p {
        display: inline-block;
        margin: 100px 25px 0 0;
    }

    #content {
        width: 100%;
        margin-bottom: 50px;
        /*		padding: 0 50px 0 50px;*/
        line-height: 150%;
        text-align: justify;
        /*		-webkit-column-count: 2;*/
        /* Chrome, Safari, Opera */
        /*		-moz-column-count: 2;*/
        /* Firefox */
        /*		column-count: 2;*/
    }

    .szoveg {
        margin: 0;
        text-align: justify;
    }

    .span2 {
        font-size: 8px;
        font-style: italic;
        color: #404040;
    }

    .navclass {
        padding: 25px;
        height: auto;
        background-color: #219fcd;
        color: white;
        font-weight: normal;
    }

    .menu {
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .dropdown {
        display: none;
    }

    a:link {
        color: white;
        text-decoration: none;
    }

    a:visited {
        color: white;
        text-decoration: none;
    }

    a:hover {
        color: gray;
        text-decoration: none;
    }

    a:active {
        color: #219fcd;
        text-decoration: underline;
    }
}

/*
#hirlevelbutton {
    width: 70%;
    height: auto;
    background-color: #219fcd;
    color: white;
    font-family: 'Varela Round',
        sans-serif;
    font-size: 2em;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 10px 10px #888888;
}
*/

/*
	#hirlevelbutton:hover {
		width: 70%;
		height: auto;
		background-color: #219fcd;
		color: gray;
		font-family: 'Varela Round', sans-serif;
		border-radius: 15px;
		box-shadow: 10px 10px #888888;
	}
*/

.btn {
    padding: 3px 6px 3px 6px;
    background-color: #219fcd;
    box-shadow: 5px 5px #888888;
}

.btn:hover {
    color: gray;
}

.btn:active {
    box-shadow: none;
    margin: 5px 0 0 5px;
}

@media only screen and (max-width: 640px) {
    body {
        width: 100%;
        height: 100%;
    }

    p {
        display: block;
    }

    .menu {
        display: none;
        margin: 0 25px 0 0;
    }

    span {
        height: auto;
        color: #219fcd;
        font-weight: normal;
    }

    .material-icons {
        margin: 25px 0 0 0;
        height: auto;
        color: #219fcd;
        font-weight: normal;
    }

    .span2 {
        font-size: 8px;
        font-style: italic;
        color: #404040;
    }

    .dropdown {
        margin: 0 25px 0 0;
        font-weight: normal;
    }

    .dropdown-content {
        padding: 25px;
        height: auto;
        display: none;
        position: absolute;
        background-color: #219fcd;
        min-width: 150px;
        padding: 10px 10px;
        z-index: 1;
        color: white;
        font-size: 1em;
        font-weight: normal;
        line-height: 2em;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .nincs {
        list-style-type: none
    }

    a:link {
        color: white;
        text-decoration: none;
    }

    a:visited {
        color: white;
        text-decoration: none;
    }

    a:hover {
        color: gray;
        text-decoration: none;
    }

    a:active {
        color: #219fcd;
        text-decoration: underline;
    }

    /*
		#hirlevelbutton {
			width: 70%;
			height: auto;
			background-color: #219fcd;
			color: white;
			font-family: 'Varela Round', sans-serif;
			font-size: 1em;
			border-radius: 15px;
			margin-bottom: 25px;
			box-shadow: 10px 10px #888888;
		}

		#hirlevelbutton:hover {
			width: 70%;
			height: auto;
			background-color: #219fcd;
			color: gray;
			font-family: 'Varela Round', sans-serif;
			border-radius: 15px;
			box-shadow: 10px 10px #888888;
		}
*/
}

h2 {
    text-align: center;
    margin: 1.25rem 0;
    border-bottom: 1px solid #dadada;
    padding: 1.25rem 0;
}

.omleiras {
    width: auto;
    text-align: justify;
    border-bottom: 1px solid #dadada;
    padding: 1.25rem 0;
}

.omleiras2 {
    margin: 0 0 40px 0;
    width: auto;
    text-align: justify;
    border-bottom: 1px solid #dadada;
    padding: 1.25rem 0;
}

#container {
    width: 1100px;
    height: 100px;
    position: relative;
    background: #E0E0E0;
    margin: 20px auto 30px auto;
}

.doboz {
    height: 300px;
    overflow: hidden;
    text-align: justify;
}

.doboz:hover {
    height: 300px;
    overflow: hidden;
    text-align: justify;
    box-shadow: 5px 5px 5px #888888;
}

.pl_mit_kapsz {
    width: 100%;
    height: auto;
    margin: 40px auto 60px auto;
    box-shadow: 10px 10px 5px #888888;
}

.osszehasonlitas {
    width: 100%;
    height: auto;
    margin: 20px auto 60px auto;
    box-shadow: 10px 10px 5px #888888;
}

/*
	#hirlevel {
		padding-top: 15px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		width: 90%;
		height: auto;
		text-align: center;
		background-color: #eee;
		border-radius: 10px;
	}

	#hirlevelbutton:active {
		box-shadow: none;
		margin: 10px 0 15px 10px;
	}
*/



h3 {
    text-align: center;
}


.dropdown1 {
    height: auto;
    background-color: #219fcd;
    color: white;
    font-weight: normal;
}

.dropdown1 .dropbtn1 {
    /*	font-size: 16px;*/
    border: none;
    outline: none;
    color: white;
    /*		background-color: inherit;*/
    background-color: #219fcd;
    font-family: inherit;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.navbar a:hover,
.dropdown1:hover .dropbtn1 {
    background-color: #219fcd;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #219fcd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content1 a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content1 a:hover {
    color: gray;
    background-color: #219fcd;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}
