
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    height: 100vh;
    background-color: #f0f0f0 !important;
}
.container {
    margin-top: 7em;
    margin-bottom: 5em;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    height: fit-content;
}
.top_nap {
    position: fixed;
    margin-top: 1em;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    height: fit-content;
}
.footer-border-top {
    border-bottom-style: inset;
        padding-top: 20px;
}
#footer {
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
    min-height: 1rem;
    display: flex;
    padding-top: 20px;
}
footer {
    /*background-color: #f0f0f0;*/
    text-align: center;
    color: var(--color-gray-20);
}
a {
    cursor: pointer;
}

a:hover,
a:hover:visited {
  text-decoration-color: #1e4eae;
}

#footer a {
    color: var(--color-legal-txt);
    text-decoration-color: var(--color-legal-txt);
    text-underline-offset: 0.25em;
    text-decoration-thickness: 0.12em;
    text-decoration-style: solid;
    transition: font-size 0.2s, text-decoration-color 0.2s;
}
#footer a:hover {
    color: var(--color-legal-txt);
    text-decoration-color: var(--color-legal-txt);
    text-underline-offset: 0.25em;
    text-decoration-thickness: 0.12em;
    text-decoration-style: solid;
    transition: font-size 0.2s, text-decoration-color 0.2s;
}
#footer .site-links, #footer .legal-links {
    width: 100%;
    column-gap: 5rem;
    row-gap: 2rem;
    display: flex;    
    flex-wrap: wrap;
    justify-content: center;
}
#footer .legal-links {
    font-size: 1rem;
        padding-top: 18px;
}

form {
    display: flex;
    flex-direction: column;
}
label {
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="password"], input[type="text"], input[type="email"],        
input[type="number"], input[type="file"], textarea, select  {
    padding: 10px;
    /*margin-bottom: 10px;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
input[type="submit"] {
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #0056b3;
}

img.point_img {
  border-radius: 5%;
  background-size:100% auto;
  width: 300px;
}

.point_imgbox {
    position: relative;
    z-index: 2000; /* magasabb, mint a Leaflet rétegek */
}

.point_imgbox:hover {
    z-index: 3000; /* nagyításkor még magasabb */
}



h1 {
    font-size: 2em;
    padding-bottom: 20px;
    padding-top: 20px;    
}
h4 {
    font-size: larger;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.hatter {
    background: url(../img/jnsz_150_hatter.jpg) 0 0 no-repeat;
    border-radius: 1%;
    margin-top: -20px;
    background-size:100% auto;      
 }

.page_header {
    margin: 0.5em auto 3em;
    font-size: 2.4rem;
    font-weight: bold;  
 }
.header_title {

  max-width: 1170px;
  margin: 6em auto;
 }
.header_title p{
    padding-bottom: 10px;
} 

.scope-container {
	max-width: 1170px;
	margin: 4em auto;
    backgrond: img/zhatter.jpg;
}

@media only screen and (max-width: 1024px) {
  .header_title {
   width: 90%;
  }
  .scope-container {
  	width: 90%;
  
  }
  .admin_func_list { padding-left:5px; }
  .admin_func_list li { padding-left:0px; }
}
@media only screen and (min-width: 1024px) {
  .header_title {
   width: 100%;
  }
  .scope-container {
  	width: 100%;
  
  }
}

.caption {
    text-align: center;
    color: #7b6f6f;              
        text-decoration: inherit;
    width: 200px;
    
}
.bold {
    color: #7b6f6f;              
}
.link {
    text-decoration: underline;
    cursor: pointer;              
}


.scope-container {
    margin: 6em auto;
}
.scope-container.full-width {
    width: 100%;
    max-width: none;
}

.scope-switcher {
	text-align: center;
}

.scope-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 50em;
	border: 2px solid #2d3e50;
}

.scope-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.scope-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 110px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 1.4rem;
	color: #2d3e50;
}


.scope-switcher .switch {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 40px;
	width: 110px;
    padding-left: 5px;
    padding-right: 5px;
	background-color: #2d3e50;
	border-radius: 50em;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}



