@CHARSET "UTF-8";

/* Add @import here - don't forget to start the address with //: to ensure HTTPS compatibility */
 @import url('https://fonts.googleapis.com/css?family=Assistant');

/* Selected text */
*::selection, input::selection {
  background: #c2e5e3;
  color: #003f3d;
}

*::-moz-selection {
  background: #c2e5e3;
  color: #003f3d;
}

a.social-link .fillme {
  fill: #1e8180;
}

a.social-link .strokeme {
  stroke: #1e8180;
}

a.social-link svg path {
  transition: stroke 0.3s, fill 0.3s;
}

a.social-link:hover .fillme {
  fill: #6ac1bb;
}

a.social-link:hover .strokeme {
  fill: #6ac1bb;
}

a.social-link {
  display: inline-block;
  padding: 10px;
}
/* defaults */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: Assistant, sans-serif; 
  font-size: 14pt;  
  color: #003f3d;
}

/* "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: #c2e5e3;
  color: #003f3d;
  border-radius: 30px;
}

#up-arrow:after {
  display: block;
  position: absolute;
  content: '▲';
  font-size: 16pt;
  top: 12px;
  left: 22px;
}

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

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 #5fa9a8;
  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: 10px 0;
}

/** Menu */

.menubar {
  background: #1e8180;
  text-align: center;
}

/* bar items */

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

nav.menu>span.item>a:hover {
  background: #6ac1bb;
  color: #003f3d;
}

/* submenus */

nav.menu>span.item>span.submenu {
  
}

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

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

nav.menu span.item span.submenu a:hover {
  background: #6ac1bb;
  color: #003f3d;
}

/** Flyout buttons */

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

.button.flyo-hide {
  border-radius: 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 {
  border: none;
  margin: 32px;
  border-top: 1px solid #6ac1bb;
}

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

.content {
  
}

.content h1, 
.content h2, 
.content h3, 
.content h4 {
  
}

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

.content a, .header a {
  color: #1e8180;
  transition: color 0.3s;  
}

.header a { text-decoration: none; }

.content a:hover {
  color: #5fa9a8;
  text-decoration: underline;
}

.footer {
  color: #fff;
  background: #1e8180;
  position: relative;
  padding: 20px 0;
}

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

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

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

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: #6ac1bb;
  color: #003f3d;
  transition: background 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding: 10px 20px;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 14pt;
  font-family: Assistant, 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: #c2e5e3;
  color: #003f3d;
  text-decoration: none;
}

/** Text controls */
.formandu-text, .formandu-dropdown, .formandu-textarea, select {
  background: #c2e5e3;
  color: #003f3d;
  border: none;
  border-bottom: 1px solid #6ac1bb;
  transition: border 0.3s;  
  font-size: 16pt;
  font-family: Assistant, sans-serif;
  margin: 10px;
  padding: 8px;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

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

/*******************************************************************************
 ** 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) {
  .header {
    padding-top: 20px;
  }
  .menubar {
    height: 0;
    padding: 0;    
  }
  nav.menu {
    padding: 0;
    background: #fff;
    text-align: left;
  }
  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: #003f3d;
    transition: background 0.3s, color 0.3s;
  }  
  
  nav.menu span.item span.submenu a:hover , nav.menu>span.item>a:hover {
    background: #6ac1bb;
    color: #003f3d;
  }
  
  nav.menu.flyout span.item span.submenu {
    padding: 0 0 5px 20px;
  }  
}

/** Big phone */

@media (max-width: 750px) {
  .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;
  }
}

