/* ColorMatch

	Brown 1:  #302821
	Brown 2:  #453629
	Brown 3:  #5C4837
	Brown 4:  #8A735F
	Brown 5:  #BDA895

	http: //kuler.adobe.com/#themeID/1942096

*/
/* =============================================================================
- Reset Stylesheet
Simpler version of Normalize.css + Eric Meyer Reset
============================================================================= */
/* line 5, ../sass/partials/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }

/* line 25, ../sass/partials/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/* line 30, ../sass/partials/_reset.scss */
audio, canvas, video { display: -moz-inline-stack; -moz-box-orient: vertical; display: inline-block; *display: inline; vertical-align: top; *zoom: 1; }

/* line 39, ../sass/partials/_reset.scss */
audio:not([controls]), [hidden] { display: none; }

/* line 44, ../sass/partials/_reset.scss */
a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

/* line 50, ../sass/partials/_reset.scss */
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/* line 57, ../sass/partials/_reset.scss */
img { border: 0; max-width: 100%; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* line 64, ../sass/partials/_reset.scss */
svg:not(:root) { overflow: hidden; }

/* line 68, ../sass/partials/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* line 74, ../sass/partials/_reset.scss */
input[type="radio"] { vertical-align: text-bottom; }

/* line 78, ../sass/partials/_reset.scss */
input[type="checkbox"] { vertical-align: text-bottom; }

/* line 82, ../sass/partials/_reset.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 87, ../sass/partials/_reset.scss */
ul, li { list-style: none; }

/* Animations */
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); } }
@-webkit-keyframes fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes fadeout { 0% { opacity: 1; }
  100% { opacity: 0; } }
@-webkit-keyframes up { 0% { -webkit-transform: translateY(0px); opacity: 1; }
  100% { opacity: 0; -webkit-transform: translateY(-100%); } }
@-webkit-keyframes down { 0% { -webkit-transform: translateY(-100%); opacity: 0; }
  100% { opacity: 1; -webkit-transform: translateY(0px); } }
@-webkit-keyframes fadeInSmall { 0% { opacity: 0; -webkit-transform: translateY(-15px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); }
  60% { opacity: 1; }
  80% { -webkit-transform: translateX(10px); }
  100% { -webkit-transform: translateX(0); } }
@-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); }
  60% { opacity: 1; }
  100% { -webkit-transform: translateY(0); } }
@-webkit-keyframes bounceInUp { 0% { opacity: 1; -webkit-transform: translateY(0px); }
  60% { opacity: 0; }
  100% { -webkit-transform: translateY(-2000px); } }
@-webkit-keyframes posh { 0% { -webkit-transform: translateY(-500px) scale(1.9); opacity: 0; }
  50% { -webkit-transform: scale(1); }
  100% { -webkit-transform: translateY(0px); opacity: 1; } }
@-moz-keyframes fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-moz-keyframes fadeout { 0% { opacity: 1; }
  100% { opacity: 0; } }
@-moz-keyframes fadeInSmall { 0% { opacity: 0; -moz-transform: translateY(-15px); }
  100% { opacity: 1; -moz-transform: translateY(0); } }
@-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); }
  60% { opacity: 1; }
  80% { -moz-transform: translateX(10px); }
  100% { -moz-transform: translateX(0); } }
@-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); }
  60% { opacity: 1; }
  100% { -moz-transform: translateY(0); } }
@-moz-keyframes bounceInUp { 0% { opacity: 1; -moz-transform: translateY(0px); }
  60% { opacity: 0; }
  100% { -moz-transform: translateY(-2000px); } }
/* line 7, ../sass/partials/_grid.scss */
.row { margin-left: -20px; *zoom: 1; }

/* line 11, ../sass/partials/_grid.scss */
.row:before, .row:after { display: table; content: ""; }

/* line 16, ../sass/partials/_grid.scss */
.row:after { clear: both; }

/* line 19, ../sass/partials/_grid.scss */
[class*="span"] { float: left; margin-left: 20px; margin-right: 40px; }

/* line 24, ../sass/partials/_grid.scss */
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; }

/* line 29, ../sass/partials/_grid.scss */
.span12 { width: 940px; }

/* line 32, ../sass/partials/_grid.scss */
.span11 { width: 860px; }

/* line 35, ../sass/partials/_grid.scss */
.span10 { width: 780px; }

/* line 38, ../sass/partials/_grid.scss */
.span9 { width: 700px; }

/* line 41, ../sass/partials/_grid.scss */
.span8 { width: 620px; }

/* line 44, ../sass/partials/_grid.scss */
.span7 { width: 540px; }

/* line 47, ../sass/partials/_grid.scss */
.span6 { width: 460px; }

/* line 50, ../sass/partials/_grid.scss */
.span5 { width: 380px; }

/* line 53, ../sass/partials/_grid.scss */
.span4 { width: 260px; }

/* line 56, ../sass/partials/_grid.scss */
.span3 { width: 220px; }

/* line 59, ../sass/partials/_grid.scss */
.span2 { width: 140px; }

/* line 62, ../sass/partials/_grid.scss */
.span1 { width: 60px; }

/* line 65, ../sass/partials/_grid.scss */
.offset12 { margin-left: 980px; }

/* line 68, ../sass/partials/_grid.scss */
.offset11 { margin-left: 900px; }

