@charset "utf-8";
/* CSS Document */


/*
Theme Name: Ralf Egger
Theme URI: http://www.ralfegger.eu/
Version: 1.0
Author: tigaman
Author URI: http://www.tigaman.hu
*/

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url("slider.css");


body {
	font-weight: 300;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
	background-color: #650101;
	background-size: cover;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #650101;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	font-weight: 300;
}
a:hover {
	color: #656870;
}
.clear {
	clear: both;
}
img{
	border:none;

}

h1, h2, h3, h4, h5 {
	font-weight: 300;
	text-transform: uppercase;
}
.fa {
	margin-left: 10px;
}
img.szaz {
	width: 100%;
}
strong {
	font-weight: bold;
}
#totop {
	margin-top: -200px;
	height: 200px;
}

#header {
	width: 100%;
	margin: 0px auto;
	background-image: url(images/header_bg.png);
	position: fixed;
	z-index: 10;
	box-shadow: 0 5px 5px -5px #333;
	top: 0px;
	background-color: #FFF;
}

#header.large{
	height: 180px;


}

#header.small{
	display: none;
}


.header {
	width: 1200px;
	margin: 0px auto;

}
.logo {
	width: 550px;
	height: 180px;
	margin: 0px 0 0px 325px;
	background-image: url(images/logo_bg.png);
	padding: 0px 0 0 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
.logo img {
	width: 350px;
	height: 150px;
	margin: 0px auto;
	display: block;
	padding: 30px 0 0 0;
}

.fade:hover {
    -moz-animation:    ease 1s  infinite fade;
    -webkit-animation: fade 1s infinite ease;
}
@-moz-keyframes fade{
    0%{opacity: 0.9}
    20%{opacity: 0.8;}
    40%{opacity: 0.7;}
    60%{opacity: 0.8;}
    80%{opacity: 0.9;}
    100%{opacity:1;}	
}

.lang {
	color: #FFF;
	padding: 0px;
	margin-top: 10px;
	width: 140px;
	height: 10px;
	float: right;
}
.lang ul {
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;


}

.lang li  {
	float: left;
	margin: 0 0 00px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
}

.lang li a {
	display: block;
	margin: 0px;
	padding: 0px 13px ;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #fff;
	font-weight: 300;
}

.lang li a:hover{
	color: #000000;
	text-decoration: none;
}
	
.lang li:last-child a{
	border-right: 0px ;
}

#menu {
	width: 100%;
	height: 50px;
	background-color: #000;	
	position: fixed;
	z-index: 10;
	box-shadow: 0 5px 5px -5px #333;
	top: 180px;			


}


			/* Sizes for the bigger menu */
#menu.large{

	top: 180px;		

	
}


#menu.small{

	top: 0px;	
}

#menu.large{

	top: 180px;		

	
}
#menu.large img{
	width: 0px;
	height: 0px;

}




#menu.small img{
	width: auto;
	height: 40px;
	float: left;
	margin: 5px 0 0 0;
}


.menu {
	width: 1200px;
	height: 50px;
	background-color: #000;
	box-shadow: 0 15px 15px -15px #000;
	margin: 0px auto;
}






.menu ul{
	float: left;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.menu li {
	float: left;
	padding: 0;

}
.menu li a {
	float: left;
	border-bottom: 3px solid #000000;
	text-align: center;
	padding: 16px 40px 6px 40px;

	font-weight: 300;
	text-transform: uppercase;
	color: #93876F;
	background-image: url(images/menuseparator.png);
	background-repeat: no-repeat;
	background-position: right center;
	letter-spacing: 2px;
}
.menu li a:hover, .menu li.current_page_item a{
	border-bottom: 3px solid #fff;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
	color:#fff;
}
.menu  li:last-child a{
	background:none;
}


#content {
	width: 100%;
	margin: 260px auto 0 auto;	min-height: 250px;	
}

.homecontent {
	width: 1200px;
	margin: 0px auto 30px auto;
	background-color: rgba(0,0,0,0.85);
	box-shadow: 0 0 15px #000;
}
.homecontentfel {
	width: 50%;
	margin: 0px 0 -32px 0;
	float: left;


}
.homecontentfel p {
	padding: 0 30px;
	font-size: 20px;
	font-weight: 300;

	color: #FFF;
	text-align: justify;
	margin-bottom: 0 0px;
}


.content {
	width: 1130px;
	padding: 10px 35px 0 35px;
	margin: 0px auto 30px auto;
	font-size: 22px;
	font-weight: 300;
	box-shadow: 0 0 15px #000;
	color: #FFF;
	background-color: rgba(0,0,0,0.85);
	min-height: 150px;	
}

.content h1 {
	text-align: center;
	font-size: 35px;
	margin: 0px 0 0px 0;
	color: #FFF;


}
.content h1 a {

	color: #FFF;
}
hr.hr {
	color: transparent;
	border-top: 1px dashed #FFFFFF;	
	margin: 10px 0 -10px 0;
}



.content  a {
	color: #933;
}
.content  a:hover {
	color: #650101;

}



.date{
	border: 3px solid #FFF;
	text-align: center;
	width: 120px;
	float: left;
	margin: 10px 15px 0px -10px;
	border-radius: 50%;
	height: 120px;
}


.year{
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px 0 0 0;
	padding: 5px 0 0 0;
	display: block;
}
.day{
	font-size: 48px;
	font-weight: bold;
	margin: -10px 0px 0 0;
	display: block;
}

.month{
	font-size: 26px;
	padding: 0px;
	text-transform: uppercase;
	margin: -15px 0px 0 0;
	display: block;
}



#footer {
	width: 100%;
	margin: 0px auto;
	background-color: #181155;
	box-shadow: 0 -15px 15px -15px #000;
	height: 50px;
	padding: 20px 0 0 0;
}