.scope-switcher input[type="radio"]:checked + label + .switch,
.scope-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(110px);
	-moz-transform: translateX(110px);
	-ms-transform: translateX(110px);
	-o-transform: translateX(110x);
	transform: translateX(110px);
}

.scope-switcher input[type="radio"]:checked + label ,
.scope-switcher input[type="radio"]:checked + label:nth-of-type(n)  {
    color: #fff;
}


.no-js .scope-switcher {
	display: none;
}

.point-list-end {
	margin: 0.2em 0 2em;
}
.scope-list {
	margin: 2em 0 0;
}

.scope-list > li {
	position: relative;
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .scope-list {
    margin: 3em 0 0;
  }
  .scope-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .scope-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .has-margins .scope-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .scope-list > li:last-of-type {
    margin-right: 0;
  }
}

.scope-wrapper {
	position: relative;
}

.touch .scope-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.scope-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

.scope-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

.scope-wrapper.is-switched .is-selected {
	opacity: 1;
}

.scope-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

.scope-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

.scope-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.scope-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.scope-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.scope-wrapper > li.is-ended::after {
	display: none;
}

.scope-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.scope-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.scope-wrapper .is-selected {
	z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  .scope-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .scope-wrapper > li::after {
    display: none;
  }
  .actual .scope-wrapper > li {
    box-shadow: inset 0 0 0 3px #28674a;
  }
  .has-margins .scope-wrapper > li,
  .has-margins .actual .scope-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .scope-wrapper > li::before {
    display: none;
  }
  .has-margins .scope-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .scope-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .scope-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .scope-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .actual .scope-wrapper > li::before {
    display: none;
  }
  .actual + li .scope-wrapper > li::before {
    display: none;
  }
}

.scope-header h2 {
	padding: 0.9em 0.9em 0.6em;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
	text-align: center;
}

.scope-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.actual .scope-header {
    color: #1bbc9d;
    background-color: transparent;
}

.scope-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.currency,
.value {
	font-size: 3rem;
	font-weight: 300;
}

.duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

.actual .duration {
	color: #f3b6ab;
}

.duration::before {
	content: '/';
	margin-right: 2px;
}

.value {
    font-size: 7rem;
    font-weight: 300;
}

.currency, 
.duration {
    color: #1bbc9d;
}

.actual .currency,
.actual .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.scope-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .scope-body {
  overflow: hidden;
}

.scope-body {
    overflow-x: visible;
}

.scope-features {
	width: 600px;
}

.scope-features:after {
	content: "";
	display: table;
	clear: both;
}

.scope-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scope-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.scope-features {
    width: auto;
}

.scope-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.actual .scope-features li {
    margin: 0 3px;
}
  
.scope-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .actual .scope-features li {
    margin: 0;
}

.scope-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}

.scope-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.scope-footer::after {
    display: none;
}

.has-margins .scope-footer {
    padding-bottom: 0;
}

.goNext {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
    background-color: #c4e4bf;
}

.goNext {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #2d3e50;
    border-radius: 8px;
    border: 2px solid #2d3e50;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all .6s;
	width: 70%;
    cursor: pointer;
}

.no-touch .goNext:hover {
    background-color: #2d3e50;
	color: #ffffff;
}

.actual .goNext {
    background-color: #1bbc9d;
	color: #ffffff;
}
  
.no-touch .actual .goNext:hover {
    background-color: #24e0ba;
}
  
.secondary-theme .actual .goNext {
    background-color: #1bbc9d;
}
  
.no-touch .secondary-theme .actual .goNext:hover {
    background-color: #112e3c;
}
  
.has-margins .goNext {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100% !important; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  margin: auto;  
  border: 1px solid #888;
  width: 70%;
}

.modal-header {
  background-color: #F4F4F4;
  border-bottom: 1px solid #888;
  width: 100%;
  padding: 20px;
  font-weight: bold;
 margin-right: 0px;
 margin-left: 0px;  
}
.modal-body {
  background-color: #fefefe;
  width: 100%;
  padding: 20px;
 margin-right: 0px;
 margin-left: 0px;  
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.tourPhoto img {
  border: 2px solid #ffffff;
  cursor: pointer;
}

#mapid { height: 600px; 
        /*pointer-events: none;*/
}
#modalTitle {
    font-size: larger;
}
#tourContenet, #tourContenet2 {
    text-align: justify;
    line-height: normal;
}
#tourContenet a, #tourContenet2 a {
    text-decoration: underline;
}
#tourContenet2 {
padding-top: 10px;
}
#tourNotification {
    padding-top: 10px;
}
#tourNotification {
    font-weight: bold;
}

