/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
/*    line-height: 1.4;*/
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


  /**
  ----------------------------------------------------------
  FONT DEFINITIONS
  ----------------------------------------------------------
  */
  
  @font-face {
    font-family: 'alegreya_sansregular';
    src: url('../fonts/alegreyasans-regular-webfont.eot');
    src: url('../fonts/alegreyasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alegreyasans-regular-webfont.woff2') format('woff2'),
       url('../fonts/alegreyasans-regular-webfont.woff') format('woff'),
       url('../fonts/alegreyasans-regular-webfont.ttf') format('truetype'),
       url('../fonts/alegreyasans-regular-webfont.svg#alegreya_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'alegreya_sansmedium';
    src: url('../fonts/alegreyasans-medium-webfont.eot');
    src: url('../fonts/alegreyasans-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alegreyasans-medium-webfont.woff2') format('woff2'),
       url('../fonts/alegreyasans-medium-webfont.woff') format('woff'),
       url('../fonts/alegreyasans-medium-webfont.ttf') format('truetype'),
       url('../fonts/alegreyasans-medium-webfont.svg#alegreya_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'alegreya_sansbold';
    src: url('../fonts/alegreyasans-bold-webfont.eot');
    src: url('../fonts/alegreyasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alegreyasans-bold-webfont.woff2') format('woff2'),
       url('../fonts/alegreyasans-bold-webfont.woff') format('woff'),
       url('../fonts/alegreyasans-bold-webfont.ttf') format('truetype'),
       url('../fonts/alegreyasans-bold-webfont.svg#alegreya_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'alegreya_sanslight';
    src: url('../fonts/alegreyasans-light-webfont.eot');
    src: url('../fonts/alegreyasans-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alegreyasans-light-webfont.woff2') format('woff2'),
       url('../fonts/alegreyasans-light-webfont.woff') format('woff'),
       url('../fonts/alegreyasans-light-webfont.ttf') format('truetype'),
       url('../fonts/alegreyasans-light-webfont.svg#alegreya_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-light-webfont.woff') format('woff'),
       url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
       url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
  }
    
  @font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-regular-webfont.woff') format('woff'),
       url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
       url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  
  
  /**
  ----------------------------------------------------------
  LINK DEFINITIONS
  ----------------------------------------------------------
  */  
  
  a {
    color: #004494;
  }
  
  a:hover {    
    color: #004494;
    text-decoration: none;
  }
  
  
  a.btn-arrow {
    text-decoration: none;
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;    
    height: 20px;
    padding: 6px 15px;
    text-align: left;
    background: #004494;
    color: #ffffff;
  }
  
  a.btn-arrow span {
    float: right;
    padding-left: 20px;
  }
  
  
  a.btn-arrow-left {
    text-decoration: none;
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    font-size: 17px;
  }
  
  a.btn-arrow-left span {
    background: #004494;
    display: inline-block;
    color: #ffffff;
    font-family: 'alegreya_sansbold', Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    text-align: center;
  }
  

  
  nav {
    font-family: 'montserratregular', Verdana, Geneva, sans-serif;
  }
  
  nav a {
    text-decoration: none;
    background: none;
  }
  
  nav a:hover,
  nav a.act {
    text-decoration: none;
    background: none;
  }
  
  .RestauratorInnensuche{font-size: 18px;
line-height: 34px; color:#ffffff;font-family: 'montserratregular', Verdana, Geneva, sans-serif;text-decoration:none; margin-right:15px}
  .RestauratorInnensuche:hover{ color: #d7d7d7;}
  /**
  ----------------------------------------------------------
  GLOBAL STYLE DEFINITIONS
  ----------------------------------------------------------
  */  
  
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #wrapper-content p {
    padding: 0;
    margin: 0 0 24px 0;
    line-height: 24px;
  }
  
  #wrapper-content p.align-right {
    text-align: right;
  }
  
  #wrapper-content span.align-right {
    float: left;
    width: 100%;
    text-align: right;
  }
  
  b {
    font-family: 'alegreya_sansbold', Verdana, Geneva, sans-serif;
    font-weight: normal;
  }
  
  
  
  
  /**
  ----------------------------------------------------------
  RESPONSIVE DEFINITIONS
  ----------------------------------------------------------
  */
  
  figure {
    margin: 0;
    padding: 0;
  }
  
  img.responsive {
    max-width: 100%;
    height: auto;
    display:block;
  }
    .lt-ie9 img.responsive {
      width: 100%;
      max-width: none !important;
    }
  
  
  
  
  /**
  ----------------------------------------------------------
  HEADLINES
  ----------------------------------------------------------
  */  
  
  h1 {
    font-family: 'montserratregular', Verdana, Geneva, sans-serif;
    color: #004494;
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  
  h2 {
    font-family: 'montserratregular', Verdana, Geneva, sans-serif;
    color: #004494;
    font-weight: normal;
    font-size: 24px;
    margin: 20px 0 20px 0;
  }
  
  h3 {
    font-family: 'montserratregular', Verdana, Geneva, sans-serif;
    color: #004494;
    font-weight: normal;
    font-size: 18px;
    margin: 18px 0 20px 0;
  }
  
  h1 a,
  h2 a,
  h3 a {
    color: #004494;
    text-decoration: underline;
  }
  
  h1 a:hover,
  h2 a:hover,
  h3 a:hover {
    color: #004494;
    background: none;
  }
  
  
  h1.callout {
    font-family: 'montserratlight', Verdana, Geneva, sans-serif;
    color: #004494;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 16px 0;
    padding: 2px;
    border-bottom: 1px solid #004494;
  }
  
  #cookienotice a {color:#545454; text-decoration:underline;}

#cookienotice a:hover {text-decoration:underline;}

#cookienotice div {padding:10px; padding-right:40px;}

#cookienotice { 
   color:#ffffff;
   text-align:right; 
   background: #004494;; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:16px; 
   line-height:22px;}
#cookienotice a{color:#fff}
#cookienoticeCloser {
   color: #ffffff;
   font: 16px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
    
   
   top: 5px;
   cursor:pointer;
   
   padding:4px;
   
 }

#cookienoticeCloser {opacity:0.5}
#cookienoticeCloser:hover {opacity:1}
  
  @media screen and (max-width: 649px) {
    
    h1 {
      font-size: 24px;
      margin: 0 0 20px 0;
    }
    
    h2 {
      font-size: 20px;
      margin: 20px 0 20px 0;
    }
    
    h3 {
      font-size: 18px;
      margin: 18px 0 20px 0;
    }
    
    h1.callout {
      font-size: 18px;
      line-height: 18px;
      margin: 0 0 16px 0;
    }
    
  }

  
  /**
  ----------------------------------------------------------
  FORMS
  ----------------------------------------------------------
  */
  
  form {
    margin: 0;
    padding: 0;
  }
  
  fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  label {
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
  }
  
  input,
  textarea {
    border: 1px solid #004494;
    background: #ffffff;
    padding: 3px 5px;
    margin: 0;    
    font-size: 16px;
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    font-weight: normal;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
  }
  
  select {
    border: 1px solid #004494;
    background: #ffffff;    
    padding: 3px 5px;
    margin: 0;
    font-size: 16px;
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #333333;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
  }
  
  input {
    height: 31px;
    line-height: 18px;
  }
  
  input.button,
  input.submit {
    background: #004494;
    border: none !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 6px 15px !important;
    text-align: left !important;
    width: auto !important;
    font-size: 17px !important;
    line-height: 20px !important;
    height: 32px !important;
  }
  
  p.error,
  label.error {
    color: #b52a2a;
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    margin: 0 0 10px 0 !important;
    line-height: 18px !important;
  }
  
  
  
  /**
  ----------------------------------------------------------
  FORMS: Formhandler
  ----------------------------------------------------------
  */
  
  .Tx-Formhandler span.message {
    display: block;
  }
  
  
  
  /**
  ----------------------------------------------------------
  PMKSHADOWBOX
  ----------------------------------------------------------
  */
  
  #sb-container {
        z-index: 100000 !important;
  }
  
  
  /**
  ----------------------------------------------------------
  TYPO3 STYLES
  ----------------------------------------------------------
  */  
  
  /*
  p.csc-anchor {
    border-top: 1px dotted #b4216e;
    margin: 24px 0 0 0 !important;
    padding: 9px 0 0 0 !important;
  }
  
  p.csc-anchor a {
    display: inline-block;
    color: #b4216e;
    line-height: 21px;
    text-decoration: none;
    background: url('../images/icon-totop.png') no-repeat 0px 0px;
    padding-left: 31px;
  }
  
  p.csc-anchor a:hover {
    color: #e74084;
    background: url('../images/icon-totop.png') no-repeat 0px -21px;    
  }
  */
  
  .csc-default {
    float: left;
    width: 100%;
  }
  
  .csc-caption {
    display: block;
    background: #737373;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    margin-top: 1px;
  }
  
  
  .csc-sitemap {
    margin-left: 30px;
  }
  
  .csc-sitemap ul {
    list-style: inside;
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
  }
  
  .csc-sitemap ul li {
    margin: 0 0 20px 0;
    font-family: 'alegreya_sansbold', Verdana, Geneva, sans-serif;
  }
  
  .csc-sitemap ul li ul {
    margin: 0 0 20px 30px;
  }
  
  .csc-sitemap ul li ul li {
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    margin: 0;
  }
  
  
  
  
  /**
  ----------------------------------------------------------
  INFINITE SCROLL
  ----------------------------------------------------------
  */  
  
  #infscr-loading {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    font-size: 16px;
  }
  
  #infscr-loading img {
    margin-bottom: 10px;
  }
  
  
  
  /**
  ----------------------------------------------------------
  FLEXSLIDER
  ----------------------------------------------------------
  */  
  
  .flex-centered .slides {
    width: 100%!important;
    text-align: center;
  }
  
  .flex-centered .slides li {
    display: inline-block !important;
    *display: inline !important;
    float: none !important;
  }  

  .flexslider {
    background: none !important;
    margin: 0 !important;
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  }
  
  .flex-direction-nav a {
    content: '' !important;
    font-size: 0.0em !important;
    color: none;
    text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.3)  !important;
  }
  
  .flex-direction-nav a:before {
    content: '' !important;
  }
  
  .flex-direction-nav a.flex-next:before {
    content: '' !important;
  }
  
  .flex-direction-nav a.flex-prev {
    background: url('../images/btn-slider-prev.png') no-repeat left top;
  }
  
  .flex-direction-nav a.flex-next {
    background: url('../images/btn-slider-next.png') no-repeat left top;
  }
  
  
  
  /**
  ----------------------------------------------------------
  MEANMENU
  ----------------------------------------------------------
  */
  
  .mean-nav {
    background: #004494 !important;
  }
  
  .mean-bar {
    background: none !important;
    margin-top: -38px !important;
  }
  
  .mean-container a.meanmenu-reveal {
    font-family: 'montserratregular', Verdana, Geneva, sans-serif !important;
    /*color: #004494 !important;*/
    background: #004494 !important;
  }
  
  .mean-container a.meanmenu-reveal span {
    /*background: #004494 !important;*/
  }
  
  .mean-nav ul li a {
    padding: 10px 5% !important;
    text-transform: none !important;
  }
  
  .mean-container .mean-nav ul li a.mean-expand {
    line-height: 32px !important;
    padding: 4px 10px 4px 10px !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #969fb5 !important;
  }
  
  .mean-container .mean-nav ul li ul li a {
    font-family: 'montserratlight', Verdana, Geneva, sans-serif !important;
    font-size: 14px !important;
  }
  
  
  
  
  
  
  /* Specific checkbox widget styles */
