@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Canvas
    Theme URI: http://themes.semicolonweb.com/html/canvas
    Description: The Multi-Purpose Template
    Author: SemiColonWeb
    Author URI: http://themeforest.net/user/semicolonweb
    Version: 4.5.1

    LESS Stylesheet

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
	typography.scss
-----------------------------------------------------------------------------------*/
@import url(css/swiper.css);
/* line 7, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0; }

/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

/* line 22, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
::selection {
  background: #648522;
  color: #FFF;
  text-shadow: none; }

/* line 28, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
::-moz-selection {
  background: #648522;
  /* Firefox */
  color: #FFF;
  text-shadow: none; }

/* line 34, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
::-webkit-selection {
  background: #648522;
  /* Safari */
  color: #FFF;
  text-shadow: none; }

/* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
:active,
:focus {
  outline: none !important; }

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
/* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
body {
  line-height: 1.5;
  color: #3D4E4D;
  font-size: 20px;
  font-family: "Abel", sans-serif; }

/* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
a {
  text-decoration: none !important;
  color: #648522; }
  /* line 59, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
  a:hover {
    color: #222; }
  /* line 62, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
  a img {
    border: none; }

/* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
img {
  max-width: 100%; }

/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
iframe {
  border: none !important; }

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
/* line 75, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif; }

/* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h5,
h6 {
  margin-bottom: 20px; }

/* line 91, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h1 {
  font-size: 50px; }

/* line 92, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h2 {
  font-size: 22px; }

/* line 93, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h3 {
  font-size: 22px; }

/* line 94, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h4 {
  font-size: 20px; }

/* line 95, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h5 {
  font-size: 20px; }

/* line 96, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h6 {
  font-size: 12px; }

/* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h3 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.6px; }

/* line 100, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h4 {
  font-weight: bold; }

/* line 102, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h5,
h6 {
  font-weight: bold; }

/* line 111, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) {
  color: #648522; }

/* line 116, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px; }

/* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
small {
  font-family: "Abel", sans-serif; }

/* line 130, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
#wrapper {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

/* line 143, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.topofthepage span {
  display: block;
  color: #fff !important;
  padding: 0;
  margin: 0; }

/* line 150, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.topofthepage span .color {
  display: inline;
  color: #648522 !important; }

/* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.very-small {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2;
  font-weight: 400; }

@media (max-width: 480px) {
  /* line 168, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
  .very-small {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2;
    font-weight: 400; } }

/* line 178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.topofthepage .h1 {
  font-size: 50px;
  color: #648522 !important;
  font-weight: 800;
  margin-top: 10px;
  letter-spacing: 1.1px; }

@media (max-width: 480px) {
  /* line 187, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
  .topofthepage .h1 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
    letter-spacing: 1.1px; } }

/* line 195, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.topofthepage .h1-long {
  font-size: 18px;
  padding-top: 15px;
  font-weight: 500;
  letter-spacing: 1.5px; }

/* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.h2-top {
  font-size: 20px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 30px;
  margin: 0 0 10px 0;
  padding-bottom: 0px;
  color: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: bottom;
  -ms-flex-align: bottom;
  align-items: bottom; }

/* line 221, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.line_01,
.line_02 {
  background-color: #648522;
  border: 0 none;
  display: inline-block;
  transform-origin: left; }

/* line 229, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.line_01 {
  height: 2px;
  width: 40px; }

/* line 234, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.line_02 {
  height: 2px;
  width: 70px; }

/* line 239, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/typography.scss */
.has_transition_1500 {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

/*-----------------------------------------------------------------------------------
	helpers.scss
-----------------------------------------------------------------------------------*/
/* line 6, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.uppercase {
  text-transform: uppercase !important; }

/* line 8, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.lowercase {
  text-transform: lowercase !important; }

/* line 10, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.capitalize {
  text-transform: capitalize !important; }

/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nott {
  text-transform: none !important; }

/* line 14, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.tright {
  text-align: right !important; }

/* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.tleft {
  text-align: left !important; }

/* line 18, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.fright {
  float: right !important; }

/* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.fleft {
  float: left !important; }

/* line 22, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.fnone {
  float: none !important; }

/* line 24, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.ohidden {
  position: relative;
  overflow: hidden !important; }

/* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #EEE; }
  /* line 37, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
  .line.line-sm,
  .double-line.line-sm {
    margin: 30px 0; }

/* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
span.middot {
  display: inline-block;
  margin: 0 5px; }

/* line 47, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.double-line {
  border-top: 3px double #E5E5E5; }

/* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.emptydiv {
  display: block !important;
  position: relative !important; }

/* line 54, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.allmargin {
  margin: 50px !important; }

/* line 55, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.leftmargin {
  margin-left: 50px !important; }

/* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.rightmargin {
  margin-right: 50px !important; }

/* line 57, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.topmargin {
  margin-top: 50px !important; }

/* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.bottommargin {
  margin-bottom: 50px !important; }

/* line 59, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.clear-bottommargin {
  margin-bottom: -50px !important; }

/* line 60, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.allmargin-sm {
  margin: 30px !important; }

/* line 61, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.leftmargin-sm {
  margin-left: 30px !important; }

/* line 62, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.rightmargin-sm {
  margin-right: 30px !important; }

/* line 63, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.topmargin-sm {
  margin-top: 30px !important; }

/* line 64, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.bottommargin-sm {
  margin-bottom: 30px !important; }

/* line 65, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.clear-bottommargin-sm {
  margin-bottom: -30px !important; }

/* line 66, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.allmargin-lg {
  margin: 80px !important; }

/* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.leftmargin-lg {
  margin-left: 80px !important; }

/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.rightmargin-lg {
  margin-right: 80px !important; }

/* line 69, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.topmargin-lg {
  margin-top: 80px !important; }

/* line 70, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.bottommargin-lg {
  margin-bottom: 80px !important; }

/* line 71, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.clear-bottommargin-lg {
  margin-bottom: -80px !important; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nomargin {
  margin: 0 !important; }

/* line 73, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noleftmargin {
  margin-left: 0 !important; }

/* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.norightmargin {
  margin-right: 0 !important; }

/* line 75, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.notopmargin {
  margin-top: 0 !important; }

/* line 76, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nobottommargin {
  margin-bottom: 0 !important; }

/* line 77, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.header-stick {
  margin-top: -50px !important; }

/* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.content-wrap .header-stick {
  margin-top: -80px !important; }

/* line 79, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.footer-stick {
  margin-bottom: -50px !important; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.content-wrap .footer-stick {
  margin-bottom: -80px !important; }

/* line 81, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noborder {
  border: none !important; }

/* line 82, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noleftborder {
  border-left: none !important; }

/* line 83, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.norightborder {
  border-right: none !important; }

/* line 84, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.notopborder {
  border-top: none !important; }

/* line 85, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nobottomborder {
  border-bottom: none !important; }

/* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noradius {
  border-radius: 0; }

/* line 87, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.col-padding {
  padding: 60px; }

/* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nopadding {
  padding: 0 !important; }

/* line 89, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noleftpadding {
  padding-left: 0 !important; }

/* line 90, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.norightpadding {
  padding-right: 0 !important; }

/* line 91, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.notoppadding {
  padding-top: 0 !important; }

/* line 92, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nobottompadding {
  padding-bottom: 0 !important; }

/* line 93, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noabsolute {
  position: relative !important; }

/* line 94, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noshadow {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }

/* line 95, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.hidden {
  display: none !important; }

/* line 96, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nothidden {
  display: block !important; }

/* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.pad-small {
  padding: 0 20px; }

/* line 102, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.pos-relative {
  position: relative; }

/* line 104, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.inline-block {
  float: none !important;
  display: inline-block !important; }

/* line 109, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.center {
  text-align: center !important; }

/* line 111, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* line 118, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.bgcolor,
.bgcolor #header-wrap {
  background-color: #648522 !important; }

/* line 121, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.color {
  color: #648522 !important; }

/* line 122, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.color-2 {
  color: #f3c800 !important; }

/* line 124, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.border-color {
  border-color: #648522 !important; }

/* line 126, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nobg {
  background: none !important; }

/* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nobgcolor {
  background-color: transparent !important; }

/* line 130, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.t300 {
  font-weight: 300 !important; }

/* line 132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.t400 {
  font-weight: 400 !important; }

/* line 134, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.t500 {
  font-weight: 500 !important; }

/* line 136, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.t600 {
  font-weight: 600 !important; }

/* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.t700 {
  font-weight: 700 !important; }

/* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.ls0 {
  letter-spacing: 0px !important; }

/* line 142, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.ls1 {
  letter-spacing: 1px !important; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.ls2 {
  letter-spacing: 2px !important; }

/* line 146, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.ls3 {
  letter-spacing: 3px !important; }

/* line 148, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.ls4 {
  letter-spacing: 4px !important; }

/* line 150, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.ls5 {
  letter-spacing: 5px !important; }

/* line 152, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.noheight {
  height: 0 !important; }

/* line 154, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.nolineheight {
  line-height: 0 !important; }

/* line 156, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.font-body {
  font-family: 'Lato', sans-serif; }

/* line 158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.font-primary {
  font-family: 'Raleway', sans-serif; }

/* line 160, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.font-secondary {
  font-family: 'Crete Round', serif; }

/* line 162, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.bgicon {
  display: block;
  position: absolute;
  bottom: -60px;
  right: -50px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1); }

/* MOVING BG -  TESTIMONIALS */
/* line 172, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.bganimate {
  -webkit-animation: BgAnimated 30s infinite linear;
  -moz-animation: BgAnimated 30s infinite linear;
  -ms-animation: BgAnimated 30s infinite linear;
  -o-animation: BgAnimated 30s infinite linear;
  animation: BgAnimated 30s infinite linear; }

@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 400px; } }

@-moz-keyframes BgAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 400px; } }

@-ms-keyframes BgAnimated {
  /* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
  from {
    background-position: 0 0; }
  /* line 192, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
  to {
    background-position: 0 400px; } }

@-o-keyframes BgAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 400px; } }

@keyframes BgAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 400px; } }

/* line 206, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.vertical-middle {
  height: auto !important;
  left: 0; }

/* line 220, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers.scss */
.magnific-max-width .mfp-content {
  max-width: 800px; }

/* line 1, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.no-shadow {
  text-shadow: none !important; }

/* line 2, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.no-mt {
  margin-top: 0 !important; }

/* line 3, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.no-mb {
  margin-bottom: 0 !important; }

/* line 4, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.no-pb {
  padding-bottom: 0 !important; }

/* line 5, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.no-pt {
  padding-top: 0 !important; }

/* line 6, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.no-padding {
  padding: 0 !important; }

/* line 7, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.no-margin {
  margin: 0 !important; }

/* line 8, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mr-small {
  margin-right: 16px; }

/* line 9, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.ml-small {
  margin-left: 16px; }

/* line 10, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mr-xsmall {
  margin-right: 8px; }

/* line 11, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.ml-xsmall {
  margin-left: 8px; }

/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mb-large {
  margin-bottom: 60px; }

@media (min-width: 768px) {
  /* line 14, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mb-large {
    margin-bottom: 120px; } }

/* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mb-medium {
  margin-bottom: 66.67px; }

@media (min-width: 768px) {
  /* line 18, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mb-medium {
    margin-bottom: 100px; } }

/* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mb-small {
  margin-bottom: 16px; }

/* line 21, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mt-large {
  margin-top: 60px; }

@media (min-width: 768px) {
  /* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mt-large {
    margin-top: 120px; } }

/* line 25, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mt-medium {
  margin-top: 50px; }

@media (min-width: 768px) {
  /* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mt-medium {
    margin-top: 100px; } }

/* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.mt-small {
  margin-top: 16px; }

/* line 30, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.pb-large {
  padding-bottom: 60px; }

@media (min-width: 768px) {
  /* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .pb-large {
    padding-bottom: 120px; } }

/* line 34, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.pb-medium {
  padding-bottom: 48px; }

@media (min-width: 768px) {
  /* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .pb-medium {
    padding-bottom: 96px; } }

/* line 38, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.pb-small {
  padding-bottom: 16px; }

/* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.pt-large {
  padding-top: 60px; }

@media (min-width: 768px) {
  /* line 41, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .pt-large {
    padding-top: 120px; } }

/* line 43, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.pt-medium {
  padding-top: 48px; }

@media (min-width: 768px) {
  /* line 45, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .pt-medium {
    padding-top: 96px; } }

/* line 47, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.pt-small {
  padding-top: 16px; }

@media (max-width: 767px) {
  /* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .rollover.effect-zoe .shop-product figure figcaption .icon-links a {
    white-space: normal; }
  /* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mb-xs {
    margin-bottom: 24px; }
  /* line 51, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mt-xs {
    margin-top: 24px; } }

@media (max-width: 991px) {
  /* line 54, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mb-sm {
    margin-bottom: 24px; }
  /* line 55, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
  .mt-sm {
    margin-top: 24px; } }

/* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
#sidelogo {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 80px;
  margin-bottom: 20px; }

/* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.img-grayscale {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

/* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.img-grayscale:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/* line 82, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.checkbox-style {
  opacity: 0;
  position: absolute; }

/* line 85, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.checkbox-style-3-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer; }

/* line 87, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.checkbox-style-3-label {
  position: relative; }

/* line 90, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.checkbox-style-3-label:before {
  content: '';
  background: #FFF;
  border: 2px solid #3D4E4D;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  padding: 2px;
  margin-right: 10px;
  line-height: 1;
  text-align: center; }

/* line 104, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.checkbox-style:checked + .checkbox-style-3-label:before {
  content: "\e116";
  font-family: 'lined-icons';
  background: #449D44;
  color: #FFF; }

/* Validation Error Tooptips */
/* line 115, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError {
  z-index: 990; }

/* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorContent {
  z-index: 991; }

/* line 123, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow {
  z-index: 996; }

/* line 127, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.ui-dialog .formError {
  z-index: 5000; }

/* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

/* line 135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

/* line 139, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.inputContainer {
  position: relative;
  float: left; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

/* line 153, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

/* line 160, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

/* line 167, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 16px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

/* line 186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

/* line 198, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.greenPopup .formErrorContent {
  background: #33be40; }

/* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

/* line 207, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

/* line 214, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

/* line 223, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

/* line 239, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

/* line 246, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.greenPopup .formErrorArrow div {
  background: #33be40; }

/* line 250, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

/* line 255, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

/* line 260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

/* line 265, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line8 {
  width: 11px; }

/* line 269, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line7 {
  width: 9px; }

/* line 273, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line6 {
  width: 7px; }

/* line 277, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line5 {
  width: 5px; }

/* line 281, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line4 {
  width: 3px; }

/* line 285, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

/* line 292, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

/* line 298, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/helpers-matze.scss */
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

/* ----------------------------------------------------------------

	Layouts.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.section {
  position: relative;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #F9F9F9;
  overflow: hidden; }
  /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
  .section .container {
    z-index: 2; }
  /* line 24, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
  .section .container + .video-wrap {
    z-index: 1; }

/* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden; }

/* line 37, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.mobile-parallax,
.video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center; }

/* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.revealer-image {
  position: relative;
  bottom: -120px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out; }

/* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.section:hover .revealer-image {
  bottom: -60px; }

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
/* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.postcontent {
  width: 860px; }
  /* line 61, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
  .postcontent.bothsidebar {
    width: 580px; }

/* line 66, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.sidebar {
  width: 240px; }

/* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_full {
  width: 100%; }

/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_half {
  width: 48%; }

/* line 69, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_one_third {
  width: 30.63%; }

/* line 70, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_two_third {
  width: 65.33%; }

/* line 71, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_one_fourth {
  width: 22%; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_three_fourth {
  width: 74%; }

/* line 73, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_one_fifth {
  width: 16.8%; }

/* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_two_fifth {
  width: 37.6%; }

/* line 75, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_three_fifth {
  width: 58.4%; }

/* line 76, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_four_fifth {
  width: 79.2%; }

/* line 77, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_one_sixth {
  width: 13.33%; }

/* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_five_sixth {
  width: 82.67%; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
body.stretched .container-fullwidth {
  position: relative;
  padding: 0 60px;
  width: 100%; }

/* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left; }

/* line 107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.postcontent,
.sidebar {
  margin-right: 40px; }

/* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_full {
  clear: both;
  float: none;
  margin-right: 0; }

/* line 116, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.postcontent.col_last,
.sidebar.col_last {
  float: right; }

/* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/layouts.scss */
.col_last {
  margin-right: 0 !important;
  clear: right; }

/* ----------------------------------------------------------------

	topbar.scss

-----------------------------------------------------------------*/
/* line 9, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
#top-bar {
  position: relative;
  border-bottom: 1px solid #EEE;
  height: 45px;
  line-height: 44px;
  font-size: 13px; }
  /* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-bar .col_half {
    width: auto; }

/* ----------------------------------------------------------------
	Top Links
-----------------------------------------------------------------*/
/* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
.top-links {
  position: relative;
  float: left; }
  /* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links ul {
    margin: 0;
    list-style: none; }
    /* line 34, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
    .top-links ul li {
      float: left;
      position: relative;
      height: 44px;
      border-left: 1px solid #EEE; }
    /* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
    .top-links ul li:first-child,
    .top-links ul ul li {
      border-left: 0 !important; }
  /* line 47, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links li > a {
    display: block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 44px;
    color: #666; }
  /* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links li i {
    vertical-align: top; }
  /* line 57, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links li i.icon-angle-down {
    margin: 0 0 0 5px !important; }
  /* line 60, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links li i:first-child {
    margin-right: 2px; }
  /* line 63, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links li.full-icon i {
    top: 2px;
    font-size: 14px;
    margin: 0; }
  /* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links li:hover {
    background-color: #EEE; }
    /* line 71, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
    .top-links li:hover ul,
    .top-links li:hover div.top-link-section {
      pointer-events: auto; }
  /* line 79, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links ul ul,
  .top-links ul div.top-link-section {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 210;
    line-height: 1.5;
    background: #FFF;
    border: 0;
    top: 44px;
    left: 0;
    width: 140px;
    margin: 0;
    border-top: 1px solid #648522;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); }
  /* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links ul ul li {
    float: none;
    height: 36px;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #EEE; }
    /* line 104, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
    .top-links ul ul li:hover {
      background-color: #F9F9F9; }
    /* line 108, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
    .top-links ul ul li:first-child {
      border-top: none !important;
      border-left: 1px solid #EEE; }
  /* line 114, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links ul ul a {
    height: 36px;
    line-height: 36px;
    font-size: 12px; }
  /* line 120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links ul ul img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
  /* line 129, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links ul ul.top-demo-lang img {
    top: 4px;
    width: 16px;
    height: 16px; }
  /* line 136, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  .top-links ul div.top-link-section {
    padding: 25px;
    left: 0;
    width: 280px; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
  left: auto;
  right: 0; }

/* ----------------------------------------------------------------
	Top Social
-----------------------------------------------------------------*/
/* line 155, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
#top-social,
#top-social ul {
  margin: 0; }

/* line 159, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
  display: block;
  position: relative;
  float: left;
  width: auto;
  overflow: hidden;
  height: 44px;
  line-height: 44px; }

/* line 172, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
#top-social li {
  border-left: 1px solid #EEE; }
  /* line 175, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-social li:first-child {
    border-left: 0 !important; }
  /* line 179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-social li a {
    float: none;
    width: 40px;
    font-weight: bold;
    color: #666;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, width 0.3s ease-in-out; }
    /* line 185, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
    #top-social li a:hover {
      color: #FFF !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  /* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-social li .ts-icon {
    width: 40px;
    text-align: center;
    font-size: 14px; }

/* ----------------------------------------------------------------
	Top Login
-----------------------------------------------------------------*/
/* line 204, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
#top-login {
  margin-bottom: 0; }
  /* line 206, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-login .checkbox {
    margin-bottom: 10px; }
  /* line 207, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-login .form-control {
    position: relative; }
  /* line 208, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-login .form-control:focus {
    border-color: #CCC; }
  /* line 209, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-login .input-group#top-login-username {
    margin-bottom: -1px; }
  /* line 210, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-login #top-login-username input,
  #top-login #top-login-username .input-group-addon {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-login .input-group#top-login-password {
    margin-bottom: 10px; }
  /* line 216, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/topbar.scss */
  #top-login #top-login-password input,
  #top-login #top-login-password .input-group-addon {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* ----------------------------------------------------------------

	header.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	10. Header
-----------------------------------------------------------------*/
/* line 14, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #F5F5F5; }

/* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header .container {
  position: relative; }

/* line 22, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header {
  background: transparent;
  border-bottom: none;
  z-index: 199; }

/* line 28, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.semi-transparent {
  background-color: rgba(255, 255, 255, 0.8); }

/* line 30, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header.floating-header {
  margin-top: 60px; }

/* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header.floating-header .container {
  width: 1220px;
  background-color: #FFF;
  padding: 0 40px;
  border-radius: 2px; }

/* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header.floating-header.sticky-header .container {
  width: 1170px;
  padding: 0 15px; }

/* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
  top: -100px;
  margin-bottom: -100px; }

/* line 52, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
  top: -160px;
  margin-bottom: -160px; }

/* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header + #page-title.page-title-parallax .container {
  z-index: 5;
  padding-top: 100px; }

/* line 63, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.full-header {
  border-bottom-color: #EEE; }

/* line 65, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.stretched #header.full-header .container {
  width: 100%;
  padding: 0 30px; }

/* line 70, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header.full-header #header-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#slider + #header.transparent-header.full-header #header-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none; }

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
/* line 83, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#logo {
  position: relative;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-right: 40px; }

/* line 92, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.full-header #logo {
  padding-right: 30px;
  margin-right: 30px; }

/* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header.full-header #logo {
  border-right-color: rgba(0, 0, 0, 0.1); }

/* line 101, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#logo a {
  display: block;
  color: #000; }
  /* line 104, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #logo a.standard-logo {
    display: block; }
  /* line 105, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #logo a.retina-logo {
    display: none; }

/* line 107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#logo img {
  display: block;
  max-width: 100%; }

/* ----------------------------------------------------------------
	Header Right Area
-----------------------------------------------------------------*/
/* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.header-extras {
  float: right;
  margin: 30px 0 0; }

/* line 124, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.header-extras li {
  float: left;
  margin-left: 20px;
  height: 40px;
  overflow: hidden;
  list-style: none; }

/* line 132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.header-extras li i {
  margin-top: 3px !important; }

/* line 134, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.header-extras li:first-child {
  margin-left: 0; }

/* line 136, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.header-extras li .he-text {
  float: left;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.43; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.header-extras li .he-text span {
  display: block;
  font-weight: 400;
  color: #648522; }

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/* line 156, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu {
  float: right; }

/* line 158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul.mobile-primary-menu {
  display: none; }

/* line 160, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.full-header #primary-menu > ul {
  float: left;
  padding-right: 15px;
  margin-right: 15px; }

/* line 166, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.transparent-header.full-header #primary-menu > ul {
  border-right-color: rgba(0, 0, 0, 0.1); }

/* line 168, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu-trigger,
#page-submenu-trigger {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* line 184, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul {
  list-style: none;
  margin: 0; }

/* line 189, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu > ul {
  float: left; }

/* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li {
  position: relative; }

/* line 193, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li.mega-menu {
  position: inherit; }

/* line 195, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul > li {
  float: left;
  margin-left: 2px; }

/* line 200, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu > ul > li:first-child {
  margin-left: 0; }

/* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li > a {
  display: block;
  line-height: 22px;
  padding: 39px 15px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  -o-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease; }

/* line 215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li > a span {
  display: none; }

/* line 217, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li > a i {
  position: relative;
  top: -1px;
  font-size: 14px;
  width: 16px;
  text-align: center;
  margin-right: 6px;
  vertical-align: top; }

/* line 227, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li > a i.icon-angle-down:last-child {
  font-size: 12px;
  margin: 0 0 0 5px; }

/* line 232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
  color: #648522; }

/* line 237, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover > .mega-menu-content {
  display: block; }

/* line 240, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
  display: none;
  position: absolute;
  width: 240px;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
  border-top: 2px solid #648522;
  height: auto;
  z-index: 199;
  top: 100%;
  left: 0;
  margin: 0; }

/* line 256, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul:not(.mega-menu-column) ul {
  top: -2px !important;
  left: 238px; }

/* line 261, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
  left: auto;
  right: 0; }

/* line 267, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
  right: 238px; }

/* line 269, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul li {
  float: none;
  margin: 0; }

/* line 274, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul li:first-child {
  border-top: 0; }

/* line 276, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  letter-spacing: 0;
  font-family: "Abel", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* line 286, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul li > a i {
  vertical-align: middle; }

/* line 288, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul li:hover > a {
  background-color: #F9F9F9;
  padding-left: 18px;
  color: #648522; }

/* line 294, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
  background-image: url("images/icons/submenu.png");
  background-position: right center;
  background-repeat: no-repeat; }

/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/
/* line 307, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content {
  width: 720px;
  max-width: 400px; }

/* line 313, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 15px;
  width: 1140px;
  max-width: none; }

/* line 320, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0;
  width: 1220px; }

/* line 325, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 60px; }

/* line 327, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
  margin: 0 30px; }

/* line 329, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
  padding: 0 10px; }

/* line 331, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content ul {
  display: block;
  position: relative;
  top: 0;
  min-width: inherit;
  border: 0;
  box-shadow: none;
  background-color: transparent; }

/* line 341, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
  display: block !important;
  opacity: 1 !important;
  top: 0;
  left: 0; }

/* line 348, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content ul.mega-menu-column {
  float: left;
  margin: 0; }

/* line 353, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
  width: 20%; }

/* line 355, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
  width: 100%; }

/* line 357, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
  border-left: 1px solid #F2F2F2; }

/* line 359, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
  padding: 30px 20px; }

/* line 361, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
  margin-top: 20px; }

/* line 363, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child {
  margin-top: 0; }

/* line 365, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  margin-bottom: 15px;
  color: #444;
  padding: 0 !important;
  line-height: 1.3 !important; }

/* line 377, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
  background-color: transparent; }

/* line 379, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
  color: #648522; }

/* line 381, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
  background: none; }

/* line 384, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 li {
  border: 0; }

/* line 386, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul li > a {
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px; }

/* line 392, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover {
  padding-left: 12px; }

/* line 395, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.mega-menu-column .entry-meta {
  margin: 8px -10px 0 0 !important;
  border: none !important;
  padding: 0 !important; }

/* line 401, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.mega-menu-column .entry-meta li {
  float: left !important;
  border: none !important;
  margin: 0 10px 0 0 !important; }

/* Primary Menu - Style 2
-----------------------------------------------------------------*/
/* line 412, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-2 {
  float: none;
  max-width: none;
  border-top: 1px solid #F5F5F5; }

/* line 418, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-2 > div > ul {
  float: left; }

/* line 420, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-2 > div > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px; }

/* line 425, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#logo + #primary-menu.style-2 {
  border-top: 0; }

/* line 427, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 434, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
  float: none;
  display: inline-block !important;
  width: auto;
  text-align: left; }

/* Primary Menu - Style 3
-----------------------------------------------------------------*/
/* line 446, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-3 > ul > li > a {
  margin: 28px 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 2px; }

/* line 453, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-3 > ul > li:hover > a {
  color: #444;
  background-color: #F5F5F5; }

/* line 458, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-3 > ul > li.current > a {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #648522; }

/* Primary Menu - Style 4
-----------------------------------------------------------------*/
/* line 468, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-4 > ul > li > a {
  margin: 28px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid transparent; }

/* line 476, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a {
  border-color: #648522; }

/* Primary Menu - Style 5
-----------------------------------------------------------------*/
/* line 483, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-5 > ul {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #EEE; }

/* line 489, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-5 > ul > li:not(:first-child) {
  margin-left: 15px; }

/* line 491, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-5 > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 14px; }

/* line 497, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-5 > ul > li > a i {
  display: block;
  width: auto;
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1; }

/* Primary Menu - Style 6
-----------------------------------------------------------------*/
/* line 509, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-6 > ul > li > a {
  position: relative; }

/* line 511, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > div > ul > li > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  border-top: 2px solid #648522;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }

/* line 525, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after {
  width: 100%; }

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
/* line 534, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
  background: url("images/icons/menu-divider.png") no-repeat right center;
  margin-left: 1px; }

/* line 540, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title ul li:first-child {
  padding-left: 0;
  margin-left: 0; }

/* line 545, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
  line-height: 14px;
  padding: 27px 20px 32px;
  text-transform: uppercase;
  border-top: 5px solid transparent; }

/* line 553, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title > ul > li > a span,
#primary-menu.sub-title > div > ul > li > a span {
  display: block;
  margin-top: 10px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  text-transform: capitalize; }

/* line 564, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
  background-color: #648522;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.1); }

/* line 574, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title > ul > li:hover > a span,
#primary-menu.sub-title > ul > li.current > a span,
#primary-menu.sub-title.style-2 > div > ul > li:hover > a span,
#primary-menu.sub-title.style-2 > div > ul > li.current > a span {
  color: #EEE; }

/* line 579, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title.style-2 ul ul span {
  display: none; }

/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/
/* line 585, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title.style-2 > div > ul > li {
  background-position: left center; }

/* line 587, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title.style-2 > div #top-search,
#primary-menu.sub-title.style-2 > div #top-cart,
#primary-menu.sub-title.style-2 > div #side-panel-trigger {
  float: right;
  margin-top: 30px;
  margin-bottom: 30px; }

/* line 595, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li {
  background-image: none; }

/* line 599, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu.sub-title.style-2 > div > ul > li > a {
  padding-top: 17px;
  padding-bottom: 22px; }

/* Primary Menu - Split Menu
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 609, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #header.split-menu #logo {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: 100px; }
  /* line 618, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #header.split-menu #logo a.standard-logo {
    display: inline-block; } }

/* line 622, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.split-menu #primary-menu {
  float: none;
  margin: 0; }

/* line 627, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.split-menu #primary-menu > ul {
  z-index: 199; }

/* line 629, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.split-menu #primary-menu > ul:first-child {
  float: left; }

/* line 631, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.split-menu #primary-menu > ul:last-child {
  float: right; }

/* Primary Menu - Overlay Menu
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 640, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu:not(.top-search-open) #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    left: auto;
    right: 75px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px; }
  /* line 651, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger {
    right: 90px; }
  /* line 653, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu #primary-menu > #overlay-menu-close {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 25px;
    left: auto;
    right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    color: #444;
    z-index: 300;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity 0.4s ease, transform 0.45s 0.15s ease;
    -o-transition: opacity 0.4s ease, transform 0.45s 0.15s ease;
    transition: opacity 0.4s ease, transform 0.45s 0.15s ease; }
  /* line 671, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu #primary-menu > ul {
    opacity: 0 !important;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 299;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
  /* line 684, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu #primary-menu > ul.show {
    opacity: 1 !important;
    display: inherit !important;
    pointer-events: auto; }
  /* line 690, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu #primary-menu > ul.show ~ #overlay-menu-close {
    opacity: 1;
    -webkit-transition: opacity 0.7s 0.4s ease, transform 0.45s 0.15s ease;
    -o-transition: opacity 0.7s 0.4s ease, transform 0.45s 0.15s ease;
    transition: opacity 0.7s 0.4s ease, transform 0.45s 0.15s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto; }
  /* line 697, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu #primary-menu > ul > li {
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
  /* line 704, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu #primary-menu > ul > li > a {
    font-size: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
    letter-spacing: 2px;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity 0.7s 0.15s ease, transform 0.45s 0.15s ease, color 0.2s linear;
    -o-transition: opacity 0.7s 0.15s ease, transform 0.45s 0.15s ease, color 0.2s linear;
    transition: opacity 0.7s 0.15s ease, transform 0.45s 0.15s ease, color 0.2s linear; }
  /* line 715, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .overlay-menu #primary-menu > ul.show > li > a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/* ----------------------------------------------------------------
	Top Search
-----------------------------------------------------------------*/
/* line 728, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search,
#top-cart,
#side-panel-trigger,
#top-account {
  float: right;
  margin: 40px 0 40px 15px; }

/* line 736, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-cart {
  position: relative; }

/* line 738, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search a,
#top-cart a,
#side-panel-trigger a,
#top-account a {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

/* line 753, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search a {
  z-index: 11; }

/* line 755, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search a i {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* line 762, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross {
  opacity: 0; }

/* line 765, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.top-search-open #top-search a i.icon-line-cross {
  opacity: 1;
  z-index: 11;
  font-size: 16px; }

/* line 771, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-cart a:hover {
  color: #648522; }

/* line 773, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search form {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  padding: 0 15px;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* line 786, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.top-search-open #top-search form {
  opacity: 1;
  z-index: 10; }

/* line 791, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search form input {
  box-shadow: none !important;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 32px;
  padding: 10px 80px 10px 0;
  height: 100%;
  background-color: transparent;
  color: #333;
  font-weight: 700;
  margin-top: 0 !important;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px; }

/* line 808, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
  padding-left: 40px; }

/* line 810, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input {
  padding-left: 60px; }

/* line 812, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.top-search-open #top-search form input {
  pointer-events: auto; }

/* line 814, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

/* line 817, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search form input::-moz-placeholder {
  color: #555;
  opacity: 1;
  text-transform: uppercase; }

/* line 822, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search form input:-ms-input-placeholder {
  color: #555;
  text-transform: uppercase; }

/* line 826, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search form input::-webkit-input-placeholder {
  color: #555;
  text-transform: uppercase; }

/* line 832, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
  border: none !important; }

/* ----------------------------------------------------------------
	Top Cart
-----------------------------------------------------------------*/
/* line 841, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-cart {
  margin-right: 0; }

/* line 843, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-cart > a > span {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -14px;
  font-size: 10px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #648522;
  border-radius: 50%; }

/* line 860, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-cart .top-cart-content {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 280px;
  background-color: #FFF;
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
  border-top: 2px solid #648522;
  top: 60px;
  right: -15px;
  left: auto;
  margin: -10000px 0 0;
  -webkit-transition: opacity 0.5s ease, top 0.4s ease;
  -o-transition: opacity 0.5s ease, top 0.4s ease;
  transition: opacity 0.5s ease, top 0.4s ease; }

/* line 876, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.style-2 .container #top-cart .top-cart-content {
  top: 40px; }

/* line 878, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.style-2.sub-title .container #top-cart .top-cart-content {
  top: 50px; }

/* line 880, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-cart.top-cart-open .top-cart-content {
  opacity: 1;
  z-index: 11;
  margin-top: 0; }

/* line 886, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-title {
  padding: 12px 15px;
  border-bottom: 1px solid #EEE; }

/* line 891, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-title h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 899, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-items {
  padding: 15px; }

/* line 901, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #F5F5F5; }

/* line 907, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0; }

/* line 913, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-image {
  float: left;
  margin-right: 15px;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid #EEE;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear; }

/* line 922, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-image a,
.top-cart-item-image img {
  display: block;
  width: 44px !important;
  height: 44px !important; }

/* line 929, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-image:hover {
  border-color: #648522; }

/* line 931, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-desc {
  position: relative;
  overflow: hidden; }

/* line 936, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-desc a {
  text-align: left !important;
  font-size: 13px !important;
  width: auto !important;
  height: auto !important;
  font-weight: 600; }

/* line 944, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-desc a:hover {
  color: #648522 !important; }

/* line 946, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-desc span.top-cart-item-price {
  display: block;
  line-height: 20px;
  font-size: 12px !important;
  color: #999; }

/* line 953, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-item-desc span.top-cart-item-quantity {
  display: block;
  position: absolute;
  font-size: 12px !important;
  right: 0;
  top: 2px;
  color: #444; }

/* line 962, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-action {
  padding: 15px;
  border-top: 1px solid #EEE; }

/* line 967, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.top-cart-action span.top-checkout-price {
  font-size: 20px;
  color: #648522; }

/* ----------------------------------------------------------------
	Top Account
-----------------------------------------------------------------*/
/* line 977, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-account {
  margin: 32px 0 33px 20px; }
  /* line 979, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #top-account a {
    width: auto;
    height: auto; }
    /* line 982, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
    #top-account a span {
      margin-left: 5px;
      font-weight: 600; }
    /* line 986, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
    #top-account a i.icon-angle-down {
      margin-left: 5px;
      font-size: 12px; }
  /* line 991, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #top-account .dropdown-menu {
    padding: 10px 0; }
    /* line 993, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
    #top-account .dropdown-menu li a {
      font-family: "Abel", sans-serif;
      font-weight: 400;
      text-align: left;
      line-height: 22px; }
      /* line 998, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
      #top-account .dropdown-menu li a .badge {
        display: block;
        float: right;
        margin: 2px 0 0 0; }
      /* line 1003, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
      #top-account .dropdown-menu li a i:last-child {
        position: relative;
        top: 1px;
        margin-left: 5px; }

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/
/* line 1016, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header,
#header-wrap,
#logo img {
  height: 100px;
  -webkit-transition: height 0.4s ease, opacity 0.3s ease;
  -o-transition: height 0.4s ease, opacity 0.3s ease;
  transition: height 0.4s ease, opacity 0.3s ease; }

/* line 1023, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-style-2 {
  height: 161px; }

/* line 1025, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-style-3 {
  height: 181px; }

/* line 1027, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-style-2 #header-wrap {
  height: 60px; }

/* line 1029, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-style-3 #header-wrap {
  height: 80px; }

/* line 1031, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
  -webkit-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease; }

/* line 1035, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#top-search,
#top-cart {
  -webkit-transition: margin 0.4s ease, opacity 0.3s ease;
  -o-transition: margin 0.4s ease, opacity 0.3s ease;
  transition: margin 0.4s ease, opacity 0.3s ease; }

/* line 1040, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger,
body:not(.top-search-open) #top-account {
  opacity: 1;
  -webkit-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
  -o-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease;
  transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s 0.2s ease; }

/* line 1050, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account {
  opacity: 0; }

/* line 1057, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header.semi-transparent {
  background-color: transparent; }

/* line 1059, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header-wrap {
  position: relative;
  z-index: 199;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden; }

/* line 1067, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

/* line 1076, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(255, 255, 255, 0.8); }

/* line 1078, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 60px; }

/* line 1082, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px; }

/* line 1087, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 {
  height: 161px; }

/* line 1090, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu {
  border-top: 0; }

/* line 1093, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

/* line 1100, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #top-account {
  margin-top: 12px !important;
  margin-bottom: 13px !important; }

/* line 1105, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
  top: 40px; }

/* line 1107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header.sticky-style-2 #primary-menu {
  border-top: 0; }

/* Primary Menu - Style 3
-----------------------------------------------------------------*/
/* line 1112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
  margin: 0;
  border-radius: 0; }

/* Primary Menu - Style 4
-----------------------------------------------------------------*/
/* line 1120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 10px 0; }

/* Primary Menu - Style 5
-----------------------------------------------------------------*/
/* line 1129, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li {
  margin-left: 2px; }

/* line 1131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child {
  margin-left: 0; }

/* line 1133, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
  line-height: 22px;
  padding-top: 19px;
  padding-bottom: 19px; }

/* line 1139, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div {
  padding: 0; }

/* line 1141, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
  display: inline-block;
  width: 16px;
  top: -1px;
  margin: 0 6px 0 0;
  font-size: 14px;
  line-height: 22px; }

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
/* line 1153, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
  background: none !important;
  margin-left: 2px; }

/* line 1159, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child {
  margin-left: 0; }

/* line 1162, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
  line-height: 22px;
  padding: 19px 15px;
  text-transform: none;
  font-size: 14px;
  border-top: 0; }

/* line 1171, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
  display: none; }

/* ----------------------------------------------------------------
	Page Menu
-----------------------------------------------------------------*/
/* line 1178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu,
#page-menu-wrap {
  position: relative;
  height: 44px;
  line-height: 44px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 1186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu-wrap {
  z-index: 99;
  background-color: #648522;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; }

/* line 1193, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu.sticky-page-menu #page-menu-wrap {
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

/* line 1201, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.static-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.static-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 100px; }

/* line 1204, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header ~ #content #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 0; }

/* line 1209, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top: 60px; }

/* line 1212, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-submenu-trigger {
  top: 0;
  margin-top: 0;
  left: auto;
  right: 15px;
  width: 40px;
  height: 44px;
  line-height: 44px; }

/* line 1222, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu .menu-title {
  float: left;
  color: #FFF;
  font-size: 20px;
  font-weight: 300; }

/* line 1229, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu .menu-title span {
  font-weight: 600; }

/* line 1231, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu nav {
  position: relative;
  float: right; }

/* line 1236, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu nav ul {
  margin-bottom: 0;
  height: 44px; }

/* line 1241, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu nav li {
  position: relative;
  float: left;
  list-style: none; }

/* line 1247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu nav li a {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 8px 4px;
  padding: 0 14px;
  color: #FFF;
  font-size: 14px;
  border-radius: 14px; }

/* line 1258, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu nav li a .icon-angle-down {
  margin-left: 5px; }

/* line 1260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body:not(.device-touch) #page-menu nav li a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* line 1264, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu nav li:hover a,
#page-menu nav li.current a {
  background-color: rgba(0, 0, 0, 0.15); }

/* line 1267, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu li:hover ul {
  display: block; }

/* line 1269, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu ul ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 44px;
  left: 0;
  z-index: 149;
  height: auto;
  background-color: #648522; }

/* line 1280, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu ul ul ul {
  display: none !important; }

/* Disable Multi-Level Links */
/* line 1282, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu ul ul li {
  float: none; }

/* line 1284, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu ul ul a {
  height: auto;
  line-height: 22px;
  margin: 0;
  padding: 8px 14px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.15); }

/* line 1293, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#page-menu ul ul li:hover a,
#page-menu ul ul li.current a {
  background-color: rgba(0, 0, 0, 0.3); }

/* Page Menu - Dots Style
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 1302, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu,
  #page-menu.dots-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none; }
  /* line 1316, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu #page-menu-wrap {
    position: relative;
    box-shadow: none; }
  /* line 1321, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu .menu-title {
    display: none; }
  /* line 1323, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav {
    float: none;
    width: 24px; }
  /* line 1328, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav ul {
    height: auto; }
  /* line 1330, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav ul li {
    float: none;
    width: 14px;
    height: 14px;
    margin: 10px 6px; }
  /* line 1337, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav li a {
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 1.5;
    padding: 0;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #777; }
  /* line 1349, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav li a:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  /* line 1351, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav li.current a {
    background-color: #648522; }
  /* line 1353, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav li div {
    position: absolute;
    width: auto;
    top: -11px;
    right: 25px;
    background-color: #648522;
    color: #FFF;
    padding: 5px 14px;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    opacity: 0; }
  /* line 1368, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  body:not(.device-touch) #page-menu.dots-menu nav li div {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  /* line 1370, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav li div:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #648522; }
  /* line 1384, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #page-menu.dots-menu nav li a:hover div {
    opacity: 1;
    right: 30px; } }

/* ----------------------------------------------------------------
	One Page
-----------------------------------------------------------------*/
/* line 1396, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.one-page-arrow {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #222; }

/* ----------------------------------------------------------------
	Side Header
-----------------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 1417, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 300px;
    height: 100%;
    height: calc(100vh);
    background-color: #FFF;
    border: none;
    border-right: 1px solid #EEE;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065); }
  /* line 1432, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #header-wrap {
    width: 340px;
    height: 100%;
    overflow: auto;
    padding-right: 40px; }
  /* line 1439, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #header .container {
    width: 300px !important;
    padding: 0 30px !important;
    margin: 0 !important; }
  /* line 1445, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #logo {
    float: none;
    margin: 60px 0 40px; }
  /* line 1450, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #logo img {
    height: auto !important; }
  /* line 1452, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #logo:not(.nobottomborder):after,
  .side-header #primary-menu:not(.nobottomborder):after {
    display: block;
    content: '';
    width: 20%;
    border-bottom: 1px solid #E5E5E5; }
  /* line 1460, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header .center #logo:after {
    margin: 0 auto; }
  /* line 1462, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu {
    margin-bottom: 30px; }
  /* line 1464, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu:not(.nobottomborder):after {
    margin-top: 40px; }
  /* line 1466, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu,
  .side-header #primary-menu ul {
    float: none;
    height: auto; }
  /* line 1472, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul li {
    float: none;
    margin: 15px 0 0; }
  /* line 1477, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul li:first-child {
    margin-top: 0; }
  /* line 1479, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul li a {
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-transform: uppercase; }
  /* line 1486, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul li i {
    line-height: 24px; }
  /* line 1488, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul {
    position: relative;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: auto;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 5px 0;
    padding-left: 12px; }
  /* line 1502, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul ul {
    top: 0 !important;
    left: 0; }
  /* line 1507, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul.menu-pos-invert {
    left: 0;
    right: auto; }
  /* line 1512, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul ul.menu-pos-invert {
    right: auto; }
  /* line 1514, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul li {
    margin: 0;
    border: 0; }
  /* line 1519, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul li:first-child {
    border-top: 0; }
  /* line 1521, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul a {
    font-size: 12px;
    height: auto !important;
    line-height: 24px !important;
    padding: 2px 0 !important; }
  /* line 1528, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul ul li:hover > a {
    background-color: transparent !important;
    color: #444 !important; }
  /* line 1533, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul > li.sub-menu > a,
  .side-header #primary-menu ul > li.sub-menu:hover > a {
    background-image: none !important; }
  /* line 1536, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul > li.sub-menu > a:after {
    position: absolute;
    content: '\e7a5';
    top: 1px;
    right: 0;
    -webkit-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear; }
  /* line 1544, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header #primary-menu ul > li.sub-menu:hover > a:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 1549, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header:not(.open-header) #wrapper {
    margin: 0 0 0 300px !important;
    width: auto !important; }
  /* line 1554, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header:not(.open-header) #wrapper .container {
    width: auto;
    margin: 0 40px; }
  /* Side Header - Push Header
	-----------------------------------------------------------------*/
  /* line 1563, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header.push-wrapper {
    overflow-x: hidden; }
  /* line 1565, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header #header {
    left: -300px; }
  /* line 1567, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header.side-header-open #header {
    left: 0; }
  /* line 1569, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header #wrapper {
    left: 0; }
  /* line 1571, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header.push-wrapper.side-header-open #wrapper {
    left: 300px; }
  /* line 1573, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  #header-trigger {
    display: none; }
  /* line 1575, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header #header-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 20px;
    left: 20px;
    z-index: 11;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    text-align: center;
    border-radius: 2px; }
  /* line 1591, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header.side-header-open #header-trigger {
    left: 320px; }
  /* line 1593, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header #header-trigger i:nth-child(1),
  .side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
    display: block; }
  /* line 1596, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header.side-header-open #header-trigger i:nth-child(1),
  .side-header.open-header #header-trigger i:nth-child(2) {
    display: none; }
  /* line 1600, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.open-header #header,
  .side-header.open-header #header-trigger,
  .side-header.open-header.push-wrapper #wrapper {
    -webkit-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease; }
  /* Side Header - Right Aligned
	-----------------------------------------------------------------*/
  /* line 1608, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right #header {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px solid #EEE; }
  /* line 1615, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right:not(.open-header) #wrapper {
    margin: 0 300px 0 0 !important; }
  /* line 1617, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right.open-header #header {
    left: auto;
    right: -300px; }
  /* line 1622, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right.open-header.side-header-open #header {
    left: auto;
    right: 0; }
  /* line 1627, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper {
    left: -300px; }
  /* line 1629, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right.open-header #header-trigger {
    left: auto;
    right: 20px; }
  /* line 1634, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right.open-header.side-header-open #header-trigger {
    left: auto;
    right: 320px; }
  /* line 1639, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
  .side-header.side-header-right.open-header #header,
  .side-header.side-header-right.open-header #header-trigger {
    -webkit-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease; } }

/* ----------------------------------------------------------------
	Side Push Panel
-----------------------------------------------------------------*/
/* line 1651, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-push-panel {
  overflow-x: hidden; }

/* line 1653, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#side-panel {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 399;
  width: 300px;
  height: 100%;
  background-color: #F5F5F5;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

/* line 1665, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-left #side-panel {
  left: -300px;
  right: auto; }

/* line 1670, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container {
  right: 0; }

/* line 1673, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
  left: 0;
  right: auto; }

/* line 1679, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#side-panel .side-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  overflow: auto;
  padding: 20px 30px 50px 30px; }

/* line 1690, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.device-touch #side-panel .side-panel-wrap {
  overflow-y: scroll; }

/* line 1696, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#side-panel .widget {
  margin-top: 40px;
  padding-top: 40px;
  width: 220px;
  border-top: 1px solid #E5E5E5; }

/* line 1703, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#side-panel .widget:first-child {
  padding-top: 0;
  border-top: 0;
  margin: 0; }

/* line 1709, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-open #side-panel {
  right: 0; }

/* line 1711, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-left.side-panel-open #side-panel {
  left: 0;
  right: auto; }

/* line 1716, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
  right: 300px; }

/* line 1719, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
  left: -300px; }

/* line 1721, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
  left: 300px;
  right: auto; }

/* line 1728, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#side-panel-trigger {
  display: block;
  cursor: pointer;
  z-index: 11;
  margin-right: 5px; }

/* line 1735, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#side-panel-trigger-close a {
  display: none; }

/* line 1737, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease; }

/* line 1741, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }

/* line 1748, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* line 1762, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-open .body-overlay {
  opacity: 1;
  z-index: 298;
  pointer-events: auto; }

/* line 1768, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/header.scss */
body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
  cursor: url("images/icons/close.png") 15 15, default; }

