html {
	height: 100%;
}

body {
	background-color:#fff;
	padding:0px;
	margin:0px;
	color:#000;
	font-size:16px;
	font-family:open_sansregular;
	height: 100%;
	display: flex;
	flex-direction: column;
}

a {
	color:#a00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#headerslider {
}

.teerslider {

}

.headerline {
	height: 2px;
	background: #8dbf42;
}

.content {
	min-height:300px;
	color:#fff;
	line-height: 22px;
	text-align: justify;
}
.subpagecontent {
	margin-top: 100px;
}

.mainmenurow {
	width:100%;
	transition: all .2s linear;
	background:#eee;
	color:#000;
}

#slidercontent {
	opacity:0;
	transition: all .4s cubic-bezier(0.06,0.82,0.15,0.97);
	transform: translateZ(0);
	text-align: center;
	font-size: 48px;
	color: #fff;
}

.slidermaintext {
	margin:0px auto;
	padding:20px 0px;
	width:480px;
	background: rgba(0,0,0,.5);
	font-family: open_sansextrabold;
	color: gold;
}

.sliderlowtext {
	font-family: open_sanslight;
	font-size: 26px;
	margin-top:-15px;
}

.pagewrapper {
	width:1150px;
	margin:0px auto;
	padding:0px 0px;
}

.footerwrapper {
	margin:0px 20px;
}

.logocontainer {
	display:table-cell;
	vertical-align: middle;
	padding:15px 0px 15px 0px;
	width:10px;
}

.menucontainer {
	display:table-cell;
	vertical-align: middle;
}

#langcontainer {
	display:table-cell;
	vertical-align: middle;
	padding-right: 30px;
	width:90px;
	color:#fff;
	text-align: right;
}

.menucontainer_other {
	display:table-cell;
	vertical-align: top;
	text-align: right;
	padding-right:20px;
}

.menucontainer_hamburger {
	display:none;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}

.hamburgerbutton {
	width: 35px;
	margin-right: 0px;
	cursor: pointer;
	border:1px solid #000;
}
.hamburgerbutton:hover {
	border:1px solid #888;
}

a {
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}

.menuitem {
	display:inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color:#000;
	font-size:14px;
	cursor: pointer;
	padding:10px 0px;
	border-bottom:1px solid rgba(0,0,0,0);
	transition: all .2s linear;
}

.menuitem:hover {
	color:#000;
	border-bottom:1px solid #000;
}

.menuitem_link {
	padding:10px 0px;
}
.menuitem_link:hover {
}

.menuitem_ham {
	border-top:1px solid #888;
	text-transform: uppercase;
	color:#fff;
	font-size:14px;
	cursor: pointer;
	padding:5px 0px;
	transition: all .2s linear;
}

.menuitem_ham:hover {
	color:#ff0;
}

.menuitem_separator {
	display:inline-block;
	vertical-align: middle;
	padding:0px 5px;
}

#companylogo {
	transition: all .2s linear;
	height: 70px;
	padding:20px 20px 22px 20px;
}

.nyilacska {
	display:none;
	position: absolute;
	top: 0px;
	border:0px solid #f00;
	width:100%;
	text-align: center;
	padding:20px 0px;
	animation-name: arrows;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

@keyframes arrows{
	0%,100%,20%,60% {
		margin-top:10px
	}
	10%,30%,50%,70%,90% {
		margin-top:20px
	}
	40%,80% {
		margin-top:0px
	}
}

h2 {
	font-family: open_sansbold;
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	margin:0px;
	padding:0px 0px 20px 0px;
}

#ceomessage {
}


#projects {

}

#markets1 {
	background:#333;
}


.contentpad {
	padding: 60px 20px 60px 20px;
}

.projectspad {
	padding: 60px 20px 60px 20px;
}


.projectcell {
	position: relative;
	display: table-cell;
	overflow: hidden;
	cursor: pointer;
}

.projectimage {
	background-position: center;
	width:100%;
	height:200px;
	transition: all .1s linear;
}

.projectname {
	position: absolute;
	opacity: 1;
	display: inline-block;
	background:#292929;
	color:gold;
	padding:6px 8px;
	margin:-34px 0px 0px 0px;
	transition: all .4s ease-out;
	box-shadow: 1px 1px 1px rgba(100,100,100,.8);
	text-transform: uppercase;
}

