html, body {
  margin: 0;
  padding: 0
}

*, input, :before, :after {
  box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  outline: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

q:before, q:after, blockquote:before, blockquote:after {
  content: ""
}

del {
  text-decoration: line-through
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

html {
  font: 62.5%/1.231 "Helvetica Neue", Arial, Helvetica
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica;
  font-size: 1.6em;
  line-height: 1.4
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button, input {
  line-height: normal
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  vertical-align: top
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic
}

strong, .strong, .bold {
  font-weight: bold
}

em, .italic {
  font-style: italic
}

.underline {
  text-decoration: underline
}

.line-through, .strike {
  text-decoration: line-through
}

.sub, sub, .sup, sup {
  font-size: 60%
}

.small, small {
  font-size: 80%
}

a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none
}

p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 1em
}

.text-right {
  text-align: right
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.head__nav:before, .head__nav:after {
  display: table;
  content: ""
}

.head__nav:after {
  clear: both
}

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px
}

.grid__item {
  display: inline-block;
  padding-left: 24px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box
}

.grid--rev {
  direction: rtl;
  text-align: left
}

.grid--rev>.grid__item {
  direction: ltr;
  text-align: left
}

.grid--full {
  margin-left: 0
}

.grid--full>.grid__item {
  padding-left: 0
}

.grid--right {
  text-align: right
}

.grid--right>.grid__item {
  text-align: left
}

.grid--center {
  text-align: center
}

.grid--center>.grid__item {
  text-align: left
}

.grid--middle>.grid__item {
  vertical-align: middle
}

.grid--bottom>.grid__item {
  vertical-align: bottom
}

.grid--narrow {
  margin-left: -12px
}

.grid--narrow>.grid__item {
  padding-left: 12px
}

.grid--wide {
  margin-left: -48px
}

.grid--wide>.grid__item {
  padding-left: 48px
}

.one-whole {
  width: 100%
}

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%
}

.one-third, .two-sixths, .four-twelfths {
  width: 33.333%
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%
}

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%
}

.one-fifth, .two-tenths {
  width: 20%
}

.two-fifths, .four-tenths {
  width: 40%
}

.three-fifths, .six-tenths {
  width: 60%
}

.four-fifths, .eight-tenths {
  width: 80%
}

.one-sixth, .two-twelfths {
  width: 16.666%
}

.five-sixths, .ten-twelfths {
  width: 83.333%
}

.one-eighth {
  width: 12.5%
}

.three-eighths {
  width: 37.5%
}

.five-eighths {
  width: 62.5%
}

.seven-eighths {
  width: 87.5%
}

.one-tenth {
  width: 10%
}

.three-tenths {
  width: 30%
}

.seven-tenths {
  width: 70%
}

.nine-tenths {
  width: 90%
}

.one-twelfth {
  width: 8.333%
}

.five-twelfths {
  width: 41.666%
}

.seven-twelfths {
  width: 58.333%
}

.eleven-twelfths {
  width: 91.666%
}