/* ----------------------------------------------------------------

	slider.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
/* line 14, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

/* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider {
  min-height: 32px; }

/* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none; }

/* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none; }

/* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flexslider {
  position: relative;
  margin: 0;
  padding: 0; }

/* line 41, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flexslider .slider-wrap > .slide {
  display: none;
  -webkit-backface-visibility: hidden; }

/* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flexslider .slider-wrap img {
  width: 100%;
  display: block; }

/* line 43, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* line 45, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 46, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
html[xmlns] .slider-wrap {
  display: block; }

/* line 47, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
* html .slider-wrap {
  height: 1%; }

/* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.no-js .slider-wrap > .slide:first-child {
  display: block; }

/* line 51, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

/* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flex-control-nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
  margin: 0; }
  /* line 64, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px; }
    /* line 71, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
    .flex-control-nav li a {
      display: block;
      cursor: pointer;
      text-indent: -9999px;
      width: 10px !important;
      height: 10px !important;
      border: 1px solid #FFF;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    /* line 81, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
    .flex-control-nav li:hover a,
    .flex-control-nav li a.flex-active {
      background-color: #FFF; }

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
/* line 92, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-parallax {
  position: relative; }

/* line 100, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-parallax,
.slider-parallax .swiper-container {
  visibility: visible;
  -webkit-backface-visibility: hidden; }

/* line 106, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-parallax .slider-parallax-inner {
  position: fixed;
  width: 100%;
  height: 100%; }

/* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.device-touch .slider-parallax .slider-parallax-inner {
  position: relative; }

/* line 114, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
body:not(.side-header) .slider-parallax .slider-parallax-inner {
  left: 0; }

/* line 116, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#header.transparent-header + .slider-parallax .slider-parallax-inner {
  top: 0; }

/* line 118, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0s linear;
  -o-transition: transform 0s linear;
  transition: transform 0s linear;
  -webkit-backface-visibility: hidden; }

/* Boxed Slider
-----------------------------------------------------------------*/
/* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.boxed-slider {
  padding-top: 40px; }

/* Flex Slider - Thumbs
-----------------------------------------------------------------*/
/* line 139, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
.fslider.testimonial[data-animation="fade"] .flexslider {
  height: auto !important; }

/* line 143, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flex-control-nav.flex-control-thumbs {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 2px -2px -2px 0;
  height: 75px; }
  /* line 151, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .flex-control-nav.flex-control-thumbs li {
    margin: 0 2px 2px 0; }
    /* line 154, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
    .flex-control-nav.flex-control-thumbs li img {
      cursor: pointer;
      text-indent: -9999px;
      border: 0;
      border-radius: 0;
      margin: 0;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  /* line 165, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .flex-control-nav.flex-control-thumbs li,
  .flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 100px !important;
    height: auto !important; }
  /* line 172, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .flex-control-nav.flex-control-thumbs li:hover img,
  .flex-control-nav.flex-control-thumbs li img.flex-active {
    border-width: 0;
    opacity: 1; }

/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/
/* line 187, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
  margin: 2px -2px -2px 0;
  height: auto; }
  /* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
    width: 25% !important;
    height: auto !important;
    margin: 0;
    padding: 0 2px 2px 0; }
    /* line 197, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
    .fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
      width: 100% !important;
      height: auto !important; }

/* line 208, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li {
  width: 33.30% !important; }

/* line 218, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li {
  width: 20% !important; }

/* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li {
  width: 16.66% !important; }

/* line 238, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li {
  width: 12.5% !important; }

/* line 248, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li {
  width: 10% !important; }

/* line 258, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li {
  width: 8.33% !important; }

/* Swiper Slider
-----------------------------------------------------------------*/
/* line 271, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.swiper_wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden; }

/* line 278, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.full-screen .swiper_wrapper {
  height: auto; }

/* line 284, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.swiper_wrapper .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url("/images/pattern2.png") repeat; }

/* line 292, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  /* line 300, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .swiper_wrapper .swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden; }

/* line 306, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0; }

/* line 319, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .container {
  position: relative;
  height: 100%; }

/* line 326, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider.canvas-slider .swiper-slide img {
  width: 100%; }

/* line 331, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider.canvas-slider a {
  display: block;
  height: 100%; }

/* line 338, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1; }
  /* line 347, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .swiper-pagination span {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    /* line 358, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
    .swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active {
      background-color: #FFF !important; }

/* Revolution Slider
-----------------------------------------------------------------*/
/* line 367, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.boxedcontainer {
  max-width: 1140px;
  margin: auto; }

/* line 372, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

/* line 378, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.tp-banner {
  width: 100%;
  position: relative; }

/* line 383, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

/* line 389, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.tp-banner .button {
  height: auto !important; }

/* line 391, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.tparrows.preview2:after {
  line-height: 1 !important; }

/* Video Overlay
-----------------------------------------------------------------*/
/* line 397, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.video-wrap {
  overflow: hidden;
  width: 100%;
  position: relative; }
  /* line 402, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%; }
  /* line 408, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .video-wrap .video-overlay,
  .video-wrap .video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url("images/grid.png") repeat;
    -webkit-backface-visibility: hidden; }
  /* line 420, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .video-wrap .video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important; }

/* Slider Caption
-----------------------------------------------------------------*/
/* line 430, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption,
.nivo-caption,
.flex-caption {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease; }

/* Slider Caption  */
/* line 448, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption:not(.dark),
.slider-caption:not(.dark) {
  color: #222;
  text-shadow: none; }

/* line 453, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption .h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px; }

/* line 464, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption p {
  margin-bottom: 5px;
  font-size: 24px; }

/* line 469, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption.slider-caption-right {
  left: auto;
  right: 15px; }

/* line 474, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption.slider-caption-center {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0; }

/* line 483, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption {
  padding-left: 10px; }

/* line 486, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption-bg {
  padding: 5px 12px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  top: auto;
  bottom: 50px;
  left: 50px; }
  /* line 494, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
  .slider-caption-bg.slider-caption-bg-light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-weight: 400;
    text-shadow: none; }

/* line 502, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption-top-left {
  top: 50px;
  bottom: auto; }

/* line 507, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption-top-right {
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px; }

/* line 514, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-caption-bottom-right {
  left: auto;
  right: 50px; }

/* Slider Arrows
-----------------------------------------------------------------*/
/* line 523, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-carousel {
  margin: 0; }

/* line 525, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 40px;
  border: 0;
  border-radius: 0, 3px, 3px, 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

/* line 551, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px, 3px, 0, 0; }

/* line 563, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0, 0, 3px, 3px; }

/* line 568, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
  margin-top: -64px; }

/* line 571, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-prev,
#slider .owl-next {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

/* line 576, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
  left: auto;
  right: 0;
  border-radius: 3px, 0, 0, 3px; }

/* line 586, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  line-height: 40px;
  width: 10px;
  height: 40px;
  color: #DDD;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  text-align: center;
  margin-left: 7px; }

/* line 610, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  color: white; }

/* line 621, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flex-prev i {
  margin-left: 9px; }

/* line 623, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-prev i {
  margin-left: 0; }

/* line 625, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
  margin-left: 10px; }

/* line 629, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
.flex-next i {
  margin-left: 11px; }

/* line 631, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-next i {
  margin-right: 4px; }

/* line 633, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

/* line 638, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-nav div,
#slider:hover .owl-nav {
  opacity: 1; }

/* line 641, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
  background-color: rgba(0, 0, 0, 0.4) !important; }

/* Slide Number
-----------------------------------------------------------------*/
/* line 658, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slide-number {
  position: absolute;
  opacity: 0;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 36px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* line 675, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider:hover #slide-number {
  opacity: 1; }

/* line 677, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slide-number-current,
#slide-number-total {
  position: absolute;
  line-height: 1;
  top: 5px;
  left: 0; }

/* line 685, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slide-number-total {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0; }

/* line 692, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px; }

/* Pagination
-----------------------------------------------------------------*/
/* line 703, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 15px; }

/* line 713, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-dots span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF; }

/* line 721, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/sliders.scss */
#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
  background-color: #FFF !important; }

/* ----------------------------------------------------------------

	pagetitle.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
/* line 14, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
#page-title {
  position: relative;
  padding: 50px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE; }
  /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title .container {
    position: relative; }
  /* line 22, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase; }
  /* line 33, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px; }

/* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
.breadcrumb {
  position: absolute !important;
  width: auto !important;
  top: 50% !important;
  left: auto !important;
  right: 15px !important;
  margin: -10px 0 0 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 12px; }

/* line 54, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
body.stretched .container-fullwidth .breadcrumb {
  right: 60px !important; }

/* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
  margin-top: 35px !important; }

/* line 59, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
.breadcrumb a {
  color: #555; }
  /* line 60, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  .breadcrumb a:hover {
    color: #648522; }

/* line 62, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
.breadcrumb i {
  width: auto !important; }

/* Page Title - Dark
-----------------------------------------------------------------*/
/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
#page-title {
  /* Page Title - Right Aligned
	-----------------------------------------------------------------*/
  /* Page Title - Center Aligned
	-----------------------------------------------------------------*/
  /* Page Title - Background Pattern
	-----------------------------------------------------------------*/
  /* Page Title - Parallax Background
	-----------------------------------------------------------------*/
  /* Page Title - Mini
	-----------------------------------------------------------------*/
  /* Page Title - No Background
	-----------------------------------------------------------------*/
  /* Page Title - Video
	-----------------------------------------------------------------*/ }
  /* line 69, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
    border-bottom: none; }
    /* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-dark h1 {
      color: rgba(255, 255, 255, 0.9) !important; }
    /* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-dark span {
      color: rgba(255, 255, 255, 0.7); }
    /* line 82, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-dark .breadcrumb > .active {
      color: rgba(255, 255, 255, 0.6); }
    /* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-dark .breadcrumb a {
      color: rgba(255, 255, 255, 0.8); }
    /* line 90, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-dark .breadcrumb a:hover {
      color: rgba(255, 255, 255, 0.95); }
  /* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-right {
    text-align: right; }
    /* line 101, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-right .breadcrumb {
      left: 15px !important;
      right: auto !important; }
  /* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-center {
    text-align: center; }
    /* line 113, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-center span {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
    /* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-center .breadcrumb {
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      margin: 20px 0 0 !important; }
  /* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-pattern {
    background-image: url("images/pattern.png");
    background-repeat: repeat;
    background-attachment: fixed; }
  /* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-parallax {
    padding: 100px 0;
    text-shadow: none;
    border-bottom: none;
    background-color: transparent;
    background-image: url("images/parallax/parallax-bg.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat; }
    /* line 150, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-parallax h1 {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 2px; }
    /* line 156, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-parallax span {
      font-size: 22px; }
    /* line 160, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-parallax .breadcrumb {
      font-size: 13px; }
  /* line 168, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-mini {
    padding: 20px 0; }
    /* line 171, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-mini h1 {
      font-weight: 600;
      font-size: 18px;
      color: #444; }
    /* line 177, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-mini span {
      display: none; }
  /* line 185, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-nobg {
    background: transparent !important;
    border-bottom: 1px solid #F5F5F5; }
  /* line 193, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
  #page-title.page-title-video {
    background: none;
    position: relative;
    overflow: hidden; }
    /* line 198, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-video .container {
      z-index: 3; }
    /* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
    #page-title.page-title-video .video-wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      /* line 209, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/pagetitle.scss */
      #page-title.page-title-video .video-wrap video {
        width: 100%; }

/* ----------------------------------------------------------------

	content.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/content.scss */
#content {
  position: relative;
  overflow: hidden;
  background-color: #FFF; }
  /* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/content.scss */
  #content p {
    line-height: 1.5; }
  /* line 19, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/content.scss */
  #content .content-wrap {
    position: relative;
    padding: 80px 0 0 0; }
  /* line 24, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/content.scss */
  #content .container {
    position: relative; }

/* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/content.scss */
.grid-container {
  position: relative;
  overflow: hidden; }

/* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/content.scss */
body:not(.device-touch) .grid-container {
  -webkit-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear; }

/* ----------------------------------------------------------------

	portfolio.scss

-----------------------------------------------------------------*/
/* Portfolio - Filter
-----------------------------------------------------------------*/
/* line 11, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter {
  position: relative;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  float: left;
  border-radius: 0; }
  /* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-filter li {
    float: left;
    position: relative; }
    /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-filter li a {
      display: block;
      position: relative;
      padding: 12px 18px;
      font-size: 13px;
      line-height: 15px;
      color: #666;
      border-left: 1px solid rgba(0, 0, 0, 0.07); }
      /* line 28, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio-filter li a:hover {
        color: #f3c800; }
    /* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-filter li:first-child a {
      border-left: none;
      border-radius: 0; }
    /* line 37, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-filter li:last-child a {
      border-radius: 0; }
    /* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-filter li.activeFilter a {
      color: #FFF !important;
      background-color: #f3c800;
      margin: -1px 0;
      padding: 13px 18px;
      font-weight: bold; }

/* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-filter li a {
  padding: 12px 14px; }

/* line 60, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-filter li.activeFilter a {
  padding: 13px 18px; }

/* Portfolio - Filter: Style 2
-----------------------------------------------------------------*/
/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-2,
.portfolio-filter.style-3,
.portfolio-filter.style-4 {
  border: none;
  border-radius: 0; }

/* line 79, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-2 li,
.portfolio-filter.style-3 li,
.portfolio-filter.style-4 li {
  margin-bottom: 10px; }

/* line 83, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-2 li:not(:first-child),
.portfolio-filter.style-3 li:not(:first-child) {
  margin-left: 10px; }

/* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a,
.portfolio-filter.style-4 li a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 22px;
  border: none; }

/* line 97, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-2 li.activeFilter a {
  color: #FFF !important;
  margin: 0; }

/* Portfolio - Filter: Style 3
-----------------------------------------------------------------*/
/* line 106, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-3 li a {
  border: 1px solid transparent; }

/* line 108, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-3 li.activeFilter a {
  color: #648522 !important;
  border-color: #648522;
  background-color: transparent;
  margin: 0; }

/* Portfolio - Filter: Style 4
-----------------------------------------------------------------*/
/* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-4 li:not(:first-child) {
  margin-left: 30px; }

/* line 121, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-4 li a {
  padding: 13px 5px;
  font-size: 15px;
  border-radius: 0; }

/* line 127, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-4 li a:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-4 li.activeFilter a {
  color: #444 !important;
  background-color: transparent;
  margin: 0; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-filter.style-4 li.activeFilter a:after {
  width: 100%;
  left: 0%;
  background-color: #648522; }

/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/
/* line 153, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-shuffle {
  float: right;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  text-align: center;
  line-height: 41px;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  /* line 166, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-shuffle:hover {
    background-color: #648522;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

/* Portfolio - Items
-----------------------------------------------------------------*/
/* line 176, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio {
  position: relative;
  margin: 0; }

/* line 184, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch) .portfolio {
  -webkit-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear; }

/* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* line 199, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  padding: 0 12px 12px 0; }
  /* line 205, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden; }

/* line 212, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio {
  overflow: hidden; }

/* line 219, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto; }

/* Portfolio - Item Title
-----------------------------------------------------------------*/
/* line 232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-desc {
  z-index: 3;
  padding: 15px 5px 10px; }
  /* line 235, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 19px; }
    /* line 239, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-desc h3 a {
      color: #222; }
      /* line 241, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio-desc h3 a:hover {
        color: #648522; }
  /* line 246, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-desc span {
    display: block;
    margin-top: 3px;
    color: #888; }
    /* line 250, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-desc span a {
      color: #888; }
      /* line 252, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio-desc span a:hover {
        color: #000; }

/* line 260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-notitle .portfolio-desc {
  position: absolute;
  display: block !important;
  width: 100%;
  height: 78px;
  padding: 15px 5px;
  top: auto;
  bottom: -79px;
  left: 0;
  background-color: #FFF;
  border-bottom: 1px solid #EEE; }

/* line 277, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
  -webkit-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out; }

/* line 284, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -78px;
  border-bottom: 0; }

/* line 290, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc {
  bottom: 0 !important; }

/* line 301, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/* line 312, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }

/* line 320, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc {
  display: none !important; }

/* Portfolio - No Margin
-----------------------------------------------------------------*/
/* line 331, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-nomargin, .portfolio.portfolio-full {
  margin: 0 !important; }

/* line 337, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-nomargin .portfolio-item,
.portfolio-full .portfolio-item {
  padding: 0 !important; }

/* line 340, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-nomargin .portfolio-desc {
  padding: 15px 10px 15px; }

/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/
/* line 347, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-full {
  width: 100.4%; }

/* line 353, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-full .portfolio-item {
  overflow: hidden !important; }

/* line 356, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-full .portfolio-desc {
  padding: 15px; }

/* Portfolio - Sidebar
-----------------------------------------------------------------*/
/* line 367, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-desc h3 {
  font-size: 17px; }

/* line 370, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-desc span {
  font-size: 12px; }

/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/
/* line 381, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-notitle .portfolio-desc {
  height: 70px;
  bottom: -71px; }

/* line 388, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important; }

/* line 396, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -70px; }

/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/
/* line 406, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio {
  margin: 0; }

/* line 409, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-item {
  padding: 0; }

/* line 412, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-desc {
  display: none !important; }

/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/
/* line 422, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-3 {
  margin: -30px 0; }

/* line 428, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-3 .portfolio-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0; }

/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/
/* line 440, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-3 .portfolio-desc h3 {
  font-size: 18px; }

/* line 443, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-3 .portfolio-desc span {
  font-size: 13px; }

/* Portfolio - Sidebar - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
/* line 456, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
  height: 72px;
  bottom: -73px; }

/* line 463, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important; }

/* line 470, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -72px; }

/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/
/* line 482, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio.portfolio-3 {
  margin: -22px 0; }

/* line 487, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-3 .portfolio-item {
  padding: 0 11px 11px 0; }

/* line 490, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-3 .portfolio-desc {
  display: block !important; }
  /* line 492, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-3 .portfolio-desc h3 {
    font-size: 15px; }
  /* line 495, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-3 .portfolio-desc span {
    font-size: 12px; }

/* Portfolio - Both Sidebars - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
/* line 509, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px; }

/* line 516, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important; }

/* line 523, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px; }

/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/
/* line 534, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-2 {
  margin: -40px 0; }

/* line 539, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-2 .portfolio-item {
  width: 50%;
  padding: 0 20px 20px 0; }

/* line 543, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-2 .portfolio-desc {
  padding: 20px 5px 10px; }
  /* line 545, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-2 .portfolio-desc h3 {
    font-size: 21px; }
  /* line 548, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-2 .portfolio-desc span {
    margin-top: 4px;
    font-size: 14px; }

/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
/* line 560, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-2.portfolio-nomargin .portfolio-desc {
  padding: 20px 15px 20px; }

/* Portfolio - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
/* line 571, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-2.portfolio-notitle .portfolio-desc {
  height: 90px;
  bottom: -91px; }

/* line 576, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -90px; }

/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/
/* line 588, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-2 .portfolio-desc h3 {
  font-size: 21px; }

/* line 591, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-2 .portfolio-desc span {
  font-size: 14px; }

/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
/* line 604, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc {
  padding-bottom: 20px; }

/* Portfolio - Sidebar - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
/* line 617, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
  height: 90px;
  bottom: -91px; }

/* line 624, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important; }

/* line 631, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -90px; }

/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/
/* line 643, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-2 .portfolio-desc {
  display: block !important;
  padding-top: 15px;
  padding-bottom: 0; }
  /* line 647, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-2 .portfolio-desc h3 {
    font-size: 19px; }
  /* line 650, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-2 .portfolio-desc span {
    font-size: 13px; }

/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
/* line 663, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc {
  padding-bottom: 15px; }

/* Portfolio - Both Sidebars - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
/* line 676, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
  height: 75px;
  bottom: -76px; }

/* line 683, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important; }

/* line 690, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -75px; }

/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/
/* line 701, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-5 {
  margin: -20px 0; }

/* line 706, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-5 .portfolio-item {
  width: 50%;
  padding: 0 10px 10px 0; }

/* line 711, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-5 .portfolio-desc h3 {
  font-size: 17px; }

/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
/* line 722, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-5.portfolio-notitle .portfolio-desc {
  height: 71px;
  bottom: -72px; }

/* line 729, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -30px !important; }

/* line 736, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -71px; }

/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/
/* line 747, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio.portfolio-5 {
  margin: 0; }

/* line 752, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-5 .portfolio-item {
  padding: 0; }

/* line 755, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-5 .portfolio-desc {
  padding: 15px 10px; }
  /* line 757, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .postcontent .portfolio-5 .portfolio-desc h3 {
    font-size: 15px; }
  /* line 760, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .postcontent .portfolio-5 .portfolio-desc span {
    font-size: 12px; }

/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
/* line 773, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px; }

/* line 780, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important; }

/* line 788, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px; }

/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/
/* line 799, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-6 {
  margin: -12px 0; }

/* line 804, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-6 .portfolio-item {
  width: 16.66666667%;
  padding: 0 6px 6px 0; }

/* line 809, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-6 .portfolio-desc h3 {
  font-size: 15px; }

/* line 812, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-6 .portfolio-desc span {
  font-size: 12px; }

/* Portfolio - Items - 6 Columns - No Title
-----------------------------------------------------------------*/
/* line 823, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-6.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px; }

/* line 830, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important; }

/* line 837, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px; }

/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/
/* line 847, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-1 {
  margin: 0 0px -40px 0; }

/* line 852, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1 .portfolio-item {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
  padding-bottom: 40px;
  padding-right: 0;
  border-bottom: 1px solid #EEE; }
  /* line 860, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1 .portfolio-item .portfolio-image,
  .portfolio-1 .portfolio-item .portfolio-image a,
  .portfolio-1 .portfolio-item .portfolio-image img {
    display: block;
    width: 720px;
    height: 400px; }
  /* line 867, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1 .portfolio-item .portfolio-image {
    float: left;
    margin-right: 40px; }
  /* line 872, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1 .portfolio-item.alt .portfolio-image {
    float: right;
    margin: 0 0 0 40px; }

/* line 878, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1 .portfolio-desc {
  float: left;
  width: 380px;
  padding: 10px 0; }
  /* line 882, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1 .portfolio-desc h3 {
    font-size: 22px; }
  /* line 885, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1 .portfolio-desc span {
    margin-top: 6px;
    font-size: 14px; }
  /* line 889, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1 .portfolio-desc p {
    margin: 20px 0 25px;
    font-size: 14px; }
  /* line 893, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1 .portfolio-desc li {
    margin: 3px 0; }

/* line 898, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1 .alt .portfolio-desc {
  float: right; }

/* Portfolio - Items - 1 Column - Sidebar
-----------------------------------------------------------------*/
/* line 912, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
  width: 540px;
  height: 300px; }

/* line 919, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-1 .portfolio-desc {
  width: 280px; }

/* Portfolio - Items - 1 Column - Both Sidebar
-----------------------------------------------------------------*/
/* line 931, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
  margin-right: 20px; }

/* line 934, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
  width: 320px;
  height: 178px; }

/* line 941, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image {
  margin: 0 0 0 20px; }

/* line 946, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1 .portfolio-desc {
  display: block !important;
  width: 240px;
  padding: 0; }
  /* line 950, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-1 .portfolio-desc h3 {
    font-size: 19px; }
  /* line 953, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-1 .portfolio-desc span {
    margin-top: 5px;
    font-size: 13px; }
  /* line 957, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-1 .portfolio-desc p {
    margin: 15px 0 0 0;
    font-size: 13px; }
  /* line 961, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-1 .portfolio-desc ul,
  .bothsidebar .portfolio-1 .portfolio-desc .btn {
    display: none; }

/* Portfolio - Items - 1 Column - Full Width
-----------------------------------------------------------------*/
/* line 976, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -60px 0; }

/* line 983, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: 0;
  overflow: hidden; }
  /* line 988, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
    float: none;
    margin: 0 !important; }
  /* line 992, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 1140px;
    height: 500px; }
  /* line 1000, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px); }
  /* line 1004, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc {
    right: 0; }
  /* line 1011, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px); }
  /* line 1015, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc {
    left: 0; }

/* line 1021, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1.portfolio-fullwidth .portfolio-desc {
  position: absolute;
  float: none;
  width: 380px;
  height: 100%;
  padding: 30px;
  background-color: #F9F9F9;
  top: 0;
  left: auto;
  right: -380px; }

/* line 1033, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -380px;
  right: auto; }

/* line 1038, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 33%; }

/* line 1045, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 33%; }

/* line 1058, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 1063, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out; }

/* line 1067, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out; }

/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/
/* line 1082, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -40px 0; }

/* line 1089, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 40px; }
  /* line 1093, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }
  /* line 1098, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
  .postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
  .postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 860px;
    height: 377px; }
  /* line 1107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }

/* line 1114, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
  width: 320px;
  padding: 25px;
  right: -320px; }

/* line 1120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -320px;
  right: auto; }

/* line 1125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 32%; }

/* line 1132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 32%; }

/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/
/* line 1148, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -40px 0; }

/* line 1155, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 40px; }
  /* line 1159, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  /* line 1164, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
  .bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
  .bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 580px;
    height: 254px; }
  /* line 1173, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }

/* line 1180, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc {
  width: 240px;
  padding: 15px 20px;
  right: -240px; }

/* line 1186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -240px;
  right: auto; }

/* line 1191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 29%; }

/* line 1198, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 29%; }

/* Portfolio - Parallax
-----------------------------------------------------------------*/
/* line 1210, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio.portfolio-parallax {
  margin: 0 !important; }
  /* line 1212, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio.portfolio-parallax .portfolio-item {
    float: none;
    width: 100% !important;
    height: 500px !important;
    margin: 0 !important; }
    /* line 1217, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio.portfolio-parallax .portfolio-item .portfolio-image {
      width: 100% !important;
      height: 500px !important;
      background-attachment: fixed; }
    /* line 1223, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
      opacity: 1; }
      /* line 1226, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div {
        width: 120px; }
  /* line 1233, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio.portfolio-parallax .portfolio-desc {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -57px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 0;
    opacity: 0; }
    /* line 1243, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio.portfolio-parallax .portfolio-desc h3 {
      font-size: 44px;
      font-weight: 300;
      letter-spacing: -1px; }
      /* line 1247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio.portfolio-parallax .portfolio-desc h3 a {
        color: #FFF; }
        /* line 1249, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
        .portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
          color: #DDD; }
    /* line 1254, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio.portfolio-parallax .portfolio-desc span {
      margin-top: 12px;
      font-size: 16px;
      color: #CCC; }
      /* line 1258, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio.portfolio-parallax .portfolio-desc span a {
        color: #DDD; }
        /* line 1260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
        .portfolio.portfolio-parallax .portfolio-desc span a:hover {
          color: #BBB; }
    /* line 1265, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
      width: 100%;
      text-align: center;
      margin: 15px 0 0; }
      /* line 1269, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
        display: inline-block;
        width: 50px;
        height: 0;
        border-bottom: 1px solid #FFF; }
  /* line 1277, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio.portfolio-parallax .portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.4); }

/* line 1286, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out; }
  /* line 1289, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; }

/* Portfolio - Overlay
-----------------------------------------------------------------*/
/* line 1302, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); }
  /* line 1312, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    -webkit-backface-visibility: hidden; }
    /* line 1328, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay a.right-icon {
      left: auto;
      right: 50%;
      margin-left: 0;
      margin-right: -44px; }
    /* line 1334, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay a.center-icon {
      display: block;
      margin: -20px 0 0 -20px;
      opacity: 0; }
    /* line 1339, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay a:hover {
      color: #648522;
      background-color: #EEE; }
    /* line 1344, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay a i.icon-line-play {
      position: relative;
      left: 2px; }
  /* line 1350, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-overlay .portfolio-desc {
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align: center; }
    /* line 1355, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay .portfolio-desc a {
      display: inline;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      font-size: inherit;
      width: auto !important;
      height: auto !important;
      line-height: 1;
      background-color: transparent !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
      /* line 1367, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio-overlay .portfolio-desc a:hover {
        background: transparent; }
    /* line 1371, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay .portfolio-desc h3 {
      font-weight: 600;
      color: #F5F5F5 !important;
      line-height: 1; }
      /* line 1375, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio-overlay .portfolio-desc h3 a {
        color: #F5F5F5 !important; }
    /* line 1379, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay .portfolio-desc span {
      margin-top: 7px;
      color: #DDD !important; }
      /* line 1382, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio-overlay .portfolio-desc span a {
        color: #DDD !important;
        font-size: inherit; }
    /* line 1387, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-overlay .portfolio-desc ~ a {
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      margin: 20px 0 0 !important; }
      /* line 1393, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      .portfolio-overlay .portfolio-desc ~ a.right-icon {
        left: 0;
        right: 0;
        margin-left: 5px !important;
        margin-right: 0 !important; }

/* line 1404, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }
  /* line 1406, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear; }
  /* line 1410, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear; }

/* line 1417, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay {
  opacity: 1; }

/* line 1422, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon {
  opacity: 1; }

/* line 1427, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon {
  margin-top: -18px; }

/* line 1439, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay, body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
  display: none !important; }

/* Portfolio Single
-----------------------------------------------------------------*/
/* Portfolio Single - Image
-----------------------------------------------------------------*/
/* line 1456, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
  display: block;
  width: 100%; }

/* line 1465, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-single-image-full {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin: -80px 0 80px !important; }

/* line 1472, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-single-video {
  height: auto !important; }

/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/
/* line 1479, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-single-image-full .swiper-container {
  width: 100%;
  height: 600px;
  background-color: #333; }

/* line 1484, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-single-image-full .swiper-slide {
  overflow: hidden; }
  /* line 1486, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-single-image-full .swiper-slide img {
    width: 100%;
    height: auto; }

/* line 1492, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 {
  width: 100%; }

/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/
/* line 1501, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.masonry-thumbs {
  position: relative; }
  /* line 1503, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs a {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden; }
  /* line 1510, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs.col-2 a {
    width: 50%; }
  /* line 1515, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs.col-3 a {
    width: 33.30%; }
  /* line 1520, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs.col-4 a {
    width: 25%; }
  /* line 1525, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs.col-5 a {
    width: 20%; }
  /* line 1530, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs.col-6 a {
    width: 16.60%; }
  /* line 1534, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs img {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 1px 1px 0; }
  /* line 1539, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs .overlay {
    padding: 0 1px 1px 0; }
  /* line 1542, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .masonry-thumbs a,
  .masonry-thumbs img {
    display: block;
    height: auto !important; }

/* Portfolio Single - Content
-----------------------------------------------------------------*/
/* line 1552, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-single-content {
  font-size: 14px; }
  /* line 1554, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-single-content h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 600 !important; }

/* line 1562, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-ajax-modal {
  width: 1000px !important; }

/* line 1566, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.modal-padding {
  padding: 40px; }

/* line 1570, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.ajax-modal-title {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EEE;
  padding: 25px 40px; }
  /* line 1574, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .ajax-modal-title h2 {
    font-size: 26px;
    margin-bottom: 0; }

/* line 1580, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
#portfolio-ajax-wrap {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease; }
  /* line 1585, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  #portfolio-ajax-wrap.portfolio-ajax-opened {
    max-height: 1200px; }

/* line 1590, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
#portfolio-ajax-container {
  display: none;
  padding-bottom: 60px; }

/* line 1596, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
#portfolio-ajax-single h2 {
  font-size: 26px; }

/* Portfolio Single - Meta
-----------------------------------------------------------------*/
/* line 1604, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-meta,
.portfolio-share {
  list-style: none;
  font-size: 14px; }

/* line 1611, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.portfolio-meta li {
  margin: 10px 0;
  color: #666; }
  /* line 1614, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-meta li:first-child {
    margin-top: 0; }
  /* line 1617, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .portfolio-meta li span {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    color: #333; }
    /* line 1622, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    .portfolio-meta li span i {
      position: relative;
      top: 1px;
      width: 14px;
      text-align: center;
      margin-right: 7px; }

/* line 1634, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.well .line {
  margin: 20px 0;
  border-color: #E5E5E5; }

/* Portfolio Single Navigation
-----------------------------------------------------------------*/
/* line 1643, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
#portfolio-navigation {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  max-width: 96px;
  height: 24px;
  margin-top: -12px; }
  /* line 1651, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  #portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #444;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    /* line 1660, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    #portfolio-navigation a i {
      position: relative;
      top: -1px;
      font-size: 24px;
      line-height: 1; }
      /* line 1665, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
      #portfolio-navigation a i.icon-angle-right {
        left: -1px; }
    /* line 1669, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    #portfolio-navigation a:first-child {
      margin-left: 0; }
    /* line 1672, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
    #portfolio-navigation a:hover {
      color: #648522; }

/* line 1678, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.page-title-right #portfolio-navigation {
  left: 10px;
  right: auto; }

/* line 1684, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.page-title-center #portfolio-navigation {
  position: relative;
  top: 0;
  left: 0;
  margin: 20px auto 0; }

/* line 1693, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.page-title-dark #portfolio-navigation a {
  color: #EEE; }

/* line 1700, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.page-title-parallax #portfolio-navigation a {
  color: #FFF; }

/* line 1708, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
#portfolio-navigation a i.icon-angle-left, #portfolio-navigation a i.icon-angle-right {
  font-size: 32px;
  top: -6px; }

/* line 1718, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
#portfolio-ajax-show #portfolio-navigation {
  top: 0;
  margin-top: 0; }

/* Individual Portfolio Item
-----------------------------------------------------------------*/
/* line 1727, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
.iportfolio {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0; }
  /* line 1733, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .iportfolio .portfolio-image {
    position: relative;
    overflow: hidden; }
  /* line 1737, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .iportfolio .portfolio-image,
  .iportfolio .portfolio-image a,
  .iportfolio .portfolio-image img {
    display: block;
    width: 100%;
    height: auto; }
  /* line 1744, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/portfolio.scss */
  .iportfolio .portfolio-overlay {
    height: 100% !important; }