/* line 71, ../sass/partials/_grid.scss */
.offset10 { margin-left: 820px; }

/* line 74, ../sass/partials/_grid.scss */
.offset9 { margin-left: 740px; }

/* line 77, ../sass/partials/_grid.scss */
.offset8 { margin-left: 660px; }

/* line 80, ../sass/partials/_grid.scss */
.offset7 { margin-left: 580px; }

/* line 83, ../sass/partials/_grid.scss */
.offset6 { margin-left: 500px; }

/* line 86, ../sass/partials/_grid.scss */
.offset5 { margin-left: 420px; }

/* line 89, ../sass/partials/_grid.scss */
.offset4 { margin-left: 340px; }

/* line 92, ../sass/partials/_grid.scss */
.offset3 { margin-left: 260px; }

/* line 95, ../sass/partials/_grid.scss */
.offset2 { margin-left: 180px; }

/* line 98, ../sass/partials/_grid.scss */
.offset1 { margin-left: 100px; }

/* line 101, ../sass/partials/_grid.scss */
.row-fluid { width: 100%; *zoom: 1; }

/* line 105, ../sass/partials/_grid.scss */
.row-fluid:before, .row-fluid:after { display: table; content: ""; }

/* line 110, ../sass/partials/_grid.scss */
.row-fluid:after { clear: both; }

/* line 113, ../sass/partials/_grid.scss */
.row-fluid [class*="span"] { display: block; width: 100%; min-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; }

/* line 125, ../sass/partials/_grid.scss */
.row-fluid [class*="span"]:first-child { margin-left: 0; }

/* line 128, ../sass/partials/_grid.scss */
.row-fluid .span12 { width: 99.99999998999999%; *width: 99.94680850063828%; }

/* line 132, ../sass/partials/_grid.scss */
.row-fluid .span11 { width: 91.489361693%; *width: 91.4361702036383%; }

/* line 136, ../sass/partials/_grid.scss */
.row-fluid .span10 { width: 82.97872339599999%; *width: 82.92553190663828%; }

/* line 140, ../sass/partials/_grid.scss */
.row-fluid .span9 { width: 74.468085099%; *width: 74.4148936096383%; }

/* line 144, ../sass/partials/_grid.scss */
.row-fluid .span8 { width: 65.95744680199999%; *width: 65.90425531263828%; }

/* line 148, ../sass/partials/_grid.scss */
.row-fluid .span7 { width: 57.446808505%; *width: 57.3936170156383%; }

/* line 152, ../sass/partials/_grid.scss */
.row-fluid .span6 { width: 48.93617020799999%; *width: 48.88297871863829%; }

/* line 156, ../sass/partials/_grid.scss */
.row-fluid .span5 { width: 40.425531911%; *width: 40.3723404216383%; }

/* line 160, ../sass/partials/_grid.scss */
.row-fluid .span4 { width: 31.914893614%; *width: 31.8617021246383%; }

/* line 164, ../sass/partials/_grid.scss */
.row-fluid .span3 { width: 23.404255317%; *width: 23.3510638276383%; }

/* line 168, ../sass/partials/_grid.scss */
.row-fluid .span2 { width: 14.89361702%; *width: 14.8404255306383%; }

/* line 172, ../sass/partials/_grid.scss */
.row-fluid .span1 { width: 6.382978723%; *width: 6.329787233638298%; }

/* line 176, ../sass/partials/_grid.scss */
.container { margin-right: auto; margin-left: auto; *zoom: 1; }

/* line 181, ../sass/partials/_grid.scss */
.container:before, .container:after { display: table; content: ""; }

/* line 186, ../sass/partials/_grid.scss */
.container:after { clear: both; }

/* line 189, ../sass/partials/_grid.scss */
.container-fluid { padding-right: 20px; padding-left: 20px; *zoom: 1; }

/* line 194, ../sass/partials/_grid.scss */
.container-fluid:before, .container-fluid:after { display: table; content: ""; }

/* line 199, ../sass/partials/_grid.scss */
.container-fluid:after { clear: both; }

/* line 202, ../sass/partials/_grid.scss */
.first { margin-left: 0; }

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v22-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-900 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/merriweather-v22-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-v22-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v22-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v22-latin-900.svg#Merriweather') format('svg'); /* Legacy iOS */
}

@font-face { font-family: "FontAwesome"; src: url("../fonts/fontawesome-webfont.eot"); src: url("../fonts/fontawesome-webfont.eot?#iefix") format("eot"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); font-weight: normal; font-style: normal; }
/* 	HEADING
	----------------- */
/* line 11, ../sass/partials/_typography.scss */
h1, h2, h3, h4, h5 { font-family: 'Merriweather', serif; font-weight: 900; }