.prjbox {
	display: none;
}

.close {
	width:50px;
	height: 50px;
	background: url(https://pngimage.net/wp-content/uploads/2018/06/person-icon-white-png-6.png);
	background-size: contain;
}

.hamburgermenu {
	display:none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#contact {
	background: #323232;
}

.inputtext {
	box-sizing: border-box;;
	background:#292929;
	color:#888;
	border:0px;
	padding:10px 5px;
	width:100%;
}

.inputtextarea {
	width: 100%;
	height:100px;
	background:#292929;
	color:#888;
	border:0px;
	padding:10px 5px;
}

#contactformbutton {
	padding:15px 50px;
	color: #cfa144;
	background: #3a3a3a;
	border: 0px;
	text-transform: uppercase;
	font-family: open_sanssemibold;
	cursor: pointer;
}

#contactpassbutton {
	width: 100%;
	box-sizing: border-box;
	padding:10px 20px;
	color: #000;
	background: gold;
	border: 0px;
	text-transform: uppercase;
	font-family: open_sanssemibold;
	cursor: pointer;
}

#contactformbutton:hover {
	background:#3c3c3c;
}

.flag {
	width:20px;
	margin-left:5px;
}

.privacybar {
	position: fixed;
	display:inline-block;
	bottom:0px;
	right:100px;
	background:#eee;
	color:#444;
	padding:5px 10px;
	cursor: pointer;
	font-family: open_sanslight;
	transition: all .4s linear;
}

.privacyline {
	width: 100%;
	position: fixed;
	text-align: center;
	bottom:-160px;
	background:#eee;
	color:#444;
	padding:20px 10px;
	font-size: 16px;
	font-family: open_sanslight;
	transition: all .4s linear;
	border-top:1px solid #888;
}

.acceptbutton {
	background:#000;
	color:#fff;
	padding:5px 10px;
	cursor: pointer;
}

.acceptbutton:hover {
	color:#fff;
}

.contacttitle {
	font-family: open_sansbold;
	font-size: 22px;
	color:#fff;
	text-transform: uppercase;
}

.topbutton {
	position:fixed;
	bottom:20px;
	right:-120px;
	cursor:pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.projectpdfcontainer {
	text-align: center;
	box-sizing: border-box;
}

.projectpdfcell {
	vertical-align: top;
	padding:15px 15px;
	display: inline-block;
}

.pdfdescription {
	background: #000;
	color:gold;
	padding:30px 10px;
}

.pdfdescription2 {
	background: #000;
	color:gold;
	padding:20px 20px;
}

.csikfej {
	text-align: center;
	background-image: url(/images/dot.svg);
	background-size:.45em .45em;
	background-repeat: repeat-x;
	background-position: center;
}

.normalfej {
	text-align: center;
}

#hogyanmukodik {
	padding-top:40px;
}

#idezetek {
	padding-top:40px;
}

#holtudommegvasarolni {
	padding-top:40px;
	padding-bottom:40px;
	background: #8dbf42;
	color:#fff;
}

#megrendeles {
	padding:40px 20px 40px 20px;
}

#minoseg {
	padding-top:40px;
	padding-bottom:40px;
	margin:0px 20px;
}

#kerdesevan {
	padding: 40px 20px 70px 20px;
	background-color: #ebebeb;
	background-image: url(/images/kerdese-van-bg.jpg);
	background-size:cover;
	background-repeat: repeat-x;
	background-position: bottom;
	color: white;
}

#miertjarjol {
	padding-top: 0px;
	padding-bottom: 0px;
}

footer {
	flex-shrink: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:20px;
	padding-right: 20px;
	background-color: #bbb;
	color:#000;
	font-size: 14px;
}

.miertcell1 {
	display: table-cell;
	width: 50%;
	background-color: #ebebeb;
	background-image: url(/images/miert.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}
.miertcell2 {
	background: #ebf4df;
	display: table-cell;
	width: 50%;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.icons {
	color:#fff;
	font-size: 28px;
}

#cmspage {
	padding:30px 20px 50px 20px;
}

#cmspage_intro {
	padding:30px 40px 50px 40px;
}

