.stillnger-header{
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;

}
.container{
  width:100%;
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
  padding:0 18px;
} 
.main-header-flex{
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.main-header{
  display:flex;
  align-items:center;
}
.main-header .logo{
  margin-right: 10px;
  svg {
  width: 200px;
  height:60px;
}
}

.comp_logo{
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  svg {
      width: 124px;
      height:78px;
  }
}

.comp_logo .kystens_logo svg{
  width: 159px;
  height:80px;
  padding-right:12px;
  
}
.comp_logo .intrafish_logo svg {
  width: 105px;
  height:80px;
  padding-right:12px;
}

.comp_logo .fisk_logo svg  {
  width: 113px;
  height:82px;
  padding-right:12px;
}

.head-text{
  color: #124a86;
  font-size: 19px;
  font-weight: 700;
  margin:0;
  padding-top: 12px;
}
@media only screen and (max-width:848px){
  .main-header .logo{
  svg {
  width: 183px;
}
}
  .head-text{
  font-size: 16px;
}
}
@media only screen and (max-width:760px){
  .head-text{
    font-size: 14px;
  }  
  svg {
  width: 152px;
  height:78px;
}

.comp_logo .kystens_logo svg{
  width: 131px; 
}
.comp_logo .intrafish_logo svg {
  width: 91px;
}

.comp_logo .fisk_logo svg  {
  width: 91px;
}
}
@media only screen and (max-width:640px){
    .comp_logo {
    display:none;
  }
}

@media only screen and (max-width:380px){
  .head-text{
    font-size: 12px;
  }  