@charset "utf-8";
* {
    box-sizing: border-box;
	font-family: "Roboto", sans-serif;
  	font-optical-sizing: auto;
}
img{
	max-width: 100%;
}
html, body, h1, h2, p, form {
	margin:0; padding:0;
}
h1{
	color: rgb(17 24 39);
	font-size: 1.25rem;
	
}
a{
	text-decoration: none;
}
#wrapper{
	min-height: 100vh;
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
	
}
#header{
	margin-top: 10px;
    position: sticky;
	min-height: 3rem;
	margin-bottom: 10px;
}
#logo{
	height:3rem;
}
.container{
	width:100%;
	max-width:1100px;
	margin-left: auto;
	margin-right: auto;
		
}
.left{
	float:left;
}
.bluehl{
	color: #60A5FA;
	font-size: 0.75rem;
}
.white{
	color: #ffffff;
}
.ml10{
	margin-left: 10px;
}
.menucontainer{
	float:right;
}
.menucontainer a{
	color: rgb(55 65 81 );
	text-decoration: none;
	margin-left: 20px;
	line-height: 3rem;
}
#section1{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/datacenter.jpg");
	background-position: center;
    background-size: cover;
}
.section1container{
	padding-top:120px;
	max-width: 700px;
	margin-left: 0;
	padding-bottom: 120px;
}
.section1_t1{
	font-size: 20px;
	/* text-shadow: 1px 1px rgba(255,255,255,0.3); */
}
.section1_t2{
	font-size: 60px;
}
.section1_t3{
	font-size: 20px;
	line-height: 40px;
}
button{
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: .5rem;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
	margin-right: 1rem;
	margin-top: 2rem;
}
.whitebutton{
	background-color:#2563EB;
	border-color:#2563EB;
	color:#FFFFFF;
}
.whitebutton:hover{
	background-color:#1D4ED8;
}
.transparentbutton{
	color:#ffffff;
	background-color:transparent;
	border-color: #ffffff;
}
.transparentbutton:hover{
	color:#000000;
	background-color:#ffffff;
}
#section2 {
	background-color: #F9FAFB;
	padding-bottom: 50px;
	padding-top: 50px;
}
.section2container{
	margin-top: 100px;
	margin-bottom: 50px;
}
#section2 h2, #section3 h2, #section4 h2, #section5 h2{
	text-align: center;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
	color: #111827 !important;
}
a {
	color: #111827 !important;
}
#section2 p, #section3 p, #section4 p, #section5 p{
	text-align: center;
    color: rgb(75 85 99);
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
		
}
.whitebox{
    box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    padding: 2rem;
    background-color: rgb(255 255 255);
    border-radius: .75rem;
    cursor: pointer;
    border-color: #e5e7eb;
	display:inline-block;
	vertical-align: top;
	width:250px;
	height:270px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:20px;
}
.whiteboximagecontainer{
	height: 90px;
}
.whitebox:hover{
    box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
.whiteboxcontainer{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.whitebox p {
	font-size: 16px !important;
	color: rgb(75 85 99 ) !important;
}
#section3, #sectionsub {
	padding-bottom: 50px;
	padding-top: 50px;
}
#section3 h3{
	text-align: left;
}
.blueboxcontainer{
    background-color: rgb(37 99 235);
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
	color:#FFFFFF;
}
.grayboxcontainer{
	text-align: center;
	margin-top:40px;
}
.graybox{
    box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    padding: 2rem;
    background-color: #F9FAFB;
    border-radius: .75rem;
    cursor: pointer;
    border-color: #e5e7eb;
	display:inline-block;
	vertical-align: top;
	width:300px;
	height:300px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.nopadding{
	padding:0;
}
.graybox:hover{
	background-color: #F3F4F6;
}
.graybox p{
	color: rgb(75 85 99);
	font-size:16px !important;
	line-height:24px !important;
	text-align: left !important;
}
.tallbox{
 height: 600px;	
	width: 300px;
}
.zoomcontainer{
	border-top-left-radius: .75rem;
	border-top-right-radius: .75rem;
	width:300px;
	height:225px;
	overflow: hidden;
}
.zoom {
  transition: transform .2s; /* Animation */
  width: 300px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); 
}
#section4 ul {
  list-style: none;
  text-align: left;
}
#section4 ul li:before {
  content: '✓ ';
	color: rgb(34 197 94 );
	margin-right: 10px;
}

#section4 {
	background-color: #F9FAFB;
	padding-bottom: 50px;
	padding-top: 50px;
}
.padding10{
	padding:10px;
}
#section5 {
	clear: both;
	padding-bottom: 50px;
	padding-top: 50px;
	height: auto;
}
#section5::after, #header::after, #footer::after {
  content: "";
  display: table;
  clear: both;
}
.contactcontainer{
	width:50%;
	padding:20px;
	flex: 1;
}
.footer{

	clear:both;
}
.left{
	float:left;
}
#section5 td p{
	text-align: left !important;
}
.footer {
  background-color: rgb(17 24 39 );
  padding: 20px;
  color: rgb(156 163 175);
}
.cols{
  display: flex;
  flex-wrap: wrap;
	flex-direction: row; /* alapértelmezett, sorban helyezkednek el */
  align-items: flex-start; /* mindig a szülő tetején kezdődjenek */
  gap: 20px;  	
}
.footer h4{
	color: #FFFFFF;
}
.footer a{
	text-decoration: none;
	color: rgb(156 163 175) !important;
	line-height: 2rem;
}
.footer a:hover{
	color: #FFFFFF !important;
}
.column {
  max-width: 300px;
  padding: 10px;
  box-sizing: border-box;
  flex: 1;                 
}
.blue{
	color:rgb(96 165 250 );
}
.small{
	font-size: 12px;
}

hr{
	border: none;
  	border-top: 1px solid rgb(31 41 55);
	color: rgb(31 41 55);
}
.footer span{
	margin-left: -30px;
	padding-right: 10px;
}
input[type=text], textarea{
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-color: rgb(209 213 219);
    border-width: 1px;
    border-radius: 0.5rem;
	width:200px;
}
.width100{
	width:100% !important;
	max-width: 100% !important;
}
	#header, #section1{
		padding-left:5px;
		padding-right:5px;
	}
@media (max-width: 1000px) {
.contactcontainer{
	width:100%;
	}
	.column {
    flex: 1 1 100%;
  }

}  

