.btn {
    border: none;
    background-color: inherit;
    padding: 14px 28px;
    cursor: pointer;
    display: inline-block;
  }


  /* Purple */
  .horizontaladaptions {
  color: rgb(12, 12, 12);
  }

  .horizontaladaptions:hover {
  background-color: #913D88;
  color: white;
  }


  /* Blue */
  .sectoraladaptions {
  color: rgb(12, 12, 12);
  }

  .sectoraladaptions:hover {
  background: #2196F3;
  color: white;
  }

  /* Orange */
  .specificadaptions {
  color: rgb(12, 12, 12);
  }

  .specificadaptions:hover {
  background: #F37E14;
  color: white;
  }

  .center{
    display: flex;
    justify-content: center;
  }

  .btn.adaption-one-button.checked {
    background-color: #913D88;
    color: white;
  }
  a.adaption-one.checked {
    background-color: #913D88;
    color: white;
  }
  a.adaption-two.checked,
  a.adaption-two.checked p {
    background-color: #2196F3;
    color: white;
  }

  .btn.adaption-two-button.checked,
  .additional_text {
    background: #2196F3;
    color: white;
  }

  .btn.adaption-three-button.checked {
    background: #F37E14;
    color: white;
  }

  .adaption-three.checked,
  .adaption-three.checked p,
  .adaption-three.checked h4 {
    background: #F37E14;
    color: white;
  }
  .content{
    text-align: center;
  }
  p {
    text-align: justify;
  }
  main{
    margin-top: 430px;
  }
  @media (max-width: 1800px) {
    main {
      margin-top: 275px;
    }

  }

  @media (max-width: 768px) {
    .center {
      flex-direction: column;
    }
    main {
      margin-top: 370px;
    }
  }
  .tip{
    pointer-events: none;
    border-bottom: none;
  }
  .tip.checked {
    pointer-events: all;
    border-bottom: 1px dotted #db4745;
  }
  .tip.checked .eea_image {
    border: 3px solid #db4745;
    padding-top: 3px;
  }
  .eu_image_wrapper {
    display: flex;
    justify-content: center;
  }

  .eu_export_text a {
    background: #F37E14 !important;
  }
  footer {
    display: flex;
  }
  ol {
    counter-reset: list;
    margin: 0;
  }
  ol > li {
    list-style: none;
    position: relative;
  }
  ol > li:before {
    counter-increment: list;
    content: " (" counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
  }
  .header-description {
    white-space: break-spaces;
    font-size: 15px;
  }
  .container.adaption-one{
    display: none;
  }
  .container.adaption-two{
    display: none;
  }
  .container.adaption-three{
    display: none;
  }
  .container.adaption-one.show{
    display: block;
  }
  .container.adaption-two.show{
    display: block;
  }

  .container.adaption-three.show {
    display: block;
  }

  .info-box {
    border: 1px black solid;
    padding: 15px;
    font-style: italic;
    font-size: medium;
  }

  .site-information {
    background-color: #5082BC;
    color: white;
  }

  .site-information a{
    color: white;
  }

  .site-footer-logo {
    text-align: center;
  }

  .navbar-options {
    font-size: medium;
  }

  /* button border */
  .center .btn {
    border: 1px solid black;
    border-top: none;
    margin-right: 5px;
  }

  .eu_export_images:nth-child(2) {
    background: none;
  }

  .eu_export_images.checked {
    background: none;
  }

  .adaption-three_logo_wrapper,
  .adaption-three_logo_wrapper .logo img {
    display: flex !important;
  }
  .adaption-three_logo_wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .adaption-three_logo_wrapper .logo {
    text-align: left;
  }

  .adaption-three_logo_wrapper .logo img {
    justify-content: flex-start;
  }
  .adaption-three_logo_wrapper .eu_export_text {
    max-width: 270px;
  }

  .adaption-two_content p,
  .adaption .adaption-two p {
    background-color: #2196F3;
    color: white;
  }
  @media screen and (min-width: 768px) {
    .adaption-three.eu_export_images.checked {
      margin-left: 17rem;

    }
    .adaption-three_logo_wrapper {
      flex-direction: row;
    }
  }

