/*  MOBIILI VALIKKO */

/*body,h1,h2,h3,h4,h5,h6 {font-family: Tahoma,Verdana,sans-serif;} */

/* Perus fontti 18px vain tässä sivussa */
p {
  font-size: 18px;
}

/* Tausta väri rgba #f9f9f926 lieva harmaa Kulta fontti #b09a53fe  harmaa #88857aff  TOINEN FONTTI VÄRI #9d781eff */


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

* {box-sizing: border-box;}

/* Set a style for all buttons */
.but {
  background-color: #b09a53fe;
  color: #ffffff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.but:hover {
  opacity:2;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 100%;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #b09a53fe;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #b09a53fe ;
}

/* Add padding and center-align text to the container */
.container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #b09a53fe ;
  cursor: pointer;
  
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn, .modal-content {
     width: 100%;
  }
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 600px) {
  .cancelbtn, .deletebtn, .modal-content {
     width: 100%;
  }
}


/* ACORDI */
.accordion {
  background-color: #b09a54ff;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #b89f65ff; 
}

.panel {
padding: 0 0px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.dropdown-content {

  position: absolute;
  background-color: #fff;

   width: auto;


}

.dropdown-content a {
  float: none;
  color: #b09a53fe ;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 18px;
}

.dropdown-content a:hover {
  background-color: #ffff;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  position: relative;
}