/* ----------------------------------------------------------------

	event.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Events
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.events .entry,
.ievent {
  padding: 20px;
  background-color: #F9F9F9;
  border-bottom: 3px solid #EEE; }

/* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 64px;
  text-align: center;
  padding-top: 7px;
  font-size: 26px;
  line-height: 1; }
  /* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
  .events .entry-image .entry-date span,
  .ievent .entry-image .entry-date span {
    display: block;
    font-size: 15px;
    margin-top: 5px; }

/* line 43, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.events .entry-c,
.ievent .entry-c {
  padding: 5px 0; }

/* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.single-event .entry-image img {
  border-radius: 0; }

/* line 54, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.single-event .events-meta {
  font-size: 14px; }

/* line 62, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.single-event .events-meta .iconlist li,
.parallax .iconlist li {
  margin: 5px 0; }

/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.single-event .entry-overlay,
.parallax .entry-overlay-meta {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 80px;
  font-size: 22px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 5; }

/* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.single-event .countdown {
  display: inline-block;
  position: relative;
  top: 7px; }

/* line 91, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.single-event .countdown-section {
  padding: 0 15px;
  border-left-color: rgba(255, 255, 255, 0.3);
  color: #CCC; }

/* line 96, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.single-event .countdown-amount {
  color: #FFF; }

/* line 102, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax .entry-overlay,
.parallax .entry-overlay-meta {
  background: transparent;
  width: auto;
  text-align: right;
  bottom: 30px;
  left: auto;
  right: 30px; }

/* line 111, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax .entry-overlay-meta {
  padding: 20px;
  font-size: 14px;
  text-align: left;
  right: 38px;
  bottom: 130px;
  width: 368px;
  height: auto;
  line-height: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }

/* line 127, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
  right: auto;
  left: 30px; }

/* line 132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax.overlay-left .entry-overlay-meta {
  left: 38px; }

/* line 137, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
  bottom: 100px;
  right: auto;
  left: 50%;
  margin-left: -192px; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax.overlay-center .entry-overlay-meta {
  top: 100px;
  bottom: auto;
  margin-left: -184px; }

/* line 151, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax .entry-overlay-meta h2 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 17px; }
  /* line 156, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
  .parallax .entry-overlay-meta h2 a {
    color: #FFF; }
    /* line 158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
    .parallax .entry-overlay-meta h2 a:hover {
      color: #DDD; }

/* line 167, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax .countdown {
  top: 0; }

/* line 170, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax .countdown-section {
  border-left: 0;
  width: 80px;
  height: 80px;
  margin: 0 8px;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding-top: 14px; }

/* line 180, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.parallax .countdown-amount {
  font-size: 28px;
  margin-bottom: 6px; }

/* Individual Events
-----------------------------------------------------------------*/
/* line 189, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
.ievent {
  position: relative;
  margin-top: 20px; }
  /* line 192, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
  .ievent:first-child {
    margin-top: 0; }
  /* line 195, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
  .ievent .entry-image {
    width: 30%;
    margin-right: 20px; }
  /* line 199, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
  .ievent .entry-content {
    margin-top: 20px; }
  /* line 203, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
  .ievent .entry-title h2 {
    font-size: 18px; }
  /* line 207, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
  .ievent .entry-meta {
    margin-right: -10px; }
    /* line 209, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
    .ievent .entry-meta li {
      font-size: 13px;
      margin-right: 10px;
      padding-left: 10px; }
      /* line 213, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/events.scss */
      .ievent .entry-meta li:first-child {
        padding-left: 0; }

/*-----------------------------------------------------------------------------------
	shortcodes.scss
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	Shortcodes: countdown.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Countdown
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown {
  display: block; }

/* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-row {
  display: block;
  position: relative;
  text-align: center; }

/* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-section {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  width: 25%;
  border-left: 1px dotted #BBB;
  color: #888;
  text-transform: capitalize; }
  /* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
  .countdown-section:first-child {
    border-left: 0; }

/* line 37, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-amount {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px; }

/* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-descr {
  display: block;
  width: 100%; }

/* Countdown - Medium
-----------------------------------------------------------------*/
/* line 53, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-medium .countdown-section {
  font-size: 14px; }

/* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-medium .countdown-amount {
  font-size: 30px;
  margin-bottom: 7px; }

/* Countdown - Large
-----------------------------------------------------------------*/
/* line 66, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-large .countdown-section {
  font-size: 18px; }

/* line 69, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown-large .countdown-amount {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 8px; }

/* Countdown - Inline
-----------------------------------------------------------------*/
/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
.countdown.countdown-inline {
  display: inline-block; }
  /* line 82, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
  .countdown.countdown-inline .countdown-row {
    display: inline-block;
    text-align: center; }
  /* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
  .countdown.countdown-inline .countdown-section {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    border: none;
    color: inherit;
    margin-left: 7px;
    text-transform: inherit; }
    /* line 95, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
    .countdown.countdown-inline .countdown-section:first-child {
      margin-left: 0; }
  /* line 99, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
  .countdown.countdown-inline .countdown-amount {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    margin: 0 3px 0 0; }
  /* line 106, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
  .countdown.countdown-inline .countdown-descr {
    display: inline-block;
    width: auto; }

/* Countdown - Coming Soon
-----------------------------------------------------------------*/
/* line 121, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
  border: none;
  padding: 15px; }

/* line 125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/countdown.scss */
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 15px !important; }

/*-----------------------------------------------------------------------------------

	Shortcodes: buttons.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background-color: #648522;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border: none; }

/* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
body:not(.device-touch) .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-dark {
  background-color: #444; }

/* line 37, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-light {
  background-color: #EEE;
  color: #333;
  text-shadow: none !important; }

/* line 43, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button:hover {
  background-color: #f3c800;
  color: #fff;
  text-shadow: none; }

/* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-dark:hover {
  background-color: #f3c800; }

/* line 51, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px; }

/* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-small {
  padding: 0 17px;
  font-size: 14px;
  height: 34px;
  line-height: 34px; }

/* line 65, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: "Open Sans", sans-serif; }

/* line 89, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Menlo", sans-serif;
  font-style: italic;
  text-transform: none; }

/* line 100, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center; }

/* line 109, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.tright i {
  margin: 0 0 0 5px; }

/* line 111, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-mini i {
  margin-right: 3px; }

/* line 113, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-mini.tright i {
  margin: 0 0 0 3px; }

/* line 115, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-small i {
  margin-right: 4px; }

/* line 117, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-small.tright i {
  margin: 0 0 0 4px; }

/* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-xlarge i {
  top: 2px;
  margin-right: 8px; }

/* line 124, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-xlarge.tright i {
  margin: 0 0 0 8px; }

/* line 126, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px; }

/* line 134, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-desc.tright i {
  margin: 0 0 0 12px; }

/* line 136, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-desc div {
  display: inline-block; }

/* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-rounded {
  border-radius: 3px; }

/* Buttons - Border
-----------------------------------------------------------------*/
/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 600;
  text-shadow: none; }

/* line 153, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border-thin {
  border-width: 1px;
  line-height: 38px; }

/* line 158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-mini {
  line-height: 24px; }

/* line 160, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-small {
  line-height: 30px; }

/* line 162, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-large {
  line-height: 42px; }

/* line 164, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-xlarge {
  line-height: 48px; }

/* line 166, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border-thin.button-mini {
  line-height: 26px; }

/* line 168, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border-thin.button-small {
  line-height: 32px; }

/* line 170, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border-thin.button-large {
  line-height: 44px; }

/* line 172, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border-thin.button-xlarge {
  line-height: 50px; }

/* line 174, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-desc {
  line-height: 1; }

/* line 176, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border:not(.button-fill):hover {
  background-color: #444;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

/* line 183, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-light {
  border-color: #EEE;
  color: #EEE; }

/* line 188, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-light:hover {
  background-color: #EEE;
  color: #333;
  text-shadow: none; }

/* Buttons - Border
-----------------------------------------------------------------*/
/* line 198, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* line 204, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-3d:hover {
  background-color: #648522 !important;
  opacity: 0.9; }

/* line 209, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #333; }

/* Buttons - Icon Reveal
-----------------------------------------------------------------*/
/* line 219, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal {
  padding: 0 28px;
  overflow: hidden; }

/* line 224, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1); }

/* line 237, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-border i {
  top: -2px; }

/* line 239, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.tright i {
  left: auto;
  right: -32px; }

/* line 244, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px; }

/* line 247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
  border-radius: 0 3px 3px 0; }

/* line 250, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0; }

/* line 256, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease; }

/* line 261, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-mini {
  padding: 0 17px; }

/* line 263, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px; }

/* line 270, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px; }

/* line 275, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-small {
  padding: 0 22px; }

/* line 277, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px; }

/* line 284, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px; }

/* line 289, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-large {
  padding: 0 32px; }

/* line 291, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px; }

/* line 298, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-large.tright i {
  left: auto;
  right: -38px; }

/* line 303, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-xlarge {
  padding: 0 40px; }

/* line 305, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
  height: 52px;
  line-height: 52px; }

/* line 312, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-xlarge.tright i {
  left: auto;
  right: -44px; }

/* line 317, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal:hover i {
  left: 0; }

/* line 319, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.tright:hover i {
  left: auto;
  right: 0; }

/* line 324, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal:hover span {
  left: 16px; }

/* line 326, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-mini:hover span {
  left: 11px; }

/* line 328, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-small:hover span {
  left: 13px; }

/* line 330, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-large:hover span {
  left: 19px; }

/* line 332, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-xlarge:hover span {
  left: 22px; }

/* line 334, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.tright:hover span {
  left: -16px; }

/* line 336, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-mini.tright:hover span {
  left: -11px; }

/* line 338, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-small.tright:hover span {
  left: -13px; }

/* line 340, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-large.tright:hover span {
  left: -19px; }

/* line 342, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-reveal.button-xlarge.tright:hover span {
  left: -22px; }

/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/
/* line 348, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-full {
  display: block !important;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 362, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

/* line 364, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-full strong {
  font-weight: 600;
  border-bottom: 2px solid #EEE; }

/* line 369, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

/* line 373, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-full.button-light strong {
  border-bottom-color: #333; }

/* line 375, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-full.button-light:hover strong {
  border-bottom-color: #EEE; }

/* Buttons - Circle
-----------------------------------------------------------------*/
/* line 380, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-circle {
  border-radius: 20px; }

/* line 382, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-mini.button-circle {
  border-radius: 14px; }

/* line 384, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-small.button-circle {
  border-radius: 17px; }

/* line 386, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-large.button-circle {
  border-radius: 23px; }

/* line 388, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-xlarge.button-circle {
  border-radius: 26px; }

/* Buttons - Fill Effect
-----------------------------------------------------------------*/
/* line 394, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden; }

/* line 401, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill span {
  position: relative; }

/* line 403, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill:hover {
  background-color: transparent !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

/* line 409, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.button-light:hover {
  border-color: #EEE !important;
  color: #333 !important;
  text-shadow: none; }

/* line 415, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill:before {
  content: '';
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden; }

/* line 427, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.button-light:before {
  background-color: #EEE; }

/* line 429, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0; }

/* line 434, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill:hover:before {
  width: 100%; }

/* line 436, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.fill-from-top:before,
.button.button-border.button-fill.fill-from-bottom:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* line 441, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0; }

/* line 446, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%; }

/* line 448, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0; }

/* line 455, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%; }

/* Buttons - Colors
-----------------------------------------------------------------*/
/* Buttons - Colors
-----------------------------------------------------------------*/
/* line 464, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-red {
  background-color: #C02942; }

/* line 465, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-red:hover,
.button-reveal.button-red:hover,
.button-border.button-red:hover,
.button-border.button-red.button-fill:before {
  background-color: #C02942 !important; }

/* line 470, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-red {
  color: #C02942;
  border-color: #C02942; }

/* line 475, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-teal {
  background-color: #53777A; }

/* line 476, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover,
.button-border.button-teal:hover,
.button-border.button-teal.button-fill:before {
  background-color: #53777A !important; }

/* line 481, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-teal {
  color: #53777A;
  border-color: #53777A; }

/* line 486, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-yellow {
  background-color: #ECD078; }

/* line 487, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover,
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill:before {
  background-color: #ECD078 !important; }

/* line 492, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-yellow,
.button-border.button-yellow.button-fill.button-light:hover {
  color: #ECD078 !important;
  border-color: #ECD078 !important; }

/* line 498, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill.button-light:hover {
  color: #333 !important; }

/* line 501, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-green {
  background-color: #449D44; }

/* line 502, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-green:hover,
.button-reveal.button-green:hover,
.button-border.button-green:hover,
.button-border.button-green.button-fill:before {
  background-color: #449D44 !important; }

/* line 507, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-green {
  color: #449D44;
  border-color: #449D44; }

/* line 512, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-brown {
  background-color: #774F38; }

/* line 513, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover,
.button-border.button-brown:hover,
.button-border.button-brown.button-fill:before {
  background-color: #774F38 !important; }

/* line 518, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-brown {
  color: #774F38;
  border-color: #774F38; }

/* line 523, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-aqua {
  background-color: #40C0CB; }

/* line 524, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover,
.button-border.button-aqua:hover,
.button-border.button-aqua.button-fill:before {
  background-color: #40C0CB !important; }

/* line 529, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-aqua {
  color: #40C0CB;
  border-color: #40C0CB; }

/* line 534, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-lime {
  background-color: #AEE239; }

/* line 535, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover,
.button-border.button-lime:hover,
.button-border.button-lime.button-fill:before {
  background-color: #AEE239 !important; }

/* line 540, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-lime {
  color: #AEE239;
  border-color: #AEE239; }

/* line 545, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-purple {
  background-color: #5D4157; }

/* line 546, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover,
.button-border.button-purple:hover,
.button-border.button-purple.button-fill:before {
  background-color: #5D4157 !important; }

/* line 551, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-purple {
  color: #5D4157;
  border-color: #5D4157; }

/* line 556, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-leaf {
  background-color: #A8CABA; }

/* line 557, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover,
.button-border.button-leaf:hover,
.button-border.button-leaf.button-fill:before {
  background-color: #A8CABA !important; }

/* line 562, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-leaf {
  color: #A8CABA;
  border-color: #A8CABA; }

/* line 567, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-pink {
  background-color: #F89FA1; }

/* line 568, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-pink:hover,
.button-reveal.button-pink:hover,
.button-border.button-pink:hover,
.button-border.button-pink.button-fill:before {
  background-color: #F89FA1 !important; }

/* line 573, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-pink {
  color: #F89FA1;
  border-color: #F89FA1; }

/* line 578, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-dirtygreen {
  background-color: #1693A5; }

/* line 579, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover,
.button-border.button-dirtygreen:hover,
.button-border.button-dirtygreen.button-fill:before {
  background-color: #1693A5 !important; }

/* line 584, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-dirtygreen {
  color: #1693A5;
  border-color: #1693A5; }

/* line 589, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-blue {
  background-color: #1265A8; }

/* line 590, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-blue:hover,
.button-reveal.button-blue:hover,
.button-border.button-blue:hover,
.button-border.button-blue.button-fill:before {
  background-color: #1265A8 !important; }

/* line 595, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-blue {
  color: #1265A8;
  border-color: #1265A8; }

/* line 600, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-amber {
  background-color: #EB9C4D; }

/* line 601, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before {
  background-color: #EB9C4D !important; }

/* line 606, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-amber {
  color: #EB9C4D;
  border-color: #EB9C4D; }

/* line 611, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-black {
  background-color: #111; }

/* line 612, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-black:hover,
.button-reveal.button-black:hover,
.button-border.button-black:hover,
.button-border.button-black.button-fill:before {
  background-color: #111 !important; }

/* line 617, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-border.button-black {
  color: #111;
  border-color: #111; }

/* line 622, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-white {
  background-color: #F9F9F9; }

/* line 623, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button-3d.button-white:hover,
.button-reveal.button-white:hover {
  background-color: #F9F9F9 !important; }

/* Buttons - No Hover
-----------------------------------------------------------------*/
/* line 631, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/buttons.scss */
.button.button-nohover:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important; }

/*-----------------------------------------------------------------------------------

	Shortcodes: promo.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Promo Boxes
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo {
  position: relative;
  padding: 30px 200px 30px 0; }
  /* line 15, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo h3 {
    font-weight: bold;
    margin-bottom: 0; }
  /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo a.button {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -18px;
    left: auto;
    right: 0; }
  /* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo > span,
  .promo > .container > span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 16px;
    margin-top: 6px; }
  /* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo a.button.button-mini {
    margin-top: -12px; }
  /* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo a.button.button-small {
    margin-top: -15px; }
  /* line 45, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo a.button.button-large {
    margin-top: -22px; }
  /* line 48, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo a.button.button-xlarge {
    margin-top: -25px; }
  /* line 51, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo a.button.button-desc {
    margin-top: -40px; }

/* Promo Uppercase
-----------------------------------------------------------------*/
/* line 61, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo-uppercase {
  text-transform: uppercase; }
  /* line 63, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo-uppercase h3 {
    font-size: 22px; }

/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo-uppercase > span,
.promo-uppercase > .container > span {
  font-size: 15px; }

/* Promo - with Border
-----------------------------------------------------------------*/
/* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-border {
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding-left: 30px; }
  /* line 83, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-border a.button {
    right: 30px; }

/* Promo - Light
-----------------------------------------------------------------*/
/* line 94, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-light {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding-left: 30px; }
  /* line 99, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-light a.button {
    right: 30px; }

/* Promo - Dark
-----------------------------------------------------------------*/
/* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-dark {
  border: 0 !important;
  background-color: #333;
  padding: 30px 200px 30px 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px; }
  /* line 116, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-dark h3 {
    color: #FFF; }
  /* line 120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-dark a.button {
    right: 30px; }
  /* line 124, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-dark > h3 span,
  .promo.promo-dark > .container > h3 span {
    padding: 2px 8px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-weight: 400; }
  /* line 132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-dark > span,
  .promo.promo-dark > .container > span {
    color: #CCC;
    margin-top: 8px; }

/* Promo - Flat
-----------------------------------------------------------------*/
/* line 145, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-flat {
  background-color: #648522; }
  /* line 149, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-flat a.button:not(.button-border) {
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF; }
  /* line 153, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-flat a.button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #444;
    text-shadow: none; }
  /* line 161, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-flat > span,
  .promo.promo-flat .promo.promo-flat > .container > span {
    color: rgba(255, 255, 255, 0.9); }

/* Promo - 100% Full Width
-----------------------------------------------------------------*/
/* line 172, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo-full {
  border-radius: 3px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 40px 0 !important; }
  /* line 178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo-full a.button {
    right: 15px !important; }
  /* line 184, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo-full.promo-right a.button {
    right: auto !important;
    left: 15px !important; }

/* Promo - Parallax
-----------------------------------------------------------------*/
/* line 197, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.parallax {
  padding: 80px 0 !important; }

/* Promo - Right Align
-----------------------------------------------------------------*/
/* line 207, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-right {
  text-align: right;
  padding: 30px 0 30px 200px; }
  /* line 211, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-right a.button {
    left: 0;
    right: auto; }

/* Promo - with Border & Right Align
-----------------------------------------------------------------*/
/* line 225, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-right.promo-border :not(.promo-mini), .promo.promo-dark.promo-right :not(.promo-mini) {
  padding-right: 30px; }

/* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-right.promo-border a.button, .promo.promo-dark.promo-right a.button {
  left: 30px; }

/* Promo - Center Align
-----------------------------------------------------------------*/
/* line 238, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-center {
  text-align: center;
  padding: 30px 20px; }
  /* line 242, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-center a.button {
    position: relative;
    top: 0;
    margin: 20px 0 0;
    left: 0 !important;
    right: 0; }

/* Promo - Mini
-----------------------------------------------------------------*/
/* line 257, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-mini {
  text-align: left;
  padding: 20px 25px; }
  /* line 260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-mini h3 {
    font-size: 20px;
    line-height: 1.5; }
  /* line 265, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-mini.promo-uppercase h3 {
    font-size: 18px; }
  /* line 270, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-mini.promo-dark h3 {
    line-height: 1.7; }
  /* line 275, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
  .promo.promo-mini a.button {
    position: relative;
    top: 0;
    margin: 20px 0 0;
    left: 0 !important;
    right: 0; }

/* Promo - Mini - Center & Right Align
-----------------------------------------------------------------*/
/* line 291, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-mini.promo-center {
  text-align: center; }

/* line 294, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/promo.scss */
.promo.promo-mini.promo-right {
  text-align: right; }

/*-----------------------------------------------------------------------------------

	Shortcodes: feature-box.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px; }
  /* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box:first-child {
    margin-top: 0; }
  /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0; }
    /* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box .fbox-icon a,
    .feature-box .fbox-icon i,
    .feature-box .fbox-icon img {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      color: #FFF; }
    /* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box .fbox-icon i,
    .feature-box .fbox-icon img {
      border-radius: 50%;
      background-color: #648522; }
    /* line 41, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box .fbox-icon i {
      font-style: normal;
      font-size: 28px;
      text-align: center;
      line-height: 64px; }
  /* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box .before-heading {
    font-size: 14px; }

/* Feature Box - Icon Large
-----------------------------------------------------------------*/
/* line 57, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-large {
  padding: 0 0 0 115px; }
  /* line 59, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-large .fbox-icon {
    width: 96px;
    height: 96px; }
    /* line 62, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box.fbox-large .fbox-icon i {
      font-size: 42px;
      line-height: 96px; }

/* Feature Box - Icon Outline
-----------------------------------------------------------------*/
/* line 77, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-outline .fbox-icon {
  border: 1px solid #648522;
  border-radius: 50%;
  padding: 3px; }
  /* line 81, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-outline .fbox-icon i {
    line-height: 56px; }

/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/
/* line 94, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-outline.fbox-large .fbox-icon {
  padding: 4px; }
  /* line 96, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-outline.fbox-large .fbox-icon i {
    line-height: 86px; }

/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/
/* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-rounded .fbox-icon {
  border-radius: 3px !important; }
  /* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-rounded .fbox-icon i,
  .feature-box.fbox-rounded .fbox-icon img {
    border-radius: 3px !important; }

/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/
/* line 126, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-rounded.fbox-large .fbox-icon {
  border-radius: 4px !important; }
  /* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-rounded.fbox-large .fbox-icon i,
  .feature-box.fbox-rounded.fbox-large .fbox-icon img {
    border-radius: 4px !important; }

/* Feature Box - Light Background
-----------------------------------------------------------------*/
/* line 141, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-light.fbox-outline .fbox-icon {
  border-color: #E5E5E5; }
  /* line 143, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-light.fbox-outline .fbox-icon i {
    line-height: 54px; }

/* line 147, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-light.fbox-outline i,
.feature-box.fbox-light.fbox-outline img {
  border: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  color: #444; }

/* line 155, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
  line-height: 84px; }

/* line 159, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-light .fbox-icon i {
  line-height: 62px; }

/* line 163, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-large .fbox-icon i {
  line-height: 96px; }

/* Feature Box - Dark Background
-----------------------------------------------------------------*/
/* line 174, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-dark.fbox-outline .fbox-icon {
  border-color: #444; }

/* line 177, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
  background-color: #333; }

/* Feature Box - Border
-----------------------------------------------------------------*/
/* line 189, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-border .fbox-icon {
  border: 1px solid #648522;
  border-radius: 50%; }
  /* line 192, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-border .fbox-icon i,
  .feature-box.fbox-border .fbox-icon img {
    border: none;
    background-color: transparent !important;
    color: #648522; }

/* line 199, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-border .fbox-icon {
  padding: 0; }
  /* line 201, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-border .fbox-icon i {
    line-height: 62px !important; }

/* line 203, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-border.fbox-large .fbox-icon i {
  line-height: 94px !important; }

/* Feature Box - Border - Light
-----------------------------------------------------------------*/
/* line 214, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-border.fbox-light .fbox-icon {
  border-color: #E5E5E5; }

/* line 215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-border.fbox-light i,
.feature-box.fbox-border.fbox-light img {
  color: #888; }

/* Feature Box - Border - Dark
-----------------------------------------------------------------*/
/* line 227, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-border.fbox-dark .fbox-icon {
  border-color: #333; }

/* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-border.fbox-dark i,
.feature-box.fbox-border.fbox-dark img {
  color: #444; }

/* Feature Box - Plain
-----------------------------------------------------------------*/
/* line 240, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain .fbox-icon {
  border: none !important;
  height: auto !important; }
  /* line 243, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-plain .fbox-icon i,
  .feature-box.fbox-plain .fbox-icon img {
    border: none !important;
    background-color: transparent !important;
    color: #648522;
    border-radius: 0; }
  /* line 250, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-plain .fbox-icon i {
    font-size: 48px;
    line-height: 1 !important; }
  /* line 254, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-plain .fbox-icon img {
    height: 64px; }

/* line 257, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain.fbox-image .fbox-icon {
  width: auto; }

/* line 258, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain.fbox-image img {
  width: auto;
  display: inline-block; }

/* line 263, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain.fbox-small {
  padding-left: 42px; }
  /* line 265, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-plain.fbox-small .fbox-icon {
    width: 28px; }
    /* line 267, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box.fbox-plain.fbox-small .fbox-icon i {
      font-size: 28px; }
    /* line 270, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box.fbox-plain.fbox-small .fbox-icon img {
      height: 28px; }
  /* line 274, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-plain.fbox-small h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px; }
  /* line 279, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-plain.fbox-small p {
    margin-left: -42px; }

/* line 285, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain.fbox-large .fbox-icon i {
  font-size: 72px; }

/* line 286, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain.fbox-large .fbox-icon img {
  height: 96px; }

/* line 291, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img {
  color: #888; }

/* line 297, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #444; }

/* Feature Box - Center
-----------------------------------------------------------------*/
/* line 309, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center {
  padding: 0;
  text-align: center; }
  /* line 312, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-center.fbox-small {
    padding-left: 0 !important; }
  /* line 315, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-center .fbox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px; }
    /* line 320, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box.fbox-center .fbox-icon i {
      font-size: 42px;
      line-height: 96px; }
  /* line 327, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-center.fbox-outline .fbox-icon i {
    line-height: 88px; }
  /* line 330, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-center p {
    font-size: 14px;
    margin-top: 15px; }

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/
/* line 344, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-large .fbox-icon {
  width: 128px;
  height: 128px; }
  /* line 347, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-center.fbox-large .fbox-icon i {
    font-size: 70px;
    line-height: 128px; }

/* line 354, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
  line-height: 118px; }

/* line 359, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-light .fbox-icon i {
  line-height: 94px; }

/* line 361, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-light .fbox-outline .fbox-icon i {
  line-height: 86px; }

/* line 364, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-light .fbox-outline .fbox-large .fbox-icon i {
  line-height: 114px; }

/* line 371, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-border .fbox-icon i {
  line-height: 94px !important; }

/* line 376, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
  line-height: 126px !important; }

/* line 380, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-large .fbox-plain .fbox-icon i {
  font-size: 112px; }

/* line 381, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-large .fbox-plain .fbox-icon img {
  height: 128px; }

/* line 387, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-plain .fbox-icon i {
  font-size: 84px; }

/* line 388, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-plain .fbox-icon img {
  height: 96px; }

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/
/* line 400, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-small .fbox-icon {
  width: 64px;
  height: 64px; }
  /* line 403, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-center.fbox-small .fbox-icon i {
    font-size: 28px;
    line-height: 64px; }

/* line 410, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
  line-height: 58px; }

/* line 418, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center .fbox-light .fbox-outline.fbox-small .fbox-icon i {
  line-height: 54px; }

/* line 425, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
  line-height: 62px !important; }

/* line 430, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-small .fbox-plain .fbox-icon i {
  font-size: 56px; }

/* line 431, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-small .fbox-plain .fbox-icon img {
  height: 64px; }

/* line 434, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-small p {
  font-size: 14px;
  margin-top: 10px; }

/* line 441, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center .fbox-plain.fbox-small p {
  margin-left: 0; }

/* Feature Box - Right
-----------------------------------------------------------------*/
/* line 452, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-right {
  padding: 0 80px 0 0;
  text-align: right; }
  /* line 455, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-right.fbox-large {
    padding-right: 115px; }
  /* line 456, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-right .fbox-icon {
    left: auto;
    right: 0; }
  /* line 461, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-right.fbox-plain.fbox-small {
    padding: 0 42px 0 0; }
    /* line 463, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box.fbox-right.fbox-plain.fbox-small p {
      margin: 0 -42px 0 0; }

/* Feature Box - Subtitle
-----------------------------------------------------------------*/
/* line 475, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box h3 + .fbox-icon {
  margin-top: 20px !important; }

/* line 477, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  font-weight: 300;
  text-transform: none; }

/* line 485, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center:not(.fbox-bg) h3:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }

/* line 494, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
  width: 50px; }

/* line 496, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
  display: none; }

/* line 499, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-center.fbox-italic p {
  font-style: italic;
  font-family: "Abel", sans-serif; }

/* Feature Box - Background
-----------------------------------------------------------------*/
/* line 510, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.fbox-bg.fbox-center {
  margin-top: 68px;
  padding: 68px 30px 30px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px; }
  /* line 516, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-bg.fbox-center:first-child {
    margin-top: 48px; }
  /* line 517, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-bg.fbox-center.fbox-large {
    margin-top: 84px;
    padding-top: 84px; }
    /* line 520, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box.fbox-bg.fbox-center.fbox-large:first-child {
      margin-top: 64px; }
    /* line 521, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
    .feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
      top: -64px;
      left: 50%;
      margin-left: -64px; }
  /* line 527, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-bg.fbox-center .fbox-icon {
    position: absolute;
    top: -48px;
    left: 50%;
    margin: 0 0 0 -48px; }
  /* line 536, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
  .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
    background-color: #FFF; }

/* Animated Icon Hovers
-----------------------------------------------------------------*/
/* line 546, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect .fbox-icon i {
  z-index: 1; }

/* line 548, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect .fbox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 560, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-rounded.fbox-effect .fbox-icon i:after {
  border-radius: 3px; }

/* line 562, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect .fbox-icon i {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s; }

/* line 566, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect .fbox-icon i:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -o-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* line 576, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
  background-color: #333;
  color: #FFF; }

/* line 582, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect.fbox-dark .fbox-icon i:after {
  box-shadow: 0 0 0 2px #648522; }

/* line 584, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: #648522; }

/* line 587, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Icon Effects - Bordered
-----------------------------------------------------------------*/
/* line 596, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-effect .fbox-icon i {
  -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; }

/* line 600, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-effect .fbox-icon i:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  box-shadow: none;
  background-image: url("images/icons/iconalt.svg");
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -o-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s; }

/* line 612, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
  border-radius: 3px; }

/* line 614, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
  color: #FFF;
  box-shadow: 0 0 0 1px #333; }

/* line 620, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-effect .fbox-icon i:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  background-color: #333; }

/* line 626, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #648522; }

/* line 629, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
  background-color: #648522; }

/* line 631, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Media Featured Box
-----------------------------------------------------------------*/
/* line 641, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box {
  padding: 0; }

/* line 643, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box .fbox-media {
  margin: 0 0 25px; }

/* line 645, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }

/* line 654, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box .fbox-media iframe {
  display: block; }

/* line 656, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box p {
  margin-top: 17px; }

/* line 658, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box.fbox-bg .fbox-media {
  margin: 0; }

/* line 660, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box.fbox-bg .fbox-desc {
  padding: 25px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 0 0 5px 5px; }

/* line 668, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.feature-box.media-box.fbox-bg .fbox-media img {
  border-radius: 5px 5px 0 0; }

/* ----------------------------------------------------------------
	Flipbox
-----------------------------------------------------------------*/
/* line 674, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox {
  perspective: 1000px; }

/* line 676, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox-inner {
  transition: 0.5s;
  transition-timing-function: ease;
  position: relative;
  transform-style: preserve-3d; }

/* line 683, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox-front,
.flipbox-back {
  -webkit-backface-visibility: hidden; }

/* line 688, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox-front {
  z-index: 2; }

/* line 690, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* line 698, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox:not(.flipbox-vertical) .flipbox-front {
  transform: rotateY(0deg); }

/* line 699, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox:not(.flipbox-vertical) .flipbox-back {
  transform: rotateY(-180deg); }

/* line 701, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox.flipbox-vertical .flipbox-front {
  transform: rotateX(0deg); }

/* line 702, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox.flipbox-vertical .flipbox-back {
  transform: rotateX(-180deg); }

/* line 704, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox:not(.flipbox-vertical):hover .flipbox-inner,
.flipbox:not(.flipbox-vertical).hover .flipbox-inner {
  transform: rotateY(180deg); }

/* line 707, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/feature-box.scss */
.flipbox.flipbox-vertical:hover .flipbox-inner,
.flipbox.flipbox-vertical.hover .flipbox-inner {
  transform: rotateX(180deg); }

