* {
  box-sizing: border-box;
}

header{
  margin: 10px 0 10px;
}

header .content{
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

#flags_om{
  width: 16px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 0px;
}

.back{
  display: block;
  max-width: 800px;
  margin: 0 auto 5px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 21px;
  background-color: #195c66;
  color: white;
}

#flags_om a{
  display: block;
}

#flags_om a:first-child{
  margin-bottom: 3px;
}

header .logo,
header .logo img{
  width: 100%;
  max-width: 300px;
}

.boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.boxes .box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  min-height: 150px;
  background-color: #195C66e6;
  background-image: url('../img/regbg.png');
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  transition: all 0.2s;
  padding: 15px;
  line-height: 1.15;
  margin: 5px 0px;
  text-align: center;
}

.boxes .box:hover{
  transform: scale(1.02);
  opacity: 0.9;
}

.boxes .box span{
  pointer-events: none;
}

.other{
  margin-top: 3px;
}

.website_link{
  display: block;
  font-size: 24px;
  padding: 10px 15px;
  background-color: #195c66;
  color: white;
  text-decoration: none;
  margin: 5px auto 0;
  line-height: 1.15;
  max-width: 800px;
}

.menu{
  width: 100%;
  max-width: 800px;
  margin: auto;
}

@media(max-width: 450px){
  .boxes .box{
    font-size: 25px;
  }
}

@media(max-width: 400px){
  .boxes .box{
    font-size: 20px;
    min-height: 120px;
  }

  header .logo, header .logo img{
    width: calc(100% - 35px);
  }
}

.page_content.tw{
  max-width: 1100px;
  margin: auto;
}

.tw_banner{
  width: 100%;
}

.takeaway_info{
  background-color: #20B2AA;
  color: white;
  font-size: 29px;
  padding: 15px;
  line-height: 1.3;
}

.takeaway_info a{
  font-weight: bold;
  text-decoration: none;
  color: white;
}


.takeaway_info .super_big{
  font-size: 40px;
  padding-top: 15px;
}

.navigation_tw{
  display: flex;
  max-width: 500px;
  margin: auto;
  justify-content: space-between;
  margin-top: 4px;
}

.navigation_tw a.button{
  color: white;
  background-color: #195c66;
  font-weight: bold;
  padding: 20px;
  width: calc(50% - 2px);
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'allerb';
  font-size: 18px;
}

@media(max-width: 500px){
  .navigation_tw{
    flex-wrap: wrap;
    margin-top: 0;
  }

  .navigation_tw a.button{
    width: 100%;
    margin-top: 4px;
  }
}