button.icon-search {
  cursor: pointer; }

.admin-search-menu {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background-color: #F2E961;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-transition: right 300ms;
  transition: right 300ms ease;
  will-change: right; }
  .admin-search-menu.search-menu-hidden {
    right: -300px; }
  .admin-search-menu input {
    border: none;
    border-radius: 15px;
    outline: none; }
  .admin-search-menu select {
    padding: 0.5rem;
    background: transparent;
    border-radius: 20px;
    outline: none; }

button.icon-search {
  cursor: pointer; }

header {
  display: flex;
  justify-content: space-between;
  background-color: darkseagreen;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  right: 0;
  height: 50px; }

.burger {
  flex: 1; }

.icon-container {
  flex: 1; }
  .icon-container button {
    width: 50px;
    height: 50px;
    background: transparent;
    border: none; }

* {
  box-sizing: border-box; }

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: whitesmoke; }

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px; }

/* Container around content */
.timeline .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%; }

/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1; }

/* Place the container to the left */
.timeline .container.left {
  left: 0; }

/* Place the container to the right */
.timeline .container.right {
  left: 50%; }

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white; }

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent; }

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -16px; }

/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px; }
  .timeline .content h3 {
    display: inline;
    font-size: 1rem; }
    .timeline .content h3.light {
      font-weight: normal; }
      .timeline .content h3.light strong {
        font-weight: bold; }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px; }
  /* Full-width containers */
  .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px; }
  /* Make sure that all arrows are pointing leftwards */
  .timeline .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent; }
  /* Make sure all circles are at the same spot */
  .timeline .left::after,
  .timeline .right::after {
    left: 15px; }
  /* Make all right containers behave like the left ones */
  .timeline .container.right {
    left: 0%; } }

.imgMetaData {
  position: relative;
  display: inline-block;
  background-color: transparent;
  vertical-align: top;
  padding-left: 1rem; }
  .imgMetaData .row {
    margin: 0 0 1rem; }

.downloadZone {
  border-width: 2px;
  border-style: dashed;
  border-color: darkseagreen;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 10px; }

.copyMessage {
  font-size: 0.7rem;
  font-style: italic;
  font-weight: bold; }
  .copyMessage--error {
    color: #CC0000; }
  .copyMessage--success {
    color: #135413; }

.hide-copy {
  position: absolute;
  font-size: 1px;
  top: -9999px; }

.imgPreview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  width: 100%;
  min-height: 100px;
  background: lightgray; }
  .imgPreview .imgContainer img {
    opacity: 1;
    display: block;
    width: 100%; }
  .imgPreview .imgContainer .imageLabel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.4rem;
    background-color: #000;
    color: #FFF;
    font-size: 0.7rem;
    opacity: 0.9; }
  .imgPreview .imgDownloaderContainer {
    position: absolute;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 64px;
    height: 64px;
    overflow: hidden; }
    .imgPreview .imgDownloaderContainer:hover {
      opacity: 1; }

.profil__photo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.terrain-photoDownloader-container {
  position: absolute;
  left: 1rem;
  bottom: -25px; }

.photoDownloader-container {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.profil__missing-photo {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 auto; }

.no-js .inputfile + label {
  display: none; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: none; }

.inputfile + label * {
  pointer-events: none; }

.inputfile-4 + label {
  color: #d3394c;
  display: block; }

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
  color: #722040; }

.inputfile-4 + label figure {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  line-height: 50px;
  position: relative; }

.inputfile-4 + label a {
  color: #d3394c; }

@media screen and (min-width: 768px) {
  .imgMetaData {
    max-width: 45%; } }

.wysiwyg-button-bar {
  position: fixed;
  top: 50px;
  background: rgba(230, 230, 230, 0.9);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 1;
  left: 0;
  right: 0; }
  .wysiwyg-button-bar button {
    position: relative;
    min-width: 35px;
    height: 35px;
    margin-right: 10px;
    vertical-align: top; }
    .wysiwyg-button-bar button.heading {
      font-size: 0.6rem; }

@media screen and (min-width: 768px) {
  .wysiwyg-button-bar button {
    min-width: 25px;
    height: 25px;
    margin-right: 5px; } }

button.icon-search {
  cursor: pointer; }