/*-----------------------------------------------------------------------------------

	Shortcodes: process-steps.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps {
  margin: 0 0 40px;
  list-style: none; }

/* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  overflow: hidden; }

/* line 25, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps.process-2 li {
  width: 50%; }

/* line 26, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps.process-3 li {
  width: 33.33%; }

/* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps.process-5 li {
  width: 20%; }

/* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li .i-circled {
  margin-bottom: 0 !important; }

/* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li .i-bordered {
  background-color: #FFF; }

/* line 33, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li h5 {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 300; }

/* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
  font-weight: 600;
  color: #648522; }

/* line 45, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li.active a,
.process-steps li.ui-tabs-active a {
  background-color: #648522 !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #648522 !important; }

/* line 53, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li:before,
.process-steps li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: -26px;
  width: 50%;
  border-top: 1px dashed #DDD; }

/* line 64, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0; }

/* line 70, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/process-steps.scss */
.process-steps li:first-child:before,
.process-steps li:last-child:after {
  display: none; }

/*-----------------------------------------------------------------------------------

	Shortcodes: alerts.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg,
.style-msg2 {
  position: relative;
  display: block;
  color: #444;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

/* line 21, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg2 {
  border-left: 4px solid rgba(0, 0, 0, 0.2); }

/* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.successmsg {
  background: #C5EBD4;
  color: #184B21; }

/* line 28, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.errormsg {
  background: #FFCCCC;
  color: #740D0A; }

/* line 33, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.infomsg {
  background: #B9DFF4;
  color: #124F70; }

/* line 38, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.alertmsg {
  background: #FCE0B6;
  color: #975E06; }

/* line 43, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
  display: block;
  padding: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6); }

/* line 53, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg2 .msgtitle {
  background: rgba(0, 0, 0, 0.15);
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  font-weight: bold; }

/* line 61, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg2 .sb-msg {
  font-weight: normal; }

/* line 71, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg2 ol,
.style-msg2 ul {
  margin: 0 0 0 30px; }

/* line 75, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg2 ol {
  list-style-type: decimal; }

/* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg2 ul {
  list-style-type: disc; }

/* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.alert i,
.sb-msg i,
.msgtitle i {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px; }

/* line 96, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/alerts.scss */
.style-msg .close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px; }

/*-----------------------------------------------------------------------------------

	Shortcodes: styled-icons.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-style: normal; }

/* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-rounded,
.i-circled,
.i-bordered {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444;
  border-radius: 3px; }

/* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-bordered {
  border: 1px solid #555;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444;
  text-shadow: none; }

/* line 57, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-plain {
  width: 36px !important;
  height: 36px !important;
  font-size: 28px;
  line-height: 36px !important;
  color: #444;
  text-shadow: 1px 1px 1px #FFF; }

/* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-plain:hover {
  color: #777; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-circled {
  border-radius: 50%; }

/* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2); }

/* line 81, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-alt {
  background-image: url("images/icons/iconalt.svg");
  background-position: center center;
  background-size: 100% 100%; }

/* line 90, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-rounded:hover,
.i-circled:hover {
  background-color: #648522;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }

/* line 99, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-bordered:hover {
  background-color: #444 !important;
  color: #FFF;
  border-color: #444; }

/* Icon Size - Small
-----------------------------------------------------------------*/
/* line 111, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-small.i-rounded, .i-small.i-plain, .i-small.i-circled, .i-small.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 14px; }

/* line 118, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-small.i-rounded, .i-small.i-circled, .i-small.i-bordered {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important; }

/* line 125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-small.i-bordered {
  line-height: 26px !important; }

/* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-small.i-plain {
  width: 18px !important;
  height: 18px !important;
  font-size: 14px;
  line-height: 18px !important; }

/* Icon Size - Small
-----------------------------------------------------------------*/
/* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-medium.i-rounded, .i-medium.i-plain, .i-medium.i-circled, .i-medium.i-bordered {
  margin: 6px 13px 9px 0;
  font-size: 21px; }

/* line 147, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-medium.i-rounded, .i-medium.i-circled, .i-medium.i-bordered {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important; }

/* line 154, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-medium.i-bordered {
  line-height: 34px !important; }

/* line 158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-medium.i-plain {
  width: 28px !important;
  height: 28px !important;
  font-size: 20px;
  line-height: 28px !important; }

/* Icon Size - Large
-----------------------------------------------------------------*/
/* line 170, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-large.i-rounded, .i-large.i-plain, .i-large.i-circled, .i-large.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 42px; }

/* line 177, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-large.i-rounded, .i-large.i-circled, .i-large.i-bordered {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important; }

/* line 185, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-large.i-bordered {
  line-height: 62px !important; }

/* line 189, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-large.i-plain {
  width: 48px !important;
  height: 48px !important;
  font-size: 42px;
  line-height: 48px !important; }

/* Icon Size - Extra Large
-----------------------------------------------------------------*/
/* line 201, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-xlarge.i-rounded, .i-xlarge.i-plain, .i-xlarge.i-circled, .i-xlarge.i-bordered {
  margin: 4px 11px 7px 0;
  font-size: 56px; }

/* line 208, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-xlarge.i-rounded, .i-xlarge.i-circled, .i-xlarge.i-bordered {
  width: 84px !important;
  height: 84px !important;
  line-height: 84px !important; }

/* line 216, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-xlarge.i-bordered {
  line-height: 82px !important; }

/* line 220, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-xlarge.i-plain {
  width: 64px !important;
  height: 64px !important;
  font-size: 56px;
  line-height: 64px !important; }

/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/
/* line 232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-overlay,
.i-overlay a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2) url("images/grid.png") repeat; }

/* line 245, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-overlay a {
  background: transparent; }

/* line 248, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-overlay img,
.i-overlay i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  width: 48px !important;
  height: 48px !important;
  font-size: 48px;
  line-height: 1;
  color: #E5E5E5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

/* line 262, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.i-overlay i {
  margin: -18px 0 0 -18px;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px;
  font-size: 24px; }

/* line 272, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
.on-hover.i-overlay {
  opacity: 0; }
  /* line 274, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
  .on-hover.i-overlay:hover {
    opacity: 1; }

/* line 283, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/styled-icons.scss */
body:not(.device-touch) .on-hover.i-overlay {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

/*-----------------------------------------------------------------------------------

	Shortcodes: social-icons.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #AAA;
  border-radius: 3px;
  overflow: hidden; }

/* Social Icons - Rounded
-----------------------------------------------------------------*/
/* line 30, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-rounded {
  border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/
/* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-borderless {
  border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/
/* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-dark {
  background-color: #444;
  color: #FFF !important;
  border-color: transparent; }

/* Social Icons - Light
-----------------------------------------------------------------*/
/* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #666 !important;
  border-color: transparent; }

/* Social Icons - Colored
-----------------------------------------------------------------*/
/* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-colored {
  border-color: transparent !important; }
  /* line 60, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
  .si-colored i {
    color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/
/* line 69, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon.si-large {
  margin: 0 10px 10px 0;
  width: 56px;
  height: 56px;
  font-size: 30px;
  line-height: 54px !important; }

/* Social Icons - Small
-----------------------------------------------------------------*/
/* line 82, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px !important; }

/* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon i {
  display: block;
  position: relative; }

/* line 96, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
body:not(.device-touch) .social-icon i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* line 104, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon i:last-child {
  color: #FFF !important; }

/* line 108, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon:hover {
  color: #555;
  border-color: transparent; }
  /* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
  .social-icon:hover i:first-child {
    margin-top: -38px; }

/* line 120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon.si-large:hover i:first-child {
  margin-top: -54px; }

/* line 129, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.social-icon.si-small:hover i:first-child {
  margin-top: -30px; }

/* line 137, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-colored.social-icon {
  border-color: transparent; }

/* Social Icons - Sticky
-----------------------------------------------------------------*/
/* line 145, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-sticky {
  position: fixed;
  top: 50%;
  left: 5px;
  width: 36px;
  z-index: 100; }

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/
/* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-sticky.si-sticky-right {
  left: auto;
  right: 8px; }

/* Social Icons - Share
-----------------------------------------------------------------*/
/* line 166, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-share {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }
  /* line 171, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
  .si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px; }
  /* line 176, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
  .si-share div {
    float: right; }
  /* line 179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
  .si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px; }

/* line 186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-facebook:hover,
.si-colored.si-facebook {
  background-color: #3B5998 !important; }

/* line 188, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-delicious:hover,
.si-colored.si-delicious {
  background-color: #205CC0 !important; }

/* line 190, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-paypal:hover,
.si-colored.si-paypal {
  background-color: #00588B !important; }

/* line 192, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-flattr:hover,
.si-colored.si-flattr {
  background-color: #F67C1A !important; }

/* line 194, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-android:hover,
.si-colored.si-android {
  background-color: #A4C639 !important; }

/* line 196, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-smashmag:hover,
.si-colored.si-smashmag {
  background-color: #E53B2C !important; }

/* line 198, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-gplus:hover,
.si-colored.si-gplus {
  background-color: #DD4B39 !important; }

/* line 200, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-wikipedia:hover,
.si-colored.si-wikipedia {
  background-color: #333 !important; }

/* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-stumbleupon:hover,
.si-colored.si-stumbleupon {
  background-color: #F74425 !important; }

/* line 204, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-foursquare:hover,
.si-colored.si-foursquare {
  background-color: #25A0CA !important; }

/* line 206, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-call:hover,
.si-colored.si-call {
  background-color: #444 !important; }

/* line 208, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns {
  background-color: #F26739 !important; }

/* line 210, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-forrst:hover,
.si-colored.si-forrst {
  background-color: #5B9A68 !important; }

/* line 212, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-digg:hover,
.si-colored.si-digg {
  background-color: #191919 !important; }

/* line 214, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-spotify:hover,
.si-colored.si-spotify {
  background-color: #81B71A !important; }

/* line 216, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-reddit:hover,
.si-colored.si-reddit {
  background-color: #C6C6C6 !important; }

/* line 218, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-blogger:hover,
.si-colored.si-blogger {
  background-color: #FC4F08 !important; }

/* line 220, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-cc:hover,
.si-colored.si-cc {
  background-color: #688527 !important; }

/* line 222, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-dribbble:hover,
.si-colored.si-dribbble {
  background-color: #EA4C89 !important; }

/* line 224, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-evernote:hover,
.si-colored.si-evernote {
  background-color: #5BA525 !important; }

/* line 226, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-flickr:hover,
.si-colored.si-flickr {
  background-color: #FF0084 !important; }

/* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-google:hover,
.si-colored.si-google {
  background-color: #DD4B39 !important; }

/* line 230, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-instapaper:hover,
.si-colored.si-instapaper {
  background-color: #333 !important; }

/* line 232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-klout:hover,
.si-colored.si-klout {
  background-color: #FF5F52 !important; }

/* line 234, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-linkedin:hover,
.si-colored.si-linkedin {
  background-color: #0E76A8 !important; }

/* line 236, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-vk:hover,
.si-colored.si-vk {
  background-color: #2B587A !important; }

/* line 238, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-rss:hover,
.si-colored.si-rss {
  background-color: #EE802F !important; }

/* line 240, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-skype:hover,
.si-colored.si-skype {
  background-color: #00AFF0 !important; }

/* line 242, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-twitter:hover,
.si-colored.si-twitter {
  background-color: #00ACEE !important; }

/* line 244, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-youtube:hover,
.si-colored.si-youtube {
  background-color: #C4302B !important; }

/* line 246, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-vimeo:hover,
.si-colored.si-vimeo {
  background-color: #86C9EF !important; }

/* line 248, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-aim:hover,
.si-colored.si-aim {
  background-color: #FCD20B !important; }

/* line 250, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-yahoo:hover,
.si-colored.si-yahoo {
  background-color: #720E9E !important; }

/* line 252, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-email3:hover,
.si-colored.si-email3 {
  background-color: #6567A5 !important; }

/* line 254, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-macstore:hover,
.si-colored.si-macstore {
  background-color: #333333 !important; }

/* line 256, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-myspace:hover,
.si-colored.si-myspace {
  background-color: #666666 !important; }

/* line 258, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-podcast:hover,
.si-colored.si-podcast {
  background-color: #E4B21B !important; }

/* line 260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-cloudapp:hover,
.si-colored.si-cloudapp {
  background-color: #525557 !important; }

/* line 262, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-dropbox:hover,
.si-colored.si-dropbox {
  background-color: #3D9AE8 !important; }

/* line 264, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-ebay:hover,
.si-colored.si-ebay {
  background-color: #89C507 !important; }

/* line 266, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-github:hover,
.si-colored.si-github {
  background-color: #171515 !important; }

/* line 268, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-googleplay:hover,
.si-colored.si-googleplay {
  background-color: #DD4B39 !important; }

/* line 270, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-itunes:hover,
.si-colored.si-itunes {
  background-color: #222 !important; }

/* line 272, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-plurk:hover,
.si-colored.si-plurk {
  background-color: #CF5A00 !important; }

/* line 274, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-pinboard:hover,
.si-colored.si-pinboard {
  background-color: #0000E6 !important; }

/* line 276, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-soundcloud:hover,
.si-colored.si-soundcloud {
  background-color: #FF7700 !important; }

/* line 278, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-tumblr:hover,
.si-colored.si-tumblr {
  background-color: #34526F !important; }

/* line 280, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-wordpress:hover,
.si-colored.si-wordpress {
  background-color: #1E8CBE !important; }

/* line 282, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-yelp:hover,
.si-colored.si-yelp {
  background-color: #C41200 !important; }

/* line 284, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-intensedebate:hover,
.si-colored.si-intensedebate {
  background-color: #009EE4 !important; }

/* line 286, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-eventbrite:hover,
.si-colored.si-eventbrite {
  background-color: #F16924 !important; }

/* line 288, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-scribd:hover,
.si-colored.si-scribd {
  background-color: #666666 !important; }

/* line 290, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-stripe:hover,
.si-colored.si-stripe {
  background-color: #008CDD !important; }

/* line 292, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-print:hover,
.si-colored.si-print {
  background-color: #111 !important; }

/* line 294, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-dwolla:hover,
.si-colored.si-dwolla {
  background-color: #FF5C03 !important; }

/* line 296, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-statusnet:hover,
.si-colored.si-statusnet {
  background-color: #131A30 !important; }

/* line 298, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-acrobat:hover,
.si-colored.si-acrobat {
  background-color: #D3222A !important; }

/* line 300, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-drupal:hover,
.si-colored.si-drupal {
  background-color: #27537A !important; }

/* line 302, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-buffer:hover,
.si-colored.si-buffer {
  background-color: #333333 !important; }

/* line 304, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-pocket:hover,
.si-colored.si-pocket {
  background-color: #EE4056 !important; }

/* line 306, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-bitbucket:hover,
.si-colored.si-bitbucket {
  background-color: #0E4984 !important; }

/* line 308, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-stackoverflow:hover,
.si-colored.si-stackoverflow {
  background-color: #EF8236 !important; }

/* line 310, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-hackernews:hover,
.si-colored.si-hackernews {
  background-color: #FF6600 !important; }

/* line 312, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-xing:hover,
.si-colored.si-xing {
  background-color: #126567 !important; }

/* line 314, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-instagram:hover,
.si-colored.si-instagram {
  background-color: #3F729B !important; }

/* line 316, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-quora:hover,
.si-colored.si-quora {
  background-color: #A82400 !important; }

/* line 318, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-openid:hover,
.si-colored.si-openid {
  background-color: #E16309 !important; }

/* line 320, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-steam:hover,
.si-colored.si-steam {
  background-color: #111 !important; }

/* line 322, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-amazon:hover,
.si-colored.si-amazon {
  background-color: #E47911 !important; }

/* line 324, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-disqus:hover,
.si-colored.si-disqus {
  background-color: #E4E7EE !important; }

/* line 326, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-plancast:hover,
.si-colored.si-plancast {
  background-color: #222 !important; }

/* line 328, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-appstore:hover,
.si-colored.si-appstore {
  background-color: #000 !important; }

/* line 330, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-pinterest:hover,
.si-colored.si-pinterest {
  background-color: #C8232C !important; }

/* line 332, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx {
  background-color: #111 !important; }

/* Social Icons Text Color
-----------------------------------------------------------------*/
/* line 339, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-facebook i {
  color: #3B5998; }

/* line 340, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-delicious i {
  color: #205CC0; }

/* line 341, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-paypal i {
  color: #00588B; }

/* line 342, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-flattr i {
  color: #F67C1A; }

/* line 343, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-android i {
  color: #A4C639; }

/* line 344, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-smashmag i {
  color: #E53B2C; }

/* line 345, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-gplus i {
  color: #DD4B39; }

/* line 346, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-wikipedia i {
  color: #333; }

/* line 347, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-stumbleupon i {
  color: #F74425; }

/* line 348, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-foursquare i {
  color: #25A0CA; }

/* line 349, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-call i {
  color: #444; }

/* line 350, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-ninetyninedesigns i {
  color: #F26739; }

/* line 351, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-forrst i {
  color: #5B9A68; }

/* line 352, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-digg i {
  color: #191919; }

/* line 353, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-spotify i {
  color: #81B71A; }

/* line 354, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-reddit i {
  color: #C6C6C6; }

/* line 355, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-blogger i {
  color: #FC4F08; }

/* line 356, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-cc i {
  color: #688527; }

/* line 357, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-dribbble i {
  color: #EA4C89; }

/* line 358, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-evernote i {
  color: #5BA525; }

/* line 359, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-flickr i {
  color: #FF0084; }

/* line 360, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-google i {
  color: #DD4B39; }

/* line 361, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-instapaper i {
  color: #333; }

/* line 362, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-klout i {
  color: #FF5F52; }

/* line 363, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-linkedin i {
  color: #0E76A8; }

/* line 364, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-vk i {
  color: #2B587A; }

/* line 365, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-rss i {
  color: #EE802F; }

/* line 366, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-skype i {
  color: #00AFF0; }

/* line 367, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-twitter i {
  color: #00ACEE; }

/* line 368, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-youtube i {
  color: #C4302B; }

/* line 369, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-vimeo i {
  color: #86C9EF; }

/* line 370, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-aim i {
  color: #FCD20B; }

/* line 371, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-yahoo i {
  color: #720E9E; }

/* line 372, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-email3 i {
  color: #6567A5; }

/* line 373, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-macstore i {
  color: #333333; }

/* line 374, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-myspace i {
  color: #666666; }

/* line 375, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-podcast i {
  color: #E4B21B; }

/* line 376, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-cloudapp i {
  color: #525557; }

/* line 377, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-dropbox i {
  color: #3D9AE8; }

/* line 378, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-ebay i {
  color: #89C507; }

/* line 379, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-github i {
  color: #171515; }

/* line 380, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-googleplay i {
  color: #DD4B39; }

/* line 381, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-itunes i {
  color: #222; }

/* line 382, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-plurk i {
  color: #CF5A00; }

/* line 383, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-pinboard i {
  color: #0000E6; }

/* line 384, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-soundcloud i {
  color: #FF7700; }

/* line 385, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-tumblr i {
  color: #34526F; }

/* line 386, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-wordpress i {
  color: #1E8CBE; }

/* line 387, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-yelp i {
  color: #C41200; }

/* line 388, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-intensedebate i {
  color: #009EE4; }

/* line 389, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-eventbrite i {
  color: #F16924; }

/* line 390, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-scribd i {
  color: #666666; }

/* line 391, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-stripe i {
  color: #008CDD; }

/* line 392, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-print i {
  color: #111; }

/* line 393, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-dwolla i {
  color: #FF5C03; }

/* line 394, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-statusnet i {
  color: #131A30; }

/* line 395, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-acrobat i {
  color: #D3222A; }

/* line 396, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-drupal i {
  color: #27537A; }

/* line 397, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-buffer i {
  color: #333333; }

/* line 398, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-pocket i {
  color: #EE4056; }

/* line 399, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-bitbucket i {
  color: #0E4984; }

/* line 400, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-stackoverflow i {
  color: #EF8236; }

/* line 401, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-hackernews i {
  color: #FF6600; }

/* line 402, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-xing i {
  color: #126567; }

/* line 403, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-instagram i {
  color: #3F729B; }

/* line 404, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-quora i {
  color: #A82400; }

/* line 405, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-openid i {
  color: #E16309; }

/* line 406, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-steam i {
  color: #111; }

/* line 407, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-amazon i {
  color: #E47911; }

/* line 408, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-disqus i {
  color: #E4E7EE; }

/* line 409, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-plancast i {
  color: #222; }

/* line 410, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-appstore i {
  color: #000; }

/* line 411, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-pinterest i {
  color: #C8232C; }

/* line 412, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color.si-fivehundredpx i {
  color: #111; }

/* line 414, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/social-icons.scss */
.si-text-color:hover {
  color: #FFF; }

/*-----------------------------------------------------------------------------------

	Shortcodes: toggles-accordions.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0; }

/* line 19, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle .togglet,
.toggle .toggleta {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  cursor: pointer; }

/* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px; }

/* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle .toggleta {
  font-weight: bold; }

/* line 46, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
  display: none; }

/* line 51, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle .toggleta i.toggle-open {
  display: block; }

/* line 55, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle .togglec {
  display: block;
  position: relative;
  padding: 10px 0 0 24px; }

/* Toggle - with Title Background
-----------------------------------------------------------------*/
/* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
  background-color: #EEE;
  line-height: 44px;
  padding: 0 0 0 36px;
  border-radius: 2px; }

/* line 75, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle.toggle-bg .togglec {
  padding: 12px 0 0 36px; }

/* Toggle - Bordered
-----------------------------------------------------------------*/
/* line 90, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.toggle.toggle-border {
  border: 1px solid #CCC;
  border-radius: 4px; }
  /* line 94, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
  .toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px; }
  /* line 99, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
  .toggle.toggle-border .togglec {
    padding: 0 15px 15px 36px; }
  /* line 102, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
  .toggle.toggle-border .togglet,
  .toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px; }

/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/
/* line 115, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.accordion {
  margin-bottom: 20px; }

/* line 118, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.acctitle,
.acctitlec {
  display: block;
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  border-top: 1px dotted #DDD;
  padding: 10px 0 10px 20px; }

/* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.acctitlec {
  cursor: auto; }

/* line 135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.acctitle:first-child {
  border-top: none; }

/* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.acctitle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px; }

/* line 148, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.acctitle i.acc-open,
.acctitlec i.acc-closed {
  display: none; }

/* line 152, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.acctitlec i.acc-open {
  display: block; }

/* line 154, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.acc_content {
  position: relative;
  padding: 0 0 15px 20px; }

/* Accordion - with Title Background
-----------------------------------------------------------------*/
/* line 165, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
  background-color: #EEE;
  line-height: 44px;
  padding: 0 0 0 36px;
  margin-bottom: 5px;
  border-top: 0; }

/* line 174, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.accordion.accordion-bg .acctitle i {
  left: 14px;
  line-height: 44px; }

/* line 179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.accordion.accordion-bg .acc_content {
  padding: 10px 0 15px 36px; }

/* Accordion - Bordered
-----------------------------------------------------------------*/
/* line 189, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.accordion.accordion-border {
  border: 1px solid #DDD;
  border-radius: 4px; }
  /* line 192, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
  .accordion.accordion-border .acctitle,
  .accordion.accordion-border .acctitlec {
    border-color: #CCC;
    line-height: 44px;
    padding: 0 15px 0 36px; }
  /* line 199, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
  .accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px; }
  /* line 204, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
  .accordion.accordion-border .acc_content {
    padding: 0 15px 15px 36px; }

/* Accordion - Large
-----------------------------------------------------------------*/
/* line 216, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.accordion.accordion-lg .acctitle {
  font-size: 23px;
  line-height: 44px;
  padding-left: 30px;
  font-weight: 400; }
  /* line 221, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
  .accordion.accordion-lg .acctitle i {
    width: 20px;
    font-size: 20px;
    line-height: 64px; }

/* line 227, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/toggles-accordions.scss */
.accordion.accordion-lg .acc_content {
  padding: 10px 0 30px 30px; }

/*-----------------------------------------------------------------------------------

	Shortcodes: tabs.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs {
  position: relative;
  margin: 0 0 30px 0; }

/* line 18, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
ul.tab-nav {
  margin: 0;
  border-bottom: 1px solid #DDD;
  list-style: none; }
  /* line 22, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  ul.tab-nav li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center; }
    /* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    ul.tab-nav li:first-child {
      margin-left: 15px;
      border-left: 1px solid #DDD; }
    /* line 33, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    ul.tab-nav li a {
      display: block;
      padding: 0 15px;
      color: #444;
      height: 40px;
      line-height: 40px;
      background-color: #F2F2F2;
      font-size: 14px;
      font-weight: bold; }
    /* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    ul.tab-nav li.ui-tabs-active a {
      position: relative;
      top: 1px;
      background-color: #FFF; }

/* Tabs - Alternate Nav
-----------------------------------------------------------------*/
/* line 59, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs.tabs-alt ul.tab-nav li {
  border-color: transparent; }
  /* line 61, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .tabs.tabs-alt ul.tab-nav li:first-child {
    border-left: 0; }
  /* line 62, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .tabs.tabs-alt ul.tab-nav li a {
    background-color: #FFF; }
  /* line 63, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: 1px solid #DDD;
    border-bottom: 0; }

/* Tabs - Top Border
-----------------------------------------------------------------*/
/* line 77, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
  top: -1px;
  height: 43px;
  line-height: 38px;
  border-top: 2px solid #648522; }

/* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a {
  height: 42px; }

/* Tabs - Bottom Border
-----------------------------------------------------------------*/
/* line 100, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs.tabs-bb ul.tab-nav li {
  border: 0;
  margin: 0; }
  /* line 103, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .tabs.tabs-bb ul.tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent; }
  /* line 107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #648522;
    top: -2px;
    height: 44px;
    line-height: 44px; }

/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/
/* line 123, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
ul.tab-nav.tab-nav2 {
  border-bottom: 0; }
  /* line 125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px; }
    /* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    ul.tab-nav.tab-nav2 li:first-child {
      margin-left: 0;
      border-left: 0; }
    /* line 132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    ul.tab-nav.tab-nav2 li a {
      background-color: #F5F5F5;
      border-radius: 2px;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
    /* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    ul.tab-nav.tab-nav2 li.ui-state-active a {
      top: 0;
      background-color: #648522;
      color: #FFF; }

/* Tabs - Content Area
-----------------------------------------------------------------*/
/* line 152, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tab-container {
  position: relative;
  padding: 20px 0 0; }

/* line 161, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
ul.tab-nav li a i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px; }

/* Tabs - Bordered
-----------------------------------------------------------------*/
/* line 179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs-bordered ul.tab-nav li:first-child {
  margin-left: 0; }

/* line 185, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs-bordered .tab-container {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 20px; }

/* Tabs - Side Tabs
-----------------------------------------------------------------*/
/* line 197, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.side-tabs ul.tab-nav {
  float: left;
  width: 200px;
  padding: 20px 0;
  border-bottom: 0;
  border-right: 1px solid #DDD; }
  /* line 203, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .side-tabs ul.tab-nav li {
    float: none;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    height: auto;
    text-align: left; }
    /* line 210, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    .side-tabs ul.tab-nav li:first-child {
      margin-left: 0;
      border-top: 1px solid #DDD;
      border-left: 1px solid #DDD; }
    /* line 215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    .side-tabs ul.tab-nav li a {
      height: auto;
      line-height: 44px; }
    /* line 220, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    .side-tabs ul.tab-nav li.ui-tabs-active a {
      top: 0;
      right: -1px; }

/* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.side-tabs .tab-container {
  overflow: hidden;
  padding: 15px 0 0 20px; }

/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/
/* line 240, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.side-tabs ul.tab-nav.tab-nav2 {
  border: 0; }
  /* line 242, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .side-tabs ul.tab-nav.tab-nav2 li {
    border: 0;
    margin: 6px 0 0; }
    /* line 245, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    .side-tabs ul.tab-nav.tab-nav2 li:first-child {
      margin-top: 0; }
    /* line 248, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    .side-tabs ul.tab-nav.tab-nav2 li a {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
    /* line 252, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
    .side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
      right: 0; }

/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/
/* line 268, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs-bordered.side-tabs ul.tab-nav {
  position: relative;
  padding: 0;
  z-index: 2;
  margin-right: -1px; }
  /* line 274, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .tabs-bordered.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px; }
  /* line 279, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
  .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
    right: -1px;
    border-right: 1px solid #FFF; }

/* line 287, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.tabs-bordered.side-tabs .tab-container {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid #DDD; }

/* ----------------------------------------------------------------
	Side Navigation
-----------------------------------------------------------------*/
/* line 300, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  border-radius: 4px; }

/* line 307, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li {
  list-style-type: none; }

/* line 309, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li a {
  display: block;
  position: relative;
  margin: 0 0 -1px;
  padding: 11px 20px 11px 14px;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  border-right-width: 2px;
  color: #666; }

/* line 320, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav > li:first-child > a {
  border-radius: 4px 4px 0 0; }

/* line 322, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav > li:last-child > a {
  border-radius: 0 0 4px 4px;
  border-bottom-width: 2px; }

/* line 327, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
  position: relative;
  z-index: 2;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #FFF !important;
  font-weight: 600;
  background-color: #648522 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

/* line 338, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li ul {
  display: none; }

/* line 340, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li.ui-tabs-active ul {
  display: block; }

/* line 342, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li li a {
  padding: 6px 20px 6px 35px;
  font-size: 14px;
  border-top: none;
  border-bottom: none; }

/* line 349, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li li:first-child a {
  padding-top: 20px; }

/* line 351, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li li:last-child a {
  padding-bottom: 20px; }

/* line 353, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav li i {
  position: relative;
  top: 1px;
  margin-right: 6px;
  font-size: 14px;
  text-align: center;
  width: 16px; }

/* Chevrons */
/* line 363, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav .icon-chevron-right {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: auto;
  right: 6px;
  margin-top: -8px;
  margin-right: 0;
  opacity: .4;
  font-size: 12px !important; }

/* line 376, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav > li > a:hover {
  background-color: #F5F5F5;
  color: #222; }

/* line 381, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav a:hover .icon-chevron-right {
  opacity: .5; }

/* line 383, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/tabs.scss */
.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right {
  opacity: 1; }

/*-----------------------------------------------------------------------------------

	Shortcodes: faqs.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Toggle - FAQs
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/faqs.scss */
.faqs .toggle {
  border-bottom: 1px solid #EEE;
  padding-bottom: 12px;
  margin-bottom: 12px; }
  /* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/faqs.scss */
  .faqs .toggle .togglet,
  .faqs .toggle .toggleta {
    font-size: 15px; }
  /* line 21, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/faqs.scss */
  .faqs .toggle .togglec {
    padding-bottom: 10px; }

/* line 25, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/faqs.scss */
.faqs i {
  top: 1px;
  font-size: 14px; }

/* FAQ List
-----------------------------------------------------------------*/
/* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/faqs.scss */
.faqlist li {
  margin-bottom: 5px;
  font-size: 15px; }
  /* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/faqs.scss */
  .faqlist li a {
    color: #444; }
    /* line 41, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/faqs.scss */
    .faqlist li a:hover {
      color: #648522 !important; }

/*-----------------------------------------------------------------------------------

	Shortcodes: clients.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Clients
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid,
.testimonials-grid {
  list-style: none;
  overflow: hidden; }
  /* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
  .clients-grid li,
  .testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
    -webkit-backface-visibility: hidden; }

/* line 28, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid.grid-2 li {
  width: 50%;
  padding: 25px 0; }

/* line 34, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid.grid-3 li {
  width: 33.33%; }

/* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid.grid-4 li {
  width: 25%; }

/* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid.grid-6 li {
  width: 16.66%; }

/* line 49, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid li a {
  opacity: 0.6; }
  /* line 51, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
  .clients-grid li a:hover {
    opacity: 1; }

/* line 61, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
body:not(.device-touch) .clients-grid li a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* line 69, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid li a,
.clients-grid li img {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid li a img {
  width: 100%; }

/* line 87, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
  content: '';
  position: absolute; }

/* line 95, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid li:before,
.testimonials-grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #DDD; }

/* line 103, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/clients.scss */
.clients-grid li:after,
.testimonials-grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #DDD; }

/*-----------------------------------------------------------------------------------

	Shortcodes: testimonials.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Testimonials
-----------------------------------------------------------------*/
/* Testimonials - Grid
-----------------------------------------------------------------*/
/* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonials-grid li {
  width: 50%;
  padding: 25px; }
  /* line 19, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testimonials-grid li .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important; }

/* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonials-grid.grid-3 li {
  width: 33.33%; }

/* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonials-grid.grid-1 li {
  width: 100%; }

/* Testimonials - Item
-----------------------------------------------------------------*/
/* line 37, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial {
  position: relative;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

/* line 46, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
  display: block;
  width: 64px;
  height: 64px; }

/* line 55, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testi-image {
  float: left;
  margin-right: 15px; }
  /* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testi-image i {
    text-align: center;
    background-color: #EEE;
    border-radius: 50%;
    line-height: 64px;
    font-size: 28px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF; }
  /* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testi-image img {
    border-radius: 50%; }

/* line 71, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testi-content {
  position: relative;
  overflow: hidden; }
  /* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testi-content p {
    margin-bottom: 0;
    font-family: "Menlo", sans-serif;
    font-style: italic; }
    /* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
    .testi-content p:before, .testi-content p:after {
      content: '"'; }

/* line 84, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testi-meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }
  /* line 89, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testi-meta:before {
    content: '\2013'; }
  /* line 92, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testi-meta span {
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    text-transform: none;
    padding-left: 10px; }

/* Twitter - Small Scroller
-----------------------------------------------------------------*/
/* line 105, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testi-content p:before,
.testi-content p:after,
.testi-meta:before {
  content: ''; }

/* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before {
  content: ''; }

/* line 118, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial.twitter-scroll .testi-meta span {
  padding-left: 0; }
  /* line 120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testimonial.twitter-scroll .testi-meta span a {
    color: #999; }
    /* line 122, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
    .testimonial.twitter-scroll .testi-meta span a:hover {
      color: #222; }

/* Testimonials - Full Width
-----------------------------------------------------------------*/
/* line 135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial.testimonial-full {
  padding: 30px; }

/* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial.testimonial-full[data-animation="fade"] {
  padding: 30px; }
  /* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testimonial.testimonial-full[data-animation="fade"] .flexslider {
    overflow: visible !important; }

/* line 146, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
  display: block;
  width: 72px;
  height: 72px; }

/* line 154, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial-full .testi-image {
  float: none;
  margin: 0 auto 20px; }
  /* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testimonial-full .testi-image i {
    line-height: 72px; }

/* line 161, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial-full .testi-content {
  text-align: center;
  font-size: 18px; }

/* line 165, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial-full .testi-meta {
  margin-top: 15px; }
  /* line 167, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testimonial-full .testi-meta span {
    padding-left: 0; }

/* Testimonial - Section Scroller
-----------------------------------------------------------------*/
/* line 177, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.section > .testimonial {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 800px;
  margin: 0 auto; }
  /* line 184, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .section > .testimonial .testi-content {
    font-size: 22px; }

/* line 188, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.section > .testimonial[data-animation="fade"] {
  padding: 0; }

/* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span {
  font-size: 14px; }

/* Testimonial - Pagination
-----------------------------------------------------------------*/
/* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial .flex-control-nav {
  top: auto;
  bottom: 6px;
  right: 0; }
  /* line 206, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px; }
    /* line 210, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
    .testimonial .flex-control-nav li a {
      width: 6px !important;
      height: 6px !important;
      border: none;
      background-color: #648522;
      opacity: 0.5; }
      /* line 216, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
      .testimonial .flex-control-nav li a.flex-active {
        opacity: 1; }
    /* line 221, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
    .testimonial .flex-control-nav li:hover a {
      opacity: 0.75; }

/* Testimonial - Full Scroller
-----------------------------------------------------------------*/
/* line 234, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
.testimonial.testimonial-full .flex-control-nav {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  margin-top: 20px; }
  /* line 242, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/testimonials.scss */
  .testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none; }

/*-----------------------------------------------------------------------------------

	Shortcodes: team.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team,
.team-image {
  position: relative; }

/* line 17, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team-image > a,
.team-image img {
  display: block;
  width: 100%; }

/* line 24, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team-desc {
  text-align: center; }
  /* line 26, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
  .team-desc.team-desc-bg {
    background-color: #FFF;
    padding: 10px 0 30px; }

/* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team .si-share {
  margin-top: 30px;
  text-align: left; }
  /* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
  .team .si-share .social-icon {
    font-size: 14px;
    width: 34px; }

/* line 41, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team-title {
  position: relative;
  padding-top: 20px; }
  /* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
  .team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
  /* line 52, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
  .team-title span {
    display: block;
    color: #648522;
    font-weight: 400;
    font-family: "Menlo", sans-serif;
    font-style: italic;
    font-size: 15px;
    margin-top: 5px; }

/* line 63, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team-content {
  margin-top: 15px;
  color: #777; }
  /* line 67, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
  .team-content p:last-child {
    margin-bottom: 0; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team-overlay,
.team-overlay:before {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center; }

/* line 85, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
body:not(.device-touch) .team-overlay {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* line 91, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team-overlay:before {
  content: '';
  z-index: auto;
  background-color: #FFF;
  opacity: 0.75; }

/* line 97, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team-overlay .social-icon {
  float: none;
  position: relative;
  z-index: 3;
  margin: 0 3px !important;
  display: inline-block; }

/* line 107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team:hover .team-overlay {
  opacity: 1; }

/* Team Center
-----------------------------------------------------------------*/
/* line 118, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team.center .team-title:after {
  left: 50%;
  margin-left: -40px; }

/* Team List
-----------------------------------------------------------------*/
/* line 130, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team.team-list .team-image {
  float: left;
  width: 250px;
  margin-right: 30px; }

/* line 135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team.team-list .team-desc {
  position: relative;
  overflow: hidden;
  text-align: left; }

/* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team.team-list .team-title {
  padding-top: 0; }

/* line 145, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team .team-desc > .social-icon {
  margin-top: 20px; }

/* line 150, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team .team-content ~ .social-icon {
  margin-top: 30px; }

/* line 155, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/team.scss */
.team:not(.team-list) .social-icon {
  display: inline-block;
  float: none;
  margin-left: 6px;
  margin-right: 6px; }

/*-----------------------------------------------------------------------------------

	Shortcodes: pricing.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Pricing Boxes
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing {
  position: relative; }

/* line 14, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing [class^=col-] {
  padding: 0;
  margin-top: 20px; }

/* Pricing Boxes
-----------------------------------------------------------------*/
/* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing-box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5; }

/* Pricing Boxes - Title
-----------------------------------------------------------------*/
/* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing-title {
  padding: 15px 0;
  background-color: #F9F9F9;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 1px #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  /* line 43, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-title h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555; }
  /* line 52, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-title span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 14px;
    margin-top: 3px;
    text-transform: uppercase; }

/* Pricing Boxes - Price
-----------------------------------------------------------------*/
/* line 66, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing-price {
  position: relative;
  padding: 25px 0;
  color: #333;
  font-weight: 300;
  font-size: 64px;
  line-height: 1; }
  /* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-price:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px; }
  /* line 85, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: normal; }
    /* line 92, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-price span.price-tenure {
      vertical-align: baseline;
      font-size: 16px;
      font-weight: normal;
      color: #999;
      margin: 0 0 0 3px; }

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
/* line 106, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing-features {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
  /* line 109, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-features ul {
    margin: 0;
    padding: 15px 0;
    list-style: none; }
  /* line 115, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-features li {
    padding: 6px 0;
    font-size: 14px; }

/* Pricing Boxes - Action
-----------------------------------------------------------------*/
/* line 125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing-action {
  padding: 15px 30px; }

/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/
/* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing-box {
  /* Pricing Boxes - Minimal
	-----------------------------------------------------------------*/ }
  /* line 132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-box.best-price {
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: -20px -1px 0 -1px; }
    /* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-box.best-price .pricing-title {
      background-color: #FFF;
      padding: 20px 0; }
      /* line 142, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
      .pricing-box.best-price .pricing-title h3 {
        font-size: 22px; }
    /* line 147, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-box.best-price .pricing-price {
      color: #648522;
      font-size: 72px; }
  /* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-box.pricing-minimal .pricing-price {
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
    /* line 161, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-box.pricing-minimal .pricing-price:after {
      display: none; }

/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/
/* line 174, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing.pricing-5 .pricing-box {
  float: left;
  width: 20%;
  margin-top: 20px; }
  /* line 179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing.pricing-5 .pricing-box.best-price {
    margin-top: 0; }
  /* line 183, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing.pricing-5 .pricing-box:nth-child(5) {
    margin-left: -1px; }

/* line 189, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing.pricing-5 .pricing-title h3 {
  font-size: 18px; }

/* line 196, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing.pricing-5 .best-price .pricing-title h3 {
  font-size: 20px; }

/* Pricing Boxes - Extended
-----------------------------------------------------------------*/
/* line 209, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.pricing-box.pricing-extended {
  background-color: #FFF;
  text-align: left; }
  /* line 213, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-box.pricing-extended .pricing-desc {
    float: left;
    width: 75%;
    padding: 25px; }
  /* line 219, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-box.pricing-extended .pricing-title {
    background-color: transparent;
    padding-top: 0;
    text-align: left; }
  /* line 225, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-box.pricing-extended .pricing-features {
    border: 0; }
    /* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-box.pricing-extended .pricing-features ul {
      padding: 15px 0 0 0; }
    /* line 232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-box.pricing-extended .pricing-features li {
      padding: 6px 0;
      font-size: 15px;
      width: 50%;
      float: left; }
      /* line 238, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
      .pricing-box.pricing-extended .pricing-features li i {
        position: relative;
        top: 1px;
        width: 16px;
        margin-right: 2px; }
  /* line 247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-box.pricing-extended .pricing-action-area {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 0 3px 3px 0;
    text-align: center; }
    /* line 260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-box.pricing-extended .pricing-action-area .pricing-price,
    .pricing-box.pricing-extended .pricing-action-area .pricing-action {
      padding: 0; }
    /* line 265, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
    .pricing-box.pricing-extended .pricing-action-area .pricing-price {
      padding-bottom: 20px; }
      /* line 268, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
      .pricing-box.pricing-extended .pricing-action-area .pricing-price:after {
        display: none; }
      /* line 272, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
      .pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
        display: block;
        margin: 10px 0 0 0;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 14px; }
  /* line 282, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
  .pricing-box.pricing-extended .pricing-meta {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px; }

/* line 293, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.table-comparison,
.table-comparison th {
  text-align: center; }

/* line 296, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/pricing.scss */
.table-comparison th:first-child,
.table-comparison td:first-child {
  text-align: left;
  font-weight: bold; }

/*-----------------------------------------------------------------------------------

	Shortcodes: counter-skills.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Counter
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
.counter {
  font-size: 42px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif; }
  /* line 18, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter.counter-small {
    font-size: 28px; }
  /* line 22, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter.counter-large {
    font-size: 56px; }
  /* line 26, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter.counter-xlarge {
    font-size: 64px;
    font-weight: 400; }
  /* line 31, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter.counter-inherit {
    font-size: inherit;
    font-weight: inherit; }
  /* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter + h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px; }
  /* line 45, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter.counter-lined + h5:before {
    display: block;
    position: relative;
    margin: 20px auto 25px auto;
    content: '';
    width: 15%;
    border-top: 2px solid #444;
    opacity: 0.9; }
  /* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter.counter-small + h5 {
    font-size: 13px; }
  /* line 65, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .counter.counter-large + h5, .counter.counter-xlarge + h5 {
    font-size: 15px;
    font-weight: 300; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
.widget .counter + h5 {
  opacity: 0.7; }

/* ----------------------------------------------------------------
	Animated Rounded Skills
-----------------------------------------------------------------*/
/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
.rounded-skill {
  display: inline-block;
  margin: 0 15px 15px; }
  /* line 84, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .rounded-skill + h5 {
    margin-bottom: 0; }
  /* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .rounded-skill canvas {
    position: absolute;
    top: 0;
    left: 0; }

/* line 95, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
body:not(.device-touch) .rounded-skill {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

/* ----------------------------------------------------------------
	Skills Bar
-----------------------------------------------------------------*/
/* line 105, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
.skills {
  margin: 0;
  list-style: none;
  padding-top: 25px; }
  /* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
  .skills li {
    position: relative;
    margin-top: 38px;
    height: 4px;
    background-color: #F5F5F5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
    /* line 118, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
    .skills li:first-child {
      margin-top: 0; }
    /* line 122, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
    .skills li .progress {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: #648522;
      overflow: visible !important;
      border-radius: 2px;
      -webkit-transition: width 1.2s ease-in-out;
      -o-transition: width 1.2s ease-in-out;
      transition: width 1.2s ease-in-out; }
    /* line 134, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
    .skills li .progress-percent {
      position: absolute;
      top: -28px;
      right: 0;
      background-color: #333;
      color: #F9F9F9;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      height: 22px;
      line-height: 22px;
      padding: 0px 5px;
      font-size: 11px;
      border-radius: 2px; }
      /* line 147, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
      .skills li .progress-percent .counter {
        font-weight: 400;
        font-family: "Abel", sans-serif; }
      /* line 152, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
      .skills li .progress-percent:after, .skills li .progress-percent:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      /* line 163, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
      .skills li .progress-percent:after {
        border-top-color: #333;
        border-width: 4px;
        left: 50%;
        margin-left: -4px; }
      /* line 170, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
      .skills li .progress-percent:before {
        border-top-color: #333;
        border-width: 5px;
        left: 50%;
        margin-left: -5px; }
    /* line 178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/counter-skills.scss */
    .skills li > span {
      position: absolute;
      z-index: 1;
      top: -23px;
      left: 0;
      line-height: 20px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #222; }

/*-----------------------------------------------------------------------------------

	Shortcodes: carousels.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 19, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0; }

/* line 21, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1; }

/* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* line 38, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%; }

/* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

/* line 55, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 64, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

/* line 70, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-loaded {
  display: block; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: url("images/preloader.gif") no-repeat center center; }

/* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

/* line 94, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
#slider .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d; }

/* line 96, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

/* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-loaded {
  display: block; }

/* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

/* line 117, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0; }

/* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.mega-menu-content .owl-carousel.owl-hidden {
  opacity: 1; }

/* line 121, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  display: none; }

/* line 123, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 130, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

/* line 138, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl; }

/* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* line 142, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.no-js .owl-carousel {
  display: block; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

/* line 149, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* line 151, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111; }

/* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url("images/icons/play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

/* line 172, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

/* line 176, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

/* line 179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

/* line 193, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Owl Carousel - Controls
-----------------------------------------------------------------*/
/* line 204, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1; }

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
/* line 214, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  background-color: #FFF;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* line 232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px; }

/* line 234, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0; }

/* line 246, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px; }

/* line 248, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px; }

/* line 253, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel-full .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px; }

/* line 259, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px; }

/* line 264, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px; }

/* line 269, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #648522 !important;
  color: #FFF !important;
  text-decoration: none; }

/* line 275, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-nav .disabled {
  display: none !important; }

/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/
/* line 283, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin-top: 30px;
  *display: inline; }
  /* line 288, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
  .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #648522;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  /* line 300, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/carousel.scss */
  .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    opacity: 1; }

/*-----------------------------------------------------------------------------------

	Shortcodes: overlays.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Overlays
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 21, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.overlay .overlay-wrap,
.text-overlay {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

/* line 30, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.overlay .overlay-wrap i {
  position: absolute;
  opacity: 0.8;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  color: #FFF; }

/* line 52, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
  opacity: 1; }

/* line 59, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.text-overlay {
  position: absolute;
  opacity: 0.85;
  top: auto;
  bottom: 0;
  height: auto;
  padding: 40px 15px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

/* line 77, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
  margin: 0;
  color: #F5F5F5; }

/* line 84, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.text-overlay-title h2 {
  font-size: 28px; }

/* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.text-overlay-title h3 {
  font-size: 17px;
  font-weight: 600; }

/* line 93, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* line 103, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.text-overlay-meta {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #CCC;
  font-size: 13px; }
  /* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
  .text-overlay-meta span i {
    position: relative;
    top: 1px;
    font-size: 14px; }

/* News Carousel Overlays
-----------------------------------------------------------------*/
/* line 124, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.news-carousel .text-overlay {
  padding: 40px 30px 25px; }

/* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.news-carousel .text-overlay-title {
  margin: 15px 0 10px; }
  /* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
  .news-carousel .text-overlay-title h2,
  .news-carousel .text-overlay-title h3,
  .news-carousel .text-overlay-title h4 {
    line-height: 1.2;
    text-overflow: none;
    white-space: normal; }

/* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.news-carousel .text-overlay-meta {
  font-size: 14px; }

/* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/overlay.scss */
.news-carousel .rounded-skill {
  position: absolute;
  margin: 0 !important;
  top: 30px;
  right: 30px;
  color: #FFF;
  font-weight: 600; }

/*-----------------------------------------------------------------------------------

	Shortcodes: headings.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Heading Styles
-----------------------------------------------------------------*/
/* Block Titles
-----------------------------------------------------------------*/
/* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.title-block {
  padding: 2px 0 3px 20px;
  border-left: 7px solid #648522;
  margin-bottom: 30px; }
  /* line 21, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-block .title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #648522;
    text-align: right; }
  /* line 28, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-block h1,
  .title-block h2,
  .title-block h3,
  .title-block h4 {
    margin-bottom: 0; }
  /* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-block > span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300; }
  /* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-block h1 + span {
    font-size: 22px; }
  /* line 46, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-block h2 + span {
    font-size: 19px; }
  /* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-block h3 + span {
    font-size: 17px; }
  /* line 54, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-block h4 + span {
    font-size: 15px;
    margin-top: 3px; }

/* Heading Block - with Subtitle
-----------------------------------------------------------------*/
/* line 64, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block {
  margin-bottom: 50px; }

/* line 66, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.emphasis-title h1,
.emphasis-title h2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none; }

/* line 89, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h1 {
  font-size: 32px; }

/* line 93, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h2 {
  font-size: 30px; }

/* line 97, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h3 {
  font-size: 26px; }

/* line 101, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h4 {
  font-size: 20px;
  font-weight: 700; }

/* line 106, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300; }

/* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block .before-heading {
  margin-bottom: 7px; }

/* line 120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

/* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h1 + span {
  font-size: 24px; }

/* line 132, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h2 + span {
  font-size: 22px; }

/* line 136, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block h3 + span,
.heading-block h4 + span {
  font-size: 20px; }

/* line 141, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block ~ p:not(.lead) {
  font-size: 15px; }

/* line 145, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block:after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444; }

/* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
  margin: 30px auto 0; }

/* line 164, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block.noborder:after,
.heading-block.nobottomborder:after {
  display: none; }

/* line 169, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.tright .heading-block,
.heading-block.tright,
.heading-block.title-right {
  direction: rtl; }

/* line 174, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.heading-block.border-color:after {
  border-color: #648522; }

/* Emphasis Title
-----------------------------------------------------------------*/
/* line 183, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.emphasis-title {
  margin: 0 0 50px; }
  /* line 186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .emphasis-title h1,
  .emphasis-title h2 {
    font-size: 64px;
    letter-spacing: -2px; }
    /* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
    .emphasis-title h1 strong,
    .emphasis-title h2 strong {
      font-weight: 700; }

/* Justify Border Title
-----------------------------------------------------------------*/
/* line 201, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.fancy-title {
  position: relative;
  margin-bottom: 30px; }
  /* line 205, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .fancy-title h1,
  .fancy-title h2,
  .fancy-title h3,
  .fancy-title h4,
  .fancy-title h5,
  .fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0; }
  /* line 218, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .fancy-title h4,
  .fancy-title h5,
  .fancy-title h6 {
    padding-right: 10px; }
  /* line 227, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #E5E5E5;
    left: auto;
    top: 46%;
    right: 0; }
  /* line 240, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #EEE; }
  /* line 247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .fancy-title.title-border-color:before {
    top: 49%;
    border-top: 1px solid #648522;
    opacity: 0.6; }

/* Fancy Title - Center Align
-----------------------------------------------------------------*/
/* line 259, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.title-center {
  text-align: center; }
  /* line 262, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-center h1,
  .title-center h2,
  .title-center h3 {
    padding: 0 15px; }
  /* line 268, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-center h4,
  .title-center h5,
  .title-center h6 {
    padding: 0 10px; }

/* Fancy Title - Right Align
-----------------------------------------------------------------*/
/* line 279, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.title-right {
  text-align: right; }
  /* line 282, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-right h1,
  .title-right h2,
  .title-right h3 {
    padding: 0 0 0 15px; }
  /* line 288, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
  .title-right h4,
  .title-right h5,
  .title-right h6 {
    padding: 0 0 0 10px; }

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
/* line 301, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  display: block;
  background: transparent;
  padding: 0 0 10px;
  border-bottom: 2px solid #648522; }

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
/* line 319, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.fancy-title.title-dotted-border {
  background: url("images/icons/dotted.png") repeat-x center; }

/* Sub Heading
-----------------------------------------------------------------*/
/* line 325, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/headings.scss */
.before-heading {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: "Menlo", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #999; }

/*-----------------------------------------------------------------------------------

	Shortcodes: dividers.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
.divider {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  color: #E5E5E5;
  width: 100%;
  /* Divider - Icon Align Right
	-----------------------------------------------------------------*/
  /* Divider - Icon Align Center
	-----------------------------------------------------------------*/
  /* Divider - Rounded Icon
	-----------------------------------------------------------------*/
  /* Divider - Rounded & Border
	-----------------------------------------------------------------*/
  /* Divider - Line Only
	-----------------------------------------------------------------*/ }
  /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-margin {
    margin: 70px 0; }
  /* line 24, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE; }
  /* line 36, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-thick:after, .divider.divider-center.divider-thick:before, .divider.divider-center.divider-short.divider-thick:before {
    border-top-width: 3px; }
  /* line 42, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-short:after {
    width: 30%; }
  /* line 46, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-vshort:after {
    width: 12%; }
  /* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center; }
  /* line 59, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    /* line 65, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider a:hover {
      color: #888; }
  /* line 73, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-right {
    text-align: right; }
    /* line 76, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider.divider-right:after {
      left: auto;
      right: 30px; }
  /* line 85, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-center, .divider.divider-center.divider-short {
    text-align: center; }
  /* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-center {
    /* Short Divider - Icon Align Center
		-----------------------------------------------------------------*/ }
    /* line 89, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider.divider-center:before {
      left: -50% !important;
      right: 0;
      margin-left: -20px; }
    /* line 95, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider.divider-center:after {
      left: 50% !important;
      right: 0;
      margin-left: 20px; }
    /* line 105, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider.divider-center.divider-short:before {
      left: auto !important;
      right: 50%;
      margin-right: 20px;
      width: 15%; }
    /* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider.divider-center.divider-short:after {
      left: 50% !important;
      right: auto !important;
      margin-left: 20px;
      width: 15%; }
    /* line 121, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider.divider-center.divider-vshort:before, .divider.divider-center.divider-vshort:after {
      width: 6%; }
  /* line 129, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-rounded {
    color: #BBB; }
  /* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-rounded:after, .divider.divider-rounded.divider-center:before, .divider.divider-rounded.divider-short:before, .divider.divider-border:after, .divider.divider-border.divider-center:before, .divider.divider-border.divider-short:before {
    top: 19px;
    left: 40px; }
  /* line 143, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-rounded i, .divider.divider-border i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F5F5F5;
    border-radius: 50%; }
  /* line 155, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-rounded.divider-right:after, .divider.divider-border.divider-right:after {
    left: auto;
    right: 40px; }
  /* line 166, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-border {
    color: #E5E5E5; }
    /* line 169, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
    .divider.divider-border i {
      line-height: 38px;
      background-color: transparent;
      border: 1px solid #EEE; }
  /* line 181, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/dividers.scss */
  .divider.divider-line:before, .divider.divider-line:after {
    margin-left: 0 !important;
    margin-right: 0 !important; }

/*-----------------------------------------------------------------------------------

	Shortcodes: youtubebg.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	HTML5 Youtube Video Backgrounds
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/youtubebg.scss */
.mb_YTVPlayer {
  display: block;
  transform: translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-timing-function: linear; }
  /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/youtubebg.scss */
  .mb_YTVPlayer :focus {
    outline: 0; }
  /* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/youtubebg.scss */
  .mb_YTVPlayer.fullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: none !important; }
    /* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/youtubebg.scss */
    .mb_YTVPlayer.fullscreen .mbYTP_wrapper {
      opacity: 1 !important; }

/* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/youtubebg.scss */
.mbYTP_wrapper iframe {
  max-width: 4000px !important; }

/* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/youtubebg.scss */
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }
  /* line 53, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/youtubebg.scss */
  .inline_YTPlayer img {
    border: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important; }

/*-----------------------------------------------------------------------------------

	Shortcodes: misc.scss

-----------------------------------------------------------------------------------*/
/* Infinity Scroll - Message Style
-----------------------------------------------------------------*/
/* line 11, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#infscr-loading,
#portfolio-ajax-loader {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  line-height: 48px;
  font-size: 24px;
  color: #FFF;
  text-align: center; }

/* line 30, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#infscr-loading img,
#portfolio-ajax-loader img {
  display: none;
  width: 24px;
  height: 24px;
  margin: 12px; }

/* line 38, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#portfolio-ajax-loader {
  display: none; }
  /* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #portfolio-ajax-loader img {
    display: block; }

/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/
/* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.sm-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #DDD;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s; }
  /* line 64, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .sm-form-control:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.sm-form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 77, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.sm-form-control:-ms-input-placeholder {
  color: #999; }

/* line 78, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.sm-form-control::-webkit-input-placeholder {
  color: #999; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

/* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.sm-form-control {
  height: auto; }

/* line 90, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.form-control {
  border-radius: 3px; }

/* line 92, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.form-control:active,
.form-control:focus {
  border-color: #999;
  box-shadow: none; }

/* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer; }
  /* line 109, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  label.label-muted {
    color: #999;
    font-weight: normal;
    margin-right: 5px; }

/* line 117, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
  margin-bottom: 25px; }

/* ----------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------*/
/* line 139, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#contact-form-overlay,
#contact-form-overlay-mini {
  position: relative;
  max-width: 800px;
  background-color: #FFF;
  padding: 40px;
  margin: 0 auto;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); }

/* line 151, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#contact-form-overlay-mini {
  float: right;
  width: 380px;
  margin: 0; }

/* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
label.error {
  margin-top: 5px;
  color: #E42C3E;
  font-weight: 400; }

/* line 163, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
label.error {
  display: none !important; }

/* line 165, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.show-error-msg + label.error {
  display: block !important; }

/* line 169, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.form-control.error,
.sm-form-control.error {
  border-color: #E42C3E; }

/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/
/* line 180, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#google-map {
  position: relative;
  width: 100%;
  height: 450px; }

/* line 186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.gmap img {
  max-width: none !important; }

/* line 188, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.gm-style .gm-style-iw h3 span {
  font-size: inherit;
  font-family: inherit; }

/* line 193, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#map-overlay {
  position: relative;
  padding: 100px 0; }
  /* line 197, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #map-overlay #google-map {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }

/* ----------------------------------------------------------------
	Google Custom Search
-----------------------------------------------------------------*/
/* line 212, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result {
  padding: 0 !important; }

/* line 224, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#content .gsc-selected-option-container {
  width: auto !important; }

/* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#content .gsc-result-info {
  padding-left: 0 !important; }

/* line 232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#content .gsc-above-wrapper-area-container,
#content .gsc-table-result {
  margin-bottom: 10px; }

/* line 237, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#content .gcsc-branding {
  display: none; }

/* line 241, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#content .gsc-results,
#content .gsc-webResult {
  width: 100% !important; }

/* line 246, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet {
  margin: 0 !important; }

/* ----------------------------------------------------------------
	Quotes & Blockquotes
-----------------------------------------------------------------*/
/* line 259, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
blockquote p {
  margin-bottom: 15px; }

/* line 262, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
blockquote.pull-left {
  max-width: 300px;
  margin: 5px 20px 10px 0;
  padding-right: 0; }

/* line 267, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
blockquote.pull-right {
  max-width: 300px;
  margin: 5px 0 10px 20px;
  padding-left: 0; }

/* line 274, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.quote {
  border: none !important;
  position: relative; }
  /* line 277, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .quote p {
    position: relative; }
  /* line 280, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .quote:before {
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #EEE; }
  /* line 297, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .quote.blockquote-reverse:before {
    content: "\e7ae";
    left: auto;
    right: 0; }

/* ----------------------------------------------------------------
	Dropcaps & Highlights
-----------------------------------------------------------------*/
/* line 311, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.dropcap {
  float: left;
  font-size: 42px;
  line-height: 1;
  margin: 0 5px 0 0;
  text-transform: uppercase; }

/* line 319, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.highlight {
  padding: 2px 5px;
  background-color: #444;
  color: #FFF;
  border-radius: 2px; }

/* ----------------------------------------------------------------
	Magazine Specific Classes
-----------------------------------------------------------------*/
/* line 331, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.top-advert {
  float: right;
  padding: 5px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE; }
  /* line 336, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .top-advert a,
  .top-advert img {
    display: block; }

/* line 342, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.bnews-title {
  display: block;
  float: left;
  margin-top: 2px;
  padding-top: .3em;
  text-transform: uppercase; }

/* line 350, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.bnews-slider {
  float: left;
  width: 970px;
  margin-left: 20px;
  min-height: 0; }

/* ----------------------------------------------------------------
	Text Rotater
-----------------------------------------------------------------*/
/* line 363, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.text-rotater > .t-rotate > .animated {
  display: inline-block; }

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
/* line 374, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px; }
  /* line 392, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #gotoTop:hover {
    background-color: #648522; }

/* line 399, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
body:not(.device-touch) #gotoTop {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

/* line 406, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.stretched #gotoTop {
  bottom: 30px; }

/* ----------------------------------------------------------------
	Error 404
-----------------------------------------------------------------*/
/* line 415, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.error404 {
  display: block;
  font-size: 216px;
  font-weight: 600;
  color: #DDD;
  line-height: 1.35;
  letter-spacing: 4px; }

/* line 424, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.error404-wrap .container {
  z-index: 7; }

/* line 427, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.error404-wrap .error404 {
  line-height: 0.9;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 244px;
  color: #FFF !important;
  opacity: 0.2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }

/* line 437, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.error404-wrap .heading-block h4 {
  font-weight: 300;
  margin-bottom: 8px; }

/* line 441, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.error404-wrap .heading-block span {
  font-size: 17px; }

/* line 445, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.error404-wrap form {
  max-width: 500px; }

/* ----------------------------------------------------------------
	Landing Pages
-----------------------------------------------------------------*/
/* line 454, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.landing-wide-form {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 3px; }

/* line 460, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.landing-form-overlay {
  position: absolute;
  z-index: 10;
  top: auto;
  left: auto;
  right: 0;
  bottom: -154px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px 3px 0 0; }

/* line 471, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.landing-video {
  z-index: 1;
  width: 560px;
  height: 315px;
  margin: 22px 0 0 95px;
  overflow: hidden; }

/* line 480, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.landing-promo h3 {
  font-size: 26px; }

/* line 487, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.landing-promo > .container > span {
  font-size: 17px; }

/* ----------------------------------------------------------------
	Preloaders
-----------------------------------------------------------------*/
/* line 497, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.preloader,
.preloader2,
.form-process {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/preloader.gif") center center no-repeat #FFF; }

/* line 505, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.preloader2 {
  background-color: transparent; }

/* line 508, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.form-process {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.7); }

/* ----------------------------------------------------------------
	Toastr Notifications
-----------------------------------------------------------------*/
/* line 520, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-title {
  font-weight: bold; }

/* line 523, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  /* line 526, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .toast-message a,
  .toast-message label {
    color: #ffffff; }
  /* line 531, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .toast-message a:hover {
    color: #cccccc;
    text-decoration: none; }

/* line 538, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-close-button {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }
  /* line 547, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50); }

/* line 559, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 568, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-top-full-width {
  top: 10px;
  right: 0;
  width: 100%; }

/* line 573, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-bottom-full-width {
  bottom: 10px;
  right: 0;
  width: 100%; }

/* line 578, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-top-left {
  top: 12px;
  left: 12px; }

/* line 582, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-top-right {
  top: 12px;
  right: 12px; }

/* line 586, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

/* line 590, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

/* line 594, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
#toast-container {
  position: fixed;
  z-index: 1999; }
  /* line 597, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 602, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #toast-container > div {
    margin: 0 0 6px;
    padding: 15px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80); }
    /* line 613, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
    #toast-container > div i {
      position: relative;
      top: 1px;
      width: 16px;
      text-align: center;
      margin-right: 3px; }
  /* line 621, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #toast-container > :hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer; }
  /* line 627, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #toast-container.toast-top-full-width > div,
  #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto; }

/* line 634, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast {
  background-color: #030303; }

/* line 637, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-success {
  background-color: #51a351; }

/* line 640, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-error {
  background-color: #bd362f; }

/* line 643, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-info {
  background-color: #2f96b4; }

/* line 646, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.toast-warning {
  background-color: #f89406; }

@media all and (min-width: 240px) and (max-width: 479px) {
  /* line 651, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #toast-container > div {
    padding: 8px;
    width: 18em; } }

@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 658, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  #toast-container > div {
    padding: 15px;
    width: 25em; } }

/* ----------------------------------------------------------------
	Wedding
-----------------------------------------------------------------*/
/* line 670, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
.wedding-head {
  position: relative;
  line-height: 1;
  font-size: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
  /* line 675, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .wedding-head .first-name,
  .wedding-head .last-name,
  .wedding-head .and {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px; }
  /* line 686, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .wedding-head .last-name {
    margin: 0 0 0 15px;
    text-align: left; }
  /* line 690, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .wedding-head .first-name span,
  .wedding-head .last-name span {
    display: block;
    margin-top: 10px;
    font-size: 56px;
    font-weight: 400;
    font-style: italic;
    font-family: "Menlo", sans-serif;
    text-transform: none; }
  /* line 700, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/shortcodes/misc.scss */
  .wedding-head .and {
    margin: 0;
    font-size: 200px;
    font-family: 'Times New Roman', serif; }

/* ----------------------------------------------------------------

	footer.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
#footer {
  position: relative;
  background-color: #EEE;
  border-top: 5px solid rgba(0, 0, 0, 0.2); }
  /* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  #footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0; }

/* line 23, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.footer-logo-11 {
  position: relative;
  width: 100%;
  height: 100px;
  background: url(/logo/logo-footer.png);
  background-position: center bottom;
  text-align: center;
  top: -80px; }

@media only screen and (min-width: 768px) {
  /* line 37, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  footer {
    background: url(/images/footer-map.png);
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat; } }

/* line 46, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
address {
  font-size: 16px; }

/* line 54, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.device-lg.sticky-footer #top-bar,
.device-md.sticky-footer #top-bar {
  z-index: 299; }

/* line 55, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.device-lg.sticky-footer #header,
.device-md.sticky-footer #header {
  z-index: 199; }

/* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content {
  z-index: 2; }

/* line 64, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

/* line 72, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.device-lg.sticky-footer:not(.stretched) #footer,
.device-md.sticky-footer:not(.stretched) #footer {
  left: 50%;
  margin-left: -610px;
  width: 1220px; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.device-md.sticky-footer:not(.stretched) #footer {
  margin-left: -500px;
  width: 1000px; }

/* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth {
  margin-bottom: 0; }

/* line 102, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
#copyrights {
  padding: 10px 0;
  background-color: #DDD;
  font-size: 16px;
  line-height: 1.5; }
  /* line 108, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  #copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: 20px;
    width: 14px;
    text-align: center;
    margin-right: 3px; }
  /* line 117, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  #copyrights .col_half {
    margin-bottom: 0 !important; }
  /* line 121, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  #copyrights a:first-child {
    margin-left: 0; }
  /* line 127, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  #copyrights .tright a:last-child {
    margin-right: 0; }

/* line 135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.copyright-links a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  border-bottom: 1px dotted #444; }
  /* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  .copyright-links a:hover {
    color: #555;
    border-bottom: 1px solid #666; }

/* line 147, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.copyrights-menu {
  margin-bottom: 10px; }
  /* line 149, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
  .copyrights-menu a {
    font-size: 20px;
    margin: 0 10px;
    border-bottom: 0 !important; }

/* line 156, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/footer.scss */
.footer-logo {
  display: block;
  margin-bottom: 30px; }

/* ----------------------------------------------------------------

	widgets.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
/* line 12, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget {
  position: relative;
  margin-top: 50px; }
  /* line 15, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget:first-child {
    margin-top: 0; }
  /* line 18, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget > h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase; }
  /* line 25, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget p {
    line-height: 1.7; }
    /* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .widget p:not(.lead) {
      font-size: 14px; }

/* line 32, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.sidebar-widgets-wrap .widget {
  padding-top: 50px;
  border-top: 1px solid #EEE; }
  /* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .sidebar-widgets-wrap .widget:first-child {
    padding-top: 0;
    border-top: 0; }
  /* line 39, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .sidebar-widgets-wrap .widget > h4 {
    letter-spacing: 1px; }

/* Tag Cloud
-----------------------------------------------------------------*/
/* line 48, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.tagcloud {
  margin-bottom: -2px; }
  /* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .tagcloud a {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #E5E5E5;
    font-size: 13px !important;
    color: #666;
    border-radius: 2px; }
    /* line 60, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .tagcloud a:hover {
      border-color: #648522 !important;
      color: #648522 !important; }

/* line 70, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
body:not(.device-touch) .tagcloud a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* Widget - Links
-----------------------------------------------------------------*/
/* line 89, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
  list-style: none;
  margin: 0; }

/* line 105, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
  padding: 4px; }

/* line 120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
  display: inline-block;
  padding: 0 3px 0 12px;
  background: url("images/icons/widget-link.png") left top no-repeat;
  border: none !important;
  color: #444;
  font-size: 14px; }
  /* line 127, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget_nav_menu li a:hover,
  .widget_links li a:hover,
  .widget_meta li a:hover,
  .widget_archive li a:hover,
  .widget_recent_entries li a:hover,
  .widget_categories li a:hover,
  .widget_pages li a:hover,
  .widget_rss li a:hover,
  .widget_recent_comments li a:hover {
    color: #000; }

/* line 135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget_recent_comments li {
  display: block;
  background: url("images/icons/widget-comment.png") left top no-repeat;
  padding: 4px 0 4px 20px; }
  /* line 139, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget_recent_comments li a {
    display: inline;
    padding: 0;
    background: none !important; }

/* line 158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_rss > ul > li:first-child {
  border-top: 0 !important; }

/* line 174, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_rss > ul {
  margin-top: -4px !important; }

/* line 189, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul {
  margin-left: 15px; }

/* Widget - Testimonial & Twitter
-----------------------------------------------------------------*/
/* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget .testimonial.no-image .testi-image {
  display: none; }

/* line 207, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
  width: 28px;
  height: 28px; }

/* line 214, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget .testimonial.twitter-scroll .testi-image {
  margin-right: 10px; }
  /* line 216, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget .testimonial.twitter-scroll .testi-image i {
    background-color: #EEE;
    line-height: 28px;
    font-size: 14px;
    color: #888; }

/* line 224, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget .testimonial p:not(.lead) {
  font-size: 14px; }

/* line 228, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
  width: 42px;
  height: 42px; }

/* Widget - Quick Contact Form
-----------------------------------------------------------------*/
/* line 242, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control {
  margin-bottom: 10px; }

/* line 248, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.quick-contact-widget .input-group .form-control {
  margin-bottom: 0; }

/* line 254, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.quick-contact-widget form,
#template-contactform {
  position: relative; }

/* Newsletter Widget
-----------------------------------------------------------------*/
/* line 263, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.subscribe-widget h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5; }

/* Twitter Feed Widget
-----------------------------------------------------------------*/
/* line 275, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-twitter-feed li {
  margin: 15px 0 0 0; }
  /* line 277, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget-twitter-feed li:first-child {
    margin-top: 0; }

/* line 281, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-twitter-feed small {
  display: block;
  margin-top: 3px; }
  /* line 284, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget-twitter-feed small a {
    color: #999; }

/* line 288, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar {
  display: none; }

/* line 290, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter {
  display: none; }

/* line 292, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-twitter-feed .twitter-feed-avatar {
  margin-left: 44px; }

/* line 294, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar {
  display: block;
  position: absolute;
  left: -44px;
  text-align: center;
  top: 2px;
  width: 32px;
  height: 32px; }
  /* line 302, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar a.twitter-avatar img {
    border-radius: 50%; }

/* Widget Filter Links
-----------------------------------------------------------------*/
/* line 309, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links ul {
  list-style: none;
  margin-bottom: 0; }

/* line 314, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links .widget-filter-reset {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-size: 12px;
  line-height: 22px; }

/* line 323, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget:not(:first-child) .widget-filter-reset {
  top: 50px; }

/* line 325, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links .widget-filter-reset a {
  color: red; }

/* line 327, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links .widget-filter-reset.active-filter {
  display: none; }

/* line 329, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links li {
  position: relative;
  font-size: 15px;
  line-height: 24px; }

/* line 335, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links li:not(:first-child) {
  margin-top: 10px; }

/* line 337, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links li a {
  display: block;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-weight: 500; }

/* line 344, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links li span {
  position: absolute;
  top: 1px;
  left: auto;
  right: 0;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #777;
  background-color: #EEE;
  border-radius: 50%; }

/* line 359, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links li:hover a {
  color: #777; }

/* line 361, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links li.active-filter a {
  font-weight: 700; }

/* line 363, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.widget-filter-links li.active-filter span {
  color: #FFF;
  background-color: #648522;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* Navigation Tree
-----------------------------------------------------------------*/
/* line 372, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
.nav-tree {
  position: relative;
  margin-bottom: 40px; }
  /* line 375, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .nav-tree ul {
    margin-bottom: 0;
    list-style: none; }
  /* line 379, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .nav-tree > ul {
    margin: -8px 0; }
  /* line 382, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .nav-tree li {
    position: relative; }
    /* line 384, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree li a {
      display: block;
      padding: 8px 0;
      color: #333;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2px;
      font-family: "Open Sans", sans-serif; }
    /* line 394, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree li i {
      font-size: 14px;
      width: 16px;
      text-align: center; }
      /* line 398, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
      .nav-tree li i:not(.icon-angle-down) {
        margin-right: 8px;
        position: relative;
        top: 1px; }
      /* line 403, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
      .nav-tree li i.icon-angle-down {
        width: auto;
        font-size: 12px;
        margin-left: 2px; }
    /* line 412, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a {
      color: #648522 !important; }
  /* line 415, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .nav-tree ul ul {
    display: none; }
    /* line 417, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree ul ul a {
      font-size: 12px;
      padding: 6px 0;
      letter-spacing: 1px;
      font-family: "Abel", sans-serif; }
      /* line 422, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
      .nav-tree ul ul a i.icon-angle-down {
        font-size: 12px; }
    /* line 424, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree ul ul a {
      padding-left: 0px; }
    /* line 425, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree ul ul ul a {
      padding-left: 40px; }
    /* line 426, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree ul ul ul ul a {
      padding-left: 60px; }
    /* line 427, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
    .nav-tree ul ul ul ul ul a {
      padding-left: 80px; }
  /* line 429, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/widgets.scss */
  .nav-tree li.current > ul {
    display: block; }

