/*
Theme Name:         BirthAlarm [Menu]
Theme URI:          https://birthalarm.com
Description:        Standaard theme voor BirthAlarm website.
Version:            0.1
Author:             Remon de Vries
Author URI:         https://remondevries.com/
*/

body {
  background: #B0170A;
  background-size: 500px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  color: #ffffff;
}
.banner {
  background: url('images/bg.jpg') no-repeat top left;
  background-size: cover;
  float: left;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 65%;
}
.content {
  float: left;
  width: 35%;
  position: relative;
  z-index: 10;
}
h1 {
  float: left;
  position: relative;
  z-index: 10;
  width: 100%;
  width: 350px;
  height: 0px;
  padding: 150px 0 0 0;
  margin: 50px 0 30px 0;
  background: url('images/logo-birthalarm.svg') no-repeat 50px;
  background-size: 300px;
  overflow: hidden;
}
ul {
  float: left;
  margin: 0 0 0 110px;
  padding: 0;
  width: 130px;
}
li {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
a {
  float: left;
  width: 100%;
  color: #ffffff;
  background-position: 15px center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 50px;
  text-decoration: none;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a:hover {
  background-color: #ffffff;
  color: #B0170A;
}

.flag-nl {
  background-image: url('images/flags/flag-nl.jpg');
}
.flag-benl {
  background-image: url('images/flags/flag-be.jpg');
}
.flag-de {
  background-image: url('images/flags/flag-de.jpg');
}
.flag-ch {
  background-image: url('images/flags/flag-sw.jpg');
}
.flag-chde {
  background-image: url('images/flags/flag-de.jpg');
}
.flag-fr {
  background-image: url('images/flags/flag-fr.jpg');
}
.flag-se {
  background-image: url('images/flags/flag-se.jpg');
}
.flag-at {
  background-image: url('images/flags/flag-at.jpg');
}
.flag-uk {
  background-image: url('images/flags/flag-uk.jpg');
}
