@font-face {
  font-family: "bootstrap-icons";
  src: url("/static/fonts/bootstrap-icons.woff") format('woff');
}
.handwriting{
    font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;

}


body{} 
.img-fluid{width:100%}
 
 
 
 

 
/**************************COLORS**************/
.bg-light{background:#D4D4D4}
.bg-lightbeige{background:#b7a189; background-color:#b7a189 !important;}/*footer háttérszín*/
.bg-lightturkiz{background: #cde1df;}
.bg-blue{background-color: #3c7f86; }
.bg-lightbeige-gradient{background: linear-gradient(162deg, rgb(227, 221, 211) 19%, rgb(237, 236, 230) 56%, rgb(232, 232, 232) 82%, rgb(211, 211, 211) 100%);}
.bg-green{background:#4d8c0d}
.bg-blue{background:#519198;}
.bg-dark{background:#191919!important;background-color:#191919!important;}


.bg-grey{background:#c9c9c9 !important;}
.bg-darkgrey{background:#282a25;}


.bg-red{background:#bb0c0c;} 
     .text-red{color:#bb0c0c;}

.bg-beige{background:#E5E3DA;}
  .text-yellow{color: #e3ca88;}

h1,.h1{
  font-optical-sizing: auto;
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal; line-height:1
}
   h1 span:after{content:''; border-bottom:15px solid #a0da39; width: 150px; display: flex; margin-top: -10px;
  margin-left: -10px;}
   
h2,.h2{
  font-weight: 400;
  font-style: normal;
  font-family: "Staatliches", sans-serif;} 
h3, .h3{ 
  font-weight:600;
  font-style: normal;}
.h4, h4 {font-size: calc(1.0rem + .3vw);font-weight:700}
h5, .h5{font-weight:100}
h6, .h6{ font-weight:100}

small, .small{ font-weight:400}

 blockquote {
  border-left: 3px solid #a9d2e3;
  padding-left: 15px;
}
.rounded-extra{border-radius:10px}


#content{
margin-top:60px;
}

a,p,b
{ 
  line-height: 1.3;
  xxfont-size: clamp(0.85rem, 0.85vw, 0.85rem)!important;
  hyphens: auto;
  text-align:justify ;
}
a{color:inherit;text-decoration: none;}


/**************************NAVIGATION**************/

.navbar-dark .navbar-toggler-icon
{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


     /*hover menu*/

          .dropend .dropdown-toggle {
            color: salmon;
            margin-left: 1em;
          }
          .dropdown-item:hover {
            background-color: green;
            color: #fff;
          }
          .dropdown .dropdown-menu {
            display: none;
          }
                @media (max-width: 1200px) {.dropdown .dropdown-menu {display: block}}
          .dropdown:hover > .dropdown-menu,
          .dropend:hover > .dropdown-menu {
            display: block;
            margin-top: 0.125em;
            margin-left: 0.125em;
          }
          @media screen and (min-width: 769px) {
            .dropend:hover > .dropdown-menu {
              position: absolute;
              top: 0;
              left: 100%;
            }
            .dropend .dropdown-toggle {
              margin-left: 0.5em;
            }
          }
 
     ul.dropdown-menu li{border-bottom: 0px solid gray;} 
     ul.dropdown-menu li{border:0}  }  
     .dropdown-item{color:grey}
 
     
     
@media (max-width: 1200px) {     
.navbar-nav li {border-bottom: 1px solid grey;
  width: 100%;xxxxpadding:12px 0} }

.nav-link{ xxxcolor:white;
  font-weight: 700!important;
  text-transform: uppercase; 
  text-shadow: none;text-align: center;
  font-size: clamp(1rem, 1vw, 1rem)!important;}  
  
  .nav-link:hover{color:red !important;}
  .nav-link.btn-extra:hover{color:black!important}
  
  
.nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 100%;
    height: 5px; 
    background:red;
    transition: transform 250ms;
  }
  
 .nav-link:hover::after {transform: translateX(-50%) scaleX(1); color:red;}
     
     
              
/**************************BUTTONS**************/
.btn, .btn:visited, .btn.active {
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	font-weight: 700;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.7s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	border: 0;
	margin: auto;
	font-size: inherit;
  border-radius:8px;
  text-transform:uppercase
}
.btn:before {
	bottom: 0;
	content: "";
	left: -5px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: width;
	transition-property: width;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 0;
	z-index: -1;
	display: inline-block;

}
.btn:hover {
	padding: 10px 20px;
}
.btn:hover:before {
	-webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
	transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
	width: calc(100% + 10px)
}
.btn-default {
background-color: black;
  border: 1px solid black;
  color: white;
}
.btn-default:before {
	xxxborder-radius: 20px;
	display: inline-block;
	xx-webkit-border-radius: 20px;
	xx-moz-border-radius: 20px;
	xx-khtml-border-radius: 20px;
	background:white;
  color:#a0da39!important; 

}
.xxxbtn-default:after{content:""; border:1px solid red; margin-right:5px}


.btn-default:hover {
	border: 1px solid #ceba85;
	color:black
}


.btn-primary, .btn-primary:active {
	background-color:#d43535;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  color:white!important;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary:active, .btn-primary.active {
	background-color:black;
  color:white!important
}
.btn-primary:before {
	xxborder-radius: 20px;
	display: inline-block;
	background-color: red;
  color:white!important
}



.btn-info {
	background: #3c7f86;
	font-weight: 600;
	color: #fff;
}
.btn-info:hover {
	background: black;
	font-weight: 600;
	color: #fff;
}
.btn-info::after {
	content: "\21FE";
	line-height: 0;
	font-size: 1.5em;
	position: relative;
	left: 5px;
}
.btn-info2 {
	background:transparent;
	font-weight: 600;
	margin: 0 3px;
	border-radius: 0;
	font-size: 0.9em
}
.btn.btn-info2:hover {
}
@media (max-width: 992px) {
.btn-info , .btn.btn-info2 {
	font-size: 0.9em
}

}



 
  




  /****MASONRY BRICK Galéria******************/
#masonry {
  column-count: 2;
  column-gap: 0.3em;  
}
        #masonry_gallery {
            column-count: 2;
            xxxcolumn-gap:0.3em;
          }
@media(min-width: 30em) {
  #masonry {
    column-count: 3;
    column-gap: 0.3em;
  }
      #masonry_gallery {
          column-count: 3;
          xxxcolumn-gap: 0.3em;
        }
}

@media(min-width: 40em) {
  #masonry {
    column-count: 4;
    column-gap: 0.3em;
  }
        #masonry_gallery {
          column-count: 3;
          xxxcolumn-gap: 0.3em;
        }
}

@media(min-width: 60em) {
  #masonry {
    column-count: 5;
    column-gap: 0.3em;
  }
        #masonry_gallery {
          column-count: 3;
          xxxcolumn-gap: 0.3em;
          padding:0 150px
        }
}

@media(min-width: 75em) {
  #masonry {
    column-count: 4;
    column-gap: 0.3em;
  }
        #masonry_gallery {
          column-count: 3;
          xxxcolumn-gap: 0.3em;
          padding:0 150px
        }
  
}

.item {
  background-color: none;
  display: inline-block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  display: block; margin: 0; width: 100%; height: auto; 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    margin:0px 0;
}

.item img {
  xxmax-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  
  
  /*idk why but this fix stuff*/
}


.xxxxitem:hover { -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
     transform: scale(1.1); 
     -ms-transform: scale(1.1); 
     -webkit-transform: scale(1.1); 
     -o-transform: scale(1.1); 
     -moz-transform: scale(1.1);
     width:100%; overflow:hidden; background:white; border:0px solid white; position:relative }
     
     
     
.index_image1::after{content: '';
  border: 2px solid #166e7c;
  position: absolute;
  transform: rotate(4deg);
  width: 98%;
  height: 95%;
  display: inherit;
  overflow: hidden;
  top: 3px;
  left: 4px;} 
  
  
.index_image2::after{content: '';
  border: 2px solid #166e7c;
  position: absolute;
  transform: rotate(-2deg);
  width: 98%;
  height: 95%;
  display: inherit;
  overflow: hidden;
  top: -2px;
  left: 6px;}       
     
     
     
     
.subpages_top_in{height:480px}
 @media (max-width: 992px) {.subpages_top_in{height:230px}}

.images_height1{height:700px}
 @media (max-width: 992px) {.images_height1{height:400px}}


.images_height2{height:500px}
 @media (max-width: 992px) {.images_height2{height:300px}}




 .owl-carousel button.owl-dot{
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 8px;
  height: 8px;
  border: 2px solid white;
  margin: 5px;
  border-radius:49%;   background:white
}  

 .owl-carousel button.owl-dot.active {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 13px;
  height: 13px;
  border: 2px solid white;
  margin: 5px;
  border-radius:49%;
  background:#CDDFCE
}  



.footer a, footer a {color:white}