/* ----------------------------------------------------------------

	extras.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Bootstrap Specific
-----------------------------------------------------------------*/
/* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.table .success {
  color: #449D44; }

/* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.table .info {
  color: #31708F; }

/* line 19, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.table .warning {
  color: #8A6D3B; }

/* line 22, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.table .danger {
  color: #A94442; }

/* line 27, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.btn-link {
  color: #648522; }
  /* line 29, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
  .btn-link:hover, .btn-link:focus {
    color: #222; }

/* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.boot-tabs {
  margin-bottom: 20px !important; }

/* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 47.5%;
  z-index: 5;
  display: inline-block; }

/* line 47, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.carousel-control .icon-chevron-left {
  left: 50%; }

/* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.carousel-control .icon-chevron-right {
  right: 50%; }

/* line 57, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.responsive-utilities th small {
  display: block;
  font-weight: 400;
  color: #999; }

/* line 66, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EEE;
  border: 1px solid #DDD; }

/* line 74, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.img-circle {
  border-radius: 50% !important; }

/* line 80, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #FFF !important;
  background-color: #648522 !important;
  border-color: #648522 !important; }

/* line 94, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
label.radio, label.checkbox {
  padding-left: 20px; }

/* line 100, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.input-group-lg > .input-group-addon {
  line-height: 1; }

/* ----------------------------------------------------------------
	Cookie Notification
-----------------------------------------------------------------*/
/* line 107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
#cookie-notification {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #EEE;
  color: #444;
  z-index: 99;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); }

/* line 121, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.cookie-noti-btn {
  margin-top: 15px; }

/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/
/* line 128, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none; }

/* ----------------------------------------------------------------
	Page Transitions
-----------------------------------------------------------------*/
/* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
body:not(.no-transition) #wrapper,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 148, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  background-color: #FFF;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 161, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: 13px;
  width: 18px;
  height: 18px;
  background-color: #DDD;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner .css3-spinner-bounce1 {
  margin-left: -31px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

/* line 184, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner .css3-spinner-bounce2 {
  margin-left: -9px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/* line 206, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-flipper {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 0;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/* line 235, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out;
  animation: cssspinnerbounce 2.0s infinite ease-in-out; }

/* line 247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes cssspinnerbounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes cssspinnerbounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/* line 267, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
  height: 30px;
  width: 6px;
  margin-top: -15px;
  margin-left: -21px;
  border-radius: 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

/* line 281, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-rect2 {
  margin-left: -12px;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

/* line 287, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-rect3 {
  margin-left: -3px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

/* line 293, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-rect4 {
  margin-left: 6px;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

/* line 299, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-rect5 {
  margin-left: 15px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/* line 321, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out; }

/* line 332, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

/* line 364, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-scaler {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }

/* line 392, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-grid-pulse {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none; }

/* line 402, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div {
  background-color: #DDD;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

/* line 420, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s; }

/* line 427, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s; }

/* line 434, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.71s;
  animation-delay: 0.71s;
  -webkit-animation-duration: 0.88s;
  animation-duration: 0.88s; }

/* line 441, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s; }

/* line 448, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-duration: 0.62s;
  animation-duration: 0.62s; }

/* line 455, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
  -webkit-animation-duration: 1.48s;
  animation-duration: 1.48s; }

/* line 462, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  -webkit-animation-duration: 1.47s;
  animation-duration: 1.47s; }

/* line 469, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.49s;
  animation-duration: 1.49s; }

/* line 476, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* line 516, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-clip-rotate {
  width: 33px;
  height: 33px;
  margin-top: -17px;
  margin-left: -17px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none; }

/* line 526, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-clip-rotate > div {
  border-radius: 100%;
  border: 2px solid #DDD;
  border-bottom-color: transparent !important;
  height: 33px;
  width: 33px;
  background: transparent !important;
  -webkit-animation: rotate 1s 0s linear infinite;
  animation: rotate 1s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

/* line 552, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-ball-rotate {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background-color: transparent !important;
  -webkit-animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }

/* line 562, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-rotate > div {
  background-color: #DDD;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative; }

/* line 570, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  content: "";
  position: absolute;
  opacity: 0.7; }

/* line 579, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-rotate > div:nth-child(1) {
  top: 0px;
  left: -22px; }

/* line 584, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-rotate > div:nth-child(3) {
  top: 0px;
  left: 22px; }

@-webkit-keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* line 619, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-zig-zag {
  background-color: transparent !important;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
  -webkit-animation: none;
  animation: none; }

/* line 628, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-zig-zag > div {
  background-color: #DDD;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 641, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-zig-zag > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear; }

/* line 646, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-zig-zag > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* line 757, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-ball-scale-multiple {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none; }

/* line 767, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-scale-multiple > div {
  background-color: #DDD;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
  animation: ball-scale-multiple 1.25s 0s linear infinite; }

/* line 780, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

/* line 785, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/* line 819, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-triangle-path {
  background-color: transparent !important;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
  -webkit-animation: none;
  animation: none; }

/* line 828, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #DDD; }

/* line 838, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-triangle-path > div:nth-child(1) {
  -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-1 2s 0s ease-in-out infinite; }

/* line 843, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-triangle-path > div:nth-child(2) {
  -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-2 2s 0s ease-in-out infinite; }

/* line 848, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-triangle-path > div:nth-child(3) {
  -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-3 2s 0s ease-in-out infinite; }

/* line 853, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-triangle-path > div:nth-of-type(1) {
  top: 50px; }

/* line 855, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-triangle-path > div:nth-of-type(2) {
  left: 25px; }

/* line 857, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

/* line 947, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-ball-pulse-sync {
  width: 70px;
  height: 34px;
  margin-left: -35px;
  margin-top: -17px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none; }

/* line 957, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-pulse-sync > div {
  display: inline-block;
  background-color: #DDD;
  width: 14px;
  height: 14px;
  margin: 10px 3px 0;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 968, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; }

/* line 973, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; }

/* line 978, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; }

/* line 983, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85; }
  66% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85; }
  66% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* line 1024, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner > .css3-spinner-scale-ripple {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none; }

/* line 1034, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #DDD;
  -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

/* line 1047, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-scale-ripple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

/* line 1052, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-scale-ripple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

/* line 1057, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-scale-ripple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

/* line 1062, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/extras.scss */
.css3-spinner-scale-ripple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

