@import url('animations.css');
@import url('fonts.css');

body.underdesct{
    margin:0px;
    background: #254d11 url("../img/hatter.png") no-repeat center center;
}

body{
    font-family: 'Raleway';
    margin:0px;
    background: #254d11 url("../img/hatter.png") no-repeat center center;
    background-attachment: fixed;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AAA;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #AAA;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #AAA;
}
:-moz-placeholder { /* Firefox 18- */
  color: #AAA;
}

.menu_container{    
    background: url("../img/menuhatter2.jpg") no-repeat center bottom;
    z-index:100;
    margin:0 auto;
    position: fixed;
    top:0px;
    left:0px;
    width:100%;    
    height:auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 20px #000000;
    -moz-box-shadow:  0px 0px 20px #000000;
    box-shadow:  0px 0px 20px #000000;
    padding:20px 0px;
    height:110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.menu_container ul{
    list-style-type: none;
    width:800px;
    margin:0 auto;
    padding:0px;
}

.menu_container ul:after{
    clear:both;
    content:"";
    display:block;
}

.menu_container ul li:first-of-type{    
    margin-left: 0px;
    width:200px;
}

.menu_container ul li{
    text-align: center;
    float:left;
    
    margin-left: 20px;
    width:180px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.menu_container ul li:hover{
    
}

.menu_container ul li a{
    cursor: pointer;
    width:100%;
    padding:20px 20px;
    font-size:26px;
    text-decoration: none;
    background-color:#542e00;
    opacity: 0.65;
    color:#FFFFFF;
    border-radius:5px;
    display:block;   
    font-weight:300;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: opacity 0.8s, padding 0.1s;
    -moz-transition: opacity 0.8s, padding 0.1s;
    -ms-transition: opacity 0.8s, padding 0.1s;
    -o-transition: opacity 0.8s, padding 0.1s;
    transition: opacity 0.8s, padding 0.1s;
}

.menu_container ul li:hover a{    
    opacity: 0.95;
}

.menu_container ul li:hover a.lenyilo{
    padding-top:30px;
    padding-bottom:30px;    
}

.submenu_container{
    visibility: hidden;
    height:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: fixed;
    z-index:99;
    top:110px;
    left:0px;
    width:100%;    
    background-color:#0b1a03;
    opacity:0;
    border-bottom: 1px dotted #cca37e;    
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    -ms-transition: height 0.8s;
    -o-transition: height 0.8s;
    transition: height 0.8s;
    overflow:hidden;
}

.menu_container ul li:hover .submenu_container{
    visibility: visible;
    opacity: 0.8;
    height:400px;    
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.menu_container ul li:hover .submenu_container:hover{
    visibility: visible;
    opacity: 0.98;
    height:400px;    
}

.submenu_container .content{
    padding-top:20px;
    width:1000px;
    margin:0 auto;
    text-align: left;
    overflow:hidden;
}



.submenu_container .content:after{
    clear:both;
    content:'';
    display:block;    
}



.submenu_container .content div.oszlop{
    cursor:pointer;
    width:25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:20px;
    float:left;
    background-color:#0b1a03;
    color:#FFFFFF;
    border:2px solid transparent;
    height:360px;
}

.submenu_container .content div.oszlop:first-of-type{
    width:25%;
    
}

.submenu_container .content div.oszlop:hover{
    background-color:#2a5416;
    border:2px solid #000;
}

.submenu_container .content div.oszlop h1{
    font-size:22px;
    font-weight:300;
    text-align: center;
    background-color:#8ca181;
    color:#0b1a03;
    -webkit-box-shadow:  0px 0px 10px #0b1a03;
    -moz-box-shadow:  0px 0px 10px #0b1a03;
    box-shadow:  0px 0px 10px #0b1a03;
    padding:10px;
    margin:0px;
    margin-bottom:20px;
}

.submenu_container .content div.oszlop p{
    font-size:16px;
    font-weight:300;
    text-align: justify;    
    padding:10px;
    margin:0px;
    margin-bottom:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height:96px;
}

.submenu_container .content div.oszlop img{
    width:100%;
    max-height: 134px;
    margin-top:0px;
    margin-bottom:20px;
}



.slide_container{
    margin-top:110px;    
    position: relative;
    margin-bottom:0px;
    padding:0px;    
}

.slide_container div{
    position:absolute;
    top:0px;
    left:0px;    
    width:100%;  
    margin:0px;
    padding:0px;
}

.slide_container div img{
    width:100%;
    margin-bottom:0px;
    border-bottom:2px solid #0b1a03;
}

.emblema{
    position: absolute;
    left:50%;
    margin-left:-140px;
    top:35%;
    width:280px;    
    z-index:98;
    opacity:0.8;
}

.emblema img{
    width:100%;    
}

.slide_helyett_container{
    height:110px;
    width:100%;
}

.content_container{   
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:30px 20px;
    opacity:0.95;
    width:1000px;
    margin:0 auto;
    
    min-height:300px;    
    background: url("../img/hatter_content_container.png");
    -webkit-box-shadow:  0px 0px 10px #000;
    -moz-box-shadow:  0px 0px 10px #000;
    box-shadow:  0px 0px 10px #000;
}

.content_container h1{   
    margin-top:20px;
    color:#0b1a03;
    font-size:42px;
    font-weight:400;
}

.content_container h2{   
    margin-top:30px;
    color:#0b1a03;
    font-size:24px;
    font-weight:500;
}

.content_container h3{
    margin-bottom:30px;
    margin-top:50px;
    color:#0b1a03;
    font-size:32px;
    font-weight:700;
}

.content_container p{   
    margin-top:0px;
    color:#0b1a03;
    font-size:22px;
    font-weight:300;
    line-height:30px;
    margin-bottom:30px;
}

.content_container ul li{       
    color:#0b1a03;
    font-size:22px;
    font-weight:300;
    line-height:30px;  
    margin-bottom:5px;
}

.szoveg_kep{
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:400px;
    border:2px solid #2a3a22;
}

.footer_container{
    background:url("../img/footer_back.png");
    min-height:150px;
}

.footer_container div{
    padding-top:50px;
    color:#7c8279;
    font-size:16px;
    font-weight:300;
}

.oszlop_container{
    width:100%;
    margin-top:40px;
    margin-bottom:40px;
}

.oszlop_container:after{
    clear:both;
    content:"";
    display:block;
}

.oszlop_container .oszlop{
    width:300px;
    padding:20px;
    margin-right:30px;
    background-color:#2a3a22;
    border:0px solid #FFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:left;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor:pointer;
}

.oszlop_container .oszlop:last-of-type{
    margin-right:0px;
    
}

.oszlop_container .oszlop:hover{
    opacity:0.9;
}

.oszlop_container .oszlop h1{
    background-color:#8ca181;
    color:#2a3a22;
    padding:10px 20px;
    font-size:22px;
    margin-top:10px;
    margin-bottom:25px;
}

.oszlop_container .oszlop p{
    height:80px;
    font-size:18px;
    color:#8ca181;
    text-align: justify;
}

.oszlop_container .oszlop .img_container{
    width:100%;
    height:195px;
    overflow:hidden;
    border:2px solid #53644b;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.oszlop_container .oszlop .img_container img{
    width:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.oszlop_container .oszlop:hover .img_container img{
    transform: scale(1.5,1.5);
}

.lapozhato{
    margin:0 auto;
    width:100%;
    max-width:500px;
    height:700px;
    /*visibility:hidden;*/
}

.lapozhato_szeles{
    margin:0 auto;
    width:100%;
    max-width:1000px;
    height:1000px;
    /*visibility:hidden;*/
}

a{
    color:#b53f10;
    padding:3px;
    cursor:pointer;
    text-decoration: none;
}

a:hover{
    background-color:#b53f10;
    color:#FFFFFF;
}

div.egysor{
    margin-bottom:10px;
    margin-left:20px;
}

div.egysor:after{
    clear: both;
    content:"";
    display:block;
}

div.egysor div{
    float:left;
    font-size:20px;
    font-weight:300;
}

div.egysor div:first-of-type{
    margin-right:20px;
    width:150px; 
    font-weight:400;
}

ul.kapcsolat li{
    font-size:18px;
}

.album_container{
    
}

.album_container:after{
    clear:both;
    content:'';
    display:block;
}

.album{
    cursor:pointer;
    float:left;
    margin:10px;
    text-align: center;
    background-color:#cad4c3;
    border:1px solid #8ca181;    
    width:290px;
    overflow:hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:5px;
}

.album:hover{
    transform: scale(1.1,1.1);
    -webkit-box-shadow:  0px 0px 5px #AAAAAA;
    -moz-box-shadow:  0px 0px 5px #AAAAAA;
    box-shadow:  0px 0px 5px #AAAAAA;
}

.album img{   
    margin-bottom:5px;
    max-height: 160px;    
}

.album p{
    margin-top:5px;
    margin-bottom:5px;
    font-size:18px;
}

@media screen and (max-width: 1000px) {
    .content_container{   
        width:95%;
    }
}