@media only screen and (max-width: 480px) {
  .palm--one-whole {
    width: 100%
  }

  .palm--one-half, .palm--two-quarters, .palm--three-sixths, .palm--four-eighths, .palm--five-tenths, .palm--six-twelfths {
    width: 50%
  }

  .palm--one-third, .palm--two-sixths, .palm--four-twelfths {
    width: 33.333%
  }

  .palm--two-thirds, .palm--four-sixths, .palm--eight-twelfths {
    width: 66.666%
  }

  .palm--one-quarter, .palm--two-eighths, .palm--three-twelfths {
    width: 25%
  }

  .palm--three-quarters, .palm--six-eighths, .palm--nine-twelfths {
    width: 75%
  }

  .palm--one-fifth, .palm--two-tenths {
    width: 20%
  }

  .palm--two-fifths, .palm--four-tenths {
    width: 40%
  }

  .palm--three-fifths, .palm--six-tenths {
    width: 60%
  }

  .palm--four-fifths, .palm--eight-tenths {
    width: 80%
  }

  .palm--one-sixth, .palm--two-twelfths {
    width: 16.666%
  }

  .palm--five-sixths, .palm--ten-twelfths {
    width: 83.333%
  }

  .palm--one-eighth {
    width: 12.5%
  }

  .palm--three-eighths {
    width: 37.5%
  }

  .palm--five-eighths {
    width: 62.5%
  }

  .palm--seven-eighths {
    width: 87.5%
  }

  .palm--one-tenth {
    width: 10%
  }

  .palm--three-tenths {
    width: 30%
  }

  .palm--seven-tenths {
    width: 70%
  }

  .palm--nine-tenths {
    width: 90%
  }

  .palm--one-twelfth {
    width: 8.333%
  }

  .palm--five-twelfths {
    width: 41.666%
  }

  .palm--seven-twelfths {
    width: 58.333%
  }

  .palm--eleven-twelfths {
    width: 91.666%
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .lap--one-whole {
    width: 100%
  }

  .lap--one-half, .lap--two-quarters, .lap--three-sixths, .lap--four-eighths, .lap--five-tenths, .lap--six-twelfths {
    width: 50%
  }

  .lap--one-third, .lap--two-sixths, .lap--four-twelfths {
    width: 33.333%
  }

  .lap--two-thirds, .lap--four-sixths, .lap--eight-twelfths {
    width: 66.666%
  }

  .lap--one-quarter, .lap--two-eighths, .lap--three-twelfths {
    width: 25%
  }

  .lap--three-quarters, .lap--six-eighths, .lap--nine-twelfths {
    width: 75%
  }

  .lap--one-fifth, .lap--two-tenths {
    width: 20%
  }

  .lap--two-fifths, .lap--four-tenths {
    width: 40%
  }

  .lap--three-fifths, .lap--six-tenths {
    width: 60%
  }

  .lap--four-fifths, .lap--eight-tenths {
    width: 80%
  }

  .lap--one-sixth, .lap--two-twelfths {
    width: 16.666%
  }

  .lap--five-sixths, .lap--ten-twelfths {
    width: 83.333%
  }

  .lap--one-eighth {
    width: 12.5%
  }

  .lap--three-eighths {
    width: 37.5%
  }

  .lap--five-eighths {
    width: 62.5%
  }

  .lap--seven-eighths {
    width: 87.5%
  }

  .lap--one-tenth {
    width: 10%
  }

  .lap--three-tenths {
    width: 30%
  }

  .lap--seven-tenths {
    width: 70%
  }

  .lap--nine-tenths {
    width: 90%
  }

  .lap--one-twelfth {
    width: 8.333%
  }

  .lap--five-twelfths {
    width: 41.666%
  }

  .lap--seven-twelfths {
    width: 58.333%
  }

  .lap--eleven-twelfths {
    width: 91.666%
  }
}

@media only screen and (max-width: 1023px) {
  .portable--one-whole {
    width: 100%
  }

  .portable--one-half, .portable--two-quarters, .portable--three-sixths, .portable--four-eighths, .portable--five-tenths, .portable--six-twelfths {
    width: 50%
  }

  .portable--one-third, .portable--two-sixths, .portable--four-twelfths {
    width: 33.333%
  }

  .portable--two-thirds, .portable--four-sixths, .portable--eight-twelfths {
    width: 66.666%
  }

  .portable--one-quarter, .portable--two-eighths, .portable--three-twelfths {
    width: 25%
  }

  .portable--three-quarters, .portable--six-eighths, .portable--nine-twelfths {
    width: 75%
  }

  .portable--one-fifth, .portable--two-tenths {
    width: 20%
  }

  .portable--two-fifths, .portable--four-tenths {
    width: 40%
  }

  .portable--three-fifths, .portable--six-tenths {
    width: 60%
  }

  .portable--four-fifths, .portable--eight-tenths {
    width: 80%
  }

  .portable--one-sixth, .portable--two-twelfths {
    width: 16.666%
  }

  .portable--five-sixths, .portable--ten-twelfths {
    width: 83.333%
  }

  .portable--one-eighth {
    width: 12.5%
  }

  .portable--three-eighths {
    width: 37.5%
  }

  .portable--five-eighths {
    width: 62.5%
  }

  .portable--seven-eighths {
    width: 87.5%
  }

  .portable--one-tenth {
    width: 10%
  }

  .portable--three-tenths {
    width: 30%
  }

  .portable--seven-tenths {
    width: 70%
  }

  .portable--nine-tenths {
    width: 90%
  }

  .portable--one-twelfth {
    width: 8.333%
  }

  .portable--five-twelfths {
    width: 41.666%
  }

  .portable--seven-twelfths {
    width: 58.333%
  }

  .portable--eleven-twelfths {
    width: 91.666%
  }
}

@media only screen and (min-width: 1024px) {
  .desk--one-whole {
    width: 100%
  }

  .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths {
    width: 50%
  }

  .desk--one-third, .desk--two-sixths, .desk--four-twelfths {
    width: 33.333%
  }

  .desk--two-thirds, .desk--four-sixths, .desk--eight-twelfths {
    width: 66.666%
  }

  .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths {
    width: 25%
  }

  .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths {
    width: 75%
  }

  .desk--one-fifth, .desk--two-tenths {
    width: 20%
  }

  .desk--two-fifths, .desk--four-tenths {
    width: 40%
  }

  .desk--three-fifths, .desk--six-tenths {
    width: 60%
  }

  .desk--four-fifths, .desk--eight-tenths {
    width: 80%
  }

  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%
  }

  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%
  }

  .desk--one-eighth {
    width: 12.5%
  }

  .desk--three-eighths {
    width: 37.5%
  }

  .desk--five-eighths {
    width: 62.5%
  }

  .desk--seven-eighths {
    width: 87.5%
  }

  .desk--one-tenth {
    width: 10%
  }

  .desk--three-tenths {
    width: 30%
  }

  .desk--seven-tenths {
    width: 70%
  }

  .desk--nine-tenths {
    width: 90%
  }

  .desk--one-twelfth {
    width: 8.333%
  }

  .desk--five-twelfths {
    width: 41.666%
  }

  .desk--seven-twelfths {
    width: 58.333%
  }

  .desk--eleven-twelfths {
    width: 91.666%
  }
}

