/* bootstrep módosított rész */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  borders: 0;
/* Bree+Serif  Open+Sans  */
  /* font-family: 'Bree Serif'; */
  /* font-family:"Open Sans",Arial,sans-serif; */
  font-family: georgia;
  font-weight: 300;
  font-size: 20px;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------------------------ */


header{
  background: #74a20c;
  color: #fff;
  padding: 10px 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3)
}
header h1{
  font-size: 25px;
  font-weight: 700;
}
@media(max-width:700px) {
	header h1,
	header h1 {
		padding: 0 0 10px 0
	}
}

.main-image {
	/* background: url('../img/header.jpg'); */
	background-size: cover;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 1.7;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3)
}
.main-image .title {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 20px 0
}
.box-udv {
	background: #f4fff4;
	padding: 10px;
	color: #555;
	margin-top: 10px;
}
.box-udv h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0
}
.box {
	background: #f4f4f4;
	padding: 10px;
	color: #000;
	margin-top: 5px; 
}
.box h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0
}
.box2 {
	background: #f4f4f4;
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}
.box2 h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0
}

.box3 {
	background: #f4f4f4;
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}
.box3 h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0
}

a { text-decoration:none }
.clear:before,
.clear:after {
	content:" ";
	display: table
}
.clear:after { clear: both }
.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle
}
.arrow.down {
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.arrow.up {
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.logo {
	float: left;
	margin-top: 10px;
	color: #f00; 
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000000;
}

nav {
	width: 100%;
	background: #ffffff;
}
nav .navbar {
	width: 95%;
	max-width: 1000px;
	margin:0 auto
}
nav a { color: #f00 }

nav .menu-toggle {
	cursor: pointer;
	display: none;
	float: right;
	padding: 12px;
	margin: 10px 0;
	background: #DEE1E6;
	transition: background-color .5s
}
nav .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 2px
}
nav .icon-bar + .icon-bar { margin-top: 4px }

nav .menu ul { float: right }
nav .menu li {
	float: left;
	list-style: none;
	border-left: 2px solid #c0c0c0;
}
nav .menu li:first-child { border-left: 0 }
nav .menu li a,
nav .open-submenu {
	color: #f00;
	text-shadow: 1px 1px 0px #000000;
	cursor: pointer;
	position: relative;
	display: block;
	padding: 12px 20px;
	transition: background-color .3s
}
nav .menu li a:hover,
nav .open-submenu:hover ,
nav .open-submenu.active,
nav .menu-toggle.active  {
	background: #DEE1E6;
	transition: background-color .5s
}
nav .menu ul ul {
	z-index: 100;
	display: none;
	float: none;
	position: absolute;
	background: #ffffff;
}
nav .menu ul ul li {
	float: none;
	border: 0
}
nav .menu ul ul a:hover {
	background: #DEE1E6;
	transition: background-color .3s
}

@media(max-width:650px) {
	nav .logo { padding-top: 8px }
	nav .menu-toggle { display: inline-block }
	nav .menu { display: none; clear: both }
	nav .menu > ul { float: none }
	nav .menu li { width: 100%; border: 0 }
	nav .menu li:last-child { margin: 0 0 15px 0 }
	nav .menu li a,
	nav .open-submenu {
		display: block;
		background: #DEE1E6;
		padding: 10px;
		margin: 2px 0 0 0
	}
	nav .menu ul ul {
		position: static;
		background: transparent;
		display:none
	}
	nav .menu ul ul a { background: transparent }
	nav .menu ul ul a:hover { background: #FFBB22 }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.footer{ 
	margin:0 auto; 
	margin-top:20px; 
	overflow:hidden;
}
.footer p{
	text-align:center; 
	color:#000; 
	padding-bottom:20px;
}

/*-------------------------------------------------
FLIPP PANEL CLASSES
-------------------------------------------------*/ 
.top-content-flipp {background:#f3f3ee; margin:0 auto; margin-top:10px;}
.top-content-flipp h2{padding-top:26px; padding-left:20px;}
.top-content-flipp p{ margin-left:20px; margin-right:20px;}


@media(max-width:650px) {
	p {
		font-size: large; 
	}
}

.box3 img:hover{
 opacity: 0.5; }

/* Gallery */
.gallery { margin-top: 30px; }
.centered { text-align: center }

/* szögletes szöveg doboz képre */
.tooltip-wrap {
	position: relative;
}

.tooltip-wrap .tooltip-content {
  	display: none;
  	position: absolute;
  	bottom: 0%;		/* ablak alsó szélétől %-os arányban */
  	left: 0%;		
  	right: 0%;		
  	background-color: #ccc;		/* #ccc; */
  	padding: .5em;
  	border-top: #777 1px solid; 
  	height: 40%;
  	opacity: 1.0;				/* 0.9; */
}
.tooltip-wrap:hover .tooltip-content {
  	display: block;
}

.button {
    background-color: #ffffff; 
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #f00;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

