html {
  margin:0px;
  padding:0px;
}
.c { clear:both; }
.background-dark-gradient { background:linear-gradient(45deg,#1b384b 0%,rgba(27,56,75,0) 70%), linear-gradient(135deg,#1a274b 10%,rgba(26,39,75,0) 80%), linear-gradient(225deg,#312649 10%,rgba(49,38,73,0) 80%), linear-gradient(315deg,#1e3d34 100%,rgba(30,61,52,0) 70%); }
body.login, body.error {
  background-color:#1d2939;
  background-image:none;
  height:100vh;
  margin:0px;
  padding:0px;
  background:linear-gradient(45deg,#1b384b 0%,rgba(27,56,75,0) 70%), linear-gradient(135deg,#1a274b 10%,rgba(26,39,75,0) 80%), linear-gradient(225deg,#312649 10%,rgba(49,38,73,0) 80%), linear-gradient(315deg,#1e3d34 100%,rgba(30,61,52,0) 70%);
}
body.login .form-signin-wrap, body.error .form-signin-wrap { padding-top:15%; }
body.login .form-signin, body.error .form-signin {
  background:none;
  border:none;
  box-shadow:none;
}
body.login .form-signin input[type=text], body.login .form-signin input[type=password], body.error .form-signin input[type=text], body.error .form-signin input[type=password] {
  background:none;
  color:white;
  border:2px solid white;
}
body.login .form-signin .btn-white, body.error .form-signin .btn-white {
  background:white;
  margin-right:10px;
  border-color:white;
  transition:all 0.3s;
}
body.login .form-signin .btn-white:hover, body.error .form-signin .btn-white:hover { box-shadow:0px 0px 10px 1px rgba(0,119,255,0.8); }
body.login .error-http, body.error .error-http {
  color:white;
  margin-left:100px;
  margin-top:100px;
  font-size:18px;
}
body.login .error-http h1, body.error .error-http h1 {
  color:white;
  font-weight:300;
}
.mailform .mailform-check { display:none; }
.mailform .mailform-success { display:none; }
.slider article, .slider > a {
  background-size:cover;
  background-position:50% 50%;
  height:300px;
}
.slider article .slidecontent, .slider > a .slidecontent {
  display:flex;
  flex-direction:column;
  color:white;
  justify-content:center;
  align-items:center;
  text-shadow:0px 0px 1px black, 0px 0px 2px black, 0px 0px 4px black, 0px 0px 8px black, 0px 0px 16px black;
  text-align:center;
  height:100%;
}
.slider article .slidecontent h1, .slider article .slidecontent h2, .slider article .slidecontent h3, .slider article .slidecontent h4, .slider article .slidecontent h5, .slider article .slidecontent h6, .slider > a .slidecontent h1, .slider > a .slidecontent h2, .slider > a .slidecontent h3, .slider > a .slidecontent h4, .slider > a .slidecontent h5, .slider > a .slidecontent h6 { color:inherit; }
.formrow.error input, .formrow.error select, .formrow.error .btn { border:1px solid #d00; }
.formrow.error .formrow-label { color:#d00; }
#gdpr-cookies {
  box-sizing:border-box;
  width:100%;
  padding:12px;
  background:rgba(0,0,0,0.9);
  position:fixed;
  bottom:0px;
  left:0px;
  color:white;
  z-index:1000;
}
#gdpr-cookies form {
  margin:0;
  padding:0;
}
#gdpr-cookies p {
  margin:0 0 2px 0;
  font-size:13px;
  font-weight:600;
  line-height:1.3em;
}
#gdpr-cookies button {
  background:#ddd;
  color:black;
  margin:0 0 0 auto;
  display:block;
  width:fit-content;
  padding:8px 20px;
  border:none;
  border-radius:5px;
}
#gdpr-cookies .less { display:none; }
@media screen and (max-width: 500px) {
  #gdpr-cookies .less { display:block; }
  #gdpr-cookies .more { display:none; }
}
@media screen and (min-width: 500px) {
  #gdpr-cookies form {
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  #gdpr-cookies form button { margin-left:10px; }
}
#scroll_to_top {
  position:fixed;
  bottom:-100px;
  right:40px;
  background:rgba(0,0,0,0.1);
  color:white;
  font-size:45px;
  padding:10px;
  border-radius:50px;
  display:block;
  text-align:center;
  line-height:45px;
  width:45px;
  backdrop-filter:blur(10px);
  z-index:100;
  transition:bottom 1.5s, background 1.5s, transform 0.3s;
  cursor:pointer;
}
#scroll_to_top:hover { transform:scale(1.1); }
body.scrolled #scroll_to_top {
  background:rgba(0,0,0,0.5);
  bottom:40px;
}
.e-default-gallery, .e-default-galleries {
  display:grid;
  grid-template-columns:repeat( auto-fill, minmax(160px,1fr) );
  grid-gap:15px;
}
.e-default-gallery a, .e-default-galleries a {
  padding-bottom:100%;
  position:relative;
  overflow:hidden;
  transition:all 0.3s;
}
.e-default-gallery a img, .e-default-galleries a img {
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  object-fit:cover;
  transition:all 0.3s;
  z-index:-1;
}
.e-default-gallery a detail, .e-default-galleries a detail { display:none; }
.e-default-gallery a .img-info, .e-default-gallery a .img-hover, .e-default-galleries a .img-info, .e-default-galleries a .img-hover {
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  z-index:1;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-direction:column;
}
.e-default-gallery a .img-info h4, .e-default-gallery a .img-info h6, .e-default-gallery a .img-hover h4, .e-default-gallery a .img-hover h6, .e-default-galleries a .img-info h4, .e-default-galleries a .img-info h6, .e-default-galleries a .img-hover h4, .e-default-galleries a .img-hover h6 {
  color:white;
  margin:0;
  padding:0;
  font-size:19px;
  text-transform:uppercase;
  line-height:1.2em;
  padding:12px;
  text-align:center;
  width:100%;
  background:rgba(0,0,0,0.5);
  box-shadow:0px 14px 40px 40px rgba(0,0,0,0.56);
  transition:all 0.3s;
}
.e-default-gallery a .img-info h6, .e-default-gallery a .img-hover h6, .e-default-galleries a .img-info h6, .e-default-galleries a .img-hover h6 {
  font-family:inherit;
  font-size:14px;
  font-weight:600;
}
.e-default-gallery a:hover, .e-default-galleries a:hover { box-shadow:inset 0px 0px 40px 1px rgba(255,255,255,0.2); }
.e-default-gallery a:hover img, .e-default-galleries a:hover img { transform:scale(1.05); }
.e-default-gallery a:hover .img-info h4, .e-default-gallery a:hover .img-info h6, .e-default-gallery a:hover .img-hover h4, .e-default-gallery a:hover .img-hover h6, .e-default-galleries a:hover .img-info h4, .e-default-galleries a:hover .img-info h6, .e-default-galleries a:hover .img-hover h4, .e-default-galleries a:hover .img-hover h6 {
  background:none;
  box-shadow:none;
}
.e-default-gallery a:hover .img-info h6, .e-default-gallery a:hover .img-hover h6, .e-default-galleries a:hover .img-info h6, .e-default-galleries a:hover .img-hover h6 { opacity:0; }
.e-default-galleries { grid-template-columns:repeat( auto-fill, minmax(280px,1fr) ); }
.pswp__caption { color:white; }
.pswp__caption em {
  text-align:center;
  display:block;
  font-size:25px;
  font-weight:600;
  letter-spacing:0.7px;
  margin:0 0 12px 0;
  font-style:normal;
}
.pswp__caption p {
  text-align:center;
  font-size:15px;
  font-weight:500;
  line-height:1.35em;
}
.e-default-files {
  color:inherit;
  display:flex;
  flex-wrap:wrap;
}
.e-default-files a {
  color:inherit;
  border:1.5px solid currentColor;
  font-weight:100;
  padding:10px 20px;
  border-radius:30px;
  margin:0 15px 15px 0;
  font-size:14px;
  transition:all 0.3s;
}
.e-default-files a .fa {
  margin-right:10px;
  transition:all 0.6s;
}
.e-default-files a b {
  font-weight:500;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:16px;
}
.e-default-files a:hover {
  color:inherit;
  box-shadow:inset 0px 0px 15px -10px currentColor;
  text-decoration:none;
}
.e-default-files a:hover .fa { transform:scale(1.66); }
