/*----- BASIC STYLES -----*/
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #070707;
  font-family: 'Open Sans', sans-serif;
}

/*--- typography ---*/
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.6;
}

h4 {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.6;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

h6 {
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
}

p,
li,
a {
  font-size: 1.7rem;
}

p,
li {
  line-height: 1.6;
}

ul {
  margin-left: 1.7em;
}

ul li {
  list-style-position: outside;
  margin-bottom: .5em;
  text-decoration:none;
}

.heading {
  padding: 1em 0 1.2em;
}

.heading-1 {
  color: #fff;
  padding: 0 1em;
  text-align: center;
}

.mark {
  color: #717FFF;
}

.text {
  margin-bottom: 2em;
}

.text:only-child,
.text:last-child {
  margin-bottom: 0;
}

.text a {
  border-bottom: 2px solid #717FFF;
}

.side-text {
  font-size: 1.4rem;
  line-height: 1.5;
}

/*--- links ---*/
a {
  color: #070707;
  text-decoration: none;
}


/*--- LAYOUT STYLES ---*/
/*--- header ---*/
.header {
  background-color: white;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.bgwhite {
  background-color: #fff;
}

.site-identity a {
  cursor: pointer;
  display: block;
}

.logo {
  height: 50px;
}

/* menu */
.navbar {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1.5rem;
}

.menu {
  background-color: #fafafa;
  display: none;
  height: 100vh;
  left: 0;
  opacity: .98;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100vw;
}

.menu li {
  position: relative;
}

.menu li:first-child {
  margin-top: 5em;
}

.menu a {
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

/* menutoggle */
.toggle,
.menuopen span::before,
.menuopen span::after {
  z-index: 999;
}

.toggle span,
.menuopen span {
  display: block;
  height: 5px;
  position: relative;
}

.menuopen span {
  width: 44px;
}

.toggle span {
  background-color: #070707;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -ms-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease;
  width: 37px;
}

.toggle span::before,
.toggle span::after {
  background-color: #070707;
  content: ' ';
  display: block;
  height: 5px;
  position: absolute;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  width: 37px;
}

.toggle span::before {
  top: -13px;
}

.toggle span::after {
  bottom: -13px;
}

.menuopen span {
  background-color: transparent;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -ms-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease;
}

.menuopen span::before,
.menuopen span::after {
  background-color: #070707;
  content: ' ';
  display: block;
  height: 5px;
  position: absolute;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  width: 44px;
}

.menuopen span::before {
  -webkit-transform: translateY(13px) rotateZ(45deg);
  -moz-transform: translateY(13px) rotateZ(45deg);
  -ms-transform: translateY(13px) rotateZ(45deg);
  -o-transform: translateY(13px) rotateZ(45deg);
  transform: translateY(13px) rotateZ(45deg);
}

.menuopen span::after {
  -webkit-transform: translateY(-13px) rotateZ(-45deg);
  -moz-transform: translateY(-13px) rotateZ(-45deg);
  -ms-transform: translateY(-13px) rotateZ(-45deg);
  -o-transform: translateY(-13px) rotateZ(-45deg);
  transform: translateY(-13px) rotateZ(-45deg);
}

/*--- main content ---*/
/* uvp */
.uvp {
  background: url('../assets/hero-image.jpg') no-repeat bottom center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 2em;
  width: 100%;
}

.hero-subheading {
  color: #fff;
  text-align: center;
}

.content {
  margin: 0 1.5rem 2em;
  padding-top: 5rem;
}

.process {
  margin-top: 1em;
}

/*--- footer ---*/
.content.footer {
  margin-bottom: 0;
}

.footer {
  padding: 5em 0 10rem;
}

.tenders-logo {
  bottom: 0;
  height: 138px;
  position: fixed;
  right: 0;
  width: 200px;
}

.tenders-logo img {
  width: 100%;
}

.copyright {
  font-size: 20px;
}

/*-------------------*/
/*------- 600 -------*/
/*-------------------*/
@media (min-width: 600px) {

  /*----- BASIC STYLES 600-----*/
  p,
  li,
  a {
    font-size: 1.9rem;
  }

  p,
  li {
    line-height: 1.7;
  }

  /*--- footer 600 ---*/
  .footer {
    padding-bottom: 1em;
  }
}

/*-------------------*/
/*------- 900 -------*/
/*-------------------*/
@media (min-width: 900px) {

  /*----- BASIC STYLES 900-----*/
  .heading-1 {
    font-size: 4.7rem;
    padding: 0 2em;
  }

  /*--- LAYOUT STYLES 900---*/
  /*--- header 900 ---*/
  /* menu 900 */
  .menu {
    background-color: transparent;
    display: -webkit-flex !important;
    display: flex !important;
    height: auto;
    position: static;
    text-align: left;
    width: auto;
  }

  .menu li {
    margin-right: 2rem;
  }

  .menu li:first-child {
    margin-top: 0;
  }

  .menu li:last-child {
    margin-right: 0;
  }

  .menu li::after {
    background-color: #C8D0FC;
    content: ' ';
    display: block;
    height: 20px;
    position: absolute;
    right: -.55em;
    top: .4em;
    width: 2px;
  }

  /* menutoggle 900 */
  .toggle {
    display: none;
  }

  /*--- main content 900 ---*/
  .content {
    margin-left: auto;
    margin-right: auto;
    width: 870px;
  }

  /* service 900 */
  .usp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .usp div {
    -webkit-flex: 1 1;
    flex: 1 1;
    margin-right: 1.5rem;
  }

  .usp div:last-child {
    margin-right: 0;
  }

  /*--- footer 900 ---*/
  .tenders-logo {
    height: 207px;
    width: 300px;
  }
}
.bemutatovideo
{
	display:none;
}
.bemutatolink
{
	display:block;
}
/*-------------------*/
/*------- 1200 -------*/
/*-------------------*/
@media (min-width: 1200px) {

  /*----- BASIC STYLES 1200-----*/
	.bemutatovideo
	{
		display:block;
	}
	.bemutatolink
	{
		display:none;
	}
  .heading-1 {
    font-size: 5rem;
  }

  .heading-2 {
    font-size: 3.7rem;
  }

  /*--- LAYOUT STYLES 1200---*/
  /*--- header 1200 ---*/
  .navbar {
    height: 70px;
    padding: 0 2.7rem;
  }

  .logo {
    height: 70px;
  }

  /*--- main content 1200 ---*/
  /* uvp 1200 */
  .uvp {
    margin-bottom: 7rem;
  }

  .content {
    margin-bottom: 5rem;
    width: 900px;
    padding-top: 7rem;
  }

  /* service 1200 */
  .usp div {
    margin-right: 2rem;
  }
}
.galleryimg
{
	background:rgb(200,208,252);
	max-width:200px;
	margin:10px;
	padding:10px;
	transition:0.25s;
}
.galleryimg:hover
{
	background:rgb(113,127,255);
	transform:scale(1.1);
}