.owl-prev, .owl-next {
  background: url("/img/owlslider/owlslider_prev.png") center no-repeat;
  background-size: 100% 100%;
  height: 60px;
  left: 15px;
  opacity: .3;
  position: absolute;
  right: auto;
  -webkit-transition: .2s ease-in-out opacity;
  transition: .2s ease-in-out opacity;
  top: 40%;
  width: 60px;
  text-indent: -1000em;
  overflow: hidden;
  cursor: pointer
}

.owl-prev:hover, .owl-next:hover {
  opacity: .6
}

.owl-next {
  background-image: url("/img/owlslider/owlslider_next.png");
  left: auto;
  right: 15px
}

.owl-theme .owl-pagination {
  bottom: 3em;
  position: absolute;
  text-align: center;
  width: 100%
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 7px;
  height: 7px;
  margin: 8px 10px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #fff
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1
}

.owl-theme .owl-controls .owl-page.active span {
  border-color: #fff;
  width: 13px;
  height: 13px;
  margin: 5px 7px
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px
}

.owl-item.loading {
  min-height: 150px
}

.owl-stage-outer {
  overflow: hidden
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}

@media (max-width: 850px) {
  .owl-controls .owl-buttons {
    display: none
  }
}

.grabbing {
  cursor: url("/img/owlslider/owlslider_grab.png") 8 8, move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

a {
  color: #EB9940;
  outline: none;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

a.strike:hover, .strike a:hover {
  text-decoration: line-through
}

.event li {
  margin: 10px 0;
}

#article {
  margin: 0 0 15px
}

#article time {
  color: #666;
  display: block;
  font-size: 85%;
  margin: 0 0 10px;
  text-align: right
}

#article h2 {
  font-family: Georgia, Times, "Times New Roman";
  font-size: 150%;
  font-weight: 700;
  margin: 0 0 5px
}

#article h3 {
  font-weight: 700;
  margin: 0 0 20px
}

