    @charset "UTF-8";

/* List fonts here, URL-escaped (+ for space) */
/* $FONTS: */


/* Selected text */
*::selection, input::selection {
  background: #283987;
  color: #fff;
}

*::-moz-selection {
  background: #283987;
  color: #fff;
}

/* defaults */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12pt;
  color: #4f4f4f;
}

/*" back to top" arrow */
#up-arrow {
  position: fixed;
  font-size: 0;
  bottom: 10px;
  right: -100px;
  height: 60px;
  width: 60px;
  opacity: 0;
  cursor: pointer;
  transition: right 0.4s, opacity 0.3s, background 0.3s;
  z-index: 10000;

  border: 1px solid #fff;
  background: #283987;
  color: #fff;
  border-radius: 30px;
}

#up-arrow:after {
  display: block;
  position: absolute;
  content: '';
  top: calc(50% - 10px);
  left: calc(50% - 8px);
  border-top: 0;
  border-bottom: 16px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

body.menu-scrolled #up-arrow:hover {
  background: #b28820;
}

body.menu-scrolled #up-arrow {
  right: 10px;
  opacity: 1;
}

/** Cookie warning */
.flexi-cookie {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 0 10px 10px;
  border: 1px solid #333;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  z-index: 10000;
}

/** Main page canvas wrapper - defines page width */
.content.brokenout .pb-block-outer>div, .wrapper {
  width: 1000px;
  margin: 0 auto;
}

/** Header */
.header {
  background: #fff;
  padding: 30px 0 10px;
}

.header .align-middle {
  padding: 0 5rem;
}

.header .col.center {
  text-align: center;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0;
}

.contact img {
  margin-right: 0.75rem;
}

.contact a {
  text-decoration: none;
  color: #4f4f4f;
}

/** Menu */

.menubar {
  background: #fff;
  color: #4f4f4f;
  font-family: "Playfair Display", serif;
  font-size: 14pt;
  text-align: center;
}

/* bar items */

nav.menu>span.item>a {
  color: #4f4f4f;
  transition: background 0.3s, color 0.3s;
  padding: 10px 20px;
}

nav.menu>span.item>a:hover {
  background: #fff;
  color: #b28820;
}

/* submenus */

nav.menu span.item span.submenu a,
nav.menu span.item.subitem {
  display: block;
}

nav.menu span.item span.submenu a {
  background: #fff;
  color: #4f4f4f;
  transition: background 0.3s, color 0.3s;
  padding: 10px;
}

nav.menu span.item span.submenu a:hover {
  color: #b28820;
}

/** Flyout buttons */

.button.flyo-show {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
}

.button.flyo-hide {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.flyo-header {
  text-align: center;
  padding: 5px;
}

/** Menu when page is scrolled down */

body.menu-scrolled div.menubar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/** General content styles */

hr {
  background: url(img/hr.png) center center no-repeat;
  height: 64px;
  border: none;
}

/** Remove top margin from the first element */
.content *:first-child {
  margin-top: 0;
}

.content h1,
.content h3,
.content h4 {
  font-family: "Playfair Display", serif;
}

.content h2 {
  font-family: "Great Vibes", serif;
}


/** Important for breakout/breakins */
.content:empty {
  display: none;
}

.content a {
  color: #283987;
  transition: color 0.3s;
  text-decoration: underline;
}

.content a:hover {
  color: #151f4e;
}

.footer {
  color: #4d4d4d;
  background: #fff;
  padding: 20px 0;
}

.col2.right {
  text-align: right;
}

.footer a {
  color: #4d4d4d;
  transition: color 0.3s;
  text-decoration: none;
}

.footer a:hover {
  color: #333333;
}

span.powered {
  display: inline-block;
  margin-left: 1em;
}

/** Buttons and button-type things */
button, input[type="submit"], .button, .formandu-button, input[type="button"], a.button, .eshop_userauth_buttonbox a {
  background: rgba(255,255,255,0.5);
  color: #283987;
  transition: background 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #283987;
  cursor: pointer;
  font-size: 12pt;
  font-family: Lato, sans-serif;
}

button:hover, input[type="submit"]:hover, .button:hover, .formandu-button:hover, input[type="button"]:hover, a.button:hover, .eshop_userauth_buttonbox a:hover {
  background: #283987;
  color: #fff;
}

/** Text controls */
.formandu-text, .formandu-dropdown, .formandu-textarea, select {
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  transition: border 0.3s;
  font-size: 12pt;
  margin: 10px 0;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
}

.formandu-text:hover, .formandu-text:focus, .formandu-dropdown:hover, .formandu-dropdown:focus, .formandu-textarea:hover, .formandu-textarea:focus, select:hover, select:focus {
  border: 1px solid #283987;
}

/*******************************************************************************
 ** Responsive */

/** Phone/tablet */

@media (max-width: 1000px) {
  .content.brokenout .pb-block-outer>div, .wrapper, .flexi-cookie-inner {
    width: 100%;
  }
  #up-arrow, .search .form {
    display: none;
  }
}

/** Menus */

@media (max-width: 975px) {

  .menubar {
    height: 0;
    padding: 0;
  }
  nav.menu {
    padding: 0;
    background: #fff;
    text-align: left;
    border-right: 2px solid #283987;
  }
  nav.menu span.item span.submenu a, nav.menu>span.item>a, nav.menu>span.item.has-submenu>a:hover {
    text-align: left;
    background: #fff;
    color: #4d4d4d;
    transition: background 0.3s, color 0.3s;
  }

  nav.menu span.item span.submenu a:hover , nav.menu>span.item>a:hover {
    color: #b28820;
  }

  nav.menu.flyout span.item span.submenu {
    padding: 0 0 5px 20px;
  }
}

/** Big phone */

@media (max-width: 750px) {
  .header .align-middle {
    padding: 10px 0.75rem 0;
  }

  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
  }
  .footer {
    padding: 0 5px;
  }
  .flexi-cookie-msg {
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto;
  }
  .flexi-cookie-buttons {
    width: auto;
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

/** Small phone */

@media (max-width: 600px) {
  .content h1, .content h2, .content h3, .content p {
    padding-left: 3px;
    padding-right: 3px;
  }
  .footer, .col2.right, .header {
    text-align: center;
  }
  span.powered {
    display: block;
    margin-left: 0;
  }
  .contact {
    justify-content: center;
  }
  .header .col.center {
    padding-bottom: 20px;
  }
}

@media (max-width: 400px) {
  nav.menu {
    border-right: 0;
  }
}
