﻿body {
    background-color: white;
    font-family: 'Dancing script';
    font-size: 150%;
    /*font-family: 'montserrat';
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url("kep/hatter.jpg");*/
}

h1 {
    text-align: center;
    margin: 40px 0 40px;
    text-align: center;
    font-size: 70px;
    font-family: 'Dancing script';
    font-weight: normal;
    /*color: #ecf0f1;
     font-family: 'herry Swash', cursive;*/
}

h3 {
    font-size: 30px;
    font-family: 'montserrat';
    /* font-weight: normal;
    color: #ecf0f1;
     font-family: 'herry Swash', cursive;*/
}

h4 {
    font-size: 22px;
    font-family: 'montserrat';
    text-align: left;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
}

nav {
    font-family: 'montserrat';
    font-weight: bold;
    margin: 27px auto 0;
    position: relative;
    width: 1260px;
    height: 40px;
    background-color: #34495e;
    border-radius: 8px;
    font-size: 0;
}

    nav a {
        line-height: 40px;
        height: 100%;
        font-size: 15px;
        display: inline-block;
        position: relative;
        z-index: 1;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: white;
        cursor: pointer;
    }

    nav .animation {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 0;
        transition: all .5s ease 0s;
        border-radius: 8px;
    }

a:nth-child(1) {
    width: 180px;
}

a:nth-child(2) {
    width: 180px;
}

a:nth-child(3) {
    width: 180px;
}

a:nth-child(4) {
    width: 180px;
}

a:nth-child(5) {
    width: 180px;
}

a:nth-child(6) {
    width: 180px;
}

a:nth-child(7) {
    width: 180px;
}

nav .start-index, a:nth-child(1):hover ~ .animation {
    width: 180px;
    left: 0;
    background-color: #1abc9c;
}

nav .start-hirek, a:nth-child(2):hover ~ .animation {
    width: 180px;
    left: 180px;
    background-color: hotpink;
}

nav .start-galeria_ac, a:nth-child(3):hover ~ .animation {
    width: 180px;
    left: 360px;
    background-color: #e74c3c;
}

nav .start-galeria_aq, a:nth-child(4):hover ~ .animation {
    width: 180px;
    left: 540px;
    background-color: fuchsia;
}

nav .start-enterior, a:nth-child(5):hover ~ .animation {
    width: 180px;
    left: 720px;
    background-color: #3498db;
}

nav .start-arak, a:nth-child(6):hover ~ .animation {
    width: 180px;
    left: 900px;
    background-color: #9b59b6;
}

nav .start-kapcsolat, a:nth-child(7):hover ~ .animation {
    width: 180px;
    left: 1080px;
    background-color: #e67e22;
}

.k_akcio {
    margin: 27px auto 0;
    position: relative;
    width: 1260px;
    height: 60px;
    background-color: red;
    background-image: url(kep/snow-fall-8973_256.gif);
    text-align: center;
    border-radius: 8px;
    font-size: 200%;
}

div #magamrol_2 {
    text-align: justify;
    text-justify: inter-word;
    font-family: Montserrat;
    font-weight: bold;
    padding: 50px;
}

img#magamrol {
    float: right;
    width: 28%;
    height: auto;
    margin: 0 0 15px 20px;
    padding: 10px;
    border-radius: 25px;
}

div #muzenet {
    font-family: 'montserrat';
    font-weight: bold;
}

div#k_tartalom {
    display: table-cell;
    width: 200px;
    border-radius: 3px;
    background-color: GrayText;
    color: white;
    padding: 15px;
    
}

.akcio {
    font-family: 'Dancing script';
    background-color: tomato;
    color: white;
    border: 2px solid black;
    margin: 20px;
    padding: 20px;
}

#navcontainer {
    float: left;
    position: relative;
    text-align: center;
    margin: 27px auto 0;
    width: 1260px;
    height: 40px;
    border-radius: 8px;
    background-color: red;
    background-image: url(kep/snow-fall-8973_256.gif);
    text-decoration: none;
    border-right: 1px solid #fff;
}

    #navcontainer ul li a:hover {
        color: #fff;
        background: #69c;
    }

    #navcontainer ul li {
        display: inline;
    }

iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: darkslateblue;
    color: white;
    text-align: left;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

.row > .column {
    padding: 12px 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content Itt kell a max.width-el állítani a betekintő ablak szélességét */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 300%;
    max-width: 800px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: block
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.arak {
    position: relative;
    width: 1260px;
    /*position: fixed;*/
    /*left: 20px;
    width: 65%;*/
    height: auto;
    margin: auto;
}

img#arak {
    padding: 30px;
    float: none;
    width: 90%;
    /*height: auto;*/
}

img#logo {
    float: left;
    width: 45px;
    height: auto;
}

.kapcsolat {
    word-spacing: 10px;
    text-align: justify;
    text-justify: inter-word;
    font-family: Montserrat;
    font-weight: bold;
    padding: 30px;
}

img #hirek {
    float: left;
    width: 20%;
    /*height: auto;*/
}

.hirek {
    word-spacing: 10px;
    text-align: justify;
    /*text-justify: inter-word;*/
    /*font-family: Montserrat;*/
    font-weight: bold;
    padding: 30px;
}
fieldset {
    width: 100%; /* A fieldset szélessége 50% */
    margin: 0 auto; /* Középre igazítás */
    border: 1px solid #ccc; /* Keret színe és vastagsága */
    padding: 10px; /* Távolság a kerettől a fieldset tartalmáig */
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