.footer {
	padding: 0px 0 0 0px;
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	width: 1200px;
	margin: 0px auto;
}
.footer a{

	color: #FFFFFF;

}
.footerrow1 {
	width: 570px;
	float: left;
}
.footerrow2 {
	width:630px;
	float: left;
}
.footer ul{
	float: right;
	margin: 0px 0px;
	list-style: none;
}
.footer li {
	float: left;
	padding: 0;
}
.footer li a{
	float: left;
	padding: 5px 20px;
	margin: 0px 0;
	font-size: 16px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 400;

}
.footer li a:hover, .footer li.current_page_item a{
	color: #fff;
	border-bottom: 1px solid #fff;
	}

.footer  li:last-child a{
	border-right: 0px;

}

#map_div{
	width: 90%;
	height: 450px;
	border: 6px solid #F4F4F4;
	margin: 20px auto 50px auto;
}

/* = Core -------------------------------------------------------------- */


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #c5c5c5;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 0px 5px 0px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}






.gallery {
	margin: 0px auto;
	width: auto;
}
.gallery-item {
	float: left;
	margin-top: 5px;
	text-align: center;
	width: 25%;
	background-image: url(images/magnifier.png);
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
}
.gallery img {
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.gallery img:hover {
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	-khtml-opacity: 0.65;
	border: 1px solid #999;		
}
	




.mobil{
	display: none;
}
.nomobil{
	display: inline;
}



/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}






.mobilmenu {
	padding: 0px;
	width: 100%;
	margin: 0px 0 0 0;
	background-color: rgba(0,0,0,0.50);
}
.mobilmenu img {
	cursor: pointer;
	padding: 15px 10px;
	height: 60px;
	width: auto;

}
.menuicon {
	float: right;
}
.mobillogo{
	float: left;

}

.mobilmenucontent {
	padding: 0px;
	width: 100%;
	margin: 5px 0 0 0;
	display: none;	
}
.mobilmenucontent ul{
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent ul ul {
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent li  {
	list-style: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/blank.png);
	margin: 0 0 3px 0;
	border-bottom: 1px solid #999;
	font-size: 22px;
}
.mobilmenucontent li a  {
	display: block;
	color: #FFFFFF;
	padding: 25px 2.5%;	
	width: 95%;
	text-decoration: none;
	background-color: rgba(0,0,0,0.75);
}

.mobilmenucontent li > a:hover, 
.mobilmenucontent li.mobilmenucontent-active > a 
{
	background-color: #650101;
	color: #FFFFFF;
}

.mobilmenucontent li.current_page_item a
{
	background-color: rgba(255,255,255,0.85);
	color: #000000;
}

.mobilmenucontent a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


.mobilmenucontent ul ul {

}
.mobilmenucontent ul ul > li {
	background-color: rgba(216,18,95,0.15);
	margin: 2px 0 0 0;
}
.mobilmenucontent li.mobilmenucontent-node {
	position: relative;
	left: 0px;
}
.mobilmenucontent li.mobilmenucontent-node > a:before {
	color: #CCC;
	position: absolute;
	right: 30px;
	font-size: 50px;
	top: 0px;
}
.mobilmenucontent li.mobilmenucontent-open > a:before {
  content: '-';

}
.mobilmenucontent li.mobilmenucontent-closed > a:before {
	content: '+';

}



.mobilmenucontent li.mobilmenucontent-node:last-child > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}









#header, #menu{
	display: none;	 
}
#content{
	margin: 10px auto 0px auto;	
	width: 100%;	
	padding: 10px 0 10px 0;
}
.homecontent {
	width: 100%;
	padding: 0;
	margin: 30px 0 ;


}


.homecontentfel {
	width: 94%;
	padding: 1.5%;
	margin: 5px 1.5% -30px 1.5%;
	float: none;

}
.homecontentfel p {

	padding: 10px;


}

.content {
	width: 94%;
	padding: 1.5%;
	margin: 5px 1.5% 30px 1.5%;
	background-image: url(images/blank.png);
	border:none;

}

.content p, 
.content li, 
.content h1 {

	background-image: url(images/blank.png);	

}

.content h1 {
	font-size: 95%;

}
.content h2 {
	background-image: url(images/blank.png);

}




#footer {
	display: none;	 
}
.totop {
	width: 30px;
	height: 30px;
	margin: 30px auto;
	display: block;
	background-color: #650101;
	border-radius: 50%;
	padding: 10px;
	border: 1px solid #650101;
}
.bottombox {
	padding: 0;
	width: 96%;
	position: fixed;
	bottom: 0px;
	margin: 0px auto;
	box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.41);
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.41);
	-o-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.41);
	-ms-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.41);
	background-color: #000;
	-webkit-animation: fade 1s  ease;
	border: 1px dashed #CCCCCC;
	z-index: 100;
}

.bottombox h2 {
	text-align: center;
	color: #FFF;
	font-weight: 300;
}
.bottombox h2 a {

	color: #FFF;

}

#close {
	background-color: #F30;
	cursor: pointer;
	top: -10px;
	right: -10px;
	position: absolute;
	font-size: 30px;
	border-radius: 50%;
	color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.41);
	font-weight: 800;
	text-align: center;
	width: 60px;
	height: 50px;
	padding: 10px 0 0 0;	
	font-family: Verdana, Geneva, sans-serif;    
	-webkit-animation: fade 2s ease;


}

#close:hover {
	background-color: #C00;
}
@-moz-keyframes fade{
    0%{opacity: 0.8;}
    20%{opacity: 0.6;}
    40%{opacity: 0.4;}
    60%{opacity: 0.6;}
    80%{opacity: 0.8;}	
    100%{opacity:1;}
}

}