#article .picture {
  color: #666;
  font-size: 85%;
  margin: 0 0 20px
}

#article .picture img {
  border: 1px solid #000;
  margin: 0 0 3px
}

#article .video {
  margin: 0 0 20px
}

#facebook_likebutton {
  margin: 0 0 20px
}

#user_comments {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 15px 0 0
}

#user_comments h4 {
  font-family: Arial;
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 5px
}

#user_comments form {
  margin: 0 0 15px
}

#user_comments form label {
  color: #666;
  font-size: 85%;
  font-weight: 700
}

#user_comments form .input-box, #user_comments form label {
  margin: 0 0 15px
}

#user_comments form .input-box input {
  width: 250px
}

#user_comments form .input-box textarea {
  height: 150px;
  width: 500px
}

#user_comments form .error {
  color: red
}

#user_comments .pagination {
  border-top: 1px solid #e0e0e0;
  margin: 0 0 15px;
  padding: 15px 0 0
}

.comment {
  border-top: 1px solid #e0e0e0;
  font-size: 93%;
  padding: 15px 0 0
}

.comment strong {
  display: block;
  margin: 0 0 5px
}

.link {
  background: #eee;
  border: 1px solid #ddd;
  margin: 0 0 15px;
  padding: 10px
}

.link h4 {
  font-family: Georgia, Times, "Times New Roman";
  font-size: 120%;
  font-weight: 700
}

.link p {
  margin: 0;
  padding: 10px 0 0
}

.imprint h2 {
  color: #999;
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 25px
}

.imprint h3 {
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 10px
}

.imprint ul {
  margin: 0 0 25px
}

.event h2 {
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 10px
}

.form h2 {
  font-family: Georgia, Times, "Times New Roman";
  font-size: 150%;
  font-weight: 700;
  margin: 0 0 20px
}

.form label {
  color: #666;
  font-size: 85%;
  font-weight: 700
}

.form .input-box, .form label {
  margin: 0 0 15px
}

.form .input-box input {
  width: 250px
}

.form .input-box textarea {
  width: 500px
}

.form .error {
  color: red
}

.form_msg {
  font-weight: 700;
  margin: 0 0 1em
}

.form_msg li {
  list-style: disc inside
}

.search_result {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1em;
  padding: 0 0 1em
}

.pagination a, .pagination strong {
  background: #eee;
  border: 1px solid #e0e0e0;
  float: left;
  margin: 0 5px 0 0;
  padding: 2px 5px
}

.program h1 {
  font-size: 200%;
  font-weight: 700;
  margin: 0 0 15px
}

.program h2 {
  font-size: 150%;
  font-weight: 700;
  margin: 0 0 15px
}

.program h3 {
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 8px
}

html, body {
  background: #46515F;
  height: 100%
}

.h1 {
  font-size: 2em
}

.h2 {
  font-size: 1.7em
}

.h3 {
  font-size: 1.5em
}

.h4 {
  font-size: 1.3em
}

.slider__headline {
  font-size: 1.2em
}

.slider__subheadline {
  font-size: 1.1em
}

.h5, .gridnav__title {
  font-size: 1.1em
}

.h6 {
  font-size: 1em
}

.h1, .h2, .h3, .slider__headline, .h4, .slider__subheadline, .h5, .gridnav__title, .h6 {
  font-weight: 700;
  margin: 0 0 .7em
}

.wrap {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  max-width: 1000px;
  min-width: 880px;
  width: 1000px;
  position: relative;
  z-index: 2
}

.page {
  padding: 20px 24px
}

.page--footer {
  border-top: 2px solid #EB9940;
  clear: both;
  padding: 20px 24px
}

.article {
  padding: 30px 36px
}

.article ul {
  margin: 2em 0 2.5em 1em
}

.article li {
  margin: .8em 0
}

.article li.tick {
  min-height: 16px;
  padding-left: 26px;
  position: relative
}

.article li.tick:before {
  background: url("/img/icon/tick.png") center no-repeat;
  background-size: 16px 16px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px
}

.article__header {
  padding-bottom: 20px
}

