/*Body */
@font-face {
    font-family:sans-serif;
    src: url(webfonts/helveticaneue.ttf);
  }
@media only screen and (min-width: 768px) {
body{margin: 0px 200px;
    background-color: #efefef;}
}
body{background-color: #efefef;
font-family:sans-serif;}

/*Modal*/
.modal-body iframe {
  width: 100%;
  height: auto;
  min-height: 640px;
  border: none;
  }
  
  .modal-body {
    max-height: 1200px!important;
    background:url(/img/loading.gif) center center no-repeat;
  }

/*Kontaktandmed*/
#kontaktandmed  {
  margin: 0.25em 0;
}
#kontaktandmed p {
  margin: 0.25em;
}

/*Img*/
img {
    max-width: 100%;
    height: auto;
}

/*Logo*/
#logo {
    text-align: center;
    margin: 5% 0;
}

#logo img{
    max-width: 50%;
}

/*Keeled*/
.keeled {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap:25px;
    margin: 0 5%;
}
.keeled img{
    opacity: 0.6;
    margin-bottom: 0.25em;
}
.lang {
    text-align: center;
}
/*S6nad*/
#s6nad {
    margin-top: 5%;
}

/*Lingid*/
#lingid {
    margin-top: 2em;
}

#lingid p {
    text-align: center;
    font-weight: 600;
    color: #46b4de;
    text-transform: uppercase;
}

/* Menu mobiil */
.topnav {
    overflow: hidden;
    background-color: #00A9DD;
  }
  
  .topnav a  {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
  }

  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    text-align: left;
    width: 100%;
    background-color: rgb(17, 96, 199);
    color: white;
  }
  
  .topnav .icon {
    display: none;
    background-color: rgb(17, 96, 199);
  }
  

  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      display: block;
      position: absolute;
      right: 0;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }