* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Arial", sans-serif;
}

h1 {
  margin-bottom: 10px;
  font-size: 16pt;
}

h2 {
  margin-bottom: 10px;
  font-size: 12pt;
}

h3 {
  margin-bottom: 10px;
  font-size: 10pt;
}

p {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 9pt;
}

img {
  float: right;
  width: 300px;
  margin-left: 20px;
}

.heading {
  width: 100%;
}

.title {
  width: 200px;
  float: left;
}

.organizer {
  float: right;
  width: 200px;
  text-align: right !important;
}

.clear {
  clear: both;
}

.container {
  padding: 60px;
  width: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 200px;
  background-color: lightgrey;
}

.flex-item {
  background-color: cornflowerblue;
  width: 75%;
  height: 100px;
  margin: 10px;
}

.page-break {
  page-break-after: always;
}

.page-new {
  margin-top: 60px;
}

.rr-eventphoto {
  position: relative;
  font-size: 0.7rem;
}

.rr-eventphoto > div {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.5em;
  border-radius: 3px;
}

.rr-symbolfoto {
  top: 10px;
  right: 10px;
}

.rr-copyrightinfo {
  bottom: 10px;
  right: 10px;
}

.rr-dates {
  font-size: 9pt;
  margin-left: 15px;
}

.hidden {
  display: none;
}