.article__footer {
  border-top: 1px solid #F4F4F4;
  margin-top: 2em;
  padding-top: 2em
}

.head {
  position: relative
}

.head__logo {
  margin: 6px 0
}

.head__sidenav {
	overflow: hidden;
	padding: 10px 24px 10px;
}

.head__sidenav a {
  color: #666;
  float: left;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 10px;
	text-transform: uppercase;
}

.head__sidenav a:hover {
  text-decoration: underline
}

.head__logo {
	position: absolute;
	bottom: 22px;
	right: 0;
	width: 340px;
	padding: 0 !important;
	margin: 0 !important;
}

.head__nav {
	background: #EB9940;
	padding: 3px 24px;
	position: relative;
}

.head__nav a {
  color: #fff;
  float: left;
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 30px;
  padding: 10px 0
}

.head__nav a:hover {
  text-decoration: underline
}

.head__nav a:first-child {
  margin-left: 0
}

.head__nav a.active {
  color: #EB9940
}

.head__nav__account {
  position: absolute;
  right: 24px;
  top: 10px
}

.head__nav__account a {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 15px;
  text-transform: uppercase
}

.head__nav__account a:hover {
  text-decoration: underline
}

.head__nav__account a.active {
  color: #EB9940
}

.notetext {
  position: absolute;
  top: 45px;
  left: 350px
}

.social {
	padding: 20px 19px;
}

.social li {
  display: inline-block;
  margin: 0 0 0 7px;
}

.social a {
	opacity: .7;
}

.social a:hover {
	opacity: 1;
}

.search {
	padding: 20px 24px 10px;
}

.search__key {
  background: #FFF;
  border: none;
  border-bottom: 1px solid #CCC;
  color: #222;
  margin-right: 10px;
  -webkit-transition: .2s linear border;
  transition: .2s linear border
}

.search__key:focus {
  border-color: #EB9940;
  color: #EB9940;
  outline: none
}

.search__submit {
  background: #FFF;
  border: 1px solid #CCC;
  color: #CCC;
  -webkit-transition: .2s linear all;
  transition: .2s linear all
}

.search__submit:hover {
  color: #EB9940;
  border-color: #EB9940
}

.gridnav {
  background: #EB9940;
  color: #FFF
}

.gridnav__link {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 10px 0
}

.gridnav__link.noborder {
  border: none
}

.gridnav__title {
  color: #94310e
}

.gridnav__link:hover .gridnav__title {
  text-decoration: underline
}

.gridnav__text {
  color: #FFF;
  font-size: .9em;
  line-height: 1.3
}

.btn {
  background: #EB9940;
  border: 2px solid #EB9940;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 1em 0;
  padding: .6em 1.5em;
  text-align: center
}

.btn .break {
  display: block;
  margin: 0 0 .2em
}

.btn:hover {
  background-color: #da4914;
  border-color: #da4914;
  text-decoration: none
}

.slider__slide {
  position: relative
}

.slider__sloganwrap {
  background-color: rgba(235, 153, 64, 0.9);
  color: #FFF;
  padding: 20px;
  position: absolute;
	right: 30px;
  text-align: center;
  top: 75%;
  // width: 60%
}

.slider__headline {
  margin-bottom: .2em
}

.slider__subheadline {
  color: #7d2a0c;
  margin: 0;
  text-transform: uppercase
}

.foot {
  background: #46515F;
  color: #7C8FA7;
  font-size: 1.2rem;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 24px;
  position: relative;
  text-align: center;
  z-index: 1
}

.foot a {
  color: #FFF
}

.foot a:hover {
  text-decoration: underline
}

#breadcrumb {
  border-bottom: 1px solid #F4F4F4;
  color: #CCC;
  margin: 0 0 20px;
  padding: 0 0 10px
}

#breadcrumb strong {
  color: #222
}

#col_main {
  position: relative
}

#col_main:before {
  background: #F4F4F4;
  content: "";
  height: 100%;
  position: absolute;
  right: -24px;
  top: 0;
  width: 1px
}

#col_side {
  padding-left: 48px
}

