/* 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-weight: 400;
  font-size: 13px;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------------------------ */

.logo {
	float: left;
	display: inline-block;
  	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
}

header{
  background: #74a20c;
  color: #fff;
  padding: 10px 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3)
}

.box-wide0 {
	background: #ffffff;
	/* padding: 10px; */
	color: #555;
	/* margin-top: 10px; */
}
.box-wide1 {
	background: #D7D7D7;
	padding: 10px;
	color: #000;
	margin-top: 0px; 
}
.box-wide2 {
	background: #D7D7D7;
	padding: 10px;
	color: #555;
	margin-top: 10px;
}
.box-wide3 {
	background: #ffffff;
	padding: 10px;
	color: #555;
	margin-top: 0px;
}
.box-wide4 {
	background: #ffffff;
	padding: 10px;
	color: #000;
	margin-top: 0px; 
}
.box-wide5 {
	background: #DFD8BF;
	padding: 10px;
	color: #000;
	margin-top: 0px; 
}

.hr-2 { 
	border-top: 2px solid #000;
}

.hr-4 { 
	border-top: 4px solid #DFD8BF;
}

b {
  font-weight: bold;
}

p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
p1 {
  color: #000;
  font-size: 16px;
  font-style: oblique;
  font-weight: normal;
}
p1red {
  color: #f00;
  font-size: 16px;
  font-style: oblique;
  font-weight: normal;
}

p2 {
  color: #000;
  font-size: 16px;
  font-style: oblique;
  font-weight: bold;
}
pa {
  color: #551A8B;
  font-size: 20px;
  font-weight: normal;
}
/* Fehér, árnyékos, 50 px, fejezet cím, szürke háttér */
h1 {
	color: #fff;
  	font-size: 40px;
  	font-weight: 500;
  	text-shadow: 2px 2px 4px #000000;
  	background: #F0F0F0;
}
/* fekete, kiemelt, 20 px */
h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}
/* fekete, általános szöveg, 16 px*/
h3 {
	color: #000;
	font-size: 16px;
	font-weight: 30;
	margin-top: 30px;
}
/* fehér, árnyékos, kicsi fejezet cím, nincs háttér szín */
h4 {
  	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	margin: 10px 0;
}
/* fehér, árnyékos, 30 px, fejezet cím, nincs háttér szín */
h5 {
  	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	margin: 10px 0;
}

/* background: #F0F0F0; */

.tooltip-wrap h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

@media(max-width:768px) {
	header h1,
	header h1 {
	padding: 0 0 10px 0
	}
}
.headline {
	width: 100%;
	background: #ffffff;
	margin:0 auto
}

.main-image {
	background: url('../img/head_img.jpg');
	background-size: cover;
	color: #fff;
	text-align: center;
 	padding-top: 300px; 
	/* 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 {
	background: #ffffff;	/* background: #D7D7D7; */
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}
.box1 {
	background: #D7D7D7;
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}
.box2 {
	background: #ffffff;
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}

.box3 {
	background: #f4f4f4;
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}
.box4 {
	background: #E8E8E8;
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}


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
}


.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;}


/* 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;		
  	padding: .5em;
  	border-top: #777 1px solid; 
  	height: 50%;
  	opacity: 0.8;				/* 0.9; */
}
.tooltip-wrap:hover .tooltip-content {
  	display: block;
}


.tooltip-wrap p {
  	color: #000;
}

@media(max-width:768px) {
	p { font-size: large; }
}

.button {
    background-color: #c0c0c0; 
    border: none;
    color: #000;
    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;
}
.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button1 {
    background-color: #DFD8BF; 
    border: none;
    color: #000;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button3:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button4 {
    background-color: #ffffff; 
    border: none;
    color: #000;
    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;
}

.button5:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
margin:10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
margin: 10px;
}