.gorlogo img{
  position: relative;
  top: 40%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.gorlogo a:hover {
  opacity:1.0;
}

.icon-bar {
  position: fixed;
  top: 10%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  padding-right: 26px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background-color: #cbd7ec;
  border: 1px solid #dedede;
  //padding: 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity:0.7;
  z-index: 222;  
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #b7c7e2;
  opacity:1.0;
}


.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix {
    float: clear;
}

.block_photo {
    padding-top: 20px;
}
.block_photo i {
    color: blue;
    padding-right: 5px;
    opacity: 0.5;    
}
.block_photo small {
    color: blue;
    font-size: 10px;   
}

.block_text:first-letter {
    text-transform: uppercase;
    //color: blue;
    font-size: 30px;       
}
.list-filter {
    padding: 20px 0;      
}

.gps_info {
    font-weight: bold;
    font-size: x-large;
    color: cornflowerblue;
    padding-top: 20px;
    margin-bottom: 0;
}

.gps_cord {
    font-weight: bold;
    font-size: large;
}
.checkbox label {
    padding-left: 0;
}
.page_logo {
    height: 200px;
}
.nav-link {
    color: #eee !important;
}
.nav-link:hover {
    color: #fff !important;
  text-decoration: underline;
    
}
.placeinfo {
    font-size: 1.2rem;
    margin: 20px;
}     

@media screen and (max-width: 768px ) {
    #mapid { height: 300px; }
    .navbar-brand { margin-right: 0  }
    .routePhoto { width: 180px !important; }
    .point_img { width: 180px !important; }
    body { font-size: 1.1rem; }
    .container {font-size: 1.1rem; }
    .page_header { font-size: 1.4rem;
            margin: 0.8em auto 1em;
     }
    .page_logo {
//        display:none
    height: 100px;
    }
    .placeinfo {
        font-size: 1.2rem;
    }
    .egyszazalek {
            width: 300px
    }     
}
@media screen and (max-width: 600px ) {
    #mapid { height: 300px; }
    .navbar-brand { margin-right: 0  }
    .routePhoto { width: 125px !important; }
    .point_img { width: 125px !important; }
    body { font-size: 1.1rem; }
    .container {font-size: 1.1rem; }    
    .page_header { font-size: 1.4rem;
            margin: 0.8em auto 1em;
     }
    .page_logo {
        //display:none
    height: 75px;        
    }
    .placeinfo {
        font-size: 1.2rem;
    }
    .egyszazalek {
            width: 300px
    }                   
}


.source, .visit_info {
    color: #808696;
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

img.point_img {
  float: right;
  margin-left: 10px;
  transition: transform .2s; /* Animation */
}
img.point_img:hover {
  transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  //transform-origin: top right;
  transition: transform 0.5s ease-in-out;
  transform-origin : top right;  

}


    .point_imgbox {
        float: right;
        margin: 0 15px 15px 0;
    }



.point_status_approved {
    color: green;
}
.point_status_edit {
    color: yellowgreen;
}
.point_status_sent {
    color: black;
}
.point_status_rejeced {
    color: orange;
}
.point_status_error {
    color: red;
    
}
.point_status_lost {
    color: rgb(255,102,0);
    
}

.text_view {

    margin-bottom: 5px;
    padding-bottom: 5px;
    max-height:200px;
    overflow:hidden;
    text-overflow: ellipsis;
    content: "";
    position:relative;
    height:100%;    
}
.text_view:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 150px, white);
}


.szervezok li, .tamogatok li {
    list-style: none;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    height: 40px;      /* vagy 50px, ahogy tetszik */
    width: auto;
    display: inline-block;
}

    .logo-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; /* két oszlop */
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
    }

    .logo-grid li {
        text-align: center;
    }

    .logo-grid img {
        max-width: 60px;
        height: auto;
    }