@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

html, body, .content {
  height: 100%;
}

* {
	scroll-behavior: smooth !important;
}

body { 
	font: 18px/23px "Open Sans", sans-serif;
	color: #ffffff;
	background: linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url("/css/images/onkori_blur.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

.navbar{
	/*background-color: rgba(224, 224, 224, 0.2);
	display: block;
	max-width: 400px;
	margin: 15px auto;
	padding: 15px;*/
}

.logo {
	background: url("/css/images/budavari_onkorm_logo_arany.svg");
	background-repeat: no-repeat;
	background-size: cover;	
	width: 362px;
	height: 111px;
	margin: 0 auto;
}

.main-menu a:hover {
  background-color: #ddd;
  color: black;
}

.main-menu a.active {
  background-color: #4CAF50;
  color: white;
}

.main-menu {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.main-menu .icon {
	display: none;
}

.main-menu a {
	display: inline-block;
	border: 1px solid #8c8c8c;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	padding: 2px 15px;
	text-decoration: none;
	margin-top: 5px;
	box-shadow: 1px 1px #8c8c8c;
	background-color: rgba(23, 67, 93, 0.4);
	color: #ffffff;
	padding: 10px 40px;
	font-size: 1.1em;
}

blockquote {
	display: block;
	max-width: 680px;
	margin: 15px auto;
	padding: 15px;
	background-color: #F3E5B1;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #0A2C40;
	/*color: black;*/
	/*text-shadow: 1px 1px 3px #000;*/
	/*letter-spacing: 0.5px;*/
	box-shadow: 5px 8px 6px #222;
}

blockquote cite {
  display: block;
  font: 18px/23px "Open Sans", sans-serif;
  font-size: 21px;
  margin-top: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  /*text-shadow: 1px 1px #333;*/
}


.flex-container {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.flex-element {
	text-align: center;
	margin: 10px auto 5px auto;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(224, 224, 224, 0.4);
	box-shadow: 1px 2px 3px #333;
}

.flex-element a {
  text-decoration: none;
  color: white;
  font-size: 13px;
}

.red {
	background: red;
}

.green {
	background: green;
}

.reservation {
	display: block;
	height: 28px;
	width: 145px;
	
}

.flex-element {
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 4px;
}

.col-25 label {
	font-size: 0.9em;
}

.col-75 {
  float: left;
  width: 70%;
  margin-top: 4px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.centered {
	text-align: center;
}

.about-content,
.submit-form-appointments,
.submit-form-result,
.submit-form-address,
.submit-form-date,
.submit-form-content {
	display: none;
}

input[type=text] {
  width: 60%;
  padding: 5px;
  resize: vertical;
}

textarea {
  width: 60%;
  padding: 5px;
  resize: none;	
  height: 74px;
}

select {
  padding: 5px;
  resize: vertical;
}

.row select {
  width: 63%;
	
}

.justify {
	text-align: justify;
}

label {
  padding: 2px 5px 10px 0;
  display: inline-block;
  font
}

.button,
input[type=submit] {
	background-color: green;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin:  0 auto;
	margin-top: 10px;	
	display: block;
	font-size: 1.1em;
}

input[type=submit]:hover {
  background-color: #45a049;
}


/* Media */

@media only screen and (max-width: 701px) {
	
	body {
		background: linear-gradient(
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.5)
		), url("/css/images/mobil_onkori_blur_v2.jpg");
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
	}

	.logo {
		width: 150px;
		height: 66px;
	}
	
	blockquote {
		margin: 15px auto;
		font-size: 16px;
		line-height: 21px;
		font-weight: bold;
		padding: 4px;
	}

	blockquote cite {
		font-size: 20px;
		line-height: 21px;
		text-align: center;
		font-weight: bold;
	}

	
	.flex-element a {
		padding-top:5px;
	}

	.col-25, .col-75 {
		width: 97%;
		margin: 0;
		text-align: center;
	}
	
	input[type=submit] {
		width: 30%;
		margin-top: 10px;
		padding: 5px;
	}
	
	#foglalas label,
	#cimvalasztas label {
		font-size: 0.9em;
	}
	
}

#cimvalasztas input,
#foglalas input {

  height: 15px;
  width: 15px;	
	
}

#cimvalasztas label:hover,
#cimvalasztas input:hover,
#foglalas input:hover,
#foglalas label:hover {
	cursor: pointer;
}
#foglalas label,
#cimvalasztas label {
	padding-left: 10px;
}

#foglalas input:checked + label,
#cimvalasztas input:checked + label {
  color: blue;
  font-style: italic;
}

.main-date-select {
	font-size: 1.1em;
}

.info {
	padding: 5px 10px; 
	background-image: url("/css/images/info-circle.svg"); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: 20px 20px;
}

.disabled_text {
	
	color: grey;
	font-style: italic;
	text-decoration: line-through;
}