.headtext {
	font-size:28px;
	font-family: open_sansbold;
	text-transform: uppercase;
}

.headtextbox {
	background: #fff;
	display:inline-block;
	padding:0px 30px;
}

.headtextwhitebox {
	display:inline-block;
	box-sizing: border-box;
	padding: 4px 10px;
	font-size:28px;
	font-family: open_sansbold;
	text-transform: uppercase;
	background:#fff;
	color:#000;
}

.headtextblackbox {
	display:inline-block;
	box-sizing: border-box;
	padding: 4px 10px;
	font-size:28px;
	font-family: open_sansbold;
	background:#000;
	color:#fff;
}

#introduction {
	padding: 60px 20px 60px 20px;
	background: #fff;
}

#aholmarmukodik {
	padding-top:40px;
	padding-bottom:20px;
	background: #ebebeb;
}


.howitworksrow {
	text-align: center;
	margin:20px 20px 20px 20px;
	display: flex;
	justify-content: space-between;
}

.col-md-4 {
	display:inline-block;
}

.col-sm-2 {
	display:inline-block;
	vertical-align: top;
}

.galerybox {
	padding:0px 0px 20px 0px;
}

.idezetbox {
	max-width:340px;
	display: inline-block;
	padding:0px 10px 20px 10px;
	vertical-align: top;
	color:#888;
	font-family: open_sansitalic;
	text-align: left;
}

.ctobutton {
	display: inline-block;
	background: #339933;
	color:#fff;
	padding:15px 40px;
	font-size: 18px;
	border-radius: 5px;
}

.ctobutton:hover {
	color:#fff;
}

.kuponbutton {
	display: inline-block;
	background: #339933;
	color:#fff;
	padding:7px 20px;
	font-size: 15px;
	border-radius: 5px;
}

.kuponbutton:hover {
	color:#fff;
}



.whitebutton {
	background:#fff;
	color:#000;
}
.whitebutton:hover {
	color:#000;
}

.kosarba {
	padding:10px 40px 10px 40px;
}

.garantieimage {
	width:120px;
	padding-right: 30px;
}

.telefonszam {
	text-align: right;
	margin:20px 0px 10px 0px;
	font-family: open_sansbold;
}
.telefonszam2 {
	text-align: right;
	margin:20px 0px 15px 0px;
	font-family: open_sansbold;
}

.lightlink {
	color:#ccc;
}
.lightlink:hover {
	color:#ccc;
}

.kovess {
	font-size: 24px;
	font-family:open_sanslight;
	text-transform: uppercase;
}

.table {
	display:table;
	width:100%;
}

.rentable {
	display:table;
	width:100%;
}

.row {
	display:table-row;
}

.renrow {
	display: table-row;
}

