html, body {
  overflow-x: hidden;
}

body {
  background-color: #f3f1eb;
}

footer {
  background-color: #e6e4e1;
  margin-top: 50px;
  padding: 10px;
  text-align: center;
}

h1 {
  font-size: 1.5rem;
  color: #aa9439;
  padding: 30px;
  text-align: center;
}

h2 {
  font-size: 1.4rem;
  color: #aa9439;
  padding: 10px;  
  padding-left: 0px;
}

h3 {
  font-size: 1.1rem;
  color: #aa9439;
  padding: 10px;
  padding-left: 0px;
}

h4 {
  font-size: 1.5rem;
  color: #070707;
  padding: 40px;
  text-align: center;
}

a {
  color: #070707;
}
a:hover {
  text-decoration: none;
  color:  #335898;
}
li {
  font-weight: normal !important;
  font-size: 1rem !important;
}

nav.light {
  background-color: #C7C7C7;
  box-shadow: 0px 2px 10px 0px rgba(127,127,127,0.1);
}

.gallery figure a {
  background-color: #fff;
}

#cookiebar {
  background-color: #fff;
}

#scrollToTop {
  background-color: #fff;
}

nav a {
  font-weight: 400;
  font-size: 15px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.4);
}

p {
  font-size: 1.1rem;
  margin-top: 5px;
  margin-bottom: 8px;
  font-weight: 500;
}

.fa-facebook-f {
  text-align: center;
  padding: 5px;
  width: 24px;
  background: #070707;
  color: white;
  border-radius: 5px;
}
.fa-facebook-f:hover {
  background-color: #335898;
}

.fa-instagram {
  font-size: 27px;
  vertical-align: bottom;
}

/* magnifier gallery */

h2.title {
  text-align: center;
  overflow: hidden;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
h2.title:before,
h2.title:after {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #aa9439;
  height: 1px;
  width: 50%;
  vertical-align: middle;
}
h2.title:before {
  right: 1rem;
  margin-left: -50%;
}
h2.title:after {
  left: 1rem;
  margin-right: -50%;
}

.magnify {
  text-align: center;
  position: relative;
}
.magnify > .glass {
  width: 250px;
  height: 250px;
  position: absolute;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 99;
  pointer-events: none;
  
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.49);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.49);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.49);
}
.magnify > img {
  max-width: 100%;
  max-height: 90vh;
  /*cursor: zoom-in;*/
  cursor: none;
}
.magnify ~ div {
  display: block;
  text-align: center;
  margin: 1rem 0;
}

.idopont{color:#8E1600;
    font-weight:700!important;
}



.firtsv{margin:auto;
    display:flex;
}

.secondv{margin:auto;
    display:flex;
}

.title-vid{text-align:center;
    font-size:30px;
    color:#AA9439;
    margin-bottom:10px;
}

hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(173 173 173 / 40%);
    width: 80%;}

.erdeklodes{font-size: 15px;
    text-align: center;
    margin: auto;
    width: 280px;
    float: none;
    display: block;
    background: #AA9439;
    padding: 6px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    color:#fff!important;
}

.erdeklodes:hover{font-size: 15px;
    text-align: center;
    margin: auto;
    width: 280px;
    float: none;
    display: block;
    background: #AA9439;
    padding: 6px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    color:#f6f6f6!important;
}