/* ----------------------------------------------------------------
	Dark Scheme
-----------------------------------------------------------------*/
/* line 6, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #EEE; }

/* line 14, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a:hover {
  color: #EEE; }

/* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .modal-content,
.dark .css3-spinner,
body.dark #side-panel,
body #side-panel.dark {
  background-color: #3D4E4D; }

/* line 26, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .css3-spinner > div,
.dark .css3-spinner-grid-pulse > div,
.dark .css3-spinner-ball-rotate > div,
.dark .css3-spinner-zig-zag > div,
.dark .css3-spinner-ball-scale-multiple > div,
.dark .css3-spinner-triangle-path > div,
.dark .css3-spinner-ball-pulse-sync > div {
  background-color: rgba(255, 255, 255, 0.35); }

/* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .css3-spinner-clip-rotate > div,
.dark .css3-spinner-scale-ripple > div {
  border-color: rgba(255, 255, 255, 0.35); }

/* line 38, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .line,
.dark .double-line {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 41, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .section,
.section.dark {
  background-color: #282828;
  border-color: rgba(255, 255, 255, 0.1); }

/* line 47, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #top-bar,
#top-bar.dark {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background-color: #282828; }

/* line 53, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-links ul li {
  border-left-color: rgba(255, 255, 255, 0.1); }

/* line 55, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-links li > a {
  color: #AAA; }

/* line 57, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-links li:hover {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

/* line 62, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-links ul ul,
.dark .top-links ul div.top-link-section {
  background: #333;
  border-bottom: none; }

/* line 68, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-links ul ul li {
  border-top: 1px solid #444;
  border-left: 1px solid #444; }

/* line 73, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-links ul ul li:hover {
  background-color: #383838; }

/* line 75, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-links ul ul li:first-child {
  border-left: 1px solid #444; }

/* line 77, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #top-social li {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

/* line 79, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #top-social li a {
  color: #BBB; }

/* line 81, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header:not(.transparent-header),
#header.dark:not(.transparent-header) {
  background-color: #65842a;
  border-bottom: 1px solid rgba(59, 59, 59, 0.75); }

/* line 87, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),
.dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark),
.dark #header.transparent-header.floating-header .container,
.dark #header.transparent-header.floating-header.sticky-header .container,
#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark),
#header.dark.transparent-header.floating-header .container,
#header.dark.transparent-header.floating-header.sticky-header .container,
.dark .responsive-sticky-header #header-wrap,
.responsive-sticky-header.dark #header-wrap {
  background-color: #65842a; }

/* line 98, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.full-header #header-wrap:not(.not-dark),
#header.full-header.dark #header-wrap:not(.not-dark) {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

/* line 101, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #slider + #header.full-header #header-wrap:not(.not-dark),
#slider + #header.full-header.dark #header-wrap:not(.not-dark) {
  border-top-color: rgba(255, 255, 255, 0.15); }

/* line 104, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark),
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

/* line 107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #slider + #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark),
#slider + #header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) {
  border-top-color: rgba(255, 255, 255, 0.2); }

/* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.semi-transparent,
.dark #header.semi-transparent.floating-header .container,
#header.dark.semi-transparent,
#header.dark.semi-transparent.floating-header .container {
  background-color: rgba(0, 0, 0, 0.6); }

/* line 115, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.sticky-header.semi-transparent,
.dark #header.semi-transparent.floating-header,
.dark #header.semi-transparent.floating-header.sticky-header .container,
#header.dark.sticky-header.semi-transparent,
#header.dark.semi-transparent.floating-header,
#header.dark.semi-transparent.floating-header.sticky-header .container {
  background-color: transparent; }

/* line 122, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.semi-transparent.sticky-header #header-wrap,
#header.dark.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(0, 0, 0, 0.6); }

/* line 125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #logo a {
  color: #FFF; }

/* line 127, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.full-header #header-wrap:not(.not-dark) #logo,
#header.full-header.dark #header-wrap:not(.not-dark) #logo {
  border-right-color: rgba(255, 255, 255, 0.15); }

/* line 130, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo,
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo {
  border-right-color: rgba(255, 255, 255, 0.2); }

/* line 134, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li > a,
.overlay-menu #primary-menu.dark > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > #overlay-menu-close,
.overlay-menu #primary-menu.dark > #overlay-menu-close,
.dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-cart a,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a,
.dark #header-wrap:not(.not-dark) #top-account a,
.dark #top-cart .top-cart-item-desc a,
body.top-search-open .dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-search a:hover,
.dark #header-wrap:not(.not-dark) #top-cart a:hover,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a:hover,
.dark #header-wrap:not(.not-dark) #top-account a:hover,
.dark #header-wrap:not(.not-dark) #top-search form input {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 155, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.full-header #header-wrap:not(.not-dark) #primary-menu > ul,
#header.full-header.dark #header-wrap:not(.not-dark) #primary-menu > ul {
  border-right-color: rgba(255, 255, 255, 0.15); }

/* line 158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul,
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul {
  border-right-color: rgba(255, 255, 255, 0.2); }

/* line 161, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input,
#header.dark.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input {
  border-bottom-color: rgba(255, 255, 255, 0.15) !important; }

/* line 164, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header-wrap:not(.not-dark) #top-search form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

/* line 165, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header-wrap:not(.not-dark) #top-search form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

/* line 166, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header-wrap:not(.not-dark) #top-search form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

/* line 168, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li.current > a {
  color: #EEE; }

/* line 173, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
.overlay-menu #primary-menu.dark > ul > li:hover > a,
.overlay-menu #primary-menu.dark > ul > li.current > a {
  color: #1ABC9C !important; }

/* line 178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content {
  background-color: #363230;
  border-color: #363230;
  border-top-color: #93bf3d; }

/* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.overlay-menu #primary-menu:not(.not-dark) ul,
.dark.overlay-menu #primary-menu:not(.not-dark) ul,
.overlay-menu #primary-menu.dark ul,
.overlay-menu #primary-menu.dark ul {
  background-color: rgba(0, 0, 0, 0.9); }

/* line 196, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,
#primary-menu.dark ul li .mega-menu-content.style-2 {
  border-color: transparent;
  border-top-color: #1ABC9C; }

/* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul ul li,
#primary-menu.dark ul ul li {
  border-top-color: #3F3F3F; }

/* line 205, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul ul li:first-child,
#primary-menu.dark ul ul li:first-child {
  border-top: 0; }

/* line 208, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul ul li > a,
#primary-menu.dark ul ul li > a {
  color: #fff !important; }

/* line 211, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul ul li:hover > a,
#primary-menu.dark ul ul li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  letter-spacing: 1.3; }

/* line 218, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a,
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a,
#primary-menu.dark ul ul > li.sub-menu > a,
#primary-menu.dark ul ul > li.sub-menu:hover > a {
  background-image: url("../images/icons/submenu-dark.png"); }

/* line 223, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child),
#primary-menu.dark ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
  border-left-color: #3F3F3F; }

/* line 226, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
  color: #BBB !important;
  background: transparent; }

/* line 234, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
  color: #DDD !important; }

/* line 238, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu.style-2:not(.not-dark) {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 240, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu.style-3:not(.not-dark) > ul > li:hover > a,
#primary-menu.dark.style-3 > ul > li:hover > a {
  color: #EEE;
  background-color: rgba(255, 255, 255, 0.05); }

/* line 246, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu.style-3:not(.not-dark) > ul > li.current > a,
#primary-menu.dark.style-3 > ul > li.current > a {
  color: #EEE; }

/* line 249, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu.style-5:not(.not-dark) > ul,
#primary-menu.dark.style-5 > ul {
  border-right-color: rgba(255, 255, 255, 0.1); }

/* line 252, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu.sub-title:not(.not-dark) > ul > li > a span,
#primary-menu.dark.sub-title > ul > li > a span {
  color: #999; }

/* line 255, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #primary-menu.sub-title:not(.not-dark) > ul > li:hover > a span,
.dark #primary-menu.sub-title:not(.not-dark) > ul > li.current > a span,
.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li:hover > a span,
.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li.current > a span,
#primary-menu.dark.sub-title > ul > li:hover > a span,
#primary-menu.dark.sub-title > ul > li.current > a span,
#primary-menu.dark.sub-title.style-2 > div > ul > li:hover > a span,
#primary-menu.dark.sub-title.style-2 > div > ul > li.current > a span {
  color: #EEE; }

/* line 265, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #top-cart .top-cart-content {
  background-color: #333;
  border-color: #3F3F3F;
  border-top-color: #1ABC9C; }

/* line 271, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-title {
  border-bottom-color: #3F3F3F; }

/* line 273, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-item {
  border-top-color: #3F3F3F; }

/* line 275, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-item-image {
  border-color: #444; }

/* line 277, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-item-image:hover {
  border-color: #1ABC9C; }

/* line 279, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-item-desc a:hover {
  color: #1ABC9C !important; }

/* line 281, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-item-desc span.top-cart-item-price {
  color: #AAA; }

/* line 283, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-item-desc span.top-cart-item-quantity {
  color: #888; }

/* line 285, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-cart-action {
  border-top-color: #3F3F3F; }

/* line 287, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .one-page-arrow,
.one-page-arrow.dark {
  color: #FFF; }

/* line 291, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.side-header #header {
  background-color: #333;
  border-right-color: #3F3F3F; }

/* line 296, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.side-header #logo:not(.nobottomborder):after,
.dark.side-header #primary-menu:not(.nobottomborder):after {
  border-bottom-color: #3F3F3F; }

/* line 299, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.side-header #primary-menu:not(.not-dark) > ul > li > a,
.dark.side-header #primary-menu ul ul li:hover > a {
  color: #DDD !important; }

/* line 302, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.side-header.open-header #header-trigger {
  background-color: rgba(0, 0, 0, 0.3);
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 308, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.side-header.side-header-right #header {
  border-left-color: #3F3F3F; }

/* line 310, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.side-header #primary-menu ul ul a {
  color: #AAA !important; }

/* line 312, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .swiper-pagination span {
  border-color: rgba(255, 255, 255, 0.08); }

/* line 314, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .swiper-pagination span:hover,
.dark .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #333 !important; }

/* line 318, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .slider-caption,
.dark .slider-caption .h2,
.dark .slider-caption .p {
  color: #F5F5F5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61); }

/* line 325, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.not-dark .slider-caption,
.not-dark .slider-caption .h2,
.not-dark .slider-caption p {
  color: #222;
  text-shadow: none; }

/* line 332, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .ei-title h2,
.dark .ei-title h3,
.dark .ei-title h2 span,
.dark .ei-title h3 span {
  color: #EEE !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

/* line 340, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.not-dark .ei-title h2,
.not-dark .ei-title h3,
.not-dark .ei-title h2 span,
.not-dark .ei-title h3 span {
  color: #222 !important;
  text-shadow: none; }

/* line 348, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #page-title {
  background-color: #282828;
  border-bottom-color: #3F3F3F; }

/* line 353, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #page-title h1 {
  color: rgba(255, 255, 255, 0.9) !important; }

/* line 355, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #page-title span {
  color: rgba(255, 255, 255, 0.7); }

/* line 357, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .breadcrumb a {
  color: #BBB; }

/* line 359, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .breadcrumb a:hover {
  color: #EEE; }

/* line 361, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #page-title.page-title-pattern {
  background-image: url("../images/pattern2.png"); }

/* line 364, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-filter {
  border-color: rgba(255, 255, 255, 0.08); }

/* line 366, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-filter li a {
  color: #fff;
  border-left-color: none; }

/* line 371, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-filter li a:hover {
  color: #EEE; }

/* line 373, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-shuffle {
  color: #999;
  border-color: rgba(255, 255, 255, 0.08); }

/* line 378, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-filter li.activeFilter a,
.dark .portfolio-shuffle:hover {
  color: #FFF; }

/* line 381, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-desc h3 a {
  color: #EEE; }

/* line 383, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-desc h3 a:hover {
  color: #BBB; }

/* line 385, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-desc span {
  color: #888; }

/* line 387, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-desc span a {
  color: #888; }

/* line 389, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-desc span a:hover {
  color: #CCC; }

/* line 391, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-notitle .portfolio-desc {
  background-color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

/* line 396, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-1 .portfolio-item {
  border-bottom-color: rgba(255, 255, 255, 0.08); }

/* line 398, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-1.portfolio-fullwidth .portfolio-desc {
  background-color: #333; }

/* line 400, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-overlay a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF; }

/* line 405, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-overlay a:hover {
  background-color: rgba(0, 0, 0, 0.7); }

/* line 407, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .ajax-modal-title {
  background-color: #333;
  border-bottom-color: rgba(255, 255, 255, 0.08); }

/* line 412, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-meta li {
  color: #999; }

/* line 414, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .portfolio-meta li span {
  color: #BBB; }

/* line 416, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .well .line {
  border-color: rgba(255, 255, 255, 0.08); }

/* line 418, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #portfolio-navigation a {
  color: #BBB; }

/* line 420, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #portfolio-navigation a:hover {
  color: #EEE; }

/* line 422, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .entry {
  border-bottom-color: rgba(255, 255, 255, 0.08); }

/* line 424, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .entry-title h2 a,
.dark .ipost .entry-title h3 a,
.dark .ipost .entry-title h4 a {
  color: #EEE; }

/* line 428, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .entry-title h2 a:hover,
.dark .ipost .entry-title h3 a:hover,
.dark .ipost .entry-title h4 a:hover {
  color: #BBB; }

/* line 432, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .entry-meta li {
  border-left-color: rgba(255, 255, 255, 0.08);
  color: #888; }

/* line 437, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .entry-meta li a {
  color: #888; }

/* line 439, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .entry-meta li a:hover {
  color: #CCC; }

/* line 441, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .entry-link {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 443, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .post-masonry-full .entry {
  border-color: rgba(255, 255, 255, 0.08); }

/* line 445, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .timeline-border {
  border-left-color: rgba(255, 255, 255, 0.1); }

/* line 447, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .post-timeline .entry-timeline {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.08);
  color: #AAA; }

/* line 453, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .post-timeline .entry.entry-date-section span {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #333; }

/* line 458, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .post-timeline .entry-timeline div.timeline-divider {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 460, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider {
  border-color: #1ABC9C;
  color: #1ABC9C; }

/* line 466, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .spost,
.dark .mpost {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 469, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .spost .entry-image a i,
.dark .mpost .entry-image a i {
  color: #CCC;
  background-color: rgba(0, 0, 0, 0.2); }

/* line 475, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .spost .entry-title h4 a,
.dark .mpost .entry-title h4 a {
  color: #BBB; }

/* line 478, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .spost .entry-title h4 a:hover,
.dark .mpost .entry-title h4 a:hover {
  color: #999; }

/* line 481, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .spost .entry-meta li,
.dark .mpost .entry-meta li {
  border-left-color: #666; }

/* line 484, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .spost .entry-meta li a,
.dark .mpost .entry-meta li a,
.dark .testimonial.twitter-scroll .testi-meta span a {
  color: #AAA; }

/* line 488, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .spost .entry-meta li a:hover,
.dark .mpost .entry-meta li a:hover,
.dark .testimonial.twitter-scroll .testi-meta span a:hover {
  color: #888; }

/* line 492, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #comments {
  border-top-color: rgba(255, 255, 255, 0.08); }

/* line 494, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .commentlist {
  border-bottom-color: rgba(255, 255, 255, 0.08); }

/* line 496, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .comment-wrap {
  border-color: rgba(255, 255, 255, 0.08); }

/* line 498, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .comment-avatar {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 503, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .comment-content .comment-author {
  color: #CCC; }

/* line 505, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .comment-content .comment-author a {
  color: #BBB; }

/* line 507, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .comment-content .comment-author a:hover {
  color: #EEE; }

/* line 509, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .review-comment-ratings {
  color: #CCC; }

/* line 511, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .comment-reply-link:hover {
  color: #888; }

/* line 513, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark p.wp-caption-text {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 516, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .product-title h3 a,
.dark .single-product .product-title h2 a {
  color: #EEE; }

/* line 519, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .product-title h3 a:hover,
.dark .single-product .product-title h2 a:hover {
  color: #BBB; }

/* line 522, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .product-price {
  color: #BBB; }

/* line 524, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .product-overlay a {
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(255, 255, 255, 0.15); }

/* line 530, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .product-overlay a:last-child {
  border-right: 0; }

/* line 532, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .product-overlay a:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/* line 534, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .bothsidebar .product-1 .product {
  border-top-color: rgba(255, 255, 255, 0.08); }

/* line 537, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .quantity .qty {
  border-left-color: rgba(255, 255, 255, 0.08);
  border-right-color: rgba(255, 255, 255, 0.08);
  background-color: rgba(0, 0, 0, 0.2); }

/* line 543, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .quantity .plus,
.dark .quantity .minus {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 546, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .quantity .plus:hover,
.dark .quantity .minus:hover {
  background-color: rgba(0, 0, 0, 0.4); }

/* line 549, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .product-meta {
  color: #888; }

/* line 551, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart .remove {
  color: #BBB; }

/* line 553, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart .remove:hover {
  color: #EEE; }

/* line 555, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart th {
  color: #DDD; }

/* line 557, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart td {
  border-color: rgba(255, 255, 255, 0.08) !important; }

/* line 559, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart-product-thumbnail img {
  border-color: rgba(0, 0, 0, 0.2); }

/* line 561, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart-product-thumbnail img:hover {
  border-color: #1ABC9C; }

/* line 563, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart-product-name a,
.dark .product-name a {
  color: #EEE; }

/* line 566, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .cart-product-name a:hover,
.dark .product-name a:hover {
  color: #BBB; }

/* line 569, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark td.actions {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 571, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .events .entry,
.dark .ievent {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.1); }

/* line 577, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .countdown-section {
  color: #DDD;
  border-left-color: rgba(255, 255, 255, 0.2); }

/* line 582, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .countdown-amount,
.dark .rounded-skill {
  color: #EEE; }

/* line 585, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .button-dark:not(.button-border),
.dark .button:hover {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 588, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .button-dark:hover {
  background-color: #1ABC9C; }

/* line 590, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .button-light:not(.button-border):hover {
  background-color: #282828; }

/* line 592, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .button.button-border:not(.button-light) {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.5); }

/* line 597, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .button.button-border:not(.button-light):hover {
  color: #EEE; }

/* line 599, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.not-dark .button.button-border:not(.button-light) {
  border-color: #444;
  color: #333; }

/* line 604, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.not-dark .button.button-border:not(.button-light):hover {
  background-color: #444;
  color: #FFF; }

/* line 609, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .promo > span,
.dark .promo > .container > span {
  color: rgba(255, 255, 255, 0.8); }

/* line 612, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .promo.promo-border {
  border-color: rgba(255, 255, 255, 0.08); }

/* line 614, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .promo.promo-light {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 616, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .promo.promo-dark:not(.promo-flat) {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 618, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box h3 {
  color: #CCC; }

/* line 620, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box p {
  color: #888; }

/* line 622, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-light.fbox-outline .fbox-icon {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 624, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-light .fbox-icon i,
.dark .feature-box.fbox-light .fbox-icon img {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF; }

/* line 631, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-dark.fbox-outline .fbox-icon {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 633, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-dark .fbox-icon i,
.dark .feature-box.fbox-dark .fbox-icon img {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 636, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-border.fbox-light .fbox-icon,
.dark .feature-box.fbox-border.fbox-dark .fbox-icon {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 639, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-border.fbox-light .fbox-icon i,
.dark .feature-box.fbox-border.fbox-light .fbox-icon img,
.dark .feature-box.fbox-border.fbox-dark .fbox-icon i,
.dark .feature-box.fbox-border.fbox-dark .fbox-icon img,
.dark .feature-box.fbox-plain.fbox-light .fbox-icon i,
.dark .feature-box.fbox-plain.fbox-light .fbox-icon img,
.dark .feature-box.fbox-plain.fbox-dark .fbox-icon i,
.dark .feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #FFF; }

/* line 648, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box h3 span.subtitle {
  color: #AAA; }

/* line 650, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-bg.fbox-center,
.dark .feature-box.media-box.fbox-bg .fbox-desc {
  background-color: #383838;
  border-color: rgba(255, 255, 255, 0.1); }

/* line 656, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.dark .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.dark .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
  background-color: #383838 !important; }

/* line 660, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .feature-box.fbox-bg.fbox-center.fbox-light .fbox-icon i {
  background-color: #444 !important; }

/* line 662, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-effect .fbox-icon i:after {
  box-shadow: 0 0 0 2px #494949; }

/* line 664, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-effect .fbox-icon i:hover,
.dark .fbox-effect:hover .fbox-icon i {
  background-color: #494949; }

/* line 667, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-effect.fbox-dark .fbox-icon i:after {
  box-shadow: 0 0 0 2px #1ABC9C; }

/* line 669, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: #1ABC9C; }

/* line 672, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-border.fbox-effect .fbox-icon i:hover,
.dark .fbox-border.fbox-effect:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #494949; }

/* line 675, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-border.fbox-effect .fbox-icon i:after {
  background-color: #494949; }

/* line 677, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #1ABC9C; }

/* line 680, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
  background-color: #1ABC9C; }

/* line 682, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .process-steps li .i-bordered {
  background-color: #494949; }

/* line 684, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .process-steps li:before,
.dark .process-steps li:after,
.dark .feature-box.fbox-center:not(.fbox-bg) h3:after {
  border-top-color: rgba(255, 255, 255, 0.15); }

/* line 688, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .heading-block:not(.not-dark):after {
  border-top-color: rgba(255, 255, 255, 0.4); }

/* line 690, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .style-msg2 {
  border-left: 4px solid rgba(0, 0, 0, 0.3); }

/* line 692, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .style-msg .sb-msg,
.dark .style-msg2 .msgtitle,
.dark .style-msg2 .sb-msg {
  border-left-color: rgba(255, 255, 255, 0.1); }

/* line 697, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .i-rounded,
.dark .i-circled,
.dark .i-bordered {
  background-color: #494949; }

/* line 701, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .i-bordered {
  border-color: #DDD;
  color: #DDD; }

/* line 706, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: none; }

/* line 712, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .i-rounded:hover,
.dark .i-circled:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }

/* line 720, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .i-bordered:hover {
  background-color: #444;
  color: #FFF;
  border-color: #444; }

/* line 726, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .i-plain {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

/* line 731, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .i-plain:hover {
  color: #DDD; }

/* line 733, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .social-icon {
  color: #DDD !important;
  border-color: #DDD; }

/* line 738, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
  color: #555 !important; }

/* line 741, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .si-dark {
  background-color: rgba(0, 0, 0, 0.2);
  color: #DDD !important;
  border-color: transparent; }

/* line 747, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .si-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #EEE !important;
  border-color: transparent; }

/* line 753, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .social-icon i:last-child {
  color: #FFF !important; }

/* line 755, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .social-icon:hover {
  color: #FFF !important;
  border-color: transparent; }

/* line 760, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .si-share {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 766, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .toggle .togglet,
.dark .toggle .toggleta {
  color: #CCC; }

/* line 769, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .toggle.toggle-bg .togglet,
.dark .toggle.toggle-bg .toggleta {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 772, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .toggle.toggle-border {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 774, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .faqs .toggle {
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 776, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .acctitle,
.dark .acctitlec {
  color: #CCC;
  border-top-color: rgba(255, 255, 255, 0.15); }

/* line 782, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .accordion.accordion-bg .acctitle,
.dark .accordion.accordion-bg .acctitlec {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 785, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .accordion.accordion-border {
  border-color: rgba(255, 255, 255, 0.1); }

/* line 787, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .accordion.accordion-border .acctitle,
.dark .accordion.accordion-border .acctitlec {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 790, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark ul.tab-nav {
  border-bottom-color: #494949; }

/* line 792, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark ul.tab-nav li,
.dark .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
  border-color: #494949; }

/* line 795, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark ul.tab-nav li:first-child {
  border-left-color: #494949; }

/* line 797, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark ul.tab-nav li a {
  color: #DDD;
  background-color: rgba(0, 0, 0, 0.15); }

/* line 802, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .tabs.tabs-alt ul.tab-nav li a,
.dark ul.tab-nav li.ui-tabs-active a {
  background-color: #383838; }

/* line 805, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark ul.tab-nav.tab-nav2 li a {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 807, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark ul.tab-nav.tab-nav2 li.ui-state-active a {
  background-color: #1ABC9C; }

/* line 809, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .tabs-bordered .tab-container {
  border-color: #494949; }

/* line 811, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .side-tabs ul.tab-nav {
  border-right-color: #494949; }

/* line 813, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .side-tabs ul.tab-nav li {
  border-color: #494949; }

/* line 815, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .side-tabs ul.tab-nav li:first-child {
  border-top-color: #494949;
  border-left-color: #494949; }

/* line 820, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
  border-right-color: #383838; }

/* line 822, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .tabs-bordered.side-tabs .tab-container {
  border-top-color: #494949; }

/* line 824, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sidenav {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 826, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sidenav > li > a {
  border-color: #494949;
  color: #BBB; }

/* line 831, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sidenav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 833, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .faqlist li a {
  color: #CCC; }

/* line 835, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .clients-grid li:before,
.dark .testimonials-grid li:before {
  border-left-color: rgba(255, 255, 255, 0.15); }

/* line 838, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .clients-grid li:after,
.dark .testimonials-grid li:after {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

/* line 841, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .testimonial {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

/* line 847, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .testimonial.twitter-scroll .testi-content p a {
  border-bottom: 1px dotted #AAA; }

/* line 849, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .testimonial.twitter-scroll .testi-content p a:hover {
  border-bottom: 1px solid #888; }

/* line 851, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .testimonial.twitter-scroll .testi-image i {
  background-color: rgba(0, 0, 0, 0.2);
  color: #EEE;
  text-shadow: none; }

/* line 857, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.parallax.dark .testimonial .flex-control-nav {
  height: 8px;
  margin-top: 30px; }

/* line 862, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.parallax.dark .testimonial .flex-control-nav li {
  width: 8px;
  height: 8px;
  margin: 0 3px; }

/* line 868, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.parallax.dark .testimonial .flex-control-nav li a {
  width: 8px !important;
  height: 8px !important;
  border: 1px solid #FFF;
  background-color: transparent; }

/* line 875, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active {
  background-color: #FFF; }

/* line 878, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .team-desc.team-desc-bg {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 880, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .team-content {
  color: #999; }

/* line 882, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-box {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

/* line 888, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-title {
  background-color: rgba(255, 255, 255, 0.03);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 894, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-title h3 {
  color: #DDD; }

/* line 896, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-price {
  color: #EEE; }

/* line 898, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-price:after {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 900, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-features {
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 902, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-box.best-price {
  background-color: transparent;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

/* line 907, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-box.best-price .pricing-title {
  background-color: transparent; }

/* line 909, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-box.pricing-minimal .pricing-price {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 914, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-box.pricing-extended {
  background-color: transparent; }

/* line 916, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-box.pricing-extended .pricing-action-area {
  border-left-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.2); }

/* line 921, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pricing-box.pricing-extended .pricing-meta {
  color: #999; }

/* line 923, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .counter.counter-lined + h5:before {
  border-color: #EEE; }

/* line 925, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .rounded-skill {
  color: #EEE; }

/* line 927, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .skills li {
  background-color: rgba(255, 255, 255, 0.15); }

/* line 929, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .skills li .progress-percent {
  background-color: #4E4E4E; }

/* line 931, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .progress-percent:after,
.dark .progress-percent:before {
  border-top-color: #4E4E4E; }

/* line 934, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .skills li > span {
  font-weight: 600;
  color: #CCC; }

/* line 939, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .owl-carousel.owl-loading {
  background-image: url("../images/preloader-dark.gif"); }

/* line 941, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .owl-carousel .owl-nav [class*=owl-] {
  border-color: transparent;
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 947, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark label {
  color: #BBB; }

/* line 949, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark label.label-muted {
  color: #777; }

/* line 951, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #contact-form-overlay,
.dark #contact-form-overlay-mini {
  background-color: #383838; }

/* line 954, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .title-block > span {
  color: #999; }

/* line 956, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .heading-block:not(.not-dark),
.dark .counter {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 959, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .heading-block:not(.not-dark) h1,
.dark .heading-block:not(.not-dark) h2,
.dark .heading-block:not(.not-dark) h3,
.dark .heading-block:not(.not-dark) h4,
.dark .emphasis-title:not(.not-dark) h1,
.dark .emphasis-title:not(.not-dark) h2 {
  color: #FFF; }

/* line 966, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .heading-block.not-dark h1,
.dark .heading-block.not-dark h2,
.dark .heading-block.not-dark h3,
.dark .heading-block.not-dark h4,
.dark .emphasis-title.not-dark h1,
.dark .emphasis-title.not-dark h2 {
  color: #333; }

/* line 973, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .heading-block:not(.not-dark) > span {
  color: #EEE; }

/* line 975, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .emphasis-title.not-dark {
  color: #444; }

/* line 977, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fancy-title h1,
.dark .fancy-title h2,
.dark .fancy-title h3,
.dark .fancy-title h4,
.dark .fancy-title h5,
.dark .fancy-title h6 {
  background-color: #383838; }

/* line 984, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .fancy-title.title-double-border:before,
.dark .fancy-title.title-border:before,
.dark .fancy-title.title-border-color:before,
.dark .fancy-title.title-border:before {
  border-top-color: rgba(255, 255, 255, 0.15); }

/* line 989, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .divider {
  color: rgba(255, 255, 255, 0.15); }

/* line 991, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .divider:after,
.dark .divider.divider-center:before,
.dark .divider.divider-center.divider-short:before {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 995, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .divider.divider-rounded,
.dark .divider.divider-border {
  color: #999; }

/* line 998, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .divider.divider-rounded i,
.dark .divider.divider-border i {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 1001, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .divider.divider-border i {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1006, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .quote:before {
  color: rgba(255, 255, 255, 0.1); }

/* line 1008, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .highlight {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 1010, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .top-advert {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1); }

/* line 1015, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .error404 {
  color: rgba(255, 255, 255, 0.15); }

/* line 1017, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.error404-wrap .form-control::-webkit-input-placeholder {
  color: #888; }

/* line 1018, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.error404-wrap .form-control::-moz-placeholder {
  color: #888; }

/* line 1019, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark.error404-wrap .form-control:-ms-input-placeholder {
  color: #888; }

/* line 1021, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .preloader {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 1023, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .preloader,
.dark .preloader2,
.dark .form-process {
  background-image: url("../images/preloader-dark.gif"); }

/* line 1027, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-process {
  background-color: transparent; }

/* line 1030, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
#footer.dark,
.dark #footer {
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0, 0, 0, 0.2); }

/* line 1037, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #copyrights {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* line 1043, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #copyrights i.footer-icon {
  color: rgba(255, 255, 255, 0.3); }

/* line 1045, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .copyright-links a {
  color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25); }

/* line 1050, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .copyright-links a:hover {
  color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35); }

/* line 1056, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .footer-widgets-wrap a {
  color: #CCC; }

/* line 1058, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .footer-widgets-wrap a:hover {
  color: #999; }

/* line 1060, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sidebar-widgets-wrap .widget,
body.dark #side-panel .widget,
body #side-panel.dark .widget {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 1064, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
body.dark #side-panel #side-panel-trigger-close a,
body #side-panel.dark #side-panel-trigger-close a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF; }

/* line 1070, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .widget h4 {
  color: #DDD; }

/* line 1072, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .widget p {
  opacity: 0.8; }

/* line 1074, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .tagcloud a {
  color: #999;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.2); }

/* line 1080, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .tagcloud a:hover {
  border-color: transparent !important;
  background-color: #1ABC9C;
  color: #FFF !important; }

/* line 1086, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .widget_recent_comments li {
  background-image: url("../images/icons/widget-comment-dark.png"); }

/* line 1088, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_comments li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a {
  color: #CCC;
  background-image: url("../images/icons/widget-link-dark.png"); }

/* line 1101, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .widget_nav_menu li a:hover,
.dark .widget_links li a:hover,
.dark .widget_meta li a:hover,
.dark .widget_archive li a:hover,
.dark .widget_recent_comments li a:hover,
.dark .widget_recent_entries li a:hover,
.dark .widget_categories li a:hover,
.dark .widget_pages li a:hover,
.dark .widget_rss li a:hover {
  color: #AAA; }

/* line 1112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav-tree li a {
  color: #BBB; }

/* line 1115, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark #cookie-notification,
#cookie-notification.dark {
  background-color: rgba(0, 0, 0, 0.85);
  color: #EEE; }

/* Dark Scheme - Bootstrap
-----------------------------------------------------------------*/
/* line 1125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .show-grid [class^=col-] {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1130, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark mark {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF; }

/* line 1135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark fieldset {
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1137, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .img-thumbnail {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1142, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark hr {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 1144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .page-header {
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 1146, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark blockquote {
  border-left-color: rgba(255, 255, 255, 0.2); }

/* line 1148, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .blockquote-reverse,
.dark blockquote.pull-right {
  border-right-color: rgba(255, 255, 255, 0.2); }

/* line 1151, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark code {
  color: #DF6F72;
  background-color: rgba(0, 0, 0, 0.3); }

/* line 1156, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark kbd {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 1158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark pre {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1164, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 1171, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table > thead > tr > th {
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 1173, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table > tbody + tbody {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 1175, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table .table {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 1177, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table-bordered {
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table-bordered > thead > tr > th,
.dark .table-bordered > tbody > tr > th,
.dark .table-bordered > tfoot > tr > th,
.dark .table-bordered > thead > tr > td,
.dark .table-bordered > tbody > tr > td,
.dark .table-bordered > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table-striped > tbody > tr:nth-child(odd) > td,
.dark .table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 1190, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table-hover > tbody > tr:hover > td,
.dark .table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.1); }

/* line 1193, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table > thead > tr > td.active,
.dark .table > tbody > tr > td.active,
.dark .table > tfoot > tr > td.active,
.dark .table > thead > tr > th.active,
.dark .table > tbody > tr > th.active,
.dark .table > tfoot > tr > th.active,
.dark .table > thead > tr.active > td,
.dark .table > tbody > tr.active > td,
.dark .table > tfoot > tr.active > td,
.dark .table > thead > tr.active > th,
.dark .table > tbody > tr.active > th,
.dark .table > tfoot > tr.active > th {
  background-color: rgba(0, 0, 0, 0.1); }

/* line 1206, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .table-hover > tbody > tr > td.active:hover,
.dark .table-hover > tbody > tr > th.active:hover,
.dark .table-hover > tbody > tr.active:hover > td,
.dark .table-hover > tbody > tr.active:hover > th {
  background-color: rgba(255, 255, 255, 0.1); }

@media (max-width: 767px) {
  /* line 1212, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .table-responsive {
    border-color: rgba(255, 255, 255, 0.1); } }

/* line 1215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark legend {
  color: #DDD;
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 1220, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark output {
  color: #999; }

/* line 1222, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control:not(.not-dark),
.dark .sm-form-control:not(.not-dark) {
  color: #999;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.25); }

/* line 1229, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control:not(.not-dark) option,
.dark .sm-form-control:not(.not-dark) option {
  background-color: #282828; }

/* line 1232, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control:not(.not-dark):active,
.dark .form-control:not(.not-dark):focus,
.dark .sm-form-control:not(.not-dark):active,
.dark .sm-form-control:not(.not-dark):focus {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.25) !important; }

/* line 1240, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control:not(.not-dark)::-moz-placeholder {
  color: #666; }

/* line 1241, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control:not(.not-dark):-ms-input-placeholder {
  color: #666; }

/* line 1242, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control:not(.not-dark)::-webkit-input-placeholder {
  color: #666; }

/* line 1243, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sm-form-control:not(.not-dark)::-moz-placeholder {
  color: #666; }

/* line 1244, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sm-form-control:not(.not-dark):-ms-input-placeholder {
  color: #666; }

/* line 1245, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sm-form-control:not(.not-dark)::-webkit-input-placeholder {
  color: #666; }

/* line 1247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control:not(.not-dark)[disabled],
.dark .form-control:not(.not-dark)[readonly],
.dark fieldset[disabled] .form-control:not(.not-dark),
.dark .sm-form-control:not(.not-dark)[disabled],
.dark .sm-form-control:not(.not-dark)[readonly],
.dark fieldset[disabled] .sm-form-control:not(.not-dark) {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 1254, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .input-group .form-control.error:not(.not-dark) {
  color: #E42C3E; }

/* line 1256, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .sm-form-control.error:not(.not-dark) {
  border-color: #E42C3E !important; }

/* line 1258, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control.error:not(.not-dark)::-moz-placeholder {
  color: rgba(228, 44, 62, 0.6); }

/* line 1259, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control.error:not(.not-dark):-ms-input-placeholder {
  color: rgba(228, 44, 62, 0.6); }

/* line 1260, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .form-control.error:not(.not-dark)::-webkit-input-placeholder {
  color: rgba(228, 44, 62, 0.6); }

/* line 1262, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .btn:hover,
.dark .btn:focus {
  color: #FFF; }

/* line 1265, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .btn-default {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1271, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default:active,
.dark .btn-default.active,
.dark .open .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2); }

/* line 1281, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .btn-default.disabled,
.dark .btn-default[disabled],
.dark fieldset[disabled] .btn-default,
.dark .btn-default.disabled:hover,
.dark .btn-default[disabled]:hover,
.dark fieldset[disabled] .btn-default:hover,
.dark .btn-default.disabled:focus,
.dark .btn-default[disabled]:focus,
.dark fieldset[disabled] .btn-default:focus,
.dark .btn-default.disabled:active,
.dark .btn-default[disabled]:active,
.dark fieldset[disabled] .btn-default:active,
.dark .btn-default.disabled.active,
.dark .btn-default[disabled].active,
.dark fieldset[disabled] .btn-default.active {
  color: #BBB;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1301, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .btn-default .badge {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 1303, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .btn-link:hover,
.dark .btn-link:focus {
  color: #EEE; }

/* line 1306, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .dropdown-menu {
  background-color: #333;
  border-color: #3F3F3F; }

/* line 1311, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 1313, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .dropdown-menu > li > a {
  color: #DDD; }

/* line 1315, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .dropdown-menu > li > a:hover,
.dark .dropdown-menu > li > a:focus {
  color: #EEE;
  background-color: rgba(255, 255, 255, 0.1); }

/* line 1321, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .input-group-addon,
.dark .input-group-btn .btn-default {
  color: #999;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.25); }

/* line 1328, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .input-group-btn .btn-default {
  color: #FFF; }

/* line 1330, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .input-group-btn .btn-default:hover {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 1332, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav > li > a:hover,
.dark .nav > li > a:focus,
.dark .nav .open > a,
.dark .nav .open > a:hover,
.dark .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 1338, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav .nav-divider {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 1340, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

/* line 1342, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav-tabs > li > a:hover {
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom: none; }

/* line 1347, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav-tabs.nav-justified > li > a:hover,
.dark .nav-tabs-justified > li > a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/* line 1350, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:hover,
.dark .nav-tabs > li.active > a:focus {
  color: #DDD;
  background-color: #383838;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-color: #383838; }

/* line 1359, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav-tabs.nav-justified > .active > a,
.dark .nav-tabs.nav-justified > .active > a:hover,
.dark .nav-tabs.nav-justified > .active > a:focus {
  border-color: rgba(255, 255, 255, 0.15); }

@media (min-width: 768px) {
  /* line 1364, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .nav-tabs.nav-justified > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.15); }
  /* line 1366, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .nav-tabs.nav-justified > .active > a,
  .dark .nav-tabs.nav-justified > .active > a:hover,
  .dark .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #383838; } }

/* line 1371, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .nav-tabs-justified > .active > a,
.dark .nav-tabs-justified > .active > a:hover,
.dark .nav-tabs-justified > .active > a:focus {
  border-color: rgba(255, 255, 255, 0.15); }

@media (min-width: 768px) {
  /* line 1376, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .nav-tabs-justified > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.15); }
  /* line 1378, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .nav-tabs-justified > .active > a,
  .dark .nav-tabs-justified > .active > a:hover,
  .dark .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #383838; } }

/* line 1383, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1388, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-brand {
  color: #EEE; }

/* line 1390, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-brand:hover,
.dark .navbar-default .navbar-brand:focus {
  color: #BBB; }

/* line 1393, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-text {
  color: #999; }

/* line 1395, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-nav > li > a {
  color: #BBB; }

/* line 1397, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-nav > li > a:hover,
.dark .navbar-default .navbar-nav > li > a:focus {
  color: #EEE;
  background-color: transparent; }

/* line 1403, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-nav > .active > a,
.dark .navbar-default .navbar-nav > .active > a:hover,
.dark .navbar-default .navbar-nav > .active > a:focus {
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.25); }

/* line 1410, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-nav > .disabled > a,
.dark .navbar-default .navbar-nav > .disabled > a:hover,
.dark .navbar-default .navbar-nav > .disabled > a:focus {
  color: #999; }

/* line 1414, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1416, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-toggle:hover,
.dark .navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.15); }

/* line 1419, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-toggle .icon-bar {
  background-color: #BBB; }

/* line 1421, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1424, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-nav > .open > a,
.dark .navbar-default .navbar-nav > .open > a:hover,
.dark .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.25);
  color: #EEE; }

@media (max-width: 767px) {
  /* line 1432, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #BBB; }
  /* line 1434, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #EEE; }
  /* line 1437, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: rgba(0, 0, 0, 0.25);
    color: #EEE; }
  /* line 1444, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999; } }

/* line 1449, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-link {
  color: #BBB; }

/* line 1451, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .navbar-default .navbar-link:hover {
  color: #EEE; }

/* line 1453, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pagination > li > a,
.dark .pagination > li > span,
.dark .pager li > a,
.dark .pager li > span {
  color: #BBB;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #666; }

/* line 1462, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pagination > li > a:hover,
.dark .pagination > li > span:hover,
.dark .pagination > li > a:focus,
.dark .pagination > li > span:focus,
.dark .pager li > a:hover,
.dark .pager li > a:focus {
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.1); }

/* line 1472, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .pagination > .disabled > span,
.dark .pagination > .disabled > span:hover,
.dark .pagination > .disabled > span:focus,
.dark .pagination > .disabled > a,
.dark .pagination > .disabled > a:hover,
.dark .pagination > .disabled > a:focus,
.dark .pager .disabled > a,
.dark .pager .disabled > a:hover,
.dark .pager .disabled > a:focus,
.dark .pager .disabled > span {
  color: #999;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #777; }

/* line 1487, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .label-default {
  background-color: rgba(255, 255, 255, 0.2); }

/* line 1489, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .label-default[href]:hover,
.dark .label-default[href]:focus {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 1492, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .badge {
  background-color: rgba(255, 255, 255, 0.2); }

/* line 1494, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.btn .badge {
  background-color: #FFF; }

/* line 1496, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .jumbotron {
  background-color: rgba(255, 255, 255, 0.15); }

/* line 1498, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .thumbnail {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1503, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .thumbnail .caption {
  color: #EEE; }

/* line 1505, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .progress {
  background-color: rgba(255, 255, 255, 0.15); }

/* line 1507, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #444; }

/* line 1512, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item {
  color: #BBB; }

/* line 1514, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item .list-group-item-heading {
  color: #DDD; }

/* line 1516, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item:hover,
.dark a.list-group-item:focus {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 1519, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item.active,
.dark a.list-group-item.active:hover,
.dark a.list-group-item.active:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

/* line 1527, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* line 1532, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-success {
  color: #3c763d; }

/* line 1534, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-success:hover,
.dark a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

/* line 1540, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-success.active,
.dark a.list-group-item-success.active:hover,
.dark a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

/* line 1548, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

/* line 1553, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-info {
  color: #31708f; }

/* line 1555, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-info:hover,
.dark a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

/* line 1561, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-info.active,
.dark a.list-group-item-info.active:hover,
.dark a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

/* line 1569, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 1574, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-warning {
  color: #8a6d3b; }

/* line 1576, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-warning:hover,
.dark a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

/* line 1582, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-warning.active,
.dark a.list-group-item-warning.active:hover,
.dark a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

/* line 1590, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 1595, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-danger {
  color: #a94442; }

/* line 1597, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-danger:hover,
.dark a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

/* line 1603, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark a.list-group-item-danger.active,
.dark a.list-group-item-danger.active:hover,
.dark a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

/* line 1611, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel {
  background-color: rgba(0, 0, 0, 0.2); }

/* line 1613, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel-footer {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 1618, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel > .panel-body + .table,
.dark .panel > .panel-body + .table-responsive {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 1621, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: rgba(255, 255, 255, 0.1); }

/* line 1623, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0.1); }

/* line 1625, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel-default {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1627, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel-default > .panel-heading {
  color: #DDD;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1633, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: rgba(255, 255, 255, 0.15); }

/* line 1635, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

/* line 1637, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .well {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1642, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .well blockquote {
  border-color: rgba(255, 255, 255, 0.15); }

/* line 1644, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .close {
  opacity: 1;
  color: rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

/* line 1650, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .close:hover,
.dark .close:focus {
  color: rgba(0, 0, 0, 0.4); }

/* line 1655, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .modal-content {
  border-color: #555; }

/* line 1657, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.15); }

/* line 1659, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.15); }

/* line 1661, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover {
  background-color: #282828;
  border-color: #494949; }

/* line 1665, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover-title {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.075); }

/* line 1669, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.top > .arrow {
  border-top-color: #494949; }

/* line 1671, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.top > .arrow:after {
  border-top-color: #282828; }

/* line 1673, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.right > .arrow {
  border-right-color: #494949; }

/* line 1675, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.right > .arrow:after {
  border-right-color: #282828; }

/* line 1677, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.bottom > .arrow {
  border-bottom-color: #494949; }

/* line 1679, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.bottom > .arrow:after {
  border-bottom-color: #282828; }

/* line 1681, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.left > .arrow {
  border-left-color: #494949; }

/* line 1683, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
.dark .popover.left > .arrow:after {
  border-left-color: #282828; }

@media (max-width: 991px) {
  /* line 1688, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .postcontent,
  .dark .postcontent.bothsidebar,
  .dark .sidebar {
    border-bottom-color: rgba(255, 255, 255, 0.1); }
  /* line 1692, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark #header.transparent-header,
  .dark #header.semi-transparent,
  #header.dark.transparent-header,
  #header.dark.semi-transparent {
    background-color: #333;
    border-bottom-color: rgba(255, 255, 255, 0.1); }
  /* line 1700, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark #primary-menu.mobile-menu-off-canvas:not(.not-dark) > ul,
  .dark #primary-menu.mobile-menu-off-canvas:not(.not-dark) > div > ul,
  #primary-menu.mobile-menu-off-canvas.dark > ul,
  #primary-menu.mobile-menu-off-canvas.dark > div > ul {
    background-color: #333;
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important; }
  /* line 1708, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark #primary-menu.mobile-menu-off-canvas.from-right:not(.not-dark) > ul,
  .dark #primary-menu.mobile-menu-off-canvas.from-right:not(.not-dark) > div > ul,
  #primary-menu.mobile-menu-off-canvas.from-right.dark > ul,
  #primary-menu.mobile-menu-off-canvas.from-right.dark > div > ul {
    border-right: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.05) !important; }
  /* line 1716, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark #primary-menu:not(.not-dark) ul li,
  .dark #primary-menu:not(.not-dark) ul ul,
  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
  .dark #primary-menu:not(.not-dark) ul ul li,
  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content ul ul,
  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul,
  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul,
  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul,
  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul,
  .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 li {
    border-top-color: rgba(255, 255, 255, 0.1) !important; }
  /* line 1727, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark #primary-menu:not(.not-dark) > ul > li.sub-menu > a,
  .dark #primary-menu:not(.not-dark) > .container > ul > li.sub-menu > a {
    background-image: url("../images/icons/submenu-dark.png"); }
  /* line 1730, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul li,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content ul ul,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-2 > ul,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-3 > ul,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-4 > ul,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-5 > ul,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.style-2 li {
    border-top-color: #EEE !important; }
  /* line 1741, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #1ABC9C !important; }
  /* line 1746, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
    color: #444 !important; }
  /* line 1752, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/dark.scss */
  .dark .pricing-box.pricing-extended .pricing-action-area {
    border-top-color: rgba(255, 255, 255, 0.15); } }

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
  /* line 8, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  canvas {
    max-width: 100%;
    height: auto !important; }
  /* line 13, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .promo h3 {
    font-size: 20px; }
  /* line 15, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .promo > span,
  .promo > .container > span {
    font-size: 15px; }
  /* line 18, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .promo-uppercase h3 {
    font-size: 19px; }
  /* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .promo-uppercase > span,
  .promo-uppercase > .container > span {
    font-size: 14px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 28, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #wrapper {
    width: 1000px; }
  /* line 30, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header.floating-header .container {
    width: 1030px;
    padding: 0 30px; }
  /* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header.floating-header.sticky-header .container {
    width: 970px;
    padding: 0 15px; }
  /* line 40, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.sub-title ul > li > a {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 45, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li.mega-menu .mega-menu-content,
  .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: 940px; }
  /* line 48, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: 1030px; }
  /* line 50, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .ei-slider {
    height: 450px; }
  /* line 52, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent {
    width: 690px; }
  /* line 53, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent.bothsidebar {
    width: 440px; }
  /* line 54, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sidebar {
    width: 210px; }
  /* line 56, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sidebar .widget iframe {
    width: 210px !important; }
  /* line 58, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .team.team-list .team-image {
    width: 200px; }
  /* line 60, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .testi-image,
  .testi-image a,
  .testi-image img,
  .testi-image i {
    display: block;
    width: 36px;
    height: 36px; }
  /* line 69, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .testi-image i {
    line-height: 36px;
    font-size: 20px; }
  /* ----------------------------------------------------------------
	Portfolio
	-----------------------------------------------------------------*/
  /* Portfolio - Sidebar
	-----------------------------------------------------------------*/
  /* line 81, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-item {
    width: 50%; }
  /* Portfolio - Both Sidebars - Items - 2 Columns
	-----------------------------------------------------------------*/
  /* line 86, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio.portfolio-3 {
    margin: 0 -20px -20px 0; }
  /* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-3 .portfolio-item {
    padding: 0 20px 20px 0; }
  /* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/
  /* line 93, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-item .portfolio-image,
  .portfolio-1 .portfolio-item .portfolio-image a,
  .portfolio-1 .portfolio-item .portfolio-image img {
    width: 560px;
    height: 311px; }
  /* line 100, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-desc {
    width: 340px; }
  /* line 102, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-shuffle,
  .postcontent .portfolio-1 .iconlist {
    display: none; }
  /* line 105, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent .portfolio-1 .portfolio-item .portfolio-image,
  .postcontent .portfolio-1 .portfolio-item .portfolio-image a,
  .postcontent .portfolio-1 .portfolio-item .portfolio-image img {
    width: 400px;
    height: 222px; }
  /* line 112, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent .portfolio-1 .portfolio-desc {
    width: 250px;
    padding: 0; }
  /* line 117, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-1 .portfolio-item {
    width: 100% !important; }
  /* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-desc {
    float: none;
    margin: 0 !important; }
  /* line 125, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
    margin-bottom: 20px !important; }
  /* line 127, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto; }
  /* line 134, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .portfolio-1 .portfolio-desc {
    width: 100%;
    padding: 0; }
  /* line 139, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .entry-title h2 {
    font-size: 19px;
    font-weight: 600; }
  /* line 144, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .entry-meta li {
    margin-right: 10px; }
  /* Blog - Small
	-----------------------------------------------------------------*/
  /* line 150, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent .small-thumbs .entry-image {
    width: 200px; }
  /* line 152, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .small-thumbs .entry-image {
    width: 120px; }
  /* Blog - Grid
	-----------------------------------------------------------------*/
  /* line 157, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid .entry {
    width: 214px; }
  /* Blog - Grid - 3 Columns
	-----------------------------------------------------------------*/
  /* line 162, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid.grid-3 .entry {
    width: 293px; }
  /* Blog - Grid - 3 Columns - Sidebar
	-----------------------------------------------------------------*/
  /* line 168, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent .post-grid.grid-3 .entry {
    width: 213px; }
  /* Blog - Grid - 2 Columns
	-----------------------------------------------------------------*/
  /* line 173, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid.grid-2 .entry {
    width: 450px; }
  /* Blog - Grid - 2 Columns - Sidebar
	-----------------------------------------------------------------*/
  /* line 178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent .post-grid.grid-2 .entry {
    width: 325px; }
  /* Blog - Grid - 2 Columns - Both Sidebar
	-----------------------------------------------------------------*/
  /* line 183, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .post-grid.grid-2 .entry {
    width: 200px; }
  /* line 186, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-timeline .entry {
    width: 400px !important; }
  /* line 188, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-timeline .entry.entry-date-section {
    width: 100% !important; }
  /* Blog - Medium Post List
	-----------------------------------------------------------------*/
  /* line 194, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .mpost .entry-image,
  .mpost .entry-image a,
  .mpost .entry-image img,
  .mpost .entry-image i {
    width: 120px;
    height: 90px; }
  /* line 202, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .mpost .entry-image a i {
    line-height: 90px; }
  /* line 204, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .col_one_third .landing-wide-form .heading-block h2 {
    font-size: 32px; }
  /* line 206, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .col_one_third .landing-wide-form .heading-block span {
    font-size: 17px; }
  /* line 208, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .col_one_third .landing-wide-form {
    padding: 36px 30px; }
  /* Shop - 1 Column - Both Sidebar
	-----------------------------------------------------------------*/
  /* line 214, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bothsidebar .product-1 .product-image {
    width: 200px;
    height: 267px; }
  /* line 219, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .product-title h3 {
    font-size: 18px; }
  /* line 221, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .landing-video {
    width: 465px;
    height: 262px;
    margin: 19px 0 0 75px; }
  /* line 227, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .panel .portfolio-meta li {
    padding-left: 22px; }
  /* line 229, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .panel .portfolio-meta li span {
    display: block;
    margin-left: -21px; }
  /* line 234, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-single-image-full.portfolio-single-thumbs,
  .portfolio-single-image-full .swiper-container {
    height: 400px; }
  /* line 237, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bnews-slider {
    width: 817px; }
  /* line 239, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .landing-form-overlay {
    bottom: -142px; }
  /* line 241, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption {
    left: 50px !important; } }

@media (max-width: 991px) {
  /* line 248, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none; }
  /* line 254, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.full-header .container,
  .container-fullwidth {
    padding: 0 15px !important;
    margin: 0 auto;
    width: 750px !important; }
  /* line 261, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .container.vertical-middle {
    width: 100% !important; }
  /* line 263, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .vertical-middle + .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  /* line 271, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent,
  .postcontent.bothsidebar,
  .sidebar {
    width: 100%;
    margin-right: 0;
    float: none !important;
    margin-bottom: 40px !important;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEE; }
  /* line 282, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sidebar.col_last {
    float: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: 0; }
  /* line 289, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header,
  #header-wrap,
  #header.sticky-style-2,
  #header.sticky-style-3,
  #header.sticky-style-2 #header-wrap,
  #header.sticky-style-3 #header-wrap {
    height: auto !important; }
  /* line 296, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.sticky-style-2 #header-wrap,
  #header.sticky-style-3 #header-wrap {
    min-height: 60px; }
  /* line 299, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.sticky-header #header-wrap {
    position: relative; }
  /* line 301, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header,
  #header.semi-transparent {
    background: #FFF;
    border-bottom: 1px solid #F5F5F5;
    z-index: auto; }
  /* line 308, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.dark.transparent-header,
  #header.dark.semi-transparent {
    background-color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 314, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header.floating-header {
    margin-top: 0; }
  /* line 316, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header.floating-header .container {
    width: 750px;
    padding: 0 15px;
    border-radius: 0; }
  /* line 322, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header + #slider,
  #header.transparent-header + #page-title.page-title-parallax,
  #slider + #header.transparent-header,
  #header.transparent-header.floating-header + #slider,
  #header.transparent-header + #google-map {
    top: 0;
    margin-bottom: 0; }
  /* line 331, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-parallax .slider-parallax-inner {
    position: relative; }
  /* line 333, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header + #page-title.page-title-parallax .container {
    padding-top: 0; }
  /* line 335, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header-trigger,
  .top-advert,
  .header-extras {
    display: none; }
  /* line 339, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #logo {
    display: block;
    height: 100px;
    float: none;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important; }
  /* line 350, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #logo a.standard-logo {
    display: inline-block; }
  /* line 352, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu {
    display: block;
    float: none; }
  /* line 357, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 25px;
    margin-top: 0;
    left: 0;
    z-index: 1; }
  /* line 366, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu .container #primary-menu-trigger {
    top: 5px;
    left: 0; }
  /* line 371, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu > ul,
  #primary-menu > div > ul {
    display: none;
    float: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  /* line 383, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu > div > ul {
    margin-top: 60px !important; }
  /* line 385, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body:not(.top-search-open) #primary-menu-trigger {
    opacity: 1;
    -webkit-transition: opacity .2s .2s ease, top .4s ease;
    -o-transition: opacity .2s .2s ease, top .4s ease;
    transition: opacity .2s .2s ease, top .4s ease; }
  /* line 392, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body.top-search-open #primary-menu-trigger {
    opacity: 0; }
  /* line 394, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body.side-push-panel #side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 2px; }
  /* line 411, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.style-5 > ul {
    padding-right: 0;
    margin-right: 0;
    border-right: 0; }
  /* line 417, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li {
    float: none;
    margin: 0 !important;
    text-align: left !important;
    border-top: 1px solid #EEE; }
  /* line 424, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.split-menu #primary-menu:not(.mobile-menu-off-canvas) > ul:not(:first-child) > li:first-child {
    border-top: 1px solid #EEE; }
  /* line 426, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li:first-child {
    border-top: 0; }
  /* line 428, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul > li > a,
  #primary-menu.style-2 > div > ul > li > a {
    padding: 14px 5px !important;
    border: none !important;
    margin: 0 !important; }
  /* line 435, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.style-5 > ul > li > a > div {
    line-height: 22px; }
  /* line 437, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.style-5 > ul > li > a > div i {
    display: inline-block;
    margin: 0 6px 0 0;
    top: -1px;
    width: 16px;
    font-size: 14px;
    line-height: inherit; }
  /* line 446, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.style-6 > ul > li > a:after,
  #primary-menu.style-6 > ul > li.current > a:after {
    display: none; }
  /* line 449, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.sub-title > ul > li,
  #primary-menu.sub-title.style-2 > div > ul > li {
    background: none !important;
    margin-left: 0; }
  /* line 455, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.sub-title > ul > li > a,
  #primary-menu.sub-title > div > ul > li > a {
    line-height: 22px;
    font-size: 13px;
    border-top: none; }
  /* line 462, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.sub-title ul li > a span {
    display: none !important; }
  /* line 464, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu.sub-title ul li:hover > a,
  #primary-menu.sub-title ul li.current > a,
  #primary-menu.sub-title div ul > li:hover > a,
  #primary-menu.sub-title div ul > li.current > a,
  #primary-menu.style-3 ul li:hover > a,
  #primary-menu.style-3 ul li.current > a {
    background-color: transparent !important;
    color: #444;
    text-shadow: none; }
  /* line 475, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child {
    display: none; }
  /* line 477, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu > ul > li.sub-menu > a,
  #primary-menu > .container > ul > li.sub-menu > a {
    background-image: url("/images/icons/submenu.png");
    background-position: right center;
    background-repeat: no-repeat; }
  /* line 484, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li.mega-menu {
    position: relative; }
  /* line 486, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul ul:not(.mega-menu-column),
  #primary-menu ul li .mega-menu-content {
    position: relative;
    width: auto;
    max-width: none;
    background: transparent !important;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #EEE;
    z-index: 1;
    top: 0;
    padding-left: 15px; }
  /* line 500, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content {
    padding-left: 0; }
  /* line 502, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul ul:not(.mega-menu-column) ul {
    top: 0 !important;
    left: 0; }
  /* line 507, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
  #primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: 0;
    right: 0; }
  /* line 513, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 0; }
  /* line 515, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul ul li {
    float: none;
    margin: 0;
    border-top: 1px solid #EEE; }
  /* line 521, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul ul li > a {
    padding: 11px 5px !important;
    font-size: 16px;
    text-transform: none;
    font-weight: 400; }
  /* line 528, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul ul li:hover > a {
    background-color: transparent !important;
    font-weight: 600;
    padding-left: 5px;
    color: #1ABC9C; }
  /* line 535, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content,
  #primary-menu ul li.mega-menu-small .mega-menu-content,
  #primary-menu ul li.mega-menu .mega-menu-content,
  .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,
  .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: auto;
    margin: 0;
    top: 0; }
  /* line 545, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,
  #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: auto !important;
    margin: 0 !important; }
  /* line 551, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0; }
  /* line 553, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content ul {
    display: block !important;
    position: relative;
    opacity: 1 !important;
    top: 0;
    left: 0;
    min-width: inherit; }
  /* line 562, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content ul ul {
    border-top: 1px solid #EEE; }
  /* line 564, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: none;
    width: auto;
    margin: 0;
    border-left: 0 !important;
    padding-left: 15px;
    border-top: 1px solid #EEE; }
  /* line 573, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
    border: 0; }
  /* line 575, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content ul {
    width: 100% !important; }
  /* line 577, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 0 0 0 15px; }
  /* line 579, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
    margin: 0; }
  /* line 581, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: none !important;
    padding: 11px 5px !important;
    line-height: 22px !important;
    color: #444 !important; }
  /* line 590, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
    background-color: transparent;
    color: #1ABC9C !important; }
  /* line 595, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
    color: #1ABC9C !important; }
  /* line 597, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 li {
    border-top: 1px solid #EEE; }
  /* line 599, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 li:first-child {
    border-top: 0; }
  /* line 601, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover {
    padding-left: 5px; }
  /* line 603, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .mega-menu-column .widget {
    padding: 30px 0;
    margin: 0 !important; }
  /* line 608, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search {
    margin: 0 !important; }
  /* line 610, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search a,
  #top-cart,
  #side-panel-trigger,
  #top-account {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    margin: 40px 0;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease; }
  /* line 624, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu > div > #top-search a,
  #primary-menu > div > #top-cart,
  #primary-menu > div > #side-panel-trigger {
    margin: 20px 0 !important; }
  /* line 628, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu {
    position: relative; }
  /* line 630, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu a {
    background-image: none !important; }
  /* line 632, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 50px;
    line-height: 51px;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0 !important;
    text-align: center !important; }
  /* line 645, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
    display: none; }
  /* line 647, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
    margin: 0 !important; }
  /* line 649, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger {
    text-align: center !important;
    height: 45px;
    line-height: 45px; }
  /* line 655, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i {
    display: inline-block;
    line-height: 45px; }
  /* line 660, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.sticky-style-3 #top-cart .top-cart-content {
    top: 40px; }
  /* line 662, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search a {
    right: 43px; }
  /* line 664, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search form {
    height: 100px !important; }
  /* line 666, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #primary-menu > div > #top-search form {
    height: 60px !important; }
  /* line 668, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search form input {
    font-size: 24px; }
  /* line 670, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #side-panel-trigger {
    right: 71px; }
  /* line 672, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-account {
    margin: 33px 0 32px;
    right: 75px; }
  /* line 677, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-account a.btn span {
    display: none; }
  /* line 679, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
    position: relative !important;
    top: 0 !important; }
  /* line 684, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-submenu-trigger {
    opacity: 1;
    pointer-events: auto;
    color: #FFF; }
  /* line 690, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu.pagemenu-active #page-submenu-trigger {
    background-color: rgba(0, 0, 0, 0.2); }
  /* line 692, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu nav {
    display: none;
    position: absolute;
    float: none;
    width: 200px;
    top: 43px;
    left: auto;
    right: 15px;
    height: auto;
    background-color: #1ABC9C;
    z-index: 11; }
  /* line 705, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu.pagemenu-active nav {
    display: block; }
  /* line 707, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu nav ul {
    height: auto;
    background-color: rgba(0, 0, 0, 0.2); }
  /* line 712, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu nav li {
    float: none; }
  /* line 714, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu nav li a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    border-radius: 0; }
  /* line 722, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu ul ul {
    position: relative;
    width: auto;
    top: 0;
    background-color: transparent; }
  /* line 729, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-menu ul ul a {
    padding-left: 25px; }
  /* Responsive Sticky Header
	-----------------------------------------------------------------*/
  /* line 735, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sticky-responsive-menu #header {
    min-height: 100px;
    -webkit-transition: min-height .4s ease;
    -o-transition: min-height .4s ease;
    transition: min-height .4s ease; }
  /* line 742, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sticky-responsive-menu #header-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  /* line 747, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sticky-responsive-menu #header.sticky-style-2,
  .sticky-responsive-menu #header.sticky-style-3 {
    min-height: 160px; }
  /* line 750, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sticky-responsive-menu.device-touch #header,
  .sticky-responsive-menu.device-touch #header-wrap,
  .sticky-responsive-menu.device-touch #logo,
  .sticky-responsive-menu.device-touch #logo img,
  .sticky-responsive-menu.device-touch #top-search a,
  .sticky-responsive-menu.device-touch #primary-menu-trigger,
  .sticky-responsive-menu.device-touch #top-cart,
  .sticky-responsive-menu.device-touch #side-panel-trigger,
  .sticky-responsive-menu.device-touch #top-account {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  /* line 764, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
    min-height: 60px; }
  /* line 766, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    -webkit-backface-visibility: hidden; }
  /* line 777, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header:not(.static-sticky) #logo,
  .responsive-sticky-header:not(.static-sticky) #logo img {
    height: 60px; }
  /* line 780, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
    top: 5px; }
  /* line 782, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header #primary-menu > ul,
  .responsive-sticky-header #primary-menu > .container > ul {
    max-height: 300px;
    overflow-y: scroll; }
  /* line 788, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header #primary-menu > ul,
  .responsive-sticky-header #primary-menu > .container > ul {
    margin-bottom: 20px !important; }
  /* line 791, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header:not(.static-sticky) #top-search a,
  .responsive-sticky-header:not(.static-sticky) #top-cart,
  .responsive-sticky-header:not(.static-sticky) #side-panel-trigger {
    margin: 20px 0; }
  /* line 795, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header:not(.static-sticky) #top-search form {
    height: 60px !important; }
  /* line 797, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content {
    top: 40px; }
  /* Off Canvas Menu
	-----------------------------------------------------------------*/
  /* line 803, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
    position: fixed;
    display: block;
    z-index: 499;
    width: 280px;
    height: 100%;
    height: calc(100vh);
    max-height: none !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 35px 25px 60px !important;
    background-color: #FFF;
    border-right: 1px solid #EEE !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d; }
  /* line 827, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > ul,
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > div > ul {
    left: auto !important;
    right: 0;
    border-right: 0 !important;
    border-left: 1px solid #EEE !important;
    -webkit-transform: translate3d(280px, 0, 0);
    -o-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); }
  /* line 838, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
    -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
    transition: transform .3s ease-in-out, opacity .2s ease !important; }
  /* line 845, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul.show,
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul.show {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  /* line 853, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .ei-slider {
    height: 350px; }
  /* line 855, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .ei-title h3 {
    display: none; }
  /* Portfolio - Items
	-----------------------------------------------------------------*/
  /* line 860, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio .portfolio-item {
    width: 33.33333333%; }
  /* Portfolio - Items - 2 Columns - No Margin
	-----------------------------------------------------------------*/
  /* line 865, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-2 .portfolio-item {
    width: 50%; }
  /* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/
  /* line 870, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-item {
    width: 100%; }
  /* line 872, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-item .portfolio-image {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important; }
  /* line 878, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-item .portfolio-image,
  .portfolio-1 .portfolio-item .portfolio-image a,
  .portfolio-1 .portfolio-item .portfolio-image img,
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto; }
  /* line 888, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-desc {
    width: 100%; }
  /* Portfolio - Items - 1 Column - Full Width
	-----------------------------------------------------------------*/
  /* line 893, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px 0; }
  /* line 895, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
    overflow: hidden; }
  /* line 902, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
    float: none;
    margin: 0 0 20px 0 !important; }
  /* line 907, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  /* line 913, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img,
  .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 922, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-desc,
  .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    left: 0;
    right: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  /* line 936, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 50%; }
  /* line 938, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 50%; }
  /* line 943, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
  .device-touch .portfolio-parallax .portfolio-overlay {
    opacity: 1; }
  /* line 946, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .shop-quick-view-ajax,
  .portfolio-ajax-modal {
    width: 90% !important; }
  /* line 950, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .small-thumbs .entry-title h2,
  .ievent .entry-title h2 {
    font-size: 18px; }
  /* line 953, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .entry-meta li {
    font-size: 12px;
    margin: 0 10px 10px 0; }
  /* Blog - Grid
	-----------------------------------------------------------------*/
  /* line 962, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid {
    margin-right: -20px; }
  /* line 964, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid .entry {
    width: 226px;
    margin-right: 20px; }
  /* Blog - Grid - 3 Columns
	-----------------------------------------------------------------*/
  /* line 972, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid.grid-2,
  .post-grid.grid-3 {
    margin-right: -30px; }
  /* line 975, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid.grid-2 .entry,
  .post-grid.grid-3 .entry {
    width: 345px;
    margin-right: 30px; }
  /* line 982, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-masonry-full .entry {
    width: 33.30% !important; }
  /* line 984, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-masonry-full.grid-3 .entry {
    width: 50% !important; }
  /* line 986, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-timeline .entry {
    width: 290px !important; }
  /* line 988, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-timeline .entry.entry-date-section {
    width: 100% !important; }
  /* line 992, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .product {
    width: 33.33333333%; }
  /* line 994, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .product:not(.product-2):not(.product-3) .product-title h3 {
    font-size: 18px; }
  /* line 996, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .pricing [class^=col-md-] .pricing-box.best-price {
    margin-top: 0; }
  /* line 998, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .pricing.pricing-5 .pricing-box.best-price {
    margin-top: 20px; }
  /* line 1000, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .device-sm .pricing.pricing-5 .pricing-title h3,
  .device-sm .pricing.pricing-5 .best-price .pricing-title h3 {
    font-size: 14px; }
  /* line 1003, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .device-sm .pricing.pricing-5 .pricing-title span {
    font-size: 12px; }
  /* line 1005, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .device-sm .pricing.pricing-5 .pricing-price {
    font-size: 48px; }
  /* line 1007, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .device-sm .pricing.pricing-5 .pricing-price span {
    font-size: 20px; }
  /* line 1009, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .device-sm .pricing.pricing-5 .pricing-price span.price-tenure {
    font-size: 12px; }
  /* line 1011, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title {
    padding: 15px 0; }
  /* line 1013, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .pricing-box.pricing-extended .pricing-desc,
  .pricing-box.pricing-extended .pricing-action-area {
    position: relative;
    float: none;
    width: auto;
    padding: 25px; }
  /* line 1021, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .pricing-box.pricing-extended .pricing-action-area {
    height: auto;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 0 3px 3px; }
  /* line 1028, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .testimonials-grid.grid-3 li {
    width: 50%; }
  /* line 1030, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .section > .testimonial {
    padding: 0 40px !important;
    max-width: none; }
  /* line 1035, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .promo:not(.promo-full) {
    padding: 30px 20px !important; }
  /* line 1037, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .promo.promo-dark h3 {
    line-height: 1.6; }
  /* line 1039, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .promo a.button {
    position: relative !important;
    top: 0 !important;
    margin: 20px 0 0 !important;
    left: 0 !important;
    right: 0; }
  /* line 1047, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #contact-form-overlay-mini {
    float: none;
    width: auto;
    max-width: 380px;
    margin: 0 auto; }
  /* line 1054, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-full {
    font-size: 22px; }
  /* line 1056, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-full i {
    top: 3px !important; }
  /* line 1058, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bnews-title {
    float: none;
    display: inline-block; }
  /* line 1063, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .bnews-slider {
    float: none;
    margin: 10px 0 0;
    width: 100%; }
  /* line 1070, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .error404 {
    font-size: 180px; }
  /* line 1072, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .landing-form-overlay {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: auto;
    left: 50%;
    margin-left: -200px;
    bottom: 0; }
  /* line 1082, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption {
    left: 50px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1089, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 600px !important; }
  /* line 1092, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sidebar-widgets-wrap {
    position: relative;
    margin: 0 -38px -40px 0; }
  /* line 1097, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sidebar-widgets-wrap .widget {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 340px;
    margin: 0 37px 40px 0;
    padding-top: 0;
    border-top: 0; }
  /* line 1107, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .landing-video {
    width: 352px;
    height: 199px;
    margin: 14px 0 0 60px; }
  /* line 1113, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption {
    left: 50px !important; } }

@media (max-width: 767px) {
  /* line 1120, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  body {
    padding: 0 !important; }
  /* line 1122, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #wrapper {
    width: 100% !important; }
  /* line 1124, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .container-fullwidth {
    margin: 0 auto;
    padding: 0 15px !important; }
  /* line 1129, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  h1 {
    font-size: 28px; }
  /* line 1131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  h2 {
    font-size: 24px; }
  /* line 1133, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  h3 {
    font-size: 20px; }
  /* line 1135, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  h4 {
    font-size: 16px; }
  /* line 1137, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .one-page-arrow {
    display: none !important; }
  /* line 1139, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-bar {
    height: auto; }
  /* line 1141, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-bar .col_half {
    width: 100%;
    margin-bottom: 0 !important; }
  /* line 1146, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .top-links,
  .top-links > ul > li {
    float: none !important; }
  /* line 1149, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .top-links > ul {
    text-align: center; }
  /* line 1151, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .top-links > ul > li {
    display: inline-block; }
  /* line 1153, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .top-links > ul > li {
    margin-right: -4px; }
  /* line 1155, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .top-links ul ul,
  .top-links ul div.top-link-section {
    text-align: left; }
  /* line 1158, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .top-links ul div.top-link-section {
    left: auto;
    right: 0;
    padding: 20px 15px; }
  /* line 1164, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-social,
  #slider:not(.swiper_wrapper) .slider-caption,
  .nivo-caption,
  .flex-caption,
  .camera_caption,
  .ei-title,
  .slider-arrow-top-sm,
  .slider-arrow-bottom-sm {
    display: none !important; }
  /* line 1175, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption {
    left: 50px !important; }
  /* line 1177, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption .h2 {
    margin-bottom: 5px !important; }
  /* line 1178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption p {
    font-size: 22px; }
  /* line 1179, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption .button {
    margin: 0;
    padding: 0 16px;
    text-shadow: none; }
  /* line 1181, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .flex-control-nav li {
    opacity: 1 !important; }
  /* line 1183, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
    height: 60px; }
  /* line 1185, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 80px !important;
    height: 60px !important; }
  /* line 1192, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent,
  .postcontent.bothsidebar,
  .sidebar,
  .col_full,
  .col_half,
  .col_one_third,
  .col_two_third,
  .col_three_fourth,
  .col_one_fourth,
  .col_one_fifth,
  .col_two_fifth,
  .col_three_fifth,
  .col_four_fifth,
  .col_one_sixth,
  .col_five_sixth {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px !important; }
  /* line 1213, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .sidebar.col_last {
    margin-bottom: 0 !important; }
  /* line 1215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  form .col_full,
  form .col_half,
  form .col_one_third,
  form .col_two_third,
  form .col_three_fourth,
  form .col_one_fourth,
  form .col_one_fifth,
  form .col_two_fifth,
  form .col_three_fifth,
  form .col_four_fifth,
  form .col_one_sixth,
  form .col_five_sixth {
    margin-bottom: 25px !important; }
  /* line 1229, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-title {
    padding: 20px 0 25px;
    text-align: center; }
  /* line 1234, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-title h1 {
    line-height: 1.5;
    font-size: 24px; }
  /* line 1239, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-title .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 15px 0 0 !important; }
  /* line 1247, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #page-title #portfolio-navigation,
  #portfolio-ajax-title #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px auto 0; }
  /* line 1255, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #portfolio-ajax-title {
    text-align: center; }
  /* Portfolio - Filter
	-----------------------------------------------------------------*/
  /* line 1261, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-filter {
    border: none;
    border-radius: 0;
    margin-bottom: 20px; }
  /* line 1267, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-filter li {
    width: 33.33%;
    margin: 0 0 20px 0 !important; }
  /* line 1272, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-filter li a {
    text-align: center;
    border-left: none;
    padding: 12px 18px !important;
    border-radius: 2px !important; }
  /* line 1279, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-filter li a:hover {
    color: #1ABC9C; }
  /* line 1281, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-filter li.activeFilter a {
    color: #FFF;
    margin: 0; }
  /* line 1286, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-filter.style-2 li a,
  .portfolio-filter.style-3 li a {
    border-radius: 22px !important; }
  /* line 1289, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-shuffle {
    display: none; }
  /* Blog
	-----------------------------------------------------------------*/
  /* line 1295, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .small-thumbs .entry-image,
  .ievent .entry-image {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important; }
  /* line 1302, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .entry-title h2,
  .post-grid .entry-title h2 {
    font-size: 18px !important;
    font-weight: 600; }
  /* line 1308, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .entry-meta li {
    font-size: 11px;
    margin: 0 10px 10px 0; }
  /* line 1313, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #posts .entry-meta li i {
    display: none; }
  /* line 1315, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #posts.post-grid .entry-meta li i,
  #posts .entry-meta li:last-child i {
    display: inline-block; }
  /* line 1318, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid {
    margin-right: 0 !important; }
  /* line 1320, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid .entry,
  .post-masonry-full.grid-3 .entry {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    border-right: 0 !important; }
  /* line 1328, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-timeline .entry.entry-date-section {
    margin-left: 0; }
  /* line 1330, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .timeline-border,
  .post-timeline .entry-timeline {
    display: none !important; }
  /* line 1333, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .postcontent .post-timeline {
    padding-left: 0; }
  /* line 1335, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-masonry-full .entry {
    padding: 40px !important; }
  /* line 1337, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .product-1 .product {
    width: 100%; }
  /* line 1339, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .product-1 .product-image {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px !important; }
  /* line 1346, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .product-1 .product-title h3 {
    font-size: 19px; }
  /* line 1348, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .product-1 p {
    display: none; }
  /* line 1351, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .pricing-box.best-price {
    margin-top: 0; }
  /* line 1353, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .pricing.pricing-5 .pricing-box {
    float: none;
    width: 100%; }
  /* line 1358, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .pricing-box.pricing-extended .pricing-features li {
    width: auto;
    float: none; }
  /* line 1363, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  table.cart .quantity {
    display: block; }
  /* line 1365, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  table.cart .quantity .qty,
  table.cart .quantity .plus,
  table.cart .quantity .minus {
    float: none;
    width: 100%; }
  /* line 1372, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  table.cart .quantity .qty {
    border: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD; }
  /* line 1378, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-desc {
    padding: 20px 17px;
    font-size: 15px;
    max-width: 100%; }
  /* line 1384, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-desc span {
    font-size: 11px; }
  /* line 1386, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .process-steps li {
    float: none;
    width: auto !important;
    margin-top: 20px; }
  /* line 1392, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .process-steps li:first-child {
    margin-top: 0; }
  /* line 1394, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .process-steps li h5 {
    margin: 10px 0 0 0; }
  /* line 1396, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .process-steps li:before,
  .process-steps li:after {
    display: none; }
  /* line 1400, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .tabs-responsive .tab-container {
    padding: 0 !important; }
  /* line 1402, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .tabs-responsive .tab-container:not(.accordion-border) {
    border: 0; }
  /* line 1404, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .testimonials-grid li {
    float: none;
    width: auto !important;
    padding-left: 0;
    padding-right: 0; }
  /* line 1411, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .team.team-list .team-image {
    float: none;
    width: 100%;
    margin-right: 0; }
  /* line 1417, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .team.team-list .team-title {
    margin-top: 15px; }
  /* line 1419, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .title-block {
    padding: 2px 0 3px 15px;
    border-left-width: 5px; }
  /* line 1424, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .title-block-right {
    padding: 2px 15px 3px 0;
    border-right-width: 5px; }
  /* line 1429, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .title-block h1 + span {
    font-size: 18px; }
  /* line 1431, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .title-block h2 + span {
    font-size: 17px; }
  /* line 1433, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .title-block h3 + span {
    font-size: 15px; }
  /* line 1435, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .title-block h4 + span {
    font-size: 13px; }
  /* line 1437, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block h1 {
    font-size: 30px; }
  /* line 1439, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block h2 {
    font-size: 26px; }
  /* line 1441, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block h3 {
    font-size: 22px; }
  /* line 1443, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block h4 {
    font-size: 19px; }
  /* line 1445, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block h1 + span {
    font-size: 20px; }
  /* line 1447, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block h2 + span {
    font-size: 18px; }
  /* line 1449, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block h3 + span,
  .heading-block h4 + span {
    font-size: 17px; }
  /* line 1452, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .heading-block ~ p:not(.lead) {
    font-size: 15px; }
  /* line 1454, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .emphasis-title h1,
  .emphasis-title h2 {
    font-size: 44px !important; }
  /* line 1458, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .news-carousel .overlay {
    display: none; }
  /* Copyrights
	-----------------------------------------------------------------*/
  /* line 1464, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #copyrights .col_half {
    text-align: center; }
  /* line 1466, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #copyrights .col_half:last-child {
    display: none; }
  /* line 1468, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #copyrights .footer-logo {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 1477, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .container,
  #header.full-header .container,
  .container-fullwidth {
    width: 470px !important; }
  /* line 1481, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .container.vertical-middle {
    width: 100% !important; }
  /* line 1483, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .full-screen:not(.force-full-screen) .container.vertical-middle {
    width: 470px !important; }
  /* line 1485, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search form input {
    padding-right: 60px; }
  /* line 1487, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .swiper_wrapper:not(.force-full-screen),
  .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 500px !important; }
  /* line 1490, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .swiper_wrapper .slider-caption .h2 {
    font-size: 40px; }
  /* line 1492, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .ei-slider {
    height: 250px; }
  /* line 1494, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header.floating-header .container {
    width: 470px;
    padding: 0 15px; }
  /* Portfolio - Items
	-----------------------------------------------------------------*/
  /* line 1502, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) {
    margin: 0 -6px -6px 0; }
  /* line 1504, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) .portfolio-item {
    padding: 0 6px 6px 0; }
  /* Portfolio - Items - 5 & 6 Columns
	-----------------------------------------------------------------*/
  /* line 1509, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) .portfolio-item {
    width: 50%; }
  /* Portfolio - Items - Descriptions
	-----------------------------------------------------------------*/
  /* line 1514, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) .portfolio-desc {
    padding: 15px 5px 10px; }
  /* line 1516, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) .portfolio-desc h3 {
    font-size: 16px; }
  /* line 1518, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) .portfolio-desc span {
    font-size: 14px; }
  /* line 1520, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-notitle:not(.portfolio-1) .portfolio-desc {
    height: 78px;
    padding: 15px 5px;
    bottom: -79px; }
  /* line 1526, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc,
  .portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
    bottom: -78px;
    border-bottom: 0; }
  /* Portfolio - Items - Overlay
	-----------------------------------------------------------------*/
  /* line 1535, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon,
  .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon,
  .portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon,
  .portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon {
    margin-top: -55px !important; }
  /* line 1540, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a {
    margin: 20px 0 0 !important; }
  /* line 1542, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon {
    margin-left: 5px !important;
    margin-right: 0 !important; }
  /* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/
  /* line 1550, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-item .portfolio-image {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important; }
  /* line 1556, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1 .portfolio-desc {
    width: 100%; }
  /* Portfolio - Items - 1 Column - Full Width
	-----------------------------------------------------------------*/
  /* line 1561, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px 0; }
  /* line 1563, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
    overflow: hidden; }
  /* line 1570, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 50%; }
  /* line 1572, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 50%; }
  /* line 1577, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio.portfolio-nomargin,
  .portfolio.portfolio-full {
    margin: 0 !important; }
  /* line 1580, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid:not(.post-masonry) .entry-image iframe {
    height: 246px; }
  /* line 1582, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .shop:not(.product-1) {
    margin: 0 -12px -12px 0; }
  /* line 1584, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .shop:not(.product-1) .product {
    padding: 0 12px 12px 0;
    width: 50%; }
  /* line 1589, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .shop:not(.product-1) .product-title h3 {
    font-size: 17px; }
  /* line 1591, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .clients-grid:not(.grid-3):not(.grid-2) li,
  .clients-grid.grid-4 li,
  .clients-grid.grid-6 li {
    width: 33.33%; }
  /* line 1595, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-full {
    font-size: 18px; }
  /* line 1597, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-full i {
    top: 2px !important;
    margin-left: 3px !important; }
  /* line 1602, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .error404,
  .error404-wrap .error404 {
    font-size: 160px; }
  /* line 1605, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .landing-video {
    position: relative;
    top: 12px;
    width: 333px;
    height: 187px;
    margin: 19px 0 0 53px; }
  /* line 1613, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption {
    left: 50px !important; } }

@media (max-width: 479px) {
  /* line 1619, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .container,
  #header.full-header .container,
  .container-fullwidth {
    width: 310px !important; }
  /* line 1623, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .container.vertical-middle {
    width: 100% !important; }
  /* line 1625, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .full-screen:not(.force-full-screen) .container.vertical-middle {
    width: 310px !important; }
  /* line 1627, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-cart {
    display: none; }
  /* line 1629, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search a {
    right: 15px; }
  /* line 1631, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-search form input {
    padding-right: 30px; }
  /* line 1633, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #side-panel-trigger {
    right: 43px; }
  /* line 1635, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-account {
    right: 43px; }
  /* line 1637, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-account a.btn {
    padding-left: 8px;
    padding-right: 8px; }
  /* line 1642, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #top-account a.btn i:last-child {
    display: none; }
  /* line 1644, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .swiper_wrapper:not(.force-full-screen),
  .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
  .ei-slider {
    height: 450px !important; }
  /* line 1648, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .swiper_wrapper .slider-caption .h2 {
    font-size: 30px; }
  /* line 1650, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.transparent-header.floating-header .container {
    width: 310px;
    padding: 0 15px; }
  /* line 1655, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio-filter li {
    width: 50%; }
  /* line 1657, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio:not(.portfolio-1) {
    margin: 0; }
  /* line 1659, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .portfolio .portfolio-item {
    width: 100%; }
  /* line 1661, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .post-grid:not(.post-masonry) .entry-image iframe {
    height: 157px; }
  /* line 1663, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .mpost .entry-image {
    float: none;
    margin: 0 0 20px 0; }
  /* line 1668, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .mpost .entry-image,
  .mpost .entry-image a,
  .mpost .entry-image img,
  .mpost .entry-image i {
    width: 100%;
    height: auto; }
  /* line 1676, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .mpost .entry-image i {
    height: 150px;
    line-height: 150px; }
  /* line 1681, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .shop:not(.product-1) {
    margin: 0 !important; }
  /* line 1683, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .shop:not(.product-1) .product {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%; }
  /* line 1689, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .shop:not(.product-1) .product-title h3 {
    font-size: 19px; }
  /* line 1691, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
    height: 45px; }
  /* line 1693, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 60px !important;
    height: 45px !important; }
  /* line 1700, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .si-share span {
    display: none; }
  /* line 1702, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .parallax .entry-overlay-meta,
  .parallax .entry-overlay {
    left: 50% !important;
    right: 0 !important;
    margin: 0 0 0 -140px !important;
    width: 280px !important; }
  /* line 1710, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .parallax .entry-overlay {
    width: 288px !important; }
  /* line 1712, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .parallax .countdown-section {
    width: 64px;
    height: 64px;
    margin: 0 8px 0 0;
    font-size: 11px;
    padding: 0;
    padding-top: 12px; }
  /* line 1721, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .parallax .countdown-amount {
    font-size: 20px; }
  /* line 1723, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .countdown-large .countdown-section {
    display: block;
    width: auto;
    margin: 30px 0 0;
    border: 0; }
  /* line 1730, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .countdown-large .countdown-section:first-child {
    margin-top: 0; }
  /* line 1732, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .testi-image,
  .testi-image a,
  .testi-image img,
  .testi-image i {
    width: 36px;
    height: 36px; }
  /* line 1740, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .testi-image i {
    line-height: 36px;
    font-size: 20px; }
  /* line 1745, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .clients-grid:not(.grid-3):not(.grid-2) li,
  .clients-grid.grid-4 li,
  .clients-grid.grid-6 li {
    width: 50%; }
  /* line 1749, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-full {
    font-size: 16px; }
  /* line 1751, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-full i {
    top: 2px !important;
    margin-left: 3px !important; }
  /* line 1756, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .emphasis-title h1,
  .emphasis-title h2 {
    font-size: 40px !important; }
  /* line 1759, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .error404,
  .error404-wrap .error404 {
    font-size: 120px; }
  /* line 1762, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .landing-video {
    position: relative;
    top: 9px;
    width: 212px;
    height: 119px;
    margin: 19px 0 0 34px; }
  /* line 1770, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .landing-form-overlay {
    margin-left: -155px; }
  /* line 1772, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-desc {
    padding: 20px 17px;
    font-size: 15px;
    max-width: 100%; }
  /* line 1778, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .button.button-desc span {
    font-size: 11px; }
  /* line 1780, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .slider-caption {
    left: 10px !important; } }

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1798, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #logo a.standard-logo,
  #header.split-menu #logo a.standard-logo {
    display: none; }
  /* line 1801, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #logo a.retina-logo {
    display: block; }
  /* line 1803, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #header.split-menu #logo a.retina-logo {
    display: inline-block; }
  /* line 1805, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .owl-carousel.owl-loading,
  .preloader,
  .preloader2,
  .form-process {
    background-image: url("/images/preloader@2x.gif");
    background-size: 24px 24px; }
  /* line 1813, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .dark .owl-carousel.owl-loading,
  .dark .preloader,
  .dark .preloader2,
  .dark .form-process {
    background-image: url("/images/preloader-dark@2x.gif"); }
  /* line 1818, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .widget_recent_comments li {
    background-image: url("/images/icons/widget-comment@2x.png");
    background-size: 15px 26px; }
  /* line 1823, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .widget_nav_menu li a,
  .widget_links li a,
  .widget_meta li a,
  .widget_archive li a,
  .widget_recent_entries li a,
  .widget_categories li a,
  .widget_pages li a,
  .widget_rss li a,
  .widget_recent_comments li a {
    background-image: url("/images/icons/widget-link@2x.png");
    background-size: 4px 20px; }
  /* line 1836, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .dark .widget_recent_comments li {
    background-image: url("/images/icons/widget-comment-dark@2x.png"); }
  /* line 1838, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  .dark .widget_nav_menu li a,
  .dark .widget_links li a,
  .dark .widget_meta li a,
  .dark .widget_archive li a,
  .dark .widget_recent_entries li a,
  .dark .widget_categories li a,
  .dark .widget_pages li a,
  .dark .widget_rss li a,
  .dark .widget_recent_comments li a {
    background-image: url("/images/icons/widget-link-dark@2x.png"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 991px), only screen and (min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min-resolution: 192dpi) and (max-width: 991px), only screen and (min-resolution: 2dppx) and (max-width: 991px) {
  /* line 1857, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #logo a.standard-logo {
    display: none; }
  /* line 1858, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/sass/responsive.scss */
  #logo a.retina-logo {
    display: inline-block; } }