.cell {
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.cellm {
	width:50%;
	display:table-cell;
	vertical-align:middle;
}

.rencell {
	width:50%;
	display:table-cell;
	text-align:center;
}

.rencellm {
	width:50%;
	display:table-cell;
	vertical-align:middle;
}


.termekkep {
	width:372px;
	padding:40px;
}

.product-information {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #888;
}

.formselect {
	font-size:18px;
	padding:5px 10px;
	font-family:open_sanslight;
}

.telefonszam {
	text-align: right;
	margin:20px 0px 10px 0px;
	font-family: open_sansbold;
}
.telefonszam2 {
	text-align: right;
	margin:20px 0px 15px 0px;
	font-family: open_sansbold;
}

.lightlink {
	color:#ccc;
}
.lightlink:hover {
	color:#ccc;
}

.kovess {
	font-size: 24px;
	font-family:open_sanslight;
	text-transform: uppercase;
}

.table {
	display:table;
	width:100%;
}

.row {
	display:table-row;
}

.cellm {
	width:50%;
	display:table-cell;
	vertical-align:middle;
}

.kosarkep {
	width:242px;
	padding:20px;
}

.product-information {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #888;
}

.formselect {
	font-size:18px;
	padding:5px 10px;
	font-family:open_sanslight;
}

.bizkep {
	width:340px;
	height:244px;
}

.bizkep2 {
	width:480px;
	height:320px;
}

.refbottom {
	background: url(/images/r_bottom.jpg);
	background-size:cover;
	height: 300px;
	background-position: center;
}

.cartbox {
	display:table;
	width:100%;
	border-top: 2px solid green;
	background:#ccc;
}

.rcell {
	display:table-cell;
	vertical-align: top;
	text-align: center;
}

.ctitle {
	font-weight: bold;
	padding:20px 0px 20px 0px;
}

.box-06 {
	margin-top:20px;
	display:table;
	width:100%;
	background:#ccc;
	font-size:18px;
	font-family: open_sansbold;
}

.contentform {
	padding:20px 0px;
	text-align: center;
	border-top:2px solid green;
}
.form-group {
	display: inline-block;
	width:100%;
	text-align:left;
	margin:0px auto;
}
.control-label {
	margin:5px 0px 2px 0px;
}


.form-control {
	width:100%;
	padding:6px 6px;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.quantityinput {
	width:50px;
}

.modal {
	display:none;
	background:#fff;
	position: fixed;
	top:120px;
	left:120px;
	border-radius: 10px;
	padding:0px 0px 0px 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.modalfade {
	display:none;
	background:rgba(0,0,0,.5);
	position: fixed;
	top:0px;
	left:0px;
	width:200px;
	height: 200px;
}

.modal-footer {
	border-top: 1px solid #ccc;
	padding:20px;
	text-align: right;
}

.whitetext {
	box-sizing: border-box;
	display: inline-block;
	margin-top:20px;
	background:#fff;
	padding:4px 10px;
	font-size:18px;
	color:#000;
	box-shadow: 2px 2px 3px rgba(0,0,0,.1);
}

.wcell {
	width:50%;
	padding:0px 20px;
	display:table-cell;
	vertical-align:top;
}

.howtoimage {
	height: 173px;
}

.arrimage {
	padding: 80px 20px 0px 10px;
	width: 90px;
}

#map {
	width:100%;
	height:500px;
}

.cellelony {
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.jobbelony {
	padding:0px 0px 0px 30px;
}

.swiper-container {
	width: 100%;
	height: 700px;
}

.swiper-slide {
	position: relative;
	text-align: center;
	color: white;
}

.swiper-textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*text-shadow: 1px 1px 2px #000;*/
	padding: 15px 20px 20px 20px;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
}

.swiper-title {
	font-size: 32px;
	font-family: open_sansbold;
}

.swiper-text {
	max-width:300px;
	font-size: 16px;
	font-family: open_sansitalic;
}


.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bmtitle {
	font-size:26px;
	padding-top:10px;
}

.introbox {
	background:#eee;
	padding:20px;
	min-height: 300px;
	margin-top: -100px;
	margin-right: 100px;
}

.introphoto {
	margin-top:20px;
	width: 200px;
	height: 200px;
	object-fit: cover;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em 0.5em 0.5em 0
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--twitter {
	background-color: #55acee
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9
}

.resp-sharing-button--pinterest {
	background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
	background-color: #8c0615
}

.resp-sharing-button--facebook {
	background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373
}

.resp-sharing-button--tumblr {
	background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
	background-color: #222d3c
}

.resp-sharing-button--reddit {
	background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
	background-color: #3a80c1
}

.resp-sharing-button--google {
	background-color: #dd4b39
}

.resp-sharing-button--google:hover {
	background-color: #c23321
}

.resp-sharing-button--linkedin {
	background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293
}

.resp-sharing-button--email {
	background-color: #777
}

.resp-sharing-button--email:hover {
	background-color: #5e5e5e
}

.resp-sharing-button--xing {
	background-color: #1a7576
}

.resp-sharing-button--xing:hover {
	background-color: #114c4c
}

.resp-sharing-button--whatsapp {
	background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
	background-color: #1da851
}

.resp-sharing-button--hackernews {
	background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
	background-color: #507299
}

.resp-sharing-button--vk:hover {
	background-color: #43648c
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--tumblr {
	background-color: #35465C;
	border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
	background-color: #222d3c;
	border-color: #222d3c;
}

.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
	background-color: #8c0615;
	border-color: #8c0615;
}