/* line 16, ../sass/partials/_typography.scss */
h1 { font-size: 2.1em; position: relative; margin: 40px 0; width: 77%; line-height: 1.2em; color: #ee478b; font-weight: 700; }

/* line 26, ../sass/partials/_typography.scss */
h1 span { background: rgba(0, 0, 0, 0.3); padding: 4px 15px; display: inline-block; margin-bottom: 2px; }

/* line 33, ../sass/partials/_typography.scss */
h1.toggle { background-image: url(../img/minus.png); background-position: right center; background-repeat: no-repeat; cursor: pointer; }

/* line 40, ../sass/partials/_typography.scss */
h1.toggle.closed { background-image: url(../img/plus.png); }

/* line 44, ../sass/partials/_typography.scss */
h2 { font-size: 26px; margin: 1em 0 1em 0; color: #be396f; }

/* line 50, ../sass/partials/_typography.scss */
h3 { font-size: 22px; margin: 0 0 1em 0;}

/* line 54, ../sass/partials/_typography.scss */
h4 { font-size: 18px; margin: 0 0 1em 0;}

/* line 58, ../sass/partials/_typography.scss */
strong { font-weight: bold; }

/* line 62, ../sass/partials/_typography.scss */
p { letter-spacing: 0.5px; margin: 0 0 15px 0; margin: 0 0 1.5em; text-align: justify;}

/* 	TEXT ELEMENT
	----------------- */
/* line 75, ../sass/partials/_typography.scss */
em { font-style: italic; }

/* line 79, ../sass/partials/_typography.scss */
b, strong { font-weight: bold; }

/* line 84, ../sass/partials/_typography.scss */
small { font-size: 85%; }

/* line 88, ../sass/partials/_typography.scss */
cite { font-style: normal; }

/* line 92, ../sass/partials/_typography.scss */
dfn { font-style: italic; font-weight: bold; }

/* line 97, ../sass/partials/_typography.scss */
sub, sup { font-size: 75%; line-height: 0; position: relative; }

/* line 104, ../sass/partials/_typography.scss */
sup { top: -0.5em; vertical-align: sub; }

/* line 109, ../sass/partials/_typography.scss */
sub { bottom: -0.25em; vertical-align: super; }

/* line 114, ../sass/partials/_typography.scss */
abbr, acronym { font-size: 90%; text-transform: uppercase; border-bottom: 1px dotted #ddd; cursor: help; }

/* line 122, ../sass/partials/_typography.scss */
del { color: #aaa; text-decoration: line-through; vertical-align: baseline; }

/* line 128, ../sass/partials/_typography.scss */
pre { background: #ffff99; border-bottom: 1px solid #ff2; border-top: 1px solid #ff2; color: #990; margin: 1.5em 0; padding: 0.75em 0.45em; }

/* line 137, ../sass/partials/_typography.scss */
code { background: #ffff99; color: #990; font-size: 11px; line-height: 1.2em; padding: 0.3em; }

/* line 145, ../sass/partials/_typography.scss */
pre, code, kbd, samp, tt { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; }

/* line 153, ../sass/partials/_typography.scss */
ins { text-decoration: underline; }

/* line 157, ../sass/partials/_typography.scss */
mark { background: none; color: #ee478b; font-weight: 400; font-style: italic; font-size: .9em;}

/* 	BLOCKQUOTE
	----------------- */
/* line 168, ../sass/partials/_typography.scss */
blockquote { position: relative; font-size: 2.0em; line-height: 120%; padding-left: 30px; margin: 10% 0; }
/* line 175, ../sass/partials/_typography.scss */
blockquote span { font-size: 0.4em; }
/* line 179, ../sass/partials/_typography.scss */
/*blockquote :before { content: '\201E'; left: 0; top: -10px; color: #ee478b; font-size: 4.0em; position: absolute; }
blockquote :after { content: '\201C'; right: 0; top: -10px; color: #ee478b; font-size: 4.0em; position: absolute; }*/

/* line 188, ../sass/partials/_typography.scss */
blockquote em, blockquote i, blockquote cite { font-style: normal; }
/* line 193, ../sass/partials/_typography.scss */
blockquote cite { color: #555; display: block; padding: 10px 0 0 20px; position: relative; }
/* line 198, ../sass/partials/_typography.scss */
blockquote cite:before { content: '\2014'; left: 0; position: absolute; }

/* line 206, ../sass/partials/_typography.scss */
address { display: block; margin: 0 0 1.5em; font-style: italic; }

/* 	LISTS
	----------------- */
/* line 214, ../sass/partials/_typography.scss */
ul, ol { margin: 1em 0; padding: 0 0 0 2.25em; }

/* line 220, ../sass/partials/_typography.scss */
ul { list-style: disc; }

/* line 224, ../sass/partials/_typography.scss */
ol { list-style-type: decimal; }

/* line 228, ../sass/partials/_typography.scss */
ol ol { list-style: upper-alpha; }

/* line 232, ../sass/partials/_typography.scss */
ol ol ol { list-style: lower-roman; }

/* line 236, ../sass/partials/_typography.scss */
ol ol ol ol { list-style: lower-alpha; }

/* line 240, ../sass/partials/_typography.scss */
li ul, li ol { margin: 0; }

/* line 245, ../sass/partials/_typography.scss */
dl { margin: 0 1.625em; }

/* line 249, ../sass/partials/_typography.scss */
dt { font-weight: bold; }

/* line 253, ../sass/partials/_typography.scss */
dd { margin-bottom: 1.625em; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
/* line 6, ../sass/partials/_lightslider.scss */
.lSSlideOuter { overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* line 15, ../sass/partials/_lightslider.scss */
.lightSlider:before, .lightSlider:after { content: " "; display: table; }

/* line 19, ../sass/partials/_lightslider.scss */
.lightSlider { overflow: hidden; margin: 0; }

/* line 23, ../sass/partials/_lightslider.scss */
.lSSlideWrapper { max-width: 100%; overflow: hidden; position: relative; }

/* line 28, ../sass/partials/_lightslider.scss */
.lSSlideWrapper > .lightSlider:after { clear: both; }

/* line 31, ../sass/partials/_lightslider.scss */
.lSSlideWrapper .lSSlide { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; -webkit-transition-property: -webkit-transform,height; -moz-transition-property: -moz-transform,height; transition-property: transform,height; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; }

/* line 44, ../sass/partials/_lightslider.scss */
.lSSlideWrapper .lSFade { position: relative; }

/* line 47, ../sass/partials/_lightslider.scss */
.lSSlideWrapper .lSFade > * { position: absolute !important; top: 0; left: 0; z-index: 9; margin-right: 0; width: 100%; }

/* line 55, ../sass/partials/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > * { opacity: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; }

/* line 66, ../sass/partials/_lightslider.scss */
.lSSlideWrapper .lSFade > *.active { z-index: 10; }

/* line 69, ../sass/partials/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > *.active { opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/* line 75, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg { margin: 10px 0 0; padding: 0; text-align: center; }

/* line 80, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li { cursor: pointer; display: inline-block; padding: 0 5px; }

/* line 85, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li a { background-color: #222222; border-radius: 30px; display: inline-block; height: 8px; overflow: hidden; text-indent: -999em; width: 8px; position: relative; z-index: 99; -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }

/* line 98, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { background-color: #ee478b; }

/* line 101, ../sass/partials/_lightslider.scss */
.lSSlideOuter .media { opacity: 0.8; }

/* line 104, ../sass/partials/_lightslider.scss */
.lSSlideOuter .media.active { opacity: 1; }

/* End of pager */
/** Gallery */
/* line 110, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery { list-style: none outside none; padding-left: 0; margin: 0; overflow: hidden; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* line 129, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li { overflow: hidden; -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s; transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

/* line 134, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border-radius: 5px; }

/* line 137, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery img { display: block; height: auto; max-width: 100%; }

/* line 142, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { content: " "; display: table; }

/* line 146, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:after { clear: both; }

/* End of Gallery*/
/* slider actions */
/* line 152, ../sass/partials/_lightslider.scss */
.lSAction > a { width: 32px; display: block; top: 50%; height: 32px; background-image: url("../img/controls.png"); cursor: pointer; position: absolute; z-index: 99; margin-top: -16px; opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s; }

/* line 166, ../sass/partials/_lightslider.scss */
.lSAction > a:hover { opacity: 1; }

/* line 169, ../sass/partials/_lightslider.scss */
.lSAction > .lSPrev { background-position: 0 0; left: 10px; }

/* line 173, ../sass/partials/_lightslider.scss */
.lSAction > .lSNext { background-position: -32px 0; right: 10px; }

/* line 177, ../sass/partials/_lightslider.scss */
.lSAction > a.disabled { pointer-events: none; }

/* line 180, ../sass/partials/_lightslider.scss */
.cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; }

/* vertical */
/* line 189, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical { position: relative; }

/* line 192, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical.noPager { padding-right: 0px !important; }

/* line 195, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical .lSGallery { position: absolute !important; right: 0; top: 0; }

/* line 200, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical .lightSlider > * { width: 100% !important; max-width: none !important; }

/* vertical controlls */
/* line 206, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > a { left: 50%; margin-left: -14px; margin-top: 0; }

/* line 211, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > .lSNext { background-position: 31px -31px; bottom: 10px; top: auto; }

/* line 216, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > .lSPrev { background-position: 0 -31px; bottom: auto; top: 10px; }

/* vertical */
/* Rtl */
/* line 225, ../sass/partials/_lightslider.scss */
.lSSlideOuter.lSrtl { direction: rtl; }

/* line 228, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { padding-left: 0; list-style: none outside none; }

/* line 232, ../sass/partials/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { padding-right: 0; }

/* line 235, ../sass/partials/_lightslider.scss */
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { float: left; }

/* line 238, ../sass/partials/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd { 0% { left: 0; }
  50% { left: -15px; }
  100% { left: 0; } }
@keyframes rightEnd { 0% { left: 0; }
  50% { left: -15px; }
  100% { left: 0; } }
@-webkit-keyframes topEnd { 0% { top: 0; }
  50% { top: -15px; }
  100% { top: 0; } }
@keyframes topEnd { 0% { top: 0; }
  50% { top: -15px; }
  100% { top: 0; } }
@-webkit-keyframes leftEnd { 0% { left: 0; }
  50% { left: 15px; }
  100% { left: 0; } }
@keyframes leftEnd { 0% { left: 0; }
  50% { left: 15px; }
  100% { left: 0; } }
@-webkit-keyframes bottomEnd { 0% { bottom: 0; }
  50% { bottom: -15px; }
  100% { bottom: 0; } }
@keyframes bottomEnd { 0% { bottom: 0; }
  50% { bottom: -15px; }
  100% { bottom: 0; } }
/* line 347, ../sass/partials/_lightslider.scss */
.lSSlideOuter .rightEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; }

/* line 352, ../sass/partials/_lightslider.scss */
.lSSlideOuter .leftEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; }

/* line 357, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical .rightEnd { -webkit-animation: topEnd 0.3s; animation: topEnd 0.3s; position: relative; }

/* line 362, ../sass/partials/_lightslider.scss */
.lSSlideOuter.vertical .leftEnd { -webkit-animation: bottomEnd 0.3s; animation: bottomEnd 0.3s; position: relative; }

/* line 367, ../sass/partials/_lightslider.scss */
.lSSlideOuter.lSrtl .rightEnd { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; }

/* line 372, ../sass/partials/_lightslider.scss */
.lSSlideOuter.lSrtl .leftEnd { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; }

/*/  GRab cursor */
/* line 378, ../sass/partials/_lightslider.scss */
.lightSlider.lsGrab > * { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

/* line 385, ../sass/partials/_lightslider.scss */
.lightSlider.lsGrabbing > * { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

/* HACKS 
============================================= */
/* 	CLEARFIX
	http://nicolasgallagher.com/micro-clearfix-hack/
	----------------- */
/* line 17, ../sass/partials/_hacks.scss */
.clearfix:before, .clearfix:after { content: ""; display: table; }

/* line 23, ../sass/partials/_hacks.scss */
.clearfix:after { clear: both; }

/* line 27, ../sass/partials/_hacks.scss */
.clearfix { *zoom: 1; }

/* 	CLEAR ELEMENT
	----------------- */
/* line 33, ../sass/partials/_hacks.scss */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* line 53, ../sass/partials/_hacks.scss */
#fancybox-title { width: 100% !important; }

/* line 5, ../sass/partials/_base.scss */
img, canvas, iframe, video, svg { max-width: 100%; }

/* Wrap tables or pre elements in a div with this class */
/* line 8, ../sass/partials/_base.scss */
.overflow-container { overflow-y: scroll; }

/* 	LINKS
	----------------- */
/* line 12, ../sass/partials/_base.scss */
a { color: #00baff; text-decoration: none; }
/* line 15, ../sass/partials/_base.scss */
a:visited { color: #00baff; }
/* line 18, ../sass/partials/_base.scss */
a:hover { color: #0095cc; text-decoration: none; }
/* line 22, ../sass/partials/_base.scss */
a:focus { outline: thin dotted; }

/* 	BODY ELEMENTS
	----------------- */
/* line 29, ../sass/partials/_base.scss */
::selection { background-color: #ee478b; color: #fff; text-shadow: none; }

/* line 35, ../sass/partials/_base.scss */
::-moz-selection { background-color: #ee478b; color: #fff; text-shadow: none; }

/* line 41, ../sass/partials/_base.scss */
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

/* line 47, ../sass/partials/_base.scss */
.no-display { display: none; }

/* HTML5 IE Fix */
/* line 55, ../sass/partials/_base.scss */
header, footer, section, article, nav, aside, hgroup, address { display: block; }

/* line 66, ../sass/partials/_base.scss */
html, body { height: 100%; width: 100%; background: #888; background-image: url("../img/bg.jpg"); background-size: cover; }

/* line 75, ../sass/partials/_base.scss */
body { font: 18px/28px 'Merriweather', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 300; color: #222; height: 101%; margin: 0; position: relative; overflow: hidden; }

/* line 86, ../sass/partials/_base.scss */
a, a:link, a:visited { color: #ee478b; text-decoration: none; }

/* line 91, ../sass/partials/_base.scss */
a:hover { color: #fff; }

/* line 95, ../sass/partials/_base.scss */
.column2 { clear: both; -moz-column-count: 2; -moz-column-gap: 40px; -webkit-column-count: 2; -webkit-column-gap: 40px; -ms-column-count: 2; -ms-column-gap: 40px; column-count: 2; column-gap: 40px; text-align: justify; }

/* line 108, ../sass/partials/_base.scss */
.pageContainer { /* 	background: #302821; */ background-size: cover; background-position: center center; color: #222; position: relative; overflow: auto; }

/* line 117, ../sass/partials/_base.scss */
#logo { z-index: 21000; position: fixed; bottom: -3.5em; right: 40px; }
/* line 123, ../sass/partials/_base.scss */
#logo img { width: 200px; }

/* line 128, ../sass/partials/_base.scss */
.box.audio { padding: 0.2em; width: auto; }

/* line 133, ../sass/partials/_base.scss */
audio { display: block; margin: 0; padding: 0; }

/* line 139, ../sass/partials/_base.scss */
.box.video { padding: 0.4em; }

/* line 143, ../sass/partials/_base.scss */
sub { color: #fff; display: block; font-weight: bold; padding: 10px 2px; background: rgba(255, 255, 255, 0.1); }

/* line 151, ../sass/partials/_base.scss */
sub span { font-weight: normal; position: absolute; right: 15px; }

/* line 157, ../sass/partials/_base.scss */
.box h1 { font-weight: normal; font-size: 16px; display: block; line-height: 20px; color: #ee478b; font-family: "Merriweather", serif; letter-spacing: -1px; border-bottom: 1px solid rgba(0, 0, 0, 0.4); text-indent: 0; padding: 3px 10px 6px 10px; }

/* line 169, ../sass/partials/_base.scss */
#stoerer { position: absolute; background: #fff; left: 70%; bottom: 100px; padding: 20px; text-align: center; font-size: .9em; border-radius: 20px 20px 0 0; z-index: 60000; }

/* line 181, ../sass/partials/_base.scss */
#stoerer dd { background: #ee478b; color: #fff; margin: -20px -20px 0 -20px; padding: 20px; border-radius: 20px 20px 0 0; z-index: 600002; }

/* line 190, ../sass/partials/_base.scss */
#stoerer .close { position: absolute; display: inline-block; padding: 2px 8px; background: #ea186e; color: #fff; top: -28px; line-height: 24px; text-align: center; left: 290px; cursor: pointer; z-index: 600001; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -webkit-transition: all 250ms ease; transition: all 250ms ease; }
/* line 205, ../sass/partials/_base.scss */
#stoerer .close:hover { background: #bd1258; top: -26px; }

/* line 211, ../sass/partials/_base.scss */
#stoerer .close span { display: inline-block; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }

/* line 217, ../sass/partials/_base.scss */
.loading { width: 100%; height: 700px; background: url(../img/loading.gif) no-repeat center center; position: absolute; z-index: 100; }

/* line 226, ../sass/partials/_base.scss */
#contentSlide { width: 100%; height: 100%; position: relative; }

/* line 233, ../sass/partials/_base.scss */
.pageContainer { position: absolute; width: 100%; height: 90%; float: none !important; z-index: 200; display: block; }

/* line 243, ../sass/partials/_base.scss */
.pageContainer.active { opacity: .3; -webkit-transition: opacity 400ms ease; }

/* line 248, ../sass/partials/_base.scss */
.line { font-size: 0px; height: 1px; background: rgba(255, 255, 255, 0.1); margin: 30px 0; clear: both; }

/* line 256, ../sass/partials/_base.scss */
video, audio { margin: 20px 0 0 0; width: 100%; }

/* line 261, ../sass/partials/_base.scss */
.pageInner { max-width: 960px; margin: 0 auto; position: relative; box-sizing: border-box; left: 0%; padding: 0 0 3em 0; }
@media only screen and (max-width: 1024px) { /* line 261, ../sass/partials/_base.scss */
  .pageInner { max-width: 65%; } }

/* line 274, ../sass/partials/_base.scss */
.pageInner p { padding: 0 10px; }

/* line 278, ../sass/partials/_base.scss */
pageInner mark { padding-left: 50px; }

/* line 282, ../sass/partials/_base.scss */
.pageInner img { float: right; margin-left: 40px; margin-bottom: 40px; }

/* line 288, ../sass/partials/_base.scss */
.pageInner .lslide { text-align: center; }
/* line 292, ../sass/partials/_base.scss */
.pageInner .lslide img { float: none; margin: 0; }

/* line 298, ../sass/partials/_base.scss */
.pageInner.active { background-color: #ee478b !important; opacity: 0; }

/* navigation  */
/* line 304, ../sass/partials/_base.scss */
#top { width: 95%; height: 65px; top: -180px; left: 40px; position: absolute; display: block; text-align: left; z-index: 800; font-family: 'Merriweather', serif; font-weight: bold; }

/* line 317, ../sass/partials/_base.scss */
#menu { font-size: 13px; position: absolute; }

/* line 323, ../sass/partials/_base.scss */
#menu ul { list-style: none; margin: 0; padding: 0; }

/* line 330, ../sass/partials/_base.scss */
#menu a { font-size: 13px; font-weight: bold; text-decoration: none; }

/* line 337, ../sass/partials/_base.scss */
#menu a:focus, #menu a:active { outline: none; }

/* Bottom buttons */
/* line 342, ../sass/partials/_base.scss */
#menu > ul > li { float: left; }

/* line 347, ../sass/partials/_base.scss */
#menu > ul > li > a { line-height: 32px; color: #222; padding: 7px 15px 10px; text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

/* line 355, ../sass/partials/_base.scss */
#menu > ul > li > a.current { color: #ee478b; }

/* Dropdown */
/* line 362, ../sass/partials/_base.scss */
#menu ul ul { padding: 4px 0; position: absolute; top: 30px; left: 209px; z-index: 100; display: block; width: 510px; text-align: left; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }

/* line 379, ../sass/partials/_base.scss */
#menu li.menu-drop:hover ul { display: block; }

/* Dropdown buttons */
/* line 384, ../sass/partials/_base.scss */
#menu ul ul li { white-space: nowrap; display: block; padding: 0; float: left; margin-right: 12px; }

/* line 392, ../sass/partials/_base.scss */
#menu ul ul a { font-size: 11px; color: #222; padding: 3px 10px; display: block; -webkit-transition: color 0.1s, color 0.1s; -moz-transition: color 0.1s, color 0.1s; -ms-transition: color 0.1s, color 0.1s; -o-transition: color 0.1s, color 0.1s; transition: color 0.1s, color 0.1s; }

/* line 404, ../sass/partials/_base.scss */
#menu ul ul a:hover { color: #ee478b; -webkit-transition: color 0.1s, color 0.1s; -moz-transition: color 0.1s, color 0.1s; -ms-transition: color 0.1s, color 0.1s; -o-transition: color 0.1s, color 0.1s; transition: color 0.1s, color 0.1s; }

/* line 413, ../sass/partials/_base.scss */
#menu ul ul a.current { color: #ee478b; }

/* line 417, ../sass/partials/_base.scss */
#menu ul ul a:hover.current { color: #ee478b; }

/* line 421, ../sass/partials/_base.scss */
.next, .prev { cursor: pointer; background: url(../img/arrows.png) no-repeat; outline: medium none; overflow: hidden; position: fixed; text-indent: -9999px; width: 22px; height: 23px; z-index: 10000; text-indent: -9999px; margin: 0 20px; -webkit-transition: background 140ms ease; -moz-transition: background 140ms ease; -ms-transition: background 140ms ease; transition: background 140ms ease; }

/* line 440, ../sass/partials/_base.scss */
.next { right: 10px; background-position: 0 -133px; }

/* line 445, ../sass/partials/_base.scss */
.prev { left: 10px; }

/* line 449, ../sass/partials/_base.scss */
.next:hover { background-position: -22px -133px; }

/* line 454, ../sass/partials/_base.scss */
.prev:hover { background-position: -22px 0; }

/* line 459, ../sass/partials/_base.scss */
ul.black { width: 270px; }

/* line 463, ../sass/partials/_base.scss */
ul.black li { padding-left: 10px; text-indent: .5em; line-height: 16px; }

/* line 469, ../sass/partials/_base.scss */
ul.black li a { background-color: #222; color: #fff; padding: 7px 10px; font-family: 'Merriweather', serif; font-size: 15px; margin: 2px 0; display: block; text-indent: .5em; -webkit-transition: text-indent 300ms ease; -moz-transition: text-indent 300ms ease; transition: text-indent 300ms ease; }

/* line 484, ../sass/partials/_base.scss */
ul.black li a:hover { background-color: #fff; color: #222; text-indent: 1.2em; }

/* line 490, ../sass/partials/_base.scss */
ul.black li a.selected { color: #ee478b; }

/* line 494, ../sass/partials/_base.scss */
#startseite img { margin: 0 auto; position: relative; display: block; width: 50%; float: none; opacity: 0; }

/* line 506, ../sass/partials/_base.scss */
.contrast { color: #ee478b; }

/* line 510, ../sass/partials/_base.scss */
table { width: 100%; margin-bottom: 80px; }

/* line 514, ../sass/partials/_base.scss */
table td { padding: 10px 8px; text-align: left; text-indent: 0; border: 1px solid rgba(0, 0, 0, 0.05); font-size: .8em; }

/* line 525, ../sass/partials/_base.scss */
table tr { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

/* line 529, ../sass/partials/_base.scss */
table thead { font-weight: bold; color: #fff; }

/* line 539, ../sass/partials/_base.scss */
table thead { background-color: rgba(0, 0, 0, 0.1); }

/* line 543, ../sass/partials/_base.scss */
table tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }

/* line 547, ../sass/partials/_base.scss */
#hoverme { position: absolute; right: 20px; bottom: 40px; z-index: 22000; }

/* line 554, ../sass/partials/_base.scss */
.dot { width: 10px; height: 10px; border-radius: 10px; -moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box; border: 4px solid rgba(0, 0, 0, 0.3); background: rgba(255, 255, 255, 0.2); cursor: pointer; }

/* line 566, ../sass/partials/_base.scss */
.dot:hover { background: rgba(255, 255, 255, 0.3); border: 4px solid rgba(0, 0, 0, 0.4); -webkit-transform: scale(1.2); -webkit-transform-origin: 5px 5px; -webkit-transition: -webkit-transform 400ms ease; }

/* line 574, ../sass/partials/_base.scss */
#galerie a { text-indent: 0; }

/* line 578, ../sass/partials/_base.scss */
#galerie a img.thumb { width: 293px; float: left; margin: 15px 0; outline: 4px solid #fff; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }

/* line 589, ../sass/partials/_base.scss */
#galerie a:hover img.thumb { box-shadow: 0 0 30px black; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

/* line 597, ../sass/partials/_base.scss */
.pageInner img.lehrer { float: left; max-width: 250px; margin-left: 0; margin-right: 40px; border: 4px solid #fff; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
/* line 607, ../sass/partials/_base.scss */
.pageInner img.lehrer:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); position: relative; top: 2px; }

/*
ul.galerie li:nth-child(even) {
	-webkit-transform: rotate(-2deg);
}

ul.galerie li:nth-child(3n) {
	-webkit-transform: rotate(1deg);
}

ul.galerie li:nth-child(5n) {
	-webkit-transform: rotate(2deg);
}
*/
/* line 628, ../sass/partials/_base.scss */
#tanzklassen .absolute-center { top: 50%; margin-top: -150px; position: absolute; text-align: center; }
@media only screen and (max-width: 740px) { /* line 628, ../sass/partials/_base.scss */
  #tanzklassen .absolute-center { top: 40%; } }
/* line 638, ../sass/partials/_base.scss */
#tanzklassen .absolute-center a { border: 2px solid rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 0.4); padding: 10px 14px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-transition: all 250ms ease; -o-transition: all 250ms ease; -webkit-transition: all 250ms ease; transition: all 250ms ease; }
/* line 646, ../sass/partials/_base.scss */
#tanzklassen .absolute-center a:hover { background: white; color: #ee478b; border: 2px solid #ee478b; }
/* line 653, ../sass/partials/_base.scss */
#tanzklassen .absolute-center blockquote { font-size: 3.2em; line-height: 1.4em; font-weight: 500; clear: both; margin-bottom: 20px; }
/* line 660, ../sass/partials/_base.scss */
#tanzklassen .absolute-center blockquote span { font-size: 16px; color: #666; }

/* line 667, ../sass/partials/_base.scss */
#fancybox-wrap { padding: 15px !important; }

/* line 671, ../sass/partials/_base.scss */
#fancybox-title-over { background-image: none !important; background: #fff; position: relative; top: 5px; text-align: left; color: #000; font: 16px/28px 'Merriweather', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* line 682, ../sass/partials/_base.scss */
#presse article { border-bottom: 1px solid #222; padding-bottom: 20px; margin: 2em 0; }

/* line 688, ../sass/partials/_base.scss */
#presse article span { color: #fff; font-size: .9em; font-style: italic; padding-left: 10px; }

/* ####### FORMULAR ######################## */
/* line 698, ../sass/partials/_base.scss */
.formular { text-indent: 0; }

/* line 702, ../sass/partials/_base.scss */
span.english { color: #999; font-size: .7em; display: block; font-style: italic; padding-left: 14px; background: url(../img/flag.png) 0 3px no-repeat; }

/* line 711, ../sass/partials/_base.scss */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/* line 720, ../sass/partials/_base.scss */
button, input { line-height: normal; *overflow: visible; }

/* line 724, ../sass/partials/_base.scss */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* line 728, ../sass/partials/_base.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/* line 735, ../sass/partials/_base.scss */
input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

/* line 741, ../sass/partials/_base.scss */
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* line 744, ../sass/partials/_base.scss */
textarea { overflow: auto; vertical-align: top; }

/* line 749, ../sass/partials/_base.scss */
.btn { cursor: pointer; display: inline-block; padding: 5px 14px 6px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); color: #fff; font-size: 13px; -webkit-transition: 0.1s linear all; -moz-transition: 0.1s linear all; -ms-transition: 0.1s linear all; -o-transition: 0.1s linear all; transition: 0.1s linear all; }

/* line 763, ../sass/partials/_base.scss */
.btn:hover { background-position: 0 -15px; color: #333; text-decoration: none; }

/* line 768, ../sass/partials/_base.scss */
.btn:focus { outline: 1px dotted #666; }

/* line 773, ../sass/partials/_base.scss */
label, input, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: normal; text-indent: 0; }

/* line 783, ../sass/partials/_base.scss */
label { padding-top: 6px; font-size: 13px; line-height: 18px; float: left; color: #fff; clear: both; width: 120px; }

/* line 792, ../sass/partials/_base.scss */
form .input { margin-left: 150px; }

/* line 795, ../sass/partials/_base.scss */
input[type=checkbox], input[type=radio] { cursor: pointer; }

/* line 798, ../sass/partials/_base.scss */
input, textarea, select, .uneditable-input { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* line 804, ../sass/partials/_base.scss */
select { padding: initial; }

/* line 807, ../sass/partials/_base.scss */
input[type=checkbox], input[type=radio] { width: auto; height: auto; padding: 0; margin: 3px 0; *margin-top: 0; /* IE6-7 */ line-height: normal; border: none; }

/* line 818, ../sass/partials/_base.scss */
input[type=file] { background-color: #fff; padding: initial; border: initial; line-height: initial; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* line 827, ../sass/partials/_base.scss */
input[type=button], input[type=reset], input[type=submit] { /* width: auto; height: auto;
*/ }

/* line 833, ../sass/partials/_base.scss */
select, input[type=file] { height: 27px; *height: auto; line-height: 27px; *margin-top: 4px; /* For IE7, add top margin to align select with labels */ }

/* line 841, ../sass/partials/_base.scss */
select[multiple] { height: inherit; background-color: #fff; }

/* line 845, ../sass/partials/_base.scss */
textarea { height: auto; }

/* line 848, ../sass/partials/_base.scss */
.uneditable-input { background-color: #fff; display: block; border-color: #eee; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); cursor: not-allowed; }

/* line 857, ../sass/partials/_base.scss */
:-moz-placeholder { color: #bfbfbf; }

/* line 860, ../sass/partials/_base.scss */
::-webkit-input-placeholder { color: #bfbfbf; }

/* line 863, ../sass/partials/_base.scss */
input, textarea { -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }

/* line 870, ../sass/partials/_base.scss */
input:focus, textarea:focus { outline: 0; border-color: #ee478b; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ee478b; -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ee478b; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ee478b; }

/* line 877, ../sass/partials/_base.scss */
input[type=file]:focus, input[type=checkbox]:focus, select:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline: 1px dotted #666; }

/* line 884, ../sass/partials/_base.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { height: auto !important; }

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 2.25em;
}

.section li {
    list-style-type: disc;
}

.lehrer {
    overflow: hidden;
    margin-bottom: 40px;
}

.lehrer a {
    float: left;
    max-width: 30%;
}

.lehrer .text {
    float: right;
    max-width: 70%;
} 

/* line 289, ../sass/partials/_base.scss */
#home .pageInner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

/* line 297, ../sass/partials/_base.scss */
.pageInner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  left: 0%;
  padding: 0 0 3em 0;
}

i {
    font-style: italic;
}