.more {
  background: url(/img/icon/arrow_small.gif) center left no-repeat;
  float: right;
  font-size: 14px;
  font-weight: 700;
  margin: 0 1em 0 0;
  padding: 0 0 0 12px
}

.teaser {
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  margin: 0 0 1.5em;
  overflow: hidden;
  padding: 0 0 1.3em
}

.teaser h2 {
  font-weight: 700;
  margin: 0 0 10px
}

.teaser h2 a {
  color: #222;
  display: block
}

.teaser h2 a:hover {
  color: #EB9940;
  text-decoration: none
}

.teaser p {
  float: left;
  line-height: 1.3em;
  margin: 0;
  width: 378px
}

.teaser .picture {
  border: 1px solid #000;
  float: left;
  margin: 0 20px 0 0
}

.teaser .picture:hover {
  border-color: #EB9940
}

#candidates {
  font-size: 14px;
  margin: 0 0 2em;
  overflow: hidden
}

#candidates .h6 {
  color: #EB9940;
  font-size: 16px;
  margin: 0 0 20px
}

#candidates dt {
  clear: both;
  float: left;
  margin: 0 0 15px;
  width: 66px
}

#candidates dd {
  float: left;
  margin: 0 0 15px;
  width: 200px
}

#candidates img {
  border: 3px solid #e9e9e9
}

#candidates a {
  color: #000
}

#candidates a:hover {
  color: #EB9940;
  text-decoration: none
}

#candidates a:hover img {
  border-color: #EB9940
}

#candidate .photo {
  border: 3px solid #e9e9e9;
  float: left;
  margin: 0 25px 25px 0
}

#candidate .name {
  float: left;
  font-family: Georgia, Times, "Times New Roman";
  font-size: 150%;
  font-weight: 700;
  margin: 0 0 3px;
  padding: 15px 0 0;
  width: 282px
}

#candidate .position {
  color: #666;
  float: left;
  font-size: 120%;
  margin: 0 0 30px;
  width: 282px
}

#candidate .info {
  float: left;
  font-size: 93%;
  width: 282px
}

#candidate .info dd {
  clear: left;
  color: #999;
  float: left;
  margin: 0 12px 4px 0;
  text-align: right;
  width: 85px
}

#candidate .info dt {
  float: left;
  margin: 0 0 4px;
  width: 185px
}

#candidate .vita {
  clear: both
}

#candidate .vita h4 {
  font-size: 130%;
  font-weight: 700;
  margin: 15px 0
}

.more_candidates {
  font-weight: 700
}

#events {
  font-size: 14px;
  margin: 0 0 2em;
  overflow: hidden
}

#events .h6 {
  color: #EB9940;
  font-size: 16px;
  margin: 0 0 20px
}

#events li {
  margin: 0 0 10px
}

#events li a {
  color: #000
}

#events time {
  font-weight: 700
}

#slogan {
  font-size: 14px;
  margin: 0 0 2em;
  overflow: hidden
}

#slogan .h6 {
  color: #EB9940;
  font-size: 16px;
  margin: 0 0 20px
}

#slogan p {
  background: url(/img/frame/notepaper.png);
  color: #4c440d;
  display: block;
  font-weight: 500;
  height: 136px;
  padding: 15px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  width: 210px
}

#slogan cite {
  display: block;
  margin: 0 0 5px
}

#slogan .source {
  display: block;
  text-align: right
}

#slogan .logo {
  position: absolute;
  right: -19px;
  top: -10px
}

#requests {
  font-size: 14px;
  margin: 0 0 2em;
  overflow: hidden
}

#requests .h6 {
  color: #EB9940;
  font-size: 16px;
  margin: 0 0 20px
}

#requests ul {
  margin: 0 0 1em 1.5em
}

#requests .request {
  list-style: initial;
  margin: 0 0 5px
}

#requests a {
  color: #000
}

#requests a:hover {
  color: #EB9940;
  text-decoration: none
}

.deflist {
  padding-left: 1.5em;
}

.deflist li {
  line-height: 1.4;
  list-style: disc;
  margin: 1rem 0;
}

.human {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 0;
}