.ui-checkbox {
    font-size: 0.75em;
    margin: 0.6em;
}
  
  
  
  
  

  
  /**
  ----------------------------------------------------------
  STRUCTURE
  ----------------------------------------------------------
  */
  
  
  html {
    overflow-x: hidden;
    height: 100%;
  }
  
  body {
    margin: 0px; 
    padding: 0px;    
    font-family: 'alegreya_sansregular', Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #333333;
    height: 100%;
    background: #ffffff;  
  }
  
  
  #wrapper-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: left;
  }
  
  @media screen and (max-width: 1024px) {
    #wrapper-page {
      padding: 0 20px;
    }
  }
  
  @media screen and (max-width: 700px) {
    #wrapper-page {
      padding: 0 10px;
    }
  }
  
  @media screen and (max-width: 320px) {
    #wrapper-page {
      padding: 0 5px;
    }
  }
  
  header#page-header {    
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  
  #wrapper-content {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  
  footer#page-footer {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0 20px 0;
    border-top: 1px solid #d7d7d7;
  }
  
  
  
  
  
  /**
  ----------------------------------------------------------
  HEADER: Logo, Languagemenu, Mainmenu, Site-Search
  ----------------------------------------------------------
  */
  
  nav#metamenu {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  
  @media screen and (max-width: 1099px) {
    nav#metamenu {
      font-size: 12px;
      line-height: 12px;
    }
  }
  
  nav#metamenu a {
    color: #666666;
  }
  
  nav#metamenu a:hover,
  nav#metamenu a.act {
    color: #004494;
  }
  
  nav#metamenu ul {
    float: right;
  }
  
  nav#metamenu ul li {
    float: left;
    padding-right: 12px;
    border-right: 1px solid #d7d7d7;
    margin-right: 11px;
  }
  
  nav#metamenu ul li.last {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  
  @media screen and (max-width: 899px) {
    nav#metamenu ul {
      float: none;
      width: 100%;
      text-align: center;
    }
    
    nav#metamenu ul li {
      float: none;
      display: inline-block;
      padding-right: 12px;
      border-right: 1px solid #d7d7d7;
      margin-right: 11px;
    }
  }
  
  
  
  
  
  #logo {
    float: left;
    width: 680px;
    height: 34px;
    background: url('../images/logo.png') no-repeat left top;
    position: relative;
    z-index: 1000000;
  }
  
  @media screen 
    and (-webkit-min-device-pixel-ratio: 2),
    and (min--moz-device-pixel-ratio: 2),
    and (-o-min-device-pixel-ratio: 2/1),
    and (min-device-pixel-ratio: 2),
    and (min-resolution: 192dpi),
    and (min-resolution: 2dppx) {
    #logo {
      background: url('../images/logo@2x.png') no-repeat left top;
      background-size: 680px 34px;
    }
  }
  
  #logo h1 {
    font-size: 0;
    line-height: 0;
    width: 680px;
    height: 34px;
    margin: 0;
    padding: 0;
  }
  
  
  @media screen and (max-width: 899px) {
    
    #logo {      
      margin-left: 5px;
      width: 90px;
      height: 34px;
      background: url('../images/logo-mobile.png') no-repeat left top;
    }
      
    #logo h1 {
      width: 90px;
      height: 34px;
    }
  }
  
  @media screen 
    and (max-width: 899px),
    and (-webkit-min-device-pixel-ratio: 2),
    and (min--moz-device-pixel-ratio: 2),
    and (-o-min-device-pixel-ratio: 2/1),
    and (min-device-pixel-ratio: 2),
    and (min-resolution: 192dpi),
    and (min-resolution: 2dppx) {
  
    #logo {
      background: url('../images/logo-mobile@2x.png') no-repeat left top;
      background-size: 90px 34px;
    }
  
  }
  
  
  #wrapper-mainmenu-outer {
    float: left;
    width: 100%;
    height: 34px;
    margin: 10px 0;
    padding: 1px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  
  @media screen and (max-width: 899px) {
    #wrapper-mainmenu-outer {
      margin: 0;
    }
  }
  
  
  #wrapper-mainmenu {
    float: left;
    width: 100%;
    height: 34px;    
    background: #004494;
  }
  
  nav#mainmenu {
    float: left;
    padding-left: 20px;
  }
  
  nav#mainmenu a {
    color: #ffffff;
  }
  
  nav#mainmenu a:hover,
  nav#mainmenu a.act {
    color: #d7d7d7;
  }
  
  nav#mainmenu ul {
    float: left;
  }
  
  nav#mainmenu ul li {
    float: left;
    padding-left: 14px;
    margin-right: 34px;
    background: url('../images/divider-mainmenu.png') no-repeat left 9px;    
    font-size: 18px;
    line-height: 34px;
    position: relative;
  }
  
  @media screen and (max-width: 1099px) {
    nav#mainmenu ul li {
      font-size: 14px;
    }
  }

  nav#mainmenu ul li.last {
    margin-right: 0;
  }
  
  
  nav#mainmenu ul li:hover a {
    color: #d7d7d7;
  }
  
  nav#mainmenu ul li ul {
    display: none;
  }  
  
  nav#mainmenu ul li:hover ul {
    display: block;
    position: absolute;
    top: 34px;
    left: 0px;
    z-index: 1000;
    width: 200px;
    -webkit-box-shadow: 4px 4px 5px -4px #696969;
    -moz-box-shadow: 4px 4px 5px -4px #696969;
    box-shadow: 4px 4px 5px -4px #696969;    
  }
  
  nav#mainmenu ul li.mr1:hover ul {    
    right: 0 !important;
    left: auto !important;
  }
  
  nav#mainmenu ul li:hover ul li {
    width: 200px;
    font-family: 'montserratlight', Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    background: none;
    border-top: 1px solid #ffffff;
    position: relative;
  }
  
  @media screen and (max-width: 1099px) {
    nav#mainmenu ul li:hover ul li {
      font-size: 12px;
      line-height: 16px;
    }
  }
  
  nav#mainmenu ul li:hover ul li.last {
    border-bottom: 0;    
  }
  
  nav#mainmenu ul li:hover ul li a {
    display: inline-block;
    width: 172px;
    padding: 6px 14px;
    color: #ffffff;
    background: #004494;
  }
  
  nav#mainmenu ul li:hover ul li a:hover,
  nav#mainmenu ul li:hover ul li a.act {
    color: #d7d7d7;
    background: #004494;
  }
  
  
  
  
  #header-conservatorsearch {
    float: right;
  }
  
  @media screen and (max-width: 899px) {
    #header-conservatorsearch {
      float: none;
      margin: 0 auto;
      width: 230px;
    }
  }
  
  #header-conservatorsearch input {
    float: left;
    width: 226px;
    height: 34px;
    padding: 0 0 0 10px;
    margin: 0;
    color: #c2c2d6;
    border: 0px;
    font-family: 'montserratregular', Verdana, Geneva, sans-serif;
    font-size: 18px;
    line-height: 34px;
  }
  
  @media screen and (max-width: 1099px) {
    #header-conservatorsearch input {
      width: 186px;
      font-size: 14px;
    }
  }
  
  #header-conservatorsearch input.submit {
    float: left;
    height: 34px;
    width: 34px !important;
    border: 0;
    padding: 0;
    margin: 0;
    background: url('../images/btn-conservatorsearch-header.png') no-repeat left top;
    font-size: 0.0em !important;
    line-height: 0.0em !important;
    cursor: pointer;
  }
  
  
  
  
  
  
  /**
  ----------------------------------------------------------
  FOOTER
  ----------------------------------------------------------
  */
  
  footer#page-footer p {
    font-size: 12px;
    color: #666666;
    margin: 0;
    line-height: 12px;
  }
  
  .footer-address {
    float: left;
  }
  
  .footer-contact {
    float: right;
  }
  
  @media screen and (max-width: 599px) {
    .footer-address {
      width: 100%;
      padding-bottom: 5px;
      text-align: center;
    }
    
    .footer-contact {
      float: left;
      width: 100%;
      text-align: center;
    }
  }
  
  footer#page-footer a {
    color: #666666;
    text-decoration: none;
  }
  
  footer#page-footer a:hover {
    color: #004494;
  }
  
  
  
  
  
  /**
  ----------------------------------------------------------
  PAGE CONTENT
  ----------------------------------------------------------
  */
  
  
  #content-1col-sidebar {
    float: left;
    width: 100%;
  }
  
  #content-1col-sidebar .content-main {
    float: left;    
    margin-right: -241px;
    width: 100%;
  }
  
  #content-1col-sidebar .content-main .inner {
    padding: 0 20px;
    margin-right: 240px;  
    border-right: 1px solid #d7d7d7;
  }
  
  
  #content-1col-sidebar .content-sidebar {
    float: right;
    width: 240px;
    border-left: 1px solid #d7d7d7;
    
  }
  
  #content-1col-sidebar .content-sidebar .inner {
    padding: 0 20px;    
  }
  
  @media screen and (max-width: 899px) {
    #content-1col-sidebar .content-main {    
      margin-right: 0;
    }
    
    #content-1col-sidebar .content-main .inner {
      padding: 0;
      margin-right: 0;  
      border-right: none;
    }
    
    #content-1col-sidebar .content-sidebar {
      display: none;
    }
    
  }
  
  
  
  .content-70 {
    float: left;
    width: 70%;
  }
  
  @media screen and (max-width: 899px) {
    .content-70 {
      float: left;
      width: 100%;
    }
  }
  
  
  
  /**
  ----------------------------------------------------------
  PAGE-CONTENT: GRID
  ----------------------------------------------------------
  */
  
  .grid {
    display: block;
    width: 100%;
  }
  
  .grid-col {
    min-width: 310px;
  }
  
  .grid-padding {
    padding: 0 4%;
  }
  
  .grid-padding-70 {
    padding: 0 4%;
  }
  
  .grid-padding-60 {
    padding: 0 4%;
  }
  
  .grid-col-first .grid-padding,
  .grid-col-first .grid-padding-60,
  .grid-col-first .grid-padding-70 {
    padding-left: 0 !important;
  }
  
  .grid-col-last .grid-padding,
  .grid-col-last .grid-padding-60,
  .grid-col-last .grid-padding-70 {
    padding-right: 0 !important;
  }
  
  .grid-col-70 {
    float: left;
    width: 70%;
  }
  
  .grid-col-60 {
    float: left;
    width: 60%;
  }
  
  .grid-col-40 {
    float: left;
    width: 40%;
  }
  
  .grid-col-50 {
    float: left;
    width: 50%;
  }
  
  .grid-col-30 {
    float: left;
    width: 30%;
  }
  
  
  @media screen and (max-width: 1140px) {
    
    .grid-col-30 {
      float: left;
      width: 40%;
    }
    
    .grid-col-70 {
      float: left;
      width: 60%;
    }
    
  }
  
  @media screen and (max-width: 959px) {
    
    .grid-col-60 {
      width: 100%;
    }
    
    .grid-col-40 {
      width: 100%;
    }
    
    .grid-col-50 {
      width: 100%;
    }
    
    .grid-col-30 {
      width: 100%;
    }
    
    .grid-col-70 {
      width: 100%;
    }
    
    .grid-padding,
    .grid-padding-60,
    .grid-padding-70 {
      padding: 0 !important;
    }
    
    
  }  
  
  
  
  
  /**
  ----------------------------------------------------------
  PLN ORV MANAGER - MEMBER
  ----------------------------------------------------------
  */
  
  .member-list {
    float: left;
    width: 100%;
  }
  
  .memberitem {
    float: left;
    width: 45%;
    padding: 0 5% 6px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
  }
  
  @media screen and (max-width: 979px) {
    .memberitem {
      width: 100%;
      padding: 0 0 6px 0;
    }
  }
  
  @media screen and (max-width: 899px) {
    .memberitem {
      width: 45%;
      padding: 0 5% 6px 0;
    }
  }
  
  @media screen and (max-width: 649px) {
    .memberitem {
      width: 100%;
      padding: 0 0 6px 0;
    }
  }
  
  .memberitem h3 {
    font-size: 14px;
    margin: 0;
    color: #000000;
  }  
  
  .memberitem h3 span.small {
    font-size: 10px;
  }
  
  .member-list .f3-widget-paginator {
    display: none;
  }
  
  
  
  /**
  ----------------------------------------------------------
  PLN ORV MANAGER - RESTAURATOR
  ----------------------------------------------------------
  */
  
  .restaurator-search {
    float: left;
    width: 90%;
    padding: 5%;
    background: #f3f3f3;
  }
  
  .restaurator-search label {
    display: inline-block;
    width: 100px;
  }
  
  .restaurator-search input {
    width: 200px;
  }
  
  .restaurator-search select {
    width: 200px;
  }
  
  .restaurator-search p.btn-submit {
    margin-left: 102px !important;
  }
  
  .restaurator-search p.btn-searchextended {
    margin: 0 !important;
    text-align: right;
  }
  
  .restaurator-search p.btn-searchextended a {
    color: #000000;
  }
  
  
  
  
  
  .restaurator-searchextended {
    float: left;
    width: 90%;
    padding: 3% 5%;
    background: #f3f3f3;
  }
  
  .restaurator-searchextended label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  
  .restaurator-searchextended input,
  .restaurator-searchextended select {
    width: 100%;
  }
  
  .restaurator-searchextended input.half,
  .restaurator-searchextended select.half {
    width: 50%;
  }
  
  .restaurator-searchextended p.tiny {
    float: left;
    width: 23%;
    margin-right: 2% !important;
  }
  
  .restaurator-searchextended p.tiny-last {
    float: left;
    width: 23%;
    margin-left: 2% !important;
  }
  
  @media screen and (max-width: 649px) {
    .restaurator-searchextended input.half,
    .restaurator-searchextended select.half {
      width: 100%;
    }
    
    .restaurator-searchextended p.tiny {
      float: left;
      width: 48%;
      margin-right: 2% !important;
    }
    
    .restaurator-searchextended p.tiny-last {
      float: left;
      width: 48%;
      margin-left: 2% !important;
    }
  }
  
  .restaurator-searchextended p.btn-submit {
    text-align: right;
  }
  
  
  
  
  .restaurator-list {
    float: left;
    width: 100%;
  }
  
  .btn-searchextended {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: right;
  }
  
  .restauratoritem {
    float: left;
    width: 100%;
    padding-bottom: 21px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
  }
  
  .restauratoritem h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    color: #000000;
  }
  
  .restauratoritem h2 span.small {
    font-size: 12px;
  }
  
  .restauratoritem .organisation {
    float: left;
    width: 100%;
    margin-top: 3px;
  }
  
  .restauratoritem ul.property-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
  }
  
  .restauratoritem ul.property-list li {
    float: left;
    width: 100%;
  }
  
  .restauratoritem ul.property-list li.spacing-top {
    margin-top: 10px;
  }
  
  .restauratoritem ul.property-list li span.label {
    float: left;
    width: 120px;
    color: #999999;
  }
  
  .restauratoritem ul.property-list li span.value {
    float: left;
    width: 100%;
    margin-right: -120px;
  }
  
  .restauratoritem ul.property-list li span.value span.value-inner {
    display: inline-block;
    margin-right: 120px;
  }
  
  @media screen and (max-width: 499px) {
    
    .restauratoritem ul.property-list li {
      margin-bottom: 10px;
    }
    
    .restauratoritem ul.property-list li span.label {
      width: 100%;
      padding-bottom: 3px;
    }
    
    .restauratoritem ul.property-list li span.value {
      margin-right: 0;
    }
    
    .restauratoritem ul.property-list li span.value span.value-inner {
      margin-right: 0;
    }
    
  }
  
  .restaurator-list .f3-widget-paginator {
    display: none;
  }
  
  
  
  
  /**
  ----------------------------------------------------------
  PLN NEWS
  ----------------------------------------------------------
  */
  
  
  .news ul.property-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
  }
  
  .news ul.property-list li {
    float: left;
    width: 100%;
  }
  
  .news ul.property-list li.btn {
    margin-top: 5px;
  }
  
  .news ul.property-list li span.label {
    float: left;
    width: 100px;
    color: #999999;
  }
  
  .news ul.property-list li span.label-btn {
    margin-top: 5px;
  }
  
  .news ul.property-list li span.value {
    float: left;
    width: 100%;
    margin-right: -100px;
  }
  
  .news ul.property-list li span.value span.value-inner {
    display: inline-block;
    margin-right: 100px;
  }
  
  
  .news .news-img-wrap .outer {
    margin-bottom: 20px;
    text-align: center;
  }
  
  
  .event-list-view .page-navigation,
  .news-list-view .page-navigation {
    display: none;
  }
  
  .news-single .col1 {
    float: left;
    width: 100%;
    margin-left: -310px;
  }
  
  .news-single .col1 .col1-inner {
    margin-left: 310px;
    padding-right: 20px;
  }
  
  .news-single .col2 {
    float: left;
    width: 310px;
  }
  
  
  
  @media screen and (max-width: 1024px) {
    .news-single .col1 {
      margin-left: 0;
    }
    
    .news-single .col1 .col1-inner {
      margin-left: 0;
      padding-right: 0px;
      padding-bottom: 20px;
    }
    
    .news-single .col2 {
      float: none;
      margin: 0 auto;
    }
  }
  
  
  
  .news-single .footer {
    float: left;
    width: 100%;
  }
  
  .news-single .footer .news-backlink-wrap {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  
  .news-single .footer ul.socialmenu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .news-single .footer ul.socialmenu li {
    float: left;
    padding-right: 10px;
  }
  
  .news-single .footer ul.socialmenu li.last {
    padding-right: 0;
  }
  
  
  .news-single .event-data {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
  }  
  
  
  
  .publication-list-view {
    float: left;
    width: 95%;
    margin-left: 5%;
  }
  
  .publication-list-view .article {
    float: left;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
  }
  
  .publication-list-view .pre-headline {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #999999;
  }
  
  .publication-list-view h3 {
    font-size: 14px;
    margin: 0;
  }
  
  .publication-list-view h3 a {
    color: #000000;
    text-decoration: none;
  }
  
  .publication-list-view h3 a:hover {
    color: #004494;
  }
  
  
  
  .publication-detail-view {
    float: left;
    width: 100%;
  }
  
  .publication-detail-view .pre-headline {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  
  
  
  .news-list-view {
    float: left;
    width: 100%;
  }
  
  .news-list-view .article {
    float: left;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
  }
  
  .news-list-view .pre-headline {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #999999;
  }
  
  .news-list-view h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  
  .news-list-view h3 a {
    color: #000000;
    text-decoration: none;
  }
  
  .news-list-view h3 a:hover {
    color: #004494;
  }
  
  
  .news-gallery {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  
  .news-gallery .outer {
    float: left !important;;
    margin: 0 8px 16px 8px !important;;
    width: 134px !important;;
  }
  
  
  
  .event-latest-view {
    float: left;
    width: 100%;
    margin-bottom: 36px;
  }
  
  .event-latest-view .news-img-wrap {
    float: left;
    width: 310px;
    margin: 0 !important;
  }
  
  .event-latest-view .news-img-wrap .outer {
    margin: 0 !important;
  }
  
  .event-latest-view .col-data {
    float: left;
    width: 100%;
    /*margin-right: -310px;*/
  }
  
  .event-latest-view .col-data .col-data-inner {
    float: left;
    width: 100%;
    /*margin-right: 310px;
    padding-left: 20px;*/
  }
  
  /*
  @media screen and (max-width: 979px) {
    .event-latest-view .news-img-wrap {
      display: none;
    }
    
    .event-latest-view .col-data {
      margin-right: 0;
    }
    
    .event-latest-view .col-data .col-data-inner {
      margin-right: 0;
      padding-left: 0;
      padding-top: 10px:
    }
  }
  */
  
  .event-latest-view article .header {
    float: left;
    width: 100%;
    background: #004494;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .event-latest-view article .header h1 {
    font-size: 20px;
    line-height: 22px;
    padding: 5px 10px;
    margin: 0;
  }
  
  .event-latest-view article .header h1 a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .event-latest-view .teaser-text {
    float: left;
    width: 100%;
  }
  
  .event-latest-view .btn-detail {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  
  
  .event-list-view {
    float: left;
    width: 100%;
  }
  
  .event-list-view .article {
    float: left;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
  }
    
  .event-list-view h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  
  .event-list-view h3 a {
    color: #000000;
    text-decoration: none;
  }
  
  .event-list-view h3 a:hover {
    color: #004494;
  }
  
  .event-list-view .event-data {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
  }
  
  
  
  .event-registration {
    float: left;
    width: 100%;
  }
  
  .event-registration .event-data {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  .event-registration-form {
    float: left;
    width: 90%;
    padding: 3% 5%;
    background: #f3f3f3;
  }
  
  #protector {
    display: none;
  }
  
  .event-registration-form label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  
  .event-registration-form label.error {
    float: left;
    width: 100%;
    margin-top: 5px !important;
  }
  
  .event-registration-form input,
  .event-registration-form select {
    width: 100%;
  }
  
  .event-registration-form input.half,
  .event-registration-form select.half {
    width: 48%;
  }
  
  .event-registration-form input.tiny,
  .event-registration-form select.tiny {
    width: 23%;
  }
  
  .event-registration-form p.half {
    float: left;
    width: 48%;
    margin-right: 2% !important;
  }
  
  .event-registration-form p.half-last {
    float: left;
    width: 48%;
    margin-left: 2% !important;
  }
  
  .event-registration-form p.tiny {
    float: left;
    width: 23%;
    margin-right: 2% !important;
  }
  
  .event-registration-form p.tiny-last {
    float: left;
    width: 23%;
    margin-left: 2% !important;
  }
  
  @media screen and (max-width: 649px) {
    .event-registration-form input.half,
    .event-registration-form select.half,
    .event-registration-form input.tiny,
    .event-registration-form select.tiny {
      width: 100%;
    }
    
    .event-registration-form p.tiny {
      float: left;
      width: 48%;
      margin-right: 2% !important;
    }
    
    .event-registration-form p.tiny-last {
      float: left;
      width: 48%;
      margin-left: 2% !important;
    }
  }
  
  .event-registration-form p.btn-submit {
    text-align: right;
    margin-bottom: 0 !important;
  }
  
  .event-registration .btn-back {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  
  
  

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