/* line 6, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.myhead {
  background: transparent;
  height: 100px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 200;
  text-align: center; }

/* line 16, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.nav-up {
  top: -100px; }

/* line 20, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.color-facebook {
  background: #3B5998 !important;
  color: #fff; }

/* line 21, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.color-back {
  background: #449D44 !important;
  color: #fff; }

/* line 24, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.form-event-name {
  margin: 20px 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 35, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.form-event-date {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 44, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.liste {
  padding: 0px;
  list-style: none; }

/* line 46, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.liste li {
  padding-left: 0px;
  margin-left: 30px; }

/* line 48, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.liste li:before {
  font-family: lined-icons;
  font-size: 16px;
  content: "\e024";
  color: #9D2B31;
  display: inline-block;
  margin-left: -1.8em;
  width: 1.8em; }

/* line 61, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.liste-eye {
  padding: 0px;
  list-style: none; }

/* line 63, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.liste-eye li {
  padding-left: 0px;
  margin-left: 30px; }

/* line 65, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.liste-eye li:before {
  font-family: lined-icons;
  font-size: 16px;
  content: "\e000";
  color: #9D2B31;
  display: inline-block;
  margin-left: -1.8em;
  width: 1.8em; }

/* line 79, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.my-head-menu-trigger {
  position: absolute;
  top: 10px;
  right: 10px; }

/* line 82, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.space-unten {
  height: 100px; }

@media (min-width: 980px) {
  /* line 88, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-left {
    width: 80%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  /* line 97, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-right {
    width: 80%;
    margin-left: 25%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; } }

@media (min-width: 480px) and (max-width: 980px) {
  /* line 110, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-left {
    width: 90%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  /* line 119, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-right {
    width: 90%;
    margin-left: 10%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; } }

@media (max-width: 480px) {
  /* line 131, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-left {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  /* line 140, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-right {
    width: 100%;
    margin-left: 0;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; } }

@media (min-width: 1200px) {
  /* line 154, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-left {
    width: 80%;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  /* line 163, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .pic-fw-right {
    width: 80%;
    margin-left: 25%;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; } }

/* line 178, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.pic-fw-left-text {
  font-size: 16px;
  display: inline;
  background: #fff;
  padding: 0 5px;
  margin: 0px 10px;
  font-style: italic;
  position: absolute;
  bottom: 0; }

/* line 191, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.hotel-list {
  background: #747474;
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 197, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.hotel-form {
  background: #999; }

/* line 201, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.sammelmail-checkbox {
  position: absolute;
  right: 0;
  bottom: -18px;
  background: #648522; }

/* line 208, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.sammelmail-checkbox label {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal; }

/* line 215, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.hotel-text h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 5px; }

/* line 221, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.hotel-text p {
  font-size: 17px;
  margin-left: 5px;
  padding: 0; }

/*  Schmaler Container für mehr Space beim Text  */
/* line 230, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.container-small {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  /* line 239, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .container-small {
    width: 700px; } }

@media (max-width: 767px) {
  /* line 245, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .container-small {
    width: 700px !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  /* line 251, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .container-small {
    width: 470px !important; } }

@media (max-width: 479px) {
  /* line 257, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .container-small {
    width: 355px !important; } }

@media (max-width: 320px) {
  /* line 263, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .container-small {
    width: 310px !important; } }

/*  Sorgt für Padding bei container-small und col-*  */
/*  Links rechts mit Bild unter dem Textblock  */
/* line 275, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.left-right-offset {
  background: #ddd; }

@media only screen and (min-width: 991px) {
  /* line 281, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-box {
    display: table;
    position: relative;
    margin-bottom: 20px; }
  /* line 287, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-bg {
    width: 80%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 295, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .bg-left {
    left: 0;
    top: 0; }
  /* line 299, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .bg-right {
    right: 0;
    top: 0; }
  /* line 303, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-textbox {
    background: #f8f8f8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.68);
    margin-top: 60px;
    margin-bottom: 60px; } }

@media only screen and (max-width: 990px) {
  /* line 315, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-box {
    display: table;
    position: relative;
    margin-bottom: 20px; }
  /* line 321, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-bg {
    width: 100%;
    height: 100%;
    min-height: 420px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 333, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-textbox {
    background: #F8F8F8;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 40px; } }

@media only screen and (max-width: 768px) {
  /* line 343, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-box {
    display: table;
    position: relative;
    margin-bottom: 20px; }
  /* line 349, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-bg {
    width: 100%;
    height: 100%;
    min-height: 280px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 361, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-textbox {
    background: #F8F8F8;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 40px; } }

@media only screen and (max-width: 480px) {
  /* line 373, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-box {
    display: table;
    position: relative;
    margin-bottom: 20px; }
  /* line 379, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-bg {
    width: 100%;
    height: 100%;
    min-height: 190px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 391, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .left-right-textbox {
    background: #499;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 40px; } }

/*  Block Links Rechts gleich hoch  */
@media (max-width: 992px) {
  /* line 404, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .sm-100w {
    width: 100%;
    max-height: 460px; }
  /* line 408, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .sb-mb10 {
    margin-bottom: 20px; }
  /* line 411, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .masterblock.col-padding {
    padding: 20px; } }

@media (max-width: 680px) {
  /* line 417, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .sm-100w {
    width: 100%;
    max-height: 300px; }
  /* line 421, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .sb-mb10 {
    margin-bottom: 20px; }
  /* line 424, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .masterblock.col-padding {
    padding: 20px; } }

@media (max-width: 992px) {
  /* line 431, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .sm-100w {
    width: 100%;
    max-height: 500px; }
  /* line 435, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .sb-mb10 {
    margin-bottom: 20px; }
  /* line 438, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .masterblock.col-padding {
    padding: 20px; } }

/* line 446, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.block-color {
  background-color: #f3f0eb; }

/* line 450, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.caret-color {
  color: #f3f0eb;
  font-size: 80px; }

/* line 455, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.block-lgrey {
  background-color: #f3f0eb; }

/* line 459, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.caret-lgrey {
  color: #f3f0eb;
  font-size: 80px; }

/* line 464, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.block-dgrey {
  background-color: #f3f0eb; }

/* line 468, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.caret-dgrey {
  color: #f3f0eb;
  font-size: 80px; }

@media (max-width: 992px) {
  /* line 475, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .col-padding {
    padding: 20px; }
  /* line 478, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
  .mb-xs-0 {
    margin-bottom: 0 !important; } }

/* line 483, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.grey-color {
  background-color: #f3f0eb; }

/*  Block Links Rechts gleich hoch  */
/*  Fullscreen Background mit Hintergrund Bild  */
/* line 494, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.full-bg-pic {
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 503, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.full-bg-pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4); }

/* line 513, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.full-bg-pic .textbox {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 60px 0; }

/* line 521, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.full-bg-pic .textbox h3 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700; }

/*  Fullscreen Background mit Hintergrund Bild  */
/*   Tour Listen  */
/* line 532, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-tour {
  background: #244C54; }

/* line 536, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-news {
  background: #595147; }

/* line 540, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-pic {
  position: relative; }

/* line 544, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-pic .tour-date {
  position: absolute;
  top: -20px;
  left: 20px;
  display: block;
  line-height: 1;
  width: 55px;
  text-align: center;
  background: #fdfdfd;
  border: 2px solid #666; }

/* line 558, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-date .date-day {
  border-bottom: 1px solid #666;
  display: block;
  font-size: 28px;
  line-height: 1em;
  padding: 11px 0;
  font-weight: 800;
  color: #000; }

/* line 568, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-date .date-month {
  color: #fff;
  background-color: #dc492c;
  border-color: #b7371e;
  text-transform: uppercase; }

/* line 575, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-date .date-month {
  border-top: none;
  border-top-color: currentcolor;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0;
  text-align: center;
  width: 100%; }

/* line 586, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-levels {
  position: absolute;
  z-index: 6;
  bottom: -40px;
  right: 10px;
  font-size: 14px; }

/* line 594, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-box {
  position: relative; }

/* line 598, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-box .box-padding {
  margin: 20px; }

/*   Event Listen  */
/* line 604, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-event {
  background: #223C54; }

/* line 608, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.event-pic {
  position: relative; }

/* line 612, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.event-preis {
  position: absolute;
  z-index: 4;
  background-color: #FFD800;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  padding: 5px 10px;
  right: -10px;
  bottom: -30px; }

/* line 626, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.event-tri-up {
  position: absolute;
  bottom: 20px;
  left: 40px; }

/* line 632, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.event-tri-up::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: solid 20px #E6E5E0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  z-index: 5; }

/* line 646, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.event-box .box-padding {
  margin: 20px; }

/*   Clipping SVG Masken  */
/* line 653, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.slider-clip {
  -webkit-clip-path: polygon(50% 6%, 100% 0, 100% 93%, 50% 100%, 0 94%, 0 0);
  clip-path: polygon(50% 6%, 100% 0, 100% 93%, 50% 100%, 0 94%, 0 0); }

/* line 661, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-tour-heading {
  position: relative;
  top: -150px; }

/* line 662, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-tour-heading h3 {
  display: inline;
  background: #111;
  padding: 20px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); }

/* line 672, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-hotel-heading {
  position: relative;
  top: -150px; }

/* line 673, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-hotel-heading h3 {
  display: inline;
  background: #990000;
  padding: 20px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); }

/* line 684, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.footer-heading {
  position: relative;
  top: -200px; }

/* line 691, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-lv-before {
  position: relative;
  top: -100px;
  background: #244C54;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%); }

/* line 700, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-hotel {
  background: #747474; }

/* line 702, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.hotel-lv-before {
  position: relative;
  top: -100px;
  background: #747474;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%); }

/* line 713, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.event-lv-before {
  position: relative;
  top: -100px;
  background: #223C54;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%); }

/* line 723, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.footer-before {
  position: relative;
  top: -100px;
  background: #333;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%); }

/* line 732, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.bewertung {
  border-bottom: 1px solid #fff;
  padding: 10px 0; }

/* line 737, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.bewertung-info i {
  font-size: 30px;
  color: green; }

/* line 743, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-info i {
  color: green; }

/* line 748, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.bewertung-info .tour-type {
  font-size: 30px;
  padding-left: 10px; }

/* line 753, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.bewertung-text {
  font-size: 18px; }

/* line 757, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.bewertung-1 {
  font-size: 18px; }

/* line 763, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.slider-clip {
  -webkit-clip-path: polygon(50% 6%, 100% 0, 100% 93%, 50% 100%, 0 94%, 0 0);
  clip-path: polygon(50% 6%, 100% 0, 100% 93%, 50% 100%, 0 94%, 0 0); }

/* line 774, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-tour-heading {
  position: relative;
  top: -150px; }

/* line 775, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.footer-heading {
  position: relative;
  top: -200px; }

/* line 778, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.vb-tour-heading h3 {
  display: inline;
  background: #111;
  padding: 20px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); }

/* line 788, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.tour-lv-before {
  position: relative;
  top: -100px;
  background: #244C54;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%); }

/* line 798, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.news-lv-before {
  position: relative;
  top: -100px;
  background: #595147;
  height: 100px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%); }

/* line 808, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.erleben {
  background: #E6E5E0; }

/* line 810, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.erleben-before {
  position: relative;
  top: -100px;
  background: #E6E5E0;
  height: 100px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%); }

/* line 820, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.event-lv-before {
  position: relative;
  top: -100px;
  background: #223C54;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%); }

/* line 830, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.footer-before {
  position: relative;
  top: -100px;
  background: #333;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%); }

/* line 839, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.side-panel-space {
  height: 110px;
  background: none; }

/* line 840, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.side-panel-bottom {
  position: absolute;
  bottom: 0;
  background: #000;
  width: 300px;
  height: 98px;
  padding: 6px 0 0 6px; }

/* line 841, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.logo-small {
  width: 92px;
  height: 41px;
  margin: 0 0 6px 0; }

/* line 843, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.wetter-minmax {
  width: 30px;
  display: inline-block; }

/* line 844, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.wetter-temp {
  width: 30px;
  display: inline-block; }

/* line 845, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.wetter-infobox {
  width: 160px;
  display: inline-block; }

/* line 846, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.big-weather {
  font-size: 120px; }

/* line 849, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.wohnung-1 {
  background: #ddd; }

/* line 850, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.wohnung-2 {
  background: #ccc; }

/* line 851, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.wohnung-h3 {
  font-size: 16px; }

/* line 852, /Users/matze/Desktop/Schlosshof Latsch/www-schlosshof/style-matze.scss */
.saison {
  border-bottom: 1px solid #666;
  padding: 5px 0; }

/*# sourceMappingURL=style.css.map */