@charset "utf-8";
/* CSS Document */
/**********************Webform***********/
#block-webform {
    width: 60%;
    margin: 0 auto;
}
#block-webform .form-text, #block-webform .form-tel, #block-webform .form-textarea{
	width: 100%;
    background: none;
    border-color: black;
    border-radius: 10px;
    padding: 15px;
}
.clients{
	background: #a3b9a2;
	background: url('../images/contact_bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 150px;
}
.region-clients{
	    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 20px 0;
}

/*****************Térkép***********************/
.map .container{
	max-width: 100%;
	padding: 0;
	border-top: 1px solid;
    border-bottom: 1px solid;
}
/***************Fejléc**************/
.header {
   
	  background: rgba(255, 255, 255, 0.9);
	z-index: 1000;
	transition: all 1.2s;
	height: 100px;
	border-bottom: 1px solid lightgrey;
	
}
.stickynav-active {
    /*transition: all 1.2s;*/
    height: 59px;
	transition-timing-function: ease-in-out;
}
.region-header .brand a img {
   height: 60px;
	/*transition: all 1.2s;*/
	transition: all 1.2s;
}

.stickynav-active .region-header .brand a img {
   height: 30px;
	/*transition: all 1.2s;*/
	transition-timing-function: ease-in-out;
}
.region-primary-menu {
    
    margin-top: 15px!important;
    
    transition: all 1.2s;
    font-size: 17px;
}
.stickynav-active .region-primary-menu {
    
    margin-top: 0px!important;
    
   transition-timing-function: ease-in-out;
    font-size: 14px;
}
/*****************************Banner****************/
.flexslider{
	    background: url(../images/banner3.png);
    height: 416px;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
/**************************SVG****************************/
.topwidget{
	position: relative;
}
/*.topwidget:before {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 10em;
    position: absolute;
    width: 100%;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'> <polygon points='0,0 0,100 100,100' style='fill:%23f7f7fa;stroke:none;stroke-width:1' /></svg>");
	
top:-140px;
}

.clients:before {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 10em;
    position: absolute;
    width: 100%;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 93 100' preserveAspectRatio='none'> <polygon points='100,100 100,0 0,0' style='fill:%23f7f7fa;stroke:none;stroke-width:1' /></svg>");
	
top:0px;
}*/
/**************************Dokumentum*********************************/
#doc {
    background:  #E8E8E8;
    padding: 20px;
    margin: 10px 0;
}


/***************Nyelvválasztás*******/
.nyelvvalasztas a{
	color: black;
}
