#modal_zarandoklat {
	width: 600px;
	height: 350px;
	background: url("zarandoklat_modal_2024.jpg") #ffffff no-repeat top center;
	padding: 0;
}
.btn {
  position: relative;

  display: block;
  margin: 280px auto 0 auto;
  padding: 0;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  
  background-color: #e67e22;
  color: #ecf0f1;
  
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 85%;
}

.btn:hover, .btn:focus {
  background-color: #d35400;
}

.btn > * {
  position: relative;
}

.btn span {
  display: block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
}

.warning {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background-color: #cc320c;
	background-color: rgba(204, 50, 12, 0.8);
	border-radius: 8px 8px 0 0;
}

.info {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background-color: #1f911b;
	background-color: rgba(31, 145, 27, 0.8);
	border-radius: 8px 8px 0 0;
}

.info div {
	padding: 2px 0;
}

.modal_title {
	height: 275px;
	position: relative;
}

.modal_title_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 30px;
	background-color: rgba(255, 255, 255, 0.7);
}

.modal_title_bottom h1 {
	font-size: 18px;
	font-weight: bold;
}

.modal_bottom_text {
	padding: 0 30px 10px 30px;
}

.modal_bottom_text p {
	font-size: 14px;
}

.modal_attribution {
	position: fixed;
	bottom: 2px;
	right: 0;
	left: 0;
	font-size: 9px;
	color: #ccc;
	text-align: center;
}

.modal_attribution a {
	color: #ccc;
}